@charset "UTF-8";
/* ------------------------------
	設定
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap");
html {
  font-size: 62.5%;
}

/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値) */
/* ---- 左固定（640px）を除いた、右側エリア専用のvw計算 ---- */
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .sp-only {
    display: none !important;
  }
}

:root {
  --c-txt: #383838;
  --c-bg: #EFEFEF;
  --c-white: #fff;
  --c-sheer-gray: #D5D5D5;
  --c-gray: #9F9F9F;
}

/* ------------------------------
	style
------------------------------ */
#contents {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: var(--c-txt);
  background-color: var(--c-bg);
  overflow: hidden;
  z-index: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#contents p {
  line-height: 2;
  letter-spacing: 0;
}
#contents img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  #contents {
    display: flex;
  }
}
#contents a {
  transition: all 0.3s ease;
}
#contents a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 960px) {
  #wrapper {
    width: 50vw;
    max-width: 50%;
  }
}

header {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 960px) {
  header {
    width: max(50%, 640px);
    width: 50vw;
  }
}

.mv {
  position: relative;
  height: 133.3333333333vw;
  background: url(../img/top-sp.webp) no-repeat center/cover;
}
@media screen and (min-width: 960px) {
  .mv {
    background: url(../img/top-pc.webp) 40% 85%/110%;
    position: fixed;
    width: 50vw;
    max-width: 50%;
    height: 100vh;
    background-size: cover;
    background-position: 20% 50%;
  }
}
.mv h1 {
  position: absolute;
  color: var(--c-white);
  text-align: center;
  width: 69.6vw;
  left: 50%;
  top: 14.9333333333vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .mv h1 {
    position: absolute;
    width: clamp(0px, 32.5vw, 416px);
    top: clamp(0px, 7.03125vw, 90px);
  }
}

section {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  section {
    margin-bottom: 9.375vw;
  }
}

