@charset "UTF-8";
/* settings */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@400;500;700;900&family=Kiwi+Maru:wght@400&family=Quicksand:wght@300..700&display=swap");
html {
  font-size: 62.5%;
}

body * {
  box-sizing: border-box;
}

h1, h2, h3, h4, p, a, span, div, li {
  font-family: "UDShinGoPr", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "Meiryo", "メイリオ", "Arial", "Vardana", "MS PGothic", "ＭＳ Ｐゴシック" !important;
  font-style: normal;
  margin: 0;
}

a {
  text-underline-offset: 2px;
}
a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

ol, ul {
  list-style: none;
}

.brandSiteFooter .link .policy {
  font-size: 1.4rem;
  margin-top: 0;
  padding: 0;
}

.brandSiteFooter .link .copyright {
  font-size: 1.2rem;
}

@media all and (max-width: 1450px) {
  .top {
    padding-bottom: 60px;
  }
}

/* elements */
body.is-fixed,
body.is-menuOpen {
  overflow: hidden;
}

@media all and (min-width: 1451px) {
  .site-nav {
    position: fixed;
    left: max(20px, 3.64584vw);
    z-index: 100;
    top: max(16vw - 10px, 200px);
    pointer-events: none;
    display: flex !important;
    align-items: center;
  }
  .site-nav-list {
    text-align: left;
    border-left: 2px solid #fff;
    padding: 0;
  }
  .site-nav-list-item {
    margin-bottom: 32px;
  }
  .site-nav-list-item:last-child {
    margin-bottom: 0;
  }
  .site-nav-link {
    display: flex;
    flex-direction: column;
    color: #000;
    text-decoration: none;
    pointer-events: initial;
    padding: 0 0 0 32px;
    position: relative;
    transition: color 0.3s, opacity 0.3s ease;
  }
  .site-nav-link:hover {
    opacity: 0.6;
  }
  .site-navi-white .site-nav-link {
    color: #fff;
  }
  .site-nav-link::after {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    width: 2px;
    top: 0;
    bottom: 0;
    background: #DFBD63;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .site-nav-link.is-current::after {
    opacity: 1;
  }
  .site-nav-label {
    font-size: clamp(1.8rem, 1.2667vw, 3rem);
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 7px;
    font-family: "Quicksand", sans-serif !important;
  }
  .site-nav-sub-label {
    font-size: 1.6rem;
    font-size: clamp(1.2rem, 0.83333333vw, 1.6rem);
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: "Kiwi Maru", serif !important;
  }
}
@media all and (max-width: 1450px) {
  .site-nav-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media all and (max-width: 1450px) {
  .site-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(25px);
    display: none;
    overflow: auto;
    overscroll-behavior-y: contain;
    padding-top: 60px;
  }
  .site-nav-center {
    margin: auto 0;
    padding: 20px 0;
  }
  .site-nav-list {
    text-align: left;
    padding: 0;
  }
  .site-nav-list-item {
    margin-bottom: 32px;
  }
  .site-nav-list-item:last-child {
    margin-bottom: 0;
  }
  .site-nav-link {
    display: flex;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
    pointer-events: initial;
    padding: 0 0 0 40px;
    position: relative;
  }
  .site-nav-link::after {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    width: 2px;
    top: 0;
    bottom: 0;
    background: #DFBD63;
    opacity: 0;
  }
  .site-nav-link.is-current::after {
    opacity: 1;
  }
  .site-nav-label {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 7px;
    font-family: "Quicksand", sans-serif !important;
  }
  .site-nav-sub-label {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: "Kiwi Maru", serif !important;
  }
}
/* NEWアイコン */
.site-nav-link.nav-link-new {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.site-nav-texts {
  display: flex;
  flex-direction: column;
}
.brandSiteHeader {
  z-index: 101;
  background: #fff;
}

.sns-icon-list {
  display: flex;
  margin-top: 50px;
}
@media all and (min-width: 1451px) {
  .sns-icon-list {
    display: none;
  }
}
.sns-icon-list-item {
  margin-right: 16px;
}
.sns-icon-list-link img {
  width: 22px;
}

.sp-fixed-navi {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
  background: #F5F6F4;
  filter: drop-shadow(0px -5px 10px rgba(89, 87, 87, 0.2));
}
@media all and (min-width: 1451px) {
  .sp-fixed-navi {
    display: none;
  }
}
.sp-fixed-navi-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
}
.sp-fixed-navi-item {
  display: flex;
}
.sp-fixed-navi-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
  text-decoration: none;
  color: #595757;
  font-size: 1.1em;
  font-weight: bold;
}
.sp-fixed-navi-link .icon {
  height: 21px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.sp-fixed-navi-link .icon-new {
  position: relative;
}
.sp-fixed-navi-link .icon-new::before {
  position: absolute;
  top: -14px;
  left: 200%;
  content: "";
  display: block;
  width: 12px;
  height: 15px;
  background: url(/yohada/assets/images/brand/ic-ribbon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.sp-fixed-navi-link .text {
  line-height: 1.0909090909;
}
.sp-fixed-navi-link.-new {
  position: relative;
}
.sp-fixed-navi-link.-new::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background-image: url(/yohada/assets/images/brand/ic-new.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px;
  content: "";
}

.sp-site-navi-close {
  position: absolute;
  right: 30px;
  top: 60px;
  appearance: none;
  background: transparent;
  border: none;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 1451px) {
  .sp-site-navi-close {
    display: none;
  }
}
.sp-site-navi-close .icon {
  width: 40px;
  height: 25px;
  margin-bottom: 5px;
  position: relative;
}
.sp-site-navi-close .icon::after, .sp-site-navi-close .icon::before {
  content: "";
  width: 35px;
  height: 1px;
  background: #fff;
  position: absolute;
  border-radius: 2px;
  left: calc(50% - 18px);
  top: 50%;
}
.sp-site-navi-close .icon::after {
  transform: rotate(140deg);
}
.sp-site-navi-close .icon::before {
  transform: rotate(-140deg);
}

#main {
  position: relative;
  overflow: hidden;
}

.floating-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1001;
}
.floating-btn a {
  display: inline-block;
  max-width: max(12.8125vw, 186px);
  opacity: 1;
  transition: opacity 0.2s ease;
}
@media all and (max-width: 768px) {
  .floating-btn a {
    max-width: 24.8vw;
  }
}
.floating-btn a:hover {
  opacity: 0.8;
}
.floating-btn a img {
  width: 100%;
  height: auto;
}

.mv-section {
  position: relative;
  height: calc(56.25vw - 60px);
  min-height: 576px;
  display: flex;
}
@media all and (max-width: 768px) {
  .mv-section {
    min-height: inherit;
    min-height: 510px;
    height: 135.5vw;
  }
  .top .mv-section {
    max-height: 1180px;
    min-height: unset;
    height: 157vw;
  }
}
.mv-section .mv-img {
  position: absolute;
  width: 100%;
  z-index: -1;
  inset: 0;
}
.mv-section .mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
}
.mv-section .section-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media all and (max-width: 768px) {
  .mv-section .section-inner {
    overflow: hidden;
    padding: 2.6666666667vw 0 8vw;
  }
  .top .mv-section .section-inner {
    overflow: hidden;
    padding: 0;
  }
}
.mv-section .lead-text {
  margin: 0 13.020833333333334vw 0 64.58333333333334vw;
  position: relative;
  z-index: 11;
  text-align: left;
}
@media all and (max-width: 768px) {
  .mv-section .lead-text {
    margin: 0 auto;
    width: 60.5vw;
    max-width: 454px;
  }
}
.mv-section .lead-text img {
  width: 100%;
  height: auto;
}

.mv-section .mv-bnr {
  display: none;
}
.mv-section .mv-bnr img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .mv-section .mv-bnr {
    display: block;
    position: absolute;
    aspect-ratio: 240 / 97;
    max-width: 274px;
    width: 64vw;
    left: 2vw;
    bottom: -14.625vw;
    z-index: 10;
  }
}

.mv-section .mv-label {
  width: 16.6vw;
  max-width: 262px;
  position: absolute;
  top: 4.6vw;
  left: 8.25vw;
  overflow: hidden;
}
.mv-section .mv-label img {
  width: 200%;
  height: auto;
  transform: scale(0.5) translate(-50%, -50%);
}
@media all and (min-width: 1451px) {
  .mv-section .mv-label {
    width: 13.6vw;
    left: 16.25vw;
  }
}
@media all and (max-width: 768px) {
  .mv-section .mv-label {
    width: 28.6vw;
    top: 34.4vw;
    left: 5.3vw;
  }
}

.mv-section .mv-logo {
  position: absolute;
  max-width: 476px;
  width: 24.791666666666668vw;
  right: 11.422916666666666vw;
  top: 31vw;
  z-index: 10;
}
@media all and (max-width: 768px) {
  .mv-section .mv-logo  {
    max-width: 320px;
    top: unset;
    bottom: -193px;
    width: 90.4vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.mv-section .mv-logo img {
  width: 100%;
  height: auto;
}
.top .mv-section .title {
  max-height: 9.0625vw;
  overflow: hidden;
  margin: 5.4vw 8.541666666666666vw 3vw 60.10416666666667vw;
}
@media all and (max-width: 768px) {
  .top .mv-section .title {
    width: 70vw;
    max-height: 20.266666666666666vw;
    margin: 7.8vw auto 86.5vw;
  }
}
.top .mv-section .title h2 {
  max-width: 602px;
  width: 100%;
}
@media all and (min-width: 1821px) {
  .mv-section .title h2 {
    margin-bottom: 36px;
  }
  .top .mv-section .title h2 {
    width: 31.354166666666668vw;
  }
}
@media all and (max-width: 768px) {
  .mv-section .title h2 {
    left: 0;
    position: relative;
  }
}
.mv-section .title h2 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.top .mv-section .title h2 img {
  width: 195%;
  height: auto;
  vertical-align: top;
  transform: scale(0.5) translate(-50%, -50%);
}
.mv-section .scroll-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7.8vw;
  z-index: 10;
}
@media all and (max-width: 768px) {
  .mv-section .scroll-bar {
    display: none;
  }
  .top .mv-section .title h2 img {
    width: 200%;
  }
}
.mv-section .scroll-bar .scroll-text {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.mv-section .scroll-bar .scroll-line {
  position: absolute;
  display: block;
  width: 2px;
  height: 30px;
  top: 40px;
  left: calc(50% - 1px);
  overflow: hidden;
}
.mv-section .scroll-bar .scroll-line::before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 30px;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 32px;
  }
}

.bnr-side {
  position: fixed;
  right: -160px;
  top: 360px;
  z-index: 20;
  transition: right 1s ease 2s;
}
.bnr-side.-campaign {
  top: 100px;
}
.on-load .bnr-side {
  right: -16px;
}
.bnr-side-close {
  position: absolute;
  left: 0;
  top: 0;
  appearance: none;
  background-color: transparent;
  border: none;
}
.bnr-side a {
  transition: opacity 0.3s ease;
}
.bnr-side a:hover {
  opacity: 0.7;
}
@media all and (max-width: 768px) {
  .bnr-side {
    display: none;
  }
}

.content-section {
  position: relative;
  background: rgb(81, 49, 143);
  background: linear-gradient(180deg, rgb(81, 49, 143) 0%, rgb(81, 49, 143) 35%, rgb(140, 154, 205) 65%, rgba(140, 154, 205, 0.3) 85%, rgba(140, 154, 205, 0) 100%);
  z-index: 2;
}
@media all and (max-width: 768px) {
  .content-section {
    background: linear-gradient(180deg, rgb(81, 49, 143) 0%, rgb(91, 68, 154) 50%, rgb(140, 154, 205) 85%, rgba(140, 154, 205, 0) 95%);
  }
}
.content-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/yohada/assets/images/brand/content-bg.svg);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  top: -4.6875vw;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .content-section::before {
    top: -9.0666666667vw;
    background-image: url(/yohada/assets/images/brand/content-bg-sp.svg);
  }
  .top .content-section::before {
    top: -7.0666666667vw;
    background-image: url(/yohada/assets/images/brand/content-bg-sp.svg);
  }
}
@media all and (min-width: 1451px) and (max-width: 1820px) {
  .content-section:not(.no-side-menu) .section-inner {
    margin-left: calc(15vw + 52px);
  }
}
.content-section .section-inner {
  position: relative;
  margin: 0 auto;
  max-width: max(65.3125vw, 1254px);
  padding: 0 52px;
  z-index: 3;
}
@media all and (max-width: 768px) {
  .content-section .section-inner {
    padding: 0 15px;
  }
}
.content-section .section-inner.type-full {
  max-width: none;
  padding: 0;
  margin: 0 !important;
}

.section-heading {
  text-align: center;
  margin-bottom: 28px;
}

.bg-area01 {
  position: relative;
  padding-top: 32px;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .bg-area01 {
    padding-top: 50px;
  }
}
.bg-area01 .btn-wrapper {
  margin-top: 80px;
}
@media all and (max-width: 768px) {
  .bg-area01 .btn-wrapper {
    margin-top: 35px;
  }
}
@media all and (min-width: 769px) {
  .bg-area01 .btn-wrapper.product_btn {
    margin-top: 115px;
  }
}
.bg-area01 .section-bg-image {
  aspect-ratio: 1920/513;
  max-height: 513px;
  margin-top: 120px;
}
@media all and (max-width: 768px) {
  .bg-area01 .section-bg-image {
    aspect-ratio: 750/610;
    width: 100%;
    max-height: none;
    margin-top: 85px;
  }
}
.bg-area01 .section-bg-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content-about {
  z-index: 3;
  margin-top: -2.1875vw;
  padding-top: 40px;
}
@media all and (max-width: 768px) {
  .content-about {
    padding-top: 180px;
  }
}
.content-about::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/yohada/assets/images/brand/content-about-bg.png);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  bottom: 9.4791666667vw;
  mix-blend-mode: color-dodge;
}
@media all and (max-width: 768px) {
  .content-about::after {
    background-image: url(/yohada/assets/images/brand/content-about-bg-sp.png);
    bottom: 66.9333333333vw;
  }
}
@media all and (max-width: 768px) {
  .content-about .btn-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 768px) {
  .content-about .btn-inner img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: none;
    width: 68.8vw;
    height: auto;
    transform: scale(0.5) translate(-50%, -50%);
    transform-origin: left top;
  }
}

