@charset "UTF-8";
/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*====================================================================
	01 General_style
====================================================================*/
* {
  word-break: break-all;
  word-wrap: break-word;
}

body {
  font-family: monopin-j, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Meiryo, sans-serif, "宋体", Gulim;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
a {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a.disabled {
  pointer-events: none;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: initial;
  }
}

.inview {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 0.1s;
  -ms-transition: all 1s ease-in-out 0.1s;
  -moz-transition: all 1s ease-in-out 0.1s;
  -o-transition: all 1s ease-in-out 0.1s;
  transition: all 1s ease-in-out 0.1s;
}
.inview.view {
  opacity: 1;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*---------------------------------------------------------
	header
*/
/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*---------------------------------------------------------
	footer
*/
footer.ua_last {
  padding: 0 4.6875% 110px;
}
@media screen and (max-width: 768px) {
  footer.ua_last {
    padding: 0 8% 80px;
  }
}
footer.ua_last .share {
  margin: 0 0 30px;
}
footer.ua_last .share h3 {
  color: #222;
  font-family: aktiv-grotesk;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0 0 14px;
}
footer.ua_last .share .wrap {
  display: flex;
  align-items: center;
}
footer.ua_last .share .wrap a {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  footer.ua_last .share .wrap a {
    margin: 0 15px 0 0;
  }
}
footer.ua_last .share .wrap a:last-child {
  margin: 0;
}
footer.ua_last .share .wrap a img {
  width: auto;
  margin: 0 12px 0 0;
}
footer.ua_last .share .wrap a p {
  color: #222;
  font-family: aktiv-grotesk;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 11px */
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
footer.ua_last .staff {
  margin: 0 0 43px;
}
@media screen and (max-width: 768px) {
  footer.ua_last .staff {
    margin: 0 0 60px;
  }
}
footer.ua_last .staff h3 {
  color: #222;
  font-family: aktiv-grotesk;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0 0 14px;
}
footer.ua_last .staff p {
  color: #222;
  font-family: aktiv-grotesk;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 20px */
  letter-spacing: 1px;
}
footer.ua_last .sns {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0 0 17px;
}
@media screen and (max-width: 768px) {
  footer.ua_last .sns {
    margin: 0 0 30px;
    justify-content: start;
  }
}
footer.ua_last .sns a {
  color: #222;
  font-family: aktiv-grotesk;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: -0.36px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  margin: 0 0 0 18px;
}
@media screen and (max-width: 768px) {
  footer.ua_last .sns a {
    margin: 0 18px 0 0;
  }
}
footer.ua_last .copyright_wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
footer.ua_last .copyright_wrap img {
  width: auto;
}

/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*---------------------------------------------------------
	Top
*/
.container .mv {
  position: relative;
  display: block;
  width: 100%;
}
.container .mv .mv_img_wrap {
  display: block;
  width: 100%;
  height: 100%;
}
.container .mv .mv_img_wrap .swiper-slide-active img,
.container .mv .mv_img_wrap .swiper-slide-duplicate-active img,
.container .mv .mv_img_wrap .swiper-slide-prev img {
  animation: zoomUp 7s linear 0s normal both;
}
.container .mv .mv_img_wrap img {
  width: 100%;
}
.container .mv .mv_img_wrap img.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .container .mv .mv_img_wrap img.pc {
    display: none;
  }
}
.container .mv .mv_img_wrap img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .container .mv .mv_img_wrap img.sp {
    display: block;
  }
}
.container .mv .logo {
  position: absolute;
  top: 25px;
  left: 50px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .container .mv .logo {
    top: 23px;
    left: 30px;
  }
}
.container .mv .txt_wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.container .mv .txt_wrap .ttl_jp {
  width: auto;
  max-width: 250px;
  margin: 0 auto 41px;
}
@media screen and (max-width: 768px) {
  .container .mv .txt_wrap .ttl_jp {
    margin: 0 auto 12px;
  }
}
.container .mv .txt_wrap .ttl_en {
  width: auto;
  margin: 0 auto 30px;
}
.container .mv .txt_wrap .ttl_en.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .container .mv .txt_wrap .ttl_en.pc {
    display: none;
  }
}
.container .mv .txt_wrap .ttl_en.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .container .mv .txt_wrap .ttl_en.sp {
    display: block;
    width: 88.8vw;
    max-width: 333px;
    margin: 0 auto 16px;
  }
}
.container .mv .txt_wrap .ttl_name {
  width: auto;
  margin: 0 auto 30px;
}
.container .mv .txt_wrap .ttl_name.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .container .mv .txt_wrap .ttl_name.pc {
    display: none;
  }
}
.container .mv .txt_wrap .ttl_name.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .container .mv .txt_wrap .ttl_name.sp {
    display: block;
    max-width: 87.5%;
    margin: 0 auto 25px;
  }
}
.container .lead {
  padding: 90px 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .container .lead {
    padding: 60px 0 0;
  }
}
.container .lead p {
  color: #222;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%; /* 24px */
}
.container .styling_wrap {
  position: relative;
  padding: 90px 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .container .styling_wrap {
    padding: 60px 0 0;
  }
}
.container .styling_info {
  position: fixed;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  width: max-content;
  color: #FFF;
  font-family: aktiv-grotesk;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 100%; /* 12px */
  pointer-events: none;
  opacity: 0;
  z-index: 999;
  mix-blend-mode: difference;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.container .styling_info.no {
  top: 30px;
  left: 42px;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
@media screen and (max-width: 768px) {
  .container .styling_info.no {
    left: 22px;
  }
}
.container .styling_info.name {
  top: 30px;
  left: calc(100% - 42px);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
@media screen and (max-width: 768px) {
  .container .styling_info.name {
    left: calc(100% - 22px);
  }
}
.container .styling_info.category {
  bottom: 80px;
  right: calc(100% - 30px);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}
@media screen and (max-width: 768px) {
  .container .styling_info.category {
    right: calc(100% - 10px);
  }
}
.container .styling_info.item {
  bottom: 80px;
  right: 42px;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}
@media screen and (max-width: 768px) {
  .container .styling_info.item {
    right: 22px;
  }
}
.container .styling_info.view {
  opacity: 1;
}
.container .styling_info.view.none {
  opacity: 0;
}
.container section {
  position: relative;
  overflow-x: hidden;
  background: #fff;
}
.container section.styling_coat {
  background: #ECF1F5;
}
.container section.styling_coat .slider_wrap .swiper_cts .swiper-scrollbar {
  background: #D6D6D6;
}
.container section h2 img {
  width: auto;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .container section h2 img {
    height: 23px;
    margin: 0 auto 30px;
  }
}
.container section .flex_wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .container section .flex_wrap {
    display: block;
  }
}
.container section .styling_txt_wrap {
  display: block;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .container section .styling_txt_wrap {
    width: fit-content;
  }
}
.container section .styling_txt_wrap h3 {
  color: #222;
  font-family: aktiv-grotesk;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: -0.6px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.container section .styling_txt_wrap h4 {
  color: #222;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 10px */
  margin: 0 0 30px;
}
.container section .styling_txt_wrap h5 {
  color: #222;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  margin: 0 0 18px;
}
.container section .styling_txt_wrap p {
  width: 320px;
  color: #222;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%; /* 24px */
}
@media screen and (max-width: 768px) {
  .container section .styling_txt_wrap p {
    max-width: 200px;
  }
}
.container section .item_list {
  width: fit-content;
}
.container section .item_list li {
  position: relative;
  padding: 0 50px 0 0;
}
.container section .item_list li a .item_info {
  color: #222;
  font-family: aktiv-grotesk;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1px;
}
.container section .item_list li a .item_info span {
  font-size: 1em;
  font-weight: 500;
}
.container section .item_list li a .buy_btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #222;
  font-family: aktiv-grotesk;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 20px */
  letter-spacing: 1px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.container section .item_list li a.disabled .buy_btn {
  text-decoration: none;
}
.container section .slider_wrap {
  position: relative;
  display: block;
  width: 636px;
}
@media screen and (max-width: 768px) {
  .container section .slider_wrap {
    width: 285px;
  }
}
.container section .slider_wrap.slider_wrap_half {
  width: 418px;
}
@media screen and (max-width: 768px) {
  .container section .slider_wrap.slider_wrap_half {
    width: 285px;
  }
}
.container section .slider_wrap .slider_ttl {
  display: flex;
  align-items: end;
  margin: 0 0 30px;
}
.container section .slider_wrap .slider_ttl p {
  color: #222;
  font-family: aktiv-grotesk;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.container section .slider_wrap .slider_ttl p.slider_no {
  color: #222;
  font-family: aktiv-grotesk;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 10px */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 12px 0 0;
}
.container section .slider_wrap .swiper_cts .swiper {
  width: 636px;
}
@media screen and (max-width: 768px) {
  .container section .slider_wrap .swiper_cts .swiper {
    width: 285px;
  }
}
.container section .slider_wrap .swiper_cts_half .swiper {
  width: 418px;
}
@media screen and (max-width: 768px) {
  .container section .slider_wrap .swiper_cts_half .swiper {
    width: 285px;
  }
}
.container section .slider_wrap .swiper_cts, .container section .slider_wrap .swiper_cts_half {
  position: relative;
  display: block;
}
.container section .slider_wrap .swiper_cts .swiper .swiper-wrapper .swiper-slide a.disabled .buy_btn, .container section .slider_wrap .swiper_cts_half .swiper .swiper-wrapper .swiper-slide a.disabled .buy_btn {
  text-decoration: none;
}
.container section .slider_wrap .swiper_cts .swiper .swiper-wrapper .swiper-slide img, .container section .slider_wrap .swiper_cts_half .swiper .swiper-wrapper .swiper-slide img {
  margin: 0 0 18px;
}
.container section .slider_wrap .swiper_cts .swiper .swiper-wrapper .swiper-slide .txt, .container section .slider_wrap .swiper_cts_half .swiper .swiper-wrapper .swiper-slide .txt {
  position: relative;
}
.container section .slider_wrap .swiper_cts .swiper .swiper-wrapper .swiper-slide .txt h3, .container section .slider_wrap .swiper_cts_half .swiper .swiper-wrapper .swiper-slide .txt h3 {
  color: #1A1A1A;
  font-family: aktiv-grotesk;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  letter-spacing: 1.2px;
  margin: 0 0 6px;
}
.container section .slider_wrap .swiper_cts .swiper .swiper-wrapper .swiper-slide .txt h4, .container section .slider_wrap .swiper_cts_half .swiper .swiper-wrapper .swiper-slide .txt h4 {
  color: #1A1A1A;
  font-family: aktiv-grotesk;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 15px */
  letter-spacing: 1px;
}
.container section .slider_wrap .swiper_cts .swiper .swiper-wrapper .swiper-slide .txt .buy_btn, .container section .slider_wrap .swiper_cts_half .swiper .swiper-wrapper .swiper-slide .txt .buy_btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #1A1A1A;
  font-family: aktiv-grotesk;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  letter-spacing: 1.2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 768px) {
  .container section .slider_wrap .swiper_cts .swiper .swiper-wrapper .swiper-slide .txt .buy_btn, .container section .slider_wrap .swiper_cts_half .swiper .swiper-wrapper .swiper-slide .txt .buy_btn {
    position: relative;
    display: block;
    margin: 18px 0 0;
  }
}
.container section .slider_wrap .swiper_cts .arrow_wrap, .container section .slider_wrap .swiper_cts_half .arrow_wrap {
  position: absolute;
  top: -43px;
  right: 0;
  display: block;
  width: 42px;
  height: 12px;
}
.container section .slider_wrap .swiper_cts .arrow_wrap .swiper-button-next, .container section .slider_wrap .swiper_cts .arrow_wrap .swiper-button-prev, .container section .slider_wrap .swiper_cts_half .arrow_wrap .swiper-button-next, .container section .slider_wrap .swiper_cts_half .arrow_wrap .swiper-button-prev {
  position: absolute;
  display: block;
  width: 6px;
  height: 12px;
  background-size: cover;
  margin: 0;
}
.container section .slider_wrap .swiper_cts .arrow_wrap .swiper-button-next, .container section .slider_wrap .swiper_cts_half .arrow_wrap .swiper-button-next {
  top: 0;
  right: 0;
  background-image: url(../img/arrow_next.svg);
}
.container section .slider_wrap .swiper_cts .arrow_wrap .swiper-button-prev, .container section .slider_wrap .swiper_cts_half .arrow_wrap .swiper-button-prev {
  top: 0;
  left: 0;
  background-image: url(../img/arrow_prev.svg);
}
.container section .slider_wrap .swiper_cts .swiper-scrollbar, .container section .slider_wrap .swiper_cts_half .swiper-scrollbar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EFEFEF;
  margin: 30px 0 0;
}
.container section .slider_wrap .swiper_cts .swiper-scrollbar .swiper-scrollbar-drag, .container section .slider_wrap .swiper_cts_half .swiper-scrollbar .swiper-scrollbar-drag {
  height: 1px;
  background: #1A1A1A;
}
.container section .style-slide_wrap {
  position: relative;
}
.container section .style-slide_wrap .swiper-pagination {
  bottom: -16px;
  left: auto;
  right: 10px;
  width: auto;
  text-align: right;
}
.container section .style-slide_wrap .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 3px 0 0;
  background: rgb(217, 217, 217);
  opacity: 1;
}
.container section .style-slide_wrap .swiper-pagination .swiper-pagination-bullet:last-child {
  margin: 0;
}
.container section .style-slide_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(26, 26, 26);
}
.container section#styling-01 {
  padding: 0 0 180px;
}
@media screen and (max-width: 768px) {
  .container section#styling-01 {
    margin: 0 0 90px;
    padding: 0;
  }
}
.container section#styling-01 .img_wrap {
  display: flex;
  margin: 0 0 9.375vw;
}
@media screen and (max-width: 768px) {
  .container section#styling-01 .img_wrap {
    display: block;
    margin: 0 0 60px;
  }
}
.container section#styling-01 .img_wrap img {
  width: 46.875vw;
}
@media screen and (max-width: 768px) {
  .container section#styling-01 .img_wrap img {
    width: 100%;
  }
}
.container section#styling-01 .img_wrap img:first-child {
  margin: 0 1.5625vw 0 0;
}
@media screen and (max-width: 768px) {
  .container section#styling-01 .img_wrap img:first-child {
    margin: 0;
  }
}
.container section#styling-01 .flex_wrap {
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 9.375vw;
}
.container section#styling-01 .flex_wrap .info {
  margin: 0 0 0 4.6875vw;
}
@media screen and (max-width: 768px) {
  .container section#styling-01 .flex_wrap .info {
    margin: 0 0 0 8vw;
  }
}
.container section#styling-01 .flex_wrap .img-0103 {
  width: 46.875vw;
}
@media screen and (max-width: 768px) {
  .container section#styling-01 .flex_wrap .img-0103 {
    width: 76vw;
    margin: 0 0 30px auto;
  }
  .container section#styling-01 .flex_wrap .img-0103.sp {
    display: block;
  }
}
.container section#styling-01 .slider_wrap {
  margin: 0 0 0 4.6875vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .container section#styling-01 .slider_wrap {
    margin: 0 30px 0 auto;
    overflow: visible;
  }
}
.container section#styling-01 .slider_wrap .swiper_cts .swiper_wrap {
  overflow: hidden;
  width: 800px;
}
.container section#styling-01 .slider_wrap .swiper_cts .swiper_wrap .swiper {
  overflow: visible;
  margin: 0;
}
.container section#styling-02 {
  padding: 0 0 180px;
}
@media screen and (max-width: 768px) {
  .container section#styling-02 {
    padding: 0 0 90px;
  }
}
.container section#styling-02 .img-0201 {
  width: 50%;
  margin: 0 auto 15vw;
}
@media screen and (max-width: 768px) {
  .container section#styling-02 .img-0201 {
    width: 100%;
    margin: 0 0 60px;
  }
}
.container section#styling-02 .flex_wrap {
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 9.375vw;
}
.container section#styling-02 .flex_wrap .info {
  margin: 0 0 0 4.6875vw;
}
@media screen and (max-width: 768px) {
  .container section#styling-02 .flex_wrap .info {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-02 .flex_wrap .info .styling_txt_wrap {
    margin: 0 auto 30px 8vw;
  }
}
.container section#styling-02 .flex_wrap .info .img-0203 {
  width: 25vw;
  margin: 4.6875vw 0 0;
}
@media screen and (max-width: 768px) {
  .container section#styling-02 .flex_wrap .info .img-0203 {
    width: 53.3333333333vw;
    margin: 0 auto 60px 8vw;
  }
}
.container section#styling-02 .flex_wrap .img-0202 {
  width: 60.9375vw;
}
@media screen and (max-width: 768px) {
  .container section#styling-02 .flex_wrap .img-0202 {
    width: 94.6666666667vw;
    margin: 0 auto 30px;
  }
  .container section#styling-02 .flex_wrap .img-0202.sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-02 .flex_wrap .item_list {
    margin: 0 auto 60px 8vw;
  }
}
.container section#styling-02 .slider_wrap {
  margin: 0 0 0 4.6875vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .container section#styling-02 .slider_wrap {
    margin: 0 30px 0 auto;
    overflow: visible;
  }
}
.container section#styling-02 .slider_wrap .swiper_cts .swiper_wrap {
  overflow: hidden;
  width: 800px;
}
@media screen and (max-width: 768px) {
  .container section#styling-02 .slider_wrap .swiper_cts .swiper_wrap {
    overflow: visible;
  }
}
.container section#styling-02 .slider_wrap .swiper_cts .swiper_wrap .swiper {
  overflow: visible;
  margin: 0;
}
.container section#styling-03 {
  position: relative;
  padding: 0 0 180px;
}
@media screen and (max-width: 768px) {
  .container section#styling-03 {
    padding: 0 0 90px;
  }
}
.container section#styling-03 .img_wrap {
  display: flex;
  margin: 0 0 9.375vw;
}
@media screen and (max-width: 768px) {
  .container section#styling-03 .img_wrap {
    display: block;
    margin: 0 0 60px;
  }
}
.container section#styling-03 .img_wrap img {
  width: 50vw;
}
@media screen and (max-width: 768px) {
  .container section#styling-03 .img_wrap img {
    width: 100%;
  }
}
.container section#styling-03 .flex_wrap {
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 9.375vw;
}
.container section#styling-03 .flex_wrap .info {
  margin: 0 0 0 4.6875vw;
}
@media screen and (max-width: 768px) {
  .container section#styling-03 .flex_wrap .info {
    margin: 0 0 0 8vw;
  }
}
.container section#styling-03 .flex_wrap .img-0303 {
  width: 40.625vw;
  margin: 0 9.375vw 0 0;
}
@media screen and (max-width: 768px) {
  .container section#styling-03 .flex_wrap .img-0303 {
    width: 76vw;
    margin: 0 0 30px auto;
  }
  .container section#styling-03 .flex_wrap .img-0303.sp {
    display: block;
  }
}
.container section#styling-03 .slider_wrap {
  margin: 0 0 0 4.6875vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .container section#styling-03 .slider_wrap {
    margin: 0 30px 0 auto;
    overflow: visible;
  }
}
.container section#styling-03 .slider_wrap .swiper_cts .swiper_wrap {
  overflow: hidden;
  width: 800px;
}
.container section#styling-03 .slider_wrap .swiper_cts .swiper_wrap .swiper {
  overflow: visible;
  margin: 0;
}
.container section#styling-04 {
  padding: 0 0 210px;
}
@media screen and (max-width: 768px) {
  .container section#styling-04 {
    padding: 0 0 90px;
  }
}
.container section#styling-04 .img_wrap {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 9.375vw;
}
@media screen and (max-width: 768px) {
  .container section#styling-04 .img_wrap {
    display: block;
    margin: 0 0 60px;
  }
}
.container section#styling-04 .img_wrap img {
  width: 46.875vw;
}
@media screen and (max-width: 768px) {
  .container section#styling-04 .img_wrap img {
    width: 100%;
  }
}
.container section#styling-04 .img_wrap img:first-child {
  margin: 0 1.5625vw 0 0;
}
@media screen and (max-width: 768px) {
  .container section#styling-04 .img_wrap img:first-child {
    margin: 0;
  }
}
.container section#styling-04 .flex_wrap {
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 20px;
  margin: 0 0 9.375vw;
}
.container section#styling-04 .flex_wrap .info {
  width: 50vw;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .container section#styling-04 .flex_wrap .info {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-04 .flex_wrap .info .styling_txt_wrap {
    margin: 0 auto 30px 8vw;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-04 .flex_wrap .info .item_list {
    margin: 0 auto 60px 8vw;
  }
}
.container section#styling-04 .flex_wrap .img-0403 {
  width: 39.0625vw;
}
@media screen and (max-width: 768px) {
  .container section#styling-04 .flex_wrap .img-0403 {
    width: 94.6666666667vw;
    margin: 0 auto 30px 0;
  }
  .container section#styling-04 .flex_wrap .img-0403.sp {
    display: block;
  }
}
.container section#styling-04 .slider_wrap {
  margin: 0 0 0 4.6875%;
}
@media screen and (max-width: 768px) {
  .container section#styling-04 .slider_wrap {
    margin: 0 30px 0 auto;
  }
  .container section#styling-04 .slider_wrap .swiper_cts .swiper_wrap {
    overflow: hidden;
    width: 800px;
  }
  .container section#styling-04 .slider_wrap .swiper_cts .swiper_wrap .swiper {
    overflow: visible;
    margin: 0;
  }
}
.container section#styling-05 {
  padding: 90px 0 180px;
}
@media screen and (max-width: 768px) {
  .container section#styling-05 {
    padding: 60px 0 90px;
  }
}
.container section#styling-05 .img-0501 {
  width: 50vw;
  margin: 0 auto 9.375vw;
}
@media screen and (max-width: 768px) {
  .container section#styling-05 .img-0501 {
    width: 100%;
    margin: 0 auto 60px;
  }
}
.container section#styling-05 .flex_wrap {
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .container section#styling-05 .flex_wrap {
    margin: 0 0 507px;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-05 .flex_wrap {
    margin: 0;
  }
}
.container section#styling-05 .flex_wrap .info {
  padding: 0 0 0 4.6875vw;
}
@media screen and (max-width: 768px) {
  .container section#styling-05 .flex_wrap .info {
    margin: 0 0 60px 8vw;
    padding: 0;
  }
}
.container section#styling-05 .flex_wrap .info .img-0503 {
  width: 31.25vw;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .container section#styling-05 .flex_wrap .info .img-0503 {
    width: 76vw;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-05 .flex_wrap .info .img-0502 {
    width: 92vw;
    margin: 0 0 30px auto;
  }
}
.container section#styling-05 .flex_wrap .flex_inner {
  position: relative;
  width: 50vw;
  padding: 0 0 567px;
}
@media screen and (max-width: 1100px) {
  .container section#styling-05 .flex_wrap .flex_inner {
    position: initial;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-05 .flex_wrap .flex_inner {
    width: 100%;
    padding: 0;
  }
}
.container section#styling-05 .flex_wrap .flex_inner .img-0502 {
  width: 46.875vw;
}
.container section#styling-05 .slider_wrap {
  position: absolute;
  bottom: 0;
  right: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .container section#styling-05 .slider_wrap {
    bottom: -507px;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-05 .slider_wrap {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 30px 0 auto;
  }
}
.container section#styling-05 .slider_wrap .swiper_cts .swiper_wrap {
  overflow: hidden;
  width: 800px;
}
.container section#styling-05 .slider_wrap .swiper_cts .swiper_wrap .swiper {
  overflow: visible;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .container section#styling-05 .slider_wrap {
    position: relative;
    right: 0;
    margin: 0 30px 0 auto;
  }
  .container section#styling-05 .slider_wrap .swiper_cts .swiper_wrap {
    overflow: hidden;
    width: 800px;
  }
  .container section#styling-05 .slider_wrap .swiper_cts .swiper_wrap .swiper {
    overflow: visible;
    margin: 0;
  }
}
.container section#styling-06 {
  padding: 0 0 180px;
}
@media screen and (max-width: 768px) {
  .container section#styling-06 {
    padding: 0 0 90px;
  }
}
@media screen and (max-width: 1100px) {
  .container section#styling-06 .flex_wrap {
    margin: 0 0 507px;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-06 .flex_wrap {
    margin: 0;
  }
}
.container section#styling-06 .flex_wrap .flex_inner {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .container section#styling-06 .flex_wrap .flex_inner {
    width: 100%;
  }
}
.container section#styling-06 .flex_wrap .flex_inner .info {
  padding: 0 0 0 4.6875vw;
}
@media screen and (max-width: 768px) {
  .container section#styling-06 .flex_wrap .flex_inner .info {
    margin: 0 0 60px 8vw;
    padding: 0;
  }
}
.container section#styling-06 .flex_wrap .flex_inner .img-0601 {
  width: 50vw;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .container section#styling-06 .flex_wrap .flex_inner .img-0601 {
    width: 100%;
  }
}
.container section#styling-06 .flex_wrap .flex_inner .img-0602 {
  width: 31.25vw;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .container section#styling-06 .flex_wrap .flex_inner .img-0602 {
    width: 73.3333333333vw;
    margin: 0 10px 0 auto;
  }
  .container section#styling-06 .flex_wrap .flex_inner .img-0602.sp {
    display: block;
  }
}
.container section#styling-06 .flex_wrap .flex_inner .img-0603 {
  width: 31.25vw;
  margin: 0 0 0 auto;
  padding: 0 0 567px;
}
@media screen and (max-width: 1100px) {
  .container section#styling-06 .flex_wrap .flex_inner .img-0603 {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-06 .flex_wrap .flex_inner .img-0603 {
    width: 73.3333333333vw;
    margin: 0 10px 30px auto;
    padding: 0;
  }
  .container section#styling-06 .flex_wrap .flex_inner .img-0603.sp {
    display: block;
  }
}
.container section#styling-06 .slider_wrap {
  position: absolute;
  bottom: 0;
  right: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .container section#styling-06 .slider_wrap {
    bottom: -507px;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-06 .slider_wrap {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 30px 0 auto;
  }
}
.container section#styling-06 .slider_wrap .swiper_cts .swiper_wrap {
  overflow: hidden;
  width: 800px;
}
.container section#styling-06 .slider_wrap .swiper_cts .swiper_wrap .swiper {
  overflow: visible;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .container section#styling-06 .slider_wrap {
    position: relative;
    right: 0;
    margin: 0 30px 0 auto;
  }
  .container section#styling-06 .slider_wrap .swiper_cts .swiper_wrap {
    overflow: hidden;
    width: 800px;
  }
  .container section#styling-06 .slider_wrap .swiper_cts .swiper_wrap .swiper {
    overflow: visible;
    margin: 0;
  }
}
.container section#styling-07 {
  padding: 0 0 180px;
}
@media screen and (max-width: 768px) {
  .container section#styling-07 {
    padding: 0 0 90px;
  }
}
.container section#styling-07 .img-0701 {
  width: 50vw;
  margin: 0 auto 9.375vw;
}
@media screen and (max-width: 768px) {
  .container section#styling-07 .img-0701 {
    width: 100%;
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-07 .img-0702 {
    width: 94.9333333333vw;
    margin: 0 0 60px;
  }
}
.container section#styling-07 .flex_wrap {
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0 4.6875vw;
}
@media screen and (max-width: 1100px) {
  .container section#styling-07 .flex_wrap {
    margin: 0 0 507px;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-07 .flex_wrap {
    margin: 0;
    padding: 0;
  }
}
.container section#styling-07 .flex_wrap .flex_inner {
  position: relative;
}
.container section#styling-07 .flex_wrap .flex_inner:last-child {
  padding: 0 0 567px;
}
@media screen and (max-width: 1100px) {
  .container section#styling-07 .flex_wrap .flex_inner:last-child {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-07 .flex_wrap .flex_inner .info {
    margin: 0 0 60px 8vw;
  }
}
.container section#styling-07 .flex_wrap .flex_inner .img-0702 {
  width: 50vw;
}
.container section#styling-07 .flex_wrap .flex_inner .img-0703 {
  width: 31.25vw;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .container section#styling-07 .flex_wrap .flex_inner .img-0703 {
    width: 76vw;
    margin: 0 0 30px auto;
    padding: 0;
  }
  .container section#styling-07 .flex_wrap .flex_inner .img-0703.sp {
    display: block;
  }
}
.container section#styling-07 .slider_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .container section#styling-07 .slider_wrap {
    bottom: -507px;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-07 .slider_wrap {
    position: relative;
    bottom: 0;
    margin: 0 30px 0 auto;
  }
  .container section#styling-07 .slider_wrap .swiper_cts .swiper_wrap {
    overflow: hidden;
    width: 800px;
  }
  .container section#styling-07 .slider_wrap .swiper_cts .swiper_wrap .swiper {
    overflow: visible;
    margin: 0;
  }
}
.container section#styling-08 {
  position: relative;
  padding: 0 0 180px;
}
@media screen and (max-width: 768px) {
  .container section#styling-08 {
    padding: 0 0 90px;
  }
}
.container section#styling-08 .img_wrap {
  display: flex;
  margin: 0 0 9.375vw;
}
@media screen and (max-width: 768px) {
  .container section#styling-08 .img_wrap {
    display: block;
  }
}
.container section#styling-08 .img_wrap img {
  width: 50vw;
}
@media screen and (max-width: 768px) {
  .container section#styling-08 .img_wrap img {
    width: 100%;
  }
}
.container section#styling-08 .flex_wrap {
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 9.375vw;
}
.container section#styling-08 .flex_wrap .info {
  margin: 0 0 0 4.6875vw;
}
@media screen and (max-width: 768px) {
  .container section#styling-08 .flex_wrap .info {
    margin: 0 0 60px 8vw;
  }
}
.container section#styling-08 .flex_wrap .img-0803 {
  width: 40.625vw;
  margin: 0 9.375vw 0 0;
}
@media screen and (max-width: 768px) {
  .container section#styling-08 .flex_wrap .img-0803 {
    width: 76vw;
    margin: 0 0 30px;
  }
}
.container section#styling-08 .slider_wrap {
  margin: 0 60px 0 auto;
}
@media screen and (max-width: 768px) {
  .container section#styling-08 .slider_wrap {
    margin: 0 30px 0 auto;
  }
}
.container section#styling-08 .slider_wrap .swiper_cts .swiper_wrap {
  overflow: hidden;
  width: 800px;
}
.container section#styling-08 .slider_wrap .swiper_cts .swiper_wrap .swiper {
  overflow: visible;
  margin: 0;
}
.container section#styling-09 {
  padding: 90px 0 180px;
}
@media screen and (max-width: 768px) {
  .container section#styling-09 {
    padding: 60px 0 40px;
  }
}
.container section#styling-09 .closeup_ttl {
  margin: 0 auto 90px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .container section#styling-09 .closeup_ttl {
    margin: 0 auto 30px;
  }
}
.container section#styling-09 .closeup_ttl h3 {
  color: #222;
  font-family: aktiv-grotesk;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
  letter-spacing: -0.72px;
  text-transform: uppercase;
  margin: 0 auto 12px;
}
.container section#styling-09 .closeup_ttl h4 {
  color: #222;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 10px */
  margin: 0 auto 30px;
}
.container section#styling-09 .closeup_ttl p {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  color: #222;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%; /* 24px */
}
.container section#styling-09 .flex_wrap {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .container section#styling-09 .flex_wrap {
    display: block;
  }
}
.container section#styling-09 .flex_wrap .flex_inner {
  position: relative;
  max-width: 400px;
  padding: 0 0 570px;
}
@media screen and (max-width: 768px) {
  .container section#styling-09 .flex_wrap .flex_inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-09 .flex_wrap .flex_inner:first-child {
    margin: 0 auto 90px;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-09 .flex_wrap .flex_inner:last-child {
    margin: 0 auto 120px;
  }
}
.container section#styling-09 .flex_wrap .flex_inner .closeup_img {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .container section#styling-09 .flex_wrap .flex_inner .closeup_img {
    width: 84vw;
    margin: 0 auto 30px;
  }
}
.container section#styling-09 .flex_wrap .flex_inner .txt_svg {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .container section#styling-09 .flex_wrap .flex_inner .txt_svg {
    max-width: 84vw;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-09 .flex_wrap .flex_inner .item_list {
    margin: 0 auto 30px 8vw;
  }
}
.container section#styling-09 .flex_wrap .flex_inner .slider_wrap {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .container section#styling-09 .flex_wrap .flex_inner .slider_wrap {
    position: relative;
    margin: 0 30px 0 auto;
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-09 .flex_wrap .flex_inner .slider_wrap .swiper {
    overflow: visible;
    margin: 0;
  }
}

/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*---------------------------------------------------------
	Other
*/