.sec__lead {
  position: relative;
}
.sec__lead p {
  width: 77.3333333333vw;
  margin: 46.6666666667vw auto 50.6666666667vw;
}
@media screen and (min-width: 960px) {
  .sec__lead p {
    width: 27.1875vw;
    margin: 16.40625vw auto 17.8125vw;
  }
}
.sec__lead p {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.sec__lead p span:first-child {
  display: block;
  font-size: 4vw;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 960px) {
  .sec__lead p span:first-child {
    font-size: clamp(0px, 1.40625vw, 18px);
    margin-bottom: 2.34375vw;
  }
}
.sec__lead p span:last-child {
  display: block;
  font-size: 3.2vw;
  margin-left: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .sec__lead p span:last-child {
    font-size: clamp(0px, 1.125vw, 14px);
    margin-left: 4.6875vw;
  }
}

.sec__lead-icon li {
  width: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .sec__lead-icon li {
    width: 4.6875vw;
  }
}
.sec__lead-icon li:first-child {
  position: absolute;
  top: -33.3333333333vw;
  left: 11.4666666667vw;
}
@media screen and (min-width: 960px) {
  .sec__lead-icon li:first-child {
    top: -11.71875vw;
    left: 11.40625vw;
  }
}
.sec__lead-icon li:nth-child(2) {
  position: absolute;
  top: -14.1333333333vw;
  right: 11.4666666667vw;
}
@media screen and (min-width: 960px) {
  .sec__lead-icon li:nth-child(2) {
    top: -4.96875vw;
    right: 11.40625vw;
  }
}
.sec__lead-icon li:last-child {
  position: absolute;
  bottom: -37.3333333333vw;
  left: 24.8vw;
}
@media screen and (min-width: 960px) {
  .sec__lead-icon li:last-child {
    bottom: -13.125vw;
    left: 16.09375vw;
  }
}

.intro {
  position: relative;
  width: 82.6666666667vw;
  margin: 0 auto 13.3333333333vw;
  padding: 13.3333333333vw 10.4vw;
  background-color: var(--c-white);
}
@media screen and (min-width: 960px) {
  .intro {
    padding: 60px;
    margin: 0 auto 60px;
    width: 29.0625vw;
  }
}
.intro-top {
  font-size: 4vw;
  margin-bottom: 5.3333333333vw;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 960px) {
  .intro-top {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.intro-img {
  margin-bottom: 5.8666666667vw;
}
@media screen and (min-width: 960px) {
  .intro-img {
    margin-bottom: 2.0625vw;
  }
}
.intro-p {
  font-size: 3.2vw;
}
@media screen and (min-width: 960px) {
  .intro-p {
    font-size: 14px;
  }
}
.intro:before {
  content: "";
  display: block;
  background-color: var(--c-sheer-gray);
  width: 16.5333333333vw;
  height: 1px;
  position: absolute;
  top: 2.6666666667vw;
  left: -5.3333333333vw;
  transform: rotate(-45deg);
}
@media screen and (min-width: 960px) {
  .intro:before {
    width: 5.8125vw;
    position: absolute;
    top: 0.9375vw;
    left: -1.875vw;
  }
}
.intro:after {
  content: "";
  display: block;
  background-color: var(--c-sheer-gray);
  width: 16.5333333333vw;
  height: 1px;
  position: absolute;
  bottom: 2.6666666667vw;
  right: -5.3333333333vw;
  transform: rotate(-45deg);
}
@media screen and (min-width: 960px) {
  .intro:after {
    width: 5.8125vw;
    position: absolute;
    bottom: 0.9375vw;
    right: -1.875vw;
  }
}

@media screen and (min-width: 960px) {
  .sec__inner {
    padding: 0 7.421875vw;
  }
}

.sec-top {
  background-color: var(--c-white);
  padding: 13.3333333333vw 0 0;
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 960px) {
  .sec-top {
    padding: 4.6875vw 0 0;
    margin-bottom: 84px;
  }
}
.sec-top h2 {
  text-align: right;
  margin-right: 5.3333333333vw;
  position: relative;
  z-index: 100;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .sec-top h2 {
    margin-right: 1.484375vw;
  }
}
.sec-top h2 .time {
  display: block;
  font-size: 2.9333333333vw;
  text-align: right;
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .sec-top h2 .time {
    font-size: 1.03125vw;
    margin-right: 0.78125vw;
  }
}
.sec-top h2 .sub-ttl {
  display: inline-block;
  font-size: 5.3333333333vw;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .sec-top h2 .sub-ttl {
    font-size: 1.875vw;
  }
}
.sec-top h2 .sub-ttl span {
  display: inline-block;
  text-align: right;
  background-color: var(--c-white);
  padding: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .sec-top h2 .sub-ttl span {
    padding: 0.9375vw;
  }
}
.sec-top .img_main {
  margin-top: -5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .sec-top .img_main {
    width: 46.875vw;
    margin: -1.875vw auto;
  }
}
.sec-top p {
  width: 78.6666666667vw;
  padding: 8vw 9.8666666667vw 13.3333333333vw;
  margin-top: -5.3333333333vw;
  position: relative;
  z-index: 10;
  background-color: var(--c-white);
  font-size: 3.2vw;
}
@media screen and (min-width: 960px) {
  .sec-top p {
    width: 27.65625vw;
    padding: 2.8125vw 3.46875vw 4.6875vw;
    margin-top: -1.875vw;
    font-size: 14px;
  }
}
.sec-top p span {
  display: block;
  margin-bottom: 6.9333333333vw;
}
@media screen and (min-width: 960px) {
  .sec-top p span {
    margin-bottom: 2.4375vw;
  }
}

#sec_03 .img_main, #sec_04 .img_main {
  margin-top: -14.6666666667vw;
}
@media screen and (min-width: 960px) {
  #sec_03 .img_main, #sec_04 .img_main {
    width: 46.875vw;
    margin: -5.15625vw auto;
  }
}

.img {
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 960px) {
  .img {
    width: 35.15625vw;
    margin-bottom: 84px;
  }
}

.img-last {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  .img-last {
    margin-bottom: 35px;
  }
}

.tips {
  width: 74.6666666667vw;
}
@media screen and (min-width: 960px) {
  .tips {
    width: 26.25vw;
  }
}
.tips .tips-img {
  margin-bottom: 4vw;
}
@media screen and (min-width: 960px) {
  .tips .tips-img {
    margin-bottom: 1.40625vw;
  }
}
.tips .tips-nb {
  position: relative;
  display: inline-block;
  font-size: 2.6666666667vw;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-bottom: 4vw;
}
@media screen and (min-width: 960px) {
  .tips .tips-nb {
    font-size: 12px;
    margin-bottom: 1.40625vw;
  }
}
.tips .tips-nb:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--c-gray);
  position: absolute;
  bottom: -0.5333333333vw;
  left: 0;
}
@media screen and (min-width: 960px) {
  .tips .tips-nb:after {
    bottom: -0.1875vw;
  }
}
.tips p {
  font-size: 2.9333333333vw;
  letter-spacing: 0;
  width: 64vw;
}
@media screen and (min-width: 960px) {
  .tips p {
    width: auto;
    font-size: 13px;
  }
}
.tips p span {
  font-size: 3.7333333333vw;
  white-space: nowrap;
  width: auto;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .tips p span {
    font-size: 16px;
    font-size: 1.3125vw;
  }
}

