@charset "UTF-8";
@font-face {
  font-family: "gidole";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/gidole/Gidole.woff2") format("woff2"), url("../fonts/gidole/Gidole.woff2") format("woff"), url("../fonts/gidole/Gidole.woff2") format("truetype");
}
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  padding: 0;
  margin: 0;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  font-size: 62.5%;
  line-height: 1.15;
}

body {
  position: relative;
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ W3", HiraKakuPro-W3, "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  height: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

body, html {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  line-height: 0;
  vertical-align: top;
}

img[src*=".svg"] {
  width: 100%;
}

video {
  width: 100%;
  height: auto;
}

input[type=text] {
  -webkit-user-select: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  display: block;
}

sub,
sup {
  position: relative;
  /*font-size: 75%;*/
  font-size: 1.8rem;
  line-height: 0;
  vertical-align: baseline;
}

sup span {
  position: relative;
  font-size: 61%;
  top: -0.5em;
}

sub {
  /*bottom: -.25em;*/
  bottom: -0.1875em;
}

sup {
  /*top: -.5em;*/
  top: -0.1em;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  overflow: visible; /* ie11 */
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

.okeru-hd {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .okeru-hd {
    padding: 15px;
  }
}
.okeru-hd__lead {
  position: absolute;
  padding: 5px 10px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .okeru-hd__lead {
    padding: 0;
    font-size: 1.2rem;
  }
}
.okeru-hd__status {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.6;
}
.okeru-hd__mark {
  width: 60px !important;
  margin-right: 10px;
  line-height: 1;
  vertical-align: calc(-50% - 1em);
}
@media screen and (max-width: 767px) {
  .okeru-hd__mark {
    width: 46px !important;
  }
}
.okeru-hd__back {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  opacity: 0;
  font-size: 0.9rem;
  line-height: 1.333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .okeru-hd__back {
    width: 46px;
    height: 46px;
    font-size: 0.8rem;
  }
}
.okeru-hd__back span {
  position: relative;
  top: 0.2em;
}
.okeru-hd__back::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 0.5px solid #fff;
  z-index: -1;
  transition: all 300ms;
}
.okeru-hd__back.is-over {
  color: #fff;
}
.okeru-hd__back.is-over::before {
  border: 0.5px solid #af334b;
  background-color: #af334b;
  transform: scale(1.2);
}

.okeru-ft {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  padding: 20px 30px;
  background-color: #edeeee;
}
@media screen and (max-width: 767px) {
  .okeru-ft {
    height: auto;
    padding: 15px 15px;
  }
}
.okeru-ft__kanta {
  position: absolute;
  top: 25px;
  left: 30px;
  width: 120px;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .okeru-ft__kanta {
    width: 80px;
    top: -40px;
    left: auto;
  }
}
.okeru-ft__inner {
  position: relative;
  display: flex;
  height: 100%;
  align-items: flex-end;
}
.okeru-ft__copy {
  position: relative;
  opacity: 0.4;
  z-index: 10;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .okeru-ft__copy {
    width: 100%;
    text-align: center;
  }
}

.js-sc-item {
  opacity: 0;
  transform: translateY(15px);
}
.js-sc-item[data-status=show] {
  opacity: 1;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transform: translateY(0);
}

.u-ztop {
  z-index: 100;
}

.u-hidden {
  display: none !important;
}

.u-disable {
  pointer-events: none;
}

.u-transparent {
  opacity: 0;
}

.u-active {
  opacity: 0.5;
}

.u-debug {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  left: 10px;
  width: 100px;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(255, 0, 0, 0.8);
  font-size: 1.2rem;
  color: #fff;
  z-index: 1000;
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: inline-block;
  }
}

.u-pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-txt-bold {
  font-weight: bold;
}

.u-txt-underline {
  text-decoration: underline;
}

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

	flex-grid:| sm  | md  | lg  |  xl  |
	min-width:| 576 | 768 | 992 | 1200 |
	max-width:| 575 | 767 | 991 | 1199 |

********************************************************/
.u-txt-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

