.lang ul {
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 16px;
  display: flex;
  gap: 0 8px;
  font-size: 12px;
}
.lang .active,
.lang a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.lang .active {
  color: #B2B2A1;
  font-family: "Hiragino UD Sans W6 JIS2004";
  background-color: #ffffff;
}
.lang a {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (min-width: 768px) {
  .lang ul {
    top: 32px;
    right: 62px;
    gap: 0 12px;
    font-size: 18px;
  }
  .lang .active,
  .lang a {
    width: 36px;
    height: 36px;
  }
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 39px 0;
  padding: 50px 0;
  background-color: #E5E5CF;
}
.hero-logo {
  width: 57.6923076923vw;
  max-width: 320px;
}
.hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero h2 {
  font-family: "Hiragino UD Serif W6 JIS2004";
  font-size: min(7.6923076923vw, 32px);
  line-height: 150%;
  letter-spacing: 2.56px;
  font-feature-settings: "palt" on;
}
.hero p {
  font-family: "Hiragino UD Sans W6 JIS2004";
  font-size: min(3.8461538462vw, 16px);
  line-height: 150%;
  font-feature-settings: "halt" on;
}
@media (min-width: 768px) {
  .hero {
    gap: 0;
    padding: 0;
  }
  .hero-logo {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 48px;
  }
  .hero-text {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 3.7333333333vw;
    padding: 22.5px 5.1666666667vw;
  }
  .hero h2 {
    font-size: min(4.6666666667vw, 70px);
    letter-spacing: 5.6px;
  }
  .hero p {
    font-size: min(5.7692307692vw, 24px);
    line-height: 168.75%;
  }
}
@media (min-width: 1024px) {
  .hero {
    width: calc(100% - 60px);
  }
}

.yodogawa {
  width: 92.3076923077vw;
  padding: 48px 0;
  font-family: "Hiragino UD Sans W4 JIS2004";
  font-size: 14px;
  line-height: 175%;
  font-feature-settings: "halt" on;
}
@media (min-width: 768px) {
  .yodogawa {
    display: flex;
    justify-content: center;
    font-size: 18px;
    white-space: pre-line;
  }
}

.wrapper {
  width: min(92.3076923077vw, 960px);
}

.layout-50 {
  display: grid;
}
.goods .layout-50 {
  gap: 40px;
}
@media (min-width: 768px) {
  .layout-50 {
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
  }
  .goods .layout-50 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px 40px;
  }
  .goods .layout-50 .good {
    width: calc(50% - 20px);
  }
}

