@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
    reset
------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.2222222222vw;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, figcaption,
form, input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
}

select::-ms-expand {
  display: none;
}

button:hover {
  cursor: pointer;
}

a {
  color: #464646;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.3s ease;
  }
  a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}

img, object, picture, svg {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* ------------------------------
    base
------------------------------ */
html, body {
  min-height: 100vh;
}

body {
  color: #464646;
  font-size: 1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
}

section {
  position: relative;
}

main {
  flex: 1 1 auto;
}

.wrap {
  width: 90%;
  max-width: 120rem;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

p, th, td, dt, dd, li, input, button, textarea {
  font-size: 1.6rem;
  line-height: 1.8;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.bold, strong {
  font-weight: bold;
}

.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .fade {
    transition: opacity 0.3s ease;
  }
  .fade:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  input, textarea, select, .select {
    font-size: max(1.6rem, 16px) !important;
  }
}
/* ------------------------------
    header
------------------------------ */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 2rem 3rem;
  translate: 0 -150%;
  transition: translate 0.3s ease;
}
#header.is-show {
  translate: 0 0;
}
#header .wrap {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  max-width: inherit;
  padding: 1rem 3rem 1rem 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 100px;
}
#header .logo_wrap {
  flex-grow: 1;
}
#header .logo_wrap .logo img {
  width: 13rem;
}
#header #header_nav .nav {
  display: flex;
  justify-content: right;
  gap: 1em;
}
#header #header_nav .nav > li > a {
  font-family: "Montserrat", sans-serif;
  color: #464646;
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 0 1em;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  #header #header_nav .nav > li > a {
    transition: color 0.3s ease;
  }
  #header #header_nav .nav > li > a:hover {
    opacity: 1;
    color: #9a7dbd;
  }
}
#header #header_nav .nav .is-active > a {
  background: rgba(154, 125, 189, 0.15);
  color: #9a7dbd;
}
#header .overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 997;
}
#header .overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  #header,
  #header .wrap,
  #header .logo_wrap {
    width: 100%;
    height: 60px;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 999;
  }
  #header .wrap {
    background-color: transparent;
    padding: 0;
    display: block;
    position: relative;
    min-width: inherit;
  }
  #header .logo_wrap {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999;
    padding: 0;
  }
  #header .logo_wrap .logo {
    padding-left: 20px;
  }
  #header .logo_wrap .logo img {
    width: 140px;
    height: auto;
  }
  #header .menu-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 999;
  }
  #header .menu-trigger .ico {
    background: #fff;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 100%;
  }
  #header .menu-trigger .ico span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 30%;
    width: 40%;
    height: 1px;
    background-color: #9a7dbd;
  }
  #header .menu-trigger .ico span:nth-of-type(1) {
    top: 40%;
  }
  #header .menu-trigger .ico span:nth-of-type(2) {
    display: none;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .menu-trigger .ico span:nth-of-type(3) {
    bottom: 40%;
  }
  #header #header_nav {
    background: url("../img/header_bg.png") no-repeat center/cover;
    width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
    height: 100dvh;
    transform: translateY(-100%);
    transition: transform 0.3s, opacity 1s;
    z-index: 998;
  }
  #header #header_nav .inner {
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    position: relative;
    margin: 0;
    padding: 60px 5vw 20vw;
  }
  #header #header_nav .inner .nav {
    flex: 1 1 auto;
    margin: 0;
    display: block;
  }
  #header #header_nav .inner .nav > li {
    display: block;
    height: auto;
    position: relative;
  }
  #header #header_nav .inner .nav > li > a {
    color: #464646;
    background: transparent;
    display: block;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 400;
    padding: 0.8em 1em;
    position: relative;
  }
  #header #header_nav .inner .bnr_wrap {
    margin-top: 2rem;
  }
  #header #header_nav .inner .bnr_wrap .bnr {
    margin-top: 1.5rem;
  }
  #header #header_nav .inner .bnr_wrap .bnr img {
    width: 100%;
  }
  #header #header_nav .inner .bnr_wrap .share {
    text-align: center;
    margin-top: 2rem;
  }
  #header #header_nav .inner .bnr_wrap .share .ttl img {
    height: 1.6rem;
  }
  #header #header_nav .inner .bnr_wrap .share .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 1.5rem;
  }
  #header #header_nav .inner .bnr_wrap .share .flex .btn img {
    width: 5rem;
  }
  #header.is-open .menu-trigger .ico span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  #header.is-open .menu-trigger .ico span:nth-of-type(2) {
    opacity: 0;
  }
  #header.is-open .menu-trigger .ico span:nth-of-type(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(45deg);
  }
  #header.is-open #header_nav {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.3s, opacity 0s;
  }
}
/* ------------------------------
    footer
------------------------------ */
#footer {
  position: relative;
}
#footer .wrap {
  max-width: 110rem;
}
#footer .bnr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #footer .bnr {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
#footer .bnr .item {
  height: 34.5rem;
  position: relative;
  overflow: hidden;
  clip-path: polygon(4.2rem 0, 100% 0, 100% 0%, 100% 100%, 100% calc(100% - 4.2rem), calc(100% - 4.2rem) 100%, 0 100%, 0% 4.2rem);
}
@media screen and (max-width: 767px) {
  #footer .bnr .item {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
#footer .bnr .item a {
  display: block;
}
@media screen and (min-width: 768px) {
  #footer .bnr .item a:hover:has(.bg) {
    opacity: 1;
  }
  #footer .bnr .item a:hover .bg {
    scale: 1.05;
  }
}
#footer .bnr .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: scale 0.3s ease;
}
#footer .bnr .item .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#footer .bnr .item .txt {
  position: relative;
  z-index: 1;
  margin: 1rem;
}
#footer .bnr .item .txt img {
  width: 100%;
}
#footer .bnr .item:nth-child(n+4) {
  height: 31.5rem;
}
@media screen and (max-width: 767px) {
  #footer .bnr .item:nth-child(n+4) {
    height: auto;
    aspect-ratio: auto;
  }
}
#footer .bnr .item._05, #footer .bnr .item._06 {
  background: #ece4e0;
}
#footer .bnr .item._05 .bg, #footer .bnr .item._06 .bg {
  top: auto;
  bottom: 0;
  height: 62%;
}
#footer .bnr .item._05 .bg img, #footer .bnr .item._06 .bg img {
  width: 130%;
  height: 130%;
}
#footer .share {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #footer .share {
    margin-top: 5rem;
  }
}
#footer .share .ttl img {
  width: 7.2rem;
}
#footer .share .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #footer .share .flex {
    gap: 1.5rem;
  }
}
#footer .share .flex .btn img {
  width: 4rem;
}
@media screen and (max-width: 767px) {
  #footer .share .flex .btn img {
    width: 5rem;
  }
}
#footer .pagetop {
  position: absolute;
  left: 3rem;
  bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #footer .pagetop {
    position: static;
    margin-top: 3rem;
    text-align: center;
  }
  #footer .pagetop img {
    width: 14rem;
  }
}
@media screen and (min-width: 768px) {
  #footer .pagetop .btn a {
    background: rgba(171, 128, 176, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 12rem;
    height: 12rem;
    border-radius: 100%;
    transition: background-color 0.3s ease;
  }
  #footer .pagetop .btn a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    width: 93%;
    height: 93%;
    border: 1px solid #ab80b0;
    border-radius: 100%;
  }
  #footer .pagetop .btn a:hover {
    opacity: 1;
    background: rgba(171, 128, 176, 0.3);
  }
  #footer .pagetop .btn a img {
    width: 7rem;
  }
}
#footer .footer {
  background: #ab80b0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #footer .footer {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    padding: 4rem 2rem;
    margin-top: 2rem;
  }
}
#footer .footer .link {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
#footer .footer .link a {
  display: inline-block;
  color: #fff;
}
#footer .footer .link img {
  width: 8.8rem;
  vertical-align: -0.2em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  #footer .footer .link img {
    width: 14rem;
    margin: 0 0 1em;
  }
}
#footer .footer .copy {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #footer .footer .copy {
    font-size: 1.2rem;
  }
}

