@charset "UTF-8";

body,
div,
form,
input,
button,
textarea,
p {
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

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

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

body::-webkit-scrollbar-track {
  background: #F1F8FF;
}
:root {
  --primary-color-main_blue: #13C9DF;
  --primary-color-green: #00E18E;
  --primary-color-dark_blue: #194369;
}
/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/
.area800 {
  width: 800px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.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;
}

.ml20p {
  margin-left: 20px;
}

.mt10p {
  margin-top: 10px;
}

.mt20p {
  margin-top: 20px;
}

.mt30p {
  margin-top: 30px;
}

.mt40p {
  margin-top: 40px;
}

.mt50p {
  margin-top: 50px;
}

.mt60p {
  margin-top: 60px;
}

.mt70p {
  margin-top: 70px;
}

.mt80p {
  margin-top: 80px;
}

.mt90p {
  margin-top: 90px;
}

.mt100p {
  margin-top: 100px;
}

.mt200p {
  margin-top: 200px;
}

.mt500p {
  margin-top: 500px;
}

.mt1000p {
  margin-top: 1000px;
}

.pt10p {
  padding-top: 10px;
}

.pt20p {
  padding-top: 20px;
}

.pt30p {
  padding-top: 30px;
}

.pt40p {
  padding-top: 40px;
}

.pt50p {
  padding-top: 50px;
}

.pt60p {
  padding-top: 60px;
}

.pt70p {
  padding-top: 70px;
}

.pt80p {
  padding-top: 80px;
}

.pt90p {
  padding-top: 90px;
}

.pt100p {
  padding-top: 100px;
}

.pt200p {
  padding-top: 200px;
}

.pb100p {
  padding-bottom: 100px;
}

.pb200p {
  padding-bottom: 200px;
}

.pb300p {
  padding-bottom: 300px;
}

.visible600 {
  display: none !important;
}

.visible800 {
  display: none !important;
}

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

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.w30 {
  width: 30%;
}

.w20 {
  width: 20%;
}

.w10 {
  width: 10%;
}

.inline_b {
  display: inline-block;
}

.pointer {
  cursor: pointer;
}

/* .span span {
  display: inline-block;
} */
.picture {
  display: flex;
  justify-content: center;
}
.pink {
  color: #FF86B9;
}
.f28 {
  font-size: 28px;
}
/***********
* pickup *
************/
@-webkit-keyframes pickup {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pickup {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pickup {
  display: block;
  -webkit-animation-name: pickup;
          animation-name: pickup;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
/*--------------------------------------------------------
TOP
--------------------------------------------------------*/
.bg-blue {
  background-color: var(--primary-color-main_blue);
}
.bg-green {
  background-color: var(--primary-color-green);
}
.bg-dark_blue {
  background-color: var(--primary-color-dark_blue);
}
.bg-white {
  background-color: white;
}
.svan_01 {
  position: relative;
  z-index: 1;
}
.movie {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 760px;
  height: 414px;
}
#video {
  display: none;
}
.second-section {
  position: relative;
  z-index: 0;
  margin-top: -5%;
}
.top-green_area{
  padding: 1% 0;
}
.svan_02 {
  margin-top: -10%;
}
.btn-area2 {
  margin-bottom: -6%;
}
.form-inner {
  background-color: white;
  padding: 5% 0;
}
.fade-container{
  position: relative;
  width: 100%;              /* 親の幅にフィット */
  max-width: 800px;         /* 最大幅は800px */
  aspect-ratio: 800 / 780;  /* アスペクト比を保つ */
  margin: 0 auto;           /* 中央揃えしたい場合 */
}
.svan_mov02 {
  width: 100%;
}
.image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation 15s infinite;
}
.src1 {
  background-image: url(../img/svan_07.png);
}
.src2 {
  background-image: url(../img/svan_08.png);
}
.src3 {
  background-image: url(../img/svan_09.png);
}
@keyframes image-switch-animation {
  0%   { opacity: 0; }
  8%   { opacity: 1; }
  30%  { opacity: 1; }
  40%  { opacity: 0; }
  100% { opacity: 0; }
}
.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 5s;
}
.image:nth-of-type(3) {
  animation-delay: 10s;
}
.break-small {
  display: none;
}
.pipe {
  display: inline;
}
#pop {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  bottom: 0%;
  z-index: 999;
  width: 100%;
}



/*-------------------------------------
ボタンキランの動き
-------------------------------------*/
.refrection {
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
}
@keyframes reflection {
  0% {
      transform: scale(0) rotate(45deg);
      opacity: 0;
  }
  80% {
      transform: scale(0) rotate(45deg);
      opacity: 0.5;
  }
  81% {
      transform: scale(4) rotate(45deg);
      opacity: 1;
  }
  100% {
      transform: scale(55) rotate(45deg);
      opacity: 0;
  }
}
.mask{
  mask-image: url(../img/svan_btn_01.png);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100%;
}
.mask2{
  mask-image: url(../img/svan_btn_02.png);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100%;
}
.mask3{
  mask-image: url(../img/svan_btn_03.png);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100%;
}
.mask4{
  mask-image: url(../img/svan_sbtn_01.png);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100%;
}
.mask5{
  mask-image: url(../img/svan_sbtn_02.png);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100%;
}

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