.tips-1 {
  margin-left: auto !important;
}

.tips-2 {
  margin-left: 5.8666666667vw;
}
@media screen and (min-width: 960px) {
  .tips-2 {
    margin-left: 0;
  }
}

.img1-4 {
  width: 82.6666666667vw;
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  .img1-4 {
    width: 29.0625vw;
  }
}

.item-list {
  margin-left: auto;
  padding-right: 8vw;
}
@media screen and (min-width: 960px) {
  .item-list {
    padding-right: 0;
  }
}
.item-list__head {
  font-size: 3.7333333333vw;
  text-align: right;
  margin-bottom: 4vw;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .item-list__head {
    font-size: 16px;
    margin-bottom: 1.40625vw;
  }
}
.item-list ul {
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 960px) {
  .item-list ul {
    margin-bottom: 2.34375vw;
  }
}
.item-list li {
  text-align: right;
}
.item-list li .item-list__name {
  font-size: 3.2vw;
  display: inline-block;
  margin-right: 4vw;
}
@media screen and (min-width: 960px) {
  .item-list li .item-list__name {
    font-size: 14px;
    margin-right: 15px;
  }
}
.item-list li a {
  display: block;
  transition: all 0.3s ease;
}
.item-list li a:hover {
  transform: translateY(2px);
}
.item-list li .btn {
  display: inline-block;
}
.item-list li:not(:last-child) {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .item-list li:not(:last-child) {
    margin-bottom: 0.9375vw;
  }
}
.item-list .btn {
  padding: 1.3333333333vw;
  width: 10.6666666667vw;
  background-color: var(--c-txt);
  color: var(--c-white);
  border-radius: 0.5333333333vw;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .item-list .btn {
    padding: 0.46875vw;
    width: 3.75vw;
    border-radius: 0.234375vw;
    font-size: 12px;
  }
}