#floating {
  position: fixed;
  right: 0;
  bottom: 3rem;
  width: 22.8rem;
  z-index: 400;
  translate: 100% 0;
  transition: translate 0.3s ease;
  pointer-events: none;
}
#floating.is-show {
  translate: 10% 0;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  #floating {
    width: 100%;
    padding: 0 1vw 0 4vw;
    bottom: 1vw;
    translate: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #floating img {
    width: 100%;
  }
  #floating.is-show {
    translate: 0;
    opacity: 1;
  }
}
#floating a {
  display: block;
  transform-origin: right center;
  transition: scale 0.3s ease;
}
@media screen and (min-width: 768px) {
  #floating a:hover {
    opacity: 1;
    scale: 1.05;
  }
}

/* ------------------------------
    main
------------------------------ */
#sec_fv {
  background: url("../img/fv_bg@2x.png") no-repeat top center/110% auto;
  height: 60vw;
}
@media screen and (max-width: 767px) {
  #sec_fv {
    background-image: url("../img/fv_bg_sp.png");
    background-size: cover;
    background-position: center;
    height: 120svh;
  }
}
#sec_fv .ttl {
  position: absolute;
  right: 50%;
  top: 40%;
  translate: -10% -50%;
}
#sec_fv .ttl img {
  width: 31.3194444444vw;
}
@media screen and (max-width: 767px) {
  #sec_fv .ttl {
    top: 50%;
    translate: 50% -200%;
    width: 80%;
    text-align: center;
  }
  #sec_fv .ttl img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 25svh;
  }
}

