@charset "UTF-8";

br.sp { display: none !important; }
span.sp { display: none !important; }
img.sp { display: none !important; }
div.sp { display: none !important; }

@media screen and (max-width: 768px) {
  br.sp { display: inline-block !important; }
  br.pc { display: none !important; }
  span.sp { display: block !important; }
  span.pc { display: none !important; }
  img.sp { display: block !important; }
  img.pc { display: none !important; }
  div.sp { display: block !important; }
  div.pc { display: none !important; }
}

a.u_line { text-decoration: underline; }
a.u_line:hover { text-decoration: none; }

.c-font-roboto {
font-family: 'Roboto'!important;
}

/* content-wrapper */
.content-wrapper {
	background: #ffd940;
	overflow: hidden;
}



/* mv */
#mv {
  padding: 64px 0 70px 0;
	background: #ffd940;
	overflow: hidden;
}

#mv h1 {
  margin: 0 0 0 0;
  padding: 0 0 45px 0;
  line-height: 1.4em;
  font-size: 60px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  color: #685bc7;
  display: block;
  text-align: center;
}

#mv .image {
  margin: 0 auto 0;
  width: 92%;
  max-width: 1272px;
  border: 2px solid #fff;
  box-sizing: border-box;
}
#mv .image img {
  width: 100%;
  height: auto;
  display: block;
}
.introduction {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
.introduction h2 {
  margin: 0 0 0 0;
  padding: 0 0 45px 0;
  line-height: 1.6em;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  color: #685bc7;
}
.introduction h2 em {
  margin: 0 0 0 0;
  padding: 0px 10px;
  line-height: 1.6em;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  border-radius: 9px;
  color: #fff;
  background: #685bc7;
  display: inline-block;
}
.introduction p.catch {
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
  line-height: 1.6em;
  font-size: 42px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  color: #ff4d33;
}
.introduction p.catch em {
  margin: 0 auto 10px auto;
  padding: 0 0 0 0;
  width: fit-content;
  line-height: 1.6em;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  border-bottom: 3px solid #ff4d33;
}
.introduction p.catch .num {
  line-height: 1.2em;
  font-size: 55px;
  font-weight: 700;
}
.introduction .note-list {
  margin: 0 auto 50px;
  width: 92%;
  max-width: 800px;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Noto Sans JP';
  color: #685bc7;
  text-align: left;
  list-style: none;
}
.introduction .note-list .note-list-item {
  padding: 0 0 5px 1.2em;
  position: relative;
}
.introduction .note-list .note-list-item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.introduction .note-list .note-list-item .note {
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 500;
}

.section {
  margin: 0 0 0 0;
  padding: 0 0 55px 0;
  text-align: center;
}
.section#contact {
  background: none;
}
.section .tit01 {
  margin: 0 0 25px 0;
  padding: 0 0 18px 0;
  line-height: 1.6em;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  color: #ff4d33;
  position: relative;
}
.section .tit01::after {
  width: 31px;
  height: 2px;
  content: "";
  background: #ff4d33;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
}
.section .sub-tit01 {
  margin: 0 0 0 0;
  padding: 50px 0 15px 0;
  line-height: 1.6em;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  color: #685bc7;
  text-align: center;
}

