body {
  min-height: 0%;
  font-family: "Shuei KakuGo Gin B";
  color: #333;
  background-color: #E8E4D8;
}

a {
  text-decoration: none;
  transition: 0.4s;
  color: #333;
}
a:hover {
  opacity: 0.7;
}

a:focus, *:focus {
  outline: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}
img.instagram_bk {
  width: 43px;
}
img.facebook_bk {
  width: 41px;
}
img.twitter {
  width: 44px;
}
img.facebook {
  width: 41px;
}
img.line {
  width: 49px;
}
img.home {
  width: 48px;
}
img.kansou {
  width: 25px;
}
img.toStore {
  width: 25px;
}
img.inherit {
  width: inherit;
}

.wrap {
  padding: 0 30px;
}

.mv {
  position: relative;
  max-width: 1300px;
  width: 90%;
  margin: auto;
  margin-top: 30px;
}
.mv a {
  position: absolute;
  top: 132px;
  left: 250px;
  display: flex;
  max-width: 297.415px;
}
.yodo {
  max-width: 1000px;
  margin: 100px auto 0;
  padding-bottom: 62px;
  border-bottom: 1.07px solid #1A1A1A;
  font-size: 18px;
  line-height: 1.65;
  text-align: center;
  font-family: "Shuei KakuGo Gin M";
}

.book {
  max-width: 1000px;
  margin: 68px auto 0;
  padding-bottom: 88px;
  border-bottom: 1.07px solid #1A1A1A;
}
.book .book-inner {
  margin: auto;
  max-width: 620px;
}
.book .book-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.book .book-pic {
  width: 51%;
}
.book .book-ttl {
  width: 42%;
}
.book .book-ttl p:nth-of-type(1) {
  line-height: 1.25;
}
.book .book-ttl p:nth-of-type(1) span:nth-of-type(1) {
  font-size: 28px;
  transform: translateX(-15px);
  display: inline-block;
}
.book .book-ttl p:nth-of-type(1) span:nth-of-type(2) {
  font-size: 20px;
  letter-spacing: 0.1em;
}
.book .book-ttl p:nth-of-type(2) {
  margin-top: 25px;
  font-size: 18px;
}
.book .book-ttl p:nth-of-type(2) span {
  font-size: 16px;
}
.book .book-desc {
  line-height: 1.63;
  margin-top: 40px;
  font-family: "Shuei KakuGo Gin M";
}
.book .book-tokuten {
  margin-top: 125px;
  padding: 50px 10px 62px;
  background-color: #F3FF9E;
  text-align: center;
}
.book .book-tokuten-ico {
  width: 318.6997px;
  margin: -82px auto 0;
}
.book .book-tokuten-ttl {
  font-size: 32px;
  margin-top: 32px;
  color: #00173E;
}
.book .book-tokuten-pic {
  margin: 20px auto;
  width: 353.0702px;
}
.book .book-tokuten-desc {
  font-size: 18px;
  line-height: 1.56;
  font-family: "Shuei KakuGo Gin M";
}
.book .book-tokuten-desc span {
  font-size: 16px;
}

.pack {
  max-width: 1000px;
  margin: 100px auto 0;
  padding-bottom: 100px;
  border-bottom: 1.07px solid #1A1A1A;
  text-align: center;
}
.pack .pack-ttl {
  margin: auto;
  max-width: 774.8104px;
}
.pack .pack-txt {
  font-size: 25px;
  line-height: 1.6;
  margin-top: 14px;
  color: #203868;
}

footer {
  position: relative;
  z-index: 12;
}
footer a {
  color: #203868;
}
footer .footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 150px 20px;
  color: #203868;
}
footer .footer__left,
footer .footer__right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 13.65px;
  line-height: 27.3px;
  letter-spacing: 0.1em;
}
footer .footer__left {
  width: 320px;
}
footer .footer__right {
  width: 550px;
  margin: 0 0 10px 100px;
  align-items: flex-end;
}
footer .footer__right > a span {
  display: inline-block;
  margin-left: 10px;
}
footer .footer__bottom {
  width: 100%;
  margin-top: 80px;
  font-size: 12px;
  line-height: 36.49px;
  text-align: center;
}
footer .footer__bottom__copy {
  display: block;
  width: 100px;
  margin: 10px auto 0;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 1670px) {
  .mv a {
    top: 7.5vw;
    left: 14vw;
    width: 16vw;
  }
}
@media screen and (max-width: 768px) {
  img.twitter {
    width: 37px;
  }
  img.facebook {
    width: 35px;
  }
  img.line {
    width: 41px;
  }
  .wrap {
    padding: 7vw 0 0;
  }
  .mv {
    margin-top: 0;
    width: 100%;
  }
  .mv a {
    width: 55vw;
    top: -2vw;
    left: 7vw;
  }
  .yodo {
    padding: 10px 20px 0;
    margin-top: 0;
    font-size: 17px;
    text-align: left;
    border-bottom: none;
  }
  .book {
    padding: 0 20px;
    margin-top: 42px;
    border-bottom: none;
  }
  .book .book-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .book .book-pic {
    width: 240px;
  }
  .book .book-ttl {
    width: 100%;
    margin-top: 20px;
  }
  .book .book-ttl p:nth-of-type(1) {
    line-height: 1.35;
  }
  .book .book-ttl p:nth-of-type(1) span:nth-of-type(1) {
    font-size: 20px;
    transform: initial;
  }
  .book .book-ttl p:nth-of-type(1) span:nth-of-type(2) {
    font-size: 18px;
  }
  .book .book-ttl p:nth-of-type(2) {
    font-size: 18px;
  }
  .book .book-ttl p:nth-of-type(2) span {
    font-size: 14px;
  }
  .book .book-tokuten {
    margin-top: 55px;
    margin-left: -20px;
    padding: 50px 20px 32px;
    width: calc(100% + 40px);
    text-align: left;
  }
  .book .book-tokuten-ico {
    width: 208.8442px;
    margin-top: -66px;
  }
  .book .book-tokuten-ttl {
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
  }
  .book .book-tokuten-pic {
    margin: 10px auto 15px;
    width: 267.8838px;
  }
  .book .book-tokuten-desc {
    font-size: 16px;
    line-height: 1.63;
  }
  .book .book-tokuten-desc span {
    font-size: 14px;
  }
  .pack {
    margin: 0;
    padding: 40px 20px;
    background-color: #fff;
    border-bottom: none;
  }
  .pack .pack-ttl {
    width: 90%;
    max-width: 293.006px;
  }
  .pack .pack-txt {
    font-size: 19px;
    margin-top: 18px;
  }
  footer .footer__inner {
    padding: 25px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .footer__left,
  footer .footer__right {
    font-size: 12px;
  }
  footer .footer__left {
    width: 176px;
  }
  footer .footer__left span {
    width: 100%;
    padding-bottom: 8px;
    text-align: center;
  }
  footer .footer__right {
    width: 100%;
    margin: 45px 0 0;
    flex-direction: column;
    align-items: center;
  }
  footer .footer__right a:nth-of-type(2) {
    margin: 25px 0 23px;
  }
  footer .footer__bottom {
    margin-top: 50px;
    font-size: 10px;
    line-height: 17px;
  }
  footer .footer__bottom__copy {
    width: 165px;
    margin-top: 40px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */