/********************　共通　********************/
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
a img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.clearfix:after {
    background: #ffffff;
    content: " ";
    display: block;
    clear: both;
}

.clear {
    clear: both;
}

html {
    font-size: 62.5%;
    background: #111;
}
body {
    margin: 0;
    font-family: "Roboto Condensed", Helvetica, Arial, "Noto Sans JP", sans-serif;
    margin-bottom: 0 !important;
}

svg {
    width: 100px;
    height: 100px;
}

.img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

/********************　wrapper　********************/
#wrapper {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

/********************　HOW　********************/

.slick-slider {
    padding: 0;
    line-height: 0;
}
.slider .slick-slide {
    margin: 0 20px;
    height: auto;
    padding-bottom: 140px;
}

.slider2 .slick-slide {
    margin: 0 10px;
    height: auto;
    padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
    .slider .slick-slide,
    .slider2 .slick-slid {
        margin: 0 10px;
    }
}
.slider .slick-slide img,
.slider2 .slick-slide img {
    display: block;
}
.slider .slick-arrow,
.slider2 .slick-arrow {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    margin: -55px 10px 0;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);
}

.slick-next {
    right: 10px;
    background-image: url(../img/arrow_right.webp);
    background-size: cover;
}
.slick-prev {
    left: 10px;
    background-image: url(../img/arrow_left.webp);
    background-size: cover;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    left: 0;
    list-style: none;
    text-align: center;
    z-index: 1111;
}
.slider01 .slick-dots {
    bottom: 100px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
@media (max-width: 767px) {
    .slick-dots li {
        width: 10px;
        height: 10px;
    }
}

.slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    background: transparent;
    border: 0;
    outline: none;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .slick-dots li button {
        width: 10px;
        height: 10px;
    }
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
    background: #41cdff;
}

.slider02 .slick-dots li button:hover:before,
.slider02 .slick-dots li button:focus:before {
    opacity: 1;
    background: #468cff;
}

.slick-dots li button:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #acacac;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
    .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }
}

.slick-dots li.slick-active button:before {
    background: #FFCDFF;
}
.slider02 .slick-dots li.slick-active button:before {
    background: #8CFF9B;
}

@media screen and (max-width: 750px) {
    .slider .slick-arrow,
    .slider2 .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .slick-next {
        right: 3px;
    }
    .slick-prev {
        left: 3px;
    }
}


.slider01 {
    position: relative;
}
.slider01 .slider {
    margin: 0;
}

.slider-area {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 0 30px;
    padding-bottom: 10px;
    width: 100%;
}
.slider-area .slider{
}
.slider-area:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: calc(100% - 110px);
    height: calc(100% - 60px);
    margin-left: 55px;
}
@media screen and (max-width: 750px) {
    .slider-area:before {
        width: calc(100% - 50px);
        margin-left: 25px;
    }
}


/********************　form　********************/
#_form {
    position: relative;
}
#form {
    width: 90% !important;
    margin: 0 auto !important;
}
#form_wrap {
    background-image: url(../images/entry_bg.jpg);
    background-size: cover;
    background-position: top;
    position: relative;
    width: 100% !important;
    margin: 0 !important;
}
/********************　footer NieR　********************/
footer {
    background: #fff;
    position: relative;
    text-align: center;
    padding: 10px 0 100px;
    color: #111;
    font-size: 14px;
    line-height: 2;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.footer {
    padding: 0;
}
@media screen and (max-width: 750px) {
    footer {
        font-size: 12px;
    }
}

ul.footer li {
    display: inline;
    text-align: center;
}
footer a {
    color: #111;
    line-height: 5;
    text-decoration: none;
    padding: 5px 10px;
}
@media screen and (max-width: 750px) {
    footer a {
        line-height: 3.5;
    }
}

footer a:hover {
    background: #333;
    padding: 5px 10px;
}
footer span {
    font-size: 10px;
    line-height: 5;
}
@media screen and (max-width: 750px) {
    footer span {
        line-height: 3.5;
    }
}

#qa {
    position: relative;
    background: rgb(255, 255, 255);
    padding-bottom: 20px;
    /* margin-top: 100px; */
}
.question {
    width: 90%;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}
.qa__item {
    margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
    .qa__item {
        margin-bottom: 40px;
    }
}
.question picture:nth-child(1) {
    position: relative;
    z-index: 1;
}
.is-open .question picture:nth-child(1) {
    opacity: 0;
}
.question picture:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.is-open .question picture:nth-child(2) {
    opacity: 1;
}

.answer {
    height: 0;
    opacity: 0;
    transition: 0.3s;
    width: 80%;
    margin: -10px auto 0;
}

.is-open .answer {
    margin-top:  20px;
    margin-bottom: 80px;
    height: auto;
    opacity: 1;
    pointer-events: all;
}
@media screen and (max-width: 750px) {
    .is-open .answer {
        margin-bottom: 20px;
    }
}
.qa__list {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    background-color: #ffffff;
    background-size: cover;
    background-position: top;
    padding-bottom: 10px;
}

