@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box; }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0; }

ul[role="list"], ol[role="list"] {
  list-style: none; }

html:focus-within {
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

img, picture {
  max-width: 100%;
  display: block; }

input, button, textarea, select {
  font: inherit; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important; } }
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  outline: none;
  text-decoration: none !important; }

/*--------------------------
メディアクエリ設定
---------------------------*/
/*マップ型変数で定義*/
/*@mixinでメディアクエリを呼び出す。変数mq、初期値sm*/
/*フォントサイズレスポンシブ*/
/*20pxのテキストを画面幅に合わせて変更する場合*/
/*.sample {
  @include fs-vw(20);
}*/
/*-------------------------------------
変数
-------------------------------------*/
/*-------------------------------------
全体
-------------------------------------*/
* {
  box-sizing: border-box; }

html, body {
  scroll-behavior: smooth;
  /*	scroll-padding-top: 60px;
  	@include mq(pc){
  		scroll-padding-top: 144px;
  	}*/ }

body {
  font-family: 'Noto Sans JP',"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
  overflow-x: hidden;
  font-size: 3.8647342995vw; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 16px; } }

a.el_txt_link {
  text-decoration: underline !important;
  color: #671C7A; }

a[href^="tel:"] {
  pointer-events: auto; }
  @media screen and (min-width: 768px) {
    a[href^="tel:"] {
      pointer-events: none; } }

.ly_container {
  overflow-x: hidden; }

.ly_sectionInner {
  width: 100%;
  padding: 2em 0;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    .ly_sectionInner {
      max-width: 1000px;
      padding: 4em 0; } }
  .ly_sectionInner.ly_sectionInner__bg {
    padding: 4em 0 2em;
    margin: 4em auto 0; }
    @media screen and (min-width: 768px) {
      .ly_sectionInner.ly_sectionInner__bg {
        padding: 7em 0 2em;
        margin: 0 auto; } }
  .ly_sectionInner.ly_sectionInner__imgBg {
    padding: 4em 0 2em;
    margin: 4em auto 0; }
    @media screen and (min-width: 768px) {
      .ly_sectionInner.ly_sectionInner__imgBg {
        padding: 7em 0 2em;
        margin: 0 auto; } }
  .ly_sectionInner.ly_sectionInner__thanks {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      .ly_sectionInner.ly_sectionInner__thanks {
        width: 100%; } }

/*-------------------------------------
ヘルパークラス
-------------------------------------*/
.hp_txt_small {
  font-size: 0.8em !important; }

.hp_txt_large {
  font-size: 1.5em !important; }

.hp_txt_or {
  color: #671C7A !important; }

.hp_txt_caution {
  color: #E00429; }

.hp_txt_marker {
  background: linear-gradient(transparent 60%, #FFEB00 60%); }
  .hp_txt_marker.hp_txt_marker__fill {
    background: #FFEB00; }

.hp_ta_c {
  text-align: center !important; }

.hp_sp_br {
  display: block; }
  @media screen and (min-width: 768px) {
    .hp_sp_br {
      display: none; } }

.hp_bg_be {
  background-color: #FBF8EE; }

.hp_bg_gray {
  background-color: #F5F2EF; }

/*-------------------------------------
header
-------------------------------------*/
.ly_header {
  /*SP*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  background: #fff;
  box-shadow: 0px -2px 18px -6px rgba(0, 0, 0, 0.3); }
  @media screen and (min-width: 768px) {
    .ly_header {
      width: 100%;
      padding: 8px 0px;
      background: #fff;
      box-shadow: none; } }
  .ly_header.ly_header__static {
    position: static;
    box-shadow: none; }

.ly_headerInner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  gap: 2px; }
  @media screen and (min-width: 768px) {
    .ly_headerInner {
      gap: 16px;
      max-width: 1280px;
      margin: 0 auto; } }

.bl_header_logo {
  width: 28%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media screen and (min-width: 768px) {
    .bl_header_logo {
      width: 170px; } }

.bl_header_lead {
  display: none; }
  @media screen and (min-width: 768px) {
    .bl_header_lead {
      display: block;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 350px;
      font-size: 0.8em; } }

.bl_header_tel {
  display: none; }
  @media screen and (min-width: 768px) {
    .bl_header_tel {
      display: block;
      width: 220px;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      margin-left: auto; } }

.bl_header_btn {
  display: none; }
  @media screen and (min-width: 768px) {
    .bl_header_btn {
      display: block;
      width: 250px;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; } }

/*gnavi*/
.ly_gnavi {
  border-top: solid 1px #D4D4D4;
  padding: 0.5em 0;
  display: none; }
  @media screen and (min-width: 768px) {
    .ly_gnavi {
      display: block; } }

.bl_gnavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .bl_gnavi {
      max-width: 1000px;
      flex-wrap: nowrap; } }
  .bl_gnavi > li {
    width: 70%;
    /*border-bottom: solid 1px currentColor;*/ }
    @media screen and (min-width: 768px) {
      .bl_gnavi > li {
        width: 100%;
        border-bottom-style: none; } }
    @media screen and (min-width: 768px) {
      .bl_gnavi > li:nth-of-type(n+2) {
        border-left: solid 1px currentColor; } }
    .bl_gnavi > li > a {
      display: block;
      text-align: center;
      padding: 0.8em 0.5em; }
      @media screen and (min-width: 768px) {
        .bl_gnavi > li > a {
          padding: 0 0.5em; } }

@media screen and (min-width: 768px) {
  .el_gnavi_txt {
    font-size: 0.8em;
    color: #333333;
    font-weight: 700; } }

/*スマホ版トグルメニュー*/
.ly_menu_btn {
  display: block;
  margin-left: auto; }
  @media screen and (min-width: 768px) {
    .ly_menu_btn {
      display: none; } }

.bl_menu_btn {
  width: 44px;
  background: transparent;
  border-style: none;
  padding: 0.8em; }
  .bl_menu_btn > span {
    display: block;
    width: 1.5em;
    height: 2px;
    background: #333; }
    .bl_menu_btn > span:nth-child(n+2) {
      margin-top: 0.3em; }
  .bl_menu_btn.js-active {
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all; }
    .bl_menu_btn.js-active > span {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition: .3s all;
      transition: .3s all; }
      .bl_menu_btn.js-active > span:nth-of-type(1) {
        width: 1.5em;
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%); }
      .bl_menu_btn.js-active > span:nth-of-type(2) {
        width: 1.5em;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%) translateX(1px); }
      .bl_menu_btn.js-active > span:nth-of-type(3) {
        display: none; }

/*グレーアウト背景*/
.hp_spMenu_bg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 990;
  opacity: 0;
  visibility: hidden;
  transition: .3s all; }
  .hp_spMenu_bg.js-active {
    transition: .3s all;
    opacity: 1;
    visibility: visible; }
  @media screen and (min-width: 768px) {
    .hp_spMenu_bg {
      display: none; } }

/*-------------------------------------
共通パーツ
-------------------------------------*/
.bl_heading.bl_heading__howto {
  text-align: center;
  color: #671C7A;
  font-weight: 700;
  position: relative;
  font-size: 5.0724637681vw; }
  @media screen and (min-width: 768px) {
    .bl_heading.bl_heading__howto {
      font-size: 1.8em; } }
  .bl_heading.bl_heading__howto::after {
    display: block;
    content: "";
    width: 300px;
    height: 80px;
    background-image: url("../images/num-01@2x.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1; }
    @media screen and (min-width: 768px) {
      .bl_heading.bl_heading__howto::after {
        height: 140px; } }
.bl_heading.bl_heading__step {
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 2;
  font-size: 5.0724637681vw; }
  @media screen and (min-width: 768px) {
    .bl_heading.bl_heading__step {
      font-size: 1.8em; } }
  .bl_heading.bl_heading__step::after {
    display: block;
    content: "";
    width: 300px;
    height: 80px;
    background-image: url("../images/num-02@2x.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1; }
    @media screen and (min-width: 768px) {
      .bl_heading.bl_heading__step::after {
        height: 140px; } }
.bl_heading.bl_heading__faq {
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 2;
  font-size: 5.0724637681vw; }
  @media screen and (min-width: 768px) {
    .bl_heading.bl_heading__faq {
      font-size: 1.8em; } }
.bl_heading.bl_heading__about {
  text-align: center;
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .bl_heading.bl_heading__about {
      width: 100%; } }
  .bl_heading.bl_heading__about > .el_heading_txt {
    color: #fff;
    font-size: 1.125em; }
.bl_heading.bl_heading__cv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px; }
  @media screen and (min-width: 768px) {
    .bl_heading.bl_heading__cv {
      flex-direction: row; } }
  .bl_heading.bl_heading__cv > .el_heading_txt {
    color: #671C7A;
    /*font-weight: $font-bold;*/
    text-align: center;
    font-size: 7.729468599vw; }
    @media screen and (min-width: 768px) {
      .bl_heading.bl_heading__cv > .el_heading_txt {
        font-size: 1.8em; } }
    .bl_heading.bl_heading__cv > .el_heading_txt.el_heading_txt__sub {
      background: #671C7A;
      border-radius: 40px;
      padding: 0.2em 1em;
      font-size: 1em;
      color: #fff; }
.bl_heading.bl_heading__contact {
  text-align: center;
  color: #671C7A;
  font-weight: 700;
  font-size: 5.0724637681vw; }
  @media screen and (min-width: 768px) {
    .bl_heading.bl_heading__contact {
      font-size: 1.8em; } }

/*------------ボタン------------*/
.ly_btn {
  width: 90%;
  margin: 1em auto; }
  @media screen and (min-width: 768px) {
    .ly_btn {
      width: 40%;
      margin: 1em auto; } }

.bl_btn {
  /*default*/
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 1em;
  background: #fff;
  font-weight: 700;
  text-align: center;
  -webkit-transition: .3s all;
  transition: .3s all;
  background: #d4453e;
  background: linear-gradient(0deg, #d4453e 0%, #e95c57 100%);
  position: relative;
  box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.6); }
  @media screen and (min-width: 768px) {
    .bl_btn {
      padding: 2em 1.5em;
      letter-spacing: 0.08em; } }
  .bl_btn:focus {
    box-shadow: none;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px); }
  .bl_btn:hover {
    box-shadow: none;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px); }
  .bl_btn .bl_btnInner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 16px; }
  .bl_btn .bl_btn_icon {
    width: 40px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto; }
  .bl_btn .bl_btn_txt {
    width: 100%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .bl_btn .el_btn_txt {
    width: 100%;
    color: #fff;
    font-size: 5.0724637681vw; }
    @media screen and (min-width: 768px) {
      .bl_btn .el_btn_txt {
        font-size: 2em; } }
    .bl_btn .el_btn_txt > .hp_txt_s {
      font-size: 0.8em; }
    .bl_btn .el_btn_txt.el_btn_txt__l {
      font-size: 1.1em; }
  .bl_btn.bl_btn__header {
    flex-direction: column;
    border-style: none;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all; }
    @media screen and (min-width: 768px) {
      .bl_btn.bl_btn__header {
        flex-direction: row;
        border-style: inherit; } }

/*-------------------------------------
footer
-------------------------------------*/
.ly_footer {
  width: 100%;
  background: #fff;
  /*	padding: 0.4em 0;*/
  /*	@include mq(pc){
  		padding: 48px 0 0;
  	}*/ }
  .ly_footer.ly_footer__contact {
    padding: 0.4em 0;
    /*		@include mq(pc){
    			padding: 48px 0 0;
    		}*/ }

.ly_footer_upperInner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 1em; }
  @media screen and (min-width: 768px) {
    .ly_footer_upperInner {
      flex-direction: row;
      padding: 0 1em; } }
  .ly_footer_upperInner > .bl_logo {
    width: 40%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
    @media screen and (min-width: 768px) {
      .ly_footer_upperInner > .bl_logo {
        width: 300px; } }

.ly_footerLink {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 1em auto; }
  @media screen and (min-width: 768px) {
    .ly_footerLink {
      margin: 0 auto;
      max-width: 400px; } }

.bl_footerLink {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 0 2em; }
  @media screen and (min-width: 768px) {
    .bl_footerLink {
      gap: 32px; } }
  .bl_footerLink > li {
    width: 100%;
    text-align: center; }
    .bl_footerLink > li > a {
      display: block;
      padding: 0.5em 0;
      font-size: 0.875em;
      color: #333; }

.ly_copyright {
  background: #fff;
  padding: 0.5em;
  text-align: center;
  font-size: 0.8em;
  border-top: solid 1px #D4D4D4;
  /*	@include mq(pc){
  		margin-top: 32px;
  	}*/ }

/*-------------------------------------
SP固定フッター
-------------------------------------*/
.ly_sp_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: #fff;
  padding: 1em;
  z-index: 980;
  box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.3); }
  @media screen and (min-width: 768px) {
    .ly_sp_fixed {
      display: none; } }

.bl_sp_fixedInner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px; }

.bl_sp_fixed_left {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.bl_sp_fixed_right {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

/**/
/*----------------------------
TOP
----------------------------*/
/*SP準拠・PC上書き*/
/*------------FV----------------*/
.ly_fv {
  position: relative;
  z-index: 1;
  margin-bottom: 64px; }
  @media screen and (min-width: 768px) {
    .ly_fv {
      margin-bottom: 84px; } }
  .ly_fv::after {
    display: block;
    content: "";
    background: #5d64c0;
    background: linear-gradient(0deg, #5d64c0 0%, #9f25bd 100%);
    width: 100%;
    height: 270px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1; }
    @media screen and (min-width: 768px) {
      .ly_fv::after {
        height: 420px; } }

.bl_fv {
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .bl_fv {
      width: 100%;
      max-width: 1059px; } }

/*----------------------------
GET条件について
----------------------------*/
.ly_jyoukenList {
  width: 90%;
  margin: 5em auto 0; }
  @media screen and (min-width: 768px) {
    .ly_jyoukenList {
      width: 100%; } }

.bl_jyoukenList dt {
  background: #ECECEC;
  padding: 1em;
  font-weight: 700; }
.bl_jyoukenList dd {
  padding: 1em; }

.bl_cautionList_ttl {
  color: #671C7A;
  margin: 1.2em 0 0.5em; }

.el_dd_txt {
  color: #671C7A;
  margin: 0.5em 0; }

.bl_cautionList > li {
  color: #671C7A;
  text-indent: -1em;
  padding-left: 1em; }
  .bl_cautionList > li:nth-of-type(n+2) {
    margin-top: 0.2em; }

/*----------------------------
お渡しステップ
----------------------------*/
#step {
  background-color: #671C7A; }

.ly_stepList {
  width: 80%;
  margin: 6em auto 2em; }
  @media screen and (min-width: 768px) {
    .ly_stepList {
      width: 100%; } }

.bl_stepList {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px; }
  @media screen and (min-width: 768px) {
    .bl_stepList {
      flex-wrap: nowrap;
      gap: 40px; } }
  .bl_stepList > li {
    width: 100%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative; }
    .bl_stepList > li::after {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 16px 20px 0 20px;
      border-color: #fff transparent transparent transparent;
      position: absolute;
      bottom: -30px;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .bl_stepList > li::after {
          border-width: 16px 0 16px 14px;
          border-color: transparent transparent transparent #fff;
          bottom: auto;
          top: 28%;
          left: 234px;
          right: auto; } }
    .bl_stepList > li:last-of-type::after {
      display: none; }

.bl_step_img {
  width: 60%;
  margin: 0 auto 1em; }
  @media screen and (min-width: 768px) {
    .bl_step_img {
      width: 100%; } }

.bl_step_txt {
  color: #fff;
  line-height: 1.7;
  font-size: 3.6231884058vw; }
  @media screen and (min-width: 768px) {
    .bl_step_txt {
      font-size: 0.9em; } }

.ly_stepCautionList {
  width: 90%;
  height: 200px;
  overflow-y: scroll;
  margin: 2em auto;
  background: #fff;
  padding: 2em; }
  @media screen and (min-width: 768px) {
    .ly_stepCautionList {
      width: 100%;
      height: auto;
      overflow-y: auto; } }

.bl_stepCaution_head_ttl {
  font-weight: 700; }

.bl_stepCaution_head_txt {
  color: #671C7A;
  margin: 0.2em 0; }

.bl_stepCautionList {
  margin: 0.5em 0; }
  .bl_stepCautionList > li {
    color: #671C7A; }
    .bl_stepCautionList > li:nth-of-type(n+2) {
      margin-top: 0.2em; }

.ly_formCaution {
  margin: 0em auto 2em; }
  @media screen and (min-width: 768px) {
    .ly_formCaution {
      width: 88%; } }

.ly_cvInner {
  width: 96%;
  margin: 0 auto;
  background: #F5F2EF;
  padding: 2em 1em;
  border-radius: 48px; }
  @media screen and (min-width: 768px) {
    .ly_cvInner {
      width: 100%;
      padding: 3em; } }

.bl_formCaution_lead {
  color: #671C7A;
  border: solid 1px #671C7A;
  padding: 1em;
  text-align: center; }

.ly_ouboCautionList {
  margin: 2em auto 0; }

.bl_ouboCaution_ttl {
  color: #671C7A;
  font-weight: 700; }

.bl_ouboCautionList {
  margin: 0.5em 0; }
  .bl_ouboCautionList > li {
    color: #671C7A;
    font-size: 3.6231884058vw; }
    @media screen and (min-width: 768px) {
      .bl_ouboCautionList > li {
        font-size: 0.9em; } }
    .bl_ouboCautionList > li:nth-of-type(n+2) {
      margin-top: 0.2em; }

/*----------------------------
FAQ
----------------------------*/
#faq {
  background-color: #671C7A; }

.ly_faqList {
  width: 90%;
  margin: 6em auto 2em; }
  @media screen and (min-width: 768px) {
    .ly_faqList {
      width: 100%; } }

.bl_faqList {
  background: #fff; }
  .bl_faqList:nth-child(n+2) {
    margin-top: 1em; }

.bl_faq_ttlInner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1em;
  gap: 16px; }

.bl_faq_icon {
  width: 44px;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media screen and (min-width: 768px) {
    .bl_faq_icon {
      width: 64px; } }

.el_faq_ttl {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.bl_faq_ttl_min {
  width: 44px;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.bl_faq_contInner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1em 1em 1.5em;
  gap: 16px; }

.bl_faq_cont_txt {
  width: 100%;
  color: #707070;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  line-height: 1.7;
  font-size: 3.6231884058vw; }
  @media screen and (min-width: 768px) {
    .bl_faq_cont_txt {
      font-size: 0.9em; } }

/*----------------------------
amazon
----------------------------*/
#giftcard {
  background: #F5F2EF;
  padding: 2em; }

.bl_giftcard_cont {
  background: #fff;
  border: solid 1px #707070;
  padding: 1.5em; }
  @media screen and (min-width: 768px) {
    .bl_giftcard_cont {
      padding: 3em; } }

.bl_giftcard_contInner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px; }
  @media screen and (min-width: 768px) {
    .bl_giftcard_contInner {
      flex-wrap: nowrap; } }

.bl_giftcard_txtWrapper {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.bl_giftcard_ttl {
  margin-bottom: 0.5em;
  font-size: 3.8647342995vw; }
  @media screen and (min-width: 768px) {
    .bl_giftcard_ttl {
      font-size: 1em; } }

.bl_giftcard_txt {
  color: #671C7A;
  font-size: 3.6231884058vw; }
  @media screen and (min-width: 768px) {
    .bl_giftcard_txt {
      font-size: 0.9em; } }

.bl_giftcard_img {
  width: 70%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media screen and (min-width: 768px) {
    .bl_giftcard_img {
      width: 40%; } }

.el_giftcard_example {
  color: #671C7A; }

.ly_giftcardCautionList {
  margin-top: 1em; }

.bl_giftcardCautionList > li {
  color: #671C7A;
  font-size: 3.6231884058vw; }
  @media screen and (min-width: 768px) {
    .bl_giftcardCautionList > li {
      font-size: 0.9em; } }

/*----------------------------
about
----------------------------*/
#about {
  background: #5d64c0;
  background: linear-gradient(0deg, #5d64c0 0%, #9f25bd 100%); }
  @media screen and (min-width: 768px) {
    #about {
      background: url("../images/bg-casino.webp");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; } }

.ly_aboutDetail {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  padding: 1.5em 2em;
  margin: 2em auto;
  width: 90%; }
  @media screen and (min-width: 768px) {
    .ly_aboutDetail {
      width: 100%;
      max-width: 1000px;
      padding: 1.5em 3em; } }

.ly_aboutDetail_img {
  width: 80%;
  margin: 1em auto; }
  @media screen and (min-width: 768px) {
    .ly_aboutDetail_img {
      display: none; } }

.ly_aboutLogo {
  width: 100%;
  margin: 1em auto; }
  @media screen and (min-width: 768px) {
    .ly_aboutLogo {
      width: 40%; } }

.ly_aboutLogoLead {
  margin: 1em auto;
  text-align: center; }

.bl_aboutLogoLead_txt {
  line-height: 1.8;
  font-size: 1.125em;
  color: #671C7A; }
  .bl_aboutLogoLead_txt > span {
    color: #C0CD00; }

.ly_about_lead {
  margin-top: 1em;
  border-top: solid 1px #671C7A;
  padding-top: 1em; }

.bl_about_txt {
  color: #671C7A;
  line-height: 1.7;
  font-size: 0.875em; }

.ly_about_reason {
  margin: 3em auto;
  width: 90%; }
  @media screen and (min-width: 768px) {
    .ly_about_reason {
      width: 100%;
      max-width: 1000px; } }

.bl_about_reason_ttl {
  background: #671C7A;
  padding: 1em;
  color: #fff;
  text-align: center;
  font-weight: bold; }

.bl_about_reasonList {
  margin: 2em auto 4em;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .bl_about_reasonList {
      gap: 16px; } }
  .bl_about_reasonList > li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 68px;
    width: calc(100% / 2.1);
    background: url("../images/bg-box.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative; }
    @media screen and (min-width: 768px) {
      .bl_about_reasonList > li {
        height: 68px;
        width: calc(100% / 5.5); } }
    .bl_about_reasonList > li > .el_about_reason_txt {
      font-size: 0.8em;
      color: #671C7A;
      padding-bottom: 0.4em; }
    .bl_about_reasonList > li > .hosoku {
      position: absolute;
      bottom: -35px;
      left: 0;
      color: #671C7A;
      font-size: 2.8985507246vw; }
      @media screen and (min-width: 768px) {
        .bl_about_reasonList > li > .hosoku {
          font-size: 0.7em; } }

/*----------------------------
スクロールプラポリ
----------------------------*/
.ly_scrollInner {
  margin: 3em auto;
  width: 92%;
  border: solid 1px #707070;
  padding: 1.5em;
  overflow-y: scroll;
  height: 230px;
  font-size: 3.6231884058vw; }
  @media screen and (min-width: 768px) {
    .ly_scrollInner {
      width: 100%;
      max-width: 900px;
      font-size: 0.9em; } }

.bl_pp_ttl {
  margin-bottom: 2em; }

.bl_pp_num {
  margin-top: 1em;
  margin-bottom: 0.5em; }

.bl_pp_ol.bl_pp_ol__alpha > li {
  list-style: lower-alpha; }

/**/
/*----------------------------
お問合せフォーム
----------------------------*/
.ly_contact_lead {
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .ly_contact_lead {
      margin: 32px auto; } }

.bl_contact_lead {
  text-align: center;
  line-height: 1.8; }

.ly_camp_caution {
  border: solid 1px #CC6055;
  padding: 1em 1.5em;
  width: 90%;
  margin: 1em auto 0.5em; }
  @media screen and (min-width: 768px) {
    .ly_camp_caution {
      width: 80%;
      padding: 1.5em; } }

.bl_camp_caution {
  text-align: center;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .bl_camp_caution {
      line-height: 1.8; } }

/*--------------------------------------------------
文字関係
---------------------------------------------------*/
.ly_lead_catuion {
  width: 96%;
  margin: 2em auto;
  border: solid 1px #e50000;
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .ly_lead_catuion {
      width: 100%;
      max-width: 800px; } }

.bl_lead_caution {
  color: #e50000;
  padding: 1em;
  text-align: center; }

.el_lead {
  text-align: center;
  display: block;
  margin: 1em auto; }
  @media screen and (min-width: 768px) {
    .el_lead {
      margin: 0.5em auto; } }
  .el_lead.el_lead__form {
    color: #671C7A; }

/*--------------------------------------------------
横並び
---------------------------------------------------*/
.ly_flex {
  width: 96%;
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .ly_flex {
      width: 100%;
      max-width: 900px;
      margin: 2em auto; } }

.bl_flexList {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .bl_flexList {
      flex-wrap: nowrap; } }

.bl_flexListItem {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .bl_flexListItem:nth-child(n+2) {
    margin-top: 1em; }
    @media screen and (min-width: 768px) {
      .bl_flexListItem:nth-child(n+2) {
        margin-left: 1em; } }

/*--------------------------------------------------
注釈
---------------------------------------------------*/
.ly_caution {
  width: 96%;
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .ly_caution {
      width: 100%;
      max-width: 900px;
      margin: 2em auto; } }

.bl_caution_ttl {
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  padding: 0.5em 0;
  position: relative;
  font-size: 3.3816425121vw; }
  @media screen and (min-width: 768px) {
    .bl_caution_ttl {
      font-size: 0.875em; } }
  .bl_caution_ttl::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #000333 transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.bl_caution_cont {
  margin-top: 1em; }

.bl_cautionListItem {
  font-size: 2.8985507246vw; }
  @media screen and (min-width: 768px) {
    .bl_cautionListItem {
      font-size: 0.8em; } }

/*--------------------------------------------------
お問合せフォーム本体
---------------------------------------------------*/
.ly_form {
  display: block;
  width: 100%;
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .ly_form {
      width: 100%;
      max-width: 800px;
      margin: 2em auto; } }
  .ly_form.ly_form__confirm {
    width: 90%; }
    @media screen and (min-width: 768px) {
      .ly_form.ly_form__confirm {
        width: 100%; } }
  .ly_form input[type="text"] {
    padding: 0.5em;
    width: 100%;
    font-size: 4.347826087vw; }
    @media screen and (min-width: 768px) {
      .ly_form input[type="text"] {
        font-size: 1.125em; } }
  .ly_form input[type="tel"] {
    padding: 0.5em;
    width: 100%;
    font-size: 4.347826087vw; }
    @media screen and (min-width: 768px) {
      .ly_form input[type="tel"] {
        font-size: 1.125em; } }
  .ly_form input[type="email"] {
    padding: 0.5em;
    width: 100%;
    font-size: 4.347826087vw; }
    @media screen and (min-width: 768px) {
      .ly_form input[type="email"] {
        font-size: 1.125em; } }
  .ly_form select {
    padding: 0.5em;
    width: 100%;
    font-size: 4.347826087vw; }
    @media screen and (min-width: 768px) {
      .ly_form select {
        font-size: 1.125em; } }
  .ly_form input[type="checkbox"] {
    width: 24px;
    height: 24px;
    vertical-align: middle; }
  .ly_form input[type="radio"] {
    width: 24px;
    height: 24px;
    vertical-align: middle; }
  .ly_form .el_labeltxt {
    vertical-align: middle; }
  .ly_form textarea {
    width: 100%;
    padding: 0.5em;
    font-size: 4.347826087vw; }
    @media screen and (min-width: 768px) {
      .ly_form textarea {
        font-size: 1.125em; } }

.bl_formList {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-top: solid 1px #BFBFBF;
  padding: 1em;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .bl_formList {
      flex-wrap: nowrap; } }
  .bl_formList:last-child {
    border-bottom: solid 1px #BFBFBF; }

.el_formList_ttl {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-weight: 700;
  color: #671C7A; }
  @media screen and (min-width: 768px) {
    .el_formList_ttl {
      width: 40%; } }

.bl_formList_cont {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-top: 0.8em; }
  @media screen and (min-width: 768px) {
    .bl_formList_cont {
      margin-top: 0; } }
  .bl_formList_cont.bl_formList_cont__flex {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) {
      .bl_formList_cont.bl_formList_cont__flex {
        flex-wrap: nowrap; } }
    @media screen and (min-width: 768px) {
      .bl_formList_cont.bl_formList_cont__flex div:nth-child(n+2) {
        margin-left: 0.5em; } }

.bl_formList_contListItem {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.bl_product_img {
  display: block;
  margin-top: 1em; }

/*送信ボタン*/
.ly_submit {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 96%;
  margin: 2em auto;
  /*確認画面用*/ }
  @media screen and (min-width: 768px) {
    .ly_submit {
      width: 100%;
      max-width: 440px;
      margin: 2em auto; } }
  @media screen and (min-width: 768px) {
    .ly_submit.ly_submit__confirm {
      max-width: 440px; } }

.bl_submit {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .bl_submit.bl_submit__back {
    width: 60%; }

.el_submit {
  display: block;
  width: 100%;
  padding: 1em 1.5em;
  border-radius: 88px;
  background-color: #C0CD00;
  background-image: url("../images/icon-circle-arrow.webp");
  background-size: 24px;
  background-position: center right 13px;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  font-weight: 900;
  border-style: none;
  cursor: pointer;
  pointer-events: auto;
  transition: .3s all;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: 0px 0px 16px -8px rgba(0, 0, 0, 0.6);
  font-size: 5.0724637681vw; }
  @media screen and (min-width: 768px) {
    .el_submit {
      font-size: 1.5em;
      background-size: 40px;
      background-position: center right 20px; } }
  .el_submit.el_submit__back {
    background: #B1B1B1;
    padding: 0.5em;
    box-shadow: none; }
  .el_submit.js-disabled {
    background: #aaa;
    pointer-events: none;
    transition: .3s all; }
  .el_submit:focus {
    box-shadow: none;
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  .el_submit:hover {
    box-shadow: none;
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }

.el_label {
  background: #671C7A;
  padding: 0.2em 0.6em;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  margin-left: 0.2em; }

/*--------------------------------------------------
同意チェックボックス
---------------------------------------------------*/
.bl_agree {
  width: 96%;
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .bl_agree {
      width: 100%;
      max-width: 800px;
      margin: 2em auto; } }

.bl_agreeInner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }

/*--------------------------------------------------
footer
---------------------------------------------------*/
.bl_footer {
  padding: 2em;
  text-align: center; }
  .bl_footer small {
    font-size: 0.7em; }

/*--------------------------------------------------
完了画面
---------------------------------------------------*/
.ly_thanksLead {
  width: 96%;
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .ly_thanksLead {
      width: 100%;
      max-width: 800px;
      margin: 2em auto; } }

.bl_thanksLead {
  text-align: center;
  line-height: 1.9; }

.bl_cautionLeadBox {
  border: solid 1px #E00429;
  border-radius: 8px;
  padding: 1.5em;
  text-align: center;
  line-height: 1.9; }

.ly_btnTop {
  width: 96%;
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .ly_btnTop {
      width: 100%;
      max-width: 400px;
      margin: 2em auto; } }

/**/

/*# sourceMappingURL=style.css.map */
