@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;
  }
}
/* 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 h2 {
  color: #1A1A1A;
  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: #1A1A1A;
  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 h2 {
  color: #1A1A1A;
  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: #1A1A1A;
  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: #1A1A1A;
  font-family: thermal-variable;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  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: 100vw;
  height: 100dvh;
}
.container .mv .mv_img {
  position: absolute;
  top: 0;
  left: 90px;
  display: block;
  width: calc(100% - 90px);
  height: 100%;
  background-image: url(../img/mv_pc.webp);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .container .mv .mv_img {
    left: 40px;
    width: calc(100% - 40px);
    background-image: url(../img/mv_sp.webp);
    background-position: top center;
  }
}
.container .mv .gradation {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 90px;
  height: 100%;
  background: linear-gradient(180deg, #D26F69 0%, #C3283B 100%);
}
@media screen and (max-width: 768px) {
  .container .mv .gradation {
    width: 40px;
  }
}
.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;
}
.container .mv .txt_wrap .ttl_jp {
  width: auto;
  margin: 0 auto 41px;
}
.container .mv .txt_wrap .ttl_jp.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .container .mv .txt_wrap .ttl_jp.pc {
    display: none;
  }
}
.container .mv .txt_wrap .ttl_jp.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .container .mv .txt_wrap .ttl_jp.sp {
    display: block;
    margin: 0 auto 17px 110px;
  }
}
.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;
    max-width: 87.5%;
    margin: 0 0 25px 30px;
  }
}
.container .mv .txt_wrap p {
  color: #FFF;
  font-family: aktiv-grotesk;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 10px */
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  .container .mv .txt_wrap p {
    display: block;
    width: fit-content;
    margin: 0 0 0 30px;
  }
}
.container .lead {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .container .lead {
    padding: 60px 0;
  }
}
.container .lead p {
  color: #4D4D4D;
  text-align: center;
  font-family: ryo-text-plusn;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 26px */
}
.container section {
  position: relative;
  overflow-x: hidden;
}
.container section .no {
  display: block;
  width: fit-content;
}
.container section .no p {
  color: #1A1A1A;
  font-family: aktiv-grotesk;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 10px */
  letter-spacing: 3px;
  margin: 0 0 18px;
}
.container section .no p span {
  font-size: 1em;
  font-weight: 500;
}
.container section .styling_txt_wrap {
  display: block;
}
@media screen and (max-width: 768px) {
  .container section .styling_txt_wrap {
    width: fit-content;
  }
}
.container section .styling_txt_wrap h2 {
  color: #1A1A1A;
  font-family: thermal-variable;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 18px */
  letter-spacing: -0.54px;
  text-transform: uppercase;
  margin: 0 0 6px;
}
.container section .styling_txt_wrap h3 {
  color: #1A1A1A;
  font-family: ryo-gothic-plusn;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 10px */
  margin: 0 0 30px;
}
.container section .styling_txt_wrap h4 {
  color: #1A1A1A;
  font-family: ryo-text-plusn;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  margin: 0 0 18px;
}
.container section .styling_txt_wrap p {
  width: 250px;
  color: #4D4D4D;
  font-family: ryo-text-plusn;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 24px */
}
.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: #1A1A1A;
  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: #1A1A1A;
  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;
}
.container section .slider_wrap .slider_ttl {
  display: flex;
  align-items: end;
  margin: 0 0 30px;
}
.container section .slider_wrap .slider_ttl p {
  color: #1A1A1A;
  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: #1A1A1A;
  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;
}
.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 h2, .container section .slider_wrap .swiper_cts_half .swiper .swiper-wrapper .swiper-slide .txt h2 {
  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 h3, .container section .slider_wrap .swiper_cts_half .swiper .swiper-wrapper .swiper-slide .txt h3 {
  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 .no {
  margin: 0 0 0 4.6875%;
}
@media screen and (max-width: 768px) {
  .container section#styling-01 .no {
    margin: 0 0 0 8%;
  }
}
.container section#styling-01 .item_01 {
  display: block;
  width: 95.3125%;
  margin: 0 0 90px auto;
}
@media screen and (max-width: 768px) {
  .container section#styling-01 .item_01 {
    width: 100%;
    margin: 0 0 60px;
  }
}
.container section#styling-01 .item_02 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 90px;
}
.container section#styling-01 .item_02 img {
  width: 45.3%;
}
@media screen and (max-width: 768px) {
  .container section#styling-01 .item_02 img {
    width: 78.66%;
  }
}
.container section#styling-01 .item_02 .styling_txt_wrap {
  position: absolute;
  top: 50%;
  left: 62.89%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .container section#styling-01 .item_02 .styling_txt_wrap {
    position: relative;
    top: 0;
    left: 30px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0 0 60px;
  }
}
.container section#styling-01 .item_03 {
  display: block;
  width: 47.65%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .container section#styling-01 .item_03 {
    width: 84%;
    margin: 0 auto 60px;
  }
}
.container section#styling-01 .item_03 img {
  margin: 0 0 30px;
}
.container section#styling-01 .slider_wrap {
  margin: 0 60px 0 auto;
}
@media screen and (max-width: 768px) {
  .container section#styling-01 .slider_wrap {
    margin: 0 30px 0 auto;
  }
}
.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: 272px 0 180px;
}
@media screen and (max-width: 768px) {
  .container section#styling-02 {
    padding: 0 0 90px;
  }
}
.container section#styling-02 .no {
  margin: 0 0 0 4.6875%;
}
@media screen and (max-width: 768px) {
  .container section#styling-02 .no {
    margin: 0 0 0 8%;
  }
}
.container section#styling-02 .item_01 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 90px auto;
}
@media screen and (max-width: 768px) {
  .container section#styling-02 .item_01 {
    margin: 0 0 60px;
  }
}
.container section#styling-02 .item_01 img {
  display: block;
  width: 46.875%;
  margin: 0 0 0 4.6875%;
}
@media screen and (max-width: 768px) {
  .container section#styling-02 .item_01 img {
    width: 100%;
    margin: 0;
  }
}
.container section#styling-02 .item_02 {
  position: absolute;
  top: 0;
  right: 4.6875%;
  width: 34.375%;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 768px) {
  .container section#styling-02 .item_02 {
    position: relative;
    right: 0;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-02 .item_02 .styling_txt_wrap {
    margin: 0 0 60px 8%;
  }
}
.container section#styling-02 .item_02 img {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .container section#styling-02 .item_02 img {
    width: 53.33%;
    margin: 0 auto 60px;
  }
}
.container section#styling-02 .item_03 {
  display: block;
  width: 50%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .container section#styling-02 .item_03 {
    width: 100%;
    margin: 0 auto 60px;
  }
}
.container section#styling-02 .item_03 img {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .container section#styling-02 .item_03 .item_list {
    margin: 0 0 0 8%;
  }
}
.container section#styling-02 .slider_wrap {
  margin: 0 60px 0 auto;
}
@media screen and (max-width: 768px) {
  .container section#styling-02 .slider_wrap {
    margin: 0 30px 0 auto;
  }
}
.container section#styling-02 .slider_wrap .swiper_cts .swiper_wrap {
  overflow: hidden;
  width: 800px;
}
.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:after {
  content: "";
  position: absolute;
  top: 40vw;
  left: 0;
  display: block;
  width: 100%;
  height: 100vw;
  background: #F1F2ED;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .container section#styling-03:after {
    height: 50%;
  }
}
.container section#styling-03 .no {
  margin: 0 0 0 25%;
}
@media screen and (max-width: 768px) {
  .container section#styling-03 .no {
    margin: 0 0 0 8%;
  }
}
.container section#styling-03 .item_01 {
  display: block;
  width: 50%;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .container section#styling-03 .item_01 {
    width: 100%;
    margin: 0 auto 60px;
  }
}
.container section#styling-03 .item_02 {
  position: relative;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .container section#styling-03 .item_02 {
    margin: 0 auto 60px;
  }
}
.container section#styling-03 .item_02 img {
  display: block;
  width: 50%;
  margin: 0 0 0 4.6875%;
}
@media screen and (max-width: 768px) {
  .container section#styling-03 .item_02 img {
    width: 84%;
    margin: 0 auto 30px;
  }
}
.container section#styling-03 .item_02 .styling_txt_wrap {
  position: absolute;
  top: 0;
  left: 64%;
}
@media screen and (max-width: 768px) {
  .container section#styling-03 .item_02 .styling_txt_wrap {
    position: relative;
    left: 0;
    margin: 0 0 60px 8%;
  }
}
.container section#styling-03 .item_02 .item_list {
  position: absolute;
  top: 330px;
  left: 64%;
}
@media screen and (max-width: 768px) {
  .container section#styling-03 .item_02 .item_list {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 60px 8%;
  }
}
.container section#styling-03 .slider_wrap {
  margin: 0 60px 0 auto;
}
@media screen and (max-width: 768px) {
  .container section#styling-03 .slider_wrap {
    margin: 0 30px 0 auto;
  }
}
.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 .no {
  margin: 0 0 0 25%;
}
@media screen and (max-width: 768px) {
  .container section#styling-04 .no {
    margin: 0 0 0 8%;
  }
}
.container section#styling-04 .item_01 {
  display: block;
  width: 50%;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .container section#styling-04 .item_01 {
    width: 100%;
    margin: 0 auto 60px;
  }
}
.container section#styling-04 .item_02 {
  position: relative;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .container section#styling-04 .item_02 {
    margin: 0 auto;
  }
}
.container section#styling-04 .item_02 img {
  width: 46.875%;
  margin: 0 4.6875% 0 auto;
}
@media screen and (max-width: 768px) {
  .container section#styling-04 .item_02 img {
    width: 84%;
    margin: 0 auto;
  }
}
.container section#styling-04 .item_02 .styling_txt_wrap {
  position: absolute;
  top: 50%;
  left: 14.45%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .container section#styling-04 .item_02 .styling_txt_wrap {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0 0 60px 8%;
  }
}
.container section#styling-04 .item_03 {
  position: relative;
  margin: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .container section#styling-04 .item_03 {
    margin: 0 0 60px;
  }
}
.container section#styling-04 .item_03 img {
  width: 50%;
  margin: 0 0 0 4.6875%;
}
@media screen and (max-width: 768px) {
  .container section#styling-04 .item_03 img {
    width: 84%;
    margin: 0 auto 30px;
  }
}
.container section#styling-04 .item_03 .item_list {
  position: absolute;
  bottom: 0;
  left: 61.7%;
}
@media screen and (max-width: 768px) {
  .container section#styling-04 .item_03 .item_list {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0 0 60px 8%;
  }
}
.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: 0 0 180px;
}
@media screen and (max-width: 768px) {
  .container section#styling-05 {
    padding: 0 0 90px;
  }
}
.container section#styling-05:after {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  display: block;
  width: 100%;
  height: 120vw;
  background: #F1F2ED;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .container section#styling-05:after {
    height: 55%;
  }
}
.container section#styling-05 .no {
  margin: 0 0 0 4.6875%;
}
@media screen and (max-width: 768px) {
  .container section#styling-05 .no {
    margin: 0 0 0 8%;
  }
}
.container section#styling-05 .item_01 {
  position: relative;
}
.container section#styling-05 .item_01 .style-slide_wrap {
  display: block;
  width: 50%;
  margin: 0 0 90px;
}
@media screen and (max-width: 768px) {
  .container section#styling-05 .item_01 .style-slide_wrap {
    width: 100%;
    margin: 0 0 60px;
  }
}
.container section#styling-05 .item_01 .styling_txt_wrap {
  position: absolute;
  bottom: 90px;
  right: 9.375%;
}
@media screen and (max-width: 768px) {
  .container section#styling-05 .item_01 .styling_txt_wrap {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 0 60px 8%;
  }
}
.container section#styling-05 .item_02 {
  display: block;
  width: 50%;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .container section#styling-05 .item_02 {
    width: 100%;
    margin: 0 auto 60px;
  }
}
.container section#styling-05 .item_02 img {
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .container section#styling-05 .item_02 img {
    width: 84%;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-05 .item_02 .item_list {
    margin: 0 0 0 8%;
  }
}
.container section#styling-05 .slider_wrap {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container section#styling-05 .slider_wrap {
    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;
  }
}
.container section#styling-06 .no {
  margin: 0 0 0 4.6875%;
}
@media screen and (max-width: 768px) {
  .container section#styling-06 .no {
    margin: 0 0 0 8%;
  }
}
.container section#styling-06 .item_01 {
  display: block;
  width: 95.3125%;
  margin: 0 0 60px auto;
}
@media screen and (max-width: 768px) {
  .container section#styling-06 .item_01 {
    width: 100%;
    margin: 0 0 60px;
  }
}
.container section#styling-06 .item_02 .styling_txt_wrap {
  margin: 0 0 120px 4.6875%;
}
@media screen and (max-width: 768px) {
  .container section#styling-06 .item_02 .styling_txt_wrap {
    margin: 0 0 60px 8%;
  }
}
.container section#styling-06 .item_02 img {
  width: 50%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .container section#styling-06 .item_02 img {
    width: 84%;
    margin: 0 auto 60px;
  }
}
.container section#styling-06 .item_03 {
  width: 50%;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .container section#styling-06 .item_03 {
    width: 100%;
    margin: 0 auto 60px;
  }
}
.container section#styling-06 .item_03 img {
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .container section#styling-06 .item_03 img {
    width: 68%;
    margin: 0 8% 30px auto;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-06 .item_03 .item_list {
    width: 84%;
    margin: 0 0 0 8%;
  }
}
.container section#styling-06 .slider_wrap {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container section#styling-06 .slider_wrap {
    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 .no {
  margin: 0 0 0 4.6875%;
}
@media screen and (max-width: 768px) {
  .container section#styling-07 .no {
    margin: 0 0 0 8%;
  }
}
.container section#styling-07 .item_01 {
  position: relative;
  display: block;
  margin: 0 0 90px;
}
.container section#styling-07 .item_01 img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .container section#styling-07 .item_01 img {
    width: 100%;
    margin: 0 0 60px;
  }
}
.container section#styling-07 .item_01 .styling_txt_wrap {
  position: absolute;
  top: 50%;
  right: 12.23%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .container section#styling-07 .item_01 .styling_txt_wrap {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0 0 60px 8%;
  }
}
.container section#styling-07 .item_02 {
  width: 34.375%;
  margin: 0 4.6875% 90px auto;
}
@media screen and (max-width: 768px) {
  .container section#styling-07 .item_02 {
    width: 68%;
    margin: 0 0 60px 0;
  }
}
.container section#styling-07 .item_03 {
  width: 50%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .container section#styling-07 .item_03 {
    width: 100%;
    margin: 0 auto 90px;
  }
}
.container section#styling-07 .item_03 img {
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .container section#styling-07 .item_03 img {
    width: 84%;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-07 .item_03 .item_list {
    margin: 0 0 0 8%;
  }
}
.container section#styling-07 .slider_wrap {
  margin: 0 60px 0 auto;
}
@media screen and (max-width: 768px) {
  .container section#styling-07 .slider_wrap {
    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 {
  padding: 0 0 180px;
}
@media screen and (max-width: 768px) {
  .container section#styling-08 {
    padding: 0 0 40px;
  }
}
.container section#styling-08 .no {
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  .container section#styling-08 .no {
    margin: 0 auto 0;
  }
}
.container section#styling-08 .styling_ttl {
  margin: 0 auto 90px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .container section#styling-08 .styling_ttl {
    margin: 0 auto 60px;
  }
}
.container section#styling-08 .styling_ttl h2 {
  color: #1A1A1A;
  text-align: center;
  font-family: thermal-variable;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 18px */
  letter-spacing: -0.54px;
  text-transform: uppercase;
  margin: 0 auto 6px;
}
.container section#styling-08 .styling_ttl p {
  color: #1A1A1A;
  font-family: ryo-gothic-plusn;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 10px */
}
.container section#styling-08 .flex_wrap {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .container section#styling-08 .flex_wrap {
    display: block;
  }
}
.container section#styling-08 .flex_wrap .wrap {
  position: relative;
  width: 31.25%;
  padding: 0 0 570px;
}
@media screen and (max-width: 768px) {
  .container section#styling-08 .flex_wrap .wrap {
    width: 100%;
    margin: 0 0 90px;
    padding: 0;
  }
}
.container section#styling-08 .flex_wrap .wrap .ttl_wrap .styling-img {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .container section#styling-08 .flex_wrap .wrap .ttl_wrap .styling-img {
    width: 84%;
    margin: 0 auto 36px;
  }
}
.container section#styling-08 .flex_wrap .wrap .ttl_wrap h3 {
  color: #1A1A1A;
  font-family: ryo-text-plusn;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .container section#styling-08 .flex_wrap .wrap .ttl_wrap h3 {
    margin: 0 0 30px 8%;
  }
}
.container section#styling-08 .flex_wrap .wrap .ttl_wrap .styling-txt {
  color: #4D4D4D;
  font-family: ryo-text-plusn;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 24px */
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .container section#styling-08 .flex_wrap .wrap .ttl_wrap .styling-txt {
    width: 250px;
    margin: 0 0 30px 8%;
  }
}
@media screen and (max-width: 768px) {
  .container section#styling-08 .flex_wrap .wrap .item_list {
    margin: 0 0 68px 8%;
  }
}
.container section#styling-08 .flex_wrap .wrap .slider_wrap_half {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .container section#styling-08 .flex_wrap .wrap .slider_wrap_half {
    position: relative;
    width: 285px;
    margin: 0 8% 0 auto;
  }
  .container section#styling-08 .flex_wrap .wrap .slider_wrap_half .swiper {
    width: 285px;
    overflow: visible;
  }
}

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

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