@charset "UTF-8";

body {
  min-width: auto;
}
#aojiru_jyure {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 10vw;
  background: #FFF;
  text-align: center;
  padding: 0 0 0%;
  box-shadow: 0px 0px 54px 0px rgb(0 0 0 / 30%);
}
#aojiru_jyure p {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: justify;
  padding: 0 0%;
}
html[data-browse-mode="S"] #aojiru_jyure p {
  font-size: 3.75vw;
}
#aojiru_jyure .sns {
  margin: 0 0 8%;
}
#aojiru_jyure .sns h2 {
  margin: 0;
}
#aojiru_jyure .sns h2 img {
  width: 80.27%;
}
#aojiru_jyure .info {
  margin: 5% 8% 0;
  border-top: 2px solid #e8e8e8;
  text-align: left;
}
#aojiru_jyure .info dl {
  border-bottom: 2px solid #e8e8e8;
}
#aojiru_jyure .info dt {
  position: relative;
  font-size: 1.5rem;
  padding: 5% 3%;
  cursor: pointer;
}
html[data-browse-mode="S"] #aojiru_jyure .info dt {
  font-size: 5vw;
}
#aojiru_jyure .info dt::before,
#aojiru_jyure .info dt::after {
  content: '';
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  margin: auto;
  width: 3%;
  height: 2px;
  background: #37231b;
}
html[data-browse-mode="S"] #aojiru_jyure .info dt::before,
html[data-browse-mode="S"] #aojiru_jyure .info dt::after {
  width: 4%;
}
#aojiru_jyure .info dt::after {
  transform: rotate(90deg);
}
#aojiru_jyure .info dt.open::after {
  transform: rotate(0deg);
}
#aojiru_jyure .info dd {
  display: none;
  padding: 0 0 5%;
}
#aojiru_jyure .info dd p {
  padding: 0 3%;
  font-size: 1.2rem;
  margin: 0 0 3%;
}
html[data-browse-mode="S"] #aojiru_jyure .info dd p,
html[data-browse-mode="S"] #aojiru_jyure .info th,
html[data-browse-mode="S"] #aojiru_jyure .info td,
html[data-browse-mode="S"] #aojiru_jyure .info li {
  font-size: 3.75vw;
}
#aojiru_jyure .info dd p:last-of-type {
  margin: 0;
}
#aojiru_jyure .info dd p .caution {
  display: inline-block;
  font-size: .9rem;
  line-height: 1.4;
  margin: 1% 0 0;
}
#aojiru_jyure .info table {
  width: 100%;
  border: 1px solid #484343;
  margin: 1% 3% 0;
}
#aojiru_jyure .info th,
#aojiru_jyure .info td {
  font-size: 1.2rem;
  border: 1px solid #484343;
  padding: 2% 4%;
}
#aojiru_jyure .info th {
  background: #484343;
  color: #fff;
  text-align: center;
}
#aojiru_jyure .info ul {
  margin: 0 3%;
}
#aojiru_jyure .info li {
  font-size: 1.2rem;
  text-indent: -1.2rem;
  padding: 0 0 0 1.2rem;
}
html[data-browse-mode="S"] #aojiru_jyure .info li {
  text-indent: -4vw;
  padding: 0 0 0 4vw;
}
#aojiru_jyure .fixed-cv {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 1;
}
#aojiru_jyure .fixed-cv a {
  display: block;
  padding: 1% 4%;
}

html[data-browse-mode="P"] .pane-landingpage-contents {
  background-image: url(../img/bg.jpg);
  background-attachment: fixed;
  background-position: center;
}
html[data-browse-mode="S"] .wrapper {
  padding: 0;
}
html[data-browse-mode="S"] #aojiru_jyure {
  padding: 0 0 10%;
}
html[data-browse-mode="S"] #aojiru_jyure h1,
html[data-browse-mode="S"] #aojiru_jyure h2,
html[data-browse-mode="S"] #aojiru_jyure h3 {
  padding: 0;
  background: transparent;
}
.pane-footer {
  padding: 30px 0 0;
  margin-top:50px;
}
/*.pane-footer-inner--top,
.block-footernav-top {
  display: none;
}*/
.pane-footer .block-footernav {
  padding: 0;
}
.block-footernav-bottom--inner {
  margin-top: 0;
}
#footer_pagetop {
  display: none !important;
}
#frmLP .btn-primary {
  margin-bottom: 50px;
}

/* popup */
#bnr-discount {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
#bnr-discount .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}
#bnr-discount .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  max-height: 80%;
  background: #FFF;
  /* padding: 0 0 25px; */
}
#bnr-discount .close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
#bnr-discount .close:before,
#bnr-discount .close:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 40px;
  background: #FFF;
  transform: rotate(45deg);
}
#bnr-discount .close:after {
  transform: rotate(-45deg);
}
#bnr-discount .title {
  color: #FFF;
  font-size: 19px;
  line-height: 1.4;
  padding: 9px 0;
  background: linear-gradient(to right, #409634, #63aa32 50%, #409634);
}
html[data-browse-mode="P"] #bnr-discount .img {
  margin: 1% -5% -0.5%;
  /* margin: 15px 0 20px; */
}
html[data-browse-mode="S"] #bnr-discount .img {
  margin: 1% -5% 0.5%;
}
#bnr-discount .img img {
  width: 89.485%;
}
#bnr-discount .btn-buy {
  display: block;
  width: 85%;
  margin: 0 8%;
/* margin: 0 auto; */
}