/********************************************************
	Utility: display
********************************************************/
.u-dn {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

@media screen and (max-width: 1199px) {
  .u-dn--lg {
    display: none !important;
  }
  .u-d-i--lg {
    display: inline !important;
  }
  .u-d-ib--lg {
    display: block !important;
  }
  .u-d-b--lg {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .u-dn--md {
    display: none !important;
  }
  .u-d-i--md {
    display: inline !important;
  }
  .u-d-ib--md {
    display: block !important;
  }
  .u-d-b--md {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .u-dn--sm {
    display: none !important;
  }
  .u-d-i--sm {
    display: inline !important;
  }
  .u-d-ib--sm {
    display: inline-block !important;
  }
  .u-d-b--sm {
    display: block !important;
  }
}
@media screen and (max-width: 575px) {
  .u-dn--xs {
    display: none !important;
  }
  .u-d-i--xs {
    display: inline !important;
  }
  .u-d-ib--xs {
    display: inline-block !important;
  }
  .u-d-b--xs {
    display: block !important;
  }
}
.c-sns {
  display: flex;
  list-style: none;
}

.c-sns__item:not(:last-child) {
  margin-right: 15px;
}

.c-sns__item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.c-sns__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 250ms ease;
}

.c-sns__item a:hover::before {
  background-color: rgb(0, 0, 0);
}

.c-sns__item img {
  position: relative;
  width: 20px;
}

.c-scroll-attn {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 10px;
  left: 50%;
  margin-left: -35px;
  padding-top: 5px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1000;
  text-align: center;
}
.c-scroll-attn__text {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #edeeee;
  line-height: 0;
}
.c-scroll-attn__icon {
  position: relative;
  width: 24px;
  height: 40px;
  margin: 0 auto 15px;
  color: #edeeee;
  font-size: 0;
  line-height: 0;
  border: 1px solid #edeeee;
  border-radius: 12px;
}
.c-scroll-attn__icon:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  left: 50%;
  background-color: #edeeee;
  transform: translate(-50%, 0);
  -webkit-animation-name: pounding;
  animation-name: pounding;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes pounding {
  0% {
    transform: translate(-50%, 5px);
  }
  50% {
    transform: translate(-50%, 10px);
  }
  100% {
    transform: translate(-50%, 5px);
  }
}

@keyframes pounding {
  0% {
    transform: translate(-50%, 5px);
  }
  50% {
    transform: translate(-50%, 10px);
  }
  100% {
    transform: translate(-50%, 5px);
  }
}
.footer {
  padding: 35px 0 20px;
  position: relative;
  border-top: 1px solid #f7f8f8;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .footer {
    padding: 30px 0 10px;
  }
}
.footer__nav {
  display: flex;
  justify-content: flex-start;
  margin: 0 30px 30px;
}

@media screen and (max-width: 960px) {
  .footer__nav {
    flex-wrap: wrap;
    margin: 0 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav {
    justify-content: center;
    margin: 0 0 30px;
  }
}
.footer__nav li {
  color: #b3b3b3;
  font-size: 1.4rem;
  line-height: 20px;
}

@media screen and (max-width: 960px) {
  .footer__nav li {
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav li {
    font-size: 1.2rem;
    margin: 0 10px;
  }
}
.footer__nav li::after {
  content: "｜";
  margin: 0 0.4em;
}

@media screen and (max-width: 960px) {
  .footer__nav li::after {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav li::after {
    content: none;
  }
}
.footer__nav li:last-child::after {
  content: none;
}

.footer__nav a {
  color: #b3b3b3;
  text-decoration: none;
  transition: all 250ms ease;
}

.footer__nav a:hover {
  color: #000;
}

.footer__rinnai {
  display: block;
  margin: 0 30px 15px 30px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .footer__rinnai {
    margin: 0 0 30px;
    text-align: center;
  }
}
.footer__rinnai img {
  height: 24px;
  width: 95px;
}

.footer__copyright {
  color: #595757;
  display: block;
  font-size: 1.2rem;
  line-height: 1.4em;
  margin: 0 30px 0 30px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    text-align: center;
  }
}
.pagetop {
  bottom: 20px;
  height: 40px;
  position: fixed;
  right: 25px;
  width: 40px;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none;
  }
}
.pagetop a {
  border-radius: 100%;
  display: block;
  font-size: 0;
  height: 40px;
  left: 0;
  position: absolute;
  top: 60px;
  transition: all 0.2s ease;
  width: 40px;
}
.pagetop a::after {
  background: url(../images/footer/icon_arrow.svg) no-repeat 50% 15px;
  background-size: 12.8px 6.4px;
  border-radius: 100%;
  content: "";
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: 1;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.pagetop a::before {
  background: #000;
  border-radius: 100%;
  content: "";
  height: 40px;
  opacity: 0.2;
  position: absolute;
  width: 40px;
  z-index: 1;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease;
}
.pagetop a:hover::before {
  opacity: 1;
}
.pagetop[data-status=show] a {
  top: 0;
}

.c-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4em;
  margin: 0 0 15px;
  opacity: 0;
  transform: translateY(15px);
}

@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2.4rem;
  }
}
.c-title[data-status=show] {
  opacity: 1;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transform: translateY(0);
}

