@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
form,
input,
button,
textarea,
p {
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666;
  font-weight: 400;
}

@font-face {
  font-family: "DIN";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/D-DIN-PRO-600-SemiBold.otf") format("opentype");
  /* ←ここが重要 */
  font-display: swap;
}

.din {
  font-family: "DIN", monospace;
  font-weight: 600;
}

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

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

a:hover {
  text-decoration: none;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
}

button {
  font-size: 1em;
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-thumb {
  background: #666666;
}

body::-webkit-scrollbar-track {
  background: #F1F8FF;
}

/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/

.scene800 {
  width: 800px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.center_i {
  margin-left: -400px;
}

.scene1600 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.op0 {
  opacity: 0;
}

/*--------------------------------------------------------
定数
--------------------------------------------------------*/

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

.cm {
  margin-left: auto;
  margin-right: auto;
}

.b {
  font-weight: bold;
}

.mt20 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mt200 {
  margin-top: 200px;
}

.mt300 {
  margin-top: 300px;
}

.mt1000 {
  margin-top: 1000px;
}

.mt2000 {
  margin-top: 2000px;
}

.mt_30 {
  margin-top: -30px;
}

.mt_70 {
  margin-top: -70px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb300 {
  padding-bottom: 300px;
}

.pb1000 {
  padding-bottom: 1000px;
}

.relative {
  position: relative;
}

.zindex_1 {
  z-index: +1;
}

.zindex_2 {
  z-index: +2;
}

.zindex_3 {
  z-index: +3;
}

.zindex_99 {
  z-index: +9999;
}

/*横幅*/

.wi_100 {
  width: 100%;
}

.wi_90 {
  width: 90%;
}

.wi_80 {
  width: 80%;
}

.in_b {
  display: inline-block;
}

.flex_j {
  text-align: justify;
  text-justify: inter-ideograph;
}

.point_none {
  pointer-events: none;
}

.c_pointer {
  cursor: pointer;
}

.span span {
  display: inline-block;
}

.visible800 {
  display: none;
}

.hidden800 {
  display: block;
}

main,
article,
aside,
nav,
header,
footer,
img,
button,
picture,
picture source {
  display: block;
}

body {
  /*iphone用*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/*--------------------------------------------------------
定数 ※個別設定
--------------------------------------------------------*/
.back_pink {
  background-color: #FFF0F3;
}

.back_yellow {
  background-color: #FFFFE3;
}

.back_white {
  background-color: #fff;
}

.back_gray {
  background-color: #e1e1e1;
}

.back_blown {
  background-color: #f9f4ef;
}

.white {
  color: #fff;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
footer {
  background-color: #cf8e58;
  width: 100%;
}

.copyright {
  font-size: 17px;
  padding: 9px 0;
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .copyright {
    font-size: 15px;
  }
}

@media screen and (max-width: 450px) {
  .copyright {
    font-size: 13px;
  }
}

/*-------------------------------------
    err
-------------------------------------*/

.err_msg {
  font-size: 1.2em;
  color: #FF6481;
  font-weight: bold;
  margin: 0.5em 1em 0 0;
}

/*--------------------------------------------------------
各種レイアウト
--------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 9999;
}

.top_space {
  margin-top: 96px;
}

.movie {
  position: absolute;
  top: 31.5%;
  left: 3.8%;
  width: 93%;
}

.movie video {
  width: 100%;
}

.a_la_03 {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}

.a_la_04_btn {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%);
}

.a_la_04_btn_2 {
  position: absolute;
  top: 23.5%;
  left: 50%;
  transform: translate(-50%);
}

.a_la_04_btn_3 {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%);
}

.a_la_07 {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%);
}

.question_area {
  position: relative;
  border: solid 2px #cf8e58;
  border-radius: 13px;
  background-color: #f9f4ef;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.question_box {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 2% 5%;
}

.question_box p {
  font-size: 25px;
  margin-left: 20px;
}

.changeImage {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0, -50%);
  width: auto;
}

#answer_area1,
#answer_area2,
#answer_area3 {
  position: relative;
  border: solid 2px #cf8e58;
  border-radius: 13px;
  background-color: #f9f4ef;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.answer_box {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  padding: 2% 5%;
}

.answer_box p {
  font-size: 25px;
  margin-left: 20px;
  text-align: justify;
}

.num_area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 1%;
  font-weight: 600;
}

.num_area p {
  font-size: 33px;
  color: #1a1a1a;
}

#random_num,
#random_num2 {
  font-size: 64px;
}

.random_num2_area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1;
  padding: 0.03em 0.5em 0em;
  margin: 0;
  background-color: #fff;
  border: solid 2px #1a1a1a;
}

/*--------------------------------------------------------
カウントダウン
--------------------------------------------------------*/
.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "DIN", monospace;
  font-weight: 600;
  font-size: 4em;
  color: #1a1a1a;
  position: relative;
  line-height: 1;
  padding: 0.03em 0.1em 0em;
  margin: 0;
  background-color: #fff;
  border: solid 2px #1a1a1a;
}

.bloc-time {
  display: flex;
  margin: 0 0.15em;
}

.digit {
  display: inline-block;
  width: 30px;
  text-align: center;
}

.colon {
  position: absolute;
  top: -11%;
  left: 31%;
}

.colon2 {
  position: absolute;
  top: -11%;
  left: 63%;
}

/*--------------------------------------------------------
フォーム 
--------------------------------------------------------*/
input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

input[type="text"],
input[type="tel"] {
  width: 100%;
  border: 2px solid #cf8e58;
  border-radius: 13px !important;
  font-size: 1.6em;
  -webkit-text-fill-color: #666;
  color: #666;
  padding: 0.8em 0.6em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


input::placeholder {
  color: rgba(0, 14, 99, 0.2);
  -webkit-text-fill-color: rgba(0, 14, 99, 0.2);
}

/* IE11 & IE10 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(0, 14, 99, 0.2);
  -webkit-text-fill-color: rgba(0, 14, 99, 0.2);
}

/* Edge */
input::-ms-input-placeholder {
  color: rgba(0, 14, 99, 0.2);
  -webkit-text-fill-color: rgba(0, 14, 99, 0.2);
}

.form_fi {
  margin-bottom: 4%;
}

.form_in {
  width: 82%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.form_in .title {
  font-size: 1.6em;
  padding-top: 1em;
  padding-bottom: 0.2em;
  display: flex;
  align-items: center;
}

button {
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  font-size: 1em;
}

button:focus,
input:focus,
select:focus,
textarea:focus,
section:focus,
main:focus,
article:focus,
nav:focus,
header:focus,
footer:focus,
div:focus,
a:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}


/*--------------------------------------------------------
//kn
--------------------------------------------------------*/
.info_area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: solid 2px #cf8e58;
  border-radius: 15px;
  padding: 8% 5%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.kn_04_btn {
  position: absolute;
  top: 23.5%;
  left: 50%;
  transform: translate(-50%);
}

.info_title {
  font-size: 20px;
}

.info_date {
  font-size: 20px;
  margin-left: 50px;
}

.kiyaku {
  font-size: 23px;
}

.kiyaku span {
  font-size: 20px;
}

.a_la_kn_08 {
  margin-top: -25px;
}

/*--------------------------------------------------------
特定商・プライバシーポリシー
--------------------------------------------------------*/

.white_box {
  border: 2px solid #cf8e58;
  border-radius: 15px;
  padding: 2%;
  background-color: #fff;
}

.white_box.lawtext {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.white_box.lawtext>div {
  padding: 1%;
  height: 12em;
  overflow-y: scroll;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.white_box .wi_90 {
  width: 100%;
}

.scroll::-webkit-scrollbar {
  width: 10px;
}

.lawtext .scroll::-webkit-scrollbar-track-piece:start,
.lawtext .scroll::-webkit-scrollbar-track-piece:end {
  box-shadow: none;
  background: #fff;
}

.lawtext .scroll::-webkit-scrollbar-thumb {
  background: #cf8e58;
  border-radius: 15px;
}

/*--------------------------------------------------------
チェックボックス
--------------------------------------------------------*/
.checkbox {
  display: flex;
  justify-content: center;
  font-size: 20px;
  margin-left: 8%;
}

.checkbox label {
  position: relative;
  display: block;
  cursor: pointer;
  width: auto;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.checkbox label span.txt {
  line-height: 1.3;
  position: relative;
}

.checkbox label input {
  display: none;
}

.checkbox label input+span.txt::before {
  content: "";
  display: block;
  background: #fff;
  width: 1em;
  height: 1em;
  box-shadow: none;
  margin-right: 0.7em;
  position: absolute;
  left: -2.5em;
  border: 1px solid #cf8e58;
  top: 50%;
}

.checkbox label input:checked+span.txt::after {
  content: "";
  display: block;
  position: absolute;
  left: -2.1em;
  width: 0.3em;
  height: 1em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 3px solid #f73777;
  border-right: 3px solid #f73777;
  top: 33%;
}


/*--------------------------------------------------------
//ks
--------------------------------------------------------*/
.a_la_06 {
  margin-top: -20px;
}

.ks_btn {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%);
}

.contact_area {
  font-size: 25px;
}

.top_border {
  border-top: 2px solid #ccc;
}

.bank_btn {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}

.bank_btn img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.a_la_ks_12_txt {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  text-align: center;
  font-size: 25px;
}

/*--------------------------------------------------------
pop
--------------------------------------------------------*/
.popup {
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.popup .in {
  width: 85%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  margin-bottom: 100px;
}

.popup .container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.popup .more {
  width: 100%;
  max-width: 800px;
  -webkit-transition: margin 1s ease;
  -moz-transition: margin 1s ease;
  -ms-transition: margin 1s ease;
  -o-transition: margin 1s ease;
  transition: margin 1s ease;
  border: none;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.close_btn {
  top: -3%;
  position: absolute;
  right: -4%;
  width: 9.4%;
}

.a_la_pop_btn {
  position: absolute;
  bottom: 7%;
  width: 100%;
}

.a_la_popup {
  border-radius: 20px;
}