body {
  font-family: 'Gothic MB101 DemiBold';
}

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

a:hover {
  opacity: .8;
}

img {
  width: 100%;
}

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: #C70000;
}

.modal-txt {
  color: #3E3A39;
  line-height: 1.92;
  text-align: 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: #FFF7E8;
  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/domainehide/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;
}

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

.animation {
  position: fixed;
  top: 0;
  background-color: #fffffa;
  height: 100vh;
  width: 100%;
  transition: 0s;
  overflow: hidden;
  z-index: 2;
}

.animation img {
  position: absolute;
  top: 0;
  right: -20%;
  transition: 1.5s;
  opacity: 0;
  height: 100vh;
  width: auto;
}

.animation img.active {
  opacity: 1;
  right: 0%;
}

.animation img.fadeout {
  opacity: 0;
  transition: 1s;
}

.animation-inner {
  position: relative;
}

section {
  z-index: 1;
}

.mv {
  position: relative;
}

.logo-yoi {
  position: absolute;
  left: 30px;
  top: 20px;
  width: 150px;
  z-index: 2;
}

.logo-hobonichi {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 2;
  font-size: 15.81px;
  font-family: 'Gothic MB101 Heavy';
  letter-spacing: 0.16em;
  color: #FFFFFA;
}

.mv-under {
  position: relative;
  background-color: #C70000;
  background-image: url(/store/yoi/japanese_wine/domainehide/img/index/bg-bird.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  padding: 45px 30px 40px;
}

.txt-les {
  max-width: 593px;
  width: 100%;
  margin: auto;
}

.mv-under-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 466px;
  width: 100%;
  margin: 30px auto 0;
  transform: translateX(-5px);
}

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

.mv-under-bottom div:nth-of-type(2) {
  line-height: 1.53;
  font-size: 44.76px;
  letter-spacing: 0.1em;
  font-family: 'Gothic MB101 Heavy';
  color: #fffffa;
}