.c-lead {
  font-size: 1.5rem;
  line-height: 2em;
  margin: 0 0 30px;
  opacity: 0;
  transform: translateY(15px);
}

.c-lead[data-status=show] {
  opacity: 1;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .c-lead {
    font-size: 1.4rem;
    line-height: 1.8em;
  }
}
.rrad {
  border-top: 1px solid #f7f8f8;
}

.top {
  padding: 80px 0 0;
}

@media screen and (max-width: 767px) {
  .top {
    padding: 50px 0 0;
  }
}
.voice {
  margin: 0 auto;
  max-width: 980px;
  padding: 85px 30px 120px;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 50px 15px 50px;
  }
}

@media screen and (min-width: 768px) {
  .voice__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 55px;
    max-width: 980px;
  }
}
@media screen and (max-width: 767px) {
  .voice__list .voice__list {
    margin: 0 0 30px;
  }
}

.voice__list[data-status=show] li {
  opacity: 1;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transform: translateY(0);
}

.voice__list[data-status=show] li:nth-of-type(1) {
  transition-delay: 0s;
}

.voice__list[data-status=show] li:nth-of-type(2) {
  transition-delay: 0.1s;
}

.voice__list[data-status=show] li:nth-of-type(3) {
  transition-delay: 0.2s;
}

.voice__list li {
  opacity: 0;
  transform: translateY(15px);
}
@media screen and (min-width: 768px) {
  .voice__list li {
    max-width: 300px;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .voice__list li {
    margin: 0 0 10px;
  }
}

.voice__list a {
  display: block;
  position: relative;
  text-decoration: none;
  transition: all 250ms ease;
}
.voice__list a a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .voice__list a {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}

.voice__list dl {
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .voice__list dl {
    margin: 0;
    text-align: left;
    width: calc(50% - 10px);
  }
}

.voice__list dl dt {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .voice__list dl dt {
    font-weight: 500;
  }
}

.voice__list dl dd {
  font-size: 1.2rem;
  line-height: 2.4rem;
}

.voice__list img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .voice__list img {
    width: calc(50% - 10px);
  }
}

.voice__owners {
  opacity: 0;
  transform: translateY(15px);
}

.voice__owners[data-status=show] {
  opacity: 1;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transform: translateY(0);
}

.voice__owners a {
  display: block;
  text-decoration: none;
  transition: all 250ms ease;
}

.voice__owners a:hover {
  opacity: 0.8;
}

.voice__owners a img {
  width: 100%;
}

.voice__owners a p {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .voice__owners a p {
    font-size: 1.3rem;
    line-height: 1.8em;
    margin: 10px 0 0;
  }
}
.business {
  background: #f7f8f8;
  padding: 85px 30px 120px;
}

@media screen and (max-width: 767px) {
  .business {
    padding: 50px 15px 50px;
  }
}
.business__btn {
  opacity: 0;
  transform: translateY(15px);
  height: 80px;
  margin: 35px auto 0;
  width: 360px;
}

.business__btn[data-status=show] {
  opacity: 1;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .business__btn {
    height: 50px;
    margin: 0 auto 0;
    width: 100%;
  }
}
.business__btn a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  height: 100%;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: all 250ms ease;
}

@media screen and (max-width: 767px) {
  .business__btn a {
    font-size: 1.4rem;
  }
}
.business__btn a:hover {
  opacity: 0.8;
}

.business__btn a::before {
  background: #257;
  border-radius: 80px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 250ms ease;
}

.business__btn a:hover::before {
  transform: scale(1.05);
}

.business__btn a span {
  position: relative;
  z-index: 10;
  font-weight: 500;
}

.buy {
  padding: 85px 30px 30px;
}

@media screen and (max-width: 767px) {
  .buy {
    padding: 50px 15px 50px;
  }
}
.buy__links {
  margin: 40px auto 0;
  max-width: 840px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.buy__links[data-status=show] li {
  opacity: 1;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transform: translateY(0);
}

.buy__links[data-status=show] li:nth-of-type(1) {
  transition-delay: 0s;
}

.buy__links[data-status=show] li:nth-of-type(2) {
  transition-delay: 0.1s;
}

.buy__links[data-status=show] li:nth-of-type(3) {
  transition-delay: 0.2s;
}

.buy__links[data-status=show] li:nth-of-type(4) {
  transition-delay: 0.3s;
}

.buy__links li {
  opacity: 0;
  transform: translateY(15px);
  height: 80px;
  margin: 0 30px 50px;
  width: 360px;
}

@media screen and (max-width: 767px) {
  .buy__links li {
    height: 50px;
    margin: 0 auto 0;
    width: 100%;
  }
  .buy__links li + li {
    margin: 15px auto 0;
  }
}
.buy__links li a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  height: 100%;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: all 250ms ease;
}

