@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
body {
  line-height: 1.6;
  background-color: #fff;
  max-width: 750px;
  margin: 0 auto;
  color: #421206;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}

/*----------------------------------------------
共通
----------------------------------------------*/
.inner {
  max-width: 690px;
  width: 690px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .inner {
    max-width: 89.3333%;
    width: 89.3333%;
  }
}

.container {
  max-width: 570px;
  width: 570px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .container {
    max-width: 76%;
    width: 76%;
  }
}

header,
footer#footer {
  display: none;
}

/*----------------------------------------------
section
----------------------------------------------*/
section {
  text-align: center;
}

.section01 {
  background: url(../img/kv-bg.png) no-repeat center top/cover;
  padding-top: 32px;
  height: 630px;
}
@media screen and (max-width: 750px) {
  .section01 {
    height: 84vw;
    padding-top: 16px;
  }
  .section01 > div:first-child {
    width: 42%;
    margin: 0 auto;
  }
}

.section01__xmas {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .section01__xmas {
    width: 70%;
    margin: 2vw auto 0;
  }
}

.section01__text {
  color: #fff;
  font-weight: bold;
  font-size: 38px;
  text-shadow: 3px 3px 3px #8d1d22;
  margin-top: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .section01__text {
    font-size: 5.0666666667vw;
    margin-top: 2.1333333333vw;
  }
}

.section02 {
  padding-bottom: 74px;
  position: relative;
}
.section02 p {
  background: url(../img/star.png) no-repeat center center/contain;
  font-size: 26px;
  line-height: 2;
  font-weight: bold;
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .section02 p {
    font-size: 3.4666666667vw;
  }
}
.section02::after {
  position: absolute;
  content: "";
  background: url(../img/rib-bottom.png) no-repeat right bottom/contain;
  bottom: 0;
  right: 0;
  width: 24%;
  height: 100px;
}
@media screen and (max-width: 750px) {
  .section02 {
    padding-bottom: 30px;
  }
}

.section03 {
  background-color: #f4f2d9;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .section03 {
    padding-bottom: 30px;
  }
}

.ehon-set__ttl {
  font-weight: bold;
  font-size: 42px;
  background: url(../img/dots.png) no-repeat center bottom;
  padding-bottom: 20px;
  background-size: 40%;
}
@media screen and (max-width: 750px) {
  .ehon-set__ttl {
    font-size: 5.6vw;
  }
}

.ehon-set__ttl span {
  display: inline-block;
  position: relative;
}
.ehon-set__ttl span::before, .ehon-set__ttl span::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 93px;
  height: 80px;
}
.ehon-set__ttl span::before {
  background: url(../img/bell.png) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -100px;
}
.ehon-set__ttl span::after {
  background: url(../img/bell.png) no-repeat center center/contain;
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
  right: -100px;
}

@media screen and (max-width: 400px) {
  .ehon-set__ttl span::before, .ehon-set__ttl span::after {
    width: 63px;
    height: 50px;
  }
  .ehon-set__ttl span::before {
    left: -70px;
  }
  .ehon-set__ttl span::after {
    right: -70px;
  }
}
.section03 .fig {
  margin-top: 41px;
}
@media screen and (max-width: 750px) {
  .section03 .fig {
    width: 80%;
    margin: 20px auto 0;
  }
}

.section_price__rib {
  color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 28px;
  margin-top: -23px;
}
.section_price__rib span {
  display: inline-block;
  padding: 0px 30px;
  padding-bottom: 10px;
  background: url(../img/ribbon.png) no-repeat center top 5px/contain;
}
@media screen and (max-width: 750px) {
  .section_price__rib {
    font-size: 3.7333333333vw;
    margin-top: -10px;
  }
  .section_price__rib span {
    padding-top: 4px;
  }
}

.price__ttl {
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-top: 8px;
  background-image: linear-gradient(to right, #421206, #421206 8px, transparent 8px);
  background-size: 12px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 750px) {
  .price__ttl {
    font-size: 4.6666666667vw;
  }
}

.price__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 18px;
}

.price__before {
  font-size: 38px;
}
.price__before span {
  text-decoration: line-through;
}
@media screen and (max-width: 750px) {
  .price__before {
    font-size: 5.0666666667vw;
  }
}

.price__arrow {
  width: 8.77%;
}

