@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');




* {
    font-size: 15px;
    font-family: 'Noto Sans JP', "ãƒ¡ã‚¤ãƒªã‚ª", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 400;
    line-height: 1.56;
}

a {
    display: inline-block;
    transition: .2s;
}

a img {
    transition: .2s;
}

a:hover img {
    opacity: .8
}

img {
    max-width: 100%;
    height: auto;
}

.sp {
    display: none;
}

.txt-center {
    text-align: center;
}

.en {
    font-family: "Poppins";
    font-weight: 700;
}

.l-row {
    display: flex;
    flex-wrap: wrap;
}

._nowrap {
    flex-wrap: nowrap;
}

.content {
    width: 1096px;
    margin: 0 auto;
    position: relative;
}

.bg_ye {
    background: #ffec01;
    padding-bottom: 70px
}

.bg_bl {
    background: #0093d1;
    padding: 130px 0 70px
}

.site_title {
    text-align: center;
}

.site_title a {
    padding: 25px 0;
}

nav {
    background: #eeeeee;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
}

nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99
}

.nav {
    justify-content: center;
    align-items: stretch;
}



.nav li {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 3px solid #eee;
    width: 219px;
    position: relative;
    transition: .2s;
    background: #fff;
}

.nav li:after {
    content: '';
    background: url(../img/ico-arrow-r.png)no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 14px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.nav li a {
    padding: 8px 16px 8px 0;
    text-align: center;
    line-height: 1.1;
    width: 100%;
}

.nav li:hover {
    background: #ffec00;
}


.nav li._re {
    color: #ff0000;
}

.nav li._re:after {
    content: '';
    background: url(../img/ico-arrow-r_re.png)no-repeat;
}

.nav li._top:hover {
    background: #0093d1;
    color: #fff;
}

.nav li._bl:after {
    content: '';
    background: url(../img/ico-arrow-r_wh.png)no-repeat;
}

.mainvisual {
    height: 780px;
    overflow: hidden;
    position: relative;
}

/*
å³ã‹ã‚‰å·¦ã¸
----------------------------*/
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/*
IE11å¯¾ç­–
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.mv {
    display: -ms-grid;
    overflow: hidden;
}

/*----------------------------*/

.mv__wrap {
    display: flex;
    overflow: hidden;
}

.mv__list {
    display: flex;
    list-style: none;
}

.mv__list--left {
    animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.mv__item {
    width: 1095px
}

.mv__item > img {
    width: 100%;
}

.title_wrap {
    display: flex;
    background: #fff;
    position: absolute;
    z-index: 1;
    width: 650px;
    height: 100%;
    padding: 72px 80px 136px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.mv_title {
    width: 64%;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.mv_title_img_l {
    position: absolute;
    left: -140px;
}

.mv_title_img_r {
    position: absolute;
    right: -140px;
}

.anchornav {
    margin-top: -90px;
    position: relative;
    z-index: 2;
    padding-bottom: 70px;
    justify-content: center;
}

.anchornav > div {
    width: 206px;
    margin: 0 4px
}

.anchornav > div._supersale {
    width: 230px;
}

.movie-wrap {
    text-align: center;
}

.movie-wrap #RVideoPF_1653374910526_0 {
    display: block;
    margin: 0 auto;
}

.bnr {
    padding-bottom: 100px;
    text-align: center;
}

.box_wh {
    background: #fff;
    position: relative;
    padding: 87px 80px 0;
    display: inline-block;
}

.title {
    font-weight: 900;
}

.title01 {
    font-size: 47px;
    letter-spacing: .12em;
    text-align: center;
    border-bottom: 10px solid #fff;
    margin-bottom: 150px;
    display: inline-block;
    padding-bottom: 15px;
}

.title01 span {
    font-size: 146%;
    font-weight: 900;
}

.bg_bl .title01 {
    color: #fff;
}

.title02 {
    font-size: 45px;
    letter-spacing: .5em;
    text-align: center;
    display: inline-block;
    padding-bottom: 15px;
    background: #000;
    color: palegoldenrod;
    padding: 24px 50px 24px 70px;
    line-height: 1;
    text-align: center;
    color: #ffec01;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.title03 {
    font-size: 26px;
    letter-spacing: .25em;
    line-height: 1;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 3px solid #c9c9c9;
    margin-bottom: 20px
}

.title04 {
    background: #0074be;
    color: #fff;
    letter-spacing: .2em;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    position: relative;
    padding: 18px 50px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px
}

.title04:before {
    content: '＼';
    position: relative;
    top: 0;
    left: -10px;
}

.title04:after {
    content: '／';
    position: relative;
    top: 0;
    right: -10px;
}

.title06 {
    background: #ffec01;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: .3em;
    display: inline-block;
    line-height: 1;
    padding: 10px 28px 15px 40px;
    text-align: center;
}

.scene_list,
.type_list {
    justify-content: center;
    margin-bottom: 50px
}

.scene_list li {
    width: calc(100% / 4 - 16px);
    margin: 0 8px 16px;
    border: 1px solid #aaaaaa;
}

.scene_list li ._txt {
    padding: 8px;
}

.scene_list li ._txt p {
    font-size: 14px;
}

.scene_list li .ico-scene {
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    background: #f5e201;
    letter-spacing: .1em;
    padding: 0;
    margin-bottom: 9px;
    display: inline-block;
}

.scene_list li ._title {
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
}

.type_list li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 20px;
    border: 2px solid #000;
    padding: 5px 5px 25px 5px;
    text-align: center;
    position: relative;
}

.type_list .type_num {
    position: absolute;
    left: 5px;
    top: 5px;
}

.type_list .type_num span {
    color: #ffec01;
    font-weight: 700;
    letter-spacing: .16em;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 9px;
    font-size: 12px;
    line-height: 1;
}

_::-webkit-full-page-media,
_:future,
:root .type_list .type_num span {
    top: 2px
}

.type_list .type_num span b {
    font-size: 30px;
    letter-spacing: 0;
    position: relative;
    top: -9px;
    left: -3px;
}

_::-webkit-full-page-media,
_:future,
:root .type_list .type_num span b {
    top: -16px;
}

.type_list .type_num:before {
    content: '';
    position: absolute;
    border-bottom: 87px solid transparent;
    border-left: 87px solid #000;
}

.type_list li ._img {
    padding: 20px 5% 0;
    margin-bottom: 6px;
    min-height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.type_list li ._title {
    font-size: 23px;
    margin-bottom: 16px;
    font-weight: 700;
}

.type_list li p {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .2em;
    font-weight: 700;
}

.box_scene {
    margin-bottom: 120px
}

.exclusive_box {
    margin-bottom: 130px;
}

.top_area {
    margin-bottom: 75px;
}

.top_area ._img {
    width: 41%;
}

.top_area ._txt {
    width: 59%;
    padding: 0 40px 0 60px;
    color: #fff;
}

.top_area ._txt.img_in {
    margin-top: 15px
}

.top_area ._txt p {
    font-size: 22px;
    line-height: 1.636;
    margin-bottom: 30px
}

.top_area ._txt ._title {
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .05em;
    margin-bottom: 36px;
}

.top_area ._txt ._title span {
    font-size: 152.381%;
    font-weight: 900;
    line-height: 1;
}

.ribbon {
    margin-bottom: 27px;
}

.title05 {
    color: #fff;
    font-size: 32px;
    letter-spacing: .25em;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 5px solid #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-bottom: 35px;
}

.title05:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 18px solid #fff;
}

.under_area {
    margin-bottom: 50px
}

.under_area ._img {
    width: 47.2477%
}

.box_ye {
    background: #ffec01;
    padding: 32px 2px;
    width: 52.7523%
}

.box_ye ._title {
    padding: 0 25px 15px;
    align-items: baseline;
}

.box_ye ._title h4 {
    font-weight: 900;
    font-size: 22px;
}

.box_ye ._title h4 span {
    font-weight: 900;
    font-size: 130%
}

.num_box {
    background: #000;
    width: 115px;
    height: 115px;
    position: relative;
    color: #ffec01;
    margin-right: 25px
}

.num_box .txt_small {
    font-size: 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    line-height: 1;
    letter-spacing: .08em
}

.num_box .num {
    font-size: 60px;
    position: absolute;
    right: 4px;
    bottom: 5px;
    line-height: 1;
}

.box_ye .point {
    background: #faf7d6;
    padding: 29px 50px 24px;
    font-size: 30px;
    line-height: 1.733;
    font-weight: 700;
}

.box_ye p._txt {
    padding: 20px 47px;
    font-size: 18px;
    line-height: 2;
}

.btn01 {
    color: #ffec01;
    font-weight: 700;
    text-align: center;
    font-size: 17px;
    line-height: 1;
    padding: 10px 50px;
    letter-spacing: .1em;
    background: #000;
    display: inline-block;
}

#comparison {
    padding: 100px 0
}

#comparison .title01 {
    border-bottom: 10px solid #000;
}

