@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: #005a49; */
}

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;
}

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

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

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

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

.marginb50p {
  margin-bottom: 50px;
}

.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%;
}

.vh100 {
  height: 100vh;
}

.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_white {
  background-color: #fff;
}

.back_pink {
  background-color: #FFE5FF;
}


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

.back_yellow {
  background-color: #fff550;
}

.back_red {
  background-color: #ff4162;
}

.back_red2 {
  background-color: #ff4264;
}

.back_green {
  background-color: #005800;
}

.back_green2 {
  background-color: #007300;
}

.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%;
}

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

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

#thumbnail {
  width: 100%;
}

.video {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%);
  border: solid #000 10px;
  width: 80%;
}

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

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

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

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

.lnyu_04 {
  position: absolute;
  top: 42.5%;
  left: 33.5%;
}

.lnyu_05 {
  position: absolute;
  top: 70%;
  left: 60%;
}

.lnyu_phone {
  position: relative;
  margin-top: -22%;
  z-index: 1;
}

.lnyu_phone_inner {
  position: absolute;
  top: 2.5%;
  left: 0;
  right: 0;
}

.lnyu_phone_inner_images {
  position: relative;
}

.lnyu_phone_inner_images img{
  position: absolute;
  left: 0;
  right: 0;
}

#switch-image2-top {
  opacity: 0;
  transition: opacity 0.5s ease;
}


.lnyu_phone_hand{
  position: absolute;
  z-index: 1;
}

.lnyu_phone_hand.image_position01 {
  left: 0;
  top: 24%;
}

.lnyu_phone_hand.image_position02 {
  right: 3%;
  top: 45%;
}

#switch-image3 {
  opacity: 1;
  transition: opacity 0.25s ease;
}

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

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

.tuibi {
  display: none;
  display: block;
  opacity: 0;
  transition: opacity .5s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.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 #005a49;
  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 #005a49;
  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;
  margin-left: auto;
  margin-right: auto;
  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
--------------------------------------------------------*/
.lnyu_btn_k01 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%);
}

.kaku_area {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  max-width: 800px;
  border-radius: 10px;
  border: 5px solid #005800;
}

.kaku_header {
  padding-bottom: 5px;
}

.kaku_body {
  padding-top: 5%;
  padding-bottom: 2%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

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

.checkbox_txt {
  font-size: 15px;
}

.kaku_lnyu_phone {
  position: relative;
  /* margin-top: -22%; */
  z-index: 1;
}

.kaku_lnyu_phone_inner {
  position: absolute;
  top: 20.4%;
  left: 0;
  right: 0;
}

.kaku_lnyu_phone_inner_images {
  position: relative;
}

.kaku_lnyu_phone_inner_images img{
  position: absolute;
  left: 0;
  right: 0;
}

#switch-image2-top {
  opacity: 0;
  transition: opacity 0.5s ease;
}


.kaku_lnyu_phone_hand{
  position: absolute;
  z-index: 1;
}

.kaku_lnyu_phone_hand.image_position01 {
  left: 0;
  top: 37%;
}

.kaku_lnyu_phone_hand.image_position02 {
  right: 3%;
  top: 53%;
}

.kaku_lnyu_phone_hand.image_position03 {
  left: 3%;
  top: 63%;
}

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

.username {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 50px;
  text-align: center;
}

.thx_txt {
  width: 95%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  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 #005800;
  border-radius: 17px;
}

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


.modal_button_wrapper {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}