body {
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  #footer {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
}
.mv {
  margin-bottom: 100px;
  overflow: hidden;
}
.mv .swiper-slide {
  width: 1100px;
  margin: 0 8px;
  position: relative;
}
.mv .swiper-slide a {
  display: block;
  position: relative;
}
.mv .swiper-slide span {
  border-radius: 8px 0 0 0;
  width: 196px;
  height: 56px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  color: #fff;
  background: #5A4B3D;
  padding-left: 36px;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv .swiper-slide span:after {
  content: "";
  width: 4px;
  height: 8px;
  background: url(../img/common/arrow_white.svg) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mv .swiper-slide span:hover:after {
  right: 15px;
}
.mv .swiper-pagination {
  width: 100%;
  text-align: center;
}
.mv .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 8px;
  background: #CCCCCC;
}
.mv .swiper-pagination .swiper-pagination-bullet-active {
  background: #E84848;
}

@media screen and (max-width: 1440px) {
  .mv {
    margin-bottom: 6.9444444444vw;
  }
  .mv .swiper-slide {
    width: 76.3888888889vw;
    margin: 0 0.5555555556vw;
  }
  .mv .swiper-slide span {
    border-radius: 0.5555555556vw 0 0 0;
    width: 13.6111111111vw;
    height: 3.8888888889vw;
    padding-left: 2.5vw;
    font-size: 1.1111111111vw;
  }
  .mv .swiper-slide span:after {
    width: 0.2777777778vw;
    height: 0.5555555556vw;
    right: 1.3888888889vw;
    margin-top: -0.2777777778vw;
  }
  .mv .swiper-slide span:hover:after {
    right: 1.0416666667vw;
  }
  .mv .swiper-pagination .swiper-pagination-bullet {
    width: 0.5555555556vw;
    height: 0.5555555556vw;
    margin: 0 0.5555555556vw;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    margin-bottom: 26.6666666667vw;
  }
  .mv .swiper-slide {
    width: 100vw;
    margin: 0 2.1333333333vw;
  }
  .mv .swiper-slide span {
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
    width: 52.2666666667vw;
    height: 14.9333333333vw;
    padding-left: 9.6vw;
    font-size: 4.2666666667vw;
    right: 50%;
    margin-right: -26.1333333333vw;
    border-right: 2px solid #fff;
  }
  .mv .swiper-slide span:after {
    width: 1.0666666667vw;
    height: 2.1333333333vw;
    right: 5.3333333333vw;
    margin-top: -1.0666666667vw;
  }
  .mv .swiper-slide span:hover:after {
    right: 4vw;
  }
  .mv .swiper-pagination .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 2.1333333333vw;
  }
}
.top_navi {
  background: #F8F5F3;
  padding-top: 48px;
  padding-bottom: 64px;
}
.top_navi .top_navi_ttl {
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  margin-bottom: 32px;
}
.top_navi .top_navi_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
}
.top_navi .top_navi_ul li {
  margin-left: 40px;
  width: calc(25% - 40px);
  list-style: none;
}
.top_navi .top_navi_ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #fff;
  height: 120px;
  position: relative;
}
.top_navi .top_navi_ul li a:before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #5A4B3D;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top_navi .top_navi_ul li a:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/common/arrow_down.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_navi .top_navi_ul li a .en {
  display: block;
  line-height: 1;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.025em;
  color: #5A4B3D;
}
.top_navi .top_navi_ul li a .jp {
  margin-top: 10px;
  display: block;
  line-height: 1;
  font-size: 16px;
}
.top_navi .top_navi_ul li a:hover:after {
  bottom: -18px;
}

