@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,500&display=swap');

/* FV用style */
.static-mainVisual .dv_rc_header,
.static-mainVisual .dv_rc_title,
.static-mainVisual .dv_rc_name,
.static-mainVisual .dv_rc_description,
.static-mainVisual .dv_rc_price,
.static-mainVisual .dv_rc_footer {
    display: none;
}


/* じわっと画像が表示される */
@keyframes fadeIn {

    /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {
        opacity: 0
    }

    /* 始め */
    100% {
        opacity: 1
    }

    /* 終わり */
}

/*古いブラウザ用*/
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/*js-animation*/
.js-animation {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.js-animation.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.animated {
    /* 3秒待ってからアニメーションする */
    -webkit-animation-duration: 1s;
    animation-delay: 1s;
    /* 2秒かけてアニメーションする */
    -webkit-animation-duration: 2s;
    animation-duration: 2s;

}

body {
    background: #10110f;
}

.sma {
    display: none;
}

.pca {
    display: block;
}

.static-header {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

＝＝＝＝＝＝＝＝＝＝＝＝＝ .static-header__logo a {
    background: url(../img/logo_green.svg) center no-repeat !important;
}

.static-header__login {
    border: 1px solid #fff;
    padding: 8px 14px;
    line-height: 1;
    color: #ffffff;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    background: none;
}

.static-header__login:hover {
    opacity: 0.6 !important;
}

/*
.button.small-button {
    width: auto;
    font-size: 14px;
    padding: 9px 10px;
    min-width: 1px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}*/

.mv_bg {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 658px;
    display: flex;
    background: #000000;
}

.mv_bg::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://www.hulu.jp/images/gen/masthead/masthead_bg_2000.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-animation: zoom 14s 1;
    animation: zoom 14s 1;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

.static-mainVisual {
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.static-mainVisual .gradient {
    background: linear-gradient(rgba(16, 16, 15, 0), rgba(16, 16, 15, 1));
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 9990;
    width: 100%;
    height: 100px;
}

.static-mainVisual__inner {
    text-align: center !important;
    height: auto !important;
    overflow: visible;
    padding: 80px 0;
    z-index: 9998;
}

.static-mainVisual__inner .mv_logo img {
    width: 20%;
}

.static-mainVisual__inner h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    margin: 150px 0 50px;
    line-height: 1.4;
    text-shadow: #000000 1px 0 8px;
    letter-spacing: 0.06em;
}

.static-mainVisual__inner h1 span.f-ll {
    font-size: 9rem;
}

.static-mainVisual__inner h1 span.f-m {
    font-size: 5rem;
}

.static-mainVisual__inner h1 span.f-ss {
    font-size: 4rem;
}

.mv_introtext {
    font-size: 2.4rem;
    color: #ffffff;
    margin-top: 50px;
    letter-spacing: 0.08em;
    text-shadow: #000000 1px 0 8px;
}

.mv_introtext .text_notic {
    font-size: 1.2rem;
}

.form-button {
    text-align: center;
    margin-top: 80px;
}

.starttext {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.4;
}

.starttext span.ttl_balloon {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.08em;
    position: relative;
    padding-bottom: 10px;
    line-height: 3.2;
    background: url(../img/line_fukidashi.svg)no-repeat bottom center;
    background-size: 100%;
    display: inline-block;
}


.cv_btn_start a {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 2rem 0;
    box-shadow: 0 4px 6px -1px #000000;
    border-radius: 10px;
    transition: 1s;
    display: inline-block;
    width: 486px;
    text-align: center;
    letter-spacing: 0.08em;
    z-index: 9999;
    color: #000;
    background-image: url("../img/btn_trial_fixed.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cv_btn_start a:hover {
    opacity: 10;
    box-shadow: none;
    transition: 1s;
    transform: scale(1.04);
}

.cv_btn_start p {
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
}

.content-wrapper {
    text-align: center;
    padding: 120px 0 0;
}

.content-wrapper2 {
    text-align: center;
    padding: 120px 0;
}

.point.content-wrapper2 {
    padding: 120px 0 0;
}

.content-wrapper .inner {
    max-width: 1138px;
    margin: 0 auto;
}

.content-alignment h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 0.08em;
}

.content-wrapper2 h2 {
    font-size: 32px;
    font-weight: 600;
}

.content-wrapper ul.grid-list li {
    float: left;
    width: 20%;
}

.content-wrapper ul.grid-list li img {
    width: 94%;
    border-radius: 8px;
}

.content-wrapper ul.grid-list .thumbnail {
    position: relative;
    display: inline-block;
}

.content-wrapper ul.grid-list .thumbnail .gradient {
    background: linear-gradient(rgba(16, 16, 15, 0.7), rgba(16, 16, 15, 0));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9990;
    width: 100%;
    height: 80px;
}

.content-wrapper ul.grid-list .thumbnail span {
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 26px;
    z-index: 9999;
}


p.introtext {
    font-size: 19px;
    margin-bottom: 40px;
    font-weight: 300;
    letter-spacing: 0.08rem;
    line-height: 1.4;
}

.search_form p.introtext {
    margin-bottom: 20px;
}

/**point**/

.point-list {
    max-width: 1138px;
    margin: 0 auto;
}

.point li {
    display: inline-block;
    width: 22%;
    margin: 0 1%;
    text-align: center;
    vertical-align: top;
}

.point .point-block {
    margin-bottom: 60px;
}

.point li .point-block .img img {
    width: 60px;
    padding-bottom: 20px;
}

.point li .point-block h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
    height: 2.2;
}

.point li .point-block .text p {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
}


.search-form-003 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    width: 480px;
    background: #d5d5d5;
    margin: 0 auto;
    position: relative;
}

