/********************　共通　********************/
.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: block;
    width: 100%;
}

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

/********************　HOW　********************/
.how_tab {
    position: absolute;
    top: 0;
    left: 0;
}
/*tabの形状*/
.tab {
    display: flex;
    flex-wrap: wrap;
    width: 86%;
    margin: 0 auto;
    padding: 0;
    padding-top: 20px;
    list-style: none;
    box-sizing: border-box;
    margin-bottom: -20px;
}
.tab li {
    width: 49%;
    list-style: none;
}
.tab li:last-child {
    margin-left: auto;
}
.tab li a {
    display: block;
}

.tab li.visit a {
    background: center / contain no-repeat url("../images/visit_off.png");
}
.tab li.remote a {
    background: center / contain no-repeat url("../images/remote_off.png");
}
.tab li.visit.active a {
    background: center / contain no-repeat url("../images/visit_on.png");
}
.tab li.remote.active a {
    background: center / contain no-repeat url("../images/remote_on.png");
}

.area {
    display: none;
    opacity: 0;
}

.area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    padding-bottom: 80px;
}

@keyframes displayAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.slick-slider {
    padding: 0;
}
.slider .slick-slide,
.slider2 .slick-slide {
    margin: 0 20px;
    position: relative;
    overflow: hidden;
}
@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;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider .slick-arrow,
.slider2 .slick-arrow {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    margin: 0 10px;
}

.slick-next {
    right: 10px;
    background-image: url(../images/arrow_right_01.png);
    background-size: cover;
}
.slick-prev {
    left: 10px;
    background-image: url(../images/arrow_left_01.png);
    background-size: cover;
}
.producers-slider .slick-next {
    right: 10px;
    background-image: url(../images/arrow_right_02.png);
    background-size: cover;
}
.producers-slider .slick-prev {
    left: 10px;
    background-image: url(../images/arrow_left_02.png);
    background-size: cover;
}

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

/********************　benefit　********************/

/********************　form　********************/
#_form {
    padding: 100px 0;
    background-image: url(../images/bg.png);
    background-size: cover;
    background-position: top;
    position: relative;
}
@media screen and (max-width: 750px) {
    #_form {
    padding: 60px 0 40px;
    }
}

/********************　footer NieR　********************/
footer {
    background-image: url(../images/bg.png);
    background-size: cover;
    background-position: top;
    position: relative;
    text-align: center;
    padding: 30px 0;
    color: #fff;
    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: #fff;
    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;
    }
}

.benefit_sec-01 {
    position: relative;
}

.benefit_sec-02 {
    position: relative;
}

.cta-01 {
    position: absolute;
    top: 0;
    left: 0;
}

.cta-02 {
    position: absolute;
    bottom: 8%;
    left: 0;
}
.cta-03 {
    position: absolute;
    bottom: -6.5%;
    left: 0;
}
.cta-04 {
    position: absolute;
    bottom: 3.2%;
    left: 0;
}
.cta_bg {
    position: relative;
}
.slider-area {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.benefit-slider .slider {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0 auto;
}

.benefit-slider-2 .slider {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0 auto;
}
.producers-slider .slider {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0 auto;
}
.ad-flow {
    position: relative;
}

.ad-how-area {
    position: relative;
}

#producers {
    background-image: url(../images/bg.png);
    background-size: cover;
    background-position: top;
    position: relative;
}

#qa {
    background-image: url(../images/bg.png);
    background-size: cover;
    background-position: top;
    position: relative;
    padding-bottom: 10px;
}
.question {
    width: 90%;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}
.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: 15px;
    margin-bottom: 40px;
    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;
}

.cta_btn {
    position: absolute;
    left: 50%;
    bottom: 9%;
    width: 95%;
    margin-left: -46%;
    animation: updown 1.5s linear infinite;
}

.cta_btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 98%;
    height: 82%;
    background: linear-gradient(45deg, rgba(93,128,255,1), rgba(254,115,241,1)); 
    animation: flash 1.5s linear infinite;
    z-index: -1;
    filter: blur(10px);
    border-radius: 500px;
    transform: translate(-51%,-55%);
}

@keyframes flash {
    0%,
    100% {
        opacity: .9;
    }

    50% {
        opacity: 0;
    }
}
@keyframes updown {
    0%,
    100% {
        transform: translateY(0%);
      }
      50%{
    transform: translateY(20px);
      }
}

#floating{
    position: fixed;
    bottom: 0;
    z-index: 11;
    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; }
}