.cta_btn {
    position: absolute;
    top: -5px;
    bottom: 0%;
    left: 1%;
    animation: updown 1.5s linear infinite;
    z-index: 11;
    width: 100%;
    margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
    .cta_btn {
        left: 5%;
        width: 90%;
        margin-bottom: 35px;
    }
}
.cta__wrap {
    position: relative;
}
.cta_btn img {
    display: table;
}
@keyframes updown {
    0%,
    100% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(20px);
    }
}

#floating {
    position: fixed;
    bottom: 0;
    z-index: 1112;
    overflow: hidden;
}
.floating_btn {
    position: relative;
    display: block;
}

.reflection {
    height: 100%;
    width: 200px;
    position: absolute;
    top: -100px;
    left: -800px;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-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.3;
    }
    81% {
        transform: scale(4) rotate(45deg);
        opacity: 0.6;
    }
    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@-webkit-keyframes reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.3;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@-moz-keyframes reflection {
    0% {
        -moz-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -moz-transform: scale(0) rotate(45deg);
        opacity: 0.3;
    }
    81% {
        -moz-transform: scale(4) rotate(45deg);
        opacity: 0.6;
    }
    100% {
        -moz-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@-ms-keyframes reflection {
    0% {
        -ms-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -ms-transform: scale(0) rotate(45deg);
        opacity: 0.3;
    }
    81% {
        -ms-transform: scale(4) rotate(45deg);
        opacity: 0.6;
    }
    100% {
        -ms-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@-o-keyframes reflection {
    0% {
        -o-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -o-transform: scale(0) rotate(45deg);
        opacity: 0.3;
    }
    81% {
        -o-transform: scale(4) rotate(45deg);
        opacity: 0.6;
    }
    100% {
        -o-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.tab {
    position: relative;
    width: 86%;
    margin: 0 auto;
}

.tab_list {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.tab_btn {
    cursor: pointer;
}
.tab_btn:nth-child(1) {
    position: relative;
}
.tab_btn:nth-child(2) {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
}
.tab_btn.is-active {
    z-index: 1;
}
.tab_area {
    position: relative;
}
.visit {
    position: relative;
    opacity: 0;
    transition: 0.3s;
}
.remote {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    transition: 0.3s;
}
.visit.is-active {
    opacity: 1;
}
.remote.is-active {
    opacity: 1;
}

.modal_item{
    margin-top: -1px;
}



.tab_list {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}
.tab_item {
    position: relative;
    padding: 0 5px;
}
.tab_btn:nth-child(2) {
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
}
@media screen and (max-width: 750px) {
    .tab_list {
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        margin-left: -5px;
        margin-right: -5px;
    }
    .tab_item {
        position: relative;
        padding: 0 5px;
    }
    .tab_btn:nth-child(2) {
        position: absolute;
        top: 0;
        left: 5px;
        right: 5px;
    }
}

.area {
    display: none;
    opacity: 0;
    padding-left: 4.5%;
    pointer-events: none;
}

.area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    padding-bottom: 0px;
    margin-bottom: 100px;
}
@media screen and (max-width: 500px) {
    .area.is-active {
        padding-bottom: 15px;
        margin-bottom: 40px;
    }
}

.ad-off {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}
.ad-off.is-none {
    display: none;
}
.ad-on {
    display: none;
}
.ad-on.is-open {
    display: block;
}

.acoordion_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 150px;
    width: 60%;
    box-shadow: 0px 2px 12px 5px #c9c9c9;
    border-radius: 60px;
}

.acoordion_btn:hover {
    opacity: 0.7;
    transition: 0.5s;
    cursor: pointer;
}
.acoordion_btn.is-none {
    display: none;
}
#area {
    position: relative;
}
.is-hide {
    height: 1000px;
    position: relative;
    overflow: hidden;
    padding-bottom: 650px;
}
.is-hide:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 60%);
}

@media screen and (max-width: 500px) {
    .is-hide {
        height: 400px;
        padding-bottom: 450px;
    }
    .acoordion_btn {
        bottom: 50px;
    }
}

/* ----------------スライダー------------------ */
.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slider_inner {
    display: flex;
    position: absolute;
    top: 20px;
    left: 0;
}
.slider_block {
}

@media screen and (max-width: 750px) {
    .slider_inner {
        width: 70%;
        height: 70%;
    }
}

/* 01 */
.slider_inner--1 {
    animation: 50s linear infinite slide01;
}
.slider_block--1 {
    width: 2929px;
    /* margin-right: 40px; */
}
.slider_item--1 {
    width: 2929px;
    height: 100%;
}
.slider_item--1 img {
    width: 2929px;
    height: 100%;
}
@keyframes slide01 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-5120px);
    } /* .x-scroll_block 1つ分の幅だけ動かす */
}