/**search**/

.search-form-003 input {
    height: 52px;
    padding: 5px 15px;
    border: 1px #bbbbbb solid;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 1.2em;
    outline: none;
    width: 480px;
    background: #000000;
    color: #000000 !important;
    transition: background-color 0.5s ease-in-out;
}

.search-form-003 input:focus {
    background: #ffffff;
    border: #3CE132 1px solid;
    color: #000000 !important;
}

.search-form-003 input::placeholder {
    color: #767d83;
}

form:focus-within {
    background: #ffffff;
    color: #000000 !important;
    box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.7);
}

.search-form-003 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 38px;
    border: none;
    background-color: #3CE132;
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 10px;
    border-radius: 8px;
}


.search-form-003 button::after {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cg%20id%3D%22_8XxCgy.tif%22%20data-name%3D%228XxCgy.tif%22%3E%3Cpath%20d%3D%22M1%2C14.89c.1-.6.17-1.19.29-1.78A14.78%2C14.78%2C0%2C0%2C1%2C4.88%2C6%2C14.75%2C14.75%2C0%2C0%2C1%2C13.2%2C1.29a14.63%2C14.63%2C0%2C0%2C1%2C9.1%2C1.1%2C14.89%2C14.89%2C0%2C0%2C1%2C6.91%2C6.42%2C14.64%2C14.64%2C0%2C0%2C1%2C1.86%2C7.53%2C15%2C15%2C0%2C0%2C1-3.22%2C9%2C1.19%2C1.19%2C0%2C0%2C0-.1.16l.3.3Q33.21%2C31%2C38.38%2C36.13A1.66%2C1.66%2C0%2C0%2C1%2C38.87%2C38a2%2C2%2C0%2C0%2C1-1.07%2C1h-.74a7.67%2C7.67%2C0%2C0%2C1-1.12-.82q-5.09-5-10.13-10.11a2.33%2C2.33%2C0%2C0%2C1-.23-.35c-.7.47-1.27.89-1.89%2C1.25A14.64%2C14.64%2C0%2C0%2C1%2C14%2C31a14.64%2C14.64%2C0%2C0%2C1-8.17-3.86A14.79%2C14.79%2C0%2C0%2C1%2C1.3%2C19c-.13-.6-.2-1.22-.3-1.82Zm26.89%2C1.19A11.85%2C11.85%2C0%2C1%2C0%2C16%2C27.9%2C11.86%2C11.86%2C0%2C0%2C0%2C27.89%2C16.08Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    content: '';
}

/**ranking**/
.slick-list {
    margin: 0 7px !important;
    padding: 0 0 0 65px !important;
}

.slider li {
    position: relative;
}

.slider li .ranking-image {
    position: absolute;
    right: 94%;
    bottom: 0px;
    width: 63%;
}

.ranking10-rankingImg {
    position: absolute;
    right: 67%;
    bottom: 0px;
    width: 63% !important; 
}

.slider li img {
    width: 74%;
    border-radius: 5.508px;
}

.ranking10-img {
    float: right;
}

.slider li a:hover {
    opacity: 1;
}

.slick-dots {
    bottom: -38px !important;
    width: 100%;
}

.slick-dots li button:before {
    color: #fff !important;
    opacity: .5;
    font-size: 10px !important;

}

.livetv_list .thumbnail img {
    width: 19%;
    padding: 2px;
}

.livetv_list .thumbnail img.pd0 {
    padding: 2px 2px 0 2px;
}