.price__after {
  color: #ea3b48;
  font-size: 60px;
}
@media screen and (max-width: 750px) {
  .price__after {
    font-size: 8vw;
  }
}

.price__tax {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .price__tax {
    font-size: 3.2vw;
  }
}

.contents {
  text-align: left;
  font-size: 30px;
}
@media screen and (max-width: 750px) {
  .contents {
    font-size: 4vw;
  }
}
.contents li {
  list-style: none;
  line-height: 1.8;
}

.contents__note {
  font-size: 22px;
  margin-top: 11px;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .contents__note {
    font-size: 2.9333333333vw;
  }
}

.buy-btn {
  margin-top: 35px;
}
.buy-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2b6842;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  height: 100px;
  font-size: 43px;
  padding-left: 120px;
  padding-right: 60px;
  position: relative;
  -webkit-box-shadow: 10px 10px 0px 0px #ccc;
          box-shadow: 10px 10px 0px 0px #ccc;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.buy-btn a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 70px;
  width: 50px;
  height: 50px;
  background: url(../img/icon-gift.png) no-repeat center center/contain;
}
@media screen and (max-width: 750px) {
  .buy-btn {
    margin-top: 17px;
  }
  .buy-btn a {
    font-size: 5.7333333333vw;
    height: 13.3333333333vw;
    padding-left: 18.6666666667vw;
    padding-right: 8vw;
    -webkit-box-shadow: 5px 5px 0px 0px #ccc;
            box-shadow: 5px 5px 0px 0px #ccc;
  }
  .buy-btn a::before {
    left: 9.3333333333vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}

.section04 {
  background: #fbe6e8;
  padding-top: 45px;
  padding-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .section04 {
    padding-top: 27px;
    padding-bottom: 30px;
  }
}

.section04 .fig {
  width: 80%;
  margin: 0 auto;
}

.section05 {
  padding-top: 72px;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .section05 {
    padding-top: 36px;
    padding-bottom: 50px;
  }
}
.section05 h2 {
  font-weight: bold;
  color: #fff;
  font-size: 42px;
  width: 100%;
  background: url(../img/ttl-bg.png) no-repeat center center/cover;
  height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .section05 h2 {
    font-size: 5.6vw;
    margin-bottom: 0px;
  }
}
.section05 h2 span {
  position: relative;
}
.section05 h2 span::before, .section05 h2 span::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 93px;
  height: 80px;
}
.section05 h2 span::before {
  background: url(../img/leaf.png) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -100px;
}
.section05 h2 span::after {
  background: url(../img/leaf.png) no-repeat center center/contain;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: -100px;
}
@media screen and (max-width: 750px) {
  .section05 h2 span::before, .section05 h2 span::after {
    width: 63px;
    height: 50px;
  }
  .section05 h2 span::before {
    left: -70px;
  }
  .section05 h2 span::after {
    right: -70px;
  }
}

.ehon {
  padding-top: 40px;
}
@media screen and (max-width: 750px) {
  .ehon {
    padding-top: 25px;
  }
}

.fig.border img {
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
}

.youtube {
  margin-top: 25px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ehon__desc {
  text-align: left;
}

.ehon__ttl {
  padding-left: 95px;
  position: relative;
  font-size: 36px;
  font-weight: bold;
  margin-top: 25px;
}
.ehon__ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 70px;
}
@media screen and (max-width: 750px) {
  .ehon__ttl {
    padding-left: 12.6666666667vw;
    font-size: 4.8vw;
    margin-top: 10px;
  }
  .ehon__ttl::before {
    width: 9.3333333333vw;
  }
}

.ehon__ttl.flag1::before {
  background: url(../img/flag1.png) no-repeat center left/contain;
}

.ehon__ttl.flag2::before {
  background: url(../img/flag2.png) no-repeat center left/contain;
}

.ehon__ttl.flag3::before {
  background: url(../img/flag3.png) no-repeat center left/contain;
}

.ehon__ttl.flag-fra::before {
  background: url(../img/flag-fra.jpg) no-repeat center left/contain;
}

.ehon__ttl.flag-deu::before {
  background: url(../img/flag-deu.jpg) no-repeat center left/contain;
}

.ehon__age {
  font-weight: bold;
  font-size: 24px;
  color: #50251a;
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .ehon__age {
    font-size: 3.2vw;
  }
}