#sec_concept {
  background: url("../img/concept_bg@2x.png") no-repeat top center/110% auto;
  margin-top: -25vw;
  padding-top: 20vw;
  height: 70vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sec_concept {
    background-image: url("../img/concept_bg_sp.png");
    background-size: 100% auto;
    height: 250vw;
    padding-top: 80vw;
    margin-top: -50svh;
  }
}
#sec_concept .wrap {
  text-align: center;
}
#sec_concept .ttl {
  background: url("../img/concept_ttl.png") no-repeat top center/56rem auto;
  font-family: "Shippori Mincho", serif;
  font-size: 3.8rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 8rem 0 2rem;
}
@media screen and (max-width: 767px) {
  #sec_concept .ttl {
    background-size: 100% auto;
    padding-top: 6rem;
    font-size: 3.6rem;
    letter-spacing: 0.15em;
  }
}
#sec_concept .ttl rt {
  font-size: 30%;
  letter-spacing: 0;
  text-align: center;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  #sec_concept .ttl rt {
    margin-bottom: 0;
    line-height: 1;
    translate: 0 50%;
  }
}
#sec_concept .txt {
  font-size: 1.8rem;
  line-height: 2.6;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #sec_concept .txt {
    font-size: 2rem;
  }
}

#sec_features {
  margin-top: -20vw;
  padding: 23vw 0 10vw;
  position: relative;
  z-index: -1;
  clip-path: inset(0);
}
#sec_features::before {
  content: "";
  background: url("../img/features_bg@2x.png") no-repeat top center/cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #sec_features {
    margin-top: -60vw;
    padding: 60vw 0 30vw;
  }
  #sec_features::before {
    background-image: url("../img/features_bg_sp.png");
  }
}
#sec_features .ttl {
  background: url("../img/features_ttl.png") no-repeat top center/56rem auto;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  line-height: 1.6;
  text-align: center;
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  #sec_features .ttl {
    background-size: 100% auto;
    padding-top: 6rem;
    font-size: 2.6rem;
  }
}
#sec_features .flex {
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #sec_features .flex {
    flex-direction: column;
    align-items: center;
  }
}
#sec_features .flex .item {
  position: relative;
}
#sec_features .flex .item .inner {
  width: 33rem;
  height: 100%;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
  transform: translateZ(0);
  text-align: center;
  padding: 0 3rem 4rem;
}
@media screen and (max-width: 767px) {
  #sec_features .flex .item .inner {
    width: 35rem;
  }
}
#sec_features .flex .item .inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
  width: 21rem;
  height: 21rem;
  background: #fff;
  border-radius: 100%;
}
#sec_features .flex .item .inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10rem;
  width: 100%;
  height: calc(100% - 10rem);
  background: #fff;
  clip-path: polygon(10% 0%, 100% 0, 100% 90%, 90% 100%, 0 100%, 0% 10%);
}
#sec_features .flex .item .inner > * {
  position: relative;
  z-index: 1;
}
#sec_features .flex .item .img {
  padding-top: 1.5rem;
}
#sec_features .flex .item .img img {
  width: 18rem;
}
#sec_features .flex .item .name {
  display: inline-block;
  background: #be9bb9;
  color: #fff;
  width: 10em;
  padding: 0.5em 1em;
  border-radius: 100px;
  margin-top: -1rem;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#sec_features .flex .item .sttl {
  display: flex;
  flex-direction: column;
  height: 3.5em;
  align-items: center;
  justify-content: center;
  padding: 0.3em 0;
  margin-top: 1rem;
  border-bottom: 1px solid #be9bb9;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#sec_features .flex .item .sttl small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #sec_features .flex .item .sttl {
    font-size: 2rem;
    height: auto;
  }
  #sec_features .flex .item .sttl small {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
#sec_features .flex .item .txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: justify;
  margin-top: 1em;
}
#sec_features .flex .item .txt small {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_features .flex .item .txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
#sec_features .flex .item .en {
  position: absolute;
  left: -2rem;
  bottom: -2.5rem;
  width: 100%;
  text-align: left;
  mix-blend-mode: multiply;
}
#sec_features .flex .item .en img {
  height: 4.5rem;
}
#sec_features .flex .item:last-child .en {
  bottom: -1.5rem;
}
#sec_features .flex .item:last-child .en img {
  height: 3rem;
}
#sec_features .attention {
  color: #9a9a9a;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: right;
  translate: 0 4rem;
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_features .attention {
    text-align: left;
    translate: 0 6rem;
  }
}

.parallax {
  overflow: hidden;
  height: 30vw;
}
@media screen and (max-width: 767px) {
  .parallax {
    height: 50vw;
  }
}
.parallax .bg {
  height: 80vw;
}
@media screen and (max-width: 767px) {
  .parallax .bg {
    height: 150vw;
  }
}
.parallax .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sec_new {
  background: url("../img/new_bg@2x.png") no-repeat center/cover;
  padding: 15rem 0 0;
}
@media screen and (max-width: 767px) {
  #sec_new {
    position: relative;
    clip-path: inset(0);
    padding: 10rem 0;
  }
  #sec_new::before {
    content: "";
    background: url("../img/new_bg_sp.png") no-repeat top center/cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