/**faq**/

.faq.content-wrapper2 .inner {
    width: 860px;
    margin: 0 auto;
}

.faq-list {
    position: relative;
    width: 100%;
    border-top: none;
    outline: 0;
    cursor: pointer;
    max-width: 860px;
}

.faq-item {
    margin-bottom: 10px;
    background: #343733;
    border-radius: 6px;
}

.faq-list .faq-item-q {
    display: block;
    position: relative;
    margin: 0;
    padding: 1em;
    font-size: 17.88px;
    font-weight: normal !important;
    color: #fff;
    background: #343733;
    background-size: 32px;
    cursor: pointer;
    transition: 1.0s;
    font-weight: bold;
    text-align: left;
    border-radius: 6px;
}

.faq-list .faq-item-q span {
    padding-left: 17.88px;
}


.faq-list .faq-item-q:hover i:before,
.faq-list .faq-item-q:hover i:active,
.faq-list .content-entry.open i {
    color: white;
}

.faq-item-q {
    position: relative;
}

/*
.faq-item-q:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}*/

.faq-item-q::after,
.faq-item-q::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 1px;
    height: 0.75em;
    background-color: #fff;
    transition: all 0.3s;
}

.faq-item-q::after {
    transform: rotate(90deg);
}

.faq-item-q.open:before {
    transform: rotate(45deg) !important;
}

.faq-item-q.open:after {
    transform: rotate(135deg) !important;
}

.faq-item-a {
    display: none;
    background: #333734;
    background-size: 22px;
    padding: 0 10px 26px 2.3125em;
    margin-bottom: 10px;
    border-radius: 0 0 6px 6px;
}

.faq-item-a p {
    padding: 0 6px;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.6;
    color: #ffffff;
    letter-spacing: 0.08em;
    font-weight: 300;
    width: 95%;
}

.faq-item-a .text_notic {
    font-size: 1.4rem;
    margin-top: 10px;
    letter-spacing: 0.1em;
}

.faq p a {
    text-decoration: underline !important;
}

.faq p a:hover {
    text-decoration: none !important;
}

.static-wrapper footer {
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
}

/**footer**/

footer .footer-nav {
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #343733;
    border-top: 1px solid #343733;
    color: #889188;
}

footer .footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 20px 30px;
    box-sizing: border-box;
}

.fL {
    float: left;
}

.fR {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}


footer .footer-inner ul li {
    font-size: 0.85em;
    position: relative;
    padding-right: 1em;
    display: inline-block;
    color: #889188;
}

footer .footer-nav .footer-inner ul li:not(:last-child) {
    margin-right: 30px;
}

footer .footer-nav .footer-inner ul li.sns>ul>li {
    margin-left: 25px;
    margin-right: 0;
    padding: 0;
    width: 30px;
    height: 30px;
}

footer .footer-nav .footer-inner ul li.sns>ul>li img {
    width: 100%;
}

footer .footer-nav .footer-inner ul li.sns>ul>li a::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    margin-top: 0;
    width: 0;
    height: 0;
    border-top: none;
    border-right: none;
}

/* cvbtn_area
--------------------------------------------------------------------*/

.floating {
    position: fixed;
    bottom: 8px;
    right: 0;
    left: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 0 0 0;
}

