@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-fade {
  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-fade.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 {
  max-width: 800px;
  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;
  gap: 20px;
  margin: 0 0 17px;
}
@media screen and (max-width: 768px) {
  footer.ua_last .sns {
    margin: 0 0 30px;
    justify-content: space-between;
  }
}
footer.ua_last .sns .sns-icon {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
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;
}
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.ver-vol1 .styling_wrap .float-anchor {
  display: none;
}
.container.ver-vol1 #vol-02,
.container.ver-vol1 #vol2-styling-01,
.container.ver-vol1 #vol2-styling-02,
.container.ver-vol1 #close-up-vol2,
.container.ver-vol1 #vol-03,
.container.ver-vol1 #vol3-styling-01,
.container.ver-vol1 #vol3-styling-02,
.container.ver-vol1 #vol3-styling-03,
.container.ver-vol1 #close-up-vol3 {
  display: none;
}
.container.ver-vol2 .styling_wrap, .container.ver-vol3 .styling_wrap {
  padding: 0 0 90px;
}
@media screen and (max-width: 768px) {
  .container.ver-vol2 .styling_wrap, .container.ver-vol3 .styling_wrap {
    padding: 0 0 130px;
  }
}
.container.ver-vol2 #accordion_area, .container.ver-vol3 #accordion_area {
  display: none;
}
.container.ver-vol2 #vol-03,
.container.ver-vol2 #vol3-styling-01,
.container.ver-vol2 #vol3-styling-02,
.container.ver-vol2 #vol3-styling-03,
.container.ver-vol2 #close-up-vol3 {
  display: none;
}
.container.ver-vol2 .mv {
  background: linear-gradient(180deg, #E4D3CC 0%, #DDD4CD 100%);
}
.container.ver-vol2 .mv::before {
  background: linear-gradient(180deg, #E4D3CC 0%, #DDD4CD 100%);
}
.container.ver-vol2 .styling_wrap .float-anchor {
  top: calc((100dvh - 276px) / 2);
}
@media screen and (max-width: 768px) {
  .container.ver-vol2 .styling_wrap .float-anchor {
    top: calc(100dvh - 70px);
  }
}
@media screen and (max-width: 768px) {
  .container.ver-vol2 .styling_wrap .float-anchor li {
    width: calc((100% - 3px) / 2);
  }
}
.container.ver-vol2 .styling_wrap .float-anchor .float-anchor-vol3 {
  display: none;
}
.container.ver-vol3 .mv {
  background: linear-gradient(180deg, #CAD8EB 0%, #9ABBD3 100%);
}
.container.ver-vol3 .mv::before {
  background: linear-gradient(180deg, #CAD8EB 0%, #9ABBD3 100%);
}
.container .mv {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #F3C3C9 0%, #FFAFB7 100%);
}
.container .mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 7.03125%;
  height: 100%;
  background: linear-gradient(180deg, #F3C3C9 0%, #FFAFB7 100%);
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .container .mv::before {
    width: 10.6666%;
  }
}
.container .mv.is-active .mv-img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.container .mv .mv-img {
  position: relative;
  z-index: 2;
  opacity: 0;
  -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;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.container .mv .mv-logo {
  position: absolute;
  top: 30px;
  left: 60px;
  width: auto;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .container .mv .mv-logo {
    top: 23px;
    left: 30px;
    width: 155px;
  }
}
.container .mv .mv-ttl {
  position: absolute;
  bottom: 30px;
  right: 60px;
  width: 33.59375%;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .container .mv .mv-ttl {
    right: 8%;
    width: 84%;
  }
}
.container .mv .mv-season {
  position: absolute;
  top: 30px;
  right: 60px;
  color: #FFF;
  text-align: right;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.5px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .container .mv .mv-season {
    top: 50%;
    right: auto;
    left: 8%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-weight: 500;
    line-height: 120%;
    text-align: left;
  }
}
.container .lead {
  padding: 90px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .container .lead {
    padding: 60px 0;
  }
}
.container .lead p {
  color: #1A1A1A;
  text-align: center;
  font-family: ryo-text-plusn, serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.container .anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .container .anchor {
    gap: 23px;
    margin: 0 auto 60px;
  }
}
.container .anchor li {
  position: relative;
  display: block;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .container .anchor li {
    width: 90px;
  }
}
.container .anchor li.soon a .img-wrap img.anchor-th {
  -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;
}
.container .anchor li.soon a .img-wrap img.anchor-th:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.container .anchor li a .img-wrap {
  overflow: hidden;
  margin: 0 0 18px;
}
@media screen and (max-width: 768px) {
  .container .anchor li a .img-wrap {
    margin: 0 0 12px;
  }
}
.container .anchor li a img {
  display: block;
}
.container .anchor li a img.anchor-th {
  -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;
}
.container .anchor li a img.anchor-th:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.container .anchor li a img.anchor-vol {
  width: auto;
  height: 11px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 768px) {
  .container .anchor li a img.anchor-vol {
    height: 9px;
  }
}
.container .anchor li a img.anchor-txt {
  width: auto;
  height: 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container .anchor li a img.anchor-txt {
    height: 19px;
  }
}
.container .styling_wrap {
  position: relative;
  padding: 0;
  background: #fff;
}
.container .styling_wrap .float-anchor {
  position: sticky;
  top: calc((100dvh - 414px) / 2);
  left: calc(100vw - 130px);
  width: 130px;
  height: 0;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .container .styling_wrap .float-anchor {
    top: calc(100dvh - 70px);
    width: 100%;
    display: flex;
    gap: 3px;
  }
  .container .styling_wrap .float-anchor::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 70px;
    background: #EFEFEF;
    z-index: -1;
  }
}
.container .styling_wrap .float-anchor li {
  display: block;
  width: 130px;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .container .styling_wrap .float-anchor li {
    width: calc((100% - 6px) / 3);
    height: 64px;
    margin: 3px 0;
    padding: 10px 0;
  }
}
.container .styling_wrap .float-anchor li.float-anchor-vol1 {
  background: linear-gradient(180deg, #F3C3C9 0%, #FFAFB7 100%);
}
.container .styling_wrap .float-anchor li.float-anchor-vol2 {
  background: linear-gradient(180deg, #E4D3CC 0%, #DDD4CD 100%);
}
.container .styling_wrap .float-anchor li.float-anchor-vol3 {
  background: linear-gradient(180deg, #CAD8EB 0%, #9ABBD3 100%);
}
.container .styling_wrap .float-anchor li:hover .img-wrap .anchor-th {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.container .styling_wrap .float-anchor li .img-wrap {
  display: block;
  width: 90px;
  overflow: hidden;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .container .styling_wrap .float-anchor li .img-wrap {
    display: none;
  }
}
.container .styling_wrap .float-anchor li .img-wrap .anchor-th {
  width: 100%;
  -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;
}
.container .styling_wrap .float-anchor li .anchor-vol {
  width: auto;
  height: 10px;
  margin: 0 auto 9px;
}
@media screen and (max-width: 768px) {
  .container .styling_wrap .float-anchor li .anchor-vol {
    margin: 0 auto 10px;
  }
}
.container .styling_wrap .float-anchor li .anchor-txt {
  width: auto;
  height: 19px;
  margin: 0 auto;
}
.container .styling_wrap .vol-ttl {
  padding: 0 0 60px;
}
.container .styling_wrap .vol-ttl img {
  display: block;
}
.container .styling_wrap .vol-ttl img.vol-no-img {
  width: auto;
  height: 20px;
  margin: 0 auto 18px;
}
@media screen and (max-width: 768px) {
  .container .styling_wrap .vol-ttl img.vol-no-img {
    width: auto;
    height: 19px;
  }
}
.container .styling_wrap .vol-ttl img.vol-ttl-img {
  margin: 0 auto;
}
.container .styling_wrap .vol-ttl img.vol-ttl-img.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .container .styling_wrap .vol-ttl img.vol-ttl-img.pc {
    display: none;
  }
}
.container .styling_wrap .vol-ttl img.vol-ttl-img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .container .styling_wrap .vol-ttl img.vol-ttl-img.sp {
    display: block;
  }
}
.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-first-wrap {
  position: relative;
}
.container section .styling-first-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -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;
  z-index: 9;
}
.container section .styling-first-wrap.view::before {
  width: 0;
}
.container section .styling_txt_wrap {
  position: relative;
  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 .styling_txt_no {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}
.container section .styling_txt_wrap .styling_txt_ttl {
  width: auto;
  margin: 0 0 18px;
}
.container section .styling_txt_wrap h3 {
  color: #1A1A1A;
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 30px;
}
.container section .styling_txt_wrap h4 {
  color: #1A1A1A;
  font-family: ryo-text-plusn, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  margin: 0 0 24px;
}
.container section .styling_txt_wrap p {
  width: 250px;
  color: #1A1A1A;
  font-family: ryo-text-plusn, serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.container section .item_list {
  width: 100%;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .container section .item_list {
    width: 84vw;
    margin: 30px auto 0;
  }
}
.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: 854px;
  margin: 90px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .container section .slider_wrap {
    width: 285px;
    margin: 60px 15px 0 auto;
    overflow: visible;
  }
}
.container section .slider_wrap.slider_wrap_half {
  width: 580px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .container section .slider_wrap.slider_wrap_half {
    width: 285px;
    margin: 60px calc(15px - 8vw) 0 auto;
    overflow: visible;
  }
}
.container section .slider_wrap.slider_wrap_half .swiper_cts_half .swiper {
  width: 100%;
  margin: 0;
  overflow: initial;
}
@media screen and (max-width: 768px) {
  .container section .slider_wrap.slider_wrap_half .swiper_cts_half .swiper {
    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: 100%;
}
.container section .slider_wrap .swiper_cts, .container section .slider_wrap .swiper_cts_half {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .container section .slider_wrap .swiper_cts .swiper_wrap, .container section .slider_wrap .swiper_cts_half .swiper_wrap {
    width: 300px;
    padding: 0 15px 0 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .container section .slider_wrap .swiper_cts .swiper, .container section .slider_wrap .swiper_cts_half .swiper {
    overflow: visible;
  }
}
.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: 636px;
  height: 1px;
  background: #EFEFEF;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .container section .slider_wrap .swiper_cts .swiper-scrollbar, .container section .slider_wrap .swiper_cts_half .swiper-scrollbar {
    width: 100%;
  }
}
.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#vol1-styling-01 {
  padding: 0 0 180px;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-01 {
    margin: 0 0 90px;
    padding: 0;
  }
  .container section#vol1-styling-01 .styling_txt_wrap .styling_txt_ttl {
    height: 22px;
  }
}
.container section#vol1-styling-01 .styling-first-wrap {
  width: 45.3125%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-01 .styling-first-wrap {
    width: 84%;
  }
}
.container section#vol1-styling-01 .img-0101 {
  width: 100%;
}
.container section#vol1-styling-01 .styling_txt_wrap {
  display: block;
  width: 45.3125%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-01 .styling_txt_wrap {
    width: 84%;
  }
}
.container section#vol1-styling-01 .img-0102 {
  width: 35.9375%;
  margin: 0 auto 0 10.9375%;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-01 .img-0102 {
    width: 100%;
    margin: 0 auto 60px;
  }
}
.container section#vol1-styling-01 .info {
  position: absolute;
  top: 85vw;
  right: 13.28125vw;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-01 .info {
    position: relative;
    top: 0;
    right: auto;
    width: 84vw;
    margin: 0 auto;
  }
  .container section#vol1-styling-01 .info .img-0103 {
    width: 68vw;
    margin: 0 auto 30px 0;
  }
}
.container section#vol1-styling-02 {
  padding: 0 0 180px;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-02 {
    padding: 0 0 90px;
  }
  .container section#vol1-styling-02 .styling_txt_wrap .styling_txt_ttl {
    height: 22px;
  }
}
.container section#vol1-styling-02 .styling-first-wrap {
  position: absolute;
  top: 0;
  left: 10.9375vw;
  width: 45.3125%;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-02 .styling-first-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 84%;
    margin: 0 auto 30px;
  }
}
.container section#vol1-styling-02 .img-0201 {
  width: 100%;
}
.container section#vol1-styling-02 .info {
  display: block;
  width: 25%;
  margin: 120px 13.28125vw 90px auto;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-02 .info {
    width: 100%;
    margin: 0 auto 30px;
  }
  .container section#vol1-styling-02 .info .styling_txt_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .container section#vol1-styling-02 .info .styling_txt_wrap {
    width: 84vw;
    margin: 0 auto 60px;
  }
}
.container section#vol1-styling-02 .info .styling_txt_no {
  position: relative;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-02 .info .styling_txt_no {
    position: absolute;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-02 .info .img-0202 {
    width: 68vw;
    margin: 0 0 30px auto;
  }
}
.container section#vol1-styling-02 .img-0203 {
  width: 78.125%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-02 .img-0203 {
    width: 100%;
    margin: 0 0 30px;
  }
}
.container section#vol1-styling-03 {
  padding: 0 0 180px;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-03 {
    margin: 0 0 90px;
    padding: 0;
  }
  .container section#vol1-styling-03 .styling_txt_wrap .styling_txt_ttl {
    height: 27px;
  }
}
.container section#vol1-styling-03 .styling-first-wrap {
  width: 45.3125%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-03 .styling-first-wrap {
    width: 84vw;
  }
}
.container section#vol1-styling-03 .img-0301 {
  width: 100%;
}
.container section#vol1-styling-03 .styling_txt_wrap {
  display: block;
  width: 45.3125%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-03 .styling_txt_wrap {
    width: 84vw;
  }
}
.container section#vol1-styling-03 .img-0302 {
  width: 35.9375%;
  margin: 0 auto 0 10.9375%;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-03 .img-0302 {
    width: 100%;
    margin: 0 0 60px;
  }
}
.container section#vol1-styling-03 .info {
  position: absolute;
  top: 85vw;
  right: 13.28125vw;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-03 .info {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
  .container section#vol1-styling-03 .info .img-0303 {
    width: 68vw;
    margin: 0 0 0 8vw;
  }
}
.container section#vol1-styling-04 {
  padding: 0 0 180px;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-04 {
    padding: 0 0 90px;
  }
  .container section#vol1-styling-04 .styling_txt_wrap .styling_txt_ttl {
    height: 22px;
  }
}
.container section#vol1-styling-04 .flex-wrap {
  display: flex;
  justify-content: center;
  gap: 5.46875vw;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-04 .flex-wrap {
    display: block;
  }
}
.container section#vol1-styling-04 .styling-first-wrap {
  width: 45.3125vw;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-04 .styling-first-wrap {
    width: 84vw;
    margin: 0 auto 30px;
  }
}
.container section#vol1-styling-04 .img-0401 {
  width: 100%;
}
.container section#vol1-styling-04 .info {
  display: block;
  width: 25vw;
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-04 .info {
    width: 100%;
    padding: 0;
  }
  .container section#vol1-styling-04 .info .styling_txt_wrap {
    width: 84vw;
    margin: 0 auto 60px;
  }
}
.container section#vol1-styling-04 .info .styling_txt_no {
  position: relative;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-04 .info .styling_txt_no {
    position: absolute;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-04 .img-0402 {
    width: 68vw;
    margin: 0 0 30px 8vw;
  }
}
.container section#vol1-styling-04 .img-0403 {
  width: 28.125vw;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .container section#vol1-styling-04 .img-0403 {
    width: 100%;
    margin: 0 0 60px;
  }
}
.container section#vol2-styling-01 {
  padding: 0 0 180px;
}
@media screen and (max-width: 768px) {
  .container section#vol2-styling-01 {
    margin: 0 0 90px;
    padding: 0;
  }
  .container section#vol2-styling-01 .styling_txt_wrap .styling_txt_ttl {
    height: 22px;
  }
}
.container section#vol2-styling-01 .styling-first-wrap {
  width: 45.3125%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .container section#vol2-styling-01 .styling-first-wrap {
    width: 84%;
  }
}
.container section#vol2-styling-01 .img-0101 {
  width: 100%;
}
.container section#vol2-styling-01 .styling_txt_wrap {
  display: block;
  width: 45.3125%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .container section#vol2-styling-01 .styling_txt_wrap {
    width: 84%;
  }
}
.container section#vol2-styling-01 .img-0102 {
  width: 35.9375%;
  margin: 0 auto 0 10.9375%;
}
@media screen and (max-width: 768px) {
  .container section#vol2-styling-01 .img-0102 {
    width: 100%;
    margin: 0 auto 60px;
  }
}
.container section#vol2-styling-01 .info {
  position: absolute;
  top: 85vw;
  right: 13.28125vw;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .container section#vol2-styling-01 .info {
    position: relative;
    top: 0;
    right: auto;
    width: 84vw;
    margin: 0 auto;
  }
  .container section#vol2-styling-01 .info .img-0103 {
    width: 68vw;
    margin: 0 auto 30px 0;
  }
}
.container section#vol2-styling-02 {
  padding: 0 0 180px;
}
@media screen and (max-width: 768px) {
  .container section#vol2-styling-02 {
    padding: 0 0 90px;
  }
  .container section#vol2-styling-02 .styling_txt_wrap .styling_txt_ttl {
    height: 22px;
  }
}
.container section#vol2-styling-02 .flex-wrap {
  display: flex;
  justify-content: center;
  gap: 5.46875vw;
}
@media screen and (max-width: 768px) {
  .container section#vol2-styling-02 .flex-wrap {
    display: block;
  }
}
.container section#vol2-styling-02 .styling-first-wrap {
  width: 45.3125vw;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .container section#vol2-styling-02 .styling-first-wrap {
    width: 84vw;
    margin: 0 auto 30px;
  }
}
.container section#vol2-styling-02 .img-0201 {
  width: 100%;
}
.container section#vol2-styling-02 .info {
  display: block;
  width: 25vw;
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .container section#vol2-styling-02 .info {
    width: 100%;
    padding: 0;
  }
  .container section#vol2-styling-02 .info .styling_txt_wrap {
    width: 84vw;
    margin: 0 auto 60px;
  }
}
.container section#vol2-styling-02 .info .styling_txt_no {
  position: relative;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .container section#vol2-styling-02 .info .styling_txt_no {
    position: absolute;
    margin: 0;
  }
}
.container section#vol2-styling-02 .js-fade-switch {
  position: relative;
  aspect-ratio: 2/3;
}
@media screen and (max-width: 768px) {
  .container section#vol2-styling-02 .js-fade-switch {
    width: 68vw;
    margin: 0 auto 0 8vw;
  }
}
.container section#vol2-styling-02 .img-0202 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.container section#vol2-styling-02 .img-0202.is-active {
  opacity: 1;
}
.container section#vol2-styling-02 .img-0203 {
  width: 28.125vw;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .container section#vol2-styling-02 .img-0203 {
    width: 84%;
    margin: 60px auto 60px;
  }
  .container section#vol2-styling-02 .img-0203.sp {
    display: block;
  }
}
.container section#vol2-styling-02 .vol-2-txt {
  width: 100%;
  color: #1A1A1A;
  font-family: ryo-text-plusn, serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .container section#vol2-styling-02 .vol-2-txt {
    width: 250px;
    margin: 30px 0 0 8vw;
  }
}
.container section#vol3-styling-01 {
  padding: 0 0 180px;
}
@media screen and (max-width: 768px) {
  .container section#vol3-styling-01 {
    margin: 0 0 90px;
    padding: 0;
  }
  .container section#vol3-styling-01 .styling_txt_wrap .styling_txt_ttl {
    height: 27px;
  }
}
.container section#vol3-styling-01 .styling-first-wrap {
  width: 45.3125%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .container section#vol3-styling-01 .styling-first-wrap {
    width: 84%;
  }
}
.container section#vol3-styling-01 .img-0101 {
  width: 100%;
}
.container section#vol3-styling-01 .styling_txt_wrap {
  display: block;
  width: 45.3125%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .container section#vol3-styling-01 .styling_txt_wrap {
    width: 84%;
  }
}
.container section#vol3-styling-01 .img-0102 {
  width: 35.9375%;
  margin: 0 auto 0 10.9375%;
}
@media screen and (max-width: 768px) {
  .container section#vol3-styling-01 .img-0102 {
    width: 100%;
    margin: 0 auto 60px;
  }
}
.container section#vol3-styling-01 .info {
  position: absolute;
  top: 85vw;
  right: 13.28125vw;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .container section#vol3-styling-01 .info {
    position: relative;
    top: 0;
    right: auto;
    width: 84vw;
    margin: 0 auto;
  }
  .container section#vol3-styling-01 .info .img-0103 {
    width: 68vw;
    margin: 0 auto 30px 0;
  }
}
.container section#vol3-styling-02 {
  padding: 0 0 180px;
}
@media screen and (max-width: 768px) {
  .container section#vol3-styling-02 {
    padding: 0 0 90px;
  }
  .container section#vol3-styling-02 .styling_txt_wrap .styling_txt_ttl {
    height: 27px;
  }
}
.container section#vol3-styling-02 .flex-wrap {
  display: flex;
  justify-content: center;
  gap: 5.46875vw;
}
@media screen and (max-width: 768px) {
  .container section#vol3-styling-02 .flex-wrap {
    display: block;
  }
}
.container section#vol3-styling-02 .styling-first-wrap {
  width: 45.3125vw;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .container section#vol3-styling-02 .styling-first-wrap {
    width: 84vw;
    margin: 0 auto 30px;
  }
}
.container section#vol3-styling-02 .img-0201 {
  width: 100%;
}
.container section#vol3-styling-02 .info {
  display: block;
  width: 25vw;
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .container section#vol3-styling-02 .info {
    width: 100%;
    padding: 0;
  }
  .container section#vol3-styling-02 .info .styling_txt_wrap {
    width: 84vw;
    margin: 0 auto 60px;
  }
}
.container section#vol3-styling-02 .info .styling_txt_no {
  position: relative;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .container section#vol3-styling-02 .info .styling_txt_no {
    position: absolute;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .container section#vol3-styling-02 .img-0202 {
    width: 68vw;
    margin: 0 0 60px auto;
  }
}
.container section#vol3-styling-02 .img-0203 {
  width: 28.125vw;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .container section#vol3-styling-02 .img-0203 {
    width: 84%;
    margin: 60px auto 60px;
  }
  .container section#vol3-styling-02 .img-0203.sp {
    display: block;
  }
}
.container section#vol3-styling-03 {
  padding: 0 0 180px;
}
@media screen and (max-width: 768px) {
  .container section#vol3-styling-03 {
    margin: 0 0 90px;
    padding: 0;
  }
  .container section#vol3-styling-03 .styling_txt_wrap .styling_txt_ttl {
    height: 22px;
  }
}
.container section#vol3-styling-03 .styling-first-wrap {
  width: 45.3125%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .container section#vol3-styling-03 .styling-first-wrap {
    width: 84vw;
  }
}
.container section#vol3-styling-03 .img-0301 {
  width: 100%;
}
.container section#vol3-styling-03 .styling_txt_wrap {
  display: block;
  width: 45.3125%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .container section#vol3-styling-03 .styling_txt_wrap {
    width: 84vw;
  }
}
.container section#vol3-styling-03 .img-0302 {
  width: 35.9375%;
  margin: 0 auto 0 10.9375%;
}
@media screen and (max-width: 768px) {
  .container section#vol3-styling-03 .img-0302 {
    width: 100%;
    margin: 0 0 60px;
  }
}
.container section#vol3-styling-03 .info {
  position: absolute;
  top: 85vw;
  right: 13.28125vw;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .container section#vol3-styling-03 .info {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
  .container section#vol3-styling-03 .info .img-0303 {
    width: 68vw;
    margin: 0 0 0 8vw;
  }
}
.container .close-up {
  padding: 90px 0 60px;
}
@media screen and (max-width: 768px) {
  .container .close-up {
    padding: 60px 8vw;
  }
}
.container .close-up .inner {
  width: 580px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container .close-up .inner {
    width: 100%;
  }
}
.container .close-up .inner .ttl-area h2 img {
  margin: 0 auto 24px;
}
.container .close-up .inner .ttl-area h3 img {
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .container .close-up .inner .ttl-area h3 img.sp {
    display: block;
  }
}
.container .close-up .inner .ttl-area h4 {
  color: #363636;
  font-family: ryo-text-plusn, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  margin: 0 auto 12px;
}
@media screen and (max-width: 768px) {
  .container .close-up .inner .ttl-area h4 {
    line-height: 130%;
  }
}
.container .close-up .inner .ttl-area p {
  color: #363636;
  text-align: center;
  font-family: ryo-text-plusn, serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 0 auto 30px;
}
.container .close-up .inner .close-up-cts h5 {
  color: #363636;
  font-family: ryo-text-plusn, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  margin: 30px auto 30px;
}
.container .close-up .inner .close-up-cts .flex-wrap {
  display: flex;
  gap: 30px;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .container .close-up .inner .close-up-cts .flex-wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .container .close-up .inner .close-up-cts .flex-wrap li {
    display: flex;
    align-items: start;
    justify-content: space-around;
    margin: 0 0 30px;
  }
}
.container .close-up .inner .close-up-cts .flex-wrap li.closeup-shoes {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .container .close-up .inner .close-up-cts .flex-wrap li.closeup-shoes {
    width: 100%;
  }
}
.container .close-up .inner .close-up-cts .flex-wrap li.closeup-bag {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .container .close-up .inner .close-up-cts .flex-wrap li.closeup-bag {
    width: 100%;
  }
}
.container .close-up .inner .close-up-cts .flex-wrap li img {
  margin: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .container .close-up .inner .close-up-cts .flex-wrap li img {
    margin: 6px 0;
  }
}
.container .close-up .inner .close-up-cts .flex-wrap li p {
  color: #363636;
  font-family: ryo-text-plusn, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .container .close-up .inner .close-up-cts .flex-wrap li p {
    width: calc(100% - 60px);
  }
}
.container .close-up .inner .close-up-cts .item_list {
  width: 310px;
}
@media screen and (max-width: 768px) {
  .container .close-up .inner .close-up-cts .item_list {
    width: 84vw;
  }
}
.container .close-up#close-up-vol1 {
  background: linear-gradient(180deg, #F3C3C9 0%, #FFAFB7 100%);
}
.container .close-up#close-up-vol2 {
  background: linear-gradient(180deg, #E4D3CC 0%, #DDD4CD 100%);
  margin: 0 0 90px;
}
.container .close-up#close-up-vol2 .inner .close-up-cts .flex-wrap li.closeup-bag {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .container .close-up#close-up-vol2 .inner .close-up-cts .flex-wrap li.closeup-bag {
    width: 100%;
  }
}
.container .close-up#close-up-vol3 {
  background: linear-gradient(180deg, #CAD8EB 0%, #9ABBD3 100%);
  margin: 0 0 90px;
}
.container #accordion_area {
  display: block;
  width: 90.625%;
  margin: 60px auto 90px;
  padding: 0 6.25vw;
  border: 7px solid #F3C3C9;
}
@media screen and (max-width: 768px) {
  .container #accordion_area {
    margin: 30px auto 60px;
  }
}
.container #accordion_area .accordion_ttl {
  position: relative;
  padding: 60px 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_ttl {
    padding: 30px 0;
  }
}
.container #accordion_area .accordion_ttl h2 {
  color: #1A1A1A;
  text-align: center;
  font-family: ryo-text-plusn, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  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;
  margin: 0 auto 22px;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_ttl h2 {
    text-align: left;
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 6px;
  }
}
.container #accordion_area .accordion_ttl h3 {
  color: #4D4D4D;
  text-align: center;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_ttl h3 {
    text-align: left;
    font-size: 10px;
  }
}
.container #accordion_area .accordion_ttl .accordion-arrow {
  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%);
  -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;
}
.container #accordion_area .accordion_ttl .accordion-arrow.is-open {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  -moz-transform: translate(0, -50%) rotate(180deg);
  -o-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
