@charset "utf-8";
/* CSS Document */

/*******************

LP style

********************/
html,
body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* content
--------------------------------------------------*/
.lpbox,
#lpfooter {
  font-size: 14px;
  font-size: 3.7333vw;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #303030;
  line-height: 1.5em;
}
@media screen and (min-width: 750px) {
  .lpbox,
  #lpfooter {
    font-size: 28px;
    max-width: 750px;
    margin: 0 auto;
  }
}
.lpbox a,
#lpfooter a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.lpbox a:hover,
#lpfooter a:hover {
  text-decoration: underline;
}
.lpbox span,
#lpfooter span {
  font-size: inherit;
  font-weight: inherit;
}
.lpbox img,
#lpfooter img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
.lpbox img.img-t,
#lpfooter img.img-t {
  vertical-align: top;
}
/* cart css reset */

.lpbox header,
.lpbox h1,
.lpbox h2,
.lpbox h3,
.lpbox p,
.lpbox dl,
.lpbox dt,
.lpbox dd,
.lpbox div,
.lpbox section,
.lpbox span {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter footer,
#lpfooter div,
#lpfooter p {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter ul,
#lpfooter li {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
/*----------------------------------------*/
.lpbox .mt2 {
  margin-top: 2em;
}
.lpbox .mb2 {
  margin-bottom: 2em;
}
.lpbox .cta__box {
  position: relative;
}
.lpbox .cta__box__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 83.8%;
}
.lpbox .btn {
  width: 83.8%;
}

/*---------------------------*/
/*-------------------------------------------
footer
-----------------------------------------------*/
#lpfooter .footer__box dd a {
  color: #00f;
  text-decoration: underline;
}
#lpfooter .footer__box {
  width: 95%;
  text-align: left;
  margin-top: 3em;
  margin-bottom: 1em;
}
#lpfooter .footer__box dt {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.9em 0.9em 0.9em 2.5em;
  margin-bottom: 1em;
  position: relative;
  line-height: 1em;
  border-bottom: 1px dotted #a9a9a9;
}
#lpfooter .footer__box dt:after {
  content: "▶";
  font-weight: bold;
  color: #574336;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -0.5em;
  -webkit-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  -o-transform: scaleX(0.8);
  transform: scaleX(0.8);
}
#lpfooter .footer__box dd {
  text-align: justify;
  font-size: 0.8em;
}

#lpfooter .footer-link {
  width: 95%;
  text-align: center;
  /*   margin-top: 3em; */
  margin-bottom: 1em;
}
#lpfooter .footer-link li {
  margin-bottom: 0.4em;
}
#lpfooter .footer-link-obi {
  text-align: left;
}
#lpfooter .footer-link-obi li {
  margin-bottom: 0;
}
#lpfooter .footer-link-obi li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 1.5em 0.9em 0.9em 2.5em;
  position: relative;
  line-height: 1em;
  border-bottom: 1px dotted #a9a9a9;
}
#lpfooter .footer-link-obi li a:after {
  content: "▶";
  font-weight: bold;
  color: #574336;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -0.5em;
  -webkit-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  -o-transform: scaleX(0.8);
  transform: scaleX(0.8);
}
#lpfooter #copy {
  text-align: center;
  font-size: 0.75em;
  color: #fff;
  background-color: #574336;
  box-sizing: border-box;
  padding: 0.5em;
}

/*-------------------------------------------
animation
-----------------------------------------------*/
.lpbox .fadein {
  display: block;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-filter: blur(0);
  -o-filter: blur(0);
  filter: blur(0);
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.lpbox .animhide .fadein {
  display: block;
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-filter: blur(0.5em);
  -o-filter: blur(0.5em);
  filter: blur(0.5em);
}

.lpbox .slideleft {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}
.lpbox .animhide .slideleft {
  display: block;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  opacity: 0;
}

.lpbox .slideright {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}
.lpbox .animhide .slideright {
  display: block;
  -webkit-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

.box29 {
  margin: 2em 0;
  background: #ffe9dc !important;
}
.box29 .box-title {
  font-size: 1.1em;
  background: #f55f5f;
  padding: 8px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.box29 p {
  padding: 15px 20px;
  margin: 0;
  text-align: center;
  font-size: 0.9em;
}

.box29 a {
  color: #ff0000;
  font-weight: bold;
}

.size60 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
  width: 60%;
}

@media screen and (min-width: 750px) {
  .box29 .box-title {
    font-size: 0.8em;
  }
  .box29 p {
    font-size: 0.6em;
  }
}

.box29 img {
  width: 100%; /* デフォルトは100%で親要素に合わせる */
  max-width: 100%; /* SP用の最大幅 */
  height: auto;
}

/* PC用（画面幅768px以上のとき） */
@media screen and (min-width: 768px) {
  .box29 img {
    max-width: 60%; /* PCでは画像を大きくする */
  }
}