#sec_new .sec_ttl {
  background: url("../img/new_ttl.png") no-repeat top center/66rem auto;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  line-height: 1.6;
  text-align: center;
  padding-top: 7rem;
  margin-bottom: -5vw;
}
@media screen and (max-width: 767px) {
  #sec_new .sec_ttl {
    background-size: 100% auto;
    padding-top: 4rem;
    font-size: 2.4rem;
  }
}
#sec_new .flex {
  display: flex;
}
#sec_new .flex .sticky,
#sec_new .flex .content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #sec_new .flex .sticky,
  #sec_new .flex .content {
    width: 100%;
  }
}
#sec_new .flex .sticky {
  position: sticky;
  top: 0;
  min-height: 80rem;
  height: 100vh;
}
#sec_new .flex .sticky .img {
  position: absolute;
  top: 50%;
  translate: 0 -45%;
  right: 0;
  opacity: 0;
}
#sec_new .flex .sticky .img img {
  max-width: 40vw;
  max-height: 70vh;
}
#sec_new .flex .sticky .img.is-active {
  opacity: 1;
}
#sec_new .flex .sticky .img:nth-child(3) img {
  max-height: 68vh;
}
#sec_new .flex .item {
  min-height: 80rem;
  height: 100vh;
  display: flex;
  align-items: center;
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  #sec_new .flex .item {
    min-height: inherit;
    height: auto;
    padding: 0 5vw;
    margin-top: 10rem;
  }
  #sec_new .flex .item .img {
    margin-left: -6vw;
    margin-bottom: 3rem;
  }
}
#sec_new .flex .item .inner {
  position: relative;
  width: 100%;
}
#sec_new .flex .item .sttl {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  line-height: 1.6;
}
#sec_new .flex .item .name {
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 500;
  margin: 1em 0 4rem;
}
#sec_new .flex .item .name a {
  text-decoration: underline;
  font-size: 1.6rem;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  #sec_new .flex .item .name a:hover {
    opacity: 1;
    color: #cd96af;
  }
}
#sec_new .flex .item .data {
  border-left: 2px solid #cd96af;
  padding-left: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_new .flex .item .data {
    padding-left: 1.5rem;
  }
}
#sec_new .flex .item .data .label {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_new .flex .item .data .label {
    font-size: 2.1rem;
  }
}
#sec_new .flex .item .data .label img {
  position: absolute;
  right: 30%;
  top: 50%;
  translate: 0 -50%;
  width: 8.5rem;
}
@media screen and (max-width: 767px) {
  #sec_new .flex .item .data .label img {
    right: 0;
    width: 8rem;
  }
}
#sec_new .flex .item .data .value {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #sec_new .flex .item .data .value {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #sec_new .flex .item._02 .name a:hover {
    color: #888099;
  }
}
#sec_new .flex .item._02 .data {
  border-left-color: #888099;
}
@media screen and (min-width: 768px) {
  #sec_new .flex .item._03 .name a:hover {
    color: #577097;
  }
}
#sec_new .flex .item._03 .data {
  border-left-color: #577097;
}