.container #accordion_area .accordion_cts {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}
.container #accordion_area .accordion_info {
  padding: 30px 0 60px;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_info {
    padding: 0 0 30px;
  }
}
.container #accordion_area .accordion_info p {
  color: #666;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_info p {
    font-size: 13px;
  }
}
.container #accordion_area .accordion_info p.accordion_info_x {
  line-height: 180%;
  margin: 12px 0 0;
}
.container #accordion_area .accordion_info p.accordion_info_x a {
  color: #666;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  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 #accordion_area .accordion_info p.accordion_info_x a {
    font-size: 13px;
  }
}
.container #accordion_area .accordion_method {
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_method {
    padding: 0 0 30px;
  }
}
.container #accordion_area .accordion_method h3 {
  color: #1A1A1A;
  font-family: ryo-text-plusn, serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_method h3 {
    font-size: 17px;
    letter-spacing: 0.51px;
    margin: 0 0 18px;
  }
}
.container #accordion_area .accordion_method .accordion_method_area {
  margin: 0 0 18px;
  padding: 23px;
  border: 7px solid #F3C3C9;
}
.container #accordion_area .accordion_method .accordion_method_area ul {
  padding: 0 0 0 20px;
}
.container #accordion_area .accordion_method .accordion_method_area ul li {
  color: #666;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  list-style-type: auto;
  list-style-position: outside;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_method .accordion_method_area ul li {
    font-size: 13px;
    letter-spacing: 0.39px;
  }
}
.container #accordion_area .accordion_method .accordion_method_area ul li a {
  color: #666;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  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 #accordion_area .accordion_method .accordion_method_area ul li a {
    font-size: 13px;
    letter-spacing: 0.39px;
  }
}
.container #accordion_area .accordion_method .accordion_method_nnotation {
  color: #666;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_method .accordion_method_nnotation {
    font-size: 11px;
  }
}
.container #accordion_area .accordion_method .accordion_method_nnotation a {
  color: #666;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  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 #accordion_area .accordion_method .accordion_method_nnotation a {
    font-size: 11px;
    letter-spacing: 0.33px;
  }
}
.container #accordion_area .accordion_product {
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_product {
    padding: 0 0 30px;
  }
}
.container #accordion_area .accordion_product h3 {
  color: #1A1A1A;
  font-family: ryo-text-plusn, serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.63px;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_product h3 {
    font-size: 17px;
    letter-spacing: 0.51px;
    margin: 0 0 18px;
  }
}
.container #accordion_area .accordion_product h4 {
  color: #666;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  margin: 0 0 6px;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_product h4 {
    font-size: 13px;
    letter-spacing: 0.39px;
  }
}
.container #accordion_area .accordion_product p {
  color: #666;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_product p {
    font-size: 11px;
    letter-spacing: 0.33px;
  }
}
.container #accordion_area .accordion_product .img_wrap {
  display: flex;
  gap: 3px;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_product .img_wrap {
    gap: 5px;
  }
}
.container #accordion_area .accordion_product .img_wrap img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_product .img_wrap img {
    width: calc((100% - 5px) / 2);
  }
}
.container #accordion_area .accordion_terms {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_terms {
    margin: 0 0 30px;
  }
}
.container #accordion_area .accordion_terms h3 {
  color: #1A1A1A;
  font-family: ryo-text-plusn, serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_terms h3 {
    font-size: 17px;
    letter-spacing: 0.51px;
    margin: 0 0 18px;
  }
}
.container #accordion_area .accordion_terms p {
  color: #666;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_terms p {
    font-size: 11px;
    letter-spacing: 0.33px;
  }
}
.container #accordion_area .accordion_terms ul {
  padding-left: 1em;
}
.container #accordion_area .accordion_terms ul li {
  color: #666;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  list-style-type: disc;
  list-style-position: outside;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_terms ul li {
    font-size: 11px;
    letter-spacing: 0.33px;
  }
}
.container #accordion_area .accordion_terms ul li a {
  color: #666;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  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 #accordion_area .accordion_terms ul li a {
    font-size: 11px;
    letter-spacing: 0.33px;
  }
}
.container #accordion_area .accordion_privacy {
  margin: 0 0 53px;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_privacy {
    margin: 0 0 23px;
  }
}
.container #accordion_area .accordion_privacy h3 {
  color: #1A1A1A;
  font-family: ryo-text-plusn, serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.63px;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_privacy h3 {
    font-size: 17px;
    letter-spacing: 0.51px;
    margin: 0 0 18px;
  }
}
.container #accordion_area .accordion_privacy ul {
  padding-left: 1em;
}
.container #accordion_area .accordion_privacy ul li {
  color: #666;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  list-style-type: disc;
  list-style-position: outside;
}
@media screen and (max-width: 768px) {
  .container #accordion_area .accordion_privacy ul li {
    font-size: 11px;
    letter-spacing: 0.33px;
  }
}
.container #accordion_area .accordion_privacy ul li a {
  color: #666;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  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 #accordion_area .accordion_privacy ul li a {
    font-size: 11px;
    letter-spacing: 0.33px;
  }
}

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

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