.yodogawa {
  background-image: url(/store/yoi/japanese_wine/domainehide/img/index/gb-kajyuen.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 400px;
}

.yodogawa-bg {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 30px;
}

.yodogawa-bg-txt {
  color: #3E3A39;
  font-size: 18px;
  line-height: 1.92;
  text-align: center;
}

.yodogawa-bg-img {
  margin: 50px auto 0;
  position: relative;
}

.yodogawa-bg-img div:nth-of-type(1) {
  position: absolute;
  left: calc(50% - 270px);
  top: -10px;
  width: 206.5px;
}

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

.yodogawa-bg-img a {
  position: absolute;
  right: calc(50% - 287px);
  bottom: 0;
  width: 212px;
  display: block;
}

.yomimono {
  padding: 100px 30px;
}

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

.yoinokoto {
  font-size: 18px;
}

.bnr {
  margin: 15px auto 0;
  max-width: 590px;
  width: 100%;
}

.bnr a {
  display: block;
  margin-top: -15px;
}

footer {
  text-align: center;
  font-family: 'Gothic MB101 DemiBold';
  color: #FFFFDE;
  letter-spacing: 0.06em;
  font-size: 16px;
}

footer img {
  width: inherit;
}

footer .banner {
  padding: 45px 0;
}

footer .banner_vintage {
  max-width: 630px;
  padding: 30px 0;
  margin: 0 auto 100px;
  font-size: 2.6rem;
  line-height: 2;
  border-top: 2.62px solid #7F4B63;
  border-bottom: 2.62px solid #7F4B63;
}

footer .banner_vintage a img:nth-of-type(1) {
  max-width: 408px;
}

footer .banner_vintage a img:nth-of-type(2) {
  max-width: 600px;
  width: 100%;
  margin-top: 20px;
}

footer .banner_vintage div img {
  padding-right: 10px;
}

footer .banner_vintage div {
  padding-bottom: 20px;
}

footer a {
  color: #808080;
}

footer .yokoku_list {
  padding: 0 0 30px;
  background-color: #CCE0EC;
}

footer .yokoku_list ul {
  max-width: 902px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

footer .yokoku_list ul li {
  width: 33.333%;
}

footer .yokoku_list ul li .num {
  font-size: 2.4rem;
}

footer .yokoku_list ul li:last-of-type a {
  border-right: none !important;
}

footer .yokoku_list ul li.border_bottom {
  border-bottom: 2px solid #fffffa;
}

footer .yokoku_list ul li a {
  display: block;
  padding: 0 10px;
  margin-top: 30px;
  line-height: 1.875;
  pointer-events: none;
}

footer .yokoku_list ul li a.active {
  pointer-events: inherit;
  color: #DD5A24;
}

footer .yokoku_list ul li a img {
  opacity: .5;
}

footer .yokoku_list ul li a.active img {
  opacity: 1;
}

footer .yokoku_list .event_off {
  pointer-events: none;
}

footer .yokoku_list .color_off {
  opacity: .5;
}

footer .banner .link {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer li span {
  display: block;
  vertical-align: middle;
}

footer .bottom {
  background-color: #C70000;
  color: #FFFFDE;
  padding: 50px 0 100px;
}

footer .bottom a {
  color: #FFFFDE;
}

footer .inner {
  max-width: 680px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

footer .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
}

footer .share_title {
  border-top: 1px solid #0a1464;
  border-bottom: 1px solid #0a1464;
  font-size: 12px;
  font-weight: bold;
}

footer .share_title span {
  display: block;
  line-height: 1em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .share li {
  margin: 0 35px 0 0;
  line-height: 0;
}

footer .share li a {
  font-size: 38px;
  display: block;
}

footer .bottom .menu {
  font-size: 12px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .bottom .menu li::after {
  content: "";
  display: inline;
  font-size: 12px;
  color: #ffffff;
  padding: 0 18px;
}

footer .bottom .menu li:last-of-type:after {
  display: none;
}

footer .copyright {
  font-family: 'Shuei KakuGo Kin B';
  text-align: center;
  font-size: 12px;
  color: #FFFFDE;
}

.hb-twitter:before, .hb-facebook-box:before, .hb-line:before {
  color: #FFFFDE;
}

footer {
  margin-bottom: 400px;
}

footer img {
  width: inherit;
}

footer .hobo li:nth-of-type(1) img {
  width: 25px;
}

footer .hobo a {
  display: flex;
  align-items: center;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (min-width: 769px) {
  footer .yokoku_list ul li a.pcBorder_top {
    border-right: 2px solid #fffffa;
    border-left: 2px solid #fffffa;
    margin-bottom: 30px;
  }
  footer .yokoku_list ul li a.pcBorder_bottom {
    border-right: 2px solid #fffffa;
    border-left: 2px solid #fffffa;
  }
  footer .hobo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 6px;
    right: 0;
  }
  footer .hobo a {
    font-size: 16px;
  }
  footer .hobo li {
    margin: 0 0 0 35px;
  }
  footer .email {
    margin: 3px 0 0 0;
    font-size: 13px;
  }
  footer .email span {
    display: inline-block;
    margin: -4px 5px 0 0;
    font-size: 3px;
  }
  footer .ico_home {
    margin: 3px 0 0 0;
    font-size: 13px;
  }
  footer .ico_home span {
    display: inline-block;
    margin: -4px 5px 0 0;
    font-size: 27px;
  }
}

@media screen and (max-width: 768px) {
  .animation img {
    height: 90vh;
    right: -120%;
  }
  .animation img.active {
    right: -80%;
  }
  .animation img.fadeout {
    right: -60%;
  }
  .logo-hobonichi {
    right: 20px;
    top: 10px;
    font-size: 11px;
  }
  .logo-yoi {
    left: 20px;
    top: 10px;
  }
  .mv-under {
    padding: 25px 7.5% 20px;
  }
  .mv-under-bottom {
    max-width: 85%;
    margin: 15px auto 0;
  }
  .mv-under-bottom div:nth-of-type(1) {
    width: 9%;
  }
  .mv-under-bottom div:nth-of-type(2) {
    font-size: 7vw;
  }
  .yodogawa {
    background-position: left;
    padding-top: 200px;
  }
  .yodogawa-bg {
    padding: 30px 7.5%;
  }
  .yodogawa-bg-img div:nth-of-type(1) {
    width: 42%;
    left: -7%;
  }
  .yodogawa-bg-img div:nth-of-type(2) {
    width: 63%;
  }
  .yodogawa-bg-img a {
    width: 42%;
    right: -7%;
  }
  .yodogawa-bg-txt {
    font-size: 14px;
    text-align: left;
  }
  .yomimono {
    padding: 30px calc(7.5% - 10px);
  }
  .bnr a {
    margin-top: -20px;
  }
  .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: 7.5%;
  }
  .popup .modaal-content-container {
    padding: 7.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);
  }
  footer {
    margin-bottom: 100px;
  }
  footer .banner .link {
    display: block;
    padding: 0 10px;
  }
  footer .banner .link a:first-of-type {
    display: block;
    padding-bottom: 20px;
  }
  footer .banner_vintage {
    font-size: 1.12rem;
    padding: 30px 0 15px;
  }
  footer .banner_vintage div {
    padding-bottom: 10px;
  }
  footer .banner_vintage div img {
    width: 265px;
    padding-right: 5px;
  }
  footer .yokoku_list ul li {
    width: 50%;
  }
  footer .yokoku_list {
    padding: 0;
  }
  footer .yokoku_list ul li a {
    padding: 0 10px;
    margin: 10px 0 20px;
    font-size: 1.1rem;
    height: 93%;
  }
  footer .yokoku_list ul li:nth-of-type(odd) a {
    border-right: 2px solid #fffffa;
  }
  footer .yokoku_list ul li.border_bottom_sp {
    border-bottom: 2px solid #fffffa;
  }
  footer .yokoku_list ul li .num {
    font-size: 1.5rem;
  }
  footer .banner {
    padding: 20px 0;
  }
  footer {
    text-align: center;
  }
  footer .bottom {
    padding: 25px 0 50px;
  }
  footer .share {
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  footer .share li {
    margin: 0;
  }
  footer .share li a {
    font-size: 45px;
  }
  footer .hobo {
    display: flex;
    justify-content: space-between;
    max-width: 350px;
    padding: 0 10px;
    position: relative;
    margin: 0 auto;
    font-size: 13px;
  }
  footer .hobo li {
    margin: 0 0 30px 0;
    display: block;
  }
  footer .email {
    font-size: 13px;
  }
  footer .email span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 3px;
    position: relative;
    top: -2px;
  }
  footer .ico_home span {
    margin: 0 9px 3px 0;
    display: inline-block;
    font-size: 26px;
  }
  footer .bottom .menu {
    font-size: 11px;
    flex-direction: column;
  }
  footer .bottom .menu li::after {
    padding: 0;
  }
  footer .copyright {
    font-size: 10px;
  }
  footer .banner_vintage {
    padding: 30px 10px;
    margin: 0 auto 80px;
    border-top: 1.33px solid #7F4B63;
    border-bottom: 1.33px solid #7F4B63;
  }
  footer .banner_vintage a img:nth-of-type(1) {
    width: 84%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br:not(.keep) {
    display: none;
  }
}

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