@charset "UTF-8";
/**
 * TERRACE 16th Anniversary用CSS
 * Created on: 2024.04.08
 * Modified on: 2026.08.28
 */
/*--------------------------------------------------------
　BREAK POINT
--------------------------------------------------------*/
/*--------------------------------------------------------
　MIXIN
--------------------------------------------------------*/
/*--------------------------------------------------------
　STYLE
--------------------------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  text-size-adjust: 100%;
  background-color: #F9EED0;
}

.allwrap {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 14px;
  line-height: 1.7;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

.br {
  display: inline-block;
}

@media only screen and (min-width: 769px) {
  .sp-visible {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc-visible {
    display: none;
  }
}
figure {
  margin: 0;
}

.header {
  width: 100%;
  height: 74px;
  padding: 0 30px;
  background: rgba(249, 238, 208, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 430px) {
  .header {
    background: #FFFFFF;
    height: 60px;
    position: relative;
  }
}
.header__tamaplaza {
  width: 148px;
}
@media only screen and (max-width: 768px) {
  .header__tamaplaza {
    width: 120px;
    padding-top: 0;
    position: absolute;
    top: 15px;
    left: 15px;
  }
}
.header__tamaplaza a {
  display: block;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.header__tamaplaza a:hover {
  opacity: 0.7;
}

.nav__area {
  width: 100%;
  padding-right: 44px;
}
@media only screen and (max-width: 768px) {
  .nav__area {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translate(0, -100%);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding-right: 0;
  }
  .nav__area.is-nav-open {
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 768px) {
  .nav__area {
    background: #E95472;
    height: 100%;
  }
}
.nav__title {
  display: none;
}
@media only screen and (max-width: 768px) {
  .nav__title {
    display: block;
    position: absolute;
    top: min(32vw, 200px);
    left: 50%;
    transform: translateX(-50%);
    width: min(74vw, 432px);
  }
}
.nav__title a {
  display: block;
  width: 100%;
  height: auto;
}
.nav__title a img {
  width: 100%;
  height: auto;
}
.nav__list {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 53px;
}
@media only screen and (max-width: 768px) {
  .nav__list {
    width: min(66vw, 432px);
    margin: 10px auto 0;
    display: block;
  }
}
.nav__list-item {
  font-size: 12px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .nav__list-item {
    font-size: 17px;
    font-weight: bold;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-align: center;
  }
}
.nav__list-item::before {
  content: "";
  width: 1px;
  height: 10px;
  background: #000;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .nav__list-item::before {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    transform: none;
  }
}
.nav__list-item:last-child::after {
  content: "";
  width: 1px;
  height: 10px;
  background: #000;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .nav__list-item:last-child::after {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    top: auto;
    bottom: 0;
    right: 0;
    transform: none;
  }
}
.nav__list-item a {
  display: block;
  color: #000;
  padding: 26px 0;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.nav__list-item a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .nav__list-item a {
    color: #fff;
  }
}
.nav__sub-list {
  display: none;
}
@media only screen and (max-width: 768px) {
  .nav__sub-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 768px) {
  .nav__sub-list-item {
    width: 44%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 11px;
  }
}
@keyframes menu-line01 {
  0% {
    margin-top: -8px;
    transform: rotate(0deg);
  }
  50% {
    margin-top: 0;
    transform: rotate(0deg);
  }
  100% {
    margin-top: 0;
    transform: rotate(-45deg);
  }
}
@keyframes menu-line02 {
  0% {
    margin-top: 6px;
    transform: rotate(0deg);
  }
  50% {
    margin-top: 0;
    transform: rotate(0deg);
  }
  100% {
    margin-top: 0;
    transform: rotate(45deg);
  }
}
@keyframes menu-line01-re {
  0% {
    margin-top: 0;
    transform: rotate(-45deg);
  }
  50% {
    margin-top: 0;
    transform: rotate(0deg);
  }
  100% {
    margin-top: -8px;
    transform: rotate(0deg);
  }
}
@keyframes menu-line02-re {
  0% {
    margin-top: 0;
    transform: rotate(45deg);
  }
  50% {
    margin-top: 0;
    transform: rotate(0deg);
  }
  100% {
    margin-top: 6px;
    transform: rotate(0deg);
  }
}
.nav__btn {
  display: block;
  width: 60px;
  height: 60px;
  background: #E95472;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
}
@media only screen and (min-width: 769px) {
  .nav__btn {
    display: none;
  }
}
.nav__btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -1px;
  transition: opacity 0s ease 0.25s;
}
.nav__btn::before, .nav__btn::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 20px;
}
.nav__btn::before {
  animation: menu-line01-re 0.5s ease-in-out forwards;
}
.nav__btn::after {
  animation: menu-line02-re 0.5s ease-in-out forwards;
}
.nav__btn.is-nav-open span {
  opacity: 0;
}
.nav__btn.is-nav-open::before {
  animation: menu-line01 0.5s ease-in-out forwards;
}
.nav__btn.is-nav-open::after {
  animation: menu-line02 0.5s ease-in-out forwards;
}

@media only screen and (max-width: 768px) {
  .main {
    margin-left: 0;
  }
}

.hero {
  position: relative;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .hero {
    padding-top: 0;
  }
}
.hero__bg01 {
  width: 525px;
  position: absolute;
  bottom: -110px;
  left: -230px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .hero__bg01 {
    width: 59.3vw;
    bottom: -19.2vw;
    left: -25.3vw;
  }
}
.hero__bg02 {
  width: 180px;
  position: absolute;
  bottom: 0;
  left: 180px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .hero__bg02 {
    width: 19.6vw;
    left: 27.5vw;
  }
}
.hero__bg03 {
  width: 314px;
  position: absolute;
  bottom: 90px;
  right: -16px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .hero__bg03 {
    width: 30.9vw;
    bottom: 2.6vw;
    right: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .hero__bg04 {
    width: 12.9vw;
    position: absolute;
    bottom: 8.4vw;
    left: 42.5vw;
    z-index: -1;
  }
}

.fv {
  position: relative;
}
.fv::before {
  content: "";
  width: 12.578125vw;
  height: 13.203125vw;
  background: url("../images/obj_grape01.png") no-repeat center top/contain;
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: -5.859375vw;
}
@media only screen and (max-width: 768px) {
  .fv::before {
    width: 21vw;
    height: 22.1vw;
    left: 0;
    bottom: -22vw;
  }
}
.fv::after {
  content: "";
  width: 14.0625vw;
  height: 18.28125vw;
  background: url("../images/obj_grape02.png") no-repeat center top/contain;
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -11.796875vw;
}
@media only screen and (max-width: 768px) {
  .fv::after {
    width: 22vw;
    height: 28.6vw;
    right: 0;
    bottom: -28.6vw;
  }
}
.fv__eyecatch {
  position: relative;
  z-index: 1;
  width: 78%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .fv__eyecatch {
    width: 100%;
  }
}
.fv__eyecatch picture {
  display: block;
  border-radius: min(6.6666666667vw, 50px);
  overflow: hidden;
}
@media only screen and (max-width: 430px) {
  .fv__eyecatch picture {
    border-radius: 0;
  }
}
.fv__eyecatch img {
  width: 100%;
}
.fv__leaf01, .fv__leaf02, .fv__leaf03, .fv__leaf04, .fv__leaf05 {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  will-change: transform, opacity, top;
}
.fv__leaf01 img, .fv__leaf02 img, .fv__leaf03 img, .fv__leaf04 img, .fv__leaf05 img {
  width: 100%;
  display: block;
}
.fv__leaf01 {
  width: 7.25%;
  left: 12%;
  --fv-sway: 14px;
  animation: leaf-fall 11s linear infinite;
}
.fv__leaf02 {
  width: 3.8%;
  left: 82%;
  --fv-sway: 18px;
  animation: leaf-fall 9.5s linear infinite -2.5s;
}
.fv__leaf03 {
  width: 5.8%;
  left: 45%;
  --fv-sway: 12px;
  animation: leaf-fall 12.5s linear infinite -5s;
}
.fv__leaf04 {
  width: 6.3%;
  left: 65%;
  --fv-sway: 20px;
  animation: leaf-fall 10.2s linear infinite -3.8s;
}
.fv__leaf05 {
  width: 3.85%;
  left: 25%;
  --fv-sway: 16px;
  animation: leaf-fall 13s linear infinite -7s;
}
.fv__dancer01, .fv__dancer02, .fv__dancer03, .fv__dancer04 {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  will-change: transform;
}
.fv__dancer01 img, .fv__dancer02 img, .fv__dancer03 img, .fv__dancer04 img {
  width: 100%;
  display: block;
}
.fv__dancer01 {
  width: 9.9%;
  top: 61.5%;
  left: 20.51%;
  transform-origin: 50% 100%;
  animation: figure-sway-feet 3.4s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  .fv__dancer01 {
    top: 61.58%;
    left: 18.49%;
  }
}
.fv__dancer02 {
  width: 10.45%;
  top: 58%;
  left: 32.67%;
  transform-origin: 50% 100%;
  animation: figure-sway-feet 2.8s ease-in-out infinite;
  animation-delay: -1.1s;
}
@media only screen and (max-width: 768px) {
  .fv__dancer02 {
    top: 58.13%;
    left: 30.86%;
  }
}
.fv__dancer03 {
  width: 16%;
  top: 61.5%;
  left: 42.45%;
  transform-origin: 50% 100%;
  animation: figure-sway-feet 3.1s ease-in-out infinite;
  animation-delay: -2.2s;
}
@media only screen and (max-width: 768px) {
  .fv__dancer03 {
    top: 61.59%;
    left: 39.71%;
  }
}
.fv__dancer04 {
  width: 8.9%;
  top: 60.78%;
  left: 81.5%;
  transform-origin: 50% 0%;
  animation: figure-sway-hands 3.7s ease-in-out infinite;
  animation-delay: -0.6s;
}
@media only screen and (max-width: 768px) {
  .fv__dancer04 {
    top: 61.2%;
    left: 82.73%;
  }
}
.fv__profile {
  width: 75%;
  margin: 0 auto;
  padding-top: 20px;
}
.fv__profile-btn {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-right: 26px;
  margin-right: 20px;
  color: #E95472;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.fv__profile-btn:hover {
  opacity: 0.7;
}
.fv__profile-btn::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("../images/ico_profile.svg") no-repeat center center/100% auto;
}
.fv__profile-box {
  display: none;
  width: 440px;
  background: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 8.75%;
}
.fv__profile-box .box-inner {
  padding: 55px 45px 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.fv__profile-box .box-inner .img {
  width: 143px;
}
.fv__profile-box .box-inner .name {
  width: 110px;
  font-size: 20px;
  font-weight: bold;
  margin-right: 50px;
  margin-top: 30px;
}
.fv__profile-box .box-inner .name span {
  display: block;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #E95472;
}
.fv__profile-box .box-inner .txt {
  margin: 30px 0 20px;
}
.fv__profile-box .box-inner .homepage {
  font-weight: bold;
  color: #E95472;
}
.fv__profile-box .box-inner .homepage a {
  color: #E95472;
  text-decoration: underline;
}
.fv__profile-box .box-inner .homepage a:hover {
  text-decoration: none;
}
.fv__profile-box .box-inner .sns a {
  margin-left: 25px;
  display: inline-block;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.fv__profile-box .box-inner .sns a:hover {
  opacity: 0.7;
}
.fv__profile-box .box-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -1px;
  right: -1px;
  cursor: pointer;
}
.fv__profile-box .box-close:hover {
  opacity: 0.7;
}

.lead {
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .lead {
    padding-bottom: 44.5vw;
  }
}
.lead::before {
  content: "";
  width: min(23.4375vw, 300px);
  height: min(19.609375vw, 251px);
  background: url("../images/obj_dancer01.png") no-repeat center bottom/contain;
  position: absolute;
  bottom: -9px;
  left: calc(50% - 44.53125vw);
}
@media only screen and (max-width: 768px) {
  .lead::before {
    width: 56.3vw;
    height: 37.2vw;
    bottom: -2vw;
    left: 0.5vw;
  }
}
.lead::after {
  content: "";
  width: min(17.1875vw, 220px);
  height: min(27.03125vw, 346px);
  background: url("../images/obj_dancer02.png") no-repeat center bottom/contain;
  position: absolute;
  bottom: -16px;
  right: calc(50% - 36.71875vw);
}
@media only screen and (max-width: 768px) {
  .lead::after {
    width: 40vw;
    height: 34vw;
    bottom: -2.7vw;
    right: 0.5vw;
  }
}
.lead__txt {
  font-size: 16px;
  text-align: center;
  line-height: 2.125;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .lead__txt {
    font-size: 14px;
    line-height: 2.4;
    margin-top: 11.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .lead__profile {
    margin-top: 7.4vw;
  }
  .lead__profile-btn {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    color: #E95472;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .lead__profile-btn:hover {
    opacity: 0.7;
  }
  .lead__profile-btn span {
    position: relative;
    padding-right: 22px;
  }
  .lead__profile-btn span::before {
    content: "";
    width: calc(100% + 10px);
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: -5px;
    border-bottom: 1px solid #E95472;
  }
  .lead__profile-btn span::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url("../images/ico_profile.svg") no-repeat center center/100% auto;
  }
}

.section {
  background: #FFFFFF;
  margin: 0 30px;
  border: #fff solid 6px;
  border-radius: 30px;
}
@media only screen and (max-width: 430px) {
  .section {
    margin: 0 -6px;
    width: calc(100% + 12px);
  }
}
.section.popup {
  padding-bottom: 50px;
  margin-top: -50px;
  background-color: #FDDE84;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .section.popup {
    padding-bottom: 16.5vw;
    margin-top: -9vw;
    border-radius: 30px 30px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .section.popup .section__list {
    padding-bottom: 0;
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .section.popup .section__list {
    padding-bottom: 0;
  }
}
.section.event {
  background-color: #E9D8E8;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .section.event {
    border-radius: 30px 30px 0 0;
  }
}
.section.event::before {
  content: "";
  width: min(18.75vw, 240px);
  height: min(19.921875vw, 255px);
  background: url("../images/obj_apple.png") no-repeat left top/contain;
  position: absolute;
  bottom: 400px;
  right: 310px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .section.event::before {
    display: none;
  }
}
.section.event::after {
  content: "";
  width: min(25.78125vw, 330px);
  height: min(26.953125vw, 345px);
  background: url("../images/obj_juice.png") no-repeat right bottom/contain;
  position: absolute;
  bottom: 45px;
  right: 50px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .section.event::after {
    display: none;
  }
}
.section.event .section__list {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .section.event .section__list {
    padding-bottom: 0;
    margin-bottom: 134px;
  }
}
@media only screen and (max-width: 768px) {
  .section.event .section__list {
    padding-bottom: 25.8vw;
  }
}
.section__ttl {
  padding: 60px 20px;
  position: relative;
  border-radius: 30px;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .section__ttl {
    padding: 37px 20px;
  }
}
.section__ttl .txt {
  color: #7B4F1E;
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section__ttl .txt {
    font-size: 18px;
    letter-spacing: 0.06em;
  }
}
.section__boxes {
  display: block;
}
.section__list {
  width: 100%;
  max-width: 1960px;
  margin: 40px auto 0;
  padding: 0 min(5.46875vw, 70px) 160px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media only screen and (min-width: 769px) {
  .section__list {
    gap: 40px min(2.34375vw, 30px);
  }
}
@media only screen and (min-width: 1025px) {
  .section__list {
    gap: 40px min(3.125vw, 40px);
  }
}
@media screen and (min-width: 1281px) {
  .section__list {
    gap: 70px min(3.828125vw, 49px);
  }
}
@media only screen and (max-width: 768px) {
  .section__list {
    gap: 40px 3.2%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 430px) {
  .section__list {
    padding: 0 5% 13%;
    margin-top: 3%;
  }
}
.newshop .section__list {
  display: flex;
  margin-top: 34px;
  gap: 40px min(6.875vw, 88px);
}
@media only screen and (min-width: 769px) {
  .newshop .section__list {
    gap: 40px min(3.90625vw, 30px);
  }
}
@media only screen and (min-width: 1025px) {
  .newshop .section__list {
    gap: 40px min(5.078125vw, 65px);
  }
}
@media screen and (min-width: 1281px) {
  .newshop .section__list {
    gap: 40px min(6.875vw, 88px);
  }
}
@media only screen and (max-width: 768px) {
  .newshop .section__list {
    gap: 40px 3%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 430px) {
  .newshop .section__list {
    margin-top: 5px;
    gap: 50px;
  }
}
.section__list-item {
  flex: 1;
  width: 100%;
  min-width: auto;
  max-width: min(17.96875vw, 230px);
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .section__list-item {
    flex: none;
    width: 100%;
    min-width: auto;
    max-width: none;
  }
}
.newshop .section__list-item {
  flex: auto;
  width: 100%;
  min-width: auto;
  max-width: min(38.28125vw, 490px);
}
@media screen and (min-width: 1281px) {
  .newshop .section__list-item {
    max-width: calc((100% - min(6.875vw, 88px)) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .newshop .section__list-item {
    max-width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .newshop .section__list-item {
    width: 100%;
  }
}
.newshop .section__list-item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (max-width: 430px) {
  .newshop .section__list-item a {
    flex-direction: column;
    padding: 0 0 68px;
  }
}
.newshop .section__list-item a .img-box {
  width: min(17.96875vw, 230px);
}
@media only screen and (max-width: 768px) {
  .newshop .section__list-item a .img-box {
    width: min(29.9479166667vw, 230px);
  }
}
@media only screen and (max-width: 430px) {
  .newshop .section__list-item a .img-box {
    width: min(66.6666666667vw, 500px);
    margin: 0 auto 20px;
  }
}
.newshop .section__list-item a .txt-box {
  width: min(18.75vw, 240px);
}
@media screen and (min-width: 1281px) {
  .newshop .section__list-item a .txt-box {
    width: calc(100% - min(20.3125vw, 260px));
  }
}
@media only screen and (max-width: 768px) {
  .newshop .section__list-item a .txt-box {
    width: calc(100% - min(33.8541666667vw, 260px));
  }
}
@media only screen and (max-width: 430px) {
  .newshop .section__list-item a .txt-box {
    width: 100%;
  }
}
.newshop .section__list-item a .btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section__list-item.blank {
  margin-top: 0;
}
@media only screen and (max-width: 430px) {
  .section__list-item.blank {
    display: none;
  }
}
.shopinfo .section__list-item {
  display: none;
}
.shopinfo .section__list-item.is-show {
  display: block;
}
.section__list-item .category {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: 120px;
  font-size: 10px;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 430px) {
  .section__list-item .category {
    right: auto;
    left: 0;
    margin-right: 0;
  }
}
.section__list-item > a,
.section__list-item > span {
  display: block;
  width: min(17.96875vw, 230px);
  height: 100%;
  margin: 0 auto;
  padding-bottom: 70px;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .section__list-item > a,
  .section__list-item > span {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.section__list-item .img-box {
  opacity: 1;
  transition: 0.3s ease;
  width: 100%;
}
@media only screen and (max-width: 430px) {
  .section__list-item .img-box {
    width: min(34.6666666667vw, 260px);
  }
}
.section__list-item .logo {
  display: none;
}
@media only screen and (max-width: 430px) {
  .section__list-item .logo {
    display: block;
  }
}
.section__list-item .txt-box {
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  overflow: hidden;
  position: relative;
  opacity: 1;
  transition: 0.3s ease;
}
@media only screen and (max-width: 430px) {
  .section__list-item .txt-box {
    width: min(47.3333333333vw, 355px);
  }
}
.section__list-item .date {
  font-size: 10px;
  border-bottom: 1px solid #000000;
  padding: 6px 0;
}
@media only screen and (min-width: 769px) {
  .section__list-item .date {
    font-size: min(1.171875vw, 9px);
  }
}
@media only screen and (max-width: 430px) {
  .section__list-item .date {
    font-size: 12px;
    padding-top: 0;
  }
}
.newshop .section__list-item .date {
  padding: 0 0 8px;
}
@media only screen and (max-width: 430px) {
  .newshop .section__list-item .date {
    padding: 0 0 4px;
  }
}
.section__list-item .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 22px 0 34px;
}
@media only screen and (max-width: 430px) {
  .section__list-item .name {
    font-size: 15px;
    margin: 15px 0;
  }
}
.section__list-item .name small {
  font-size: 85%;
  display: block;
}
.newshop .section__list-item .name {
  margin: 16px 0 0;
}
@media only screen and (max-width: 430px) {
  .newshop .section__list-item .name {
    margin-bottom: 10px;
  }
}
.section__list-item .name-sub {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-decoration: none;
}
@media only screen and (max-width: 430px) {
  .section__list-item .name-sub {
    margin-bottom: 14px;
  }
}
.section__list-item .txt {
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 430px) {
  .section__list-item .txt {
    font-size: 12px;
    line-height: 1.66;
  }
}
.section__list-item .btn {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  border: 2px solid #000000;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .section__list-item .btn {
    margin-top: min(3.90625vw, 30px);
  }
}
@media only screen and (max-width: 430px) {
  .section__list-item .btn {
    height: min(13.3333333333vw, 100px);
    margin-top: min(2.6666666667vw, 20px);
  }
}
.section__list-item .btn .more {
  position: relative;
  z-index: 1;
}
.section__list-item .btn .ico {
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transition: 0.3s ease;
}
.section__list-item .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #7B4F1E;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: 0.3s ease;
}
.section__list-item > a .name {
  text-decoration: underline;
}
.section__list-item > a:hover .img-box {
  opacity: 0.7;
}
.section__list-item > a:hover .txt-box {
  opacity: 0.7;
}
.section__list-item > a:hover .btn {
  color: #FFFFFF;
}
.section__list-item > a:hover .btn .ico {
  border-color: #FFFFFF;
  transform: translate(5px, 0) rotate(45deg);
}
.section__list-item > a:hover .btn::before {
  transform: scale(1, 1);
}
.section__list-item > span .btn {
  background: #E6E6E6;
  border-color: #E6E6E6;
}
.section__note {
  width: 100%;
  padding: 30px;
}
@media only screen and (max-width: 430px) {
  .section__note {
    background-color: #fff;
    padding: 25px 35px;
  }
}
.section__note p {
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 430px) {
  .section__note p {
    line-height: 1.8;
    text-align: left;
  }
}

.pagetop__arrow {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .pagetop__arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    bottom: 50px;
    right: 20px;
    z-index: 9;
  }
}
.pagetop__arrow a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.pagetop__arrow a:hover {
  opacity: 0.7;
}
.pagetop__arrow img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.footer {
  background: #FFFFFF;
  padding: 30px 0;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 15px 0 20px;
  }
}
.footer__note {
  font-size: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .footer__note {
    position: static;
    display: flex;
    justify-content: center;
  }
}
.footer__logo {
  width: 243px;
  margin: 0 auto 40px;
}
.footer__logo a {
  display: block;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.footer__logo a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .footer__logo {
    width: 150px;
    margin: 0 auto 20px;
  }
}
.footer__copyright {
  font-size: 10px;
  font-family: "Cabin", sans-serif;
  letter-spacing: 0.05em;
}

/*--------------------------------------------------------
　MODAL WINDOW
--------------------------------------------------------*/
@keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
  1% {
    visibility: visible;
    z-index: 101;
  }
  100% {
    visibility: visible;
    opacity: 1;
    z-index: 101;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.modal.show {
  animation: fadeIn 0.3s linear forwards;
}
.modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.modal__wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 86.6vw;
  transform: translate(-50%, -50%);
}
.modal__wrap-inner {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 11.6vw 10vw;
  box-sizing: border-box;
}
.modal__contents {
  width: 100%;
  max-height: 85vh;
  overflow-y: scroll;
  box-sizing: border-box;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 13px;
  line-height: 1.7;
}
.modal__contents .box-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.modal__contents .img {
  width: min(28vw, 210px);
  margin-bottom: min(8vw, 60px);
}
.modal__contents .name {
  width: min(26.6666666667vw, 200px);
  font-size: 18px;
  font-weight: bold;
  margin-right: min(5.3333333333vw, 40px);
  margin-bottom: min(5.3333333333vw, 40px);
}
.modal__contents .name span {
  display: block;
  font-size: 10px;
  font-weight: bold;
  color: #E95472;
}
.modal__contents .txt {
  width: 100%;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 1.5em;
}
.modal__contents .homepage {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
}
.modal__contents .homepage a {
  text-decoration: underline;
}
.modal__contents .sns {
  flex-basis: 84px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__contents .sns a {
  display: block;
  width: 24px;
}
.modal__close-btn {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

/*--------------------------------------------------------
　ANIMATION
--------------------------------------------------------*/
.is-anm {
  opacity: 0;
  transition: all 0.8s ease-out;
}
.is-anm.is-done {
  opacity: 1;
}

.fade-up {
  transform: translate(0, 40px);
}
.fade-up.is-done {
  transform: translate(0, 0);
}

.fade-down {
  transform: translate(0, -40px);
}
.fade-down.is-done {
  transform: translate(0, 0);
}

.fade-left {
  transform: translate(-40px, 0);
}
.fade-left.is-done {
  transform: translate(0, 0);
}

.fade-right {
  transform: translate(40px, 0);
}
.fade-right.is-done {
  transform: translate(0, 0);
}

.fade-scale {
  transform: scale(0);
  transition: all 1s cubic-bezier(0.65, -0.55, 0.265, 1.55);
}
.fade-scale.is-done {
  transform: scale(1);
}

/* 落ち葉：空からハラハラ落ちてくる（earlysummer2026のfvCottonFall相当） */
@keyframes leaf-fall {
  0% {
    opacity: 0;
    top: -15%;
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  8% {
    opacity: 1;
  }
  25% {
    top: 22%;
    transform: translate3d(var(--fv-sway), 0, 0) rotate(7deg);
  }
  50% {
    top: 45%;
    transform: translate3d(calc(var(--fv-sway) * -1), 0, 0) rotate(-5deg);
  }
  75% {
    top: 68%;
    transform: translate3d(var(--fv-sway), 0, 0) rotate(5deg);
  }
  93% {
    opacity: 1;
    top: 88%;
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  100% {
    opacity: 0;
    top: 100%;
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
/* 人物：足元を支点にゆらゆら揺れる（踊っているような自然な傾き） */
@keyframes figure-sway-feet {
  0%, 100% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
}
/* ぶらりんボーイ：手元（上端）を支点にゆらゆら揺れる */
@keyframes figure-sway-hands {
  0%, 100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
}/*# sourceMappingURL=style.css.map */