@media screen and (max-width: 767px) {
  .buy__links li a {
    font-size: 1.4rem;
  }
}
.buy__links li a:hover {
  opacity: 0.8;
}

.buy__links li a::before {
  background: #257;
  border-radius: 80px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 250ms ease;
}

.buy__links li a:hover::before {
  transform: scale(1.05);
}

.buy__links li a span {
  position: relative;
  z-index: 10;
  font-weight: 500;
}

.bns {
  padding: 80px 30px 40px;
  background: #efefef;
}

@media screen and (max-width: 767px) {
  .bns {
    padding: 50px 15px 20px;
  }
}
@media screen and (min-width: 768px) {
  .bns ul {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 960px;
  }
}
.bns li {
  max-width: 450px;
  width: calc(50% - 15px);
}

@media screen and (max-width: 767px) {
  .bns li {
    margin: 0 auto 30px;
    width: 100%;
  }
}
.bns a {
  display: block;
  text-decoration: none;
}

.bns a img {
  transition: all 250ms ease;
}

.bns a:hover img {
  opacity: 0.8;
}

.bns a img {
  width: 100%;
}

.bns a div {
  background: #fff;
}

.bns a div.bns-border {
  position: relative;
}
.bns a div.bns-border::before {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  border: 1px solid #dbdbdb;
  z-index: 1;
}

.bns a p {
  font-size: 1.3rem;
  line-height: 2.4rem;
  margin: 15px 0 0;
}

@media screen and (max-width: 767px) {
  .bns a p {
    line-height: 1.8em;
    margin: 10px 0 0;
  }
}
.sample {
  margin: 0 auto;
  padding: 85px 30px 105px;
  background-color: #f7f8f8;
}
@media screen and (max-width: 767px) {
  .sample {
    padding: 50px 15px 50px;
  }
}
.sample .c-title {
  margin-bottom: 65px;
}

.sample__inner {
  max-width: 1040px;
  margin: 0 auto;
}

.sample__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 55px 40px;
}
@media screen and (max-width: 767px) {
  .sample__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 35px 20px;
  }
}
.sample__list dt:nth-child(1) {
  margin-bottom: 15px;
}
.sample__list dt:nth-child(2) {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sample__list dt:nth-child(2) {
    font-size: 1.6rem;
  }
}
.sample__list dd {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sample__list dd {
    font-size: 1rem;
  }
}

.sample__list div {
  opacity: 0;
  transform: translateY(15px);
}

.sample__list[data-status=show] div {
  opacity: 1;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transform: translateY(0);
}

.sample__list[data-status=show] div:nth-of-type(1) {
  transition-delay: 0s;
}

.sample__list[data-status=show] div:nth-of-type(2) {
  transition-delay: 0.1s;
}

.sample__list[data-status=show] div:nth-of-type(3) {
  transition-delay: 0.2s;
}

.sample__list[data-status=show] div:nth-of-type(4) {
  transition-delay: 0.3s;
}

.sample__list[data-status=show] div:nth-of-type(5) {
  transition-delay: 0.4s;
}

.sample__list[data-status=show] div:nth-of-type(6) {
  transition-delay: 0.5s;
}

.okeru {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100); /* ios */
  min-height: 700px;
  background-color: #edeeee;
  overflow: hidden;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .okeru {
    min-height: 698px;
  }
}
.okeru__curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 200px);
  background-color: #225577;
}
.okeru__curtain.end {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .okeru__curtain {
    height: calc(100% - 46px);
  }
  .okeru__curtain.end {
    height: 100%;
  }
}
[data-debug=true] .okeru {
  opacity: 0.5;
  pointer-events: none;
}