#sec_pickup .flex {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #sec_pickup .flex {
    display: block;
  }
}
#sec_pickup .flex .sticky,
#sec_pickup .flex .content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #sec_pickup .flex .sticky,
  #sec_pickup .flex .content {
    width: 100%;
  }
}
#sec_pickup .flex .sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #sec_pickup .flex .sticky {
    background: #fff;
    height: 35vh;
    z-index: 2;
    display: none;
  }
}
#sec_pickup .flex .sticky img {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec_pickup .flex .sticky picture {
  opacity: 0;
}
#sec_pickup .flex .sticky picture.is-active {
  opacity: 1;
}
#sec_pickup .flex .box {
  min-height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_pickup .flex .box {
    min-height: inherit;
    padding: 12vw 5vw;
  }
}
#sec_pickup .flex .box .inner {
  width: 100%;
}
#sec_pickup .flex .box .kome {
  position: absolute;
  left: 4rem;
  bottom: 4rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #sec_pickup .flex .box .kome {
    position: static;
    margin-top: 2rem;
    font-size: 1.2rem;
  }
}
#sec_pickup .flex .box._01 .ttl img {
  width: 29rem;
}
@media screen and (max-width: 767px) {
  #sec_pickup .flex .box._01 .ttl img {
    width: 25rem;
  }
}
#sec_pickup .flex .box._01 .sttl {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 6rem;
}
#sec_pickup .flex .box._01 .sttl sup {
  font-size: 1rem;
  vertical-align: 1.5em;
}
#sec_pickup .flex .box._01 .sttl rt {
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_pickup .flex .box._01 .sttl {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  #sec_pickup .flex .box._01 .sttl rt {
    translate: 0 50%;
  }
}
#sec_pickup .flex .box._01 .txt {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #sec_pickup .flex .box._01 .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_pickup .flex .box._01 .kome {
    margin-top: 6rem;
  }
}
#sec_pickup .flex .box._02 .img img {
  width: 19.5rem;
}
#sec_pickup .flex .box._02 .ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 3rem;
}
#sec_pickup .flex .box._02 .ttl sup {
  font-size: 1rem;
  vertical-align: 1.2em;
}
@media screen and (max-width: 767px) {
  #sec_pickup .flex .box._02 .ttl {
    letter-spacing: 0;
  }
}
#sec_pickup .flex .box._02 .data {
  display: inline-block;
  text-align: left;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  #sec_pickup .flex .box._02 .data {
    padding-right: 3rem;
  }
}
#sec_pickup .flex .box._02 .data .label {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
#sec_pickup .flex .box._02 .data .label a {
  text-decoration: underline;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  #sec_pickup .flex .box._02 .data .label a:hover {
    opacity: 1;
    color: #9a7dbd;
  }
}
#sec_pickup .flex .box._02 .data .value {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
}
#sec_pickup .flex .box._02 .data .value + .label {
  margin-top: 1em;
}
#sec_pickup .flex .box._02 .circle {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  #sec_pickup .flex .box._02 .circle {
    gap: 1rem;
  }
}
#sec_pickup .flex .box._02 .circle .item {
  border: 1px solid #9a7dbd;
  color: #9a7dbd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 100%;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 500;
  width: 12.5rem;
  height: 12.5rem;
}
#sec_pickup .flex .box._02 .circle .item small {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
}
#sec_pickup .flex .box._03 .ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #sec_pickup .flex .box._03 .ttl {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  #sec_pickup .flex .box._03 .img {
    margin: -1rem -3rem 0 0;
  }
}
#sec_pickup .flex .box._03 .slider {
  margin: 0 -2rem;
}
#sec_pickup .flex .box._03 .slider .img {
  padding-left: 3%;
}
#sec_pickup .flex .box._03 .slider .txt {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
  width: 70%;
  margin: -1.2rem auto 0;
}
#sec_pickup .flex .box._03 .slider .slick-arrow {
  position: absolute;
  right: 3.5rem;
  bottom: 4rem;
  z-index: 1;
  font-size: 0;
  width: 1.5rem;
  height: 1.5rem;
}
#sec_pickup .flex .box._03 .slider .slick-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-top: 1px solid #9a7dbd;
  border-right: 1px solid #9a7dbd;
  rotate: 45deg;
  width: 100%;
  height: 100%;
}
#sec_pickup .flex .box._03 .slider .slick-arrow.slick-prev {
  right: auto;
  left: 3.5rem;
  scale: -1 1;
}

#sec_ingredients {
  padding: 10vw 0;
}
@media screen and (max-width: 767px) {
  #sec_ingredients {
    padding: 10vw 0 20vw;
  }
}
#sec_ingredients .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  #sec_ingredients .flex {
    flex-direction: column;
  }
}
#sec_ingredients .flex .item {
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_ingredients .flex .item {
    width: 90%;
    margin: 0 auto;
  }
}
#sec_ingredients .flex .item .inner {
  width: 47.5rem;
  filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
  transform: translateZ(0);
  text-align: center;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_ingredients .flex .item .inner {
    width: 100%;
    padding: 3rem 3rem 4rem;
  }
}
#sec_ingredients .flex .item .inner::before {
  content: "";
  background: url("../img/ingredients_bg@2x.png") no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(10% 0%, 100% 0, 100% 90%, 90% 100%, 0 100%, 0% 10%);
}
@media screen and (max-width: 767px) {
  #sec_ingredients .flex .item .inner::before {
    clip-path: polygon(12% 0%, 100% 0, 100% 93%, 88% 100%, 0 100%, 0% 7%);
  }
}
#sec_ingredients .flex .item .inner > * {
  position: relative;
  z-index: 1;
}
#sec_ingredients .flex .item .ttl {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #9a7dbd;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  #sec_ingredients .flex .item .ttl {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  #sec_ingredients .flex .item .ttl {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 2rem;
  }
}
#sec_ingredients .flex .item .ttl strong {
  font-size: 2.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #sec_ingredients .flex .item .ttl strong {
    line-height: 1.2;
  }
}
#sec_ingredients .flex .item .ttl small {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_ingredients .flex .item .ttl small {
    font-size: 1.2rem;
  }
}
#sec_ingredients .flex .item .txt {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: justify;
  margin-top: 1.3em;
}
#sec_ingredients .flex .item .txt + .txt {
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  #sec_ingredients .flex .item .txt {
    font-size: 1.6rem;
  }
}
#sec_ingredients .flex .item .en {
  position: absolute;
  left: -2rem;
  bottom: -3rem;
  mix-blend-mode: multiply;
}
#sec_ingredients .flex .item .en img {
  height: 5.5rem;
}
@media screen and (max-width: 767px) {
  #sec_ingredients .flex .item .en {
    bottom: -2.5rem;
  }
  #sec_ingredients .flex .item .en img {
    height: 4.5rem;
  }
}
#sec_ingredients .flex .item .kome {
  position: absolute;
  bottom: -8rem;
  left: -4rem;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #sec_ingredients .flex .item .kome {
    left: auto;
    right: 0;
    bottom: -5rem;
  }
}
#sec_ingredients .flex .item._01 .img img {
  width: 20rem;
}
#sec_ingredients .flex .item._02 {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  #sec_ingredients .flex .item._02 {
    margin-top: 6rem;
    padding-top: 4rem;
  }
  #sec_ingredients .flex .item._02 .ttl .narrow {
    letter-spacing: -0.08em;
  }
}
@media screen and (min-width: 768px) {
  #sec_ingredients .flex .item._02 .en {
    left: auto;
    right: -2rem;
    bottom: auto;
    top: -2rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_ingredients .flex .item._02 .en {
    bottom: -1.5rem;
  }
}
#sec_ingredients .flex .item._02 .en img {
  height: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_ingredients .flex .item._02 .en img {
    height: 3rem;
  }
}