.inst {
  display: block;
  margin-left: auto;
  text-align: right;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.inst a {
  display: inline-block;
}
.inst a .inst-link {
  display: inline-block;
  margin-right: 3.2vw;
}
@media screen and (min-width: 960px) {
  .inst a .inst-link {
    margin: -3px 0.390625vw 0;
    line-height: 2;
  }
}
.inst a .inst-icon {
  display: inline-block;
  width: 4.2666666667vw;
}
@media screen and (min-width: 960px) {
  .inst a .inst-icon {
    width: 1.5vw;
  }
}

.img2-4, .img3-3 {
  display: flex;
  justify-content: center;
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 960px) {
  .img2-4, .img3-3 {
    margin-bottom: 6.5625vw;
  }
}
.img2-4 li, .img3-3 li {
  width: 44vw;
}
@media screen and (min-width: 960px) {
  .img2-4 li, .img3-3 li {
    width: 15.46875vw;
  }
}
.img2-4 li:last-child, .img3-3 li:last-child {
  margin-top: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  .img2-4 li:last-child, .img3-3 li:last-child {
    margin-top: 9.375vw;
  }
}

.img4-2 {
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 960px) {
  .img4-2 {
    margin-bottom: 6.5625vw;
  }
}

aside {
  background-color: var(--c-white);
  padding: 26.6666666667vw 0;
}
@media screen and (min-width: 960px) {
  aside {
    padding: 9.375vw 0;
  }
}

.all {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  .all {
    margin-bottom: 9.375vw;
  }
}
.all-top {
  font-size: 5.3333333333vw;
  text-align: center;
  font-family: "aw-conqueror-didot", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -spacing;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  .all-top {
    font-size: 1.875vw;
    margin-bottom: 3.75vw;
  }
}
.all-btn a {
  display: block;
  width: 84vw;
  font-size: 4vw;
  text-align: center;
  border: 1px solid var(--c-txt);
  padding: 4vw;
  margin: 0 auto;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  transition: all 0.3s ease;
}
@media screen and (min-width: 960px) {
  .all-btn a {
    width: 29.53125vw;
    padding: 1.40625vw;
    font-size: 1.40625vw;
  }
}
.all-btn a:hover {
  background-color: var(--c-txt);
  color: var(--c-white);
  opacity: 1 !important;
}

.other {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  .other {
    margin-bottom: 9.375vw;
  }
}
.other-top {
  position: relative;
  font-size: 2.9333333333vw;
  text-align: center;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  margin-bottom: 7.2vw;
}
@media screen and (min-width: 960px) {
  .other-top {
    font-size: 1.03125vw;
    gap: 1.40625vw;
    margin-bottom: 2.53125vw;
  }
}
.other-top:before {
  content: "";
  display: block;
  width: 2.9333333333vw;
  height: 1px;
  transform: rotate(60deg);
  background-color: var(--c-gray);
}
@media screen and (min-width: 960px) {
  .other-top:before {
    width: 1.03125vw;
    left: 1.875vw;
  }
}
.other-top:after {
  content: "";
  display: block;
  width: 2.9333333333vw;
  height: 1px;
  transform: rotate(-60deg);
  background-color: var(--c-gray);
}
@media screen and (min-width: 960px) {
  .other-top:after {
    width: 1.03125vw;
    left: 1.875vw;
  }
}
.other-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .other-img {
    width: 35.15625vw;
    margin: 0 auto;
  }
}
.other-img li {
  width: 49.3333333333vw;
}
@media screen and (min-width: 960px) {
  .other-img li {
    width: 17.34375vw;
  }
}
.other-img li:nth-child(2n) {
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .other-img li:nth-child(2n) {
    margin-bottom: 0.46875vw;
  }
}
.other-img li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.other span {
  white-space: nowrap;
}
.other-inst a {
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  margin-bottom: 10.6666666667vw;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .other-inst a {
    margin-bottom: 3.75vw;
  }
}
.other-inst a .other-inst__logo {
  display: block;
  width: 4.2666666667vw;
  margin: -0.8vw 2.6666666667vw 0 0;
}
@media screen and (min-width: 960px) {
  .other-inst a .other-inst__logo {
    width: 19px;
    margin: -0.28125vw 0.9375vw 0 0;
  }
}
.other-inst a span {
  font-size: 3.7333333333vw;
  line-height: 1.3;
}
@media screen and (min-width: 960px) {
  .other-inst a span {
    line-height: 1.8;
    font-size: 14px;
  }
}

.backnumber {
  width: 53.3333333333vw;
  margin: 0 auto 26.6666666667vw;
}
@media screen and (min-width: 960px) {
  .backnumber {
    width: 18.75vw;
    margin: 0 auto 9.375vw;
  }
}

.label-logo {
  width: 26.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .label-logo {
    width: 9.375vw;
  }
}

footer {
  position: relative;
  background-color: #000;
  padding: 16% 0;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  footer {
    margin-right: -100%;
    margin-left: -100%;
    padding: 11% 0;
  }
}
footer ul {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 960px) {
  footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  footer li {
    width: calc(31vw - 40px);
    padding: 0.390625vw 0;
  }
  footer li:first-of-type {
    border-right: 1px solid #fff;
  }
}
footer a {
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
}
footer a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  footer a {
    display: block;
    margin: 0 auto;
  }
}
footer .footer__logo {
  width: 34.6666666667vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 960px) {
  footer .footer__logo {
    width: 10.15625vw;
    margin: 0 auto 1.25vw;
  }
}
footer .footer__copyright {
  text-align: center;
  color: #fff;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 960px) {
  footer .footer__copyright {
    font-size: 1.015625vw;
  }
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 0.3s;
}
.fadein-active {
  opacity: 1;
  visibility: visible;
}