/* スライド */
.okeru-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.okeru-slide__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 質問 */
.qanda {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 900px;
  padding: 20px;
  top: 50%;
  left: 50%;
  height: 540px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  color: #225577;
  /* 質問番号 */
  /* 質問 */
}
@media screen and (max-width: 767px) {
  .qanda {
    width: calc(100% - 20px);
    height: 520px;
    padding: 15px 10px;
    top: calc(50% - 13px);
  }
}
.qanda__top {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 90px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .qanda__top {
    min-height: 60px;
  }
}
.qanda__no {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  border: 1px solid #225577;
  border-radius: 50%;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .qanda__no {
    width: 60px; /* 68 --> 60 */
    height: 60px; /* 68 --> 60 */
    font-size: 1.125rem;
  }
}
.qanda__txt {
  flex: 1 1 auto;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qanda__txt {
    font-size: 1.8rem;
  }
}
.qanda__note {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .qanda__note {
    font-size: 1.8rem;
  }
}
.qanda__middle {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .qanda__middle {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
  .qanda--r-match .qanda__middle {
    margin-top: -35px;
    margin-bottom: 10px;
  }
}
.qanda__bottom {
  position: relative;
  z-index: 1;
}
.qanda--r-match .qanda__bottom {
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .qanda__bottom {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .qanda--r-match .qanda__bottom {
    bottom: 0;
  }
}
.qanda__bottom p {
  margin-bottom: 1.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qanda__bottom p {
    font-size: 1.2rem;
  }
}

.qanda__fig-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .qanda__fig-wrap {
    flex-wrap: wrap;
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 20px;
  }
  .qanda--r-match .qanda__fig-wrap {
    flex-direction: column;
    padding-bottom: 0;
  }
}

/* illut */
.qanda__fig {
  order: 2;
  position: relative;
  width: 100%;
  max-width: 340px;
  /* lottie */
  /* lottie */
}
@media screen and (max-width: 767px) {
  .qanda__fig {
    order: 1;
    max-width: none;
    max-height: 240px;
  }
}
.qanda__fig::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.qanda__fig > svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.qanda__fig--wide > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  max-width: none;
  width: 900px !important;
  height: 340px !important;
  transform: translate(-50%, -50%) !important;
}
@media screen and (max-width: 767px) {
  .qanda__fig--wide > svg {
    width: 635px !important;
    height: 255px !important;
  }
}

/* 強制改行 */
.line-break {
  width: 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  .line-break {
    order: 2;
    width: 100%;
    height: 0;
  }
}

/* モーダルボタン */
.qanda__modal {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  margin: 0 10px 0 auto;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .qanda__modal {
    margin: 0 auto;
  }
}
.qanda__modal::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #af334b;
  z-index: -1;
  transition: all 300ms;
}
.qanda__modal.is-over::before {
  transform: scale(1.1, 1.1);
}
.qanda__modal span {
  pointer-events: none;
}

.qanda__btn-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}
.qanda__btn-effect::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  background-color: #fff;
  transform: translateX(0) skewX(-45deg);
  transform-origin: 0 0;
  pointer-events: none;
}
.qanda__btn-effect.anime::before {
  transform: translateX(220px) skewX(-45deg);
  transition: transform 1s cubic-bezier(1, 0, 0, 1);
}

/* 答ボタン */
.qanda__answer1,
.qanda__answer0 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 150px;
  height: 150px;
  z-index: 1;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #af334b;
}
@media screen and (max-width: 767px) {
  .qanda__answer1,
  .qanda__answer0 {
    width: 112px;
    height: 112px;
  }
}
.qanda__answer1::before,
.qanda__answer0::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #af334b;
  background-color: #fff;
  z-index: -1;
  transition: all 300ms;
}
.qanda__answer1.is-over,
.qanda__answer0.is-over {
  color: #fff;
}
.qanda__answer1.is-over::before,
.qanda__answer0.is-over::before {
  transform: scale(1.2);
  background-color: #af334b;
}
.qanda__answer1 p,
.qanda__answer0 p {
  pointer-events: none;
  font-size: 1.8rem;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qanda__answer1 p,
  .qanda__answer0 p {
    font-size: 1.35rem;
  }
}
.qanda__answer1 p span,
.qanda__answer0 p span {
  font-size: 1rem;
}

.qanda__answer1 {
  order: 1;
}
@media screen and (max-width: 767px) {
  .qanda__answer1 {
    order: 3;
    margin-right: 15px;
  }
}

.qanda__answer0 {
  order: 3;
}
@media screen and (max-width: 767px) {
  .qanda__answer0 {
    order: 4;
    margin-left: 15px;
  }
}

.score {
  position: relative;
  font-family: "gidole", sans-serif;
  text-align: center;
  color: #fff;
}
.score__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.score__num {
  width: 2em;
  font-size: 12rem;
  line-height: 0.75;
}
@media screen and (max-width: 767px) {
  .score__num {
    font-size: 9rem;
  }
}
.score__point {
  position: absolute;
  top: 2.7em;
  width: 100%;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .score__point {
    font-size: 2.7rem;
  }
}
.score svg {
  vertical-align: top;
  width: 420px;
  height: 420px;
}
@media screen and (max-width: 767px) {
  .score svg {
    width: 300px;
    height: 300px;
  }
}