.bg_faq {
  background: url("../img/faq_bg@2x.png") no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .bg_faq {
    background-image: url("../img/faq_bg_sp.png");
  }
}

#sec_faq {
  padding: 10vw 0 0;
}
@media screen and (max-width: 767px) {
  #sec_faq {
    padding: 20vw 0 15vw;
  }
}
#sec_faq .wrap {
  max-width: 110rem;
}
#sec_faq .ttl {
  text-align: center;
}
#sec_faq .ttl img {
  width: 13rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .ttl img {
    width: 9rem;
  }
}
#sec_faq .grid {
  display: flex;
  gap: 2.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .grid {
    display: block;
  }
}
#sec_faq .grid .column {
  flex: 1;
}
#sec_faq .grid .faq {
  padding: 1.5rem 4rem;
  position: relative;
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.2));
  transform: translateZ(0);
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .grid .faq {
    padding: 1.5rem 2rem 1.5rem 1.5rem;
    margin-top: 2rem;
  }
}
#sec_faq .grid .faq::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 100% 100%, 100% calc(100% - 3rem), calc(100% - 3rem) 100%, 0 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  #sec_faq .grid .faq::before {
    clip-path: polygon(0 0, 100% 0, 100% 0%, 100% 100%, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%, 0% 100%);
  }
}
#sec_faq .grid .faq .q, #sec_faq .grid .faq .a {
  position: relative;
  padding-left: 6em;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 400;
}
#sec_faq .grid .faq .q .ico, #sec_faq .grid .faq .a .ico {
  position: absolute;
  left: 0;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sec_faq .grid .faq .q .ico img, #sec_faq .grid .faq .a .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  #sec_faq .grid .faq .q, #sec_faq .grid .faq .a {
    font-size: 1.5rem;
    padding-left: 3.5em;
  }
  #sec_faq .grid .faq .q .ico, #sec_faq .grid .faq .a .ico {
    width: 2.5em;
    height: 2.5em;
  }
}
#sec_faq .grid .faq .q {
  padding-right: 7em;
  min-height: 4em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #sec_faq .grid .faq .q {
    padding-right: 1.5em;
  }
}
#sec_faq .grid .faq .q .ico {
  top: 50%;
  translate: 0 -50%;
}
#sec_faq .grid .faq .q .ico img {
  height: 100%;
  width: auto;
}
#sec_faq .grid .faq .q .ico img.small {
  height: 70%;
}
#sec_faq .grid .faq .q::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -70%;
  width: 1.2rem;
  height: 1.2rem;
  transform: scale(1.5, 1) rotate(45deg);
  border-right: 1px solid #9a7dbd;
  border-bottom: 1px solid #9a7dbd;
}
@media screen and (max-width: 767px) {
  #sec_faq .grid .faq .q::after {
    width: 1rem;
    height: 1rem;
    transform: scale(1.2, 1) rotate(45deg);
  }
}
#sec_faq .grid .faq .q.is-open::after {
  scale: 1 -1;
}
#sec_faq .grid .faq .a {
  border-top: 1px solid #eee;
  padding-top: 1em;
  text-align: justify;
}
#sec_faq .grid .faq .a .ico {
  top: 1em;
}
#sec_faq .grid .faq .a .ico img {
  width: 2em;
}
@media screen and (max-width: 767px) {
  #sec_faq .grid .faq .a .ico img {
    width: 1.5em;
  }
}