.content-movie {
  background: url(/yohada/assets/images/brand/movie-bg.jpg) no-repeat center center/cover;
  margin-top: -80px;
  padding-top: 210px;
  padding-bottom: 280px;
}
@media all and (max-width: 768px) {
  .content-movie {
    padding-top: 170px;
    padding-bottom: 140px;
  }
}
.content-movie::before {
  display: none;
}
.content-movie .section-bg-image {
  aspect-ratio: 1920/613;
  max-height: 613px;
  margin-top: 190px;
  position: relative;
}
@media all and (max-width: 768px) {
  .content-movie .section-bg-image {
    margin-top: 115px;
    aspect-ratio: 750/370;
  }
}
.content-movie .section-bg-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.content-movie .section-bg-image::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 191/230;
  width: clamp(100px, 9.95vw, 191px);
  background: url(/yohada/assets/images/brand/movie-deco02.png) no-repeat center center/cover;
  top: 40px;
  left: calc(50% + 20.83vw);
}
@media all and (max-width: 768px) {
  .content-movie .section-bg-image::before {
    width: 77px;
    right: 54px;
    top: 11px;
  }
}

.content-product {
  padding-top: 70px;
}
@media all and (max-width: 768px) {
  .content-product {
    padding-top: 30px;
  }
}
@media all and (max-width: 768px) and (max-width: 768px) {
  .content-product::before {
    top: -9.0666666667vw;
    background-image: url(/yohada/assets/images/brand/content-voice-bg-sp.svg);
    transform: scale(-1, 1);
  }
}
.content-product .section-bg-image {
  aspect-ratio: 1920/613;
  max-height: 613px;
  margin-top: 160px;
  position: relative;
}
@media all and (max-width: 768px) {
  .content-product .section-bg-image {
    margin-top: 80px;
    aspect-ratio: 750/370;
  }
}
.content-product .section-bg-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 768px) {
  .content-product .btn-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 768px) {
  .content-product .btn-inner img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: none;
    width: 38.6666666667vw;
    height: auto;
    transform: scale(0.5) translate(-50%, -50%);
    transform-origin: left top;
  }
}

.content-special {
  background: url(/yohada/assets/images/brand/news-bg.png) no-repeat center top/cover;
  margin-top: -70px;
  padding-top: 240px;
  padding-bottom: 290px;
}
@media all and (max-width: 768px) {
  .content-special {
    background: url(/yohada/assets/images/brand/news-bg-sp.png) no-repeat center top/cover;
    padding-top: 160px;
    padding-bottom: 140px;
  }
}
.content-special::before {
  display: none;
}

.content-news {
  background: url(/yohada/assets/images/brand/news-bg.png) no-repeat center top/cover;
  margin-top: -110px;
  padding-top: 246px;
  padding-bottom: 300px;
}
@media all and (max-width: 768px) {
  .content-news {
    background: url(/yohada/assets/images/brand/news-bg-sp.png) no-repeat center top/cover;
    margin-top: -165px;
    padding-top: 100px;
    padding-bottom: 143px;
    position: relative;
    z-index: 3;
  }
}
.content-news::before {
  display: none;
}