.qanda__msg {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 40px;
  right: 30px;
  width: 240px;
  height: 140px;
  padding: 20px;
  border: 1px solid #225577;
  border-radius: 10px;
  font-size: 1.2rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qanda__msg {
    position: relative;
    display: block;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    margin-top: -35px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .qanda__next-msg {
    font-size: 1.2rem;
  }
}

.qanda__next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 60px;
  margin: 0 auto;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #af334b;
}
@media screen and (max-width: 767px) {
  .qanda__next {
    height: 40px;
  }
}
.qanda__next::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 1px solid #af334b;
  background-color: #fff;
  z-index: -1;
  transition: all 300ms;
}
.qanda__next.is-over {
  color: #fff;
}
.qanda__next.is-over::before {
  transform: scale(1.1);
  background-color: #af334b;
}

/* Title */
.okeru-ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .okeru-ttl {
    height: calc(100% - 46px);
  }
}
.okeru-ttl__circle {
  position: absolute;
  width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .okeru-ttl__circle {
    width: 480px;
  }
}
.okeru-ttl__circle::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.okeru-ttl__circle > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.okeru-ttl__content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #225577;
}
.okeru-ttl__inner {
  position: relative;
  width: 66.625%;
  top: 18px;
}
@media screen and (max-width: 767px) {
  .okeru-ttl__inner {
    top: 10px;
  }
}
.okeru-ttl__name {
  position: relative;
  left: 5px;
  max-width: 360px;
  width: 67.5422138837%;
  margin: 0 auto 25px;
}
@media screen and (max-width: 767px) {
  .okeru-ttl__name {
    left: 3px;
    margin-bottom: 15px;
  }
}
.okeru-ttl__btns {
  display: flex;
  justify-content: center;
}
.okeru-ttl__btns a:first-child {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .okeru-ttl__btns a:first-child {
    margin-right: 5px;
  }
}
.okeru-ttl__btns a:last-child {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .okeru-ttl__btns a:last-child {
    margin-left: 5px;
  }
}

.okeru-start {
  position: relative;
  width: 150px;
  height: 150px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .okeru-start {
    width: 100px;
    height: 100px;
  }
}
.okeru-start__base {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #225577;
  transition: all 300ms ease;
}
.okeru-start__base::after {
  position: absolute;
  display: block;
  content: "";
  top: -1px;
  left: -1px;
  width: 150px;
  height: 75px;
  border-radius: 75px 75px 0 0;
  background-color: #225577;
}
@media screen and (max-width: 767px) {
  .okeru-start__base::after {
    width: 100px;
    height: 50px;
  }
}
.okeru-start.is-over .okeru-start__base {
  border: 1px solid #af334b;
  transform: scale(1.1);
}
.okeru-start.is-over .okeru-start__base::after {
  background-color: #af334b;
}
.okeru-start__head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 50%;
  padding-bottom: 12px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .okeru-start__head {
    padding-bottom: 5px;
  }
}
.okeru-start__head span:first-child {
  display: block;
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .okeru-start__head span:first-child {
    font-size: 8px;
  }
}
.okeru-start__head span:last-child {
  display: block;
  font-size: 2.1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .okeru-start__head span:last-child {
    font-size: 1.4rem;
  }
}
.okeru-start__body {
  height: 50%;
  padding-top: 7px;
  transition: all 300ms ease;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .okeru-start__body {
    padding-top: 5px;
    font-size: 7px;
  }
}
.okeru-start.is-over .okeru-start__body {
  color: #af334b;
}

.okeru-end {
  font-weight: 500;
}

.step-wrap {
  padding: 0 20px 60px;
  background: #225577;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .step-wrap {
    padding: 0 10px 25px;
  }
}
.step-wrap__title {
  margin: 2em 0 2em;
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .step-wrap__title {
    font-size: 1.8rem;
  }
}
.step-wrap__body {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .step-wrap__body {
    gap: 30px;
    margin-bottom: 30px;
  }
}
.step-wrap__end {
  padding: 0.3em 0 1.25em;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.875;
  color: #fff;
}
.step-wrap__end p:nth-child(1) {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .step-wrap__end {
    padding: 0.65em 0 1.25em;
    font-size: 1.8rem;
  }
}

