#page {
  background: url(../images/pleasure/bg_page.png) no-repeat center 235px;
  background-attachment: fixed;
  overflow: hidden;
  min-width: 750px;
  width: 100%;
}

.section h2 {
  margin-bottom: 5px;
  background: url(../images/pleasure/bg_h2.png) no-repeat center top;
  font-family: mplus-1c-regular;
  font-size: 35px;
  line-height: 1.9;
}

.section h2, .section h3, p {
  color: #6b3b3e;
  margin: 0 auto;
  text-align: center;
}

body.single .entry {
  background-image: none;
  background-position: 0%;
  position: static;
  width: 750px;
  padding: 0;
}

.jump-btn {
  width: 100%;
}

.button-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.button-list li {
  margin-left: 24px;
}

.button-list li:first-of-type {
  margin-left: 0;
}

.button-list li a {
  background-color: #fdaf3f;
  border-radius: 10px;
  color: #6b3b3e;
  display: block;
  font-size: 29px;
  padding: 33px 0 34px;
  text-align: center;
  text-decoration: none;
  width: 168px;
}

.contents {
  background-color: #fff;
  border: solid 10px #fdaf3f;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 26px auto 0;
  padding: 0 12px 65px;
  width: 728px;
}

.contents .cont-inner {
  box-sizing: border-box;
  width: 100%;
  padding-top: 50px;
  position: relative;
}

.contents .cont-inner::after {
  content: "";
  display: block;
  background: url(../images/pleasure/line.png) no-repeat center top;
  background-size: 100% auto;
  height: 3px;
  width: 100%;
  margin-top: 49px;
}

.contents .cont-inner:last-of-type::after {
  display: none;
}

.contents #ar-camera.cont-inner::after {
  margin-top: 40px;
}

.contents .cont-inner .ttl-h3 {
  background-color: #ffd69c;
  border-radius: 6px;
  font-size: 36px;
  text-align: center;
  width: 641px;
  position: relative;
}

.contents .cont-inner .ttl-h3.new::before {
  content: "";
  display: block;
  background: url(../images/pleasure/icon_new.png) no-repeat center center;
  background-size: 91px auto;
  height: 91px;
  width: 91px;
  position: absolute;
  top: -16px;
  left: -13px;
}

.contents-img {
  display: block;
  width: 100%;
}

.contents-img .image {
  margin: 0 auto;
  width: 100%;
}

.contents-img .image img {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
}

#quiz .contents-img .image {
  margin: 60px auto 22px;
  width: 344px;
}

#ar-camera .contents-img .logo {
  margin: 17px auto 30px;
  width: 439px;
}

#ar-camera .contents-img .image {
  margin: 0 auto;
  width: 670px;
}

#ar-camera .contents-img .qrcode {
  margin: 0 auto 22px;
  width: 222px;
}

#checkup .contents-img .image {
  margin: 45px auto 35px;
  width: 540px;
}

#fortune .contents-img .image {
  margin: 50px auto;
  width: 381px;
}


/* 中央テキスト */
.center {
  text-align: center;
}

.text-expn {
  font-size: 32px;
  text-align: center;
}

.text-expn p {
  line-height: 1.2;
}

.text-expn p:nth-of-type(n+2) {
  margin-top: 16px;
}

.howto-ttl {
  color: #b70913;
  font-size: 24px;
}

.howto-dtl {
  color: #6b3b3e;
  font-size: 19px;
  line-height: 1.8;
  margin: 3px auto 51px;
  width: 648px;
}

.howto-dtl .btn {
  background-image: url(../images/pleasure/btn_start_bg_s.png);
  background-repeat: no-repeat;
  background-size: 116px auto;
  color: #6b3b3e;
  display: inline-block;
  font-size: 10px;
  margin: 0 2px 6px;
  padding: 0;
  height: 24px;
  width: 116px;
  vertical-align: middle;
}

.howto-dtl .btn span {
  display: block;
  padding: 3px 0 4px;
}

.notes-m {
  font-size: 21px;
  margin: 50px auto 0;
}

.notes-l {
  font-size: 23px;
  margin-top: 60px;
}

.service-notes {
  background-color: #fff8ee;
  box-sizing: border-box;
  font-size: 23px;
  margin-top: 48px;
  padding: 10px 10px 15px;
  width: 100%;
}

.service-notes p.env {
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
}

.service-notes p.env span {
  display: block;
  margin-left: 8px;
}

/* ボタン */
.contents .button {
  margin-top: 30px;
}

#checkup .button {
  margin: 50px auto 60px;
}

.contents .button a {
  background-image: url(../images/pleasure/btn_start_bg.png);
  background-repeat: no-repeat;
  background-size: 604px auto;
  color: #6b3b3e;
  display: block;
  font-size: 42px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  height: 93px;
  width: 604px;
}

.contents .button a span {
  display: block;
  padding: 12px 0 10px;
}

/* footer */
.s-etc {
  display: none;
}