body {
  font-family: 'UD Reimin Regular';
}

a {
  text-decoration: none;
  transition: .4s;
}

a:hover {
  opacity: .8;
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.swiper-container {
  width: 100%;
}

.swiper-slide img {
  vertical-align: middle;
}

.swiper-pagination {
  bottom: 20px !important;
}

.swiper-pagination-bullet {
  background-color: #FFFFFA;
  opacity: 1;
  margin: 0 10px !important;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background-color: #C5719B;
}

.modal-txt {
  color: #000;
  line-height: 1.92;
  display: flex;
  justify-content: center;
}

.modal-img {
  width: 170px;
  margin: 0 auto 50px;
}

.modaal-outer-wrapper {
  position: relative;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.modaal-wrapper .modaal-close::before, .modaal-wrapper .modaal-close::after {
  content: none;
}

.modaal-content-container {
  background-color: #fff;
  padding: 100px 50px;
}

.check .modaal-container {
  max-width: 1200px;
}

.check .modaal-content-container {
  padding: 140px 30px 180px;
  background-color: #FFFFFA;
  color: #1B1464;
  text-align: center;
  background-image: url(/store/yoi/japanese_wine/puchipuchi2021/img/index/bg-saru.svg);
  background-size: 353px;
  background-position: bottom 20px left 115px;
}

.check .modaal-close {
  position: static;
}

.modal-check-txt1 {
  font-size: 13px;
}

.modal-check-txt2 {
  font-size: 24px;
  margin: 30px 0 40px;
}

.modal-check-yesno {
  display: flex;
  justify-content: space-between;
  max-width: 320px;
  width: 100%;
  margin: auto;
}

.modal-check-yesno div {
  width: 150px;
  transition: .4s;
}

.modal-check-yesno div:hover {
  opacity: .8;
}

.yes {
  cursor: pointer;
}

section {
  z-index: 1;
}

.mv {
  position: relative;
  height: 100vh;
}

.mv::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(/store/yoi/tokyo_sake/img/bg-mv.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv.city::before {
  background: none;
}

.logo-yoi {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 100px;
  z-index: 3;
}

.logo-ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4%;
  z-index: 2;
  width: 88%;
}

.txt-les {
  max-width: 675px;
  width: 100%;
  margin: -98px auto 0;
}

.mv-under-bottom {
  width: 100%;
  margin: 20px auto 0;
}

.mv-under-bottom div:nth-of-type(1) {
  width: 237px;
  margin: auto;
}

.mv-under-bottom div:nth-of-type(2) {
  max-width: 604px;
  width: 100%;
  margin: 20px auto 0;
}

.yodogawa {
  color: #fff;
  position: relative;
}

.yodogawa::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(/store/yoi/tokyo_sake/img/bg-body.jpg) top no-repeat;
  background-size: cover;
}

.yodogawa.city {
  background-image: none;
}

.yodogawa.city::before {
  display: block;
  position: fixed;
}

.yodogawa-bg {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 100px 30px;
}

.yodogawa-bg-txt {
  color: #fff;
  font-size: 16px;
  line-height: 2.42;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
}

.yodogawa-bg-img {
  margin: 100px auto;
  padding: 100px 0 150px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

.yodogawa-bg-img div:nth-of-type(1) {
  max-width: 604px;
  margin: 0 auto 25px;
}

.yodogawa-bg-img div:nth-of-type(2) {
  max-width: 604px;
  margin: auto;
}

.yodogawa-bg-img div:nth-of-type(3) {
  text-align: right;
  max-width: 460px;
  margin: auto;
}

.yodogawa-bg-img div:nth-of-type(3) > img.pc {
  display: inline-block;
  max-width: 125px;
  margin: 30px 0;
}

.yodogawa-bg-img div:nth-of-type(3) a {
  display: block;
}

.yodogawa-bg-img div:nth-of-type(3) a img {
  max-width: 274px;
}

.yodogawa-bg-img div:nth-of-type(4) {
  position: absolute;
  left: calc(50% - 384px);
  top: 55%;
  max-width: 320px;
  width: 100%;
  z-index: 1;
}

.yomimono {
  color: #fff;
  position: relative;
  margin: 250px 0;
}

.yomimono-inner {
  padding: 100px 30px;
  background-color: rgba(255, 255, 255, 0.9);
}

.img-archives {
  width: 185px;
  margin: 40px 0 25px 6px;
}

.btn-pop {
  display: block;
  max-width: 258px;
  width: 100%;
  margin: auto;
}

.yoinokoto {
  font-size: 18px;
}

.bnr {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}

.bnr > div {
  border-bottom: 1px solid rgba(114, 113, 113, 0.75);
}

.bnr > div a {
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
  padding: 180px 0 50px;
  color: #727171;
  text-decoration: none;
  max-width: 580px;
}

.bnr > div a > img:nth-of-type(1) {
  position: absolute;
  left: -5px;
  top: 50px;
  width: 166px;
}

.bnr > div a h3 {
  line-height: 1;
}

.bnr > div a h3 img {
  max-height: 24.6px;
  width: auto;
  max-width: 100%;
}

.bnr > div a span {
  display: block;
  margin-top: 50px;
  font-size: 15px;
}

.bnr > div a.comingsoon {
  opacity: .3;
  pointer-events: none;
}

.bnr > div:nth-of-type(1) a > img:nth-of-type(1) {
  width: 115px;
}

.swiper-button-prev, .swiper-button-next {
  color: #fff;
  width: 34px;
  height: 70px;
}

.swiper-button-prev::after, .swiper-button-next::after {
  content: '';
  background-image: url(/store/yoi/japanese_wine/puchipuchi2021/img/ico-arrow.png);
  background-size: contain;
  width: 34px;
  height: 70px;
}

.swiper-button-next::after {
  transform: rotate(180deg);
}

/*footer*/
.tukiInd-footer {
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-family: 'Koburina Gothic W6 JIS2004';
}

.tukiInd-footer a {
  color: #fff;
}

.tukiInd-footer-inner {
  padding: 100px 30px;
}

.tukiInd-footerLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.tukiInd-footerLinks-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Koburina Gothic W6 JIS2004';
  margin-right: 50px;
}

.tukiInd-footerLinks-sns > span {
  margin: 0 10px;
  font-size: 18px;
  letter-spacing: 0.07em;
}

.tukiInd-footerLinks-sns > a {
  margin: 0 10px;
}

.tukiInd-footerLinks-sns > a.tukiInd-tw {
  width: 36.89px;
}

.tukiInd-footerLinks-sns > a.tukiInd-fb {
  width: 30.35px;
}

.tukiInd-footerLinks-sns > a.tukiInd-li {
  width: 33.44px;
}

.tukiInd-footerLinks-txt1 {
  font-family: 'Koburina Gothic W6 JIS2004';
  font-size: 18px;
  letter-spacing: 0.07em;
  text-align: center;
  line-height: 1.5;
}

.tukiInd-footerLinks-txt1 > a {
  color: #fff;
  display: inline-block;
}

.tukiInd-footerLinks-txt1 > a:nth-of-type(2), .tukiInd-footerLinks-txt1 > a:nth-of-type(3) {
  position: relative;
  margin: 0 16px 0 0;
}

.tukiInd-footerLinks-txt1 > a:nth-of-type(2)::after, .tukiInd-footerLinks-txt1 > a:nth-of-type(3)::after {
  content: '|';
  position: absolute;
  right: -15px;
  top: -2px;
  transform: rotate(40deg);
  font-size: 21px;
}

.tukiInd-footerLinks-txt1 > a:nth-of-type(2) {
  margin: 0 16px;
}

.tukiInd-footerLinks-txt1 > a:nth-of-type(2)::before {
  content: '|';
  position: absolute;
  left: -15px;
  top: -2px;
  transform: rotate(40deg);
  font-size: 21px;
}

.tukiInd-footerLinks-txt2 {
  text-align: center;
  margin-top: 50px;
}

.tukiInd-footerLinks-txt2 > a {
  display: inline-block;
  line-height: 1.5;
}

.tukiInd-footerLinks-txt2 > span {
  display: inline-block;
}

.tukiInd-footerLinks-sitename {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 100px;
}

.credit {
  text-align: center;
  font-size: 14px;
  margin-top: 50px;
  color: #000;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 959px) {
  /*footer*/
  .tukiInd-footerLinks {
    flex-wrap: wrap;
    justify-content: inherit;
    flex-direction: column;
    align-items: inherit;
  }
  .tukiInd-footerLinks-sns {
    justify-content: inherit;
  }
  .tukiInd-footerLinks-sns > span {
    font-size: 14px;
    margin-left: 0;
  }
  .tukiInd-footerLinks-txt1 {
    font-size: 14px;
    text-align: left;
    margin: 25px 0 0;
  }
  .tukiInd-footerLinks-txt1 > a {
    display: block;
  }
  .tukiInd-footerLinks-txt1 > a:nth-of-type(2), .tukiInd-footerLinks-txt1 > a:nth-of-type(3) {
    margin: 6px 0;
  }
  .tukiInd-footerLinks-txt1 > a:nth-of-type(2)::before, .tukiInd-footerLinks-txt1 > a:nth-of-type(2)::after, .tukiInd-footerLinks-txt1 > a:nth-of-type(3)::before, .tukiInd-footerLinks-txt1 > a:nth-of-type(3)::after {
    content: none;
  }
  .tukiInd-footerLinks-txt2 {
    text-align: left;
  }
  .tukiInd-footerLinks-txt2 > a {
    display: block;
  }
  .tukiInd-footerLinks-txt2 > a:nth-of-type(2), .tukiInd-footerLinks-txt2 > a:nth-of-type(3) {
    margin: 6px 0;
  }
  .tukiInd-footerLinks-txt2 > span {
    display: none;
  }
  .tukiInd-footerLinks-sitename {
    font-size: 10px;
    text-align: left;
    margin-top: 50px;
  }
  .tukiInd-footer-inner {
    padding: 50px 20px;
    max-width: 400px;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .mv::before {
    background-image: url(/store/yoi/tokyo_sake/img/bg-mv-sp.jpg);
  }
  .share-wrap {
    flex-direction: column;
    padding-bottom: 0;
  }
  .logo-ttl {
    bottom: 0%;
    width: 90%;
  }
  .logo-yoi {
    width: 18%;
    right: 2%;
    bottom: 1%;
  }
  .txt-les {
    margin-top: -13vw;
  }
  .mv-under-bottom {
    max-width: 80%;
    margin: 15px auto 0;
  }
  .mv-under-bottom div:nth-of-type(1) {
    width: 50%;
  }
  .yodogawa {
    background-size: cover;
  }
  .img-archives {
    width: 165px;
    margin: 40px 0 25px 3px;
  }
  .yodogawa-bg {
    padding: 30px 5% 40px;
  }
  .yodogawa-bg-img {
    margin: 30px auto;
    padding: 35px 0 40px;
  }
  .yodogawa-bg-img div:nth-of-type(1) {
    margin-bottom: 4%;
  }
  .yodogawa-bg-img div:nth-of-type(2) {
    max-width: 85%;
  }
  .yodogawa-bg-img div:nth-of-type(3) {
    max-width: inherit;
  }
  .yodogawa-bg-img div:nth-of-type(3) > img.pc {
    display: none;
  }
  .yodogawa-bg-img div:nth-of-type(3) > img.sp {
    display: inline-block;
    width: 29%;
    margin: 5% 9% 0 0;
  }
  .yodogawa-bg-img div:nth-of-type(3) a {
    text-align: center;
    margin-top: 30vw;
    margin-top: 11vw;
  }
  .yodogawa-bg-img div:nth-of-type(3) a img {
    width: 80%;
  }
  .yodogawa-bg-img div:nth-of-type(4) {
    left: 3%;
    top: 43%;
    max-width: 52%;
    top: 51%;
  }
  .yodogawa-bg-txt {
    font-size: 14px;
    text-align: left;
  }
  .yomimono {
    margin: 100px 0;
  }
  .yomimono-inner {
    padding: 10px 5% 50px;
  }
  .btn-pop {
    width: 45%;
  }
  .bnr > div a {
    padding: 50px 10px 30px;
  }
  .bnr > div a > img:nth-of-type(1) {
    position: static;
    width: 80px;
    display: block;
    margin: auto;
  }
  .bnr > div a h3 {
    margin: 25px 0 0;
  }
  .bnr > div a h3 img {
    max-height: 20px;
  }
  .bnr > div a span {
    margin-top: 40px;
  }
  .bnr > div:nth-of-type(1) a > img:nth-of-type(1) {
    width: 57px;
  }
  .modal-txt {
    text-align: left;
    font-size: 14px;
  }
  .modal-img {
    margin: 60px auto 40px;
  }
  .check .modaal-content-container {
    padding: 70px 20px 60px;
    background-size: 312px;
    background-position: bottom 0 left 10px;
  }
  .check .modaal-inner-wrapper {
    padding: 10px;
  }
  .popup .modaal-inner-wrapper {
    padding: 5%;
  }
  .popup .modaal-content-container {
    padding: 5%;
  }
  .modal-check-txt1 {
    font-size: 12px;
  }
  .modal-check-txt2 {
    font-size: 20px;
    margin: 30px 0 40px;
  }
  .modal-check-yesno div {
    width: calc(50% - 6px);
  }
  .credit {
    font-size: 12px;
    margin-top: 30px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br:not(.keep):not(.sp) {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .modal-check-txt1 {
    font-size: 11px;
  }
  .modal-check-txt2 {
    font-size: 16px;
  }
}