.comparison_box {
    margin-bottom: 290px
}

.comparison_box:last-child {
    margin-bottom: 0;
}

.comparison_box ._point {
    border: 1px solid #000;
    padding: 100px 90px;
    margin-bottom: 100px;
    position: relative;
}

.comparison_box ._point .title06 {
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.title07 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .3em;
    text-align: center;
}

.comparison_box .title07 {
    margin-bottom: 77px;
}

.point_list {
    justify-content: center;
}

.point_list li {
    width: calc(100% / 3 - 40px);
    margin: 0 20px;
}

.point_list ._img {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.point_num {
    width: 45px;
    height: 45px;
    background: #000;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    border-radius: 9px;
    font-weight: bold;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -22px;
    padding: 5px;
    text-align: center;
}

.title08 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: .5em;
    text-align: center;
    letter-spacing: .11em;
}

.point_list p {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
}

.footer {
    border-top: 1px solid #DDD;
    margin-top: 50px;
}

.footer .content {
    padding: 50px 0;
}

.copyright {
    text-align: center;
    border-top: 1px solid #DDD;
    padding: 20px 0;
}

#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}

#page_top a {
    background-color: #999;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
}

.footer .toppage {
    text-align: center;
}

.footer .toppage a {
    border: 1px solid #005BAC;
    display: inline-block;
    padding: 20px 100px;
    border-radius: 5px;
}

