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;
  margin-bottom: 100vh;
  opacity: 0;
  transition: .2s;
}

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

.mv.active {
  opacity: 1;
}

.mv-ttl {
  position: fixed;
  left: calc(50% + 157px);
  top: 0;
  margin-top: 27vh;
  width: 101.829px;
  opacity: 0;
  z-index: 2;
}

.mv-ttl.active {
  animation: logo_fadeIn .5s ease-in 1s 1 normal forwards;
}

.mv-ttl.absolute {
  position: absolute;
  margin-top: 100vh;
}

.logo-yoi {
  position: absolute;
  left: 40px;
  top: 25px;
  width: 190px;
  z-index: 3;
}

.logo-ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 28%;
  z-index: 2;
  max-width: 131px;
  opacity: 0;
}

.logo-ttl.active {
  animation: logo_fadeIn .5s ease-in .5s 1 normal forwards;
}

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

.mv-under {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100vh;
  max-width: 400px;
  margin: auto;
  z-index: 1;
}

@keyframes logo_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

.yodogawa-bg {
  background-color: rgba(48, 38, 29, 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 {
  max-width: 1000px;
  margin: 80px auto;
  padding: 80px 0;
  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: 423px;
  margin: auto;
}

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

.yodogawa-bg-img div:nth-of-type(2) > img.pc {
  display: inline-block;
  max-width: 190px;
  margin: 20px 0 15px;
}

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

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

.yodogawa-bg-img div:nth-of-type(3) {
  position: absolute;
  right: calc(50% - 253px);
  top: 18%;
  max-width: 265px;
  width: 100%;
  z-index: 1;
}

.yodogawa-bg-img div:nth-of-type(3).sold {
  top: 62%;
  max-width: 180px;
  right: calc(50% - 189px);
}

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

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

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

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

.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.no {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  width: auto;
  height: 54.6865px;
}

.bnr > div a img.no--3 {
  height: 58.1982px;
}

.bnr > div a img.no--4 {
  height: 60.2051px;
}

.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) {
  border-top: 1px solid rgba(114, 113, 113, 0.75);
}

.archive {
  position: relative;
  margin: 250px 0;
}

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

.archive-ttl {
  max-width: 211.1713px;
  width: 100%;
  margin: 0 auto 100px;
}

.archive-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid rgba(114, 113, 113, 0.75);
  max-width: 1000px;
  padding: 20px 50px 0;
  margin: auto;
}

.archive-list a {
  width: calc(50% - 25px);
  font-family: 'Midashi Go MB31';
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.59;
  color: #30261D;
  margin-top: 25px;
}

.archive-list a p {
  display: flex;
  align-items: flex-end;
  min-height: 72px;
  padding-left: 8px;
}

.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(48, 38, 29, 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/edozakura/img/bg-sp.jpg);
  }
  .mv-under {
    max-width: initial;
    width: 55.5%;
  }
  .mv-ttl {
    left: 71%;
    width: 16%;
  }
  .share-wrap {
    flex-direction: column;
    padding-bottom: 0;
  }
  .logo-ttl {
    max-width: 19.8%;
  }
  .logo-yoi {
    width: 110.5px;
    left: 20px;
    top: -5px;
  }
  .txt-les {
    margin-top: -13vw;
  }
  .yodogawa {
    background-size: cover;
  }
  .img-archives {
    width: 165px;
    margin: 40px 0 25px 3px;
  }
  .yodogawa-bg {
    padding: 40px 5%;
  }
  .yodogawa-bg-img {
    margin: 40px auto;
    padding: 50px 0;
  }
  .yodogawa-bg-img div:nth-of-type(1) {
    max-width: 81%;
  }
  .yodogawa-bg-img div:nth-of-type(2) {
    max-width: 81%;
  }
  .yodogawa-bg-img div:nth-of-type(2) > img.pc {
    display: none;
  }
  .yodogawa-bg-img div:nth-of-type(2) > img.sp {
    display: inline-block;
    width: 44%;
    margin: 6% 0 0 0;
  }
  .yodogawa-bg-img div:nth-of-type(2) a {
    margin-top: 3.8vw;
  }
  .yodogawa-bg-img div:nth-of-type(2) a img {
    width: 73%;
  }
  .yodogawa-bg-img div:nth-of-type(3) {
    right: 3%;
    max-width: 48.5%;
    top: 15.5%;
  }
  .yodogawa-bg-img div:nth-of-type(3).sold {
    top: 72vw;
    max-width: 31vw;
    right: 14%;
  }
  .yodogawa-bg-txt {
    font-size: 14px;
    text-align: left;
  }
  .yomimono {
    margin: 100px 0;
  }
  .yomimono-inner {
    padding: 50px 5%;
  }
  .btn-pop {
    width: 100px;
    margin-bottom: 50px;
  }
  .bnr > div a {
    padding: 50px 10px 30px;
  }
  .bnr > div a img.no {
    position: static;
    width: 80px;
    display: block;
    margin: auto;
    transform: initial;
    height: 36.2549px;
  }
  .bnr > div a img.no--3 {
    height: 38.583px;
  }
  .bnr > div a img.no--4 {
    height: 39.9141px;
  }
  .bnr > div a h3 {
    margin: 50px 0 0;
  }
  .bnr > div a h3 img {
    max-height: 19px;
  }
  .bnr > div a span {
    margin-top: 40px;
  }
  .bnr > div:last-of-type {
    border-bottom: none;
  }
  .bnr > div:last-of-type a {
    padding-bottom: 0;
  }
  .archive {
    margin: 100px 0;
  }
  .archive-inner {
    padding: 50px 5%;
  }
  .archive-ttl {
    margin-bottom: 5px;
  }
  .archive-list {
    border: none;
    padding: 0;
  }
  .archive-list a {
    width: 100%;
    margin-top: 35px;
    font-size: 13px;
  }
  .archive-list a p {
    min-height: initial;
  }
  .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: 425px) {
  .yodogawa-bg-img div:nth-of-type(3).sold {
    top: 74vw;
  }
}

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