.cvbtn_floating a {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    padding: 1.4rem 8rem;
    background: #ff7f15;
    background: -webkit-linear-gradient(top, #ff7e14 0%, #feb645 100%);
    background: linear-gradient(to bottom, #ff7e14 0%, #ffa55b 100%);
    box-shadow: 0 4px 6px -1px #999999;
    border-radius: 10px;
    transition: 1s;
    display: inline-block;
    position: relative;
}

.cvbtn_floating a:hover {
    background: -webkit-linear-gradient(bottom, #ff7e14 0%, #feb645 100%);
    background: linear-gradient(to top, #ff7e14 0%, #feb645 100%);
    box-shadow: none;
    transition: 1s;
    opacity: 0.9 !important;
}

.cvbtn_floating a:after {
    position: absolute;
    right: 25px;
    top: 17px;
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url(../img/icon_arrow.svg) no-repeat center bottom;
    transition: all .3s;
}


@media screen and (min-width:767px) {}

@media screen and (max-width:767px) {
    .mv_bg {
        background: #000;
        height: 520px;
    }

    .mv_bg::before {
        background-image: url(https://www.hulu.jp/images/gen/masthead/masthead_bg_mb_1250.jpg);
        background-size: cover;
        background-position: top center;
    }

    .static-mainVisual__inner .mv_logo img {
        width: 50%;
    }

    .static-mainVisual__inner h1 {
        font-size: 24px;
        line-height: 1.6;
        margin: 50px 0 50px;
        text-align: center;
    }

    .static-mainVisual__inner h1 span.f-ll {
        font-size: 4.6rem;
    }

    .static-mainVisual__inner h1 span.f-ss {
        font-size: 2rem;
    }

    .cv_btn_start a {
        font-size: clamp(5px, 5vw, 2.4rem);
        font-weight: 600;
        margin: 0 auto;
        max-width: 486px;
        padding: 1.8rem 0;
        width: 90%;
        background-image: url("../img/btn_trial_fixed_sp.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .cv_btn_start a:hover {
        opacity: 10;
        box-shadow: none;
        transition: 0;
        transform: scale(1);
    }

    .cv_btn_start p {
        font-size: 10px;
    }

    .mv_introtext {
        font-size: 1.6rem;
        margin: 20px 20px 0;
        line-height: 1.6;
    }

    .mv_introtext p br {
        display: none;
    }

    .starttext {
        font-size: 12px;
        margin-bottom: 50px;
    }

    .starttext span.ttl_balloon {
        font-size: 15px;
        line-height: 3.8;
    }

    .starttext span.ttl_balloon:after {
        bottom: -9px;
        width: 15px;
        height: 15px;
    }


    .content-wrapper {
        padding: 80px 0 0;
    }

    .content-wrapper.firstblock {
        display: flex;
        padding: 80px 0 0;
    }


    .content-alignment h2 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .content-alignment h2 span {
        display: block;
    }

    .content-wrapper ul.fourcolumn_pc li {
        width: 48.5%;
        line-height: 0;
    }

    .content-wrapper ul.fourcolumn_pc li:nth-child(odd) {
        margin-right: 3%;
    }

    .content-wrapper ul.fourcolumn_pc li:nth-child(1),
    .content-wrapper ul.fourcolumn_pc li:nth-child(2) {
        margin-bottom: 3%;
    }

    .content-wrapper ul.threecolumn_pc {
        width: 100%;
    }

    .content-wrapper ul.threecolumn_pc li {
        width: calc(100% / 2.2);
    }

    p.introtext {
        margin: 0 20px 30px;
        font-size: 12px;
        line-height: 1.6;
    }

    .content-wrapper ul.grid-list {
        width: 90%;
        margin: 0 auto;
    }

    .content-wrapper ul.grid-list .thumbnail span {
        font-size: 15px;
        font-weight: 600;
        top: 18px;
    }

    .content-wrapper ul.grid-list li img {
        width: 100%;
        border-radius: 8px;
    }

    .point.content-wrapper2 {
        padding: 80px 0 0;
    }

    .point-list {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .point li {
        display: block;
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }

    .point .point-block {
        margin-bottom: 40px;
    }

    .point .point-block.end {
        margin-bottom: 0;
    }

    .point li .point-block .text p {
        font-size: 12px;
    }

    .point li .point-block .img {
        display: block;
        justify-content: center;
        width: 86%;
        margin: 0 auto 10px;
        text-align: center;
    }

    .point li .point-block .img img {
        padding-bottom: 0;
        padding-right: 10px;
        width: 50px;
        vertical-align: middle;
    }

    .point li .point-block h3 {
        font-size: 18px;
        display: inline;
        vertical-align: text-top;
        font-weight: 600;
    }

    .livetv_list .thumbnail img {
        width: 30%;
        line-height: 0;
        margin: 0;
    }

    .slick-list {
        margin: 0 auto !important;
        padding: 0 0 0 50px !important;
        width: 90%;
    }

    .faq.content-wrapper2 {
        padding: 80px 0;
    }

    .faq.content-wrapper2 .inner {
        width: 90%;
        margin: 0 auto;
    }

    .faq-list .faq-item-q {
        background-size: 24px;
        padding: 1.2em 2.5em 1.2em 0.6em;
        font-size: 1.2em;
    }

    .faq-item-a {
        padding: 0 10px 26px 1em;
    }

    .faq-item-a p {
        letter-spacing: 0.02em;
        padding: 0;
        line-height: 1.6;
        font-size: 12px;
    }

    .faq-list .faq-item-q span {
        padding-left: 5px;
        font-size: 14px;
    }

    .static-footer .footer_logo img {
        width: 180px;
    }

    body footer {
        padding-bottom: 0 !important;
    }

    footer .footer-inner {
        width: 100%;
        padding: 0px 0;

    }

    footer .footer-inner .fR {
        float: none;
        clear: both;
    }

    footer .footer-nav {
        background: #343733;
    }

    li.sns {
        background: #000;
    }

    footer .footer-nav .footer-inner ul li>a {
        display: block;
    }

    footer .footer-nav .footer-inner ul li a::after {
        right: 1em;
    }

    footer .footer-inner ul.ft-menu li {
        width: 50% !important;
        float: left !important;
        border-bottom: solid 1px #f7f7f7;
        text-align: center;
    }

    footer .footer-inner .fL.sma {
        width: 100% !important; 
    }

    footer .footer-inner .fL.sma li {
        float: left;
        display: inline-block;
    }

    footer .footer-inner .fL.sma li.alignright {
        float: right;
    }

    footer .footer-inner ul.ft-menu li:nth-child(2n+1) {
        border-right: solid 1px #f7f7f7;
    }

    footer .footer-inner ul.ft-menu {
        position: relative;
        width: 100% !important;
        box-sizing: border-box;
        background: #343733;
    }

    footer .footer-inner:not(.footer-nav_hulu) ul:not(.sns-link) li {
        display: block;
        padding: 16px 20px;
        margin: 0;
        border: none;
        color: #FAFAFA !important;
        text-align: center;
    }

    footer .footer-nav .footer-inner ul li.sns>ul {
        width: 100%;
        margin: 3% auto;
        text-align: center;
    }

    footer .footer-nav .footer-inner ul li.sns>ul>li {
        display: inline-block;
        border-bottom: none;
        margin-left: 25px;
        margin-right: 0;
        padding: 0;
        width: 30px;
        height: 30px;
    }

    footer .footer-nav .footer-inner ul li.sns>ul>li:first-child {
        margin-left: 0;
    }

    footer .footer-inner ul.ft-menu li.lang {
        position: relative !important;
        width: 100% !important;
        background: #343733;
        float: none !important;
        text-align: left;
        border: none;
    }

    footer .footer-inner ul.ft-menu li.lang a {
        display: block !important;
        color: #ffffff !important;
    }

    footer .footer-inner ul.ft-menu li.lang a::after {
        position: absolute;
        top: 50%;
        right: 1em;
        content: '';
        margin-top: -4px;
        width: 7px;
        height: 7px;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all .2s;
    }

    footer .copyright li {
        border: none !important;
    }

    .cvbtn_floating a {
        font-size: 2.2rem;
        padding: 1.4rem 3rem;
        width: 96%;
    }

    .cvbtn_floating a:after {
        top: 17px;
        right: 13px;
        width: 20px;
        height: 20px;
    }

    .sma {
        display: block;
    }

    .pca {
        display: none !important;
    }

}   
@media screen and (max-width: 536px) {
    .search-form-003 {
        width: 90%;
        border: 1px solid #bbbbbb;
    }
    .search-form-003 input {
        width: 100%;
        border: 1px solid #bbbbbb;
    }
    .search-form-003 label {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .slick-list {
        margin: 0 auto !important;
        padding: 0 0 0 40px !important;
        width: 90%;
    }
    .slider li img {
        width: 77%;
        border-radius: 5.508px;
    }
    .slider li .ranking-image {
        position: absolute;
        right: 95%;
        bottom: 0px;
        width: 60%;
    }
}

/* ページ固有のstyleを記述 */
.is-pc {
    display: block !important;
}

.is-sp {
    display: none !important;
}

img.is-pc {
    margin: auto;
}

img.is-sp {
    margin: auto;
}



@media only screen and (max-width: 767px) {
    .is-pc {
        display: none !important;
    }

    .is-sp {
        display: block !important;
    }


}

@media only screen and (max-width: 767px) {}

@media only screen and (min-width: 768px) {
    .mv_bg {
        height: 658px;
    }

    .mv_bg::before {
        background-size: cover;
    }

    .point-list {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .point li .point-block .text h3 {
        font-size: 2rem;
    }

    .content-wrapper ul.fourcolumn_pc li {
        width: calc(100% / 4);
    }

    .mv_introtext {
        font-size: 2rem;
    }
}

.faq-list {
    width: 100%;
    margin: 0 auto 20px;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}


@media only screen and (min-width: 768px) {
    .point li .point-block h3 {
        height: 2rem;
        margin-bottom: 40px;
    }

}


@media (min-width: 1200px) {
    .mv_bg {
        height: 658px;
    }
}

@media (max-width: 260px) {
    .content-wrapper.firstblock {
        display: flex;
        padding: 120px 0 80px;
    }
}

@media (max-width: 180px) {
    .content-wrapper.firstblock {
        display: flex;
        padding: 240px 0 80px;
    }
}