@media screen and (max-width: 750px) {
    .slider_inner--1 {
        animation: 45s linear infinite slide01;
    }
    .slider_block--1 {
        width: auto;
        height: 100%;
    }
    .slider_item--1 {
        width: 100%;
        height: 100%;
    }
    .slider_item--1 img {
        width: auto;
        height: 140%;
    }
    @keyframes slide01 {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-851%);
        } /* .x-scroll_block 1つ分の幅だけ動かす */
    }
}


/* -------カウントダウン----------- */

.day{
    margin: 0 auto;
}

.countDown {
    padding: 10px 0 20px;
    background: #e500e5;
    /* height: 120px; */
    text-align: center;
    color: #ffffff;
    font-size: 8vw;
    letter-spacing : 2px;
    font-style: oblique;
    font-weight: bold;
}

.countDownText {
    color: #bbff00;
    font-size: 12vw;
  }

.text {
    position: relative;
    margin-top: -10px;
    font-size: 4vw;
}

@media screen and (min-width: 750px) {
    .countDown {
        font-size: 50px;
        padding-top: 10px 0 20px;
    }

    .countDownText {
        font-size: 70px;
      }
    
    .text {
        font-size: 30px;
    }
}

@media screen and (max-width: 749px) {
    .countDown {
        padding: 0px 0 10px;
    }
}

/* check */

.checklist-main {
    position: relative;
    text-align: center;
}

    .checklist-container {
    top: -40px;
    left: 8%;
    position: absolute;
    padding: 20px;
    text-align: left;
    max-width: 100%;
    height: auto;
    }
    @media screen and (max-width: 750px) {
	.checklist-container {
        top: -22px;
        left: 6%;
        padding: 20px 20px;
        max-width: 100%;
	}
}


    .checklist-container p {
    color: #15687e;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    }
    @media screen and (max-width: 750px) {
	.checklist-container p  {
        font-size: 18px;
	}
}


    .ECM_CheckboxInput {
    margin: 30px 0;
    padding: 10px 100px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #a3efe5; /* 初期背景色 */
    border-radius: 20px;
    }
    @media screen and (max-width: 750px) {
	.ECM_CheckboxInput {
        margin: 10px 0;
        padding: 5px 16px;
	}
}

    .ECM_CheckboxInput-Input {
    margin: 0;
    width: 0;
    opacity: 0;
    }
    .ECM_CheckboxInput:hover {
    background: rgba(221, 252, 248) !important; /* マウスオーバー時の背景色 */
    }
    .ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput {
    border: dashed 3px #333333;
    }
    .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
    background: #15687e; /* チェック時の背景色 */
    }

    .ECM_CheckboxInput-Input + .ECM_CheckboxInput-DummyInput::before,
    .ECM_CheckboxInput-Input + .ECM_CheckboxInput-DummyInput::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 2px;
    background: #a5f1e7; /* チェック前のチェックマークの色 */
    }

    .ECM_CheckboxInput-Input + .ECM_CheckboxInput-DummyInput::before {
    top: 56%;
    left: 50%;
    width: 40%;
    height: 4px;
    transform: translate(-100%, -50%) rotateZ(-130deg);
    }
    .ECM_CheckboxInput-Input + .ECM_CheckboxInput-DummyInput::after {
    top: 50%;
    left: 60%;
    width: 60%;
    height: 4px;
    transform: translate(-50%, -50%) rotateZ(-45deg);
    }
    .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before,
    .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
    background: #FFFFFF; /* チェック時のチェックマークの色 */
    }
    .ECM_CheckboxInput-DummyInput {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 60px;
    border: solid 2px transparent;
    background: #FFF;
    border-radius: 50%;
    }
    @media screen and (max-width: 750px) {
        .ECM_CheckboxInput-DummyInput{
            width: 40px;
            height: 40px;
        }
    }


    .ECM_CheckboxInput-LabelText {
    color: #15687e;
    margin-left: 30px;
    display: block;
    font-size: 34px;
    font-weight: 900;
    }

    @media screen and (max-width: 750px) {
	.ECM_CheckboxInput-LabelText {
        margin-left: 10px;
        display: block;
        font-size: 20px;
        font-weight: 900;
	}
}

/*solo_ctaの設定*/

.solo_cta_btn {
    position: absolute;
    bottom: 0%;
    left: 5%;
    /* animation: updown 1.5s linear infinite; */
    z-index: 11;
    width: 100%;
    /* margin-bottom: 50px; */
    animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
}

@keyframes poyopoyo {
    0%, 40%, 60%, 80% {
      transform: scale(1.0);
    }
    50%, 70% {
      transform: scale(0.95);
    }
  }

@media screen and (min-width: 375px) and (max-width: 750px) {
    .solo_cta_btn {
        left: 0%;
        width: 100%;
        margin-bottom: 10px;
    }
}
.solo_cta__wrap {
    position: relative;
}
.solo_cta_btn img {
    display: table;
}