.goods {
  margin: 0 0 48px;
}
.goods h2 {
  padding: 0 0 32px 40px;
  font-family: "Hiragino UD Serif W6 JIS2004";
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 1.6px;
  font-feature-settings: "palt" on;
  white-space: pre-line;
  background-image: linear-gradient(#E5E5CF, #E5E5CF);
  background-size: 24px 100%;
  background-repeat: no-repeat;
}
.goods h2 small {
  font-size: 16px;
  letter-spacing: 1.28px;
}
@media (min-width: 768px) {
  .goods h2 {
    padding: 0 0 40px 40px;
    font-size: 24px;
    letter-spacing: 1.92px;
  }
  .goods h2 small {
    font-size: 19.2px;
    letter-spacing: 1.536px;
  }
  .goods h2.fixed {
    min-height: 150px;
  }
  .goods h2.nowrap-md {
    min-height: auto;
    white-space: normal;
  }
}

.video-wrapper {
  aspect-ratio: 1920/1080;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
}

.good {
  position: relative;
  background-color: #F2F2E6;
  background-size: 24px 100%;
  background-repeat: no-repeat;
}
.good:nth-of-type(1) {
  background-image: linear-gradient(#54C4C6, #54C4C6);
}
.good:nth-of-type(1) .good-number {
  color: #54C4C6;
}
.good:nth-of-type(2) {
  background-image: linear-gradient(#ADADD9, #ADADD9);
}
.good:nth-of-type(2) .good-number {
  color: #ADADD9;
}
.good:nth-of-type(3) {
  background-image: linear-gradient(#AFCCBF, #AFCCBF);
}
.good:nth-of-type(3) .good-number {
  color: #AFCCBF;
}
.good:nth-of-type(4) {
  background-image: linear-gradient(#9FF596, #9FF596);
}
.good:nth-of-type(4) .good-number {
  color: #9FF596;
}
.good:nth-of-type(5) {
  background-image: linear-gradient(#19E0C2, #19E0C2);
}
.good:nth-of-type(5) .good-number {
  color: #19E0C2;
}
.good:nth-of-type(6) {
  background-image: linear-gradient(#57DA7E, #57DA7E);
}
.good:nth-of-type(6) .good-number {
  color: #57DA7E;
}
.good:nth-of-type(7) {
  background-image: linear-gradient(#B7BFAC, #B7BFAC);
}
.good:nth-of-type(7) .good-number {
  color: #B7BFAC;
}
.good.plain {
  background-color: var(--white);
  background-image: linear-gradient(#E5E5CF, #E5E5CF);
}
.good.plain .good-picture {
  margin-bottom: 32px;
}
.good-number {
  position: absolute;
  top: -9px;
  left: 22px;
  font-family: "Hiragino UD Serif W6 JIS2004";
  font-size: min(19vw, 80px);
  line-height: 1;
  opacity: 0.5;
  transform: skewX(-14deg);
}
.good-header {
  position: relative;
  padding: 12px 16px 12px 64px;
}
.good-header h3 {
  margin-bottom: 4px;
  font-family: "Hiragino UD Sans W6 JIS2004";
  font-size: min(4.8076923077vw, 20px);
  line-height: 150%;
  font-feature-settings: "halt" on;
  white-space: pre-line;
}
.good-header p {
  font-size: min(3.3653846154vw, 14px);
  line-height: 175%;
}
.good-picture {
  display: block;
}
.good figure {
  position: relative;
}
.good figcaption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: var(--white);
  font-family: "Hiragino UD Sans W6 JIS2004";
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.05px;
  font-feature-settings: "halt" on;
}
.good-footer {
  display: flex;
  justify-content: space-between;
  padding: 16px 16px 16px 32px;
}
.good-footer p {
  position: relative;
  font-size: min(3.3653846154vw, 14px);
  white-space: pre-line;
  font-feature-settings: "halt" on;
}
.good-footer b {
  position: absolute;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  font-family: "Hiragino UD Sans W6 JIS2004";
  font-size: 10px;
}
.good-footer.layout-y {
  flex-direction: column;
}
.good-button {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.good-button.stack {
  flex-direction: column;
  gap: 16px 0;
  margin: 16px 0 0;
}
@media (min-width: 768px) {
  .good-header {
    min-height: 155px;
  }
  .good-footer {
    min-height: 138px;
  }
  .good.plain .good-picture {
    margin-bottom: 40px;
  }
}

.button {
  width: fit-content;
  padding: 7px 12px 8px;
  color: var(--black);
  font-size: min(3.3653846154vw, 14px);
  line-height: 21px;
  font-feature-settings: "halt" on;
  background-color: #ACD9A3;
  transition: transform 0.25s ease-in-out, box-shadow 0.25s 0.05s ease-out;
}
.button span {
  display: flex;
  border-bottom: 1px solid var(--black);
}
.button span:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url('data:image/svg+xml, %3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21" fill="none"%3E%3Cpath d="M3.5 9.62495V11.3749H14L9.1875 16.1874L10.43 17.4299L17.36 10.4999L10.43 3.56995L9.1875 4.81245L14 9.62495H3.5Z" fill="black"/%3E%3C/svg%3E') center/100% no-repeat;
}
.button span:after {
  transition: transform 0.25s 0.2s;
}
.button:hover {
  opacity: 1;
  transform: translate(5px, -5px);
  box-shadow: -5px 5px 0 0 #E5E5CF;
}
.button:hover span:after {
  transform: translateX(2px);
}

.banners {
  display: grid;
  gap: 16px 0;
  width: min(92.3076923077vw, 800px);
}
@media (min-width: 768px) {
  .banners {
    gap: 40px 0;
  }
}

.banner {
  display: block;
  transition: transform 0.25s ease-in-out, box-shadow 0.25s 0.05s ease-out;
}
.banner:hover {
  opacity: 1;
  transform: translate(5px, -5px);
  box-shadow: -5px 5px 0 0 #E5E5CF;
}
.banner:hover span:after {
  transform: translateX(2px);
}

.live {
  max-width: 800px;
  margin: 48px auto 0;
}
.live .goods {
  margin: 0 auto;
}
.live .live-cnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  background-image: url(../img/bg_rainbow.jpg);
  background-size: cover;
}
.live p {
  color: var(--white);
  line-height: 150%;
  font-feature-settings: "palt" on;
}
.live .plain {
  margin: 0 0 14px;
  font-family: "Hiragino UD Sans W6 JIS2004";
  font-size: 0.875rem;
  letter-spacing: 1.05px;
}
.live .deco {
  margin: 0 0 16px;
  font-family: "Puhu Soiree AP";
  font-size: min(4.8076923077vw, 20px);
  text-align: center;
}
.live .iframe-wrap {
  width: 100%;
  aspect-ratio: 384/216;
}
.live iframe {
  width: 100%;
  height: 100%;
}
.live a {
  display: flex;
  align-items: center;
  gap: 0 6.4px;
  width: fit-content;
  margin: 16px 0 0;
  padding: 8.8px 9.6px 9.6px 9.6px;
  font-family: "Hiragino UD Sans W6 JIS2004";
  font-size: 1rem;
  line-height: 150%;
  background-color: var(--white);
  transition: transform 0.25s ease-in-out, box-shadow 0.25s 0.05s ease-out;
}
.live a span {
  display: flex;
  border-bottom: 1px solid var(--black);
}
.live a span:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml, %3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21" fill="none"%3E%3Cpath d="M3.5 9.62495V11.3749H14L9.1875 16.1874L10.43 17.4299L17.36 10.4999L10.43 3.56995L9.1875 4.81245L14 9.62495H3.5Z" fill="black"/%3E%3C/svg%3E') center/100% no-repeat;
}
.live a span:after {
  transition: transform 0.25s 0.2s;
}
.live a:hover {
  opacity: 1;
  transform: translate(5px, -5px);
  box-shadow: -5px 5px 0 0 rgba(0, 0, 0, 0.5);
}
.live a:hover span:after {
  transform: translateX(2px);
}
@media (min-width: 640px) {
  .live .plain {
    white-space: pre-line;
  }
}
@media (min-width: 768px) {
  .live .live-cnt {
    padding: 32px 40px;
  }
  .live .plain {
    font-size: 1.125rem;
    letter-spacing: 1.35px;
  }
  .live .deco {
    margin: 0 0 26px;
    font-size: 1.75rem;
  }
  .live a {
    gap: 0 8px;
    margin: 32px 0;
    padding: 11px 12px 12px 12px;
    font-size: 1.25rem;
  }
  .live a svg {
    width: 30px;
    height: 30px;
  }
  .live a span:after {
    width: 30px;
    height: 30px;
  }
}

[data-watch=title] {
  opacity: 0;
  transform: translateX(20px);
  transition: transform 0.55s ease-out, opacity 0.3s 0.1s ease-out;
}
[data-watch=title].in-view {
  opacity: 1;
  transform: translateX(0);
}

[data-watch=item] {
  opacity: 0;
  transform: translateX(20px);
  transition: transform 0.55s ease-out, opacity 0.3s 0.1s ease-out;
}
[data-watch=item].in-view {
  opacity: 1;
  transform: translateX(0);
}

[data-watch=hero] picture {
  opacity: 0;
  filter: blur(5px);
  transition: opacity 0.35s ease-out, filter 1s ease-out;
}
[data-watch=hero] .hero-text {
  mask-image: linear-gradient(black, black 40%, transparent 60%);
  mask-size: 100% 0%;
  mask-repeat: no-repeat;
  transition: mask-size 1s 1s ease-out;
}
@media (min-width: 768px) {
  [data-watch=hero] .hero-text {
    transition: mask-size 2s 1s ease-out;
  }
}
[data-watch=hero].in-view picture {
  opacity: 1;
  filter: blur(0);
}
[data-watch=hero].in-view .hero-text {
  mask-size: 100% 200%;
}

:root {
  --white: #ffffff;
  --black: #000000;
}

* {
  box-sizing: border-box;
}

body {
  font: initial !important;
  font-family: "Hiragino UD Sans W3 JIS2004" !important;
  font-feature-settings: "halt" on;
  color: #000;
  font-weight: 300;
  line-height: 1.75;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

ul {
  list-style: none;
}

#page {
  padding-top: 0 !important;
  overflow: hidden;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--black);
}
.main img {
  width: 100%;
}

@keyframes pulsate-fwd {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulsate-fwd-sp {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.8);
  }
  50% {
    transform: translateX(-50%) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
/* ===============================================================================
Footer share
=============================================================================== */
.footer {
  margin-top: 48px;
}
.footer .btn-top {
  margin: 0 auto 48px;
  display: block;
  width: 280px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 13px 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}