.err_msg {
  font-size: 0.8em;
  color: #FF86B9;
}

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

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
footer {
  text-align: center;
  background-color: var(--primary-color-dark_blue);
}

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

.copyright {
  font-size: 14px;
  color: #fff;
}

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

/*--------------------------------------------------------
フォーム 
--------------------------------------------------------*/
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"],
input[type="email"],
select {
  width: 100%;
  border: none;
  font-size: 1.8em;
  padding: 0.3em 0.6em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 2px solid var(--primary-color-dark_blue);
  border-radius: 5px;
}

.field {
  font-size: 1.6em;
}

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

.inner .title {
  font-size: 1.6em;
  padding-bottom: 0.2em;
}
.title {
  font-weight: 600;
  color: var(--primary-color-dark_blue);
}

select option.placeholder {
  color: #b1b1b1;
  /* プレースホルダーの色 */
}

/* 選択後に通常の色に戻す */
select:invalid {
  color: #b1b1b1;
}

select:valid {
  color: #000;
}

.wrap {
  position: relative;
  z-index: +2;
}

.wrap::after {
  content: "\025bc";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  font-size: 1.1em;
  top: -0.7em;
  right: 0.8em;
  width: 0.8em;
  height: 0.8em;
  color: #FFBA39;
  margin: auto;
  pointer-events: none;
}

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

/*--------------------------------------------------------
特定商・プライバシーポリシー
--------------------------------------------------------*/
.white_box {
  padding: 5%;
  border: 1px solid #000;
  background-color: #fff;
}

.white_box.lawtext {
  padding: 2%;
  -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: 15em;
  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: #ccc;
}

.lawtext .scroll::-webkit-scrollbar-thumb {
  background: #00E18E;
}

.lawtext h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #00E18E;
}

.law_list {
  padding-bottom: 1em;
}

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

.checkbox label {
  position: relative;
  display: block;
  cursor: pointer;
  width: auto;
  line-height: 0.8;
}

.checkbox label span.txt {
  display: inline-block;
  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 #00E18E;
  border-right: 4px solid #00E18E;
  top: -35%;
}


/*--------------------------------------------------------
//各種設定
--------------------------------------------------------*/
.pay_btn {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
}

/*--------------------------------------------------------
popup
--------------------------------------------------------*/
.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: 50px;
  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 .more .tx>div {
  padding-bottom: 1em;
}

.popup .more .tx>div:last-child {
  padding-bottom: 0;
}

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

.popup .popup_btn {
  position: absolute;
  top: 21%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}


.popup_text {
  font-size: 16px;
  position: absolute;
  bottom: 7.5%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  width: 100%;
}

.close_btn {
  width: 100%;
  text-align: right;
  color: #fff;
  font-size: 35px;
}

.close_btn p {
  display: inline-block;
  cursor: pointer;
}
/*--------------------------------------------------------
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;
}

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

.close-btn {
  cursor: pointer;
  position: absolute;
  top: 0%;
  right: 2%;
  z-index: 999;
}
.pop_form-inner {
  width: 90%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.pop_form-inner .title {
  font-size: 2em;
  padding-bottom: 0.2em;
  display: flex;
  align-items: center;
}
.form-field {
  margin-bottom: 10%;
}
.small {
  font-size: 18px;
}

/*--------------------------------------------------------
kaku
--------------------------------------------------------*/
.request {
  width: 95%;
  margin: 0 auto;
  padding: 10% 10%;
}

.information_txt {
  text-align: left;
  font-weight: 600;
  font-size: 25px;
}
.pp_text {
  font-weight: 600;
  padding-bottom: 7%;
}
.break_800:before {
  content: '';
}
.information_date {
  margin-left: 50px;
}
.guide-notice {
  text-align: left;
  line-height: 1.8;
}


/* ↓ボタンの後ろに背景の載せた↓ */
.liner {
  position: relative;
  margin-top: -65px;
}

.liner::after {
  content: "";
  width: 100%;
  height: 58%;
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
  z-index: 0;
}

.liner.liner--green::after {
  background-color: var(--primary-color-green);
}

.system_submit_confirmation {
  position: relative;
  z-index: 1;
}
/* ↑ボタンの後ろに背景の載せた↑ */
/*--------------------------------------------------------
thx
--------------------------------------------------------*/

.youser-name {
  position: relative;
}
.youser-name_txt {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 25px;
}
.thx_blue-box {
  padding-top: 600px;
  margin-top: -80px;
}
.thx_white-area-wrapper {
  position: relative;
}

.bg-white.bg-offset {
  background-color: white;
  position: absolute;
  top: 21%;
  left: 0;
  right: 0;
  height: 83%;
  z-index: 0;
  width: 95%;
  margin: 0 auto;
}

.thx_white-area {
  position: relative;
  z-index: 1;
}
.notes {
  margin-top: 30%;
  padding-bottom: 20%;
  color: white;
  padding-left: 3%;
  padding-right: 3%;
}
.svan_sbtn_02-2 {
  position: absolute;
  top: 66%;
}
/***********
* pickup *
************/
@-webkit-keyframes pickup {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pickup {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pickup {
  display: block;
  -webkit-animation-name: pickup;
          animation-name: pickup;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}