.content-shop {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 190px;
  z-index: 3;
}
@media all and (max-width: 768px) {
  .content-shop {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.content-shop::before {
  background-image: url(/yohada/assets/images/brand/content-bg02-sp.svg);
  filter: grayscale(100%) brightness(1000%);
  transform: scale(-1, 1);
}
.content-shop .section-heading {
  margin-bottom: 70px;
}
@media all and (max-width: 768px) {
  .content-shop .section-heading {
    margin-bottom: 20px;
  }
}
.content-shop .content-desc {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8181818182;
  margin-top: 50px;
}
@media all and (max-width: 768px) {
  .content-shop .content-desc {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

.swiper-button-prev,.swiper-button-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
}
.swiper-button-prev {
  left: calc(25% - 30px);
  background-image: url('/yohada/assets/images/brand/arrow_left.svg');

}
.swiper-button-next {
  right: calc(25% - 30px);
  background-image: url('/yohada/assets/images/brand/arrow_right.svg');
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}
@media all and (max-width: 1200px) {
  .swiper-button-prev {
    left: 22%;
  }
  .swiper-button-next {
    right: 22%;
  }
}
@media all and (max-width: 768px) {
  .swiper-button-prev {
    left: 5%;
  }
  .swiper-button-next {
    right: 5%;
  }
}




.content-sns {
  background: linear-gradient(180deg, #51318f 0%, #5b449a 52.71%, #8c9acd 100%);
  position: relative;
  padding-top: 137px;
  padding-bottom: 173px;
  z-index: 3;
}
@media all and (max-width: 768px) {
  .content-sns {
    padding-top: 45px;
    padding-bottom: 100px;
    background: linear-gradient(180deg, #51318f 0%, #5b449a 52.71%, #6A5EA9 100%);
  }
}
.content-sns::before {
  background-image: url(/yohada/assets/images/brand/content-voice-bg.svg);
  top: -4.7916666667vw;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .content-sns::before {
    top: -9.0666666667vw;
    background-image: url(/yohada/assets/images/brand/content-voice-bg-sp.svg);
  }
}
.content-sns::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/yohada/assets/images/brand/content-sns-bg.svg);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .content-sns::after {
    background-image: url(/yohada/assets/images/brand/content-sns-bg-sp.svg);
  }
}
.content-sns .content-desc {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.8181818182;
  margin-top: 50px;
}
@media all and (max-width: 768px) {
  .content-sns .content-desc {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
.content-sns .section-heading {
  margin-bottom: 70px;
}
@media all and (max-width: 768px) {
  .content-sns .section-heading {
    margin-bottom: 20px;
  }
}

.content-voice {
  position: relative;
  margin-top: -50px;
  padding-top: 137px;
  padding-bottom: 173px;
  margin-bottom: 4.7916666667vw;
  z-index: 3;
}
@media all and (min-width: 769px) {
  .content-voice {
    background: linear-gradient(180deg, rgb(81, 49, 143) 0%, rgb(81, 49, 143) 35%, rgb(140, 154, 205) 65%, #868fc7 100%);
  }
}
@media all and (max-width: 768px) {
  .content-voice {
    margin-bottom: 0;
    padding-top: 45px;
    padding-bottom: 258px;
  }
}
.content-voice::before {
  background-image: url(/yohada/assets/images/brand/content-voice-bg.svg);
  top: -4.7916666667vw;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .content-voice::before {
    top: -9.0666666667vw;
    background-image: url(/yohada/assets/images/brand/content-voice-bg-sp.svg);
  }
}
.content-voice::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/yohada/assets/images/brand/content-voice-bg02.svg);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  bottom: -4.0104166667vw;
}
@media all and (max-width: 768px) {
  .content-voice::after {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .content-voice .btn-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 768px) {
  .content-voice .btn-inner img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 230px;
    width: 46.9333333333vw;
    height: auto;
    transform: scale(0.5) translate(-50%, -50%);
    transform-origin: left top;
  }
}
@media all and (max-width: 768px) {
  .content-voice + .content-shop {
    margin-top: -120px;
  }
}

.story-block {
  display: flex;
  align-items: center;
}
@media all and (max-width: 768px) {
  .story-block {
    flex-direction: column-reverse;
    max-width: 320px;
    margin-inline: auto;
  }
}
.story-block .story-image {
  flex-shrink: 0;
  margin-right: 150px;
  position: relative;
}
@media all and (max-width: 1200px) {
  .story-block .story-image {
    width: 37.5vw;
    margin-right: 30px;
  }
}
@media all and (max-width: 768px) {
  .story-block .story-image {
    width: 195px;
    margin: 30px 13px 0 auto;
  }
}
.story-block .story-image img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.story-block .story-image-deco {
  position: absolute;
}
.story-block .story-image-deco.deco01 {
  bottom: -50px;
  left: -22px;
}
@media all and (max-width: 1200px) {
  .story-block .story-image-deco.deco01 {
    width: 12.9166666667vw;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .story-block .story-image-deco.deco01 {
    width: 74px;
    bottom: -12px;
    left: -34px;
  }
}
.story-block .story-image-deco.deco02 {
  top: 18px;
  right: -72px;
}
@media all and (max-width: 1200px) {
  .story-block .story-image-deco.deco02 {
    width: 17.5833333333vw;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .story-block .story-image-deco.deco02 {
    width: 100px;
    top: 5px;
    right: -54px;
  }
}
.story-block .story-text p {
  font-size: 2.4rem;
  line-height: 1.8333333333;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
@media all and (max-width: 1200px) {
  .story-block .story-text p {
    font-size: 2vw;
  }
}
@media all and (max-width: 768px) {
  .story-block .story-text p {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    text-align: center;
  }
}
.story-block .story-text p + p:not([class]) {
  margin-top: 40px;
}
@media all and (max-width: 768px) {
  .story-block .story-text p + p:not([class]) {
    margin-top: 15px;
  }
}
.story-block .story-text p .emphasis {
  font-size: 2.8rem;
  color: #DFBD63;
}
@media all and (max-width: 1200px) {
  .story-block .story-text p .emphasis {
    font-size: 2.3333333333vw;
  }
}
.story-block .story-text p.emphasis {
  font-size: 3.8rem;
  letter-spacing: 0.08em;
}
@media all and (max-width: 1200px) {
  .story-block .story-text p.emphasis {
    font-size: 3.1666666667vw;
  }
}
@media all and (max-width: 768px) {
  .story-block .story-text p.emphasis {
    font-size: 2.1rem;
  }
}
.story-block .story-text p.emphasis2 {
  line-height: 1.5555555556;
  font-size: 3.6rem;
  margin-top: 40px;
}
@media all and (max-width: 1200px) {
  .story-block .story-text p.emphasis2 {
    font-size: 3vw;
  }
}
@media all and (max-width: 768px) {
  .story-block .story-text p.emphasis2 {
    font-size: 2.2rem;
    margin-top: 20px;
  }
}
.story-block .story-text p.emphasis3 {
  line-height: 1.1785714286;
  letter-spacing: 0.08em;
  font-size: 5.6rem;
  text-align: center;
}
@media all and (max-width: 1200px) {
  .story-block .story-text p.emphasis3 {
    font-size: 4.6666666667vw;
  }
}
@media all and (max-width: 768px) {
  .story-block .story-text p.emphasis3 {
    font-size: 3rem;
  }
}
.story-block .story-text p.sub {
  text-align: right;
  font-size: 1.6rem;
  padding-right: 4.5rem;
}
@media all and (max-width: 768px) {
  .story-block .story-text p.sub {
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }
}
.story-block .story-text p.story-label {
  background: linear-gradient(to right, #8c9acd 0%, rgba(140, 154, 205, 0.5) 61.52%, rgba(140, 154, 205, 0) 100%, rgba(140, 154, 205, 0) 100%);
  padding: 10px 10px;
  text-align: center;
  color: #fff;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
  border-radius: 52px;
  margin-top: 30px;
}
@media all and (max-width: 1200px) {
  .story-block .story-text p.story-label {
    font-size: 2.6666666667vw;
  }
}
@media all and (max-width: 768px) {
  .story-block .story-text p.story-label {
    margin-top: 15px;
    font-size: 2.2rem;
    padding: 5px 31px;
    width: fit-content;
    margin-inline: auto;
  }
}
.story-block .story-text__01 img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 1025px) and (min-width: 769px) {
  .story-block .story-text__01 img {
    width: 65.1707317073vw;
  }
}
.story-block .story-text__02 img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 1025px) and (min-width: 769px) {
  .story-block .story-text__02 img {
    width: 46.0487804878vw;
  }
}
@media all and (max-width: 768px) {
  .story-block .story-text__03 {
    width: 100%;
    aspect-ratio: 570/286;
    position: relative;
  }
}
.story-block .story-text__03 img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 1025px) and (min-width: 769px) {
  .story-block .story-text__03 img {
    width: 46.0487804878vw;
  }
}
@media all and (max-width: 768px) {
  .story-block .story-text__03 img {
    position: absolute;
    left: 50%;
    top: 0;
    max-width: none;
    max-width: 570px;
    width: 151.5625vw;
    transform: scale(0.5) translate(-50%, -50%);
    transform-origin: center left;
  }
}
.story-block .border-text {
  border: 2px solid #fff;
  color: #fff;
  width: fit-content;
  margin-top: 45px;
  font-weight: bold;
  line-height: 1 !important;
  font-size: 1.8rem !important;
  padding: 5px 16px;
}
@media all and (max-width: 768px) {
  .story-block .border-text {
    font-size: 1.2rem !important;
    padding: 4px 8px !important;
    margin: 8px auto 0;
  }
}
.story-block .story-label-wrapper .border-text {
  margin-left: auto;
  margin-right: 0;
}
.story-block.reverse {
  flex-direction: row-reverse;
}
@media all and (max-width: 1025px) {
  .story-block.reverse {
    margin-top: 60px;
  }
}
@media all and (max-width: 768px) {
  .story-block.reverse {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
}
.story-block.reverse .story-image {
  margin-left: 140px;
  margin-right: 0;
}
@media all and (max-width: 1200px) {
  .story-block.reverse .story-image {
    margin-left: 20px;
  }
}
@media all and (max-width: 768px) {
  .story-block.reverse .story-image {
    margin: 40px auto 0 20px;
  }
}
@media all and (min-width: 769px) {
  .story-block.reverse .story-text {
    padding-left: 30px;
    padding-top: 60px;
    width: 100%;
  }
}
@media all and (min-width: 769px) and (max-width: 1200px) {
  .story-block.reverse .story-text {
    padding-left: 0;
  }
}
.story-block.center {
  justify-content: center;
  margin-bottom: 80px;
}
@media all and (max-width: 1200px) {
  .story-block.center {
    padding-left: 6.6666666667vw;
  }
}
@media all and (max-width: 768px) {
  .story-block.center {
    padding-left: 0;
    margin-bottom: 35px;
  }
}

.content-product {
  background: linear-gradient(180deg, rgb(81, 49, 143) 0%, rgb(81, 49, 143) 35%, rgb(140, 154, 205) 67%, rgba(140, 154, 205, 0.3) 85%, rgba(140, 154, 205, 0) 100%);
  z-index: 3;
}
@media all and (max-width: 1820px) {
  .content-product {
    background: linear-gradient(180deg, rgb(81, 49, 143) 0%, rgb(81, 49, 143) 35%, rgb(140, 154, 205) 70%, rgba(140, 154, 205, 0.3) 85%, rgba(140, 154, 205, 0) 100%);
  }
}
@media all and (max-width: 1600px) {
  .content-product {
    background: linear-gradient(180deg, rgb(81, 49, 143) 0%, rgb(81, 49, 143) 35%, rgb(140, 154, 205) 73%, rgba(140, 154, 205, 0.3) 85%, rgba(140, 154, 205, 0) 100%);
  }
}
@media all and (max-width: 1450px) {
  .content-product {
    background: linear-gradient(180deg, rgb(81, 49, 143) 0%, rgb(81, 49, 143) 35%, rgb(140, 154, 205) 78%, rgba(140, 154, 205, 0.3) 85%, rgba(140, 154, 205, 0) 100%);
  }
}
@media all and (max-width: 1280px) {
  .content-product {
    background: linear-gradient(180deg, rgb(81, 49, 143) 0%, rgb(81, 49, 143) 35%, rgb(140, 154, 205) 81%, rgba(140, 154, 205, 0.3) 85%, rgba(140, 154, 205, 0) 100%);
  }
}
@media all and (max-width: 890px) {
  .content-product {
    background: linear-gradient(180deg, rgb(81, 49, 143) 0%, rgb(81, 49, 143) 35%, rgb(140, 154, 205) 94%, rgba(140, 154, 205, 0.3) 85%, rgba(140, 154, 205, 0) 100%);
  }
}
@media all and (max-width: 768px) {
  .content-product {
    background: linear-gradient(180deg, rgb(81, 49, 143) 0%, rgb(91, 68, 154) 50%, rgb(140, 154, 205) 85%, rgba(140, 154, 205, 0) 95%);
  }
}
.content-product .section-heading {
  margin-bottom: 34px;
}
@media all and (max-width: 768px) {
  .content-product .section-heading {
    margin-bottom: 20px;
  }
}
.content-product .btn-wrapper {
  margin-top: 135px;
}
@media all and (max-width: 890px) {
  .content-product .btn-wrapper {
    margin-top: 60px;
  }
}

.product-label {
  margin-bottom: 70px;
}
@media all and (max-width: 890px) {
  .product-label {
    margin-bottom: 20px;
  }
}
.product-label img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) and (min-width: 769px) {
  .product-label img {
    width: 86.6666666667vw;
  }
}

.product-block {
  display: flex;
  margin-bottom: -40px;
}
@media all and (max-width: 1200px) {
  .product-block {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 890px) {
  .product-block {
    flex-direction: column-reverse;
    width: fit-content;
    margin: 0 auto 40px;
  }
}
@media all and (max-width: 768px) {
  .product-block {
    flex-direction: column-reverse;
  }
}
.product-block .product-heading {
  font-size: 3.4rem;
  color: #fff;
  border-radius: 29px;
  background: linear-gradient(to right, #8c9acd 0%, rgba(140, 154, 205, 0.5) 61.52%, rgba(140, 154, 205, 0) 100%, rgba(140, 154, 205, 0) 100%);
  padding: 8px 20px;
  text-align: left;
  margin-bottom: 100px;
  line-height: 1.2;
}
@media all and (max-width: 1200px) {
  .product-block .product-heading {
    white-space: nowrap;
    width: fit-content;
  }
}
@media all and (max-width: 768px) {
  .product-block .product-heading {
    font-size: 2rem;
    width: 100%;
    padding: 5px 10px;
    white-space: inherit;
    margin-bottom: 37px;
  }
}
.product-block .product-heading .emphasis {
  color: #FCD774;
}
.product-block .product-text-block {
  flex-shrink: 0;
  max-width: 610px;
}
@media all and (max-width: 1200px) {
  .product-block .product-text-block {
    width: 49.5vw;
  }
}
@media all and (max-width: 890px) {
  .product-block .product-text-block {
    width: auto;
  }
}

.product-block .product-logo-block {
  position: relative;
  flex: 0 0 auto; 
  display: flex;
  align-items: center;
  width: 116px;
  margin-left: 32px;
}
.product-block .product-logo-block img {
  position: absolute;
  top: 40px;
  height: auto;
}
@media all and (max-width: 890px) {
  .product-block .product-logo-block {
    order: 1;
    display: block;;
    width: 100%;
    max-width: 339px;
    margin: 0 auto;
  }
  .product-block .product-logo-block img {
    position: static;
    width: 100%;
    max-width: 339px;
  }
}


.product-block .product-image-block {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  align-items: center;
}
@media all and (max-width: 890px) {
  .product-block .product-image-block {
    padding: 0 40px;
    margin: 0 auto;
  }
}
@media all and (max-width: 768px) {
  .product-block .product-image-block {
    padding: 0 0 0 24px;
    margin: 0 auto 0;
  }
}
.product-block .product-image-block img {
  position: absolute;
  left: -13px;
  bottom: -95px;
  height: auto;
  max-width: 590px;
  width: calc(100% + 130px);
}
@media all and (max-width: 890px) {
  .product-block .product-image-block img {
    right: auto;
    bottom: auto;
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .product-block .product-image-block img {
    max-width: 290px;
    margin-bottom: 15px;
  }
}
.product-block .product-text-block-col {
  display: grid;
  grid-template-columns: 50px 1fr;
  color: #fff;
  gap: 14px 60px;
}
@media all and (max-width: 768px) {
  .product-block .product-text-block-col {
    gap: 18px 10px;
    grid-template-columns: 80px 1fr;
  }
}
.product-block .product-text-block-col + .product-text-block-col {
  margin-top: 55px;
}
@media all and (max-width: 768px) {
  .product-block .product-text-block-col + .product-text-block-col {
    margin-top: 25px;
  }
}
.product-block .product-text-block-col:nth-child(3) {
  margin-top: 90px;
}
@media all and (max-width: 768px) {
  .product-block .product-text-block-col:nth-child(3) {
    margin-top: 40px;
  }
}
.product-block .product-text-block-col .num {
  line-height: 1;
  align-self: center;
  font-weight: bold;
  position: relative;
}
.product-block .product-text-block-col .num::before {
  content: "POINT";
  font-size: 2.6rem;
  color: #fff;
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  text-align: center;
  width: fit-content;
  transform: translateX(-50%);
}
@media all and (max-width: 768px) {
  .product-block .product-text-block-col .num::before {
    font-size: 1.3rem;
    top: -11px;
    left: calc(50% + 2px);
  }
}
.product-block .product-text-block-col .num::after {
  width: 145px;
  height: 145px;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0.4;
  content: "";
  position: absolute;
  border-radius: 100%;
  top: calc(50% - 72px);
  left: calc(50% - 72px);
}
@media all and (max-width: 768px) {
  .product-block .product-text-block-col .num::after {
    width: 74px;
    height: 74px;
    top: calc(50% - 37px);
    left: calc(50% - 33px);
  }
}
@media all and (max-width: 768px) {
  .product-block .product-text-block-col .num {
    grid-area: 1/1/2/2;
    padding-left: 7px;
  }
  .product-block .product-text-block-col .num img {
    width: 22px;
  }
}
.product-block .product-text-block-col .heading {
  text-align: left;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.product-block .product-text-block-col .heading__01 img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) and (min-width: 769px) {
  .product-block .product-text-block-col .heading__01 img {
    width: 40.1666666667vw;
  }
}
@media all and (max-width: 890px) and (min-width: 769px) {
  .product-block .product-text-block-col .heading__01 img {
    width: 64.5333333333vw;
  }
}
.product-block .product-text-block-col .heading__02 img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) and (min-width: 769px) {
  .product-block .product-text-block-col .heading__02 img {
    width: 38.8333333333vw;
  }
}
@media all and (max-width: 890px) and (min-width: 769px) {
  .product-block .product-text-block-col .heading__02 img {
    width: 64.5333333333vw;
  }
}
.product-block .product-text-block-col .heading__03 img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) and (min-width: 769px) {
  .product-block .product-text-block-col .heading__03 img {
    width: 34.1666666667vw;
  }
}
@media all and (max-width: 890px) and (min-width: 769px) {
  .product-block .product-text-block-col .heading__03 img {
    width: 65.3333333333vw;
  }
}
@media all and (max-width: 768px) {
  .product-block .product-text-block-col .heading {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.product-block .product-text-block-col .heading .emphasis {
  color: #FCD774;
  font-size: 3.2rem;
}
@media all and (max-width: 768px) {
  .product-block .product-text-block-col .heading .emphasis {
    font-size: 1.8rem;
  }
}
.product-block .product-text-block-col .heading .small {
  font-size: 2rem;
}
@media all and (max-width: 768px) {
  .product-block .product-text-block-col .heading .small {
    font-size: 1.6rem;
  }
}

.btn-wrapper {
  display: flex;
  justify-content: center;
}

.btn {
  max-width: 502px;
  width: 100%;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
  filter: drop-shadow(0px 3px 8px rgba(186, 144, 65, 0.5));
  border-radius: 40px;
  color: #fff;
  font-size: 3.2rem;
  text-decoration: none;
  position: relative;
}
.btn::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #f6e7a4 0%, #cfae64 43.87%, #ba9041 100%);
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
}
.btn:hover::before {
  opacity: 0.7;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.btn .btn-inner picture {
  display: contents;
}
@media all and (max-width: 768px) {
  .btn {
    min-height: 40px;
    font-size: 1.9rem;
    max-width: 250px;
  }
}

.movie-area {
  position: relative;
  aspect-ratio: 1150/637;
  width: 100%;
  max-width: 1157px;
  margin: 0 auto;
  position: relative;
}
.movie-area-thumb img {
  width: 100%;
  height: auto;
}
.movie-area-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 130px;
  height: auto;
  transform: translate(-50%, -50%);
  transition: transform .3s cubic-bezier(0.55, 0, 0.52, 0.99), -webkit-transform .3s cubic-bezier(0.55, 0, 0.52, 0.99);
  cursor: pointer;
}
@media (hover: hover) {
  .movie-area-btn:hover {
    transform: translate(-50%, -50%) scale(1.06);
  }
}
@media all and (max-width: 1200px) {
  .movie-area {
    width: 56vw;
  }
}
@media all and (max-width: 768px) {
  .movie-area {
    width: 100%;
  }
  .movie-area-btn {
    width: 37px;
  }
}
.movie-area iframe {
  position: absolute;
  inset: 0;
  background: #ccc;
  width: 100%;
  height: 100%;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.movie-area .movie-area-deco {
  display: block;
  position: absolute;
  width: 246px;
  aspect-ratio: 246/183;
  bottom: 30px;
  right: -165px;
  z-index: -1;
}
@media all and (max-width: 1200px) {
  .movie-area .movie-area-deco {
    width: 22vw;
    max-width: 246px;
    right: -13.75vw;
  }
}
@media all and (max-width: 768px) {
  .movie-area .movie-area-deco {
    width: 97px;
    right: 3px;
    top: -55px;
    bottom: auto;
  }
}
.movie-area .movie-area-deco img {
  max-width: 100%;
  height: 100%;
}

.js-srDefault,
.js-srDefault-02,
.js-srMvC,
.js-srFuki01,
.js-srFuki02,
.js-srFuki03,
.js-srFuki04,
.js-srMvT,
.js-srMvB {
  visibility: hidden;
}

.js-srMvC {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
}

.js-srFuki01 {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 60, 0, 1);
}

.js-srFuki02 {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 60, 0, 1);
}

.js-srFuki03 {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 60, 0, 1);
}

.js-srFuki04 {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 60, 0, 1);
}

.js-srMvT {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
}

.js-srMvB {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
}


.js-p-srMvH,
.js-p-srMvT,
.js-p-srMvB,
.js-p-srMvI {
  visibility: hidden;
}

.js-p-srMvH {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
}

.js-p-srMvT {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
}

.js-p-srMvB {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
}

.js-p-srMvI {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
}

.js-b-srMvH,
.js-b-srMvT {
  visibility: hidden;
}

.js-b-srMvH {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
}

.js-b-srMvT {
  visibility: visible;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
}

#main .content-section:not(:nth-of-type(2)) {
  opacity: 0;
}
#main .floating-btn {
  opacity: 0;
  transform: translateY(300px);
}
#main.on-load .content-section {
  opacity: 1;
  transition: opacity 0.3s ease;
}
#main.on-load .floating-btn {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s ease 3s, transform 0.6s ease 3s;
}
#main.on-load .floating-btn.op-time {
  transition: opacity 0.3s ease 0s;
}
#main.on-load .floating-btn.is-hide {
  opacity: 0 !important;
}