.leftimg1 {
    margin-bottom: 30px
}

.information {
    background: #fff;
    padding: 33px;
    text-align: center;
    margin-bottom: 100px
}

.information h2 {
    color: #ff0101;
    font-weight: 700;
    font-size: 23px;
    letter-spacing: .1em;
    margin-bottom: .8em;
}

@media (max-width: 1024px) {
    .content {
        width: 95%;
    }

    iframe {
        width: 100%;
    }
}

@media (max-width: 767px) {


    * {
        font-size: 14px;
    }




    #exclusive .content {
        width: 90%;
    }

    .pc,
    .anchornav {
        display: none;
    }

    .sp {
        display: block;
    }

    .under_area ._img,
    .box_ye,
    .top_area ._txt,
    .top_area ._img,
    .nav.content,
    .point_list li {
        width: 100%;
    }



    .top_area ._txt {
        padding: 0;
    }

    .box_ye .point {
        padding: 29px 5% 24px
    }

    .num_box .num {
        font-size: 45px;
    }

    .title01 {
        font-size: 25px
    }

    .top_area ._txt ._title {
        font-size: 24px
    }

    .top_area ._txt ._title span {
        font-size: 210%;
    }

    .title02,
    .box_ye ._title h4,
    .title07,
    .title06,
    .title03,
    .title08,
    .information h2 {
        font-size: 18px;
    }

    .title05 {
        font-size: 20px
    }

    .top_area ._txt p,
    .title04,
    .box_ye .point {
        font-size: 15px;
    }

    .box_ye p._txt {
        font-size: 13px;
    }

    .num_box .txt_small {
        font-size: 11px;
    }

    .top_area ._txt.img_in {
        margin-top: 0
    }

    .top_area ._txt,
    .top_area,
    .comparison_box .title07 {
        margin-bottom: 40px
    }

    .title01,
    .exclusive_box,
    .box_scene,
    .comparison_box ._point {
        margin-bottom: 55px;
    }

    .under_area {
        margin-bottom: 80px;
    }

    .bg_bl {
        padding-top: 70px
    }

    .top_area ._txt ._title,
    .ribbon {
        margin-bottom: 18px
    }

    .box_ye ._title {
        padding: 0 5px 15px;
    }

    .box_ye p._txt {
        padding: 20px 5%;
    }

    .num_box {
        width: 80px;
        height: 80px;
        margin-right: 10px
    }

    .title01 {
        padding-bottom: 10px
    }

    .title02 {
        padding: 10px 30px 12px 40px;
        top: -6px;
    }

    .box_wh {
        padding: 50px 5% 0
    }

    .scene_list,
    .type_list {
        justify-content: flex-start;
        margin-bottom: 50px;
    }

    .scene_list li,
    .type_list li {
        width: calc(100% / 2 - 16px);
        margin: 0 8px 16px
    }

    .nav li {
        width: calc(100% /4);
        border-right: 1px solid #eee;
    }

    .nav li._bl {
        border-right: 1px solid #0093d1;
    }

    .nav li a {
        padding: 8px 16px 10px 14px;
        line-height: 1;
        width: 100%;
        font-size: 10px;
        font-weight: 700
    }

    .nav li._re {
        width: 100%;
        order: 5;
        color: #ffec00;
        background: #ff0000;
    }

    .nav li._re a {
        font-size: 110%;
    }

    .nav li._re:after {
        content: '';
        background: url(../img/ico-arrow-r_wh.png)no-repeat;
    }

    .nav li._bl {
        order: 4
    }

    .nav li:after,
    .nav li._re:after,
    .nav li._bl:after {
        width: 10px;
        height: 10px;
        background-size: cover;
    }

    .mainvisual {
        height: 190vw;
        overflow: auto;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 65%, rgba(254, 236, 1, 1) 65%);
    }

    .mv__item {
        width: 100vw;
    }

    .under_area ._img {
        background: #ffec01;
        padding: 7px 7px 0;
    }

    .box_ye {
        padding: 24px 2px
    }

    .exclusive_box {
        border-bottom: 1px solid #fff;
    }

    .title_wrap {
        display: flex;
        background: none;
        position: relative;
        top: auto;
        left: auto;
        z-index: 1;
        width: 100%;
        height: auto;
        padding: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }

    .mv_title {
        width: 100%;
        padding: 10px 67px 100px;
        position: relative;
        top: auto;
        left: auto;
        z-index: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }

    .mv_title img.sp {
        margin: 0 auto;
        width: 100%
    }

    .mv_title_img_l {
        position: absolute;
        left: 0;
        width: 56px;
        top: 132px;
    }

    .mv_title_img_r {
        position: absolute;
        right: 2px;
        width: 60px;
        top: 132px;
    }

    .mv {
        max-width: 85%;
        margin: -110px auto;
        position: relative;
        z-index: 0;
    }

    .bnr {
        padding-bottom: 50px
    }

    .comparison_box ._point {
        padding: 30px 0 0
    }

    .point_list li {
        margin-bottom: 60px
    }

    .chart_area {
        overflow-x: scroll;
    }

    .chart_area img {
        min-width: 890px;
    }

    p.title07._line {
        margin-bottom: 30px;
        padding-bottom: 0.5em;
        border-bottom: 3px solid #cfcfcf;
    }

    .comparison_box {
        margin-bottom: 90px
    }

    #comparison {
        padding: 100px 0 50px;
    }

    .comparison_box ._point .title06 {
        min-width: 79%;
        padding: 10px 19px 15px 25px;
    }

    nav {
        border-top: 1px solid #eee;
        border-bottom: none;
    }


    .mv_point {
        justify-content: center;
        width: 80%;
        margin: 130px auto 0;
        display: flex
    }

    .mv_point li {
        color: #000;
        font-weight: 900;
        font-size: 15px;
        text-align: center;
        padding: .4em .8em;
        line-height: 1;
        background: #fff;
        margin: 4px 2px;
        display: inline-block;
    }

    .scene_list li ._title {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .scene_list li ._txt p {
        font-size: 12px;
    }

    .type_list li {
        padding: 5px 8px 10px 8px;
        text-align: left;
    }

    .type_list li ._title {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .type_list li p {
        font-size: 12px;
        font-weight: 400;
    }

    .type_list .type_num span {
        font-size: 10px;
    }

    .type_list .type_num span b {
        font-size: 20px;
        top: -6px;
    }

    .type_list .type_num:before {
        content: '';
        position: absolute;
        border-bottom: 70px solid transparent;
        border-left: 70px solid #000;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .type_list .type_num span b {
        top: -10px;
    }

    .type_list li ._img {
        min-height: 147px;

    }

}