@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #00004d;
}

body.modal-open {
  overflow: hidden;
}

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: #ff3855;
}

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

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

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

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

.contents1600 {
  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;
}

.r {
  text-align: right !important;
}

.l {
  text-align: left !important;
}

.b {
  font-weight: bold;
}

.m {
  font-weight: 500;
}

.small {
  font-size: 18px;
}

.margin20p {
  margin-top: 20px;
}

.margin50p {
  margin-top: 50px;
}

.margin100p {
  margin-top: 100px;
}

.margin200p {
  margin-top: 200px;
}

.margin300p {
  margin-top: 300px;
}

.margin500p {
  margin-top: 500px;
}

.marginb300p {
  margin-bottom: 300px;
}

.marginl50 {
  margin-left: 50px;
}

.padding20p {
  padding-top: 20px;
}

.padding50p {
  padding-top: 50px;
}

.padding100p {
  padding-top: 100px;
}

.paddingb20p {
  padding-bottom: 20px;
}

.paddingb50p {
  padding-bottom: 50px;
}

.paddingb200p {
  padding-bottom: 200px;
}

.paddingb300p {
  padding-bottom: 300px;
}

.visible1000 {
  display: none !important;
}

.relative {
  position: relative;
}

.z1 {
  z-index: +1;
}

.z2 {
  z-index: +2;
}

.z3 {
  z-index: +3;
}

.z99 {
  z-index: +9999;
}

/*横幅*/

.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w75 {
  width: 75%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.inline_b {
  display: inline-block;
}

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

.pointer_evNone {
  pointer-events: none;
}

.pointer {
  cursor: pointer;
}

.flex {
  display: -webkit-box;
  /* Androidブラウザ用 */
  display: flex;
}

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_color {
  background: linear-gradient(80deg, #0090ff, #bbffd3);
}

.back_color2 {
  background: linear-gradient(0deg, #ffff00, #fff);
}

.back_navy {
  background-color: #00004d;
}

.green {
  color: #006464;
}

.white {
  color: #fff;
}

.red {
  color: #ff3855;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
footer {
  color: #fff;
}

.copyright {
  font-size: 16px;
  padding: 10px 0;
  text-decoration: none;
}

@media screen and (max-width: 500px) {

  .copyright,
  .copyright a {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {

  .copyright,
  .copyright a {
    font-size: 12px;
  }

}

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

.err_msg {
  font-size: 1.5em;
  color: #ff3855;
  margin: 0.5em 1em 0 0;
}

.err_msg2 {
  font-size: 0.8em;
  color: #ff3855;
  margin: 0.5em 1em 0 0;
}

.err-field {
  font-size: 1.5em;
  margin-top: 3%;
}

#err2 {
  margin-bottom: 5%;
}

/*--------------------------------------------------------
各種レイアウト
--------------------------------------------------------*/
.asm_02 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%)
}

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

#thumbnail {
  width: 100%;
}

.video {
  position: absolute;
  top: 11%;
  left: 50%;
  transform: translate(-50%);
  border: solid #fff 10px;
  width: 95%;
}

.movie {
  width: 770px;
  height: 520px;
}

video {
  display: none;
  width: 100%;
}

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

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

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

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

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

.asm_12 {
  position: absolute;
  top: 62%;
  left: 21%;
}

.slider_img {
  overflow: hidden;
  width: 1600px;
  margin: 0 auto;
}

.slide_box {
  margin-top: 300px;
}

.slide_area {
  transform: translate(-50%);
}

.pay_area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.moushikomi {
  background-color: #00004d;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 50px;
}

#pop {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  bottom: 0%;
  z-index: 999;
  width: 100%;
}

.tuibi {
  display: none;
  opacity: 0;
  transition: opacity .5s ease;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.tuibi.is-visible {
  display: block;
  opacity: 1;
}

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

input::placeholder {
  color: #b1b1b1;
}

/* IE11 & IE10 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b1b1b1;
}

/* Edge */
input::-ms-input-placeholder {
  color: #b1b1b1;
}

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="tel"],
select {
  width: 100%;
  border: 2px solid #00004d;
  font-size: 1.8em;
  padding: 0.4em 0.6em 0.45em;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
}

.form-field {
  margin-bottom: 10%;
}

.circle {
  border: 5px solid #00004d;
  border-radius: 15px;
  padding: 5% 5% 0%;
}

.form-inner {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.form-inner .title {
  font-size: 2em;
  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;
}

/*--------------------------------------------------------
//chk
--------------------------------------------------------*/
.asm_btn_k01 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%);
}

.chk_midashi {
  background-color: #00004d;
  color: #fff;
  font-size: 30px;
  padding: 5px 0;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.kakunin_area {
  background-color: #fff;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.kaku_txt {
  font-size: 1.8em;
  padding-left: 100px;
  padding-right: 100px;
}

.kaku_txt>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kaku_txt>div p:nth-of-type(1) {
  width: 30%;
}

.kaku_txt>div p:nth-of-type(2) {
  width: 70%;
}

.kiyaku {
  font-size: 25px;
}

.checkbox_txt {
  font-size: 15px;
}

#countdown {
  font-weight: 700;
  font-size: 68px;
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%);
  font-family: sans-serif;
  width: 100%;
  text-align: center;
}

.colon {
  font-weight: 700;
  font-size: 68px;
  position: absolute;
  top: 65.5%;
  left: 42.5%;
  transform: translate(-50%);
  font-family: sans-serif;
}

.colon2 {
  font-weight: 700;
  font-size: 68px;
  position: absolute;
  top: 65.5%;
  left: 57.5%;
  transform: translate(-50%);
  font-family: sans-serif;
}

/*--------------------------------------------------------
//thx
--------------------------------------------------------*/
.asm_btn_k02 {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%);
}

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

.thx_txt {
  font-size: 22px;
}

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

.white_box {
  border: 1px solid #040000;
  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 .w90 {
  width: 100%;
}

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

.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: #ff3855;
}

/*--------------------------------------------------------
チェックボックス
--------------------------------------------------------*/
.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: -1.5em;
  border: 1px solid #001932;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

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



/*--------------------------------------------------------
topmodal
--------------------------------------------------------*/
.modal {
  display: none;
  z-index: 99999;
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: rgba(89, 87, 87, 0.8);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.modal .inner {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 4%;
  padding-right: 4%;
}

.modal .more {
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  border: 6px solid #00004d;
  border-radius: 17px;
}

.close {
  cursor: pointer;
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 999;
  width: 11.5%;
}




/*--------------------------------------------------------
pp
--------------------------------------------------------*/
.pp_header {
  background-color: #00004d;
  height: 50px;
}

.modoru {
  font-size: 25px;
  font-weight: 500;
}