.mv-section.js-view .js-srMvC {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 0.8s ease 1.2s, transform 0.8s ease 1.2s;
}
.mv-section.js-view .js-srFuki01 {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 1.8s ease 0.4s, transform 1.8s ease 0.4s;
}
.mv-section.js-view .js-srFuki02 {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 1.8s ease 0.7s, transform 1.8s ease 0.7s;
}
.mv-section.js-view .js-srFuki03 {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 1.8s ease 1s, transform 1.8s ease 1s;
}
.mv-section.js-view .js-srFuki04 {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 1.8s ease 1.3s, transform 1.8s ease 1.3s;
}
.mv-section.js-view .js-srMvT {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 0.8s ease 1.2s, transform 0.8s ease 1.2s;
}
.top .mv-section.js-view .js-srMvT {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 0.8s ease 0.1s, transform 0.8s ease 0.1s;
}
.mv-section.js-view .js-srMvB {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 0.8s ease 2s, transform 0.8s ease 2s;
}
.mv-section.js-view .js-p-srMvH {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 0.8s ease 0.1s, transform 0.8s ease 0.1s;
}
.mv-section.js-view .js-p-srMvT {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 1.8s ease 0.5s, transform 1.8s ease 0.5s;
}
.mv-section.js-view .js-p-srMvB {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 1.8s ease 0.5s, transform 1.8s ease 0.5s;
}
.mv-section.js-view .js-p-srMvI {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 1.8s ease 0.5s, transform 1.8s ease 0.5s;
}

.mv-section-brand.js-view .js-b-srMvH {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 0.8s ease 0.1s, transform 0.8s ease 0.1s;
}
.mv-section-brand.js-view .js-b-srMvT {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
}

.sheep {
  pointer-events: none;
}
.sheep._01 {
  animation: sheep 1.4s ease-in-out 0s infinite alternate-reverse;
}
.sheep._02 {
  animation: sheep 1s ease-in-out 0.3s infinite alternate-reverse;
}
.sheep._03 {
  animation: sheep02 2s ease-in-out 0s infinite alternate-reverse;
}
@media all and (max-width: 768px) {
  .sheep._03 {
    animation: sheep02 2.2s ease-in-out 0s infinite alternate-reverse;
  }
}
.sheep._04 {
  animation: sheep 1.1s ease-in-out 0s infinite alternate-reverse;
}
.sheep._05 {
  animation: sheep 1.2s ease-in-out 0.3s infinite alternate-reverse;
}