/* 共通ステップ */
.step {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.1);
  color: #000;
}
@media screen and (max-width: 767px) {
  .step {
    margin: 0 auto;
    padding: 15px;
  }
}
.step__title {
  position: relative;
  padding: 10px 0 25px;
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  color: #225577;
}
@media screen and (max-width: 767px) {
  .step__title {
    font-size: 1.8rem;
  }
}
.step__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #225577;
}
.step__lead {
  margin-bottom: 25px;
  font-size: 2.3rem;
  text-align: center;
  line-height: 1.6956;
}
@media screen and (max-width: 767px) {
  .step__lead {
    font-size: 1.7rem;
  }
}
.step__trigger {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 60px;
  margin: 0 auto;
  border-radius: 30px;
  z-index: 1;
  font-size: 1.4rem;
  color: #af334b;
}
.step__trigger::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 1px solid #af334b;
  z-index: -1;
  transition: all 300ms;
}
.is-open .step__trigger {
  display: none;
}
.step__trigger.is-over {
  color: #fff;
}
.step__trigger.is-over::before {
  background-color: #af334b;
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .step__trigger {
    height: 40px;
  }
}
.step__body {
  line-height: 2;
}
.step__body.js-acd-body {
  height: 0;
  overflow: hidden;
  will-change: height;
  transform: translateZ(0); /*safari 16.5bug?*/
  transition: height 0.4s ease-in-out;
}
.step__text {
  margin: 0 auto;
  margin: 0 auto;
  text-align: center;
}
.step__text a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .step__text {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.step__list {
  padding-top: 2em;
  font-size: 1.2rem;
  font-weight: 200;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .step__list {
    font-size: 1rem;
    text-align: left;
  }
}
.step__list li {
  display: inline;
}
.step__fig {
  max-width: 600px;
  margin: 35px auto 25px;
}
@media screen and (max-width: 767px) {
  .step__fig {
    margin: 25px auto 15px;
  }
}
.step__note {
  padding-top: 0.5em;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.5;
}
.step__note li {
  text-indent: -1em;
  padding-left: 1em;
}
.step__note li::before {
  content: "※";
  display: inline-block;
  width: 1em;
  text-align: center;
  text-indent: 0;
}
.step__note li small {
  font-size: inherit;
}

/* 専用台での設置を予定している場合 */
.s107-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 760px;
  margin: 35px auto 35px;
}
.s107-list__item {
  width: calc((100% - 40px) / 3);
}
.s107-list__item:nth-child(2) {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .s107-list__item {
    width: calc((100% - 20px) / 2);
  }
  .s107-list__item:nth-child(2n+1) {
    margin-right: 10px;
  }
  .s107-list__item:nth-child(2) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.s107-prod figcaption {
  padding: 1em 0;
  text-align: center;
  line-height: 1;
}

.s107-confirm {
  display: flex;
  max-width: 760px;
  margin: 0 auto 30px;
  background: #f6f6f6;
  height: auto;
}
@media screen and (max-width: 767px) {
  .s107-confirm {
    display: block;
    margin: 0 auto 15px;
  }
}
.s107-confirm__item:nth-child(1) {
  display: flex;
  align-items: flex-end;
  background: #dcdcdc;
  width: 39.4736842105%;
}
@media screen and (max-width: 767px) {
  .s107-confirm__item:nth-child(1) {
    width: auto;
  }
}
.s107-confirm__item:nth-child(2) {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 60.5263157895%;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .s107-confirm__item:nth-child(2) {
    width: auto;
    padding: 0 10px;
  }
}
.s107-confirm__title {
  margin: 1.75em 0 1.65em;
  font-size: 2.1rem;
  line-height: 1.57;
}
.s107-confirm__text {
  margin-bottom: 1.25em;
}

/* 専用台での設置を予定している場合 */
.s300-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 35px auto 35px;
}
@media screen and (max-width: 767px) {
  .s300-list {
    display: block;
  }
}
.s300-list img {
  max-width: 165px;
  width: 100%;
}
.s300-list dl {
  background: #f7f8f8;
  display: flex;
  flex-direction: column;
  padding: 25px 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s300-list dl {
    margin-bottom: 10px;
    padding: 15px;
  }
}
.s300-list dl:nth-child(1), .s300-list dl:nth-child(3) {
  flex-basis: 240px;
}
.s300-list dl:nth-child(2) {
  flex-basis: 460px;
}
.s300-list dl dt {
  margin: 0 0 40px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .s300-list dl dt {
    margin: 0 0 20px;
  }
}
.s300-list dl dd {
  align-items: flex-end;
  display: flex;
  gap: 10px;
  flex-grow: 10;
  justify-content: center;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .s300-list dl dd {
    gap: 15px;
    padding: 0;
  }
}
.s300-list dl dd figure {
  flex-basis: 200px;
}
.s300-list dl dd img {
  max-width: 165px;
  width: 100%;
}
.s300-list dl dd figcaption {
  margin-top: 20px;
  min-height: 2lh;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .s300-list dl dd figcaption {
    min-height: 0;
  }
}

.js-acd-body-in {
  overflow: hidden;
}