@media screen and (max-width: 1440px) {
  .top_navi {
    padding-top: 3.3333333333vw;
    padding-bottom: 4.4444444444vw;
  }
  .top_navi .top_navi_ttl {
    font-size: 2.2222222222vw;
    margin-bottom: 2.2222222222vw;
  }
  .top_navi .top_navi_ul {
    margin-left: -2.7777777778vw;
  }
  .top_navi .top_navi_ul li {
    margin-left: 2.7777777778vw;
    width: calc(25% - 2.7777777778vw);
  }
  .top_navi .top_navi_ul li a {
    height: 8.3333333333vw;
  }
  .top_navi .top_navi_ul li a:before {
    width: calc(100% - 0.5555555556vw);
    height: calc(100% - 0.5555555556vw);
  }
  .top_navi .top_navi_ul li a:after {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    bottom: -1.1111111111vw;
  }
  .top_navi .top_navi_ul li a .en {
    font-size: 1.9444444444vw;
  }
  .top_navi .top_navi_ul li a .jp {
    margin-top: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
  .top_navi .top_navi_ul li a:hover:after {
    bottom: -1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .top_navi {
    padding: 6.4vw 4.2666666667vw 6.4vw;
  }
  .top_navi .top_navi_ttl {
    font-size: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
  .top_navi .top_navi_ul {
    margin-left: -4vw;
  }
  .top_navi .top_navi_ul li {
    margin-left: 4vw;
    margin-bottom: 5.3333333333vw;
    width: calc(50% - 4vw);
  }
  .top_navi .top_navi_ul li a {
    height: 19.7333333333vw;
  }
  .top_navi .top_navi_ul li a:before {
    width: calc(100% - 2.1333333333vw);
    height: calc(100% - 2.1333333333vw);
  }
  .top_navi .top_navi_ul li a:after {
    width: 6.4vw;
    height: 6.4vw;
    bottom: -3.2vw;
  }
  .top_navi .top_navi_ul li a .en {
    font-size: 4.2666666667vw;
  }
  .top_navi .top_navi_ul li a .jp {
    margin-top: 1.6vw;
    font-size: 3.2vw;
  }
  .top_navi .top_navi_ul li a:hover:after {
    bottom: -4.2666666667vw;
  }
}
.top_ttl {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.top_ttl:after {
  content: "";
  width: 200px;
  height: 16px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/top/top_ttl.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.top_ttl .jp {
  margin-bottom: 10px;
  display: block;
  line-height: 1;
  font-size: 16px;
}
.top_ttl .en {
  display: block;
  line-height: 1;
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 0.025em;
  color: #5A4B3D;
}

@media screen and (max-width: 1440px) {
  .top_ttl {
    padding-bottom: 1.3888888889vw;
  }
  .top_ttl:after {
    width: 13.8888888889vw;
    height: 1.1111111111vw;
  }
  .top_ttl .jp {
    margin-bottom: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
  .top_ttl .en {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top_ttl {
    padding-bottom: 3.2vw;
  }
  .top_ttl:after {
    width: 26.6666666667vw;
    height: 2.1333333333vw;
  }
  .top_ttl .jp {
    margin-bottom: 2.1333333333vw;
    font-size: 3.2vw;
  }
  .top_ttl .en {
    font-size: 6.9333333333vw;
  }
}
.category {
  padding-top: 100px;
}
.category .category_item + .category_item {
  margin-top: 64px;
}
.category .category_item_ttl {
  margin-bottom: 32px;
  position: relative;
}
.category .category_item_ttl .en {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.025em;
  color: #5A4B3D;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 16px;
}
.category .category_item_ttl:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #DDDDDD;
  position: absolute;
  top: 50%;
  right: 0;
}
.category .category_item_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
  margin-top: -40px;
}
.category .category_item_ul li {
  width: calc(25% - 40px);
  margin-left: 40px;
  margin-top: 40px;
  list-style: none;
}
.category .category_item_ul li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category .category_item_ul li a:hover {
  opacity: 0.8;
}
.category .category_item_ul li a p {
  margin-top: 16px;
  font-size: 16px;
}

@media screen and (max-width: 1440px) {
  .category {
    padding-top: 6.9444444444vw;
  }
  .category .category_item + .category_item {
    margin-top: 4.4444444444vw;
  }
  .category .category_item_ttl {
    margin-bottom: 2.2222222222vw;
  }
  .category .category_item_ttl .en {
    font-size: 2.2222222222vw;
    padding-right: 1.1111111111vw;
  }
  .category .category_item_ul {
    margin-left: -2.7777777778vw;
    margin-top: -2.7777777778vw;
  }
  .category .category_item_ul li {
    width: calc(25% - 2.7777777778vw);
    margin-left: 2.7777777778vw;
    margin-top: 2.7777777778vw;
  }
  .category .category_item_ul li a p {
    margin-top: 1.1111111111vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  .category {
    padding-top: 17.0666666667vw;
  }
  .category .top_ttl {
    margin-bottom: 6.4vw;
  }
  .category .category_item + .category_item {
    margin-top: 10.6666666667vw;
  }
  .category .category_item_ttl {
    margin-bottom: 4.2666666667vw;
  }
  .category .category_item_ttl .en {
    font-size: 5.3333333333vw;
    padding-right: 2.1333333333vw;
  }
  .category .category_item_ul {
    margin-left: -4vw;
    margin-top: -6.4vw;
  }
  .category .category_item_ul li {
    width: calc(50% - 4vw);
    margin-left: 4vw;
    margin-top: 6.4vw;
  }
  .category .category_item_ul li a p {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
#scene .top_ttl {
  margin-bottom: 24px;
}

@media screen and (max-width: 1440px) {
  #scene .top_ttl {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #scene .top_ttl {
    margin-bottom: 6.4vw;
  }
}
.seasonal {
  padding-top: 100px;
}
.seasonal .top_ttl {
  margin-bottom: 24px;
}
.seasonal .seasonal_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -30px;
}
.seasonal .seasonal_ul li {
  width: calc(20% - 30px);
  margin-left: 30px;
  margin-top: 30px;
  list-style: none;
}
.seasonal .seasonal_ul li a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.seasonal .seasonal_ul li a:hover {
  opacity: 0.8;
}
.seasonal .seasonal_ul li a img {
  margin-bottom: 16px;
}
.seasonal .seasonal_ul li a p {
  font-size: 16px;
}
.seasonal .btn_wrap {
  padding-top: 40px;
}
.seasonal .btn_wrap.pc_none {
  display: none;
}
.seasonal .btn_wrap .btn {
  margin: 0 auto;
}
.seasonal .btn_wrap .more-btn:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.seasonal .btn_wrap .more-btn.is-open:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (max-width: 1440px) {
  .seasonal {
    padding-top: 6.9444444444vw;
  }
  .seasonal .top_ttl {
    margin-bottom: 1.6666666667vw;
  }
  .seasonal .seasonal_ul {
    margin-left: -2.0833333333vw;
    margin-top: -2.0833333333vw;
  }
  .seasonal .seasonal_ul li {
    width: calc(20% - 2.0833333333vw);
    margin-left: 2.0833333333vw;
    margin-top: 2.0833333333vw;
  }
  .seasonal .seasonal_ul li a img {
    margin-bottom: 1.1111111111vw;
  }
  .seasonal .seasonal_ul li a p {
    font-size: 1.1111111111vw;
  }
  .seasonal .btn_wrap {
    padding-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .seasonal {
    padding-top: 17.0666666667vw;
  }
  .seasonal .top_ttl {
    margin-bottom: 6.4vw;
  }
  .seasonal .seasonal_ul {
    margin-left: -4vw;
    margin-top: -6.4vw;
  }
  .seasonal .seasonal_ul li {
    width: calc(50% - 4vw);
    margin-left: 4vw;
    margin-top: 6.4vw;
  }
  .seasonal .seasonal_ul li a img {
    margin-bottom: 2.1333333333vw;
  }
  .seasonal .seasonal_ul li a p {
    font-size: 3.7333333333vw;
  }
  .seasonal .btn_wrap {
    padding-top: 8.5333333333vw;
  }
  .seasonal .btn_wrap.pc_none {
    display: block;
  }
  .seasonal .btn_wrap.sp_none {
    display: none;
  }
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #222222;
  color: #222222;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:after {
  content: "";
  width: 4px;
  height: 8px;
  background: url(../img/common/arrow_black.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 20px;
}
.btn:hover {
  background: #222;
  color: #fff;
}
.btn:hover:after {
  background: url(../img/common/arrow_white.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.btn.btn_white {
  color: #fff;
  border-color: #fff;
}
.btn.btn_white:after {
  background: url(../img/common/arrow_white.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.btn.btn_white:hover {
  background: #222;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .btn {
    width: 16.6666666667vw;
    height: 3.3333333333vw;
    border-radius: 1.6666666667vw;
    font-size: 1.1111111111vw;
  }
  .btn:after {
    width: 0.2777777778vw;
    height: 0.5555555556vw;
    margin-top: -0.2777777778vw;
    right: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    width: 64vw;
    height: 12.8vw;
    border-radius: 6.4vw;
    font-size: 4.2666666667vw;
  }
  .btn:after {
    width: 1.0666666667vw;
    height: 2.1333333333vw;
    margin-top: -1.0666666667vw;
    right: 5.3333333333vw;
  }
}
#ranking {
  padding-bottom: 100px;
}
#ranking .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 48px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/top/num.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
#ranking .num1 {
  color: #fff;
  background: url(../img/top/num1.png) 0 0 no-repeat;
  background-size: 100% auto;
}
#ranking .num2 {
  color: #fff;
  background: url(../img/top/num2.png) 0 0 no-repeat;
  background-size: 100% auto;
}
#ranking .num3 {
  color: #fff;
  background: url(../img/top/num3.png) 0 0 no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 1440px) {
  #ranking {
    padding-bottom: 6.9444444444vw;
  }
  #ranking .num {
    width: 2.7777777778vw;
    height: 3.3333333333vw;
    padding-bottom: 0.5555555556vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  #ranking {
    padding-bottom: 17.0666666667vw;
  }
  #ranking .num {
    width: 9.6vw;
    height: 11.4666666667vw;
    padding-bottom: 1.8666666667vw;
    font-size: 4.2666666667vw;
  }
}
.feature {
  background: #F8F5F3;
  padding-top: 48px;
  padding-bottom: 48px;
}
.feature .top_ttl {
  margin-bottom: 24px;
}
.feature .feature_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
  margin-top: -40px;
}
.feature .feature_ul li {
  width: calc(33.333% - 40px);
  list-style: none;
  margin-top: 40px;
  margin-left: 40px;
}
.feature .feature_ul li:first-child, .feature .feature_ul li:nth-child(2) {
  width: calc(50% - 50px);
}
.feature .feature_ul li:nth-child(2) {
  margin-left: auto;
}
.feature .feature_ul li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.feature .feature_ul li a:hover {
  opacity: 0.8;
}
.feature .feature_ul li a img {
  margin-bottom: 16px;
}
.feature .feature_ul li a p {
  font-size: 16px;
}

@media screen and (max-width: 1440px) {
  .feature {
    padding-top: 3.3333333333vw;
    padding-bottom: 3.3333333333vw;
  }
  .feature .top_ttl {
    margin-bottom: 1.6666666667vw;
  }
  .feature .feature_ul {
    margin-left: -2.7777777778vw;
    margin-top: -2.7777777778vw;
  }
  .feature .feature_ul li {
    width: calc(33.333% - 2.7777777778vw);
    margin-top: 2.7777777778vw;
    margin-left: 2.7777777778vw;
  }
  .feature .feature_ul li:first-child, .feature .feature_ul li:nth-child(2) {
    width: calc(50% - 3.4722222222vw);
  }
  .feature .feature_ul li a img {
    margin-bottom: 1.1111111111vw;
  }
  .feature .feature_ul li a p {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 8.5333333333vw 0;
  }
  .feature .top_ttl {
    margin-bottom: 6.4vw;
  }
  .feature .feature_ul {
    margin-left: 0;
    margin-top: -6.4vw;
  }
  .feature .feature_ul li {
    width: 100%;
    margin-top: 6.4vw;
    margin-left: 0;
  }
  .feature .feature_ul li:first-child, .feature .feature_ul li:nth-child(2) {
    width: 100%;
  }
  .feature .feature_ul li a img {
    margin-bottom: 2.1333333333vw;
  }
  .feature .feature_ul li a p {
    font-size: 3.7333333333vw;
  }
}
.about {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about .about_inner {
  background: url(../img/top/bg_about.jpg) center center no-repeat;
  background-size: 100% auto;
  height: 520px;
  padding-top: 60px;
}
.about .about_img {
  width: 152px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.about p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.about .btn_wrap {
  padding-top: 32px;
}
.about .btn_wrap .btn {
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .about {
    padding-top: 6.9444444444vw;
    padding-bottom: 6.9444444444vw;
  }
  .about .about_inner {
    height: 36.1111111111vw;
    padding-top: 4.1666666667vw;
  }
  .about .about_img {
    width: 10.5555555556vw;
    margin-bottom: 2.2222222222vw;
  }
  .about p {
    font-size: 1.1111111111vw;
  }
  .about .btn_wrap {
    padding-top: 2.2222222222vw;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 17.0666666667vw;
    padding-bottom: 17.0666666667vw;
  }
  .about .about_inner {
    width: 100%;
    background: url(../img/top/bg_about_sp.jpg) center center no-repeat;
    background-size: 100% auto;
    height: 126.4vw;
    padding: 10.6666666667vw 8.5333333333vw 0;
  }
  .about .about_img {
    width: 29.8666666667vw;
    margin-bottom: 8.5333333333vw;
  }
  .about p {
    font-size: 3.7333333333vw;
    line-height: 2;
    text-align: left;
  }
  .about .btn_wrap {
    padding-top: 8.5333333333vw;
  }
}
.news {
  background: #F8F5F3;
  padding-top: 96px;
  padding-bottom: 96px;
}
.news .news_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news .news_left {
  width: 180px;
}
.news .news_left .top_ttl {
  text-align: left;
}
.news .news_left .top_ttl:after {
  width: 150px;
  height: 16px;
  background: url(../img/top/news_ttl.png) 0 0 no-repeat;
  background-size: 100% auto;
  left: 0;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.news .news_right {
  width: 930px;
  margin-left: auto;
}
.news .news_ul li {
  list-style: none;
  border-bottom: 1px solid #CCCCCC;
  padding: 30px 40px;
}
.news .news_ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  line-height: 2;
}
.news .news_ul li .news_date {
  letter-spacing: 0.1em;
  font-family: var(--font-en);
  width: 140px;
}
.news .news_ul li .news_ttl {
  width: calc(100% - 140px);
}
.news .btn_wrap {
  margin-top: 48px;
}
.news .btn_wrap .btn {
  margin-left: auto;
}

@media screen and (max-width: 1440px) {
  .news {
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
  .news .news_left {
    width: 12.5vw;
  }
  .news .news_left .top_ttl:after {
    width: 10.4166666667vw;
    height: 1.1111111111vw;
  }
  .news .news_right {
    width: 64.5833333333vw;
  }
  .news .news_ul li {
    padding: 2.0833333333vw 2.7777777778vw;
  }
  .news .news_ul li a {
    font-size: 1.1111111111vw;
  }
  .news .news_ul li .news_date {
    width: 9.7222222222vw;
  }
  .news .news_ul li .news_ttl {
    width: calc(100% - 9.7222222222vw);
  }
  .news .btn_wrap {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding: 8.5333333333vw 0;
  }
  .news .news_left {
    width: 100%;
  }
  .news .news_left .top_ttl {
    width: 26.6666666667vw;
    margin: 0 auto;
    text-align: center;
  }
  .news .news_left .top_ttl:after {
    width: 26.6666666667vw;
    height: 2.1333333333vw;
  }
  .news .news_right {
    width: 100%;
  }
  .news .news_ul li {
    padding: 4.2666666667vw;
  }
  .news .news_ul li a {
    font-size: 3.7333333333vw;
  }
  .news .news_ul li .news_date {
    width: 100%;
  }
  .news .news_ul li .news_ttl {
    width: 100%;
  }
  .news .btn_wrap {
    margin-top: 8.5333333333vw;
  }
  .news .btn_wrap .btn {
    margin: 0 auto;
  }
}
.insta {
  padding-top: 100px;
  padding-bottom: 100px;
}
.insta .top_ttl {
  margin-bottom: 24px;
}

@media screen and (max-width: 1440px) {
  .insta {
    padding-top: 6.9444444444vw;
    padding-bottom: 6.9444444444vw;
  }
  .insta .top_ttl {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .insta {
    padding: 17.0666666667vw 0;
  }
  .insta .top_ttl {
    margin-bottom: 6.4vw;
  }
}