@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-size: 11px;
  transition: all 1.6s ease 0s;
  background-color: #efefeb;
}

img {
  display: block;
  width: 100%;
}

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.ga {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.3333333333vw;
}

.sh {
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.6923076923vw;
}

.yu {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.0769230769vw;
  line-height: 200%;
}
@media screen and (min-width: 769px) {
  .yu {
    font-size: 1.09375vw;
  }
}

.dn {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4.8717948718vw;
}

.w_80 {
  width: 82.9333333333vw;
  margin: 0 auto;
  margin-top: -1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .w_80 {
    width: 30vw;
    margin-top: 0;
  }
}

.link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  margin: 5vw auto;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 769px) {
  .link {
    width: 30vw;
    font-size: 1.171875vw;
    margin: 2vw auto;
  }
}
.link .buy {
  border: 1px solid;
  padding: 1vw 3vw;
  height: 7vw;
}
@media screen and (min-width: 769px) {
  .link .buy {
    padding: 2px 1.5vw;
    height: 2.3vw;
  }
}

/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

#page-top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  #page-top {
    right: 3%;
  }
}
#page-top img {
  width: 2.3611111111vw;
}
@media screen and (max-width: 768px) {
  #page-top img {
    width: 7.6vw;
  }
}

#page-top a {
  display: block;
  opacity: 0.9;
  transition: all 0.3s ease;
}

#page-top a:hover {
  opacity: 0.5;
}

#page-top a:hover {
  opacity: 0.5;
}