@keyframes sheep {
  0% {
    transform: translateY(8%) rotate(-2deg);
  }
  100% {
    transform: translateY(0%) rotate(1deg);
  }
}
@keyframes sheep02 {
  0% {
    transform: translateX(0%) translateY(0%) rotate(-3deg);
  }
  100% {
    transform: translateX(5%) translateY(-5%) rotate(0deg);
  }
}
@media all and (max-width: 768px) {
  @keyframes sheep02 {
    0% {
      transform: translateX(-4%) translateY(0%) rotate(-3deg);
    }
    100% {
      transform: translateX(0%) translateY(-8%) rotate(0deg);
    }
  }
}
.bg-bubbles {
  position: absolute;
  width: 100%;
  height: calc(100% + 6.25vw);
  top: -6.25vw;
  z-index: 3;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .bg-bubbles {
    height: calc(100% + 9.0666666667vw);
    top: -9.0666666667vw;
  }
}
.bg-bubbles .bg-bubble-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.item-bubble {
  position: absolute;
  pointer-events: none;
  bottom: -18.2291666667vw;
}
.item-bubble img {
  width: 100%;
  height: auto;
}
.item-bubble._01 {
  z-index: 4;
  max-width: 8.3854166667vw;
  left: -1.5625vw;
}
@media all and (min-width: 769px) {
  .item-bubble._01 {
    animation: bubble-y 144s linear -27s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._01 {
    animation: bubble-y-sp 144s linear -27s infinite;
  }
}
.item-bubble._01 img {
  animation: bubble-x 2.4s ease-in-out infinite alternate-reverse;
}
.item-bubble._02 {
  z-index: 2;
  max-width: 4.6875vw;
  left: 6.25vw;
}
@media all and (min-width: 769px) {
  .item-bubble._02 {
    animation: bubble-y 120s linear -30s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._02 {
    animation: bubble-y-sp 120s linear -30s infinite;
  }
}
.item-bubble._02 img {
  animation: bubble-x 2s ease-in-out infinite alternate-reverse;
}
.item-bubble._03 {
  z-index: 1;
  max-width: 3.3333333333vw;
  left: 9.375vw;
}
@media all and (min-width: 769px) {
  .item-bubble._03 {
    animation: bubble-y 114s linear -12s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._03 {
    animation: bubble-y-sp 114s linear -12s infinite;
  }
}
.item-bubble._03 img {
  animation: bubble-x 1.2s ease-in-out infinite alternate-reverse;
}
.item-bubble._04 {
  z-index: 6;
  max-width: 15.78125vw;
  left: 2.6041666667vw;
}
@media all and (min-width: 769px) {
  .item-bubble._04 {
    animation: bubble-y 168s linear 6s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._04 {
    animation: bubble-y-sp 168s linear 6s infinite;
  }
}
.item-bubble._04 img {
  animation: bubble-x 4s ease-in-out infinite alternate;
}
.item-bubble._05 {
  z-index: 5;
  max-width: 11.3541666667vw;
  left: 15.1041666667vw;
}
@media all and (min-width: 769px) {
  .item-bubble._05 {
    animation: bubble-y 150s linear -3s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._05 {
    animation: bubble-y-sp 150s linear -3s infinite;
  }
}
.item-bubble._05 img {
  animation: bubble-x 3s ease-in-out infinite alternate-reverse;
}
.item-bubble._06 {
  z-index: 3;
  max-width: 6.9791666667vw;
  left: 25vw;
}
@media all and (min-width: 769px) {
  .item-bubble._06 {
    animation: bubble-y 144s linear -15s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._06 {
    animation: bubble-y-sp 144s linear -15s infinite;
  }
}
.item-bubble._06 img {
  animation: bubble-x 2s ease-in-out infinite alternate-reverse;
}
.item-bubble._07 {
  z-index: 2;
  max-width: 4.84375vw;
  right: 23.4375vw;
}
@media all and (min-width: 769px) {
  .item-bubble._07 {
    animation: bubble-y 120s linear -6s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._07 {
    animation: bubble-y-sp 120s linear -6s infinite;
  }
}
.item-bubble._07 img {
  animation: bubble-x 1.8s ease-in-out infinite alternate-reverse;
}
.item-bubble._08 {
  z-index: 5;
  max-width: 14.53125vw;
  right: 10.4166666667vw;
}
@media all and (min-width: 769px) {
  .item-bubble._08 {
    animation: bubble-y 162s linear 3s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._08 {
    animation: bubble-y-sp 162s linear 3s infinite;
  }
}
.item-bubble._08 img {
  animation: bubble-x 3.2s ease-in-out infinite alternate-reverse;
}
.item-bubble._09 {
  z-index: 6;
  max-width: 18.0729166667vw;
  right: 4.6875vw;
}
@media all and (min-width: 769px) {
  .item-bubble._09 {
    animation: bubble-y 186s linear 21s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._09 {
    animation: bubble-y-sp 186s linear 21s infinite;
  }
}
.item-bubble._09 img {
  animation: bubble-x 3.8s ease-in-out infinite alternate-reverse;
}
.item-bubble._10 {
  z-index: 1;
  max-width: 3.90625vw;
  right: 10.4166666667vw;
}
@media all and (min-width: 769px) {
  .item-bubble._10 {
    animation: bubble-y 108s linear -18s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._10 {
    animation: bubble-y-sp 108s linear -18s infinite;
  }
}
.item-bubble._10 img {
  animation: bubble-x 1.7s ease-in-out infinite alternate-reverse;
}
.item-bubble._11 {
  z-index: 3;
  max-width: 5.8854166667vw;
  right: 5.2083333333vw;
}
@media all and (min-width: 769px) {
  .item-bubble._11 {
    animation: bubble-y 120s linear -15s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._11 {
    animation: bubble-y-sp 120s linear -15s infinite;
  }
}
.item-bubble._11 img {
  animation: bubble-x 1.9s ease-in-out infinite alternate-reverse;
}
.item-bubble._12 {
  z-index: 4;
  max-width: 8.5416666667vw;
  right: -2.6041666667vw;
}
@media all and (min-width: 769px) {
  .item-bubble._12 {
    animation: bubble-y 132s linear -30s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._12 {
    animation: bubble-y-sp 132s linear -30s infinite;
  }
}
.item-bubble._12 img {
  animation: bubble-x 2.3s ease-in-out infinite alternate-reverse;
}
.item-bubble._01-2 {
  z-index: 4;
  max-width: 8.3854166667vw;
  left: -1.5625vw;
}
@media all and (min-width: 769px) {
  .item-bubble._01-2 {
    animation: bubble-y 144s linear -27s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._01-2 {
    animation: bubble-y-sp 144s linear -27s infinite;
  }
}
.item-bubble._01-2 img {
  animation: bubble-x 2.4s ease-in-out infinite alternate-reverse;
}
.item-bubble._02-2 {
  z-index: 2;
  max-width: 4.6875vw;
  left: 6.25vw;
}
@media all and (min-width: 769px) {
  .item-bubble._02-2 {
    animation: bubble-y 120s linear -105s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._02-2 {
    animation: bubble-y-sp 120s linear -105s infinite;
  }
}
.item-bubble._02-2 img {
  animation: bubble-x 2s ease-in-out infinite alternate-reverse;
}
.item-bubble._03-2 {
  z-index: 1;
  max-width: 3.3333333333vw;
  left: 9.375vw;
}
@media all and (min-width: 769px) {
  .item-bubble._03-2 {
    animation: bubble-y 114s linear -87s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._03-2 {
    animation: bubble-y-sp 114s linear -87s infinite;
  }
}
.item-bubble._03-2 img {
  animation: bubble-x 1.2s ease-in-out infinite alternate-reverse;
}
.item-bubble._04-2 {
  z-index: 6;
  max-width: 15.78125vw;
  left: 2.6041666667vw;
}
@media all and (min-width: 769px) {
  .item-bubble._04-2 {
    animation: bubble-y 168s linear -69s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._04-2 {
    animation: bubble-y-sp 168s linear -69s infinite;
  }
}
.item-bubble._04-2 img {
  animation: bubble-x 4s ease-in-out infinite alternate;
}
.item-bubble._05-2 {
  z-index: 5;
  max-width: 11.3541666667vw;
  left: 15.1041666667vw;
}
@media all and (min-width: 769px) {
  .item-bubble._05-2 {
    animation: bubble-y 150s linear -78s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._05-2 {
    animation: bubble-y-sp 150s linear -78s infinite;
  }
}
.item-bubble._05-2 img {
  animation: bubble-x 3s ease-in-out infinite alternate-reverse;
}
.item-bubble._06-2 {
  z-index: 3;
  max-width: 6.9791666667vw;
  left: 25vw;
}
@media all and (min-width: 769px) {
  .item-bubble._06-2 {
    animation: bubble-y 144s linear -90s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._06-2 {
    animation: bubble-y-sp 144s linear -90s infinite;
  }
}
.item-bubble._06-2 img {
  animation: bubble-x 2s ease-in-out infinite alternate-reverse;
}
.item-bubble._07-2 {
  z-index: 2;
  max-width: 4.84375vw;
  right: 23.4375vw;
}
@media all and (min-width: 769px) {
  .item-bubble._07-2 {
    animation: bubble-y 120s linear -81s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._07-2 {
    animation: bubble-y-sp 120s linear -81s infinite;
  }
}
.item-bubble._07-2 img {
  animation: bubble-x 1.8s ease-in-out infinite alternate-reverse;
}
.item-bubble._08-2 {
  z-index: 5;
  max-width: 14.53125vw;
  right: 10.4166666667vw;
}
@media all and (min-width: 769px) {
  .item-bubble._08-2 {
    animation: bubble-y 162s linear -72s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._08-2 {
    animation: bubble-y-sp 162s linear -72s infinite;
  }
}
.item-bubble._08-2 img {
  animation: bubble-x 3.2s ease-in-out infinite alternate-reverse;
}
.item-bubble._09-2 {
  z-index: 6;
  max-width: 18.0729166667vw;
  right: 4.6875vw;
}
@media all and (min-width: 769px) {
  .item-bubble._09-2 {
    animation: bubble-y 186s linear -54s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._09-2 {
    animation: bubble-y-sp 186s linear -54s infinite;
  }
}
.item-bubble._09-2 img {
  animation: bubble-x 3.8s ease-in-out infinite alternate-reverse;
}
.item-bubble._10-2 {
  z-index: 1;
  max-width: 3.90625vw;
  right: 10.4166666667vw;
}
@media all and (min-width: 769px) {
  .item-bubble._10-2 {
    animation: bubble-y 108s linear -93s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._10-2 {
    animation: bubble-y-sp 108s linear -93s infinite;
  }
}
.item-bubble._10-2 img {
  animation: bubble-x 1.7s ease-in-out infinite alternate-reverse;
}
.item-bubble._11-2 {
  z-index: 3;
  max-width: 5.8854166667vw;
  right: 5.2083333333vw;
}
@media all and (min-width: 769px) {
  .item-bubble._11-2 {
    animation: bubble-y 120s linear -90s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._11-2 {
    animation: bubble-y-sp 120s linear -90s infinite;
  }
}
.item-bubble._11-2 img {
  animation: bubble-x 1.9s ease-in-out infinite alternate-reverse;
}
.item-bubble._12-2 {
  z-index: 4;
  max-width: 8.5416666667vw;
  right: -2.6041666667vw;
}
@media all and (min-width: 769px) {
  .item-bubble._12-2 {
    animation: bubble-y 132s linear -105s infinite;
  }
}
@media all and (max-width: 768px) {
  .item-bubble._12-2 {
    animation: bubble-y-sp 132s linear -105s infinite;
  }
}
.item-bubble._12-2 img {
  animation: bubble-x 2.3s ease-in-out infinite alternate-reverse;
}

@keyframes bubble-y {
  0% {
    opacity: 1;
    bottom: -18.2291666667vw;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    bottom: 100%;
  }
}
@keyframes bubble-y-sp {
  0% {
    opacity: 1;
    bottom: -18.2291666667vw;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    bottom: 100%;
  }
}
@keyframes bubble-x {
  0% {
    transform: translateX(10%) rotate(-3deg);
  }
  100% {
    transform: translateX(-10%) rotate(3deg);
  }
}
.news-bnr {
  margin: 0 -30px 58px;
}
.news-bnr a {
  transition: opacity 0.3s ease;
}
.news-bnr a:hover {
  opacity: 0.7;
}
.news-bnr img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .news-bnr {
    margin: 0 -15px 17px;
  }
}

.bg-box {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 114px;
}
@media all and (max-width: 768px) {
  .bg-box {
    border-radius: 91px;
  }
}
.bg-box.news-box {
  background-color: #fff;
  display: flex;
  align-items: flex-end;
  column-gap: 50px;
  text-align: left;
  position: relative;
  border-radius: 137px;
}
.bg-box.news-box + .bg-box.news-box {
  margin-top: 56px;
}
@media all and (max-width: 768px) {
  .bg-box.news-box {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 100/100;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 50%;
  }
}
.bg-box.news-box .news-box-deco {
  position: absolute;
  left: -102px;
  top: 120px;
  width: 170px;
  aspect-ratio: 170/216;
}
@media all and (max-width: 768px) {
  .bg-box.news-box .news-box-deco {
    width: 80px;
    aspect-ratio: 80/101;
    left: 26px;
    top: auto;
    bottom: -41px;
  }
}
.bg-box.news-box .news-box-deco img {
  max-width: 100%;
  height: 100%;
}
.bg-box.news-box .news-box-deco02 {
  position: absolute;
  right: -102px;
  top: 120px;
  width: 211px;
  aspect-ratio: 211/205;
}
@media all and (max-width: 768px) {
  .bg-box.news-box .news-box-deco02 {
    width: 98px;
    aspect-ratio: 98/95;
    right: 0;
    top: auto;
    bottom: -20px;
  }
}
.bg-box.news-box .news-box-deco02 img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.bg-box .bg-box-inner {
  padding: 56px 80px;
}
@media all and (max-width: 768px) {
  .bg-box.news-box .bg-box-inner {
    aspect-ratio: 100/100;
    padding: 0 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
  }
}
.bg-box .bg-box-inner.news-links {
  width: 100%;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  border-radius: 137px;
  transition: opacity 0.3s ease;
  position: relative;
}
.bg-box .bg-box-inner.news-links:hover {
  opacity: 0.7;
}
.bg-box .bg-box-inner.news-links .new-icon {
  width: 44px;
  height: 48px;
  top: -6px;
  left: 88px;
  position: absolute;
}
.bg-box.news-box .heading {
  font-size: 3.2rem;
  margin-bottom: 8px;
}
@media all and (max-width: 768px) {
  .bg-box .bg-box-inner.news-links {
    border-radius: 50%;
  }
  .bg-box.news-box .heading {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .bg-box .bg-box-inner.news-links h3.heading {
    position: relative;
  }
  .bg-box .bg-box-inner.news-links .new-icon {
    width: 38px;
    top: -64px;
    left: -0.0px;
  }

}
@media (max-width: 370px) {
  .bg-box.news-box .heading {
      font-size: 1.2rem;
  }
}
.bg-box.news-box p {
  font-size: 1.8rem;
  line-height: 1.55;
  letter-spacing: -1px;
}
@media all and (max-width: 768px) {
  .bg-box.news-box p {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: inherit;
    word-break: break-all;
  }
  .bg-box.news-box p span {
    white-space: nowrap;
  }
}
@media (max-width: 370px) {
  .bg-box.news-box p {
      font-size: 1.2rem;
  }
}
.bg-box.news-box p .text-small {
  font-size: 1.4rem;
}
@media all and (max-width: 768px) {
  .bg-box.news-box p .text-small {
    font-size: 1.1rem;
  }
}
.bg-box.news-box a {
  color: #8C9ACD;
  font-weight: bold;
}
.bg-box.news-box .bg-box-link {
  flex: 0 0 auto;
}
@media all and (max-width: 768px) {
  .bg-box.news-box .bg-box-link {
    margin-top: 10px;
    margin-left: auto;
  }
}
.bg-box.news-box .bg-box-link a {
  position: relative;
  color: #8C9ACD;
  font-weight: bold;
  text-decoration: none;
  padding-right: 80px;
  transition: opacity 0.3s ease;
}
.bg-box.news-box .bg-box-link a:hover {
  opacity: 0.7;
}
@media all and (max-width: 768px) {
  .bg-box.news-box .bg-box-link a {
    padding-right: 40px;
  }
}
.bg-box.news-box .bg-box-link a::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 1px;
  right: 0;
  bottom: 10px;
  background-color: #8C9ACD;
}
@media all and (max-width: 768px) {
  .bg-box.news-box .bg-box-link a::before {
    width: 22px;
  }
}
.bg-box.news-box .bg-box-link a::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  right: 0;
  bottom: 13px;
  background-color: #8C9ACD;
  transform: rotate(30deg);
}
@media all and (max-width: 768px) {
  .bg-box.news-box .bg-box-link a::after {
    width: 6px;
    bottom: 12px;
  }
}
.bg-box.voice-box {
  position: relative;
  max-width: 500px;
  margin: 56px auto 64px;
  font-size: 2.4rem;
  color: #fff;
  border-radius: 109px;
  background: linear-gradient(to right, #8c9acd 0%, rgba(140, 154, 205, 0.5) 61.52%, rgba(140, 154, 205, 0) 100%, rgba(140, 154, 205, 0) 100%);
  padding: 22px 20px;
  box-shadow: none;
}
@media all and (max-width: 768px) {
  .bg-box.voice-box {
    max-width: 220px;
    margin: 28px auto 36px;
    border-radius: 83px;
    padding: 13px 20px;
  }
}
.bg-box.voice-box .voice-box-deco {
  position: absolute;
  right: -215px;
  top: -133px;
  width: 177px;
  aspect-ratio: 177/233;
}
@media all and (max-width: 768px) {
  .bg-box.voice-box .voice-box-deco {
    width: 80px;
    aspect-ratio: 80/104;
    right: -50px;
    top: -68px;
  }
}
.bg-box.voice-box .voice-box-deco img {
  max-width: 100%;
  height: 100%;
}
.bg-box.voice-box .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .bg-box.voice-box .heading {
    font-size: 2.4rem;
  }
}
.bg-box.voice-box p {
  line-height: 1.66;
}
@media all and (max-width: 768px) {
  .bg-box.voice-box p {
    line-height: 1.4;
    font-size: 1.4rem;
  }
}
.bg-box.voice-box a {
  color: #fff;
}
.bg-box.voice-box.is-comingsoon p {
  line-height: 1;
  font-size: 90px;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .bg-box.voice-box.is-comingsoon p {
    font-size: 2.4rem;
  }
}

.circle-links {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 768px) {
  .circle-links.sp-column {
    flex-direction: column;
    align-items: center;
  }
}
.circle-links-item {
  display: flex;
  margin: 0 32px;
}
@media all and (max-width: 1025px) {
  .circle-links-item {
    margin: 0 3.125vw;
  }
}
@media all and (max-width: 768px) {
  .circle-links-item {
    margin: 0 16px;
  }
}
@media all and (max-width: 768px) {
  .sp-column .circle-links-item {
    margin: 8px 0;
  }
}
.circle-links-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333333;
  text-decoration: none;
  font-size: 2rem;
  background: #fff;
  border: 1px solid #CCCCCC;
  width: 250px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  padding: 20px;
}
@media all and (max-width: 1025px) {
  .circle-links-link {
    width: 24.4140625vw;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 768px) {
  .circle-links-link {
    width: 125px;
    font-size: 1rem;
  }
}
@media all and (max-width: 768px) {
  .sp-column .circle-links-link {
    width: 160px;
  }
}
.circle-links-link .icon {
  margin-bottom: 5px;
  transition: opacity 0.3s;
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .circle-links-link .icon.icon-insta {
    width: 31px;
  }
}
@media all and (max-width: 768px) {
  .circle-links-link .icon.icon-x {
    width: 28px;
  }
}
.circle-links-link .text {
  transition: opacity 0.3s ease;
}
.circle-links-link:hover .icon {
  opacity: 0.7;
}
.circle-links-link:hover .text {
  opacity: 0.7;
}

.voice-carousel {
  position: relative;
  margin-bottom: 80px;
}
@media all and (min-width: 1451px) {
  .voice-carousel {
    width: calc(100% + 24.2vw);
    transform: translateX(-12.1vw);
  }
}
@media all and (max-width: 1450px) {
  .voice-carousel {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .voice-carousel {
    margin-bottom: 40px;
  }
}
.voice-carousel .swiper-wrapper {
  align-items: stretch;
}
.voice-carousel .carousel-panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 22px;
  height: auto;
  display: flex;
  text-decoration: none;
  color: inherit;
}
.voice-carousel .carousel-panel:hover .img,
.voice-carousel .carousel-panel:hover .detail {
  opacity: 0.7;
}

@media all and (max-width: 1450px) {
  .voice-carousel .carousel-panel {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1450px) {
  .voice-carousel .carousel-panel {
    width: 420px !important;
  }
}
@media all and (max-width: 768px) {
  .voice-carousel .carousel-panel {
    padding: 16px;
    border-radius: 5px;
  }
}

@media all and (min-width: 1821px) {
  .voice-carousel .carousel-panel .img {
    min-width: 274px;
  }
}
@media all and (min-width: 1451px) {
  .voice-carousel .carousel-panel .img {
    flex: 0 0 auto;
    width: 49.81%;
    margin-right: 20px;
  }
}
@media all and (max-width: 1450px) {
  .voice-carousel .carousel-panel .img {
    text-align: center;
    margin-bottom: 10px;
  }
}
.voice-carousel .carousel-panel .img img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media all and (max-width: 1450px) {
  .voice-carousel .carousel-panel .img img {
    width: 73.68%;
    max-width: 280px;
  }
}
.voice-carousel .carousel-panel .tag {
  margin-bottom: 13px;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  overflow-wrap: anywhere;
}
@media all and (max-width: 768px) {
  .voice-carousel .carousel-panel .tag {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.voice-carousel .carousel-panel .desc {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.625;
  overflow-wrap: anywhere;
}
@media all and (max-width: 768px) {
  .voice-carousel .carousel-panel .desc {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

.content-voice .voice-note {
  display: inline-block;
}
.content-voice .voice-note p {
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.content-voice .voice-note p:first-of-type {
  margin-bottom: 30px;
}

@media all and (max-width: 768px) {
  .content-voice .voice-note {
    padding: 0 15px;
  }
  .content-voice .voice-note p {
    font-size: 12px;
  }
  .content-voice .voice-note p:first-of-type {
    margin-bottom: 15px;
  }
}

/* pages */
.concept-main {
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, #51318f 0%, #5b449a 52.71%, #8c9acd 100%);
  padding-top: 145px;
  padding-bottom: 145px;
}
@media all and (max-width: 768px) {
  .concept-main {
    padding-top: 65px;
    padding-bottom: 100px;
  }
}
.concept-main::before {
  content: "";
  display: block;
  aspect-ratio: 1920/760;
  background: url(/yohada/assets/images/brand/concept-bg.png) no-repeat center center/cover;
  width: 100%;
  bottom: 1px;
  position: absolute;
  transform: translateY(32%);
  mix-blend-mode: color-dodge;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .concept-main::before {
    aspect-ratio: 750/1042;
    background: url(/yohada/assets/images/brand/concept-bg-sp.png) no-repeat center center/cover;
    transform: translateY(16%);
  }
}
.concept-main::after {
  content: "";
  display: block;
  aspect-ratio: 1920/121;
  background: url(/yohada/assets/images/brand/story-footer-line.svg) no-repeat center center/cover;
  width: 100%;
  bottom: 1px;
  position: absolute;
  transform: translateY(100%);
}
@media all and (max-width: 768px) {
  .concept-main::after {
    aspect-ratio: 750/48;
    background: url(/yohada/assets/images/brand/story-footer-line-sp.svg) no-repeat center center/cover;
  }
}
.concept-main .section-inner {
  max-width: max(65.3125vw, 1254px);
  padding: 0 52px;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 768px) {
  .concept-main .section-inner {
    padding: 0 15px;
  }
}
.concept-main-heading {
  text-align: center;
  margin-bottom: 94px;
}
@media all and (max-width: 768px) {
  .concept-main-heading {
    margin-bottom: 40px;
  }
}
.concept-main .btn-wrapper {
  margin-top: 150px;
}
@media all and (max-width: 768px) {
  .concept-main .btn-wrapper {
    margin-top: 55px;
  }
}

.concept-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  padding-right: 85px;
  margin-inline: auto;
  margin-bottom: 150px;
}
@media all and (max-width: 768px) {
  .concept-product {
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.concept-product-text {
  margin-top: 50px;
}
@media all and (max-width: 768px) {
  .concept-product-text {
    margin-top: 0;
  }
}
.concept-product-text .text {
  padding-left: 120px;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}
@media all and (max-width: 1200px) {
  .concept-product-text .text {
    font-size: 3.3333333333vw;
    padding-left: 10vw;
  }
}
@media all and (max-width: 768px) {
  .concept-product-text .text {
    font-size: 2rem;
    line-height: 1.4;
    padding-left: 0;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1200px) {
  .concept-product-text .image {
    width: 41.25vw;
  }
  .concept-product-text .image img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .concept-product-text .image {
    width: 100%;
    max-width: 248px;
    transform: translateX(-30px);
  }
}
.concept-product-image {
  width: 29.2397660819%;
  flex: 0 0 auto;
  position: relative;
}
@media all and (max-width: 768px) {
  .concept-product-image {
    width: 115px;
  }
}
.concept-product-image img {
  width: 100%;
  height: auto;
}
.concept-product-image .label {
  border: 2px solid #fff;
  color: #fff;
  width: fit-content;
  font-weight: bold;
  line-height: 1;
  font-size: 1.3rem;
  padding: 2px 4px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .concept-product-image .label {
    font-size: 1rem;
    border-width: 1px;
  }
}

.concept-block {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media all and (max-width: 768px) {
  .concept-block {
    flex-direction: column-reverse;
  }
}
.concept-block + .concept-block {
  margin-top: 70px;
}
@media all and (max-width: 768px) {
  .concept-block + .concept-block {
    margin-top: 30px;
  }
}
.concept-block__re {
  flex-direction: row-reverse;
}
@media all and (max-width: 768px) {
  .concept-block__re {
    flex-direction: column-reverse;
  }
}
.concept-block__re .concept-block-image {
  margin-right: 0;
  margin-left: 90px;
}
@media all and (max-width: 1200px) {
  .concept-block__re .concept-block-image {
    margin-left: 7.5vw;
  }
}
@media all and (max-width: 768px) {
  .concept-block__re .concept-block-image {
    margin-right: auto;
    margin-left: auto;
  }
}
.concept-block__re .concept-block-image-deco {
  bottom: auto;
  left: auto;
  top: -20px;
  right: -50px;
}
@media all and (max-width: 1200px) {
  .concept-block__re .concept-block-image-deco {
    width: 19.75vw;
    min-width: 118px;
  }
}
@media all and (max-width: 768px) {
  .concept-block__re .concept-block-image-deco {
    top: 0;
    right: -30px;
  }
}
.concept-block-image {
  width: 40.6698564593vw;
  max-width: 510px;
  position: relative;
  margin-right: 90px;
}
@media all and (max-width: 1200px) {
  .concept-block-image {
    margin-right: 7.5vw;
  }
}
@media all and (max-width: 768px) {
  .concept-block-image {
    width: 230px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 35px;
  }
}
.concept-block-image img {
  width: 100%;
  height: auto;
}
.concept-block-image-deco {
  position: absolute;
  z-index: 1;
  bottom: -70px;
  left: 20px;
}
@media all and (max-width: 1200px) {
  .concept-block-image-deco {
    width: 12.5vw;
    min-width: 75px;
  }
}
@media all and (max-width: 768px) {
  .concept-block-image-deco {
    bottom: -30px;
    left: 0;
  }
}
.concept-block-text {
  flex-grow: 1;
}
.concept-block-text__01 img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 1025px) and (min-width: 769px) {
  .concept-block-text__01 img {
    width: 42.9268292683vw;
  }
}
.concept-block-text__02 img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 1025px) and (min-width: 769px) {
  .concept-block-text__02 img {
    width: 48vw;
  }
}
.concept-block-text p {
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.9090909091;
  letter-spacing: 0.05em;
  text-align: left;
  font-weight: bold;
}
@media all and (max-width: 1200px) {
  .concept-block-text p {
    font-size: 1.8333333333vw;
  }
}
@media all and (max-width: 768px) {
  .concept-block-text p {
    font-size: 1.4rem;
    text-align: center;
  }
}
.concept-block-text p + p {
  margin-top: 40px;
}
@media all and (max-width: 768px) {
  .concept-block-text p + p {
    margin-top: 15px;
  }
}
.concept-block-text p.emphasis {
  color: #DFBD63;
  font-size: 2.6rem;
}
@media all and (max-width: 1200px) {
  .concept-block-text p.emphasis {
    font-size: 2.1666666667vw;
  }
}
@media all and (max-width: 768px) {
  .concept-block-text p.emphasis {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.concept-block-text p .emphasis2 {
  font-size: 3.2rem;
}
@media all and (max-width: 1200px) {
  .concept-block-text p .emphasis2 {
    font-size: 2.6666666667vw;
  }
}
@media all and (max-width: 768px) {
  .concept-block-text p .emphasis2 {
    font-size: 2.1rem;
  }
}
@media all and (max-width: 768px) {
  .concept-block-text p.lhSmall {
    line-height: 1.4;
    margin-top: 22px;
  }
}

.concept-footer {
  aspect-ratio: 1920/820;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 52px;
}
@media all and (min-width: 1201px) {
  .concept-footer {
    justify-content: center;
  }
}
@media all and (max-width: 768px) {
  .concept-footer {
    aspect-ratio: 750/1102;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 12.5333333333vw;
  }
}
.concept-footer-button {
  width: 100%;
  max-width: 69.0666666667vw;
}
@media all and (min-width: 769px) {
  .concept-footer-button {
    width: 100%;
    max-width: 33.3333333333vw;
  }
}
@media all and (min-width: 1201px) {
  .concept-footer-button {
    max-width: 26.3020833333vw;
    transform: translateX(-25vw);
  }
}
.concept-footer-button-text {
  padding-top: 8.8541666667vw;
  margin-bottom: 2.0833333333vw;
}
@media all and (max-width: 768px) {
  .concept-footer-button-text {
    position: relative;
    padding-top: 0;
    aspect-ratio: 518/171;
  }
}
.concept-footer-button-text img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .concept-footer-button-text img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: none;
    width: 200%;
    transform: scale(0.5) translate(-50%, -50%);
  }
}
.concept-footer-button-text .btn-inner {
  position: relative;
}
.concept-footer-button-text .btn-inner img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .concept-footer .btn-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 768px) {
  .concept-footer .btn-inner img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: none;
    width: 57.0666666667vw;
    height: auto;
    transform: scale(0.5) translate(-50%, -50%);
    transform-origin: left top;
  }
}
.concept-footer-image {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.concept-footer-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.concept-footer-deco {
  aspect-ratio: 251/244;
  max-width: 251px;
  width: 13.0729166667vw;
  position: absolute;
  right: 19.7916666667vw;
  top: 19.4270833333vw;
  animation: sheep 1.4s ease-in-out 0s infinite alternate-reverse;
}
@media all and (max-width: 768px) {
  .concept-footer-deco {
    aspect-ratio: 95/93;
    width: 95px;
    right: 24px;
    top: -25px;
    z-index: 1;
  }
}
.concept-footer-deco img {
  width: 100%;
  height: auto;
}

.special__content-mv {
  height: 41.67vw;
  max-height: 800px;
  min-height: auto;
}
@media all and (max-width: 890px) {
  .special__content-mv {
    height: 120.8vw;
  }
}
.special__content-mv .mv-img img {
  width: 100%;
  height: auto;
}
.special__content-mv .title {
  display: flex;
  justify-content: flex-end;
  margin: auto 19vw auto 0;
}
@media all and (max-width: 890px) {
  .special__content-mv .title {
    margin: auto 0 40px 0;
  }
}
@media all and (max-width: 768px) {
  .special__content-mv .title {
    margin: auto 0 20px 0;
  }
}
.special__content-mv .title h2 {
  margin-top: -80px;
  max-width: 620px;
  width: 31.31vw;
}
@media all and (max-width: 890px) {
  .special__content-mv .title h2 {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(25px);
    aspect-ratio: 654/400;
  }
}
@media all and (max-width: 768px) {
  .special__content-mv .title h2 img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: none;
    width: 200%;
    height: auto;
    transform: scale(0.5) translate(-50%, -50%);
    transform-origin: left top;
  }
}

.special-content:first-child {
  position: relative;
}
.special-content .special-text {
  font-size: 2rem;
  text-align: left;
}
@media all and (max-width: 768px) {
  .special-content .special-text {
    font-size: 1.6rem;
  }
}
.special-content .special-text p:not(:last-child) {
  margin-bottom: 66px;
}
@media all and (max-width: 768px) {
  .special-content .special-text p:not(:last-child) {
    margin-bottom: 33px;
  }
}
.special-content .special-text img {
  width: 100%;
}
.special-content .special-image img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .special-content .special-image._sp-w-full img {
    max-width: 100vw;
    height: auto;
    margin-inline: -15px;
  }
}
.special-content .annotation {
  display: flex;
  justify-content: center;
  margin-top: 66px;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 500;
  padding: 0 2.625vw;
  text-align: left;
  color: #fff;
}
@media all and (max-width: 768px) {
  .special-content .annotation {
    font-size: 1.1rem;
    margin-top: 32px;
  }
}

.special__content-01 {
  background: linear-gradient(#51318f 0%, #5b449a 52.71%, #8c9acd 85%, rgba(140, 154, 205, 0) 100%);
  z-index: 3;
  margin-top: -2.1875vw;
  padding-top: 40px;
}
.special__content-01::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/yohada/assets/images/brand/special-bg01.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 7.3%;
  left: 0;
  right: 0;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .special__content-01::after {
    background-image: url(/yohada/assets/images/brand/special-bg01-sp.svg);
    mix-blend-mode: multiply;
  }
}
@media all and (max-width: 768px) {
  .special__content-01 .bg-area01 {
    padding-top: 0;
  }
}
@media all and (min-width: 891px) {
  .special__content-01 .special-content:first-child {
    margin-top: 80px;
  }
}
.special__content-01 .has-bg01 {
  margin-top: 0 !important;
}
.special__content-01 .special-image {
  margin-top: 100px;
}
@media all and (max-width: 768px) {
  .special__content-01 .special-image {
    margin-top: 44px;
  }
}
.special__content-01 .special-article-column {
  display: flex;
  text-align: left;
  align-items: center;
  margin: 100px 0 48px;
}
@media all and (max-width: 768px) {
  .special__content-01 .special-article-column {
    margin: 38px 0 20px;
  }
}
.special__content-01 .special-article-column .image {
  width: 17.96875vw;
  flex: 0 0 auto;
}
@media all and (max-width: 768px) {
  .special__content-01 .special-article-column .image {
    max-width: 38%;
    min-width: 110px;
  }
}
.special__content-01 .special-article-column .image > img {
  width: 100%;
  height: auto;
}
.special__content-01 .special-article-column .text {
  margin-left: 48px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
@media all and (max-width: 768px) {
  .special__content-01 .special-article-column .text {
    margin-left: 16px;
  }
}
.special__content-01 .special-article-column .text > p {
  line-height: 1.85;
  margin-top: 24px;
}
@media all and (max-width: 768px) {
  .special__content-01 .special-article-column .text-image {
    width: 42.6666666667vw;
    max-width: 100%;
    min-width: 160px;
  }
  .special__content-01 .special-article-column .text-image > img {
    width: 100%;
    height: auto;
  }
}
.special__content-01 .special-article-text {
  font-size: clamp(14px, 2.2vw, 22px);
  font-weight: 500;
  color: #fff;
  text-align: left;
  margin-bottom: 70px;
  margin-bottom: 24px;
}
@media all and (min-width: 769px) {
  .special__content-01 .special-article-text {
    display: none;
  }
}
.special__content-01 .section-bg-image {
  max-height: 613px;
  aspect-ratio: 1917/613;
}
@media all and (max-width: 768px) {
  .special__content-01 .section-bg-image {
    aspect-ratio: 750/370;
    max-height: none;
  }
}

.special__content-02 {
  background: url(/yohada/assets/images/brand/special-bg02.jpg) no-repeat center center/cover;
  margin-top: -80px;
  padding-top: 210px;
  padding-bottom: 280px;
}
@media all and (max-width: 768px) {
  .special__content-02 {
    padding-top: 120px;
    padding-bottom: 100px;
    background: url(/yohada/assets/images/brand/special-bg02.jpg) no-repeat top center/cover;
  }
}

.special__content-03 {
  background: linear-gradient(#51318f 0%, #5b449a 52.71%, #8c9acd 100%);
  z-index: 3;
  padding-bottom: 100px;
}
@media all and (min-width: 769px) {
  .special__content-03 {
    padding-top: 70px;
  }
}
.special__content-03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/yohada/assets/images/brand/special-content-03-bg.svg);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  bottom: -23.4375vw;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: color-dodge;
}
@media all and (max-width: 768px) {
  .special__content-03::after {
    width: 130.9333333333vw;
    left: 50%;
    bottom: -18.2291666667vw;
    background-image: url(/yohada/assets/images/brand/special-content-03-bg-sp.svg);
    transform: translateX(-50%);
  }
}
.special-image .special__content-03 .special-image {
  margin-top: 56px;
}
.special__content-03 .special-last-text {
  margin-top: 77px;
  max-width: 604px;
  margin-inline: auto;
}
@media all and (max-width: 768px) {
  .special__content-03 .special-last-text {
    max-width: 80.5333333333vw;
    margin-top: 50px;
  }
}
.special__content-03 .special-last-text img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .special__content-03 .btn-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 768px) {
  .special__content-03 .btn-inner img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: none;
    width: 62.1333333333vw;
    height: auto;
    transform: scale(0.5) translate(-50%, -50%);
    transform-origin: left top;
  }
}

.special-point-inner {
  padding: 0 50px;
}
@media all and (max-width: 768px) {
  .special-point-inner {
    padding: 0;
  }
}
.special-point-image {
  margin-bottom: 48px;
}
@media all and (max-width: 768px) {
  .special-point-image {
    margin-bottom: 24px;
  }
}
.special-point-image.mb-large {
  margin-bottom: 80px;
}
@media all and (max-width: 768px) {
  .special-point-image.mb-large {
    margin-bottom: 40px;
  }
}
.special-point-text {
  font-weight: 500;
  margin-bottom: 50px;
  line-height: 1.85;
}
@media all and (max-width: 768px) {
  .special-point-text {
    margin-bottom: 42px;
  }
}
.special__content-03 .special-point-text {
  color: #fff;
}
.special-point-title {
  text-align: left;
}
@media all and (max-width: 768px) {
  .special-point-title {
    width: 80%;
    max-width: 460px;
  }
  .special-point-title img {
    width: 100%;
  }
}
.special-point-grid {
  margin-top: 32px;
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
@media all and (max-width: 768px) {
  .special-point-grid {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
  }
}
.special-point-grid .item {
  aspect-ratio: 500/360;
  max-height: 360px;
  margin-bottom: 32px;
  width: calc(50% - 25px);
}
@media all and (max-width: 768px) {
  .special-point-grid .item {
    width: 100%;
    aspect-ratio: auto;
    margin-bottom: 0;
  }
}
.special-point-grid .item img {
  max-width: 100%;
  height: auto;
}
.special-point .special-content:last-child .special-point-grid {
  margin-bottom: 0;
}

.white-box {
  border: 7px solid #8C9ACD;
  border-radius: 10px;
  font-size: 2rem;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 48px 48px;
}
@media all and (max-width: 768px) {
  .white-box {
    border-width: 6px;
    font-size: 1.6rem;
    padding: 28px 24px;
  }
}
.white-box p {
  line-height: 1.85;
  font-weight: 500;
}
.white-box p:not(:first-child) {
  margin-top: 46px;
}
@media all and (max-width: 768px) {
  .white-box p:not(:first-child) {
    margin-top: 20px;
  }
}

.fw-bold {
  font-weight: bold;
}

.product__content-section {
  position: relative;
  background: rgb(81, 49, 143);
  background: linear-gradient(180deg, rgb(81, 49, 143) 0%, rgb(81, 49, 143) 35%, rgb(140, 154, 205) 65%, rgba(140, 154, 205, 0.3) 85%, rgba(140, 154, 205, 0) 100%);
  z-index: 2;
}
@media all and (max-width: 768px) {
  .product__content-section {
    background: linear-gradient(180deg, rgb(81, 49, 143) 0%, rgb(91, 68, 154) 50%, rgb(140, 154, 205) 85%, rgba(140, 154, 205, 0) 95%);
  }
}
.product__content-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/yohada/assets/images/brand/content-bg.svg);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  top: -4.6875vw;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .product__content-section::before {
    top: -9.0666666667vw;
    background-image: url(/yohada/assets/images/brand/content-bg-sp.svg);
  }
}
.product__content-section .section-inner {
  position: relative;
  margin: 0 auto;
  max-width: max(65.3125vw, 1254px);
  padding: 0 52px;
  z-index: 3;
}
@media all and (max-width: 768px) {
  .product__content-section .section-inner {
    padding: 0 15px;
  }
}
.product__content-section .section-inner.type-full {
  max-width: none;
  padding: 0;
  margin: 0 !important;
}

.product__content-mv {
  position: relative;
  height: calc(56.25vw - 60px);
  height: auto;
  justify-content: center;
  background: linear-gradient(180deg, #51318f 0%, #5b449a 52.71%, #8791C7 100%);
  padding-top: 182px;
  padding-bottom: 94px;
  z-index: 3;
}
@media all and (max-width: 1200px) {
  .product__content-mv {
    background: linear-gradient(180deg, #51318f 0%, #5b449a 48.71%, #8791C7 100%);
  }
}
.product__content-mv::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/yohada/assets/images/brand/product_mv-bg.png);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: -2.6041666667vw;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .product__content-mv {
    padding-top: 16.9333333333vw;
    padding-bottom: 22.9333333333vw;
    background: linear-gradient(180deg, #51318f 0%, #5b449a 52.71%, #868FC6 100%);
  }
  .product__content-mv::after {
    background-image: url(/yohada/assets/images/brand/product_mv-bg-sp.png);
    bottom: -6.9333333333vw;
  }
}

.product__content-point {
  background: url(/yohada/assets/images/brand/product_point-bg.png) no-repeat center top/cover;
  margin-top: -110px;
  padding-top: 356px;
  padding-bottom: 253px;
}
.product__content-point::before {
  display: none;
}
@media all and (max-width: 768px) {
  .product__content-point {
    margin-top: -40px;
    padding-top: 126px;
    padding-bottom: 81px;
    position: relative;
  }
}
.product__content-point .section-inner {
  max-width: max(65.3125vw, 1254px);
  padding: 0 clamp(0px, 6.6666666667vw, 50px);
}

.product__content-lineup {
  background: linear-gradient(180deg, #51318f 0%, #5b449a 52.71%, #8c9acd 100%);
  position: relative;
  padding-top: 105px;
  padding-bottom: 173px;
  z-index: 3;
}
@media all and (max-width: 768px) {
  .product__content-lineup {
    padding-top: 0;
    padding-bottom: 100px;
    background: linear-gradient(180deg, #51318f 0%, #5b449a 52.71%, #6A5EA9 100%);
  }
}
.product__content-lineup::before {
  background-image: url(/yohada/assets/images/brand/content-bg.svg);
  top: -4.7916666667vw;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .product__content-lineup::before {
    top: -9.0666666667vw;
    background-image: url(/yohada/assets/images/brand/content-bg-sp.svg);
  }
}
.product__content-lineup::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/yohada/assets/images/brand/product_lineup-bg-pc.svg);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  mix-blend-mode: color-dodge;
}
@media all and (max-width: 768px) {
  .product__content-lineup::after {
    background-image: url(/yohada/assets/images/brand/product_lineup-bg-sp.svg);
  }
}
@media all and (max-width: 768px) {
  .product__content-lineup .btn-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 768px) {
  .product__content-lineup .btn-inner img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: none;
    width: 66.6666666667vw;
    height: auto;
    transform: scale(0.5) translate(-50%, -50%);
    transform-origin: left top;
  }
}

.product__mv {
  position: relative;
  display: grid;
  grid-template-columns: 36.0434782609% 64.9565217391%;
  grid-template-rows: 160px auto;
  grid-template-areas: "title img" "text  img";
  max-width: 1150px;
  width: 100%;
  padding: 0 25px;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .product__mv {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "title" "img  " "text ";
  }
}
.product__mv .grid-item {
  text-align: left;
}
@media all and (max-width: 768px) {
  .product__mv .grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.product__mv .grid-item img {
  max-width: 100%;
  height: auto;
}
.product__mv .grid-item._01 {
  grid-area: title;
}
.product__mv .grid-item._01 h2 {
  padding-top: 40px;
}
@media all and (max-width: 768px) {
  .product__mv .grid-item._01 h2 {
    width: 183px;
    margin-bottom: 1.6vw;
    padding-top: 0;
  }
}
.product__mv .grid-item._02 {
  grid-area: text;
}
.product__mv .grid-item._02 .text {
  color: #fff;
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1.18;
  margin-bottom: 55px;
}
@media all and (max-width: 1200px) {
  .product__mv .grid-item._02 .text {
    font-size: 4.6666666667vw;
    margin-bottom: 4.5833333333vw;
  }
}
@media all and (max-width: 768px) {
  .product__mv .grid-item._02 .text {
    text-align: center;
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 6.6666666667vw;
  }
  .product__mv .grid-item._02 .text img {
    max-width: 74.4vw;
  }
}
.product__mv .grid-item._02 .img {
  position: relative;
}
.product__mv .grid-item._02 .img .label {
  background-color: #fff;
  border-radius: 52px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #51318F;
  line-height: 1.1;
  padding: 11px 10px;
  max-width: 380px;
}
@media all and (max-width: 1200px) {
  .product__mv .grid-item._02 .img .label {
    font-size: 2.6666666667vw;
  }
}
@media all and (max-width: 768px) {
  .product__mv .grid-item._02 .img .label {
    font-size: 18px;
    padding: 11px 30px;
    min-width: 262px;
    max-width: none;
  }
  .product__mv .grid-item._02 .img .label img {
    max-width: 56.5333333333vw;
  }
}
@media all and (max-width: 768px) {
  .product__mv .grid-item._02 .img {
    max-width: 69.8666666667vw;
  }
}
.product__mv .grid-item._03 {
  grid-area: img;
  display: flex;
}
.product__mv .grid-item._03 .logo {
  max-width: 130px;
  margin-top: 5.8vw;
}
.product__mv .grid-item._03 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .product__mv .grid-item._03 img {
    max-width: 78.6666666667vw;
    margin-bottom: 7.2vw;
  }
  .product__mv .grid-item._03 .logo {
    max-width: 250px;
  }
  .product__mv .grid-item._03 .logo img {
    max-width: initial;
    margin-bottom: 3vw;
  }
}

.product__point {
  display: flex;
  width: 100%;
}
@media all and (max-width: 768px) {
  .product__point {
    flex-direction: column;
    align-items: center;
  }
}
.product__point .item {
  text-align: left;
}
.product__point .item:first-child {
  width: 56.9565217391%;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1280px) {
  .product__point .item:first-child {
    width: 60%;
  }
}
@media all and (max-width: 768px) {
  .product__point .item:first-child {
    width: 100%;
    margin-bottom: 5.6vw;
  }
}
.product__point .item:last-child {
  width: 43.0434782609%;
  padding-left: clamp(0px, 3.6vw, 45px);
}
@media all and (max-width: 1280px) {
  .product__point .item:last-child {
    width: 40%;
  }
}
@media all and (max-width: 768px) {
  .product__point .item:last-child {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: start;
  }
}
.product__point .item .p-point {
  max-width: clamp(0px, 11.6vw, 145px);
  margin-bottom: 26px;
}
.product__point .item .p-point img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .product__point .item .p-point {
    max-width: clamp(70px, 19.3333333333vw, 145px);
    margin: 0 auto 8px;
  }
}
.product__point .item h3 {
  font-size: 3.6rem;
  line-height: 1.56;
  font-weight: bold;
  margin-bottom: 35px;
  max-width: 100%;
}
@media all and (max-width: 1280px) {
  .product__point .item h3 {
    font-size: 2.8125vw;
    margin-bottom: 2.734375vw;
  }
}
@media all and (max-width: 768px) {
  .product__point .item h3 {
    line-height: 1.36;
    font-size: 1.9rem;
    margin-bottom: 13px;
  }
}
.product__point .item h3 span {
  color: #8C9ACD;
}
@media all and (max-width: 768px) {
  .product__point .item h3 span {
    font-size: 2.2rem;
  }
}
.product__point .item h3 > img {
  max-width: 100%;
  vertical-align: top;
}
.product__point .item .text {
  font-size: clamp(0px, 2.24vw, 28px);
  font-weight: 500;
  margin-bottom: 2.4vw;
}
.product__point .item .text span {
  font-size: clamp(0px, 1.6vw, 20px);
}
@media all and (max-width: 768px) {
  .product__point .item .text {
    font-size: 1.4rem;
    margin-bottom: 5.6vw;
  }
  .product__point .item .text span {
    font-size: 1.2rem;
  }
}
.product__point .item .list {
  margin: 0;
  padding-left: 10px;
}
.product__point .item .list li {
  position: relative;
  font-size: clamp(14px, 1.6vw, 20px);
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .product__point .item .list li {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 460px) {
  .product__point .item .list li::before {
    top: 6px;
  }
}
.product__point .item .list li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #8C9ACD;
  left: -10px;
  top: calc(50% - 3px);
}
@media all and (max-width: 768px) {
  .product__point .item .list li::before {
    top: 8px;
  }
}
.product__point .item .annotation {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}
@media all and (max-width: 768px) {
  .product__point .item .annotation {
    font-size: 1.1rem;
  }
}
.product__point .item .annotation-large {
  margin-top: clamp(15px, 2.5vw, 25px);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}
@media all and (max-width: 768px) {
  .product__point .item .annotation-large {
    font-size: 1.3rem;
  }
}
.product__point .item .annotation-large.fz-s {
  font-size: clamp(14px, 1.6vw, 16px);
}
@media all and (max-width: 768px) {
  .product__point .item .annotation-large.fz-s {
    font-size: 1.2rem;
  }
}
.product__point .item .r-img img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .product__point .item .r-img {
    width: clamp(0px, 60vw, 450px);
  }
}
.product__point._01 {
  margin-bottom: 95px;
}
@media all and (max-width: 768px) {
  .product__point._01 {
    margin-bottom: 62px;
  }
}
.product__point._01 .item:last-child {
  display: flex;
  align-items: end;
}
@media all and (max-width: 1280px) {
  .product__point._01 .item:last-child {
    align-items: center;
  }
}
.product__point._01 .item .r-img {
  position: relative;
}
@media all and (max-width: 768px) {
  .product__point._01 .item h3 img {
    width: 74.8vw;
    height: 100%;
  }
}
.product__point._02 {
  flex-direction: row-reverse;
  margin-bottom: 102px;
}
@media all and (max-width: 1280px) {
  .product__point._02 {
    margin-bottom: 8.59375vw;
  }
}
@media all and (max-width: 768px) {
  .product__point._02 {
    flex-direction: column;
    margin-bottom: 9.1145833333vw;
  }
}
.product__point._02 .item .text {
  margin-bottom: 0;
}
.product__point._02 .item:last-child {
  padding-left: 0;
  padding-right: clamp(0px, 3.6vw, 45px);
  display: flex;
  align-items: center;
}
@media all and (max-width: 768px) {
  .product__point._02 .item:last-child {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .product__point._02 .item h3 img {
    width: 83.3333333333vw;
  }
}
.product__point._03 .item .text {
  margin-bottom: 0;
}
@media all and (max-width: 1280px) {
  .product__point._03 .item h3 img {
    width: 84.5%;
  }
}
@media all and (max-width: 768px) {
  .product__point._03 .item h3 img {
    width: 73.3333333333vw;
  }
}
.product__point._03 .item .r-img {
  width: 100%;
}
.product__point._03 .item:first-child {
  padding-right: clamp(0px, 3.2vw, 40px);
}
@media all and (max-width: 1280px) {
  .product__point._03 .item:first-child {
    width: 61%;
  }
}
@media all and (max-width: 768px) {
  .product__point._03 .item:first-child {
    width: 100%;
    padding: 0;
  }
}
.product__point._03 .item:last-child {
  padding: 0;
  margin-right: -170px;
  max-width: calc(43.0434782609% + 165px);
  width: 100%;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1450px) {
  .product__point._03 .item:last-child {
    margin-right: -50px;
    max-width: 46.4347826087%;
  }
}
@media all and (max-width: 1280px) {
  .product__point._03 .item:last-child {
    max-width: 45.7391304348%;
  }
}
@media all and (max-width: 768px) {
  .product__point._03 .item:last-child {
    margin-right: 0;
    max-width: 100%;
  }
}

.p-ingredient {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 4.4vw;
  margin-bottom: 120px;
}
@media all and (max-width: 768px) {
  .p-ingredient {
    flex-direction: column;
    align-items: center;
    margin: 0 0 62px;
  }
}
.p-ingredient .p-ingredient-inner {
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media all and (max-width: 768px) {
  .p-ingredient .p-ingredient-inner {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.p-ingredient .title {
  position: absolute;
  top: calc(clamp(0px, 2.5vw, 30px) * -1);
  left: 50%;
  transform: translateX(-50%);
  max-width: clamp(0px, 38.8333333333vw, 466px);
  width: 100%;
}
@media all and (max-width: 768px) {
  .p-ingredient .title {
    top: calc(clamp(0px, 4vw, 30px) * -1);
    max-width: 71.2vw;
  }
}
.p-ingredient .title h4 {
  width: 100%;
}
.p-ingredient .title h4 img {
  width: 100%;
  height: auto;
}
.p-ingredient .item {
  width: 50%;
}
@media all and (max-width: 768px) {
  .p-ingredient .item {
    width: 100%;
  }
}
.p-ingredient .item img {
  width: 100%;
  height: auto;
}
.p-ingredient .item:nth-last-child(3) {
  margin: clamp(0px, 5vw, 60px) clamp(0px, 4vw, 48px) clamp(0px, 6.3333333333vw, 76px) clamp(0px, 4vw, 48px);
  text-align: right;
}
.p-ingredient .item:nth-last-child(3) img {
  max-width: 395px;
}
@media all and (max-width: 768px) {
  .p-ingredient .item:nth-last-child(3) {
    text-align: center;
    margin: 8.5333333333vw 0 3.3333333333vw;
  }
  .p-ingredient .item:nth-last-child(3) img {
    max-width: 52.6666666667vw;
  }
}
.p-ingredient .item:nth-last-child(1) {
  margin: clamp(0px, 5.75vw, 69px) clamp(0px, 4vw, 48px) clamp(0px, 1.75vw, 21px) clamp(0px, 4vw, 48px);
  text-align: left;
}
.p-ingredient .item:nth-last-child(1) img {
  max-width: 436px;
}
@media all and (max-width: 768px) {
  .p-ingredient .item:nth-last-child(1) {
    text-align: center;
    margin: 1.0666666667vw 0 4.8vw;
  }
  .p-ingredient .item:nth-last-child(1) img {
    max-width: 68vw;
  }
}
.p-ingredient .item-boder {
  margin: clamp(0px, 4.5833333333vw, 55px) 0 clamp(0px, 2.75vw, 33px) 0;
  max-width: clamp(0px, 3vw, 36px);
  width: 100%;
}
.p-ingredient .item-boder img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .p-ingredient .item-boder {
    max-width: 47.3333333333vw;
    margin: 0;
  }
}

.product__point-deco {
  position: absolute;
  right: -100px;
  top: -100px;
  width: 167px;
  height: 220px;
}
@media all and (max-width: 1280px) {
  .product__point-deco {
    width: 13.046875vw;
    height: 17.1875vw;
    right: -7.8125vw;
    top: -7.8125vw;
  }
}
@media all and (max-width: 768px) {
  .product__point-deco {
    right: -55px;
    top: auto;
    bottom: -45px;
    width: 84px;
    height: 110px;
  }
}

.product__ingredient-deco {
  position: absolute;
  right: -170px;
  bottom: -10px;
}
.product__ingredient-deco img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 1280px) {
  .product__ingredient-deco {
    width: 19.21875vw;
    height: 14.296875vw;
    right: -13.28125vw;
    bottom: -0.78125vw;
  }
}
@media all and (max-width: 768px) {
  .product__ingredient-deco {
    display: none;
  }
}

.product__lineup {
  position: relative;
}
@media all and (min-width: 769px) {
  .product__lineup {
    padding-bottom: 40px;
  }
}
.product__lineup h2 {
  width: 241.8px;
  margin: 0 auto;
  margin-bottom: 70px;
}
@media all and (max-width: 768px) {
  .product__lineup h2 {
    width: clamp(0px, 32.24vw, 241.8px);
    margin-bottom: 24px;
  }
}
.product__lineup h2 img {
  width: 100%;
  height: auto;
}
.product__lineup .product__lineup-inner {
  display: flex;
}
@media all and (max-width: 768px) {
  .product__lineup .product__lineup-inner {
    flex-direction: column;
  }
}
.product__lineup .product__lineup-inner .item {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: center;
  width: 33.3333333333%;
}
@media all and (max-width: 768px) {
  .product__lineup .product__lineup-inner .item {
    width: 100%;
  }
}
.product__lineup .product__lineup-inner .item img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .product__lineup .product__lineup-inner .item img {
    width: auto;
  }
}
.product__lineup .product__lineup-inner .item .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  color: #fff;
  font-size: 3.6rem;
}
@media all and (min-width: 769px) {
  .product__lineup .product__lineup-inner .item .text {
    height: 130px;
  }
}
@media all and (max-width: 1280px) {
  .product__lineup .product__lineup-inner .item .text {
    font-size: 3vw;
  }
}
@media all and (max-width: 768px) {
  .product__lineup .product__lineup-inner .item .text {
    align-items: center;
    flex-direction: row;
    font-size: 2.4rem;
    width: auto;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.product__lineup .product__lineup-inner .item .text .text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .product__lineup .product__lineup-inner .item .text .text-block {
    flex-direction: row;
    align-items: center;
  }
}
@media all and (min-width: 769px) {
  .product__lineup .product__lineup-inner .item .text > img,
  .product__lineup .product__lineup-inner .item .text > .text-block > img {
    height: 30px;
  }
}
@media all and (max-width: 768px) {
  .product__lineup .product__lineup-inner .item .text > img,
  .product__lineup .product__lineup-inner .item .text > .text-block > img {
    height: 5.3333333333vw;
  }
}
.product__lineup .product__lineup-inner .item .text .label {
  font-size: 2.4rem;
  line-height: 1.3;
  color: #51318F;
  background-color: #fff;
  border-radius: 20px;
  padding: 0 10px;
  margin: 18px 0;
}
@media all and (max-width: 1280px) {
  .product__lineup .product__lineup-inner .item .text .label {
    font-size: 1rem;
    padding: 5px 10px 4px;
  }
}
@media all and (max-width: 768px) {
  .product__lineup .product__lineup-inner .item .text .label {
    line-height: 1.1;
    font-size: 1.6rem;
    margin-left: 13px;
    padding: 2px 10px;
  }
}
@media all and (min-width: 769px) {
  .product__lineup .product__lineup-inner .item .text .label > img {
    height: 18px;
  }
}
@media all and (max-width: 768px) {
  .product__lineup .product__lineup-inner .item .text .label > img {
    height: 3.3333333333vw;
  }
}
.product__lineup .product__lineup-inner .item .text .text-bottom {
  width: 70px;
}
.product__lineup .product__lineup-inner .item:nth-child(1) .img img {
  width: clamp(0px, 19.5833333333vw, 235px);
}
@media all and (max-width: 768px) {
  .product__lineup .product__lineup-inner .item:nth-child(1) .img img {
    width: clamp(0px, 31.3333333333vw, 235px);
    margin-bottom: 2px;
  }
}
.product__lineup .product__lineup-inner .item:nth-child(2) .img img {
  width: clamp(0px, 27.5vw, 330px);
}
@media all and (max-width: 768px) {
  .product__lineup .product__lineup-inner .item:nth-child(2) .img img {
    width: clamp(0px, 40vw, 300px);
    margin-bottom: 2px;
  }
}
.product__lineup .product__lineup-inner .item:nth-child(3) .img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product__lineup .product__lineup-inner .item:nth-child(3) .img img {
  width: clamp(0px, 23.3333333333vw, 280px);
}
@media all and (max-width: 768px) {
  .product__lineup .product__lineup-inner .item:nth-child(3) .img img {
    width: clamp(0px, 37.3333333333vw, 280px);
    margin-bottom: 2px;
  }
}
@media all and (max-width: 768px) {
  .product__lineup .product__lineup-inner .item:nth-child(3) .text {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 12px;
  }
}
.product__lineup .product__lineup-inner .item:nth-child(3) .annotation-label.sp-only {
  margin: 50px 0 65px;
}
@media all and (max-width: 768px) {
  .product__lineup .product__lineup-inner .item:nth-child(3) .annotation-label.sp-only {
    margin: 6.6666666667vw 0 13.3333333333vw;
  }
}
.product__lineup .product__lineup-inner .item .annotation-label {
  border: 2px solid #fff;
  color: #fff;
  width: fit-content;
  font-weight: bold;
  line-height: 1;
  font-size: 1.3rem;
  padding: 2px 4px;
  white-space: nowrap;
  margin-top: 40px;
}
.product__lineup .product__lineup-inner .item .annotation-label img {
  width: 63px;
  height: auto;
}
@media all and (max-width: 768px) {
  .product__lineup .product__lineup-inner .item .annotation-label {
    font-size: 1rem;
    border-width: 1px;
  }
}

.product__lineup-deco {
  position: absolute;
  right: 70px;
  top: 90px;
  width: 256px;
  height: 186px;
}
.product__lineup-deco img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 1280px) {
  .product__lineup-deco {
    width: 21.3333333333vw;
    height: 15.5vw;
    right: 5.8333333333vw;
    top: 7.5vw;
  }
}
@media all and (max-width: 768px) {
  .product__lineup-deco {
    width: 118px;
    height: 85px;
    right: 10px;
    top: -96px;
  }
}

@media all and (max-width: 768px) {
  .product_btn {
    margin-top: 0 !important;
  }
  .product_btn a {
    max-width: clamp(250px, 66.6666666667vw, 500px);
    min-height: clamp(40px, 10.6666666667vw, 80px);
    font-size: clamp(18px, 5.0666666667vw, 38px);
  }
}

.product__mv-deco {
  position: absolute;
  left: -130px;
  top: 6px;
  width: clamp(0px, 18.5vw, 222px);
}
@media all and (max-width: 1280px) {
  .product__mv-deco {
    left: -20px;
    top: 50px;
    right: -26.0416666667vw;
  }
}
@media all and (max-width: 768px) {
  .product__mv-deco {
    width: 101px;
    left: auto;
    right: -14.3229166667vw;
    top: 50px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: .4s;
  overscroll-behavior-y: contain;
  pointer-events: none;
}
.modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  visibility: hidden;
  opacity: 0;
  transition: .4s;
}
.modal.is-show,
.modal-overlay.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  max-width: 1060px;
  /* overflow: auto; */
  border-radius: 5px;
  transform: translate(-50%, -50%);
}
.modal-movie {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.modal-movie-iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.modal-close {
  position: absolute;
  top: -80px;
  right: -50px;
  z-index: 10;
  width: 36px;
  height: 36px;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  appearance: none;
  cursor: pointer;
}
.modal-close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 36px;
  height: 1px;
  content: "";
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(135deg);
}
.modal-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 36px;
  height: 1px;
  content: "";
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close span {
  visibility: hidden;
  opacity: 0;
}
@media all and (max-width: 768px) {
  .modal-wrapper {
    width: 90%;
    padding: 20px 10px;
  }
  .modal-close {
    top: -30px;
    right: 0px;
    width: 18px;
    height: 18px;
  }
  .modal-close::before {
    width: 18px;
  }
  .modal-close::after {
    width: 18px;
  }
}

/* utilities */
@media all and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media all and (min-width: 1026px) {
  .tb-only {
    display: none !important;
  }
}
.d-ib {
  display: inline-block;
}

.is-hidden {
  display: none !important;
}

.attention {
  max-width: 1150px;
  font-size: 1.8rem;
  background: #fff;
  display: inline-block;
  text-align: left;
  padding: 30px;
  margin: 40px auto 0;
}
.attention span {
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .attention {
    max-width: 400px;
    font-size: 1.4rem;
    margin-top: 60px;

  }
}