#sec_limited {
  padding: 10vw 0 10vw;
}
@media screen and (max-width: 767px) {
  #sec_limited {
    padding: 10vw 0 20vw;
  }
}
#sec_limited .box {
  width: 95rem;
  height: 50rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_limited .box {
    width: 90%;
    height: auto;
  }
}
#sec_limited .box .inner {
  background: url("../img/limited_bg@2x.png") no-repeat center/contain;
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.2));
  transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  #sec_limited .box .inner {
    background-image: url("../img/limited_bg_sp.png");
    background-size: 100% 100%;
  }
}
#sec_limited .box .flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
  padding-left: 4rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  #sec_limited .box .flex {
    flex-direction: column-reverse;
    gap: 0;
    padding: 6rem 5vw 0;
  }
}
#sec_limited .box .flex .img {
  flex: 0 0 auto;
}
#sec_limited .box .flex .img img {
  width: 43rem;
}
@media screen and (max-width: 767px) {
  #sec_limited .box .flex .img {
    margin-bottom: -4rem;
  }
  #sec_limited .box .flex .img img {
    width: 100%;
  }
}
#sec_limited .box .flex .detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sec_limited .box .flex .detail .ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  line-height: 1.4;
  text-align: center;
}
#sec_limited .box .flex .detail .ttl small {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sec_limited .box .flex .detail .ttl {
    font-size: 2.4rem;
  }
  #sec_limited .box .flex .detail .ttl small {
    font-size: 1.8rem;
  }
}
#sec_limited .box .flex .detail .price {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-top: 2rem;
}
#sec_limited .box .flex .detail .price a {
  font-size: 1.6rem;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #sec_limited .box .flex .detail .price a {
    transition: color 0.3s ease;
  }
  #sec_limited .box .flex .detail .price a:hover {
    opacity: 1;
    color: #9a7dbd;
  }
}
@media screen and (max-width: 767px) {
  #sec_limited .box .flex .detail .price {
    width: 100%;
    font-size: 1.4rem;
  }
  #sec_limited .box .flex .detail .price a {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
#sec_limited .box .flex .detail .data {
  display: inline-block;
  border: 1px solid #464646;
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #sec_limited .box .flex .detail .data {
    width: 100%;
    margin-top: 3rem;
  }
}
#sec_limited .box .flex .detail .data .label {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -50%;
  border: 1px solid #464646;
  background: #fff;
  padding: 0 0.5em;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #sec_limited .box .flex .detail .data .label {
    font-size: 1.4rem;
  }
}
#sec_limited .box .flex .detail .data .value {
  text-align: left;
  padding: 2.5rem 1.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  #sec_limited .box .flex .detail .data .value {
    text-align: center;
  }
  #sec_limited .box .flex .detail .data .value .list {
    display: inline-block;
    text-align: left;
  }
}
#sec_limited .box .flex .detail .data .value .list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #sec_limited .box .flex .detail .data .value .list li {
    font-size: 1.4rem;
  }
}
#sec_limited .box .badge {
  position: absolute;
  left: -6rem;
  top: -6rem;
  width: 21rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sec_limited .box .badge {
    width: 15rem;
    left: -4rem;
    top: -4rem;
  }
}
#sec_limited .box .kome {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #sec_limited .box .kome {
    position: static;
    padding: 5vw 5vw 10vw;
    font-size: 1.1rem;
    white-space: nowrap;
  }
}
#sec_limited .box .en {
  position: absolute;
  right: -4rem;
  bottom: -2rem;
  mix-blend-mode: multiply;
}
#sec_limited .box .en img {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  #sec_limited .box .en {
    right: auto;
    left: -2rem;
    bottom: -1.5rem;
  }
  #sec_limited .box .en img {
    width: 25rem;
  }
}