.section .period {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  color: #685bc7;
  text-align: center;
}
.section .period .note {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
}
.section .step {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  width: 92%;
  max-width: 818px;
  display: flex;
}
.section .step .step-label {
  margin: 0 22px 0 0;
  padding: 0 0 0 0;
  width: 104px;
  height: 40px;
  line-height: 1.4em;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background: #685bc7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .step .step-detail {
  margin: 0 0 0 0;
  padding: 0 0 27px 0;
  width: calc( 100% - 126px );
  line-height: 1.7em;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  text-align: left;
  color: #685bc7;
}
.section .step .step-detail a {
  text-decoration: underline;
  color: #685bc7;
}
.section .step .step-detail .sns {
  margin: 0 0 22px 0;
  padding: 0 0 0 0;
  min-height: 40px;
  border: 1px solid #685bc7;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section .step .step-detail .sns .sns-label {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 184px;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: 700;
  color: #685bc7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section .step .step-detail .sns .sns-label::after {
  width: 10px;
  height: 16px;
  content: "";
  background: url("../img/arrow_02.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(0,-50%);
}
.section .step .step-detail .sns .sns-detail {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 474px;
  line-height: 1.4em;
  font-size: 19px;
  font-weight: 500;
  font-family: 'Noto Sans JP';
  color: #685bc7;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.section .step .step-detail .sns .sns-detail .question {
  margin: 0 5px 0 0;
  padding: 4px 10px;
  line-height: 1.4em;
  font-size: 17px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  color: #fff;
  background: #ff4d33;
  border-radius: 180px;
  display: inline-block;
}

.section .step .step-detail .sns .sns-detail .strong {
  position: relative;
  z-index: 1;
}
.section .step .step-detail .sns .sns-detail .strong::after {
  width: 100%;
  height: 7px;
  content: "";
  background: #fff;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}
.section .conditions {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: fit-content;
  list-style: none;
  line-height: 1.6em;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  color: #685bc7;
  text-align: left;
}
.section .conditions li {
  margin: 0 0 0 0;
  padding: 0 0 5px 1.2em;
  position: relative;
}
.section .conditions li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.section .about {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.section .about p {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.6em;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  color: #685bc7;
  text-align: center;
}
.section .about p.note {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Sans JP';
  color: #685bc7;
  text-align: center;
}
.section .kiyaku-view-btn {
  margin: 0 auto;
  padding: 40px 0 40px 0;
  width: 369px;
}
.section .kiyaku-view-btn .btn {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 94px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  color: #fff;
  background: #685bc7;
  border-radius: 23px;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  transition: all 0.6s 0s ease-in-out;
}
.section .kiyaku-view-btn .btn:hover {
  opacity: 0.7;
}
.section .kiyaku-view-btn .btn::before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 15px;
  height: 1px;
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translate(0,-50%);
}
.section .kiyaku-view-btn .btn::after {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 15px;
  height: 1px;
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translate(0,-50%) rotate(90deg);
  transition: all 0.5s 0s ease-in-out;
}
.section .kiyaku-view-btn .btn.active::after {
  transform: translate(0,-50%) rotate(0deg);
}
.section .kiyaku-box {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  width: 92%;
  max-width: 900px;
  text-align: left;
  
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.2s ease;
}
.section .kiyaku-box dl {
  margin: 0 0 0 0;
  padding: 0 0 40px 0;
  width: 100%;
}
.section .kiyaku-box dl dt {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  width: 100%;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  color: #685bc7;
}
.section .kiyaku-box dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Noto Sans JP';
  color: #685bc7;
}
.section .kiyaku-box dl dd a {
  color: #685bc7;
}
.section .kiyaku-box dl dd ul {
  list-style: none !important;
}
.section .kiyaku-box dl dd li {
  margin-left: 1.2em !important;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Noto Sans JP';
  color: #685bc7;
  position: relative !important;
}
/*.section .kiyaku-box dl dd li::before {
  content: "・" !important;
  position: absolute !important;
  top: 0 !important;
  left: -1.2em !important;
}*/


.section .kiyaku-box dl dd ul > li::before {
  content: "・" !important;
  position: absolute !important;
  top: 0 !important;
  left: -1.2em !important;
}


.faq {
  width: 100%;
  text-align: center;
}
.faq .question-box {
  margin: 0 auto 92px;
  width: 92%;
  max-width: 920px;
  min-height: 174px;
  background: #fff;
  border: 3px solid #ff4d33;
  border-radius: 20px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq .question-box .question-label {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 128px;
  height: 65px;
  line-height: 1.4em;
  font-size: 32px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  color: #fff;
  background: #ff4d33;
  border-radius: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translate(-50%,0);
}
.faq .question-box .question-tit {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 41px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  color: #ff4d33;
}
.faq .answer-box {
  margin: 0 auto;
  padding: 0 0 32px 0;
  width: 92%;
  max-width: 769px;
}
.faq .answer-box .answer {
  margin: 0 0 22px 0;
  padding: 0 0 0 24px;
  width: 639px;
  min-height: 72px;
  background: #685bc7;
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  z-index: 1;
}
.faq .answer-box .answer:nth-of-type(2) {
  margin: 0 0 22px 130px;
  padding: 0 24px 0 0;
  justify-content: flex-end;
}
.faq .answer-box .answer::after {
  width: 38px;
  height: 25px;
  content: "";
  background: url("../img/deco_01.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 26px;
  left: -30px;
}
.faq .answer-box .answer:nth-of-type(2)::after {
  width: 38px;
  height: 25px;
  content: "";
  background: url("../img/deco_02.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 26px;
  left: auto;
  right: -30px;
}
.faq .answer-box .answer .text {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 29px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  color: #d9ffff;
}
.product-box {
  margin: 0 auto;
  padding: 0 0 60px 0;
  width: 92%;
  max-width: 736px;
  display: flex;
  justify-content: space-between;
}
.product-box .image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 45.1%;
  max-width: 332px;
  border: none;
}
.product-box .image img {
  width: 100%;
  display: block;
}
.product-box .info {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 46.0%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-box .info .link-box {
  margin: 0 0 37px 0;
  padding: 0 0 0 0;
  width: 100.0%;
}
.product-box .info .link-box .link {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100.0%;
  height: 84px;
  color: #fff;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff4d33;
  border-radius: 23px;
  position: relative;
  transition: all 0.6s 0s ease-in-out;
}
.product-box .info .link-box .link:hover {
  opacity: 0.7;
}
.product-box .info .link-box .link::after {
  width: 6px;
  height: 12px;
  content: "";
  background: url("../img/arrow_03.svg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0,-50%);
}
.product-box .info .note {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #685bc7;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Noto Sans JP';
}
.site-link-box {
  margin: 0 0 90px 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 267px;
  background: #685bc7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.site-link-box .message {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  line-height: 1.5em;
  font-size: 23px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  color: #d9ffff;
  text-align: center;
}
.site-link-box .message em {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-style: normal;
  line-height: 1.5em;
  font-size: 29px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  color: #ffd940;
}
.site-link-box .message .hart {
  color: #ffd940;
}
.site-link-box .link-box {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 330px;
}
.site-link-box .link-box .link {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100.0%;
  height: 62px;
  color: #fff;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff4d33;
  border: 1px solid #fff;
  border-radius: 180px;
  position: relative;
  transition: all 0.6s 0s ease-in-out;
}
.site-link-box .link-box .link:hover {
  opacity: 0.7;
}
.site-link-box .link-box .link::after {
  width: 6px;
  height: 12px;
  content: "";
  background: url("../img/arrow_03.svg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0,-50%);
}
.copyright-box {
  margin: 0 auto !important;
  padding: 0 0 65px 0;
  width: 92% !important;
  max-width: 1080px !important;
  text-align: center;
}
.copyright-box .text01 {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Sans JP';
  text-align: center;
  color: #685bc7;
}
.copyright-box .text02 {
  margin: 0 auto;
  padding: 0 0 0 1.2em;
  width: 100%;
  max-width: 1080px;
  line-height: 1.6em;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Noto Sans JP';
  position: relative;
  text-align: center;
  color: #685bc7;
}
	.copyright-box .text02 em {
    font-style: italic;
  }
.copyright-box .text02::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (min-width: 769px) and (max-width: 1100px) {
  #mv {
    padding: 4.295vw 0 4.698vw 0;
    background: #ffd940;
    overflow: hidden;
  }

  #mv h1 {
    margin: 0 0 0 0;
    padding: 0 0 3.02vw 0;
    line-height: 1.4em;
    font-size: 4.027vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #685bc7;
    display: block;
    text-align: center;
  }

  #mv .image {
    margin: 0 auto 0;
    width: 92%;
    max-width: 85.369vw;
    border: 2px solid #fff;
    box-sizing: border-box;
  }
  #mv .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .introduction {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
  }
  .introduction h2 {
    margin: 0 0 0 0;
    padding: 0 0 3.02vw 0;
    line-height: 1.6em;
    font-size: 2.013vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #685bc7;
  }
  .introduction h2 em {
    margin: 0 0 0 0;
    padding: 0.403vw 0.671vw;
    line-height: 1.6em;
    font-size: 2.013vw;
    font-style: normal;
    font-weight: 700;
    border-radius: 0.604vw;
    color: #fff;
    background: #685bc7;
    display: inline-block;
  }
  .introduction p.catch {
    margin: 0 0 0 0;
    padding: 0 0 2.013vw 0;
    line-height: 1.6em;
    font-size: 2.819vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #ff4d33;
  }
  .introduction p.catch em {
    margin: 0 auto 0.671vw auto;
    padding: 0 0 0 0;
    width: fit-content;
    line-height: 1.6em;
    font-size: 2.013vw;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    border-bottom: 2px solid #ff4d33;
  }
  .introduction p.catch .num {
    line-height: 1.2em;
    font-size: 3.691vw;
    font-weight: 700;
  }
  .introduction .note-list {
    margin: 0 auto 3.356vw;
    width: 92%;
    max-width: 53.691vw;
    line-height: 1.6em;
    font-size: 0.94vw;
    font-weight: 500;
    font-family: 'Noto Sans JP';
    color: #685bc7;
    text-align: left;
    list-style: none;
  }
  .introduction .note-list .note-list-item {
    padding: 0 0 0.336vw 1.2em;
    position: relative;
  }
  .introduction .note-list .note-list-item::before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
  }
  .introduction .note-list .note-list-item .note {
    line-height: 1.4em;
    font-size: 0.805vw;
    font-weight: 500;
  }

  .section {
    margin: 0 0 0 0;
    padding: 0 0 3.691vw 0;
    text-align: center;
  }
  .section#contact {
    background: none;
  }
  .section .tit01 {
    margin: 0 0 1.678vw 0;
    padding: 0 0 1.208vw 0;
    line-height: 1.6em;
    font-size: 2.013vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #ff4d33;
    position: relative;
  }
  .section .tit01::after {
    width: 2.081vw;
    height: 0.134vw;
    content: "";
    background: #ff4d33;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
  }
  .section .sub-tit01 {
    margin: 0 0 0 0;
    padding: 3.356vw 0 1.007vw 0;
    line-height: 1.6em;
    font-size: 1.745vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #685bc7;
    text-align: center;
  }

  .section .period {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 1.477vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #685bc7;
    text-align: center;
  }
  .section .period .note {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 1.074vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
  }
  .section .step {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    width: 92%;
    max-width: 54.899vw;
    display: flex;
  }
  .section .step .step-label {
    margin: 0 1.477vw 0 0;
    padding: 0 0 0 0;
    width: 6.98vw;
    height: 2.685vw;
    line-height: 1.4em;
    font-size: 1.477vw;
    font-weight: 700;
    color: #fff;
    background: #685bc7;
    border-radius: 0.671vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section .step .step-detail {
    margin: 0 0 0 0;
    padding: 0 0 1.812vw 0;
    width: calc( 100% - 8.456vw );
    line-height: 1.7em;
    font-size: 1.477vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    text-align: left;
    color: #685bc7;
  }
  .section .step .step-detail a {
    text-decoration: underline;
    color: #685bc7;
  }
  .section .step .step-detail .sns {
    margin: 0 0 1.477vw 0;
    padding: 0 0 0 0;
    min-height: 2.685vw;
    border: 1px solid #685bc7;
    border-radius: 0.671vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section .step .step-detail .sns .sns-label {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 12.349vw;
    line-height: 1.4em;
    font-size: 1.342vw;
    font-weight: 700;
    color: #685bc7;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .section .step .step-detail .sns .sns-label::after {
    width: 0.671vw;
    height: 1.074vw;
    content: "";
    background: url("../img/arrow_02.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: -0.671vw;
    transform: translate(0,-50%);
  }
  .section .step .step-detail .sns .sns-detail {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 31.812vw;
    line-height: 1.4em;
    font-size: 1.275vw;
    font-weight: 500;
    font-family: 'Noto Sans JP';
    color: #685bc7;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  }
  .section .step .step-detail .sns .sns-detail .question {
    margin: 0 0.336vw 0 0;
    padding: 0.268vw 0.671vw;
    line-height: 1.4em;
    font-size: 1.141vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #fff;
    background: #ff4d33;
    border-radius: 12.081vw;
    display: inline-block;
  }

  .section .step .step-detail .sns .sns-detail .strong {
    position: relative;
    z-index: 1;
  }
  .section .step .step-detail .sns .sns-detail .strong::after {
    width: 100%;
    height: 0.47vw;
    content: "";
    background: #fff;
    position: absolute;
    bottom: 0.134vw;
    left: 0;
    z-index: -1;
  }
  .section .conditions {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: fit-content;
    list-style: none;
    line-height: 1.6em;
    font-size: 1.477vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #685bc7;
    text-align: left;
  }
  .section .conditions li {
    margin: 0 0 0 0;
    padding: 0 0 0.336vw 1.2em;
    position: relative;
  }
  .section .conditions li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .section .about {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .section .about p {
    margin: 0 0 0 0;
    padding: 0 0 0.671vw 0;
    line-height: 1.6em;
    font-size: 1.477vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #685bc7;
    text-align: center;
  }
  .section .about p.note {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 1.074vw;
    font-weight: 500;
    font-family: 'Noto Sans JP';
    color: #685bc7;
    text-align: center;
  }
  .section .kiyaku-view-btn {
    margin: 0 auto;
    padding: 2.685vw 0 2.685vw 0;
    width: 24.765vw;
  }
  .section .kiyaku-view-btn .btn {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 6.309vw;
    font-size: 1.074vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #fff;
    background: #685bc7;
    border-radius: 1.544vw;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    transition: all 0.6s 0s ease-in-out;
  }
  .section .kiyaku-view-btn .btn:hover {
    opacity: 0.7;
  }
  .section .kiyaku-view-btn .btn::before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 1.007vw;
    height: 0.067vw;
    content: "";
    background: #fff;
    position: absolute;
    top: 50%;
    right: 1.141vw;
    transform: translate(0,-50%);
  }
  .section .kiyaku-view-btn .btn::after {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 1.007vw;
    height: 0.067vw;
    content: "";
    background: #fff;
    position: absolute;
    top: 50%;
    right: 1.141vw;
    transform: translate(0,-50%) rotate(90deg);
    transition: all 0.5s 0s ease-in-out;
  }
  .section .kiyaku-view-btn .btn.active::after {
    transform: translate(0,-50%) rotate(0deg);
  }
  .section .kiyaku-box {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    width: 92%;
    max-width: 60.403vw;
    text-align: left;

    max-height: 0;
    overflow: hidden;
    transition: max-height 1.2s ease;
  }
  .section .kiyaku-box dl {
    margin: 0 0 0 0;
    padding: 0 0 2.685vw 0;
    width: 100%;
  }
  .section .kiyaku-box dl dt {
    width: 100%;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #685bc7;
    
    line-height: 1.4em;
    font-size: 1.273vw;
    text-align: left;
    margin: 0 0 0.455vw 0 !important;
    padding: 0 0 0 0 !important;
    
  }
  .section .kiyaku-box dl dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 1.273vw;
    font-weight: 500;
    font-family: 'Noto Sans JP';
    color: #685bc7;
  }
  .section .kiyaku-box dl dd a {
    color: #685bc7;
  }
  .section .kiyaku-box dl dd li {
    line-height: 1.4em;
    font-size: 1.273vw;
    font-weight: 500;
    font-family: 'Noto Sans JP';
    color: #685bc7;
  }




  .faq {
    width: 100%;
    text-align: center;
  }
  .faq .question-box {
    margin: 0 auto 6.174vw;
    width: 92%;
    max-width: 68.456vw;
    min-height: 12.349vw;
    background: #fff;
    border: 3px solid #ff4d33;
    border-radius: 1.342vw;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .faq .question-box .question-label {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 8.591vw;
    height: 4.362vw;
    line-height: 1.4em;
    font-size: 2.148vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #fff;
    background: #ff4d33;
    border-radius: 12.081vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -2.215vw;
    left: 50%;
    transform: translate(-50%,0);
  }
  .faq .question-box .question-tit {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 3.154vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #ff4d33;
  }
  .faq .answer-box {
    margin: 0 auto;
    padding: 0 0 2.148vw 0;
    width: 92%;
    max-width: 51.611vw;
  }
  .faq .answer-box .answer {
    margin: 0 0 1.477vw 0;
    padding: 0 0 0 1.611vw;
    width: 42.886vw;
    min-height: 4.832vw;
    background: #685bc7;
    border-radius: 0.805vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    z-index: 1;
  }
  .faq .answer-box .answer:nth-of-type(2) {
    margin: 0 0 1.477vw 8.725vw;
    padding: 0 1.611vw 0 0;
    justify-content: flex-end;
  }
  .faq .answer-box .answer::after {
    width: 2.55vw;
    height: 1.678vw;
    content: "";
    background: url("../img/deco_01.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 1.745vw;
    left: -2.013vw;
  }
  .faq .answer-box .answer:nth-of-type(2)::after {
    width: 2.55vw;
    height: 1.678vw;
    content: "";
    background: url("../img/deco_02.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 1.745vw;
    left: auto;
    right: -2.013vw;
  }
  .faq .answer-box .answer .text {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 1.946vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #d9ffff;
  }
  .product-box {
    margin: 0 auto;
    padding: 0 0 4.027vw 0;
    width: 92%;
    max-width: 49.396vw;
    display: flex;
    justify-content: space-between;
  }
  .product-box .image {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 45.1%;
    max-width: 22.282vw;
    border: none;
  }
  .product-box .image img {
    width: 100%;
    display: block;
  }
  .product-box .info {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 46.0%;
    max-width: 23.49vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .product-box .info .link-box {
    margin: 0 0 2.483vw 0;
    padding: 0 0 0 0;
    width: 100.0%;
  }
  .product-box .info .link-box .link {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100.0%;
    height: 5.638vw;
    color: #fff;
    line-height: 1.6em;
    font-size: 1.074vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff4d33;
    border-radius: 1.544vw;
    position: relative;
    transition: all 0.6s 0s ease-in-out;
  }
  .product-box .info .link-box .link:hover {
    opacity: 0.7;
  }
  .product-box .info .link-box .link::after {
    width: 0.403vw;
    height: 0.805vw;
    content: "";
    background: url("../img/arrow_03.svg") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 1.007vw;
    transform: translate(0,-50%);
  }
  .product-box .info .note {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #685bc7;
    line-height: 1.6em;
    font-size: 0.94vw;
    font-weight: 500;
    font-family: 'Noto Sans JP';
  }
  .site-link-box {
    margin: 0 0 6.04vw 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 17.919vw;
    background: #685bc7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .site-link-box .message {
    margin: 0 0 0 0;
    padding: 0 0 1.007vw 0;
    line-height: 1.5em;
    font-size: 1.544vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #d9ffff;
    text-align: center;
  }
  .site-link-box .message em {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-style: normal;
    line-height: 1.5em;
    font-size: 1.946vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #ffd940;
  }
  .site-link-box .message .hart {
    color: #ffd940;
  }
  .site-link-box .link-box {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 22.148vw;
  }
  .site-link-box .link-box .link {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100.0%;
    height: 4.161vw;
    color: #fff;
    line-height: 1.6em;
    font-size: 1.074vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff4d33;
    border: 1px solid #fff;
    border-radius: 12.081vw;
    position: relative;
    transition: all 0.6s 0s ease-in-out;
  }
  .site-link-box .link-box .link:hover {
    opacity: 0.7;
  }
  .site-link-box .link-box .link::after {
    width: 0.403vw;
    height: 0.805vw;
    content: "";
    background: url("../img/arrow_03.svg") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 1.007vw;
    transform: translate(0,-50%);
  }
  .copyright-box {
    margin: 0 auto !important;
    padding: 0 0 4.362vw 0;
    text-align: center;
    width: 92% !important;
    max-width: 69.799vw !important;
  }
  .copyright-box .text01 {
    margin: 0 0 0 0;
    padding: 0 0 0.671vw 0;
    line-height: 1.6em;
    font-size: 1.074vw;
    font-weight: 500;
    font-family: 'Noto Sans JP';
    text-align: center;
    color: #685bc7;
  }
  .copyright-box .text02 {
    margin: 0 auto;
    padding: 0 0 0 1.2em;
    width: 100%;
    max-width: 69.799vw;
    line-height: 1.6em;
    font-size: 0.805vw;
    font-weight: 400;
    font-family: 'Noto Sans JP';
    position: relative;
    text-align: center;
    color: #685bc7;
  }

  .copyright-box .text02::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #mv {
    padding: 8.929vw 0 6.25vw 0;
    background: #ffd940;
    overflow: hidden;
  }

  #mv h1 {
    margin: 0 0 0 0;
    padding: 0 0 4.464vw 0;
    line-height: 1.4em;
    font-size: 7.321vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #685bc7;
    display: block;
    text-align: center;
  }

  #mv .image {
    margin: 0 auto 0;
    width: 508;
    max-width: 90.714vw;
    border: 2px solid #fff;
    box-sizing: border-box;
  }
  #mv .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .introduction {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
  }
  .introduction h2 {
    margin: 0 0 0 0;
    padding: 0 0 6.25vw 0;
    line-height: 1.6em;
    font-size: 4.821vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #685bc7;
  }
  .introduction h2 em {
    margin: 0 0 0 0;
    padding: 0 1.786vw;
    line-height: 1.6em;
    font-size: 4.821vw;
    font-style: normal;
    font-weight: 700;
    border-radius: 1.607vw;
    color: #fff;
    background: #685bc7;
    display: inline-block;
  }
  .introduction p.catch {
    margin: 0 0 0 0;
    padding: 0 0 3.571vw 0;
    line-height: 1.6em;
    font-size: 6.786vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #ff4d33;
  }
  .introduction p.catch em {
    margin: 0 auto 1.786vw auto;
    padding: 0 0 0 0;
    width: fit-content;
    line-height: 1.6em;
    font-size: 4.821vw;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    border-bottom: 3px solid #ff4d33;
  }
  .introduction p.catch .num {
    line-height: 1.2em;
    font-size: 8.929vw;
    font-weight: 700;
  }
  .introduction .note-list {
    margin: 0 auto 8.929vw;
    width: 83.036vw;
    max-width: 83.036vw;
    line-height: 1.6em;
    font-size: 2.321vw;
    font-weight: 500;
    font-family: 'Noto Sans JP';
    color: #685bc7;
    text-align: left;
    list-style: none;
  }
  .introduction .note-list .note-list-item {
    padding: 0 0 1.429vw 1.2em;
    position: relative;
  }
  .introduction .note-list .note-list-item::before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
  }
  .introduction .note-list .note-list-item .note {
    line-height: 1.4em;
    font-size: 2.143vw;
    font-weight: 500;
  }

  .section {
    margin: 0 0 0 0;
    padding: 0 0 8.929vw 0;
    text-align: center;
  }
  .section#contact {
    background: none;
  }
  .section .tit01 {
    margin: 0 0 3.571vw 0;
    padding: 0 0 2.679vw 0;
    line-height: 1.6em;
    font-size: 4.821vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #ff4d33;
    position: relative;
  }
  .section .tit01::after {
    width: 5vw;
    height: 0.357vw;
    content: "";
    background: #ff4d33;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
  }
  .section .sub-tit01 {
    margin: 0 0 0 0;
    padding: 8.929vw 0 2.679vw 0;
    line-height: 1.6em;
    font-size: 4.643vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #685bc7;
    text-align: center;
  }

  .section .period {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 3.571vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #685bc7;
    text-align: center;
  }
  .section .period .note {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 2.5vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
  }
  .section .step {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .section .step .step-label {
    margin: 0 auto 2.679vw auto;
    padding: 0 0 0 0;
    width: 16.786vw;
    height: 6.964vw;
    line-height: 1.4em;
    font-size: 3.571vw;
    font-weight: 700;
    color: #fff;
    background: #685bc7;
    border-radius: 1.786vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section .step .step-detail {
    margin: 0 0 0 0;
    padding: 0 0 4.821vw 0;
    width: 100%;
    line-height: 1.7em;
    font-size: 3.571vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    text-align: center;
    color: #685bc7;
  }
  .section .step .step-detail a {
    text-decoration: underline;
    color: #685bc7;
  }
  .section .step .step-detail .sns {
    margin: 0 auto 2.143vw auto;
    padding: 0 0 1.786vw 0;
    width: 76.429vw;
    min-height: 15.714vw;
    border: 1px solid #685bc7;
    border-radius: 1.786vw;
    box-sizing: border-box;
    display: block;
  }
  .section .step .step-detail .sns .sns-label {
    margin: 0 0 0 0;
    padding: 0.893vw 0 4.464vw 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 3.036vw;
    font-weight: 700;
    color: #685bc7;
    display: block;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .section .step .step-detail .sns .sns-label::after {
    width: 1.786vw;
    height: 2.857vw;
    content: "";
    background: url("../img/arrow_02.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0) rotate(90deg);
  }
  .section .step .step-detail .sns .sns-detail {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 3.036vw;
    font-weight: 500;
    font-family: 'Noto Sans JP';
    color: #685bc7;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .section .step .step-detail .sns .sns-detail .question {
    margin: 0 0.893vw 0 0;
    padding: 0.714vw 1.786vw;
    line-height: 1.4em;
    font-size: 2.679vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #fff;
    background: #ff4d33;
    border-radius: 32.143vw;
    display: inline-block;
  }

  .section .step .step-detail .sns .sns-detail .strong {
    position: relative;
    z-index: 1;
  }
  .section .step .step-detail .sns .sns-detail .strong::after {
    width: 100%;
    height: 1.25vw;
    content: "";
    background: #fff;
    position: absolute;
    bottom: 0.357vw;
    left: 0;
    z-index: -1;
  }
  .section .conditions {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 86.429vw;
    list-style: none;
    line-height: 1.6em;
    font-size: 3.571vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #685bc7;
    text-align: left;
  }
  .section .conditions li {
    margin: 0 0 0 0;
    padding: 0 0 1.786vw 1.2em;
    position: relative;
  }
  .section .conditions li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .section .about {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 90.786vw;
  }
  .section .about p {
    margin: 0 0 0 0;
    padding: 0 0 1.786vw 0;
    line-height: 1.6em;
    font-size: 3.571vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #685bc7;
    text-align: left;
  }
  .section#ticket .about p {
    text-align: center;
  }
  
  .section .about p.note {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 2.321vw;
    font-weight: 500;
    font-family: 'Noto Sans JP';
    color: #685bc7;
    text-align: center;
  }
  .section .kiyaku-view-btn {
    margin: 0 auto;
    padding: 7.143vw 0 7.143vw 0;
    width: 59.643vw;
  }
  .section .kiyaku-view-btn .btn {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 15vw;
    font-size: 2.857vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #fff;
    background: #685bc7;
    border-radius: 4.107vw;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    transition: all 0.6s 0s ease-in-out;
  }
  .section .kiyaku-view-btn .btn:hover {
    opacity: 0.7;
  }
  .section .kiyaku-view-btn .btn::before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 2.679vw;
    height: 1px;
    content: "";
    background: #fff;
    position: absolute;
    top: 50%;
    right: 3.036vw;
    transform: translate(0,-50%);
  }
  .section .kiyaku-view-btn .btn::after {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 2.679vw;
    height: 1px;
    content: "";
    background: #fff;
    position: absolute;
    top: 50%;
    right: 3.036vw;
    transform: translate(0,-50%) rotate(90deg);
    transition: all 0.5s 0s ease-in-out;
  }
  .section .kiyaku-view-btn .btn.active::after {
    transform: translate(0,-50%) rotate(0deg);
  }
  .section .kiyaku-box {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    width: 89.286vw;
    max-width: 89.286vw;
    text-align: left;

    max-height: 0;
    overflow: hidden;
    transition: max-height 1.2s ease;
  }
  .section .kiyaku-box dl {
    margin: 0 0 0 0;
    padding: 0 0 7.143vw 0;
    width: 100%;
  }
  .section .kiyaku-box dl dt {
    margin: 0 0 0.893vw 0 !important;
    padding: 0 0 0 0 !important;
    width: 100%;
    line-height: 1.4em;
    font-size: 2.5vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #685bc7;
  }
  .section .kiyaku-box dl dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    text-align: left;
    line-height: 1.4em;
    font-size: 2.5vw;
    font-family: 'Noto Sans JP';
    color: #685bc7;
  }
  .section .kiyaku-box dl dd a {
    color: #685bc7;
  }
  .section .kiyaku-box dl dd li {
    line-height: 1.4em;
    font-size: 2.5vw;
    font-family: 'Noto Sans JP';
    color: #685bc7;
  }




  .faq {
    width: 100%;
    text-align: center;
  }
  .faq .question-box {
    margin: 0 auto 7.143vw;
    width: 79.821vw;
    max-width: 79.821vw;
    min-height: 28.643vw;
    background: #fff;
    border: 3px solid #ff4d33;
    border-radius: 3.036vw;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .faq .question-box .question-label {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 20.714vw;
    height: 10.357vw;
    line-height: 1.4em;
    font-size: 5vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #fff;
    background: #ff4d33;
    border-radius: 32.143vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -7.179vw;
    left: 50%;
    transform: translate(-50%,0);
  }
  .faq .question-box .question-tit {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 5.486vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #ff4d33;
  }
  .faq .answer-box {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 100%;
  }
  .faq .answer-box .answer {
    margin: 0 auto 4.643vw auto;
    padding: 0 0 0 0;
    width: 63.571vw;
    min-height: 18.393vw;
    background: #685bc7;
    border-radius: 2.143vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    z-index: 1;
    transform: translate(-7.1vw,0);
  }
  .faq .answer-box .answer:nth-of-type(2) {
    margin: 0 auto 8.071vw auto;
    padding: 0 0 0 0;
    width: 63.571vw;
    justify-content: center;
    transform: translate(7.1vw,0);
  }
  .faq .answer-box .answer::after {
    width: 6.25vw;
    height: 3.929vw;
    content: "";
    background: url("../img/deco_01.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 10.714vw;
    left: -5vw;
  }
  .faq .answer-box .answer:nth-of-type(2)::after {
    width: 6.786vw;
    height: 4.464vw;
    content: "";
    background: url("../img/deco_02.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 4.643vw;
    left: auto;
    right: -5.357vw;
  }
  .faq .answer-box .answer .text {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 4.643vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #d9ffff;
  }
  .product-box {
    margin: 0 auto;
    padding: 0 0 14.286vw 0;

    width: 90.857vw;
    max-width: 90.857vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .product-box .image {
    margin: 0 0 5vw 0;
    padding: 0 0 0 0;
    width: 50vw;
    max-width: 50vw;
    border: none;
  }
  .product-box .image img {
    width: 100%;
    display: block;
  }
  .product-box .info {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .product-box .info .link-box {
    margin: 0 0 3.929vw 0;
    padding: 0 0 0 0;
    width: 100.0%;
  }
  .product-box .info .link-box .link {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100.0%;
    height: 19.571vw;
    color: #fff;
    line-height: 1.6em;
    font-size: 3.679vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff4d33;
    border-radius: 4.107vw;
    position: relative;
    transition: all 0.6s 0s ease-in-out;
  }
  .product-box .info .link-box .link:hover {
    opacity: 0.7;
  }
  .product-box .info .link-box .link::after {
    width: 2.141vw;
    height: 4.286vw;
    content: "";
    background: url("../img/arrow_03.svg") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 2.679vw;
    transform: translate(0,-50%);
  }
  .product-box .info .link-box .link br {
    display: none;
  }
  .product-box .info .note {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #685bc7;
    line-height: 1.6em;
    font-size: 3.143vw;
    font-weight: 500;
    font-family: 'Noto Sans JP';
  }
  .site-link-box {
    margin: 0 0 15.179vw 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 43.214vw;
    background: #685bc7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .site-link-box .message {
    margin: 0 0 0 0;
    padding: 0 0 2.679vw 0;
    line-height: 1.5em;
    font-size: 3.75vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #d9ffff;
    text-align: center;
  }
  .site-link-box .message em {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-style: normal;
    line-height: 1.5em;
    font-size: 4.643vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    color: #ffd940;
  }
  .site-link-box .message .hart {
    color: #ffd940;
  }
  .site-link-box .link-box {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 53.571vw;
  }
  .site-link-box .link-box .link {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100.0%;
    height: 10vw;
    color: #fff;
    line-height: 1.6em;
    font-size: 2.679vw;
    font-weight: 700;
    font-family: 'Noto Sans JP';
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff4d33;
    border: 1px solid #fff;
    border-radius: 32.143vw;
    position: relative;
    transition: all 0.6s 0s ease-in-out;
  }
  .site-link-box .link-box .link:hover {
    opacity: 0.7;
  }
  .site-link-box .link-box .link::after {
    width: 1.071vw;
    height: 2.143vw;
    content: "";
    background: url("../img/arrow_03.svg") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 2.679vw;
    transform: translate(0,-50%);
  }
  .copyright-box {
    margin: 0 auto;
    padding: 0 0 11.607vw 0;
    text-align: center;
    width: 94.821vw !important;
    max-width: 94.821vw !important;
  }
  .copyright-box .text01 {
    margin: 0 0 0 0;
    padding: 0 0 2.679vw 0;
    line-height: 1.6em;
    font-size: 2.5vw;
    font-weight: 500;
    font-family: 'Noto Sans JP';
    text-align: center;
    color: #685bc7;
  }
  .copyright-box .text02 {
    margin: 0 auto;
    padding: 0 0 0 1.2em;
    width: 100%;
    max-width: 84.821vw;
    line-height: 1.6em;
    font-size: 1.964vw;
    font-weight: 500;
    font-family: 'Noto Sans JP';
    position: relative;
    text-align: center;
    color: #685bc7;
  }
  .copyright-box .text02::before {
    content: "・";
    position: static;
    /*top: 0;
    left: 0;*/
}


a.u_line { text-decoration: underline; }
a.u_line:hover { text-decoration: none; }
	}
.section .kiyaku-box dl dd ol.circle-list {
  list-style: none !important;
  padding-left: 0 !important;
}
.section .kiyaku-box dl dd ol.circle-list li {
  line-height: 1.6em;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Noto Sans JP';
  color: #685bc7;
  position: relative !important;
  list-style: none !important;
  padding-left: .25em !important;
}
.section .kiyaku-box dl dd ol.circle-list li::before {
  position: absolute !important;
  left: -1.25em !important;
  top: 0 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
	
.section .kiyaku-box dl dd ol.circle-list li:nth-child(1)::before {
  content: "\2460" !important; /* 1 */
}
.section .kiyaku-box dl dd ol.circle-list li:nth-child(2)::before {
  content: "\2461" !important; /* 2 */
}

@media all and (min-width: 769px) and (max-width: 1100px) {
	.section .kiyaku-box dl dd ol.circle-list li { font-size:1.273vw; }
}
@media screen and (max-width: 768px) {
	.section .kiyaku-box dl dd ol.circle-list li { font-size:2.5vw; }
}
	
	