/* .fv
===================================================== */
@keyframes fv-slide {
  0% {
    opacity: 0;
  }
  8.57% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  28.57% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.fv-slider {
  position: relative;
}
.fv-slider .fv-slide {
  animation: fv-slide 17.5s infinite;
  animation-fill-mode: backwards;
}
.fv-slider .fv-slide:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.fv-slider .fv-slide:nth-child(1) {
  animation-delay: -1.5s;
}
.fv-slider .fv-slide:nth-child(2) {
  animation-delay: 2s;
}
.fv-slider .fv-slide:nth-child(3) {
  animation-delay: 5.5s;
}
.fv-slider .fv-slide:nth-child(4) {
  animation-delay: 9s;
}
.fv-slider .fv-slide:nth-child(5) {
  animation-delay: 12.5s;
}

@media screen and (min-width: 769px) {
  .fv {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_img {
    width: 807px;
    height: auto;
    margin: 0;
  }
}
.fv .ttl {
  margin: 12vw auto auto 8vw;
}
@media screen and (min-width: 769px) {
  .fv .ttl {
    margin: auto auto 0% 3vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .ttl p {
    font-size: 1.328125vw;
  }
}
.fv .ttl h1 {
  margin-top: 1%;
}
@media screen and (min-width: 769px) {
  .fv .ttl h1 {
    font-size: 4.6875vw;
  }
}
.fv .ttl h1 span {
  font-size: 5.3846153846vw;
}
@media screen and (min-width: 769px) {
  .fv .ttl h1 span {
    font-size: 2.265625vw;
  }
}

.read {
  width: 80vw;
  margin: 10vw auto 5vw;
}
@media screen and (min-width: 769px) {
  .read {
    font-size: 1.171875vw;
    text-align: center;
  }
}

/* .すぽんちょ
===================================================== */
.sponcho .c_ttl {
  position: relative;
  margin-top: 20vw;
}
@media screen and (min-width: 769px) {
  .sponcho .c_ttl {
    margin-top: 5vw;
  }
}
.sponcho .c_ttl h2 {
  text-align: center;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 999;
}
@media screen and (min-width: 769px) {
  .sponcho .c_ttl h2 {
    font-size: 2.03125vw;
  }
}
.sponcho .c_ttl .c-text-ticker-wrap {
  overflow: hidden;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.sponcho .c_ttl .c-text {
  display: flex;
  width: max-content;
  color: #fff;
  animation: ticker-rtl 40s linear infinite;
}
.sponcho .c_ttl .c-text__item {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 32vw;
  letter-spacing: 4px;
  padding-right: 2%;
}
@media screen and (min-width: 769px) {
  .sponcho .c_ttl .c-text__item {
    font-size: 10vw;
  }
}
.sponcho .txt {
  width: 80vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sponcho .txt {
    width: 30vw;
    margin-bottom: 8vw;
  }
}

.sponcho_btm {
  width: 80vw;
  margin: 15vw auto 0;
}
@media screen and (min-width: 769px) {
  .sponcho_btm {
    width: 30vw;
    margin: 4vw auto 0;
  }
}

@keyframes ticker-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--ticker-move, -50%));
  }
}
/* .兵児帯
===================================================== */
.obi .c_ttl {
  position: relative;
  margin-top: 20vw;
}
@media screen and (min-width: 769px) {
  .obi .c_ttl {
    margin-top: 5vw;
  }
}
.obi .c_ttl h2 {
  text-align: center;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 999;
}
@media screen and (min-width: 769px) {
  .obi .c_ttl h2 {
    font-size: 2.03125vw;
  }
}
.obi .c_ttl .c-text-ticker-wrap {
  overflow: hidden;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.obi .c_ttl .c-text {
  display: flex;
  width: max-content;
  color: #fff;
  animation: ticker-rtl 40s linear infinite;
}
.obi .c_ttl .c-text__item {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 32vw;
  letter-spacing: 4px;
  padding-right: 2%;
}
@media screen and (min-width: 769px) {
  .obi .c_ttl .c-text__item {
    font-size: 10vw;
  }
}
.obi .obi_img {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .obi .obi_img {
    width: 50%;
    margin: 0 auto;
  }
}
.obi .obi_img .swiper-pagination {
  position: static;
  margin-top: 5vw;
  display: flex;
  justify-content: center;
  gap: 2vw;
}
@media screen and (min-width: 769px) {
  .obi .obi_img .swiper-pagination {
    margin-top: 3vw;
  }
}
.obi .obi_img .swiper-pagination-bullet {
  width: 0.5128205128vw;
  height: 0.5128205128vw;
  border-radius: 50%;
  background: #c0bfba;
  opacity: 1;
  transition: background 0.3s;
}
@media screen and (min-width: 769px) {
  .obi .obi_img .swiper-pagination-bullet {
    width: 0.390625vw;
    height: 0.390625vw;
  }
}
.obi .obi_img .swiper-pagination-bullet-active {
  background: #333;
}
.obi .txt {
  width: 80vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .obi .txt {
    width: 30vw;
    margin-bottom: 8vw;
  }
}

/* .btm
===================================================== */
.btm .btm_img {
  width: 80%;
  margin: 20vw auto 0;
}
@media screen and (min-width: 769px) {
  .btm .btm_img {
    width: 30vw;
    margin: 0 auto 8vw;
  }
}
.btm .btm_img:last-child {
  width: 65%;
  margin-bottom: 25vw;
}
@media screen and (min-width: 769px) {
  .btm .btm_img:last-child {
    width: 26vw;
    margin: 0 auto 8vw;
  }
}

video {
  display: block;
}
video--filter {
  filter: drop-shadow(0px 0px #000);
}

.footer .f_btn {
  text-align: center;
  margin: 20% auto;
}
@media screen and (min-width: 769px) {
  .footer .f_btn {
    margin: 14vw auto 5vw;
  }
}
.footer .f_btn a {
  width: 74vw;
  padding: 4vw 0;
  background-color: #d9d9d9;
  display: block;
  margin: 0 auto 5vw;
}
@media screen and (min-width: 769px) {
  .footer .f_btn a {
    width: 30vw;
    padding: 1vw 0;
    margin: 0 auto 2vw;
  }
}
.footer .f_btn a p:nth-child(1) {
  font-size: 4.1025641026vw;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .footer .f_btn a p:nth-child(1) {
    font-size: 1.328125vw;
  }
}
.footer .f_btn a p:nth-child(2) {
  font-size: 4.6153846154vw;
}
@media screen and (min-width: 769px) {
  .footer .f_btn a p:nth-child(2) {
    font-size: 1.328125vw;
  }
}
.footer .staff_credit {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer .staff_credit {
    font-size: 0.9375vw;
  }
}
.footer .logo img {
  width: 25vw;
  margin: 60px auto 0;
}
@media screen and (min-width: 769px) {
  .footer .logo img {
    width: 10vw;
  }
}
.footer .copy {
  text-align: center;
  font-weight: 200;
  font-size: 2.5641025641vw;
  margin: 4vw auto 8vw;
}
@media screen and (min-width: 769px) {
  .footer .copy {
    font-size: 0.625vw;
    margin: 1vw auto 4vw;
  }
}/*# sourceMappingURL=style.css.map */