@charset "UTF-8";

body,
div,
form,
input,
button,
textarea,
p {
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  overflow-x: 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;
}

/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/
.container800 {
  width: 800px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.container900 {
  width: 900px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.container1600 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.container1800 {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.opacity0 {
  opacity: 0;
}

/*--------------------------------------------------------
定数
--------------------------------------------------------*/

.center {
  text-align: center !important;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.mtop-10 {
  margin-top: 10px;
}

.mtop-20 {
  margin-top: 20px;
}

.mtop-30 {
  margin-top: 30px;
}

.mtop-40 {
  margin-top: 40px;
}

.mtop-50 {
  margin-top: 50px;
}

.mtop-60 {
  margin-top: 60px;
}

.mtop-70 {
  margin-top: 70px;
}

.mtop-80 {
  margin-top: 80px;
}

.mtop-90 {
  margin-top: 90px;
}

.mtop-100 {
  margin-top: 100px;
}

.mtop-200 {
  margin-top: 200px;
}

.mtop-500 {
  margin-top: 500px;
}

.mtop-1000 {
  margin-top: 1000px;
}

.ptop-10 {
  padding-top: 10px;
}

.ptop-20 {
  padding-top: 20px;
}

.ptop-30 {
  padding-top: 30px;
}

.ptop-40 {
  padding-top: 40px;
}

.ptop-50 {
  padding-top: 50px;
}

.ptop-60 {
  padding-top: 60px;
}

.ptop-70 {
  padding-top: 70px;
}

.ptop-80 {
  padding-top: 80px;
}

.ptop-90 {
  padding-top: 90px;
}

.ptop-100 {
  padding-top: 100px;
}

.pbottom-100 {
  padding-bottom: 100px;
}

.pbottom-200 {
  padding-bottom: 200px;
}

.pbottom-300 {
  padding-bottom: 300px;
}

.mtol-20 {
  margin-left: 20px;
}

.rel {
  position: relative;
}

.zindex1 {
  z-index: 1;
}

.zindex2 {
  z-index: 2;
}

.zindex3 {
  z-index: 3;
}

.zindex99 {
  z-index: 9999;
}

/*横幅*/

.width100 {
  width: 100%;
}

.width90 {
  width: 90%;
}

.width80 {
  width: 80%;
}

.width70 {
  width: 70%;
}

.width60 {
  width: 60%;
}

.width50 {
  width: 50%;
}

.width40 {
  width: 40%;
}

.width30 {
  width: 30%;
}

.width20 {
  width: 20%;
}

.width10 {
  width: 10%;
}

.dib {
  display: inline-block;
}

.pointer {
  cursor: pointer;
}

.span span {
  display: inline-block;
}

/*-------------------------------------
err
-------------------------------------*/

.err_msg {
  font-size: 0.8em;
  color: #ff0000;
}

.err_msg2 {
  font-size: 1em;
  color: #ff0000;
  margin: 0.5em 0em 0 0;
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
footer {
  text-align: center;
  color: #333;
}

.copyright {
  padding: 10px 0;
  text-decoration: none;
}

.copyright {
  font-size: 14px;
  color: #333;
}

@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: 1em;
  padding: 0.3em 0.6em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 3px solid #cdcdcd;
  border-radius: 10px;
}

.field {
  font-size: 1.6em;
}

.inner {
  width: 85%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.inner .title {
  font-size: 1.6em;
  padding-bottom: 0.2em;
}

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: #ff809b;
  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: 2px solid #000;
  background-color: #fff;
  width: 100%;
}

.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;
}

.width90 {
  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: #ff809b;
}

.lawtext h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #ff809b;
}

.law_list {
  padding-bottom: 1em;
}

/*--------------------------------------------------------
チェックボックス
--------------------------------------------------------*/
.checkbox {
  display: flex;
  justify-content: center;
  font-size: 20px;
  margin-left: 7%;
}

.checkbox label {
  position: relative;
  display: block;
  cursor: pointer;
  width: auto;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.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 #ff809b;
  border-right: 4px solid #ff809b;
  top: -35%;
}


/*--------------------------------------------------------
//各種設定
--------------------------------------------------------*/
.info_txt {
  max-width: 800%;
  width: 95%;
  font-size: 30px;
}

.to_area {
  margin-top: 10%;
  max-width: 800%;
  width: 80%;
}

.back {
  margin-top: 5%;
  font-size: 25px;
  width: 100%;
  color: #ff809b;
  text-align: center;
}

.kiyaku {
  font-size: 28px;
}

.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: 32%;
  left: 50%;
  transform: translate(-50%);
  width: 90%;
}

.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;
}


/*--------------------------------------------------------
top
--------------------------------------------------------*/
/***********
* 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;
}

.picture {
  display: flex;
  justify-content: center;
}


.top_bgimg {
  background-image: url(../img/wyl_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.wyl_08 {
  background-image: url(../img/wyl_08.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper {
  padding-bottom: 100px !important;
}
.swiper .swiper_arrow .swiper-button-prev,
.swiper .swiper_arrow .swiper-button-next {
  pointer-events: auto;
  cursor: pointer;
  user-select: none;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none !important;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper_arrow {
  position: absolute;
  top: 45%;
  left: 6%;
  right: 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}
.swiper .swiper-pagination {
  top: 88% !important;
}
.swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #ccc;
  opacity: 1;
  margin: 0 10px !important;
  border-radius: 50%;
}
.swiper .swiper-pagination-bullet-active {
  background: #ffcc00;
}

.bg_stripe {
  background-image: linear-gradient(45deg, #fffee9 25%, transparent 25%, transparent 50%, #fffee9 50%, #fffee9 75%, transparent 75%, transparent);
  background-size: 29px 29px;
  background-color: #ffffbb;
}
.form_notice {
  font-size: 20px;
}


/*--------------------------------------------------------
chk
--------------------------------------------------------*/
.space {
  height: 400px;
}


/*--------------------------------------------------------
pay
--------------------------------------------------------*/
.pay_bg {
  background-color: #ffffbb;
}
.youser_name {
  position: absolute;
  top: 11%;
  left: 50%;
  transform: translate(-50%);
  width: 90%;
  text-align: center;
  font-size: 50px;
  padding: 1.5% 2% 2%;
}
/*--------------------------------------------------------
bank
--------------------------------------------------------*/
.bg_skyblue {
  height: 100vh;
  background-color: #f0fdff;
}
.bank_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}