.s108-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 760px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .s108-list2 {
    margin: 20px auto 0;
  }
}
.s108-list2__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .s108-list2__item {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .s108-list2__item:not(:first-child) {
    margin-top: 20px;
  }
}
.s108-list2__item figcaption {
  margin-bottom: 0.3em;
  text-align: center;
}

.s108-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 760px;
  margin: 35px auto 30px;
  background: #f6f6f6;
  border: 1px solid #dcdddd;
}
.s108-list__item {
  width: 33.333%;
}
.s108-list__item:nth-child(1), .s108-list__item:nth-child(2) {
  width: 50%;
  border-bottom: 0.5px solid #dcdddd;
}
.s108-list__item:nth-child(2) {
  border-left: 0.5px solid #dcdddd;
}
.s108-list__item:nth-child(4), .s108-list__item:nth-child(6) {
  border-right: 0.5px solid #dcdddd;
  border-left: 0.5px solid #dcdddd;
}
.s108-list__item:nth-child(6) {
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .s108-list {
    display: block;
    margin: 35px auto 20px;
  }
  .s108-list__item {
    width: auto;
    border-bottom: 0.5px solid #dcdddd;
  }
  .s108-list__item:nth-child(1), .s108-list__item:nth-child(2) {
    width: auto;
  }
  .s108-list__item:nth-child(2) {
    border-left: none;
  }
  .s108-list__item:nth-child(4), .s108-list__item:nth-child(6) {
    border-right: none;
    border-left: none;
  }
  .s108-list__item:nth-child(6) {
    margin-top: 0;
  }
}

.s108-confirm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 30px 30px;
  text-align: left;
}
.s108-confirm__title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.s108-prod {
  padding: 50px 25px 35px;
}
@media screen and (max-width: 767px) {
  .s108-prod {
    display: flex;
    padding: 10px;
  }
}
.s108-prod__fig {
  max-width: 114px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .s108-prod__fig {
    margin: 0 10px 0 0;
  }
}
.s108-prod__spec {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .s108-prod__spec {
    display: block;
  }
}
.s108-prod__type {
  margin-bottom: 7px;
}
.s108-prod__info {
  font-size: 1.2rem;
}
.s108-prod__info span {
  color: #225577;
}

.sec-common {
  background-color: #fff;
  text-align: center;
}

.modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*-webkit-backface-visibility: hidden;*/
  /*-webkit-tap-highlight-color: transparent;*/
  /*touch-action: manipulation;*/
  /*transform: translateZ(0);*/
  transition-duration: 600ms;
  pointer-events: none;
  z-index: 10000;
}
.modal.is-open {
  display: block;
  visibility: visible;
  pointer-events: auto;
}
.modal .is-hidden {
  position: absolute !important;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  pointer-events: none;
  visibility: hidden;
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.is-open .modal__bg {
  opacity: 0.8;
}
.modal__inner, .modal__stage, .modal__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.modal__slide {
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  text-align: center;
  pointer-events: auto;
  transition-property: transform, opacity;
  z-index: 99994;
}
@media screen and (max-width: 767px) {
  .modal__slide {
    padding: 10px;
  }
}
.modal__slide::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  font-size: 0;
}
.modal__content {
  position: relative;
  display: inline-block;
  width: 100%; /* javascript calcurate */
  height: 100%; /* javascript calcurate */
  max-width: 100%;
  overflow: visible;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  vertical-align: middle;
  text-align: left;
  pointer-events: auto;
}
.modal__iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
  background: transparent;
}
.modal__loading {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  padding: 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 0.7;
  -webkit-animation: modal-rotate 1s linear infinite;
  animation: modal-rotate 1s linear infinite;
  z-index: 99999;
}
.modal__close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 30px;
  bottom: 20px;
  width: 180px;
  height: 40px;
  z-index: 1;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}
.modal__close::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #af334b;
  z-index: -1;
  transition: all 300ms;
}
.modal__close.is-over::before {
  transform: scale(1.1, 1.2);
}
@media screen and (max-width: 767px) {
  .modal__close {
    right: 50%;
    bottom: 15px;
    margin-right: -90px;
  }
}

.modal__content {
  position: relative;
  overflow: hidden;
}

.modal__content::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 160%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  transform-origin: 0 0;
  transform: translateX(100%) skew(-45deg);
  transition: transform 1.2s cubic-bezier(1, 0, 0, 1);
}
@media screen and (max-width: 767px) {
  .modal__content::before {
    width: 253.75%;
    transition-duration: 1.4s;
  }
}

.modal__content.modal--anime::before {
  transform: translateX(0) skew(-45deg);
}

@-webkit-keyframes modal-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes modal-rotate {
  100% {
    transform: rotate(360deg);
  }
}