.fadein-2 {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 0.8s;
}
.fadein-2-active {
  opacity: 1;
  visibility: visible;
}

.fadein-3 {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 1.3s;
}
.fadein-3-active {
  opacity: 1;
  visibility: visible;
}

.fadeinright {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease 0.3s;
  transform: translateX(-20px);
}
.fadeinright-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.fadeinleft {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease 0.3s;
  transform: translateX(20px);
}
.fadeinleft-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.turn {
  position: relative;
}
.turn:after {
  content: "";
  display: block;
  background-color: var(--c-white);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.turn-active {
  position: relative;
}
.turn-active:after {
  content: "";
  display: block;
  background-color: var(--c-white);
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  transition: all 1.5s cubic-bezier(0.6, 0.09, 0.08, 0.9);
}

/* slide */
.styling-tab-menu {
  width: 84vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 960px) {
  .styling-tab-menu {
    width: 29.53125vw;
    margin-bottom: 3.90625vw;
  }
}
.styling-tab-menu:has(.tab-btn.active) .tab-btn:not(.active) {
  opacity: 0.6;
}

.tab-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.tab-btn:not(.active):hover {
  opacity: 1;
}
.tab-btn__icon {
  width: 16vw;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 3.4666666667vw;
}
@media screen and (min-width: 960px) {
  .tab-btn__icon {
    width: 5.625vw;
    margin-bottom: 0.78125vw;
  }
}
.tab-btn__icon img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.4);
  -o-object-position: center -5px;
     object-position: center -5px;
  transform-origin: center 0;
}
.tab-btn span {
  display: block;
  font-size: 2.9333333333vw;
  text-align: center;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 960px) {
  .tab-btn span {
    font-size: 11px;
  }
}
.tab-btn.active {
  cursor: default;
  opacity: 1;
}
.tab-btn.active span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  height: auto;
}

.swiper-img {
  width: 84vw;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .swiper-img {
    width: 29.53125vw;
  }
}

.item-scroll-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 10.6666666667vw 0 18.6666666667vw 0 !important;
}
.item-scroll-container::-webkit-scrollbar {
  display: none;
}
.item-scroll-container .item-scroll-wrapper {
  display: flex;
  padding-left: 8vw;
  box-sizing: border-box;
}
.item-scroll-container .item-scroll-wrapper::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 10.6666666667vw;
  height: 1px;
}
.item-scroll-container .item-card {
  flex: 0 0 33.3333333333vw;
  margin-right: 4vw;
  height: auto;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .item-scroll-container .item-card {
    flex: 0 0 9.765625vw !important;
  }
}
.item-scroll-container .item-card a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .item-scroll-container .item-card a {
    font-size: 12px;
  }
}
.item-scroll-container .item-card .name {
  line-height: 1.5 !important;
  letter-spacing: 0.1em !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 3.2vw;
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .item-scroll-container .item-card .name {
    font-size: 12px;
    margin-top: 5px;
  }
}
.item-scroll-container .item-card .price {
  letter-spacing: 0.1em;
}
.item-scroll-container .item-card .price .tax {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .item-scroll-container .item-card .price .tax {
    font-size: 10px;
  }
}
.item-scroll-container .item-card img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 960px) {
  .item-scroll-container {
    margin: 3.125vw auto 5.46875vw auto !important;
    overflow-x: visible;
  }
  .item-scroll-container .item-scroll-wrapper {
    padding-left: 10.546875vw;
  }
  .item-scroll-container .item-scroll-wrapper::after {
    display: none;
  }
  .item-scroll-container .item-card {
    flex: 0 0 11.71875vw;
    margin-right: 1.5625vw;
  }
}/*# sourceMappingURL=260717_rosso-w_yukata_style.css.map */