#sec_lineup {
  padding: 10vw 0;
}
@media screen and (max-width: 767px) {
  #sec_lineup {
    padding: 20vw 0;
  }
}
#sec_lineup .ttl {
  text-align: center;
}
#sec_lineup .ttl img {
  width: 23rem;
}
@media screen and (max-width: 767px) {
  #sec_lineup .ttl img {
    width: 16rem;
  }
}
#sec_lineup .tabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 100rem;
  margin: 4rem auto 0;
  overflow: hidden;
}
#sec_lineup .tabs .tab_item {
  background: url("../img/llineup_tab_off.png") no-repeat left bottom/100% 100%;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  padding: 1.5rem 3.5rem 1rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #sec_lineup .tabs .tab_item:hover {
    background-image: url("../img/llineup_tab_hover.png");
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  #sec_lineup .tabs .tab_item {
    flex: 0 0 auto;
    background: #f7eff3;
    padding: 0.5em 1.8em;
    border-radius: 100px;
    margin-right: 0.5em;
    margin-bottom: 0.7em;
    font-size: 1.5rem;
  }
  #sec_lineup .tabs .tab_item:nth-child(7), #sec_lineup .tabs .tab_item:nth-child(8) {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }
}
#sec_lineup .tabs input[name=tab_item] {
  display: none;
}
#sec_lineup .tabs input[name=tab_item]:checked + .tab_item {
  background: url("../img/llineup_tab_on.png") no-repeat right bottom/104% 100%;
  color: #cd96af;
  z-index: 1;
}
#sec_lineup .tabs input[name=tab_item]:checked + .tab_item::before, #sec_lineup .tabs input[name=tab_item]:checked + .tab_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100vw;
  height: 1px;
  background: #cd96af;
}
#sec_lineup .tabs input[name=tab_item]:checked + .tab_item::after {
  left: auto;
  right: 100%;
}
@media screen and (max-width: 767px) {
  #sec_lineup .tabs input[name=tab_item]:checked + .tab_item {
    background: #fff;
    border: 1px solid #cd96af;
  }
  #sec_lineup .tabs input[name=tab_item]:checked + .tab_item::before, #sec_lineup .tabs input[name=tab_item]:checked + .tab_item::after {
    display: none;
  }
}
#sec_lineup .tabs .tab_content {
  flex-basis: 100%;
  display: none;
  padding: 6rem 0 8rem;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #sec_lineup .tabs .tab_content {
    padding: 2rem 0 4rem;
  }
}
#sec_lineup .tabs #tab01:checked ~ #tab01_content,
#sec_lineup .tabs #tab02:checked ~ #tab02_content,
#sec_lineup .tabs #tab03:checked ~ #tab03_content,
#sec_lineup .tabs #tab04:checked ~ #tab04_content,
#sec_lineup .tabs #tab05:checked ~ #tab05_content {
  display: block;
}
#sec_lineup .tabs .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #sec_lineup .tabs .grid {
    grid-template-columns: 1fr;
  }
}
#sec_lineup .tabs .grid .item {
  display: flex;
  flex-direction: column;
  background: #f7eff3;
  padding: 3rem 1rem;
  text-align: center;
  border-radius: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_lineup .tabs .grid .item {
    text-align: left;
    padding: 5vw;
  }
  #sec_lineup .tabs .grid .item:has(.kome) {
    margin-bottom: 5vw;
  }
}
#sec_lineup .tabs .grid .item .flex {
  display: flex;
}
#sec_lineup .tabs .grid .item .category {
  display: inline-block;
  background: #fff;
  color: #cd96af;
  min-width: 8em;
  padding: 0 1em;
  text-align: center;
  border-radius: 100px;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #sec_lineup .tabs .grid .item .category {
    font-size: 1.4rem;
  }
}
#sec_lineup .tabs .grid .item .img {
  width: 20rem;
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#sec_lineup .tabs .grid .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  #sec_lineup .tabs .grid .item .img {
    width: 13rem;
    height: 13rem;
    margin: 0;
  }
}
#sec_lineup .tabs .grid .item .name, #sec_lineup .tabs .grid .item .price {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #sec_lineup .tabs .grid .item .name, #sec_lineup .tabs .grid .item .price {
    font-size: 1.4rem;
    margin-top: 1em;
  }
}
#sec_lineup .tabs .grid .item .price {
  margin-top: 0.5em;
}
#sec_lineup .tabs .grid .item .catch {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: -0.1em;
  white-space: nowrap;
}
#sec_lineup .tabs .grid .item .catch sup {
  font-size: 50%;
}
@media screen and (max-width: 767px) {
  #sec_lineup .tabs .grid .item .catch {
    margin: 1em 0;
  }
}
#sec_lineup .tabs .grid .item .btn {
  margin-top: 2rem;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  #sec_lineup .tabs .grid .item .btn {
    margin-top: 0;
    padding: 0 6rem;
  }
}
#sec_lineup .tabs .grid .item .btn a {
  display: block;
  border: 1px solid #cd96af;
  color: #cd96af;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  padding: 0.8em;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  #sec_lineup .tabs .grid .item .btn a {
    transition: background-color 0.3s ease;
  }
  #sec_lineup .tabs .grid .item .btn a:hover {
    opacity: 1;
    background: rgba(205, 150, 175, 0.2);
  }
}
#sec_lineup .tabs .grid .item .kome {
  position: absolute;
  left: 0;
  top: 100%;
  color: #9a9a9a;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  margin-top: 0.3em;
}
@media screen and (min-width: 768px) {
  #sec_lineup .tabs .grid .item .category {
    position: absolute;
    left: 1rem;
    top: 1rem;
  }
  #sec_lineup .tabs .grid .item .catch {
    order: 2;
    height: 7em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sec_lineup .tabs .grid .item .btn {
    order: 4;
  }
  #sec_lineup .tabs .grid .item .flex {
    display: contents;
  }
  #sec_lineup .tabs .grid .item .flex .detail {
    order: 3;
  }
}
#sec_lineup .more {
  text-align: center;
}
#sec_lineup .more a {
  display: inline-block;
  border: 1px solid #cd96af;
  color: #cd96af;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  padding: 1em 2em;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  #sec_lineup .more a {
    transition: background-color 0.3s ease;
  }
  #sec_lineup .more a:hover {
    opacity: 1;
    background: rgba(205, 150, 175, 0.2);
  }
}
@media screen and (max-width: 767px) {
  #sec_lineup .more a {
    width: 80%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}

/* ------------------------------
    スクロールアニメーション
------------------------------ */
*[data-scroll=fade-top] {
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
  transform: translateY(3rem);
}
*[data-scroll=fade-top].scroll-show {
  opacity: 1;
  transform: translateY(0);
}

*[data-scroll=fade] {
  opacity: 0;
  transition: opacity 1s ease;
}
*[data-scroll=fade].scroll-show {
  opacity: 1;
}

/* ------------------------------
    responsive
------------------------------ */
@media screen and (min-width: 960px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-none {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/* ------------------------------
    clearfix
------------------------------ */
.cf {
  zoom: 1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; /* 隙間対応 */
  font-size: 0.1em; /* 隙間対応 */
  line-height: 0; /* 隙間対応 */
}
