@charset "UTF-8";
/*--------------------------------------------------------
Reset
--------------------------------------------------------*/
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow: auto;
}

body {
    overflow: hidden;
    font-size: 1.6rem;
    /*16px*/
    line-height: 1.8;
    font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体",
        "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
        "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        "MS PGothic", sans-serif;
    color: #0b0b0b;
    text-align: justify;
    text-justify: inter-ideograph;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

input,
select,
textarea {
    font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体",
        "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
        "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        "MS PGothic", sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dd,
dt {
    margin: 0;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
}

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

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

/*a img:hover { opacity: 0.9; -moz-opacity: 0.9;}*/
a img {
    border-style: none;
}

img {
    vertical-align: bottom;
    /* 一番上の画像だけ注意。隙間が空く可能性あり */
    line-height: 0 !important;
    /* display:block; */
}

button {
    background-color: transparent;
    border: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

button:focus {
    outline: none;
}

button:hover {
    cursor: pointer;
}

input:focus,
select:focus {
    outline: none;
}

/*--------------------------------------------------------
定数（基本的に、全サイト共通に使えるもの）
--------------------------------------------------------*/
.c {
    text-align: center !important;
}

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

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

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

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.vertical-top {
    vertical-align: top;
}

.vertical-middle {
    vertical-align: middle;
}

.pointer {
    cursor: pointer;
}

.br::before {
    content: "\A";
    white-space: pre;
}

.margin100 {
    margin-bottom: 100px;
}

.margin90 {
    margin-bottom: 90px;
}

.margin80 {
    margin-bottom: 80px;
}

.margin70 {
    margin-bottom: 70px;
}

.margin60 {
    margin-bottom: 60px;
}

.margin50 {
    margin-bottom: 50px;
}

.margin40 {
    margin-bottom: 40px;
}

.margin30 {
    margin-bottom: 30px;
}

.margin20 {
    margin-bottom: 20px;
}

.margin10 {
    margin-bottom: 10px;
}

.padding100 {
    padding-top: 100px;
}

.padding90 {
    padding-top: 90px;
}

.padding80 {
    padding-top: 80px;
}

.padding70 {
    padding-top: 70px;
}

.padding60 {
    padding-top: 60px;
}

.padding50 {
    padding-top: 50px;
}

.padding40 {
    padding-top: 40px;
}

.padding30 {
    padding-top: 30px;
}

.padding20 {
    padding-top: 20px;
}

.padding10 {
    padding-top: 10px;
}

.padding500p {
    padding-top: 50%;
}

.padding450p {
    padding-top: 45%;
}

.padding400p {
    padding-top: 40%;
}

.padding350p {
    padding-top: 35%;
}

.padding300p {
    padding-top: 30%;
}

.padding250p {
    padding-top: 25%;
}

.padding200p {
    padding-top: 20%;
}

.padding150p {
    padding-top: 15%;
}

.padding100p {
    padding-top: 10%;
}

.padding90p {
    padding-top: 9%;
}

.padding80p {
    padding-top: 8%;
}

.padding70p {
    padding-top: 7%;
}

.padding60p {
    padding-top: 6%;
}

.padding50p {
    padding-top: 5%;
}

.padding40p {
    padding-top: 4%;
}

.padding30p {
    padding-top: 3%;
}

.padding20p {
    padding-top: 2%;
}

.padding10p {
    padding-top: 1%;
}

.visible1800,
.visible1000,
.visible900,
.visible750,
.visible600,
.visible500,
.visible400,
.visible320 {
    display: none;
}

/* clearfix */
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

/*重なりの優先度*/
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

/*要素固定*/
.fixed {
    position: fixed;
}

.z0 {
    z-index: 0;
}

.z1 {
    z-index: 1;
}

.z2 {
    z-index: 2;
}

.z3 {
    z-index: 3;
}

.z4 {
    z-index: 4;
}

.z5 {
    z-index: 5;
}

.z6 {
    z-index: 6;
}

.z7 {
    z-index: 7;
}

.z8 {
    z-index: 8;
}

.z9 {
    z-index: 9;
}

.z10 {
    z-index: 10;
}

.z-1 {
    z-index: -1;
}

.z100 {
    z-index: 100;
}

.z999 {
    z-index: 999;
}

/*横幅*/
.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%;
}

.disabled {
    pointer-events: none;
    /*リンクを無効にする*/
}

/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/
.fullscreen {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

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

.contents1800 {
    width: 100%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

.contents1000 {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

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

.bold {
    font-weight: bold;
}

.white {
    color: #fff;
}

.black {
    color: #0b0b0b;
}

.red {
    color: #f94326;
}

.bg_black {
    background-color: #0b0b0b;
}

.bg_white {
    background-color: #fff;
}

.bg_red {
    background-color: #f94326;
}

.bg_clear {
    background-color: transparent;
}

.bg_blue {
    background-color: #09938f;
}

.bg_orange_a {
    background-color: rgba(255, 204, 0, 0.7);
}

.bg_green {
    background-color: #00b900;
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
header {
    width: 100%;
    top: 0;
    margin: 0 auto;
    line-height: 0;
    /* 画像の上下に隙間が空いてしまう対策 *    
    position:fixed;
    z-index:100;
    /* top:-1px; */
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
footer {
    /*position:fixed;*/
    position: relative;
    z-index: 2;
    text-align: center;
    color: #0b0b0b;
    bottom: 0;
    left: 0;
    right: 0;
}

.copyright {
    padding: 7px 3%;
}

.copyright,
.copyright a {
    color: #0b0b0b;
}

.copyright a:hover {
    text-decoration: underline;
}

.copyright_white,
.copyright_white a {
    color: #fff;
}

/*--------------------------------------------------------
↓↓↓ 各種レイアウト ↓↓↓
--------------------------------------------------------*/
.liner {
    border-bottom: 0.3em solid #ffa900;
}

/*--contents--*/
.dammy_height::before,
.dammy_height2::before,
.dammy_height3::before,
.dammy_height4::before,
.dammy_height5::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.dammy_height2::before {
    padding-top: 34%;
}

.dammy_height3::before {
    padding-top: 28.7%;
}

.dammy_height4::before {
    padding-top: 10.7%;
}

.rec_bg::before {
    content: "";
    width: 100%;
    max-width: 1800px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../img/rec_bg.png) center repeat;
    background-size: cover;
}

.rec_bg2 {
    background-image: url(../img/rec_bg2_middle.png);
    background-repeat: repeat-y;
    background-position: bottom;
}

.rec_bg3 {
    background-image: url(../img/rec_bg2_middle_y.png);
    background-repeat: repeat-y;
    background-position: top;
}

.rec_01_1 {
    top: 0;
}

.rec_01_2 {
    top: 66%;
}

.rec_01_3 {
    top: 35.2%;
}

.rec_02_2 {
    top: 20%;
}

.rec_02_3 {
    top: 55.5%;
}

.rec_03_1 {
    top: 1%;
}

.rec_04_1 {
    top: 0;
}

.rec_05 {
    top: -71%;
    z-index: 2;
}

.rec_05_2 {
    top: 3%;
}

.rec_05_sita {
    bottom: 2%;
}

.rec_06 {
    bottom: 0;
}

.rec_06_1 {
    bottom: 0;
}

.rec_07_modal img {
    width: 100%;
}

.rec_08_modal img {
    width: 100%;
}

.rec_16_modal img {
    width: 100%;
    padding-bottom: 5%;
}

.rec_10 {
    top: 0;
}

.rec_12_1 {
    bottom: 0;
}

.rec_bg2_top {
    bottom: 0;
}

.rec_bg2_top_y {
    bottom: 0;
}

.rec_bg2_bottom_y {
    top: -8.5%;
}

.rec_cat_eye {
    top: 42.35%;
}

.rec_m_btn_line {
    top: 79.6%;
}
/*--contents-end--*/
/*--固定メニュー--*/
.nav {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.rec_topbtn img {
    width: 100%;
}

/*--固定メニュー-end--*/
/*--追従要素--*/
.banner {
    display: none;
    width: 250px;
    left: 2%;
    bottom: 5%;
}

.banner img {
    width: 100%;
}

.follow_btn {
    display: none;
    width: 250px;
    right: 2%;
    bottom: 5%;
}

.follow_btn img {
    width: 100%;
}

.follow_box {
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*--追従要素-end--*/
/* --確認ページ-- */
.user_name {
    padding: 15px 0;
    font-size: 5rem;
    line-height: 1;
}

.form_title img {
    width: 100%;
}

.back_btn {
    font-size: 3rem;
}

.inner_title {
    font-size: 3rem;
}

/* --確認ページ-end-- */
/* --決済ページ-- */

/*.btn_line_wrap {
  border-radius: 0 0 30px 30px;
}*/

.rec_btn_line img {
    width: 100%;
}

.btn_close {
    border-radius: 30px 30px 0 0;
    padding: 3% 0;
    font-size: 4rem;
    line-height: 1;
}

.btn_close P {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_close span {
    vertical-align: middle;
}

.batsu {
    margin-right: 2%;
    display: inline-block;
    width: 40px;
    /*枠の大きさ*/
    height: 40px;
    /*枠の大きさ*/
    position: relative;
}

.batsu::before,
.batsu::after {
    content: "";
    display: block;
    width: 100%;
    /*バツ線の長さ*/
    height: 8px;
    /*バツ線の太さ*/
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    position: absolute;
    top: calc(14% - (8px / 4));
    left: 14%;
    border-radius: 10px;
}

.batsu::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    left: auto;
    right: 14%;
}

.payment_title {
    font-size: 5rem;
}

.payment_txt,
.payment_txt_small {
    width: 86%;
    padding-bottom: 2%;
    font-size: 2.5rem;
    line-height: 1.5;
}

.payment_txt_small {
    font-size: 2rem;
}

.payment_inner {
    width: 80%;
    padding: 5% 0;
    border-radius: 10px;
}

.payment_inner_txt {
    padding: 0 5% 2%;
    font-size: 2rem;
    line-height: 1.5;
}

.rec_15 {
    padding: 5% 0;
}

.rec_kyaria img {
    width: 100%;
}

.rec_cre img {
    width: 100%;
}

/* --決済ページ-end-- */
/* --プラポリ-- */
.privacy_head {
    width: 85%;
    padding: 10px 0;
    font-size: 4rem;
    line-height: 1.2;
    text-align: center;
}

.privacy_head p {
    font-size: 0.7em;
}

.privacy_contents {
    width: 85%;
    padding: 20px;
    font-size: 1.6rem;
}

.privacy_contents__border {
    border: 2px solid #000;
}

.privacy_contents p {
    padding-bottom: 2rem;
}

.privacy_contents p:last-child {
    padding-bottom: 0;
}

.privacy_subtitle {
    font-size: 1.25em;
}

/*.back-btn{
  position: relative;
  padding: 1rem 10rem;
  box-sizing: border-box;
  font-size: 3rem;
  .fas{
    position:  absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  } 
}*/
/* --プラポリ-end-- */
/*--toggleMenu--*/
/*--toggleMenu-end--*/
/*--------------------------------------------------------
↑↑↑ 各種レイアウト ↑↑↑
--------------------------------------------------------*/
/*--------------------------------------------------------
↓↓↓ フォーム部分 ↓↓↓
--------------------------------------------------------*/
form {
    color: #0b0b0b;
}

.err_msg {
    color: #f94326;
}

.form_frame,
.form_frame2 {
    width: 90%;
    padding: 5% 0;
}

.form_frame :last-of-type,
.form_frame2 :last-of-type {
    margin-bottom: 0;
}

.form_frame2 {
    padding: 1%;
}

.form_frame_border {
    border: 3px solid #0b0b0b;
    border-radius: 10px;
}

.form_frame_shadow {
    -webkit-filter: drop-shadow(15px 15px 0 rgba(14, 47, 54, 0.2));
    filter: drop-shadow(15px 15px 0 rgba(14, 47, 54, 0.2));
}

.form_frame_scroll {
    height: 30rem;
    overflow-y: scroll;
}

.form_frame_scroll::-webkit-scrollbar {
    width: 1.5rem;
}

.form_frame_scroll::-webkit-scrollbar-track {
    border-radius: 15px;
    background-color: #999;
}

.form_frame_scroll::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 5px;
}

.form_frame_inner {
    padding: 4%;
}

.form_field,
.form_field2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1%;
    width: 100%;
    font-size: 3rem;
    font-weight: bold;
}

.form_field2 {
    margin-bottom: 5%;
}

.form_field__age label {
    display: inline-block;
}

.form_field__age label:first-of-type {
    margin-right: 5%;
}

.form_field__btn {
    width: 100%;
    margin-bottom: 0;
}

.form_field__padding {
    padding: 2% 5% 0;
}

.form_field label,
.form_field2 label {
    margin-left: 4%;
}

.form_title {
    font-size: 5rem;
    line-height: 1.2;
}

.form_item {
    font-size: 0.7em;
}

.form_view {
    line-height: 1;
}

.checkbox {
    margin-top: 2.5%;
}

.checkbox_wrap {
    width: 80%;
}

.disclaimer_wrap {
    margin-top: 2.5%;
}

.required {
    font-size: 0.7em;
}

.err {
    font-size: 0.7em;
}

label {
    display: block;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
    color: #0b0b0b;
    width: 100%;
    padding: 1% 2% 1% 2%;
    display: block;
    background-color: #fff;
    border: 3px solid #0b0b0b;
    border-radius: 10px;
}

input::-webkit-input-placeholder {
    padding-top: 0.1rem;
}

/*iphone対応*/
input:disabled {
    opacity: 0.8;
}

select {
    width: 100%;
}

textarea {
    height: 10rem;
}

.img_cre {
    width: 250px;
    padding-left: 7%;
    font-size: 0;
}

.img_cre img {
    width: 100%;
}

/********
ラジオボタン
********/
.radio-input {
    display: none;
}

.radio-input:checked + .radio-parts {
    color: #f94326;
}

.radio-input:checked + .radio-parts::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    left: calc((25px / 2) - (15px / 2));
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: #f94326;
}

.radio-parts {
    position: relative;
    padding-left: calc(25px + 0.5em);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.radio-parts::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    border-radius: 50%;
    border: 1px solid #0b0b0b;
    width: 25px;
    height: 25px;
}

/********
チェックボックス
********/
.checkbox-input {
    display: none;
}

.checkbox-input:checked + .checkbox-parts {
    color: #f94326;
}

.checkbox-input:checked + .checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    left: 7px;
    width: 14px;
    height: 28px;
    -webkit-transform: translateY(-50%) rotate(40deg);
    transform: translateY(-50%) rotate(40deg);
    border-bottom: 5px solid #f94326;
    border-right: 5px solid #f94326;
}

.checkbox-parts {
    /* padding-top:30px; */
    padding-left: 40px;
    position: relative;
    /* margin-right: 20px; */
    font-size: 3rem;
    font-weight: bold;
    line-height: 3rem;
}

.checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #0b0b0b;
    border-radius: 4px;
    background-color: #fff;
}

.checkbox-parts span {
    padding-left: 40px;
}

/*ロード時overlay*/
.overlay {
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    position: fixed;
    top: -10px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: rgba(255, 204, 0, 0.7);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.overlay .inner {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 0;
    padding-right: 0;
}

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

.overlay .more {
    width: 100%;
    max-width: 800px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -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;
    max-width: 420px;
    border-radius: 30px;
}
.overlay.is-show {
    opacity: 1;
    visibility: visible;
}

.nextlink {
    padding-bottom: 15%;
}
/*--------------------------------------------------------
↑↑↑ フォーム部分 ↑↑↑
--------------------------------------------------------*/
/*--------------------------------------------------------
サンキュー用レイアウト
--------------------------------------------------------*/
/*--------------------------------------------------------
特定商用レイアウト
--------------------------------------------------------*/
/*# sourceMappingURL=base.css.map */