.ehon__text {
  font-size: 26px;
  margin-top: 13px;
}
@media screen and (max-width: 750px) {
  .ehon__text {
    font-size: 3.4666666667vw;
  }
}

.ehon .buy-btn {
  margin-top: 57px;
}
@media screen and (max-width: 750px) {
  .ehon .buy-btn {
    margin-top: 25px;
  }
}

.section06,
.section07,
.section08,
.section09,
.section10,
.section-ehon {
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .section06,
.section07,
.section08,
.section09,
.section10,
.section-ehon {
    padding-bottom: 50px;
  }
}

.section06,
.section09,
.switch-style {
  background: #f4f2d9;
}

.section11 {
  background: url(../img/gift-ttl.png) no-repeat center top 45px/contain;
  background-color: #fbe6e8;
  padding-top: 136px;
  padding-bottom: 51px;
}
.section11 h2 {
  font-weight: bold;
  color: #4a1d12;
  font-size: 36px;
  background: url(../img/dots-brown.png) no-repeat center bottom;
  padding-bottom: 30px;
  background-size: 40%;
}
@media screen and (max-width: 750px) {
  .section11 h2 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 750px) {
  .section11 {
    background: url(../img/gift-ttl.png) no-repeat center top 30px/contain;
    background-color: #fbe6e8;
    padding-top: 85px;
    padding-bottom: 30px;
  }
}

.gift__wrapping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gift__wrapping-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.gift__wrapping-img {
  width: 48%;
}

.gift__wrapping-text {
  width: 48%;
  color: #4a1d12;
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .gift__wrapping-text {
    font-size: 3.2vw;
  }
}

.gift__wrapping-text p {
  text-align: left;
}

.gift__wrapping-text p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.gift-btn {
  margin-top: 20px;
}
.gift-btn a {
  display: inline-block;
  background: #b67f45;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  font-size: 34px;
  position: relative;
  -webkit-box-shadow: 10px 10px 0px 0px #ccc;
          box-shadow: 10px 10px 0px 0px #ccc;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  z-index: 2;
  width: 98%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.gift-btn a::before, .gift-btn a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}
.gift-btn a::before {
  -webkit-clip-path: polygon(14% 0, 22% 0, 0 40%, 0 26%);
          clip-path: polygon(14% 0, 22% 0, 0 40%, 0 26%);
  background: #d4a777;
  top: 0;
  left: 0;
  z-index: -1;
}
.gift-btn a::after {
  -webkit-clip-path: polygon(100% 64%, 100% 78%, 88% 100%, 80% 100%);
          clip-path: polygon(100% 64%, 100% 78%, 88% 100%, 80% 100%);
  background: #d4a777;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .gift-btn a {
    font-size: 4.5333333333vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    -webkit-box-shadow: 5px 5px 0px 0px #ccc;
            box-shadow: 5px 5px 0px 0px #ccc;
  }
}

.gift-btn a span {
  font-size: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .gift-btn a span {
    font-size: 5.3333333333vw;
  }
}

.section12 {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .section12 {
    font-size: 3.7333333333vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.section12 p a {
  color: #00a2e4;
  display: inline-block;
  position: relative;
  padding-left: 36px;
  border-bottom: 1px solid #00a2e4;
}
.section12 p a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url(../img/link.png) no-repeat center center/contain;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 750px) {
  .section12 p a {
    padding-left: 4.8vw;
  }
  .section12 p a::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

.section13 {
  background-color: #eeeeee;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section13 li {
  text-align: left;
  color: #421206;
  font-size: 20px;
  list-style: none;
}
@media screen and (max-width: 750px) {
  .section13 li {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .section13 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/*----------------------------------------------
footer
----------------------------------------------*/
footer {
  min-width: auto;
}

.footer__detail {
  background-color: #421206;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .footer__detail {
    font-size: 2.4vw;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.footer__detail  a{ 
  color: #fff;
}

.footer__detail-text {
  font-size: 23px;
}
@media screen and (max-width: 750px) {
  .footer__detail-text {
    font-size: 3.0666666667vw;
  }
}

.footer__detail-text2 {
  font-size: 20px;
  margin-top: 4px;
}
.footer__detail-text2 a {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  .footer__detail-text2 {
    font-size: 2.6666666667vw;
  }
}

.copy {
  height: 40px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 750px) {
  .copy {
    font-size: 2.1333333333vw;
  }
}