@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
#mainContents
{
    line-height: 1;
}
#mainContents div,
#mainContents span,
#mainContents object,
#mainContents iframe,
#mainContents h1,
#mainContents h2,
#mainContents h3,
#mainContents h4,
#mainContents h5,
#mainContents h6,
#mainContents p,
#mainContents blockquote,
#mainContents pre,
#mainContents abbr,
#mainContents address,
#mainContents cite,
#mainContents code,
#mainContents del,
#mainContents dfn,
#mainContents em,
#mainContents img,
#mainContents ins,
#mainContents kbd,
#mainContents q,
#mainContents samp,
#mainContents small,
#mainContents strong,
#mainContents sub,
#mainContents sup,
#mainContents var,
#mainContents b,
#mainContents i,
#mainContents dl,
#mainContents dt,
#mainContents dd,
#mainContents ol,
#mainContents ul,
#mainContents li,
#mainContents fieldset,
#mainContents form,
#mainContents label,
#mainContents legend,
#mainContents table,
#mainContents caption,
#mainContents tbody,
#mainContents tfoot,
#mainContents thead,
#mainContents tr,
#mainContents th,
#mainContents td,
#mainContents article,
#mainContents aside,
#mainContents canvas,
#mainContents details,
#mainContents figcaption,
#mainContents figure,
#mainContents footer,
#mainContents header,
#mainContents hgroup,
#mainContents menu,
#mainContents nav,
#mainContents section,
#mainContents summary,
#mainContents time,
#mainContents mark,
#mainContents audio,
#mainContents video
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    list-style: none; 

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}
#mainContents article,
#mainContents aside,
#mainContents details,
#mainContents figcaption,
#mainContents figure,
#mainContents footer,
#mainContents header,
#mainContents hgroup,
#mainContents menu,
#mainContents nav,
#mainContents section
{
    display: block;
}
#mainContents nav ul
{
    list-style: none;
}
#mainContents blockquote,
#mainContents q
{
    quotes: none;
}
#mainContents blockquote:before,
#mainContents blockquote:after,
#mainContents q:before,
#mainContents q:after
{
    content: '';
    content: none;
}
#mainContents a
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;
    text-decoration: none; 

    background: transparent;
}
#mainContents ins
{
    text-decoration: none; 

    color: #000;
    background-color: #ff9;
}
#mainContents mark
{
    font-weight: bold; 
    font-style: italic;

    color: #000;
    background-color: #ff9;
}
#mainContents del
{
    text-decoration: line-through;
}
#mainContents abbr[title],
#mainContents dfn[title]
{
    cursor: help; 

    border-bottom: 1px dotted;
}
#mainContents table
{
    border-spacing: 0; 
    border-collapse: collapse;
}
#mainContents hr
{
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0; 

    border: 0;
    border-top: 1px solid #ccc;
}
#mainContents input,
#mainContents select
{
    vertical-align: middle;
}
#mainContents img,
#mainContents video
{
    font-size: 0; 
    line-height: 0;
}

/*------------------------------

  開発環境の初期化

------------------------------*/
*
{
    margin: 0;
    padding: 0;
}

@media print
{
    html
    {
        display: none;
    }
}

#header-area #header #header-nav #header-nav-area #global-nav #global_sd_logo img
{
    vertical-align: top;
}

body
{
    background-color: #000;
}
@media screen and (min-width: 768px)
{
    body
    {
        min-width: 1080px;
    }
}
@media print
{
    body
    {
        display: none;
    }
}
body.is-lock
{
    position: fixed;
    left: 0;

    overflow-y: scroll; 

    width: 100%;
}
body.is-oh
{
    position: fixed; 

    width: 100%;
}

/*------------------------------

  コンテンツスタイル指定

------------------------------*/
#mainContents
{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;

    position: relative;

    -webkit-font-smoothing: antialiased;
    /*

    共通パーツ

  ------------------------------*/
    /* variable */
    /* mixin */
    /* utility */
    /*

  cm

------------------------------*/
    /*

  caption

------------------------------*/
    /*

    アニメーション

  ------------------------------*/
}
#mainContents .mainContents__inner
{
    overflow: hidden;
}
#mainContents .u-container
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 768px)
{
    #mainContents .u-container
    {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .u-container
    {
        padding-right: get_vw(20);
        padding-left: get_vw(20);
    }
}
#mainContents img
{
    max-width: 100%;

    vertical-align: top;
}
@media screen and (min-width: 768px)
{
    #mainContents .u-pc-none
    {
        display: none;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .u-sp-none
    {
        display: none;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .u-left-space
    {
        padding-left: 28vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .u-left-space
    {
        padding-left: 302.4px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .u-left-space
    {
        padding-right: 5.33333vw; 
        padding-left: 20.8vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .u-left-space-m
    {
        margin-left: 28vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .u-left-space-m
    {
        margin-left: 302.4px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .u-left-space-m
    {
        margin-right: 5.33333vw; 
        margin-left: 20.8vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .u-left-space-m
    {
        margin-left: 28vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .u-left-space-m
    {
        margin-left: 302.4px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .u-left-space-m
    {
        margin-right: 5.33333vw; 
        margin-left: 20.8vw;
    }
}
#mainContents .c-movie-play
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);
}
#mainContents .c-movie-play img
{
    -webkit-transition: opacity .1s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .1s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, opacity .1s ease-out;
    transition: transform .3s ease-out, opacity .1s ease-out, -webkit-transform .3s ease-out;
}
@media screen and (min-width: 768px)
{
    #mainContents .c-movie-play img
    {
        width: 8.57143vw;
        height: 8.57143vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .c-movie-play img
    {
        width: 92.57143px;
        height: 92.57143px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-movie-play img
    {
        width: 19.2vw;
        height: 19.2vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-movie-play:hover img
    {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
#mainContents .c-youtube-modal
{
    position: fixed;
    z-index: 10010;
    top: 0;
    left: 0;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex; 

    width: 100%;
    height: 100%;

    opacity: 0;
    background: #000;
}
#mainContents .c-youtube-modal.is-fadeIn
{
    opacity: 1;
}
#mainContents .c-youtube-modal.is-fadeOut
{
    opacity: 0;
}
#mainContents .c-youtube-modal--inr,
#mainContents .c-cookie-modal--inr
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    width: 100%;
    min-height: 100%; 

    -webkit-box-align: center; 

    -webkit-align-items: center; 

    -ms-flex-align: center; 

    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (min-width: 768px)
{
    #mainContents .c-youtube-modal--inr,
    #mainContents .c-cookie-modal--inr
    {
        padding: 0 60px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-youtube-modal--inr,
    #mainContents .c-cookie-modal--inr
    {
        padding: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-youtube-touch-area,
    #mainContents .c-cookie-touch-area
    {
        display: none;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-youtube-touch-area,
    #mainContents .c-cookie-touch-area
    {
        position: absolute;
        z-index: 100000; 
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .modal-multiple .c-youtube-touch-area
    {
        bottom: 20vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .modal-multiple .c-youtube-modal--inr
    {
        padding: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .modal-multiple .c-youtube-modal--inr
    {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
#mainContents .c-youtube-modal--inr--inr--inr,
#mainContents .c-cookie-modal--inr--inr--inr
{
    width: 100%;
    height: 100%; 
    margin: 0 auto;
}
#mainContents .c-youtube-modal_yholder
{
    position: relative;
    top: 50%;
    left: 0;

    width: 100%;
    padding-top: 56.25%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);
}
#mainContents .c-youtube-modal_yholder .c-youtube-modal_iframe-wrap
{
    position: absolute;

    width: 100%;
    height: 100%;
}
#mainContents .c-youtube-modal_yholder .c-youtube-modal_iframe-wrap:not(.active-frame)
{
    pointer-events: none;
}
#mainContents .c-youtube-modal_yholder iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
#mainContents .c-youtube-modal_btn-close,
#mainContents .c-cookie-modal_btn-close
{
    position: fixed;
    z-index: 210000;
    top: 20px;
    right: 20px; 

    display: block;

    -webkit-transition: all .2s;

    transition: all .2s;
}
#mainContents .c-youtube-modal_btn-close:hover,
#mainContents .c-cookie-modal_btn-close:hover
{
    opacity: .8;
}
#mainContents .c-youtube-modal_btn-close:before,
#mainContents .c-cookie-modal_btn-close:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;
    margin: auto;

    content: '';

    background: url('../img/img-youtube-close.png') no-repeat center center/contain;
}
@media screen and (min-width: 768px)
{
    #mainContents .c-youtube-modal_btn-close,
    #mainContents .c-cookie-modal_btn-close
    {
        width: 5.19643vw;
        height: 3vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .c-youtube-modal_btn-close,
    #mainContents .c-cookie-modal_btn-close
    {
        width: 56.12143px;
        height: 32.4px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-youtube-modal_btn-close,
    #mainContents .c-cookie-modal_btn-close
    {
        width: 7.56vw;
        height: 4.82667vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-youtube-modal_btn-close,
    #mainContents .c-cookie-modal_btn-close
    {
        top: 20px;
        right: 20px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-youtube-modal_btn-close,
    #mainContents .c-cookie-modal_btn-close
    {
        top: 20px;
        left: 20px;
    }
}
#mainContents .c-youtube-btn
{
    position: absolute;
    z-index: 1000;
    top: 50%;

    -webkit-transition: opacity .2s;

    transition: opacity .2s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    color: transparent;
    border: none;
    background: transparent;
    background: url('../img/img-kv-arrow.svg') no-repeat center center/contain; 

    -webkit-appearance: none; 

    -moz-appearance: none; 

    appearance: none;
}
#mainContents .c-youtube-btn.hide
{
    display: none;
}
#mainContents .c-youtube-btn.disabled
{
    pointer-events: none;

    opacity: .3;
}
@media screen and (min-width: 768px)
{
    #mainContents .c-youtube-btn
    {
        width: 4vw;
        height: 4vw;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-youtube-btn
    {
        display: none;
    }
}
#mainContents .c-youtube-btn:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    -webkit-transition: opacity .2s;
    transition: opacity .2s; 

    opacity: 0;
    background: url('../img/img-kv-arrow-hover.svg') no-repeat center center/contain;
}
#mainContents .c-youtube-btn:hover
{
    cursor: pointer;
}
@media screen and (min-width: 768px)
{
    #mainContents .c-youtube-btn:hover:before
    {
        opacity: 1;
    }
}
#mainContents .c-youtube-prev-btn
{
    left: 11.42857px;

    -webkit-transform: translateY(-50%) scale(-1, 1);

    transform: translateY(-50%) scale(-1, 1);
}
#mainContents .c-youtube-next-btn
{
    right: 11.42857px;
}
#mainContents .c-youtube-modal_iframe-wrap__inner,
#mainContents .c-cookie-modal_iframe-wrap__inner
{
    position: absolute;
}
#mainContents .c-youtube-modal_iframe-wrap
{
    position: absolute;
    top: 0;
    right: 0; 
    bottom: 0;
    left: 0;

    -webkit-transition: all .5s;

    transition: all .5s;

    opacity: 0;
}
#mainContents .c-youtube-modal_iframe-wrap.active-frame
{
    opacity: 1;
}
#mainContents .c-youtube-modal_iframe-wrap:not(.active-frame)
{
    pointer-events: none;
}
#mainContents .c-youtube-modal_iframe-wrap iframe
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0;
}
#mainContents .c-youtube-modal_iframe-wrap.type_0 .c-youtube-modal_iframe-wrap__inner
{
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px)
{
    #mainContents .c-youtube-modal_iframe-wrap.type_0 .c-youtube-modal_iframe-wrap__inner
    {
        width: 76vw;
        height: 42.79vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .c-youtube-modal_iframe-wrap.type_0 .c-youtube-modal_iframe-wrap__inner
    {
        width: 820.8px;
        height: 462.132px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-youtube-modal_iframe-wrap.type_0 .c-youtube-modal_iframe-wrap__inner
    {
        width: 100vw;
        height: 56.30133vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-youtube-modal_iframe-wrap.type_1 .c-youtube-modal_iframe-wrap__inner
    {
        top: 50%;
        left: 50%;

        width: calc(100vh / 16 * 9);
        height: 100vh;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-youtube-modal_iframe-wrap.type_1 .c-youtube-modal_iframe-wrap__inner
    {
        right: 0;
        bottom: 0;

        width: 82.66667vw; 
        max-width: calc(80vh / 16 * 9);
        height: 147.46667vw;
        max-height: 80vh;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-youtube-modal_iframe-wrap.event-none .c-youtube-modal_iframe-wrap__inner::before
    {
        position: absolute;
        z-index: 100; 
        top: 0;
        right: 0;
        bottom: 80px;
        left: 0;

        content: '';
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-youtube-modal_iframe-wrap.active-from-right
    {
        -webkit-animation: fromRightAnimeation 1s ease forwards;
        animation: fromRightAnimeation 1s ease forwards;
    }
    #mainContents .c-youtube-modal_iframe-wrap.active-from-left
    {
        -webkit-animation: fromLeftAnimeation 1s ease forwards;
        animation: fromLeftAnimeation 1s ease forwards;
    }
    #mainContents .c-youtube-modal_iframe-wrap.active-to-right
    {
        -webkit-animation: toRightAnimeation 1s ease forwards;
        animation: toRightAnimeation 1s ease forwards;
    }
    #mainContents .c-youtube-modal_iframe-wrap.active-to-left
    {
        -webkit-animation: toLeftAnimeation 1s ease forwards;
        animation: toLeftAnimeation 1s ease forwards;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-youtube-modal_iframe-wrap.active-from-top
    {
        -webkit-animation: fromTopAnimeation 1s ease forwards;
        animation: fromTopAnimeation 1s ease forwards;
    }
    #mainContents .c-youtube-modal_iframe-wrap.active-from-bottom
    {
        -webkit-animation: fromBottomAnimeation 1s ease forwards;
        animation: fromBottomAnimeation 1s ease forwards;
    }
    #mainContents .c-youtube-modal_iframe-wrap.active-to-top
    {
        -webkit-animation: toTopAnimeation 1s ease forwards;
        animation: toTopAnimeation 1s ease forwards;
    }
    #mainContents .c-youtube-modal_iframe-wrap.active-to-bottom
    {
        -webkit-animation: toBottomAnimeation 1s ease forwards;
        animation: toBottomAnimeation 1s ease forwards;
    }
}
#mainContents .c-cookie-modal_iframe-wrap
{
    position: absolute;
    top: 0;
    right: 0; 
    bottom: 0;
    left: 0;

    -webkit-transition: all .5s;

    transition: all .5s;

    opacity: 0;
}
#mainContents .c-cookie-modal_iframe-wrap.active-cookieFrame
{
    opacity: 1;
}
#mainContents .c-cookie-modal_iframe-wrap:not(.active-cookieFrame)
{
    pointer-events: none;
}
#mainContents .c-cookie-modal_iframe-wrap iframe
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0;
}
#mainContents .c-cookie-modal_iframe-wrap.type_0 .c-cookie-modal_iframe-wrap__inner
{
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px)
{
    #mainContents .c-cookie-modal_iframe-wrap.type_0 .c-cookie-modal_iframe-wrap__inner
    {
        width: 76vw;
        height: 42.79vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .c-cookie-modal_iframe-wrap.type_0 .c-cookie-modal_iframe-wrap__inner
    {
        width: 820.8px;
        height: 462.132px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-cookie-modal_iframe-wrap.type_0 .c-cookie-modal_iframe-wrap__inner
    {
        width: 100vw;
        height: 56.30133vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-cookie-modal_iframe-wrap.type_1 .c-cookie-modal_iframe-wrap__inner
    {
        top: 50%;
        left: 50%;

        width: calc(100vh / 16 * 9);
        height: 100vh;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-cookie-modal_iframe-wrap.type_1 .c-cookie-modal_iframe-wrap__inner
    {
        right: 0;
        bottom: 0;

        width: 82.66667vw; 
        max-width: calc(80vh / 16 * 9);
        height: 147.46667vw;
        max-height: 80vh;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-cookie-modal_iframe-wrap.event-none .c-cookie-modal_iframe-wrap__inner::before
    {
        position: absolute;
        z-index: 100; 
        top: 0;
        right: 0;
        bottom: 80px;
        left: 0;

        content: '';
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-cookie-modal_iframe-wrap.active-from-right
    {
        -webkit-animation: fromRightAnimeation 1s ease forwards;
        animation: fromRightAnimeation 1s ease forwards;
    }
    #mainContents .c-cookie-modal_iframe-wrap.active-from-left
    {
        -webkit-animation: fromLeftAnimeation 1s ease forwards;
        animation: fromLeftAnimeation 1s ease forwards;
    }
    #mainContents .c-cookie-modal_iframe-wrap.active-to-right
    {
        -webkit-animation: toRightAnimeation 1s ease forwards;
        animation: toRightAnimeation 1s ease forwards;
    }
    #mainContents .c-cookie-modal_iframe-wrap.active-to-left
    {
        -webkit-animation: toLeftAnimeation 1s ease forwards;
        animation: toLeftAnimeation 1s ease forwards;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-cookie-modal_iframe-wrap.active-from-top
    {
        -webkit-animation: fromTopAnimeation 1s ease forwards;
        animation: fromTopAnimeation 1s ease forwards;
    }
    #mainContents .c-cookie-modal_iframe-wrap.active-from-bottom
    {
        -webkit-animation: fromBottomAnimeation 1s ease forwards;
        animation: fromBottomAnimeation 1s ease forwards;
    }
    #mainContents .c-cookie-modal_iframe-wrap.active-to-top
    {
        -webkit-animation: toTopAnimeation 1s ease forwards;
        animation: toTopAnimeation 1s ease forwards;
    }
    #mainContents .c-cookie-modal_iframe-wrap.active-to-bottom
    {
        -webkit-animation: toBottomAnimeation 1s ease forwards;
        animation: toBottomAnimeation 1s ease forwards;
    }
}

@-webkit-keyframes fromLeftAnimeation
{
    0%
    {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
}

@keyframes fromLeftAnimeation
{
    0%
    {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
}

@-webkit-keyframes fromRightAnimeation
{
    0%
    {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
}

@keyframes fromRightAnimeation
{
    0%
    {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
}

@-webkit-keyframes toLeftAnimeation
{
    0%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);

        opacity: 0;
    }
}

@keyframes toLeftAnimeation
{
    0%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);

        opacity: 0;
    }
}

@-webkit-keyframes toRightAnimeation
{
    0%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);

        opacity: 0;
    }
}

@keyframes toRightAnimeation
{
    0%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);

        opacity: 0;
    }
}

@-webkit-keyframes fromTopAnimeation
{
    0%
    {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
    }
}

@keyframes fromTopAnimeation
{
    0%
    {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
    }
}

@-webkit-keyframes fromBottomAnimeation
{
    0%
    {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
    }
}

@keyframes fromBottomAnimeation
{
    0%
    {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
    }
}

@-webkit-keyframes toTopAnimeation
{
    0%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);

        opacity: 0;
    }
}

@keyframes toTopAnimeation
{
    0%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);

        opacity: 0;
    }
}

@-webkit-keyframes toBottomAnimeation
{
    0%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);

        opacity: 0;
    }
}

@keyframes toBottomAnimeation
{
    0%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);

        opacity: 0;
    }
}
#mainContents .c-youtube-modal_swipe-icon
{
    position: fixed;
    bottom: 3.73333vw; 
    left: 3.2vw;
}
#mainContents .c-youtube-modal_swipe-icon img
{
    width: 4vw;
    height: 33.6vw;
}
#mainContents .c-youtube-modal_swipe-icon.hide
{
    display: none;
}
#mainContents .modal-wrapper
{
    position: fixed;
    z-index: 10000; 
    top: 0;
    left: 0;

    overflow-y: scroll;

    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);

    -webkit-transition: opacity .5s ease;

    transition: opacity .5s ease;

    background: rgba(0, 0, 0, .6);
}
#mainContents .modal-wrapper:not(.is-show)
{
    pointer-events: none; 

    opacity: 0;
}
#mainContents .modal-wrapper:not(.is-show) .modal-inner
{
    pointer-events: none;
}
#mainContents .modal-wrapper:not(.is-show) .modal-content
{
    pointer-events: none;
}
#mainContents .modal-wrapper.is-show
{
    pointer-events: auto; 

    opacity: 1;
}
#mainContents .modal-wrapper.is-show .modal-inner
{
    pointer-events: none;
}
#mainContents .modal-wrapper.is-show .modal-content
{
    pointer-events: auto;
}
#mainContents .modal-area
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
#mainContents .modal-container
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
@media screen and (min-width: 768px)
{
    #mainContents .modal-container
    {
        width: 1000px;
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .modal-container
    {
        width: 100%;
        padding: 0 get_vw(20);
    }
}
#mainContents .modal-inner
{
    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-sizing: border-box;

    box-sizing: border-box; 
    min-height: 100vh;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
}
@media screen and (min-width: 768px)
{
    #mainContents .modal-inner
    {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .modal-inner
    {
        padding: get_vw(90) 0;
    }
}
#mainContents .modal-content
{
    position: relative;

    width: 100%; 

    background: #fff;
}
@media screen and (min-width: 768px)
{
    #mainContents .modal-content
    {
        padding: 60px 40px; 

        border-radius: 16px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .modal-content
    {
        padding: get_vw(35) get_vw(20); 

        border-radius: get_vw(14);
    }
}
#mainContents .modal-close
{
    position: absolute;

    display: inline-block;

    text-decoration: none;

    border: 1px solid #000; 
    border-radius: 50%;
    background: #fff;
}
@media screen and (min-width: 768px)
{
    #mainContents .modal-close
    {
        top: 15px;
        right: 15px;

        width: 50px;
        height: 50px;

        -webkit-transition: opacity .24s ease-out;

        transition: opacity .24s ease-out;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .modal-close
    {
        top: get_vw(10);
        right: get_vw(10);

        width: get_vw(34);
        height: get_vw(34);
    }
}
#mainContents .modal-close::before
{
    position: absolute;
    top: 50%;
    left: 50%; 

    display: inline-block;

    content: '';
    -webkit-transform: translate(-50%, -50%) rotate(35deg);
    transform: translate(-50%, -50%) rotate(35deg);

    background: #000;
}
@media screen and (min-width: 768px)
{
    #mainContents .modal-close::before
    {
        width: 24px;
        height: 2px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .modal-close::before
    {
        width: get_vw(20);
        height: get_vw(2);
    }
}
#mainContents .modal-close::after
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: inline-block;

    content: '';
    -webkit-transform: translate(-50%, -50%) rotate(-35deg);
    transform: translate(-50%, -50%) rotate(-35deg); 

    background: #000;
}
@media screen and (min-width: 768px)
{
    #mainContents .modal-close::after
    {
        width: 24px;
        height: 2px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .modal-close::after
    {
        width: get_vw(20);
        height: get_vw(2);
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .modal-close:hover
    {
        opacity: .5;
    }
}
#mainContents .modal-image img
{
    width: 100%;
}
#mainContents .p-kv
{
    overflow: hidden;

    background-color: #000;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-kv
    {
        min-width: 1080px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-kv
    {
        position: relative;
    }
}
#mainContents .p-kv-content
{
    position: relative;
}
#mainContents .p-kv-main
{
    overflow: hidden;
}

@-webkit-keyframes openingProduct
{
    0%
    {
        -webkit-transform: translate(-75%, -25%) scale(.1);
        transform: translate(-75%, -25%) scale(.1);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
}

@keyframes openingProduct
{
    0%
    {
        -webkit-transform: translate(-75%, -25%) scale(.1);
        transform: translate(-75%, -25%) scale(.1);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
}
#mainContents .p-kv-slider
{
    position: relative; 

    width: 100%;
}
#mainContents .p-kv-slider .slick-list
{
    width: 100%;

    pointer-events: none;
}
#mainContents .p-kv-slider .slick-track
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#mainContents .p-kv-slider .slick-slide
{
    -webkit-transition: all .3s;
    transition: all .3s;

    opacity: 0;
}
#mainContents .p-kv-slider .slick-slide.slick-active
{
    opacity: 1;
}
#mainContents .p-kv-slider .slick-arrow
{
    position: absolute;
    z-index: 10000;
    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    color: transparent;
    border: none;
    background: transparent;
    background: url('../img/img-kv-arrow.svg') no-repeat center center/contain; 

    -webkit-appearance: none; 

    -moz-appearance: none; 

    appearance: none;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-kv-slider .slick-arrow
    {
        width: 4vw;
        height: 4vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-kv-slider .slick-arrow
    {
        width: 43.2px;
        height: 43.2px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-kv-slider .slick-arrow
    {
        display: none;
    }
}
#mainContents .p-kv-slider .slick-arrow:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    -webkit-transition: opacity .2s;
    transition: opacity .2s; 

    opacity: 0;
    background: url('../img/img-kv-arrow-hover.svg') no-repeat center center/contain;
}
#mainContents .p-kv-slider .slick-arrow:hover
{
    cursor: pointer;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-kv-slider .slick-arrow:hover:before
    {
        opacity: 1;
    }
}
#mainContents .p-kv-slider .slick-prev
{
    left: 11.42857px;

    -webkit-transform: translateY(-50%) scale(-1, 1);

    transform: translateY(-50%) scale(-1, 1);
}
#mainContents .p-kv-slider .slick-next
{
    right: 11.42857px;
}
#mainContents .p-kv-slider-item
{
    position: relative;

    -webkit-transition: all .2s;

    transition: all .2s;
}
#mainContents .p-kv-slider-item::before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;

    opacity: 1;
    background-color: #000;
}
#mainContents .p-kv-slider-item.slick-active::before
{
    opacity: 0;
}
#mainContents .p-kv-attention
{
    position: absolute;
    top: 0;

    width: 100%;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-kv-attention
    {
        padding: .64286vw 1.78571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-kv-attention
    {
        padding: 6.94286px 19.28571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-kv-attention
    {
        padding: 2.66667vw 5.06667vw;
    }
}
#mainContents .p-kv-attention .p-kv-attention-txt
{
    color: #000;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-kv-attention .p-kv-attention-txt
    {
        font-size: calc((13 / 1400) * 100vw);
        font-weight: 900; 
        line-height: 1.53846;

        letter-spacing: .06em;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-kv-attention .p-kv-attention-txt
    {
        font-size: 10.02857px;
        line-height: 1.18681;

        letter-spacing: .04629em;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-kv-attention .p-kv-attention-txt
    {
        font-size: 14.85714px;
        line-height: 1.75824;

        letter-spacing: .06857em;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-kv-attention .p-kv-attention-txt
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 900; 
        line-height: 1.58333;

        letter-spacing: .06em;
    }
}
#mainContents .p-kv-attention.-bgBlack
{
    background-color: #000;
}
#mainContents .p-kv-attention.-bgBlack .p-kv-attention-txt
{
    color: #fff;
}
#mainContents .p-caption
{
    position: relative;

    overflow: hidden;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption
    {
        min-width: 1080px; 
        padding-top: 9.85714vw;
        padding-bottom: 21.42857vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption
    {
        padding-top: 106.45714px;
        padding-bottom: 231.42857px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption
    {
        padding-top: 24vw;
        padding-bottom: 34.13333vw;
    }
}
#mainContents .p-caption-bg
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0;

    background: url('../img/img-caption-bg-pc.jpg') no-repeat top center/cover;
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-bg
    {
        background-image: url('../img/img-caption-bg-sp.jpg');
    }
}
#mainContents .p-caption-inner
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-inner
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;

        -webkit-box-align: center;

        -webkit-align-items: center;

        -ms-flex-align: center;

        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
#mainContents .p-caption-can
{
    position: relative;

    -webkit-transition: all .5s;

    transition: all .5s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-can
    {
        margin-right: 1.07143vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-can
    {
        margin-right: 11.57143px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-can
    {
        position: absolute;
        top: 62.4vw;
        left: 20.53333vw;
    }
}
#mainContents .p-caption-can:not(.is-inview)
{
    -webkit-transform: translateY(40px);
    transform: translateY(40px);

    opacity: 0;
}
#mainContents .p-caption-can.is-inview
{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);

    opacity: 1;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-can img
    {
        width: 31vw;
        height: 31.35714vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-can img
    {
        width: 334.8px;
        height: 338.65714px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-can img
    {
        width: 73.6vw;
        height: 74.66667vw;
    }
}
#mainContents .p-caption-can .p-caption-fukidashi
{
    position: absolute;

    -webkit-transition: all 1s;

    transition: all 1s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-can .p-caption-fukidashi
    {
        top: -2.85714vw;
        right: -.64286vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-can .p-caption-fukidashi
    {
        top: -30.85714px;
        right: -6.94286px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-can .p-caption-fukidashi
    {
        top: -12.26667vw;
        right: -7.73333vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-can .p-caption-fukidashi img
    {
        width: 13.42857vw;
        height: 13.42857vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-can .p-caption-fukidashi img
    {
        width: 145.02857px;
        height: 145.02857px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-can .p-caption-fukidashi img
    {
        width: 34.66667vw;
        height: 34.66667vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-text-wrap
    {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-text-wrap
    {
        margin-bottom: 8vw;
    }
}
#mainContents .p-caption-title
{
    overflow: hidden;
}
#mainContents .p-caption-title img
{
    max-width: inherit;
}
#mainContents .p-caption-title--top
{
    -webkit-transition: all .8s;
    transition: all .8s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-title--top
    {
        margin-bottom: .8vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-title--top
    {
        margin-bottom: 8.64px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-title--top
    {
        margin-bottom: 2.13333vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-title--top img
    {
        width: 36vw;
        height: 4.17vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-title--top img
    {
        width: 388.8px;
        height: 45.036px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-title--top img
    {
        width: 73.86667vw;
        height: 8.55733vw;
    }
}
#mainContents .p-caption-title--bottom
{
    -webkit-transition: all .8s .15s;
    transition: all .8s .15s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-title--bottom
    {
        margin-bottom: 1.92857vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-title--bottom
    {
        margin-bottom: 20.82857px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-title--bottom
    {
        margin-bottom: 3.73333vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-title--bottom img
    {
        width: 27.86214vw;
        height: 4.21143vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-title--bottom img
    {
        width: 300.91114px;
        height: 45.48343px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-title--bottom img
    {
        width: 57.168vw;
        height: 8.64vw;
    }
}
#mainContents .p-caption-title--lead
{
    -webkit-transition: all .8s .3s;
    transition: all .8s .3s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-title--lead
    {
        margin-bottom: 2.14286vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-title--lead
    {
        margin-bottom: 23.14286px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-title--lead
    {
        margin-bottom: 6.34667vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-title--lead img
    {
        width: 11.86714vw;
        height: 4.86286vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-title--lead img
    {
        width: 128.16514px;
        height: 52.51886px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-title--lead img
    {
        width: 24.34933vw;
        height: 9.97867vw;
    }
}
#mainContents .p-caption-title--caution
{
    -webkit-transition: all .8s .45s;
    transition: all .8s .45s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-title--caution img
    {
        width: 35.71429vw;
        height: 5.40857vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-title--caution img
    {
        width: 385.71429px;
        height: 58.41257px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-title--caution img
    {
        width: 52.18667vw;
        height: 22.45333vw;
    }
}
#mainContents .p-caption-title:not(.is-inview)
{
    width: 0;
}
#mainContents .p-caption-title.is-inview
{
    width: 105%;
}
#mainContents .p-caption-text
{
    -webkit-transition: all .5s;
    transition: all .5s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-text
    {
        font-size: calc((24 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.25;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-text
    {
        font-size: 18.51429px;
        line-height: .96429;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-caption-text
    {
        font-size: 27.42857px;
        line-height: 1.42857;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-text
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.33333;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-text
    {
        margin-bottom: 2.14286vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-text
    {
        margin-bottom: 23.14286px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-text
    {
        margin-bottom: 6.34667vw;
    }
}
#mainContents .p-caption-text:not(.is-inview)
{
    -webkit-transform: translateY(20px);
    transform: translateY(20px);

    opacity: 0;
}
#mainContents .p-caption-text.is-inview
{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);

    opacity: 1;
}
#mainContents .p-caption-note
{
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-note
    {
        margin-top: 2.14286vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-note
    {
        margin-top: 23.14286px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-note
    {
        margin-top: 113.33333vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-note p
    {
        font-size: calc((12 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.66667;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-note p
    {
        font-size: 9.25714px;
        line-height: 1.28571;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-caption-note p
    {
        font-size: 13.71429px;
        line-height: 1.90476;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-note p
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.66667;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail
    {
        margin-top: 8.35714vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-detail
    {
        margin-top: 90.25714px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-detail
    {
        margin-top: 105.86667vw;
    }
}
#mainContents .p-caption-detail .p-caption-detail-lead
{
    -webkit-transition: all .5s;
    transition: all .5s; 

    color: #000;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-lead
    {
        font-size: calc((30 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-detail .p-caption-detail-lead
    {
        font-size: 23.14286px;
        line-height: .77143;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-caption-detail .p-caption-detail-lead
    {
        font-size: 34.28571px;
        line-height: 1.14286;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-detail .p-caption-detail-lead
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: 0;
    }
}
#mainContents .p-caption-detail .p-caption-detail-lead span
{
    display: inline-block;

    background-color: #fff;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-lead span
    {
        padding: .57143vw .78571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-detail .p-caption-detail-lead span
    {
        padding: 6.17143px 8.48571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-detail .p-caption-detail-lead span
    {
        padding: 1.06667vw 1.33333vw;
    }
}
#mainContents .p-caption-detail .p-caption-detail-lead span.-left0
{
    padding-left: 0;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-lead span.-left0-pc
    {
        padding-left: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-lead span.-left0-sp
    {
        padding-left: 0;
    }
}
#mainContents .p-caption-detail .p-caption-detail-lead span.-right0
{
    padding-right: 0;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-lead span.-right0-pc
    {
        padding-right: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-lead span.-right0-sp
    {
        padding-right: 0;
    }
}
#mainContents .p-caption-detail .p-caption-detail-lead:not(.is-inview)
{
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);

    opacity: 0;
}
#mainContents .p-caption-detail .p-caption-detail-lead.is-inview
{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}
#mainContents .p-caption-detail .p-caption-detail-title
{
    -webkit-transition: all .5s;
    transition: all .5s; 

    color: #fff;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-title
    {
        font-size: calc((54 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-detail .p-caption-detail-title
    {
        font-size: 41.65714px;
        line-height: .77143;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-caption-detail .p-caption-detail-title
    {
        font-size: 61.71429px;
        line-height: 1.14286;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-detail .p-caption-detail-title
    {
        font-size: calc((30 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-title
    {
        margin-bottom: 1.92857vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-detail .p-caption-detail-title
    {
        margin-bottom: 20.82857px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-detail .p-caption-detail-title
    {
        margin-bottom: 4.8vw;
    }
}
#mainContents .p-caption-detail .p-caption-detail-title span
{
    display: inline-block;

    background-color: #000;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-title span
    {
        padding: .5vw 1vw .42857vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-detail .p-caption-detail-title span
    {
        padding: 5.4px 10.8px 4.62857px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-detail .p-caption-detail-title span
    {
        padding: 1.6vw 1.33333vw;
    }
}
#mainContents .p-caption-detail .p-caption-detail-title span.-left0
{
    padding-left: 0;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-title span.-left0-pc
    {
        padding-left: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-title span.-left0-sp
    {
        padding-left: 0;
    }
}
#mainContents .p-caption-detail .p-caption-detail-title span.-right0
{
    padding-right: 0;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-title span.-right0-pc
    {
        padding-right: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-title span.-right0-sp
    {
        padding-right: 0;
    }
}
#mainContents .p-caption-detail .p-caption-detail-title.-img
{
    font-size: 0;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-title.-img .p-caption-detail-title--top img
    {
        width: 39.76143vw;
        height: 4.80643vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-detail .p-caption-detail-title.-img .p-caption-detail-title--top img
    {
        width: 429.42343px;
        height: 51.90943px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-detail .p-caption-detail-title.-img .p-caption-detail-title--top img
    {
        width: 50.32vw;
        height: 9.42933vw;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-detail .p-caption-detail-title.-img .p-caption-detail-title--top
    {
        margin-bottom: .8vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-title.-img .p-caption-detail-title--middle img
    {
        width: 60.21071vw;
        height: 4.80643vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-detail .p-caption-detail-title.-img .p-caption-detail-title--middle img
    {
        width: 650.27571px;
        height: 51.90943px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-detail .p-caption-detail-title.-img .p-caption-detail-title--middle img
    {
        width: 73.86667vw;
        height: 7.75733vw;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-detail .p-caption-detail-title.-img .p-caption-detail-title--middle
    {
        margin-bottom: 2.66667vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-title.-img .p-caption-detail-title--bottom img
    {
        width: 0vw;
        height: 0vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-detail .p-caption-detail-title.-img .p-caption-detail-title--bottom img
    {
        width: 0;
        height: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-detail .p-caption-detail-title.-img .p-caption-detail-title--bottom img
    {
        width: 69.67467vw;
        height: 9.37333vw;
    }
}
#mainContents .p-caption-detail .p-caption-detail-title:not(.is-inview)
{
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);

    opacity: 0;
}
#mainContents .p-caption-detail .p-caption-detail-title.is-inview
{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-item + .p-caption-detail-item
    {
        margin-top: 6.45vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-detail .p-caption-detail-item + .p-caption-detail-item
    {
        margin-top: 69.66px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-detail .p-caption-detail-item + .p-caption-detail-item
    {
        margin-top: 24vw;
    }
}
#mainContents .p-caption-detail .p-caption-detail-inner
{
    -webkit-transition: all .5s;
    transition: all .5s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-inner
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: start;

        -webkit-justify-content: flex-start;

        -ms-flex-pack: start;

        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
#mainContents .p-caption-detail .p-caption-detail-inner:not(.is-inview)
{
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);

    opacity: 0;
}
#mainContents .p-caption-detail .p-caption-detail-inner.is-inview
{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-inner .p-caption-detail-img
    {
        width: 36vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-detail .p-caption-detail-inner .p-caption-detail-img
    {
        width: 388.8px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-detail .p-caption-detail-inner .p-caption-detail-img
    {
        width: 100%;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-inner .p-caption-detail-desc
    {
        width: 28vw;
        margin-left: 4vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-detail .p-caption-detail-inner .p-caption-detail-desc
    {
        width: 302.4px;
        margin-left: 43.2px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-detail .p-caption-detail-inner .p-caption-detail-desc
    {
        width: 100%;
        margin-top: 3.46667vw;
    }
}
#mainContents .p-caption-detail .p-caption-detail-inner .p-caption-detail-txt
{
    color: #000;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-inner .p-caption-detail-txt
    {
        font-size: calc((24 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.25;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-detail .p-caption-detail-inner .p-caption-detail-txt
    {
        font-size: 18.51429px;
        line-height: .96429;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-caption-detail .p-caption-detail-inner .p-caption-detail-txt
    {
        font-size: 27.42857px;
        line-height: 1.42857;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-detail .p-caption-detail-inner .p-caption-detail-txt
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.33333;

        letter-spacing: 0;
    }
}
#mainContents .p-caption-detail .p-caption-detail-inner .p-caption-detail-txt + .p-caption-detail-txt
{
    margin-top: 1em;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-inner .p-caption-detail-txt + .p-caption-detail-note
    {
        margin-top: 1.42857vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-detail .p-caption-detail-inner .p-caption-detail-txt + .p-caption-detail-note
    {
        margin-top: 15.42857px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-detail .p-caption-detail-inner .p-caption-detail-txt + .p-caption-detail-note
    {
        margin-top: 2.66667vw;
    }
}
#mainContents .p-caption-detail .p-caption-detail-inner .p-caption-detail-note
{
    color: #000;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption-detail .p-caption-detail-inner .p-caption-detail-note
    {
        font-size: calc((15 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.2;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption-detail .p-caption-detail-inner .p-caption-detail-note
    {
        font-size: 11.57143px;
        line-height: .92571;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-caption-detail .p-caption-detail-inner .p-caption-detail-note
    {
        font-size: 17.14286px;
        line-height: 1.37143;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption-detail .p-caption-detail-inner .p-caption-detail-note
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.4;

        letter-spacing: 0;
    }
}
#mainContents .p-reaction
{
    position: relative;
    z-index: 3;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-reaction
    {
        min-width: 1080px; 
        margin-top: -15.35714vw;
        padding-top: 18.57143vw;
        padding-bottom: 22.85714vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-reaction
    {
        margin-top: -165.85714px;
        padding-top: 200.57143px;
        padding-bottom: 246.85714px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-reaction
    {
        margin-top: -13.33333vw;
        padding: 38.66667vw 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-reaction img
    {
        width: 100%;
        max-width: 100%;
    }
}
#mainContents .p-reaction-bg
{
    position: absolute;
    z-index: 0; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-reaction-bg
    {
        background: url('../../assets/img/img-reaction-bg-pc.png') no-repeat top center/100% 100%;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-reaction-bg
    {
        background: url('../../assets/img/img-reaction-bg-sp.png') no-repeat;
        background-position: top center;
        background-size: 100% auto;
    }
}
#mainContents .p-reaction-inner
{
    background: #b6b7b6;
}
#mainContents .p-reaction-inner-inner
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-reaction-inner-inner
    {
        margin: 0 auto;
    }
}
#mainContents .p-reaction-title
{
    overflow: hidden; 

    -webkit-transition: all .8s; 

    transition: all .8s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-reaction-title
    {
        margin-bottom: 3.85714vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-reaction-title
    {
        margin-bottom: 41.65714px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-reaction-title
    {
        margin-bottom: 8vw;
    }
}
#mainContents .p-reaction-title img
{
    max-width: inherit;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-reaction-title img
    {
        width: 38.10357vw;
        height: 6.99571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-reaction-title img
    {
        width: 411.51857px;
        height: 75.55371px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-reaction-title img
    {
        width: 73.86667vw;
        height: 13.56267vw;
    }
}
#mainContents .p-reaction-title:not(.is-inview)
{
    width: 0;
}
#mainContents .p-reaction-title.is-inview
{
    width: 105%;
}
#mainContents .p-reaction-list-wrap
{
    -webkit-transition: all .5s;
    transition: all .5s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-reaction-list-wrap
    {
        width: 56.57143vw;
        margin-left: 28vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-reaction-list-wrap
    {
        width: 610.97143px;
        margin-left: 302.4px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-reaction-list-wrap
    {
        width: 65.86667vw;
        margin-left: 20.8vw;
    }
}
#mainContents .p-reaction-list-wrap:not(.is-inview)
{
    -webkit-transform: translateY(40px);
    transform: translateY(40px);

    opacity: 0;
}
#mainContents .p-reaction-list-wrap.is-inview
{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);

    opacity: 1;
}
#mainContents .p-reaction-list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-reaction-item
    {
        margin-bottom: .85714vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-reaction-item
    {
        margin-bottom: 9.25714px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-reaction-item
    {
        margin-bottom: 2.66667vw;
    }
}
#mainContents .p-reaction-content
{
    position: relative;

    text-align: center;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-reaction-content
    {
        width: 24vw; 
        margin-right: 4vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-reaction-content
    {
        width: 259.2px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-reaction-content
    {
        width: 57.33333vw;
        margin-right: 8vw;
    }
}
#mainContents .p-reaction-point
{
    line-height: 0; 

    position: absolute;
    z-index: 1;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-reaction-point
    {
        bottom: calc(100% + 56px);
        left: 20px;

        width: 87px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-reaction-point
    {
        width: get_vw(43);
    }
}
#mainContents .p-reaction-num
{
    line-height: 0; 

    position: absolute;
    z-index: 0;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-reaction-num
    {
        bottom: calc(100% - 20px);
        left: 79px;
    }
}
#mainContents .p-reaction-media
{
    position: relative;

    text-align: center;
}
@media screen and (max-width: 767px)
{
    #mainContents .p-reaction-media
    {
        margin-bottom: 2.4vw;
    }
}
#mainContents .p-reaction-batch
{
    position: absolute;
    z-index: 1; 
    top: 0;
    right: 0;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-reaction-batch img
    {
        width: 6.85714vw;
        height: 6.85714vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-reaction-batch img
    {
        width: 74.05714px;
        height: 74.05714px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-reaction-batch img
    {
        width: 20.8vw;
        height: 20.8vw;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-reaction-batch
    {
        top: -2.13333vw;
        right: -2.66667vw;
    }
}
#mainContents .p-reaction-voice
{
    position: absolute;
    z-index: 1; 

    -webkit-transition: opacity .3s cubic-bezier(.645, .045, .355, 1) .5s, -webkit-transform .3s cubic-bezier(.645, .045, .355, 1) .5s; 

    transition: opacity .3s cubic-bezier(.645, .045, .355, 1) .5s, -webkit-transform .3s cubic-bezier(.645, .045, .355, 1) .5s; 

    transition: transform .3s cubic-bezier(.645, .045, .355, 1) .5s, opacity .3s cubic-bezier(.645, .045, .355, 1) .5s; 

    transition: transform .3s cubic-bezier(.645, .045, .355, 1) .5s, opacity .3s cubic-bezier(.645, .045, .355, 1) .5s, -webkit-transform .3s cubic-bezier(.645, .045, .355, 1) .5s;
}
#mainContents .p-reaction-movie
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; 

    -webkit-transition: -webkit-transform .4s cubic-bezier(.21, 1.7, .06, 1.1); 

    transition: -webkit-transform .4s cubic-bezier(.21, 1.7, .06, 1.1); 

    transition: transform .4s cubic-bezier(.21, 1.7, .06, 1.1); 

    transition: transform .4s cubic-bezier(.21, 1.7, .06, 1.1), -webkit-transform .4s cubic-bezier(.21, 1.7, .06, 1.1);

    background-position: center;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-reaction-movie
    {
        width: 24vw;
        height: 24vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-reaction-movie
    {
        width: 259.2px;
        height: 259.2px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-reaction-movie
    {
        width: 57.86667vw;
        height: 57.86667vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-reaction-movie
    {
        margin-bottom: .85714vw; 

        background: url('../../assets/img/img-reaction-frame-pc.png');
        background-size: contain;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-reaction-movie
    {
        margin-bottom: 9.25714px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-reaction-movie
    {
        background: url('../../assets/img/img-reaction-frame-sp.png');
        background-size: contain;
    }
}
#mainContents .p-reaction-movie-thum
{
    overflow: hidden;

    border-radius: 50%;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-reaction-movie-thum
    {
        width: 18.28571vw;
        height: 18.28571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-reaction-movie-thum
    {
        width: 197.48571px;
        height: 197.48571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-reaction-movie-thum
    {
        width: 44.53333vw;
        height: 44.53333vw;
    }
}
#mainContents .p-reaction-movie-thum img
{
    width: 100%;
}
#mainContents .p-reaction-text
{
    position: relative;

    display: inline-block;

    text-align: center;
    word-break: keep-all; 

    background-color: #fff;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-reaction-text
    {
        font-size: calc((24 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.5;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-reaction-text
    {
        font-size: 18.51429px;
        line-height: 1.15714;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-reaction-text
    {
        font-size: 27.42857px;
        line-height: 1.71429;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-reaction-text
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.4;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-reaction-text
    {
        padding: .42857vw 1.28571vw;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-reaction-text
    {
        padding: 1.33333vw 3.46667vw 1.6vw;
    }
}
#mainContents .p-reaction-text:before
{
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;

    content: '';

    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(51%, #fff));

    background-image: -webkit-linear-gradient(top left, transparent 50%, #fff 51%);

    background-image: linear-gradient(to bottom right, transparent 50%, #fff 51%);
}
@media screen and (min-width: 768px)
{
    #mainContents .p-reaction-text:before
    {
        width: .71429vw;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-reaction-text:before
    {
        width: 1.06667vw;
    }
}
#mainContents .p-reaction-text:after
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #fff), color-stop(51%, transparent));

    background-image: -webkit-linear-gradient(top left, #fff 50%, transparent 51%);

    background-image: linear-gradient(to bottom right, #fff 50%, transparent 51%);
}
@media screen and (min-width: 768px)
{
    #mainContents .p-reaction-text:after
    {
        width: .71429vw;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-reaction-text:after
    {
        width: 1.06667vw;
    }
}
#mainContents .c-scrollbar-wrap
{
    position: relative;

    -webkit-transition: all .4s;

    transition: all .4s;
}
@media screen and (min-width: 768px)
{
    #mainContents .c-scrollbar-wrap
    {
        padding-top: 1.35714vw;
        padding-bottom: 1.35714vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .c-scrollbar-wrap
    {
        padding-top: 14.65714px;
        padding-bottom: 14.65714px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-scrollbar-wrap
    {
        padding-top: 3.46667vw;
        padding-bottom: 3.46667vw;
    }
}
#mainContents .c-scrollbar-wrap:not(.is-inview)
{
    -webkit-transform: translateY(40px);
    transform: translateY(40px);

    opacity: 0;
}
#mainContents .c-scrollbar-wrap.is-inview
{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);

    opacity: 1;
}
#mainContents .c-scrollbar
{
    border-radius: 20px; 
    background-color: #fff;
}
@media screen and (min-width: 768px)
{
    #mainContents .c-scrollbar
    {
        width: 68vw;
        height: .71429vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .c-scrollbar
    {
        width: 734.4px;
        height: 7.71429px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-scrollbar
    {
        width: 73.86667vw;
        height: 2.66667vw;
    }
}
#mainContents .swiper-scrollbar-drag
{
    position: absolute;
    top: 0vw; 

    background: url('../img/img-scrollbar-icon.png') no-repeat center center/contain;
}
@media screen and (min-width: 768px)
{
    #mainContents .swiper-scrollbar-drag
    {
        width: 3.42857vw;
        height: 3.42857vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .swiper-scrollbar-drag
    {
        width: 37.02857px;
        height: 37.02857px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .swiper-scrollbar-drag
    {
        width: 9.6vw;
        height: 9.6vw;
    }
}
#mainContents .swiper-scrollbar-drag:hover
{
    cursor: pointer;
}
#mainContents .p-product
{
    position: relative;
    z-index: 1;

    overflow: hidden;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-product
    {
        margin-bottom: 6.42857vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-product
    {
        margin-bottom: 69.42857px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-product
    {
        margin-bottom: 16vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-product
    {
        min-width: 1080px;
        padding-top: 17.14286vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-product
    {
        padding-top: 185.14286px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-product
    {
        padding-top: 58.4vw;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-product img
    {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-product-body
    {
        margin-top: 3.21429vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-product-body
    {
        margin-top: 34.71429px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-product-body
    {
        margin-top: 8vw;
    }
}
#mainContents .p-product-title
{
    overflow: hidden; 

    -webkit-transition: all .8s; 

    transition: all .8s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-product-title
    {
        margin-bottom: 1.78571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-product-title
    {
        margin-bottom: 19.28571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-product-title
    {
        margin-bottom: 4vw;
    }
}
#mainContents .p-product-title img
{
    max-width: inherit;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-product-title img
    {
        width: 36.13vw;
        height: 4.77143vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-product-title img
    {
        width: 390.204px;
        height: 51.53143px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-product-title img
    {
        width: 73.86667vw;
        height: 9.75467vw;
    }
}
#mainContents .p-product-title:not(.is-inview)
{
    width: 0;
}
#mainContents .p-product-title.is-inview
{
    width: 100%;
}
#mainContents .p-product-lead
{
    overflow: hidden; 

    -webkit-transition: all .8s .15s; 

    transition: all .8s .15s;
    white-space: nowrap;
    word-break: keep-all;

    color: #fff;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-product-lead
    {
        font-size: calc((24 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.25;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-product-lead
    {
        font-size: 18.51429px;
        line-height: .96429;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-product-lead
    {
        font-size: 27.42857px;
        line-height: 1.42857;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-product-lead
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.33333;

        letter-spacing: 0;
    }
}
#mainContents .p-product-lead:not(.is-inview)
{
    width: 0;
}
#mainContents .p-product-lead.is-inview
{
    width: 100%;
}
#mainContents .p-product-movie:not(.is-inview) li
{
    -webkit-transition: all .5s;
    transition: all .5s; 
    -webkit-transform: translate(0, 40px); 
    transform: translate(0, 40px);
    pointer-events: none;

    opacity: 0;
}
#mainContents .p-product-movie:not(.is-inview) li:nth-child(2)
{
    -webkit-transition: all .5s .15s;
    transition: all .5s .15s;
}
#mainContents .p-product-movie.is-inview li
{
    -webkit-transition: all .5s;
    transition: all .5s; 
    -webkit-transform: translate(0, 0); 
    transform: translate(0, 0);

    opacity: 1;
}
#mainContents .p-product-movie.is-inview li:nth-child(2)
{
    -webkit-transition: all .5s .15s;
    transition: all .5s .15s;
}
#mainContents .p-product-movie-area
{
    position: relative;

    text-align: center;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-product-movie-area
    {
        margin-bottom: 5.71429vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-product-movie-area
    {
        margin-bottom: 61.71429px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-product-movie-area
    {
        margin-bottom: 24vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-product-movie-area ul
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-product-movie-area ul li:not(:last-child)
    {
        margin-bottom: 8vw;
    }
}
#mainContents .p-product-movie-area[item='1'] .p-product-movie-img
{
    -webkit-transition: -webkit-transform .24s ease-out;
    transition: -webkit-transform .24s ease-out;
    transition: transform .24s ease-out;
    transition: transform .24s ease-out, -webkit-transform .24s ease-out;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-product-movie-area[item='1'] .p-product-movie-img
    {
        width: 68vw;
        height: 38.28571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-product-movie-area[item='1'] .p-product-movie-img
    {
        width: 734.4px;
        height: 413.48571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-product-movie-area[item='1'] .p-product-movie-img
    {
        width: 73.86667vw;
        height: 41.6vw;
    }
}
#mainContents .p-product-movie-thum
{
    position: relative;

    display: block;
    overflow: hidden;

    -webkit-transition: opacity .3s cubic-bezier(.645, .045, .355, 1) .5s, -webkit-transform .3s cubic-bezier(.645, .045, .355, 1) .5s;

    transition: opacity .3s cubic-bezier(.645, .045, .355, 1) .5s, -webkit-transform .3s cubic-bezier(.645, .045, .355, 1) .5s;

    transition: transform .3s cubic-bezier(.645, .045, .355, 1) .5s, opacity .3s cubic-bezier(.645, .045, .355, 1) .5s;

    transition: transform .3s cubic-bezier(.645, .045, .355, 1) .5s, opacity .3s cubic-bezier(.645, .045, .355, 1) .5s, -webkit-transform .3s cubic-bezier(.645, .045, .355, 1) .5s; 
    text-align: left;

    color: #fff;
}
#mainContents .p-product-movie-img-wrap
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-product-movie-img-wrap
    {
        margin-bottom: .21429vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-product-movie-img-wrap
    {
        margin-bottom: 2.31429px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-product-movie-img-wrap
    {
        margin-bottom: 1.6vw;
    }
}
#mainContents .p-product-movie-img-wrap:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: -5px;
    left: 0;

    content: '';
    -webkit-transition: all .2s;
    transition: all .2s; 

    background-color: rgba(0, 0, 0, .45);
}
#mainContents .p-product-movie-img-wrap:hover .c-movie-play img
{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
@media screen and (min-width: 768px)
{
    #mainContents .p-product-movie-img-wrap:hover:before
    {
        background-color: rgba(0, 0, 0, .25);
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-product-movie-img-wrap .c-movie-play img
    {
        width: 6.42857vw;
        height: 6.42857vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-product-movie-img-wrap .c-movie-play img
    {
        width: 69.42857px;
        height: 69.42857px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-product-movie-img-wrap .c-movie-play img
    {
        width: 14.93333vw;
        height: 14.93333vw;
    }
}
#mainContents .p-product-movie-img
{
    -webkit-transition: -webkit-transform .24s ease-out;
    transition: -webkit-transform .24s ease-out;
    transition: transform .24s ease-out;
    transition: transform .24s ease-out, -webkit-transform .24s ease-out;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-product-movie-img
    {
        width: 34vw;
        height: 19.14286vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-product-movie-img
    {
        width: 367.2px;
        height: 206.74286px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-product-movie-img
    {
        width: 73.86667vw;
        height: 41.6vw;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-product-movie-text
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.4;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-product-movie-text
    {
        font-size: calc((21 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 2.47619;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-product-movie-text
    {
        font-size: 16.2px;
        line-height: 1.9102;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-product-movie-text
    {
        font-size: 24px;
        line-height: 2.82993;

        letter-spacing: 0;
    }
}
#mainContents .p-product-movie-play
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    display: block;

    -webkit-transition: -webkit-transform .24s ease-out;

    transition: -webkit-transform .24s ease-out;

    transition: transform .24s ease-out;

    transition: transform .24s ease-out, -webkit-transform .24s ease-out; 
    -webkit-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);

    border: 3px solid #fcea12;
    border-radius: 100%;
}
@media screen and (max-width: 767px)
{
    #mainContents .p-product-movie-play
    {
        width: get-vw(50);
        height: get-vw(50);
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-product-movie-play
    {
        width: 70px;
        height: 70px;
    }
}
#mainContents .p-product-movie-play::before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 0;
    height: 0;
    margin: auto;

    content: '';
    -webkit-transition: border-color .24s ease-out;
    transition: border-color .24s ease-out; 
    -webkit-transform: translateX(2px); 
    transform: translateX(2px);

    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #fcea12;
}
#mainContents .p-product-banner
{
    -webkit-transition: opacity 1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 1s cubic-bezier(.645, .045, .355, 1);
    transition: opacity 1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 1s cubic-bezier(.645, .045, .355, 1), opacity 1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 1s cubic-bezier(.645, .045, .355, 1), opacity 1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 1s cubic-bezier(.645, .045, .355, 1);
}
#mainContents .p-product-banner:not(.is-inview)
{
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);

    opacity: 0;
}
#mainContents .p-product-banner.is-inview
{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-product-banner
    {
        width: 800px;
        margin: 40px auto 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-product-banner
    {
        margin-top: 10.66667vw;
        padding: 0 get_vw(18);
    }
}
#mainContents .p-product-banner a
{
    display: block;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-product-banner a
    {
        -webkit-transition: opacity .24s ease-out;
        transition: opacity .24s ease-out;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-product-banner a:hover
    {
        opacity: .5;
    }
}
#mainContents .p-cm
{
    position: relative;
    z-index: 2;

    overflow: hidden;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-cm
    {
        min-width: 1080px;
        margin-top: -17.85714vw; 
        padding-top: 22.57143vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-cm
    {
        margin-top: -192.85714px; 
        padding-top: 243.77143px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-cm
    {
        margin-top: -22.66667vw; 
        padding: 37.06667vw 0 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-cm img
    {
        max-width: 100%;
    }
}
#mainContents .p-cm::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    display: block;

    width: 100%; 

    content: '';

    background-color: #000;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-cm::before
    {
        height: 15vw;

        -webkit-transform: translateY(10vw) skewY(-8deg);

        transform: translateY(10vw) skewY(-8deg);
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-cm::before
    {
        height: 162px;

        -webkit-transform: translateY(108px) skewY(-8deg);

        transform: translateY(108px) skewY(-8deg);
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-cm::before
    {
        height: 40vw;

        -webkit-transform: translateY(12.8vw) skewY(-9deg);

        transform: translateY(12.8vw) skewY(-9deg);
    }
}
#mainContents .p-cm-bg
{
    position: absolute;
    z-index: 0; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-cm-bg
    {
        background: url('../../assets/img/img-cm-bg-pc.png') no-repeat top center/100% 100%;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-cm-bg
    {
        background: url('../../assets/img/img-cm-bg-sp.png') no-repeat top center/100% 100%;
    }
}
#mainContents .p-cm-title
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-cm-title
    {
        margin-bottom: 5.35714vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-cm-title
    {
        margin-bottom: 57.85714px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-cm-title
    {
        margin-bottom: 12vw;
    }
}
#mainContents .p-cm-title span
{
    display: block;
    overflow: hidden; 

    -webkit-transition: all .8s; 

    transition: all .8s;
}
#mainContents .p-cm-title span img
{
    max-width: inherit;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-cm-title span:nth-of-type(1) img
    {
        width: 48.32071vw;
        height: 4.80786vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-cm-title span:nth-of-type(1) img
    {
        width: 521.86371px;
        height: 51.92486px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-cm-title span:nth-of-type(1) img
    {
        width: 72.30133vw;
        height: 9.904vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-cm-title span:nth-of-type(2)
    {
        margin-top: .82143vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-cm-title span:nth-of-type(2)
    {
        margin-top: 8.87143px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-cm-title span:nth-of-type(2)
    {
        margin-top: 1.70667vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-cm-title span:nth-of-type(2) img
    {
        width: 20.19429vw;
        height: 4.80786vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-cm-title span:nth-of-type(2) img
    {
        width: 218.09829px;
        height: 51.92486px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-cm-title span:nth-of-type(2) img
    {
        width: 70.048vw;
        height: 9.91467vw;
    }
}
#mainContents .p-cm-title span:not(.is-inview)
{
    width: 0;
}
#mainContents .p-cm-title span.is-inview
{
    width: 100%;
}
#mainContents .p-cm-inner
{
    position: relative;
}
#mainContents .p-cm-inner:not(.is-inview) .p-cm-content
{
    -webkit-transform: translate(-50%) scale(0);
    transform: translate(-50%) scale(0);
}
#mainContents .p-cm-inner:not(.is-inview) .p-cm-bubble,
#mainContents .p-cm-inner:not(.is-inview) .p-cm-item
{
    -webkit-transform: scale(0);
    transform: scale(0);
}
#mainContents .p-cm-inner.is-inview .p-cm-content
{
    -webkit-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1);
}
#mainContents .p-cm-inner.is-inview .p-cm-bubble,
#mainContents .p-cm-inner.is-inview .p-cm-item
{
    -webkit-transform: scale(1);
    transform: scale(1);
}
#mainContents .p-cm-movie-area
{
    position: relative;

    -webkit-transition: all .5s;

    transition: all .5s; 
    text-align: center;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-cm-movie-area
    {
        width: 48vw;
        margin-left: 28vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-cm-movie-area
    {
        width: 518.4px;
        margin-left: 302.4px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-cm-movie-area
    {
        width: 77.33333vw; 
        margin-left: 20.8vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-cm-movie-area
    {
        margin-bottom: 1.42857vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-cm-movie-area
    {
        margin-bottom: 15.42857px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-cm-movie-area
    {
        margin-bottom: 8vw;
    }
}
#mainContents .p-cm-movie-area ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 767px)
{
    #mainContents .p-cm-movie-area ul
    {
        margin-left: -3.73333vw;
    }
}
#mainContents .p-cm-movie-area ul li
{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#mainContents .p-cm-movie-area:not(.is-inview)
{
    -webkit-transform: translateY(40px);
    transform: translateY(40px);

    opacity: 0;
}
#mainContents .p-cm-movie-area.is-inview
{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);

    opacity: 1;
}
#mainContents .p-cm-movie-img-wrap
{
    position: relative;

    overflow: hidden;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-cm-movie-img-wrap
    {
        margin-bottom: .85714vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-cm-movie-img-wrap
    {
        margin-bottom: 9.25714px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-cm-movie-img-wrap
    {
        margin-bottom: 1.6vw;
    }
}
#mainContents .p-cm-movie-img-wrap:before
{
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;

    content: '';
    -webkit-transition: all .2s;
    transition: all .2s; 

    background-color: rgba(0, 0, 0, .45);
}
@media screen and (min-width: 768px)
{
    #mainContents .p-cm-movie-img-wrap:hover:before
    {
        background-color: rgba(0, 0, 0, .25);
    }
}
#mainContents .p-cm-movie-img-wrap:hover .c-movie-play img
{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
@media screen and (min-width: 768px)
{
    #mainContents .p-cm-movie-img-wrap .c-movie-play img
    {
        width: 6.42857vw;
        height: 6.42857vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-cm-movie-img-wrap .c-movie-play img
    {
        width: 69.42857px;
        height: 69.42857px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-cm-movie-img-wrap .c-movie-play img
    {
        width: 14.93333vw;
        height: 14.93333vw;
    }
}
#mainContents .p-cm-movie-img
{
    -webkit-transition: -webkit-transform .24s ease-out;
    transition: -webkit-transform .24s ease-out;
    transition: transform .24s ease-out;
    transition: transform .24s ease-out, -webkit-transform .24s ease-out;

    -o-object-fit: cover;

    object-fit: cover;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-cm-movie-img
    {
        width: 48vw;
        height: 27.07143vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-cm-movie-img
    {
        width: 518.4px;
        height: 292.37143px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-cm-movie-img
    {
        width: 76.53333vw;
        height: 42.66667vw;
    }
}
#mainContents .p-cm-movie-text
{
    text-align: left; 

    color: #fff;
}
@media screen and (max-width: 767px)
{
    #mainContents .p-cm-movie-text
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.4;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-cm-movie-text
    {
        font-size: calc((21 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.5;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-cm-movie-text
    {
        font-size: 16.2px;
        line-height: 1.15714;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-cm-movie-text
    {
        font-size: 24px;
        line-height: 1.71429;

        letter-spacing: 0;
    }
}
#mainContents .p-cm-movie-play
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    display: block;

    -webkit-transition: -webkit-transform .24s ease-out;

    transition: -webkit-transform .24s ease-out;

    transition: transform .24s ease-out;

    transition: transform .24s ease-out, -webkit-transform .24s ease-out; 
    -webkit-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);

    border: 3px solid #fcea12;
    border-radius: 100%;
}
@media screen and (max-width: 767px)
{
    #mainContents .p-cm-movie-play
    {
        width: get-vw(50);
        height: get-vw(50);
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-cm-movie-play
    {
        width: 70px;
        height: 70px;
    }
}
#mainContents .p-cm-movie-play::before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 0;
    height: 0;
    margin: auto;

    content: '';
    -webkit-transition: border-color .24s ease-out;
    transition: border-color .24s ease-out; 
    -webkit-transform: translateX(2px); 
    transform: translateX(2px);

    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #fcea12;
}
@media screen and (max-width: 767px)
{
    #mainContents .c-scrollbar--cm
    {
        margin-left: -2.66667vw;
    }
}
#mainContents .c-scrollbar--cm .swiper-scrollbar-drag
{
    background: url('../img/img-scrollbar-icon02.png') no-repeat center center/contain;
}
#mainContents .p-caption2
{
    position: relative;

    overflow: hidden;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption2
    {
        min-width: 1080px; 
        padding-top: 19.71429vw;
        padding-bottom: 8.57143vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption2
    {
        padding-top: 212.91429px;
        padding-bottom: 92.57143px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption2
    {
        padding-top: 45.86667vw;
        padding-bottom: 26.66667vw;
    }
}
#mainContents .p-caption2-bg
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0;

    background: url('../img/img-caption2-bg-pc.jpg') no-repeat top center/cover;
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption2-bg
    {
        background-image: url('../img/img-caption2-bg-pc.jpg');
    }
}
#mainContents .p-caption2-inner
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption2-inner
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;

        -webkit-box-align: end;

        -webkit-align-items: end;

        -ms-flex-align: end;

        align-items: end;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
#mainContents .p-caption2-can
{
    position: relative;

    -webkit-transition: all .5s;

    transition: all .5s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption2-can
    {
        margin-right: 2.78571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption2-can
    {
        margin-right: 30.08571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption2-can
    {
        position: absolute;
        top: 38.66667vw;
        left: 20.8vw;
    }
}
#mainContents .p-caption2-can:not(.is-inview)
{
    -webkit-transform: translateY(40px);
    transform: translateY(40px);

    opacity: 0;
}
#mainContents .p-caption2-can.is-inview
{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);

    opacity: 1;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption2-can img
    {
        width: 29.21429vw;
        height: 44.57143vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption2-can img
    {
        width: 315.51429px;
        height: 481.37143px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption2-can img
    {
        width: 65.86667vw;
        height: 100.26667vw;
    }
}
#mainContents .p-caption2-can .p-caption2-fukidashi
{
    position: absolute;

    -webkit-transition: all 1s;

    transition: all 1s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption2-can .p-caption2-fukidashi
    {
        top: -2.85714vw;
        right: -.64286vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption2-can .p-caption2-fukidashi
    {
        top: -30.85714px;
        right: -6.94286px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption2-can .p-caption2-fukidashi
    {
        top: -12.26667vw;
        right: -7.73333vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption2-can .p-caption2-fukidashi img
    {
        width: 13.42857vw;
        height: 13.42857vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption2-can .p-caption2-fukidashi img
    {
        width: 145.02857px;
        height: 145.02857px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption2-can .p-caption2-fukidashi img
    {
        width: 34.66667vw;
        height: 34.66667vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption2-text-wrap
    {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption2-text-wrap
    {
        margin-bottom: 8vw;
    }
}
#mainContents .p-caption2-title
{
    overflow: hidden;
}
#mainContents .p-caption2-title img
{
    max-width: inherit;
}
#mainContents .p-caption2-title--top
{
    -webkit-transition: all .8s;
    transition: all .8s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption2-title--top
    {
        margin-bottom: .78571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption2-title--top
    {
        margin-bottom: 8.48571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption2-title--top
    {
        margin-bottom: 1.54667vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption2-title--top img
    {
        width: 24.35571vw;
        height: 4.80143vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption2-title--top img
    {
        width: 263.04171px;
        height: 51.85543px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption2-title--top img
    {
        width: 46.87733vw;
        height: 9.24267vw;
    }
}
#mainContents .p-caption2-title--bottom
{
    -webkit-transition: all .8s .15s;
    transition: all .8s .15s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption2-title--bottom
    {
        margin-bottom: 3.21429vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption2-title--bottom
    {
        margin-bottom: 34.71429px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption2-title--bottom
    {
        margin-bottom: 124.8vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption2-title--bottom img
    {
        width: 35.46714vw;
        height: 4.81929vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption2-title--bottom img
    {
        width: 383.04514px;
        height: 52.04829px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption2-title--bottom img
    {
        width: 68.26133vw;
        height: 9.27467vw;
    }
}
#mainContents .p-caption2-title:not(.is-inview)
{
    width: 0;
}
#mainContents .p-caption2-title.is-inview
{
    width: 105%;
}
#mainContents .p-caption2-hdg
{
    -webkit-transition: all .5s;
    transition: all .5s; 

    color: #fff;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption2-hdg
    {
        font-size: calc((24 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption2-hdg
    {
        font-size: 18.51429px;
        line-height: .77143;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-caption2-hdg
    {
        font-size: 27.42857px;
        line-height: 1.14286;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption2-hdg
    {
        font-size: calc((24 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: 0;
    }
}
#mainContents .p-caption2-hdg span
{
    display: inline-block;

    background-color: #000;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption2-hdg span:nth-of-type(1)
    {
        padding: .42857vw 0 .42857vw .28571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption2-hdg span:nth-of-type(1)
    {
        padding: 4.62857px 0 4.62857px 3.08571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption2-hdg span:nth-of-type(1)
    {
        padding: 1.06667vw 1.06667vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption2-hdg span:nth-of-type(2)
    {
        padding: .42857vw .28571vw .42857vw 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption2-hdg span:nth-of-type(2)
    {
        padding: 4.62857px 3.08571px 4.62857px 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption2-hdg span:nth-of-type(2)
    {
        padding: 1.06667vw 1.06667vw;
    }
}
#mainContents .p-caption2-hdg:not(.is-inview)
{
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);

    opacity: 0;
}
#mainContents .p-caption2-hdg.is-inview
{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}
#mainContents .p-caption2-text
{
    -webkit-transition: all .5s;
    transition: all .5s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption2-text
    {
        font-size: calc((18 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.33333;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption2-text
    {
        font-size: 13.88571px;
        line-height: 1.02857;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-caption2-text
    {
        font-size: 20.57143px;
        line-height: 1.52381;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption2-text
    {
        font-size: calc((15 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.2;

        letter-spacing: 0;
    }
}
#mainContents .p-caption2-text:not(.is-inview)
{
    -webkit-transform: translateY(20px);
    transform: translateY(20px);

    opacity: 0;
}
#mainContents .p-caption2-text.is-inview
{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);

    opacity: 1;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption2-hdg + .p-caption2-text
    {
        margin-top: .78571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption2-hdg + .p-caption2-text
    {
        margin-top: 8.48571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption2-hdg + .p-caption2-text
    {
        margin-top: 4vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption2-text + .p-caption2-hdg
    {
        margin-top: 2.28571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption2-text + .p-caption2-hdg
    {
        margin-top: 24.68571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption2-text + .p-caption2-hdg
    {
        margin-top: 6.13333vw;
    }
}
#mainContents .c-btn
{
    -webkit-transition: all .5s;
    transition: all .5s;
}
#mainContents .c-btn:not(.is-inview)
{
    -webkit-transform: translateY(20px);
    transform: translateY(20px);

    opacity: 0;
}
#mainContents .c-btn.is-inview
{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);

    opacity: 1;
}
#mainContents .c-btn a
{
    position: relative;

    display: inline-block;

    -webkit-transition: all .2s;

    transition: all .2s; 

    color: #fff;
}
@media screen and (min-width: 768px)
{
    #mainContents .c-btn a
    {
        font-size: calc((18 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.44444;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .c-btn a
    {
        font-size: 13.88571px;
        line-height: 1.11429;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .c-btn a
    {
        font-size: 20.57143px;
        line-height: 1.65079;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-btn a
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.44444;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-btn a
    {
        width: 16.78571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .c-btn a
    {
        width: 181.28571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-btn a
    {
        width: 72vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-btn a
    {
        margin-top: 4.35714vw; 
        padding: 1.28571vw 2.14286vw 1.28571vw 2.14286vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .c-btn a
    {
        margin-top: 47.05714px; 
        padding: 12.34286px 23.14286px 13.88571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-btn a
    {
        margin-top: 10.93333vw; 
        padding: 4.53333vw 0 4.8vw;
    }
}
#mainContents .c-btn a span
{
    position: relative;
    z-index: 3;

    display: block;
}
#mainContents .c-btn a span::before
{
    position: absolute;
    top: 50%;
    right: 0;

    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    background: url('../img/img-arrow-right.svg') no-repeat center center/contain;
}
@media screen and (min-width: 768px)
{
    #mainContents .c-btn a span::before
    {
        width: 1vw;
        height: 1.14286vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .c-btn a span::before
    {
        width: 10.8px;
        height: 12.34286px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-btn a span::before
    {
        width: 3.2vw;
        height: 4vw;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-btn a span
    {
        margin: 0 5.86667vw;
    }
}
#mainContents .c-btn a::before
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: .35714vw;
    bottom: 0;
    left: .35714vw;

    content: '';
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg); 

    background-color: #df1828;
}
#mainContents .c-btn a::after
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: .35714vw;
    bottom: 0;
    left: .35714vw;

    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate(8px, 8px) skewX(-10deg);
    transform: translate(8px, 8px) skewX(-10deg); 

    background-color: #e5b700;
}
#mainContents .c-btn a:hover
{
    cursor: pointer;
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
}
#mainContents .c-btn a:hover::after
{
    -webkit-transform: translate(0, 0) skewX(-10deg);
    transform: translate(0, 0) skewX(-10deg);
}
#mainContents .p-caption2-note
{
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption2-note
    {
        margin-top: 5.35714vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption2-note
    {
        margin-top: 57.85714px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption2-note
    {
        margin-top: 12vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-caption2-note p
    {
        font-size: calc((12 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.5;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-caption2-note p
    {
        font-size: 9.25714px;
        line-height: 1.15714;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-caption2-note p
    {
        font-size: 13.71429px;
        line-height: 1.71429;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-caption2-note p
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.5;

        letter-spacing: 0;
    }
}
#mainContents .c-menu
{
    position: fixed;
    top: 0;
    left: 0;

    -webkit-transition: all .3s;

    transition: all .3s;
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu.is-inview
    {
        z-index: 10000;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-menu
    {
        position: absolute;
        z-index: 1;
        top: 1px;
        right: 0;

        height: 100vh;

        pointer-events: none; 

        opacity: 0;
        background-color: #000;
    }
}
#mainContents .c-menu.open
{
    pointer-events: auto; 

    opacity: 1;
}
@media screen and (max-width: 767px)
{
    #mainContents .c-menu.open ul li
    {
        -webkit-transform: translateY(0px);
        transform: translateY(0px); 

        opacity: 1;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-menu:not(.open) ul li
    {
        -webkit-transition: all .4s .5s;
        transition: all .4s .5s;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px); 

        opacity: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu ul
    {
        margin-top: 81px;
        margin-left: 28px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-menu ul
    {
        padding-top: 21.33333vw; 

        text-align: center;
    }
}
#mainContents .c-menu ul li
{
    -webkit-transition: all .2s;
    transition: all .2s;
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu ul li
    {
        margin-bottom: 9px;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu ul li.c-menu-item-about
    {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }
    #mainContents .c-menu ul li.c-menu-item-about a
    {
        width: 247px;

        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22247%22%20height%3D%2237%22%20viewBox%3D%220%200%20247%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H247L237%2C37H0Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E');
    }
    #mainContents .c-menu ul li.c-menu-item-about a.white
    {
        color: #000;
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22247%22%20height%3D%2237%22%20viewBox%3D%220%200%20247%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H247L237%2C37H0Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
    }
    #mainContents .c-menu ul li.c-menu-item-about a:hover,
    #mainContents .c-menu ul li.c-menu-item-about a.red
    {
        color: #fff;
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22247%22%20height%3D%2237%22%20viewBox%3D%220%200%20247%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H247L237%2C37H0Z%22%20fill%3D%22%23DF1828%22%2F%3E%3C%2Fsvg%3E');
    }
    #mainContents .c-menu ul li.c-menu-item-point
    {
        -webkit-transition-delay: .25s;
        transition-delay: .25s;
    }
    #mainContents .c-menu ul li.c-menu-item-point a
    {
        font-size: 18px; 

        width: 146px;

        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22146%22%20height%3D%2237%22%20viewBox%3D%220%200%20146%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H146L136%2C37H0Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E');
    }
    #mainContents .c-menu ul li.c-menu-item-point a.white
    {
        color: #000;
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22146%22%20height%3D%2237%22%20viewBox%3D%220%200%20146%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H146L136%2C37H0Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
    }
    #mainContents .c-menu ul li.c-menu-item-point a:hover,
    #mainContents .c-menu ul li.c-menu-item-point a.red
    {
        color: #fff;
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22146%22%20height%3D%2237%22%20viewBox%3D%220%200%20146%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H146L136%2C37H0Z%22%20fill%3D%22%23DF1828%22%2F%3E%3C%2Fsvg%3E');
    }
    #mainContents .c-menu ul li.c-menu-item-cm
    {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
    #mainContents .c-menu ul li.c-menu-item-cm a
    {
        width: 94px;

        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2294%22%20height%3D%2237%22%20viewBox%3D%220%200%2094%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H94L84%2C37H0Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E');
    }
    #mainContents .c-menu ul li.c-menu-item-cm a.white
    {
        color: #000;
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2294%22%20height%3D%2237%22%20viewBox%3D%220%200%2094%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H94L84%2C37H0Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
    }
    #mainContents .c-menu ul li.c-menu-item-cm a:hover,
    #mainContents .c-menu ul li.c-menu-item-cm a.red
    {
        color: #fff;
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2294%22%20height%3D%2237%22%20viewBox%3D%220%200%2094%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H94L84%2C37H0Z%22%20fill%3D%22%23DF1828%22%2F%3E%3C%2Fsvg%3E');
    }
    #mainContents .c-menu ul li.c-menu-item-product
    {
        -webkit-transition-delay: .35s;
        transition-delay: .35s;
    }
    #mainContents .c-menu ul li.c-menu-item-product a
    {
        width: 153px;

        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22153%22%20height%3D%2237%22%20viewBox%3D%220%200%20153%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H153L143%2C37H0Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E');
    }
    #mainContents .c-menu ul li.c-menu-item-product a.white
    {
        color: #000;
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22153%22%20height%3D%2237%22%20viewBox%3D%220%200%20153%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H153L143%2C37H0Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
    }
    #mainContents .c-menu ul li.c-menu-item-product a:hover,
    #mainContents .c-menu ul li.c-menu-item-product a.red
    {
        color: #fff;
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22153%22%20height%3D%2237%22%20viewBox%3D%220%200%20153%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H153L143%2C37H0Z%22%20fill%3D%22%23DF1828%22%2F%3E%3C%2Fsvg%3E');
    }
    #mainContents .c-menu ul li.c-menu-item-information
    {
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
    }
    #mainContents .c-menu ul li.c-menu-item-information a
    {
        font-size: 18px; 

        width: 226px;

        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22226%22%20height%3D%2237%22%20viewBox%3D%220%200%20226%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H226L216%2C37H0Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E');
    }
    #mainContents .c-menu ul li.c-menu-item-information a.white
    {
        color: #000;
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22226%22%20height%3D%2237%22%20viewBox%3D%220%200%20226%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H226L216%2C37H0Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
    }
    #mainContents .c-menu ul li.c-menu-item-information a:hover,
    #mainContents .c-menu ul li.c-menu-item-information a.red
    {
        color: #fff;
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22226%22%20height%3D%2237%22%20viewBox%3D%220%200%20226%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H226L216%2C37H0Z%22%20fill%3D%22%23DF1828%22%2F%3E%3C%2Fsvg%3E');
    }
    #mainContents .c-menu ul li.c-menu-item-Korean
    {
        -webkit-transition-delay: .45s;
        transition-delay: .45s;
    }
    #mainContents .c-menu ul li.c-menu-item-Korean a
    {
        width: 96.885px;

        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2296.885%22%20height%3D%2237%22%20viewBox%3D%220%200%2096.885%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H96.885l-10%2C37H0Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E');
    }
    #mainContents .c-menu ul li.c-menu-item-Korean a.white
    {
        color: #000;
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2296.885%22%20height%3D%2237%22%20viewBox%3D%220%200%2096.885%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H96.885l-10%2C37H0Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
    }
    #mainContents .c-menu ul li.c-menu-item-Korean a:hover,
    #mainContents .c-menu ul li.c-menu-item-Korean a.red
    {
        color: #fff;
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2296.885%22%20height%3D%2237%22%20viewBox%3D%220%200%2096.885%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H96.885l-10%2C37H0Z%22%20fill%3D%22%23DF1828%22%2F%3E%3C%2Fsvg%3E');
    }
    #mainContents .c-menu ul li.c-menu-item-Chinese
    {
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
    }
    #mainContents .c-menu ul li.c-menu-item-Chinese a
    {
        width: 106.837px;

        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22106.837%22%20height%3D%2237%22%20viewBox%3D%220%200%20106.837%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H106.837l-10%2C37H0Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E');
    }
    #mainContents .c-menu ul li.c-menu-item-Chinese a.white
    {
        color: #000;
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22106.837%22%20height%3D%2237%22%20viewBox%3D%220%200%20106.837%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H106.837l-10%2C37H0Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
    }
    #mainContents .c-menu ul li.c-menu-item-Chinese a:hover,
    #mainContents .c-menu ul li.c-menu-item-Chinese a.red
    {
        color: #fff;
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22106.837%22%20height%3D%2237%22%20viewBox%3D%220%200%20106.837%2037%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38428%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038428%22%20d%3D%22M0%2C0H106.837l-10%2C37H0Z%22%20fill%3D%22%23DF1828%22%2F%3E%3C%2Fsvg%3E');
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-menu ul li.c-menu-item-about
    {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }
    #mainContents .c-menu ul li.c-menu-item-about a img
    {
        width: 78.168vw;
        height: auto;
    }
    #mainContents .c-menu ul li.c-menu-item-point
    {
        -webkit-transition-delay: .25s;
        transition-delay: .25s;
    }
    #mainContents .c-menu ul li.c-menu-item-point a img
    {
        width: 41.82933vw;
        height: auto;
    }
    #mainContents .c-menu ul li.c-menu-item-cm
    {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
    #mainContents .c-menu ul li.c-menu-item-cm a img
    {
        width: 23.29867vw;
        height: auto;
    }
    #mainContents .c-menu ul li.c-menu-item-product
    {
        -webkit-transition-delay: .35s;
        transition-delay: .35s;
    }
    #mainContents .c-menu ul li.c-menu-item-product a img
    {
        width: 45.10933vw;
        height: auto;
    }
    #mainContents .c-menu ul li.c-menu-item-information
    {
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
    }
    #mainContents .c-menu ul li.c-menu-item-information a img
    {
        width: 69.89867vw;
        height: auto;
    }
    #mainContents .c-menu ul li.c-menu-item-Korean
    {
        -webkit-transition-delay: .45s;
        transition-delay: .45s;
    }
    #mainContents .c-menu ul li.c-menu-item-Korean a img
    {
        width: 45.49387vw;
        height: auto;
    }
    #mainContents .c-menu ul li.c-menu-item-Chinese
    {
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
    }
    #mainContents .c-menu ul li.c-menu-item-Chinese a img
    {
        width: 49.17067vw;
        height: auto;
    }
}
#mainContents .c-menu ul li a
{
    font-size: 19px;
    font-weight: 700;
    line-height: 1;

    position: relative;

    display: inline-block;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-transition: all .3s;

    transition: all .3s;
    letter-spacing: -.03em;

    color: #fff;
    background: url() no-repeat center center/contain;
}
@media screen and (max-width: 767px)
{
    #mainContents .c-menu ul li a
    {
        font-size: calc((24 / 375) * 100vw);
        font-weight: 700; 
        line-height: 2.5;

        letter-spacing: -.03em;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu ul li a
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        height: 37px;
        padding: 0 8px;

        -webkit-box-align: center;

        -webkit-align-items: center;

        -ms-flex-align: center;

        align-items: center;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu ul li a:hover
    {
        color: #fff;
    }
}
#mainContents .c-menu ul li a span
{
    position: relative;
    z-index: 1;
}
#mainContents .c-menu-fix
{
    position: -webkit-sticky;
    position: sticky;
    z-index: 1010;
    top: -1px;
    left: 0;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    width: 100%;

    border-bottom: 1px solid #4e4e4e; 
    background-color: #000;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu-fix
    {
        height: 53px;
        padding: 0 29px 0 31px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-menu-fix
    {
        height: 12.26667vw;
        padding: 0 16.8vw 0 2.93333vw;
    }
}
#mainContents .c-menu-fix .c-menu-fix__logo
{
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu-fix .c-menu-fix__logo
    {
        width: 87px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-menu-fix .c-menu-fix__logo
    {
        width: 20.47467vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem + .c-menu-fix__navItem
    {
        margin-top: 12px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem + .c-menu-fix__navItem
    {
        margin-top: 5.33333vw;
    }
}
#mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem a
{
    color: #fff;
}
@media screen and (max-width: 767px)
{
    #mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem a
    {
        font-size: calc((16 / 375) * 100vw);
        font-weight: 900; 
        line-height: 1;

        letter-spacing: .04em;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem a
    {
        font-size: calc((14 / 1400) * 100vw);
        font-weight: 900; 
        line-height: 1;

        letter-spacing: .04em;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem a
    {
        font-size: 10.8px;
        line-height: .77143;

        letter-spacing: .03086em;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem a
    {
        font-size: 16px;
        line-height: 1.14286;

        letter-spacing: .04571em;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem a
    {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }
    #mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem a:hover
    {
        opacity: .5;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem a img[src$='menuText_en.svg']
    {
        width: 3.36857vw;
        height: .94071vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem a img[src$='menuText_en.svg']
    {
        width: 36.38057px;
        height: 10.15971px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem a img[src$='menuText_en.svg']
    {
        width: 12.576vw;
        height: 3.512vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem a img[src$='menuText_cn.svg']
    {
        width: 4.06429vw;
        height: .94214vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem a img[src$='menuText_cn.svg']
    {
        width: 43.89429px;
        height: 10.17514px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem a img[src$='menuText_cn.svg']
    {
        width: 15.17333vw;
        height: 3.51733vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem a img[src$='menuText_ko.svg']
    {
        width: 2.52786vw;
        height: .88vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem a img[src$='menuText_ko.svg']
    {
        width: 27.30086px;
        height: 9.504px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem a img[src$='menuText_ko.svg']
    {
        width: 9.43733vw;
        height: 3.28533vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem a img[src$='menuText_ja.svg']
    {
        width: 2.86vw;
        height: .91214vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem a img[src$='menuText_ja.svg']
    {
        width: 30.888px;
        height: 9.85114px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-menu-fix .c-menu-fix__navList .c-menu-fix__navItem a img[src$='menuText_ja.svg']
    {
        width: 10.67733vw;
        height: 3.40533vw;
    }
}
#mainContents .c-menu-wrapper
{
    position: relative;
    z-index: 2;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    color: #fff;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
}
@media screen and (max-width: 767px)
{
    #mainContents .c-menu-wrapper
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 900; 
        line-height: 1;

        letter-spacing: .04em;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu-wrapper
    {
        font-size: calc((14 / 1400) * 100vw);
        font-weight: 900; 
        line-height: 1;

        letter-spacing: .04em;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .c-menu-wrapper
    {
        font-size: 10.8px;
        line-height: .77143;

        letter-spacing: .03086em;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .c-menu-wrapper
    {
        font-size: 16px;
        line-height: 1.14286;

        letter-spacing: .04571em;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu-wrapper
    {
        height: 53px;
        padding: 0 22px 0 24px;

        cursor: pointer;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-menu-wrapper
    {
        height: 12.26667vw;
        padding: 0 5.86667vw 0 6.4vw;
    }
}
#mainContents .c-menu-wrapper::before,
#mainContents .c-menu-wrapper::after
{
    position: absolute;
    top: 50%; 

    display: block;

    content: '';

    background-repeat: no-repeat;
    background-size: contain;
}
#mainContents .c-menu-wrapper::before
{
    left: 0;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%); 

    background-image: url('/superdry/namajokkikan/assets/img/icon_earth.svg');
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu-wrapper::before
    {
        width: 16px;
        height: 16px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-menu-wrapper::before
    {
        width: 4.26667vw;
        height: 4.26667vw;
    }
}
#mainContents .c-menu-wrapper::after
{
    right: 0;

    -webkit-transform: translateY(-20%);

    transform: translateY(-20%); 

    background-image: url('/superdry/namajokkikan/assets/img/icon_arrow.svg');
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu-wrapper::after
    {
        width: 7px;
        height: 8px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-menu-wrapper::after
    {
        width: 1.86667vw;
        height: 2.13333vw;
    }
}
#mainContents .c-menu-wrapper:hover > .c-menu-fix__dropDown,
#mainContents .c-menu-wrapper:focus > .c-menu-fix__dropDown
{
    display: block;
}
#mainContents .c-menu-fix__dropDown
{
    position: absolute;
    bottom: 0;

    display: none;

    padding: 10px;

    -webkit-transform: translate(0, 100%);

    transform: translate(0, 100%);
    text-align: center; 

    background-color: #2e2e2e;
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu-fix__dropDown
    {
        right: -10px; 

        width: 124px;
        padding: 16px 10px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .c-menu-fix__dropDown
    {
        right: -2.66667vw; 

        width: 33.06667vw;
        padding: 4.26667vw 2.66667vw;
    }
}
#mainContents .c-menu-ham
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    width: 11.73333vw;
    height: 12.26667vw;

    -webkit-transition: all .3s;

    transition: all .3s;
}
@media screen and (min-width: 768px)
{
    #mainContents .c-menu-ham
    {
        display: none;
    }
}
#mainContents .c-menu-ham.is-inview
{
    opacity: 1;
}
#mainContents .c-menu-ham div
{
    position: relative;

    width: 100%; 
    height: 100%;
}
#mainContents .c-menu-ham span
{
    position: absolute;

    -webkit-transition: all .4s;

    transition: all .4s;
}
#mainContents .c-menu-ham span.c-menu-open
{
    top: 50%;
    left: 0;

    width: 6.13333vw;
    height: 2px;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%); 

    background-color: #fff;
}
#mainContents .c-menu-ham span.c-menu-open:nth-child(1)
{
    top: calc(50% - 5px);

    -webkit-transition-delay: .1s;

    transition-delay: .1s;
}
#mainContents .c-menu-ham span.c-menu-open:nth-child(2)
{
    top: 50%;

    -webkit-transition-delay: .2s;

    transition-delay: .2s; 
    -webkit-transform: translateY(-50%); 
    transform: translateY(-50%);
}
#mainContents .c-menu-ham span.c-menu-open:nth-child(3)
{
    top: calc(50% + 5px);

    -webkit-transition-delay: .3s;

    transition-delay: .3s;
}
#mainContents .c-menu-ham span.c-menu-close
{
    top: 50%;
    left: 0;

    overflow: hidden;

    width: 0;
    height: 10.66667vw;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);
}
#mainContents .c-menu-ham span.c-menu-close span
{
    position: absolute;
    top: 0;
    left: 0;

    width: 8.26667vw;
}
#mainContents .c-menu-ham span.c-menu-close.close--1
{
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
#mainContents .c-menu-ham span.c-menu-close.close--1 span
{
    top: 50%;

    height: 3px; 

    -webkit-transform: translateY(-50%) rotate(30deg); 

    transform: translateY(-50%) rotate(30deg);

    background-color: #fff;
}
#mainContents .c-menu-ham span.c-menu-close.close--2
{
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
#mainContents .c-menu-ham span.c-menu-close.close--2 span
{
    top: 50%;

    height: 3px; 

    -webkit-transform: translateY(-50%) rotate(-30deg); 

    transform: translateY(-50%) rotate(-30deg);

    background-color: #fff;
}
#mainContents .c-menu-ham:not(.open) span.c-menu-open:nth-child(1)
{
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
#mainContents .c-menu-ham:not(.open) span.c-menu-open:nth-child(2)
{
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
#mainContents .c-menu-ham:not(.open) span.c-menu-open:nth-child(3)
{
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
#mainContents .c-menu-ham:not(.open) span.c-menu-close
{
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
#mainContents .c-menu-ham.open span.c-menu-open
{
    width: 0;
}
#mainContents .c-menu-ham.open span.c-menu-open:nth-child(1)
{
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
#mainContents .c-menu-ham.open span.c-menu-open:nth-child(2)
{
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
#mainContents .c-menu-ham.open span.c-menu-open:nth-child(3)
{
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
#mainContents .c-menu-ham.open span.c-menu-close
{
    width: 7.56vw;

    -webkit-transition-delay: .6s;

    transition-delay: .6s;
}
#mainContents .p-detail
{
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail
    {
        min-width: 1080px; 
        padding-right: 4vw;
        padding-bottom: 7.14286vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail
    {
        padding-right: 43.2px;
        padding-bottom: 77.14286px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail
    {
        padding-bottom: 1.06667vw;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail img
    {
        width: 100%;
        max-width: 100%;
    }
}
#mainContents .p-detail::after
{
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%; 

    content: '';

    background-color: #000;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail::after
    {
        height: 15vw;

        -webkit-transform: translateY(7.14286vw) skewY(-8deg);

        transform: translateY(7.14286vw) skewY(-8deg);
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail::after
    {
        height: 162px;

        -webkit-transform: translateY(77.14286px) skewY(-8deg);

        transform: translateY(77.14286px) skewY(-8deg);
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail::after
    {
        height: 40vw;

        -webkit-transform: translateY(22.4vw) skewY(-9deg);

        transform: translateY(22.4vw) skewY(-9deg);
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-inner
    {
        margin-top: get_vw(-215);
        padding: 0 get_vw(20) get_vw(66);
    }
}
#mainContents .p-detail-contents
{
    -webkit-transition: all .5s;
    transition: all .5s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-contents
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;

        -webkit-align-items: center;

        -ms-flex-align: center;

        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
#mainContents .p-detail-contents:not(.is-inview)
{
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);

    opacity: 0;
}
#mainContents .p-detail-contents.is-inview
{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}
#mainContents .p-detail-contents-text
{
    font-weight: bold;

    color: #fff;
}
#mainContents .p-detail-contents-text em
{
    font-style: normal;

    color: #fcea12;
}
#mainContents .p-detail-contents-notice
{
    color: #888;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-contents-fig
    {
        margin-bottom: 1.28571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-contents-fig
    {
        margin-bottom: 13.88571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-contents-fig
    {
        margin-bottom: 4vw;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-contents-fig
    {
        padding: 0 get_vw(10);
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-contents-fig img
    {
        width: 68vw;
        height: 22.64286vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-contents-fig img
    {
        width: 734.4px;
        height: 244.54286px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-contents-fig img
    {
        width: 73.86667vw;
        height: 34.93333vw;
    }
}
#mainContents .p-detail-text
{
    -webkit-transition: all .5s;
    transition: all .5s; 

    color: #fff;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-text
    {
        font-size: calc((30 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.4;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-text
    {
        font-size: 23.14286px;
        line-height: 1.08;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-detail-text
    {
        font-size: 34.28571px;
        line-height: 1.6;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-text
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.4;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-text
    {
        margin-bottom: 1.07143vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-text
    {
        margin-bottom: 11.57143px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-text
    {
        margin-bottom: 1.86667vw;
    }
}
#mainContents .p-detail-text .is-yellow
{
    color: #f8d14c;
}
#mainContents .p-detail-text:not(.is-inview)
{
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);

    opacity: 0;
}
#mainContents .p-detail-text.is-inview
{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}
#mainContents .p-detail-info-wrapper .p-detail-info-img
{
    -webkit-transition: all .5s;
    transition: all .5s;
}
#mainContents .p-detail-info-wrapper .p-detail-info-img:not(.is-inview)
{
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);

    opacity: 0;
}
#mainContents .p-detail-info-wrapper .p-detail-info-img.is-inview
{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}
#mainContents .p-detail-info-wrapper .p-detail-info-note
{
    color: #fff;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-info-wrapper .p-detail-info-note
    {
        font-size: calc((15 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.4;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-info-wrapper .p-detail-info-note
    {
        font-size: 11.57143px;
        line-height: 1.08;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-detail-info-wrapper .p-detail-info-note
    {
        font-size: 17.14286px;
        line-height: 1.6;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-info-wrapper .p-detail-info-note
    {
        font-size: calc((15 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.4;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-info-wrapper .p-detail-info-note + .p-detail-info-note
    {
        margin-top: .71429vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-info-wrapper .p-detail-info-note + .p-detail-info-note
    {
        margin-top: 7.71429px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-info-wrapper .p-detail-info-note + .p-detail-info-note
    {
        margin-top: 3.46667vw;
    }
}
#mainContents .p-detail-info-table-wrapper
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-info-table-wrapper
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        margin-top: 2.14286vw;
        margin-bottom: 1.07143vw;
        padding-left: 28vw; 

        -webkit-box-pack: justify; 

        -webkit-justify-content: space-between; 

        -ms-flex-pack: justify; 

        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-info-table-wrapper
    {
        margin-top: 23.14286px;
        margin-bottom: 11.57143px;
        padding-left: 302.4px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-info-table-wrapper
    {
        margin-top: 8vw;
        margin-bottom: 4vw;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-info-table-wrapper:after
    {
        position: absolute;
        top: 0;
        right: 0;

        display: block;

        width: 5.33333vw;
        height: 100%;

        content: '';

        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));

        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), black);

        background: linear-gradient(to right, rgba(0, 0, 0, 0), black);
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-info-table-wrapper .p-detail-info-table-inner
    {
        width: 49.78571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-info-table-wrapper .p-detail-info-table-inner
    {
        width: 537.68571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-info-table-wrapper .p-detail-info-table-inner
    {
        overflow: scroll; 

        padding-left: 20.8vw;
    }
}
#mainContents .p-detail-info-table-img
{
    -webkit-transition: all .5s;
    transition: all .5s;
}
#mainContents .p-detail-info-table-img:not(.is-inview)
{
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);

    opacity: 0;
}
#mainContents .p-detail-info-table-img.is-inview
{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-info-table-img
    {
        width: 15vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-info-table-img
    {
        width: 162px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-info-table-img
    {
        width: 56vw;
        margin: 0 0 8vw 29.86667vw;
    }
}
#mainContents .p-detail-info-table
{
    width: 100%;

    table-layout: fixed;

    -webkit-transition: all .5s;

    transition: all .5s; 
    text-align: left;
}
#mainContents .p-detail-info-table:not(.is-inview)
{
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);

    opacity: 0;
}
#mainContents .p-detail-info-table.is-inview
{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-info-table tr + tr
    {
        border-top: .14286vw solid #000;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-info-table tr + tr
    {
        border-top: 1.54286px solid #000;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-info-table tr + tr
    {
        border-top: .53333vw solid #000;
    }
}
#mainContents .p-detail-info-table th,
#mainContents .p-detail-info-table td
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    vertical-align: middle; 

    color: #fff;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-info-table th,
    #mainContents .p-detail-info-table td
    {
        font-size: calc((15 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.4;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-info-table th,
    #mainContents .p-detail-info-table td
    {
        font-size: 11.57143px;
        line-height: 1.08;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-detail-info-table th,
    #mainContents .p-detail-info-table td
    {
        font-size: 17.14286px;
        line-height: 1.6;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-info-table th,
    #mainContents .p-detail-info-table td
    {
        font-size: calc((15 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.4;

        letter-spacing: 0;
    }
}
#mainContents .p-detail-info-table th.p-detail-info-table-cel
{
    background-color: #4e4e4e;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-info-table th.p-detail-info-table-cel
    {
        padding: .92857vw .71429vw 1vw 1.71429vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-info-table th.p-detail-info-table-cel
    {
        padding: 10.02857px 7.71429px 10.8px 18.51429px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-info-table th.p-detail-info-table-cel
    {
        padding: 3.46667vw 2.66667vw 3.73333vw 6.4vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-info-table th.p-detail-info-table-cel + th
    {
        border-left: .14286vw solid #000;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-info-table th.p-detail-info-table-cel + th
    {
        border-left: 1.54286px solid #000;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-info-table th.p-detail-info-table-cel + th
    {
        border-left: .53333vw solid #000;
    }
}
#mainContents .p-detail-info-table td.p-detail-info-table-cel
{
    background-color: #2e2e2e;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-info-table td.p-detail-info-table-cel
    {
        padding: .92857vw .71429vw 1vw 1.71429vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-info-table td.p-detail-info-table-cel
    {
        padding: 10.02857px 7.71429px 10.8px 18.51429px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-info-table td.p-detail-info-table-cel
    {
        padding: 3.46667vw 2.66667vw 3.73333vw 6.4vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-info-table td.p-detail-info-table-cel + td
    {
        border-left: .14286vw solid #000;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-info-table td.p-detail-info-table-cel + td
    {
        border-left: 1.54286px solid #000;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-info-table td.p-detail-info-table-cel + td
    {
        border-left: .53333vw solid #000;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-info-table .p-detail-info-table-empty
    {
        display: none;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-info-table .p-detail-info-table-empty
    {
        width: 5.33333vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-info-table .col-L
    {
        width: 16.35714vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-info-table .col-L
    {
        width: 176.65714px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-info-table .col-L
    {
        width: 52.8vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-info-table .col-S1
    {
        width: 16.35714vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-info-table .col-S1
    {
        width: 176.65714px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-info-table .col-S1
    {
        width: 52.8vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-info-table .col-S2
    {
        width: 16.35714vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-info-table .col-S2
    {
        width: 176.65714px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-info-table .col-S2
    {
        width: 52.8vw;
    }
}
#mainContents .p-detail-info-table-note
{
    -webkit-transition: all .5s;
    transition: all .5s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-info-table-note
    {
        margin-top: 1.28571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-info-table-note
    {
        margin-top: 13.88571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-info-table-note
    {
        margin-top: 4vw;
        padding-right: 5.33333vw; 
        padding-left: 20.8vw;
    }
}
#mainContents .p-detail-info-table-note:not(.is-inview)
{
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);

    opacity: 0;
}
#mainContents .p-detail-info-table-note.is-inview
{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}
#mainContents .p-detail-info-table-note p
{
    color: #fff;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-info-table-note p
    {
        font-size: calc((15 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.2;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-info-table-note p
    {
        font-size: 11.57143px;
        line-height: .92571;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-detail-info-table-note p
    {
        font-size: 17.14286px;
        line-height: 1.37143;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-info-table-note p
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.4;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-info-table-note p + p
    {
        margin-top: 1.28571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-info-table-note p + p
    {
        margin-top: 13.88571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-info-table-note p + p
    {
        margin-top: 4vw;
    }
}
#mainContents .p-detail-caution
{
    -webkit-transition: all .5s;
    transition: all .5s; 

    color: #fff;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution
    {
        font-size: calc((12 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.75;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution
    {
        font-size: 9.25714px;
        line-height: 1.35;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-detail-caution
    {
        font-size: 13.71429px;
        line-height: 2;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution
    {
        font-size: calc((12 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.75;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution
    {
        margin-bottom: 6.42857vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution
    {
        margin-bottom: 69.42857px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution
    {
        margin-bottom: 0vw;
    }
}
#mainContents .p-detail-caution:not(.is-inview)
{
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);

    opacity: 0;
}
#mainContents .p-detail-caution.is-inview
{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-contents-caption
    {
        width: 453px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-contents-caption
    {
        margin-top: get_vw(30);
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-contents-text
    {
        font-size: 24px;
        line-height: 1.75;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-contents-text
    {
        font-size: get_vw(20);
        line-height: 1.8;
    }
}
#mainContents .p-detail-caution-title
{
    -webkit-transition: all .5s;
    transition: all .5s; 

    color: #000;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-title
    {
        font-size: calc((54 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-title
    {
        font-size: 41.65714px;
        line-height: .77143;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-detail-caution-title
    {
        font-size: 61.71429px;
        line-height: 1.14286;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-title
    {
        font-size: calc((28 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: 0;
    }
}
#mainContents .p-detail-caution-title span
{
    display: inline-block;

    background-color: #fff;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-title span:nth-of-type(1)
    {
        padding: .64286vw 0 .64286vw .5vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-title span:nth-of-type(1)
    {
        padding: 6.94286px 0 6.94286px 5.4px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-title span:nth-of-type(1)
    {
        padding: 2.66667vw 1.33333vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-title span:nth-of-type(2)
    {
        padding: .64286vw .5vw .64286vw 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-title span:nth-of-type(2)
    {
        padding: 6.94286px 5.4px 6.94286px 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-title span:nth-of-type(2)
    {
        padding: 2.66667vw 1.33333vw;
    }
}
#mainContents .p-detail-caution-title:not(.is-inview)
{
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);

    opacity: 0;
}
#mainContents .p-detail-caution-title.is-inview
{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}
#mainContents .p-detail-caution-lead
{
    -webkit-transition: all .5s;
    transition: all .5s; 

    color: #fff;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-lead
    {
        font-size: calc((24 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.25;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-lead
    {
        font-size: 18.51429px;
        line-height: .96429;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-detail-caution-lead
    {
        font-size: 27.42857px;
        line-height: 1.42857;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-lead
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.33333;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-lead
    {
        margin-top: 1.07143vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-lead
    {
        margin-top: 11.57143px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-lead
    {
        margin-top: 4vw;
    }
}
#mainContents .p-detail-caution-lead:not(.is-inview)
{
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);

    opacity: 0;
}
#mainContents .p-detail-caution-lead.is-inview
{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-title + .p-detail-caution-list
    {
        margin-top: 2.14286vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-title + .p-detail-caution-list
    {
        margin-top: 23.14286px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-title + .p-detail-caution-list
    {
        margin-top: 10.66667vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-lead + .p-detail-caution-list
    {
        margin-top: 4.28571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-lead + .p-detail-caution-list
    {
        margin-top: 46.28571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-lead + .p-detail-caution-list
    {
        margin-top: 12vw;
    }
}
#mainContents .p-detail-caution-list
{
    -webkit-transition: all .5s;
    transition: all .5s;
}
#mainContents .p-detail-caution-list:not(.is-inview)
{
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);

    opacity: 0;
}
#mainContents .p-detail-caution-list.is-inview
{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-list + .p-detail-caution-title
    {
        margin-top: 6.42857vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-list + .p-detail-caution-title
    {
        margin-top: 69.42857px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-list + .p-detail-caution-title
    {
        margin-top: 16vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-attention-wrapper + .p-detail-caution-title
    {
        margin-top: 6.78571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-attention-wrapper + .p-detail-caution-title
    {
        margin-top: 73.28571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-attention-wrapper + .p-detail-caution-title
    {
        margin-top: 16vw;
    }
}
#mainContents .p-detail-caution-item
{
    color: #fff;
}
#mainContents .p-detail-caution-item-a
{
    position: relative;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-a
    {
        font-size: calc((18 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.66667;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-a
    {
        font-size: 13.88571px;
        line-height: 1.28571;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-detail-caution-item-a
    {
        font-size: 20.57143px;
        line-height: 1.90476;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-a
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.4;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-a
    {
        padding-bottom: 2.14286vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-a
    {
        width: 518.4px; 
        padding-bottom: 23.14286px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-a
    {
        padding-bottom: 10.66667vw;
    }
}
#mainContents .p-detail-caution-item-a .is-yellow
{
    color: #f8d14c;
}
#mainContents .p-detail-caution-item-title
{
    color: #f8d14c;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-title
    {
        margin-bottom: 1.28571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-title
    {
        margin-bottom: 13.88571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-title
    {
        margin-bottom: 2.4vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-title
    {
        font-size: calc((18 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-title
    {
        font-size: 13.88571px;
        line-height: .77143;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-detail-caution-item-title
    {
        font-size: 20.57143px;
        line-height: 1.14286;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-title
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.4;

        letter-spacing: 0;
    }
}
#mainContents .p-detail-caution-item-content
{
    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-content
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-content
    {
        margin-bottom: 2vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-content
    {
        margin-bottom: 21.6px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-content
    {
        margin-bottom: 6.66667vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-text
    {
        font-size: calc((18 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.6;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-text
    {
        font-size: 13.88571px;
        line-height: 1.23429;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-detail-caution-item-text
    {
        font-size: 20.57143px;
        line-height: 1.82857;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-text
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.4;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-text
    {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-text
    {
        max-width: 100%;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-img
    {
        margin-right: 1.85714vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-img
    {
        margin-right: 20.05714px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-img
    {
        margin: 5.33333vw auto 0;

        text-align: center;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-img--01 img
    {
        width: 16vw;
        height: 9vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-img--01 img
    {
        width: 172.8px;
        height: 97.2px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-img--01 img
    {
        width: 73.86667vw;
        height: 41.6vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-img--02 img
    {
        width: 16vw;
        height: 9vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-img--02 img
    {
        width: 172.8px;
        height: 97.2px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-img--02 img
    {
        width: 73.86667vw;
        height: 41.6vw;
    }
}
#mainContents .p-detail-attention-wrapper
{
    -webkit-transition: all .5s;
    transition: all .5s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-attention-wrapper
    {
        margin-top: 4.28571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-attention-wrapper
    {
        margin-top: 46.28571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-attention-wrapper
    {
        margin-top: 12vw;
    }
}
#mainContents .p-detail-attention-wrapper:not(.is-inview)
{
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);

    opacity: 0;
}
#mainContents .p-detail-attention-wrapper.is-inview
{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}
#mainContents .p-detail-attention-wrapper .p-detail-attention-hdg
{
    background-color: #ffec3c;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-attention-wrapper .p-detail-attention-hdg
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;

        padding: 0 4.28571vw 0 3.07143vw; 

        -webkit-box-align: end; 

        -webkit-align-items: flex-end; 

        -ms-flex-align: end; 

        align-items: flex-end;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-attention-wrapper .p-detail-attention-hdg
    {
        padding: 0 46.28571px 0 33.17143px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-attention-wrapper .p-detail-attention-hdg
    {
        padding: 4.26667vw 4vw 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-attention-wrapper .p-detail-attention-hdg .p-detail-attention-description
    {
        width: 51.28571vw;
        padding: 2.78571vw 0 2.85714vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-attention-wrapper .p-detail-attention-hdg .p-detail-attention-description
    {
        width: 553.88571px;
        padding: 30.08571px 0 30.85714px;
    }
}
#mainContents .p-detail-attention-wrapper .p-detail-attention-hdg .p-detail-attention-description .p-detail-attention-description-txt
{
    color: #000;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-attention-wrapper .p-detail-attention-hdg .p-detail-attention-description .p-detail-attention-description-txt
    {
        font-size: calc((21 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.28571;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-attention-wrapper .p-detail-attention-hdg .p-detail-attention-description .p-detail-attention-description-txt
    {
        font-size: 16.2px;
        line-height: .99184;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-detail-attention-wrapper .p-detail-attention-hdg .p-detail-attention-description .p-detail-attention-description-txt
    {
        font-size: 24px;
        line-height: 1.46939;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-attention-wrapper .p-detail-attention-hdg .p-detail-attention-description .p-detail-attention-description-txt
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.4;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-attention-wrapper .p-detail-attention-hdg .p-detail-attention-img
    {
        width: 7.71429vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-attention-wrapper .p-detail-attention-hdg .p-detail-attention-img
    {
        width: 83.31429px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-attention-wrapper .p-detail-attention-hdg .p-detail-attention-img
    {
        width: 29.86667vw;
        margin: 5.33333vw auto 0;
    }
}
#mainContents .p-detail-attention-wrapper .p-detail-attention-hdg .p-detail-attention-img img
{
    width: 100%;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-attention-wrapper .p-detail-attention-note
    {
        font-size: calc((13 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.38462;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-attention-wrapper .p-detail-attention-note
    {
        font-size: 10.02857px;
        line-height: 1.06813;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-detail-attention-wrapper .p-detail-attention-note
    {
        font-size: 14.85714px;
        line-height: 1.58242;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-attention-wrapper .p-detail-attention-note
    {
        font-size: calc((13 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.38462;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-attention-wrapper .p-detail-attention-note
    {
        margin-top: .28571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-attention-wrapper .p-detail-attention-note
    {
        margin-top: 3.08571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-attention-wrapper .p-detail-attention-note
    {
        margin-top: 1.06667vw;
    }
}
#mainContents .p-detail-foam-img
{
    display: block;

    -webkit-transition: all .2s;

    transition: all .2s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-foam-img img
    {
        width: 67.85714vw;
        height: 12.85714vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-foam-img img
    {
        width: 732.85714px;
        height: 138.85714px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-foam-img img
    {
        width: 73.86667vw;
        height: 26.66667vw;
    }
}
#mainContents .p-detail-foam-img:not(.is-inview)
{
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);

    opacity: 0;
}
#mainContents .p-detail-foam-img.is-inview
{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}
#mainContents .p-detail-foam-img:hover
{
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}
#mainContents .p-detail-title
{
    -webkit-transition: all .5s;
    transition: all .5s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-title
    {
        width: 51vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-title
    {
        width: 550.8px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-title
    {
        width: 68vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-title
    {
        margin-bottom: 3.07143vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-title
    {
        margin-bottom: 33.17143px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-title
    {
        margin-bottom: 6.4vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-title
    {
        margin-top: 6.42857vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-title
    {
        margin-top: 69.42857px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-title
    {
        margin-top: 24vw;
    }
}
#mainContents .p-detail-title img
{
    width: 100%;
}
#mainContents .p-detail-title:not(.is-inview)
{
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);

    opacity: 0;
}
#mainContents .p-detail-title.is-inview
{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}
#mainContents .p-detail-story-title
{
    overflow: hidden; 

    -webkit-transition: all .8s; 

    transition: all .8s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-story-title
    {
        margin-bottom: 1.42857vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-story-title
    {
        margin-bottom: 15.42857px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-story-title
    {
        margin-bottom: 1.6vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-story-title
    {
        margin-left: .71429vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-story-title
    {
        margin-left: 7.71429px;
    }
}
#mainContents .p-detail-story-title img
{
    max-width: inherit;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-story-title img
    {
        width: 35.87929vw;
        height: 5.24571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-story-title img
    {
        width: 387.49629px;
        height: 56.65371px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-story-title img
    {
        width: 73.86667vw;
        height: 10.8vw;
    }
}
#mainContents .p-detail-story-title:not(.is-inview)
{
    width: 0;
}
#mainContents .p-detail-story-title.is-inview
{
    width: 105%;
}
#mainContents .p-detail-caution-item-red-box
{
    text-align: center; 

    color: #fff;
    background-color: #df1828;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-red-box
    {
        font-size: calc((18 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.66667;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-red-box
    {
        font-size: 13.88571px;
        line-height: 1.28571;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-detail-caution-item-red-box
    {
        font-size: 20.57143px;
        line-height: 1.90476;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-red-box
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.4;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-red-box
    {
        margin-bottom: 1.78571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-red-box
    {
        margin-bottom: 19.28571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-red-box
    {
        margin-bottom: 8vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-red-box
    {
        padding-top: 1.07143vw;
        padding-bottom: 1.07143vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-red-box
    {
        padding-top: 11.57143px;
        padding-bottom: 11.57143px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-red-box
    {
        margin-top: 1.86667vw;
        padding: 4vw;
    }
}
#mainContents .p-detail-story-lead
{
    overflow: hidden;

    -webkit-transition: all .8s .15s;

    transition: all .8s .15s;
    white-space: nowrap; 
    word-break: keep-all;

    color: #fff;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-story-lead
    {
        margin-left: .71429vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-story-lead
    {
        margin-left: 7.71429px;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-story-lead
    {
        margin-bottom: 4.28571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-story-lead
    {
        margin-bottom: 46.28571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-story-lead
    {
        margin-bottom: 8vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-story-lead
    {
        font-size: calc((24 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.5;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-story-lead
    {
        font-size: 18.51429px;
        line-height: 1.15714;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-detail-story-lead
    {
        font-size: 27.42857px;
        line-height: 1.71429;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-story-lead
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.4;

        letter-spacing: 0;
    }
}
#mainContents .p-detail-story-lead:not(.is-inview)
{
    width: 0;
}
#mainContents .p-detail-story-lead.is-inview
{
    width: 100%;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-story-content
    {
        margin-bottom: 6.42857vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-story-content
    {
        margin-bottom: 69.42857px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-story-content
    {
        margin-bottom: 12vw;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-story-content
    {
        margin-top: 8vw;
    }
}

@media screen and (max-width: 767px) and (min-width: 768px)
{
    #mainContents .p-detail-story-list
    {
        width: 68vw;
        height: 24.5vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-story-list
    {
        width: 734.4px;
        height: 264.6px;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    #mainContents .p-detail-story-list
    {
        width: 73.86667vw;
        height: 26.61333vw;
    }
}
#mainContents .p-detail-story-list:not(.is-inview) .p-detail-story-item
{
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);

    opacity: 0;
}
#mainContents .p-detail-story-list.is-inview .p-detail-story-item
{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}
#mainContents .p-detail-story-item
{
    width: 100%; 

    -webkit-transition: all .2s; 

    transition: all .2s;

    background: #000;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-story-item
    {
        width: 68vw;
        height: 22.85714vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-story-item
    {
        width: 734.4px;
        height: 246.85714px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-story-item
    {
        width: 73.86667vw;
        height: 24.8vw;
    }
}
#mainContents .p-detail-story-item img
{
    width: 100%;

    -webkit-transition: all .2s;

    transition: all .2s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-story-item img
    {
        width: 68vw;
        height: 22.85714vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-story-item img
    {
        width: 734.4px;
        height: 246.85714px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-story-item img
    {
        width: 73.86667vw;
        height: 24.8vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-story-item + .p-detail-story-item
    {
        margin-top: 28px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-story-item + .p-detail-story-item
    {
        margin-top: get_vw(14);
    }
}
#mainContents .p-detail-story-item a
{
    display: block;

    -webkit-transition: all .2s;

    transition: all .2s; 

    -webkit-backface-visibility: hidden; 

    backface-visibility: hidden;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-story-item a:hover img
    {
        -webkit-filter: brightness(130%);
        filter: brightness(130%);
    }
}
#mainContents .p-detail-experience-title
{
    position: relative;

    overflow: hidden; 

    -webkit-transition: all .8s; 

    transition: all .8s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-experience-title
    {
        margin-bottom: 1.42857vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-experience-title
    {
        margin-bottom: 15.42857px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-experience-title
    {
        margin-bottom: 1.6vw;
    }
}
#mainContents .p-detail-experience-title img
{
    max-width: inherit;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-experience-title img
    {
        width: 24.006vw;
        height: 4.90071vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-experience-title img
    {
        width: 259.2648px;
        height: 52.92771px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-experience-title img
    {
        width: 50.69307vw;
        height: 10.34907vw;
    }
}
#mainContents .p-detail-experience-title:not(.is-inview)
{
    width: 0;
}
#mainContents .p-detail-experience-title.is-inview
{
    width: 100%;
}
#mainContents .p-detail-experience-lead
{
    overflow: hidden;

    -webkit-transition: all .8s .15s;

    transition: all .8s .15s;
    white-space: nowrap; 
    word-break: keep-all;

    color: #fff;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-experience-lead
    {
        margin-left: .71429vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-experience-lead
    {
        margin-left: 7.71429px;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-experience-lead
    {
        margin-bottom: 4.28571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-experience-lead
    {
        margin-bottom: 46.28571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-experience-lead
    {
        margin-bottom: 8vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-experience-lead
    {
        font-size: calc((24 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.5;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-experience-lead
    {
        font-size: 18.51429px;
        line-height: 1.15714;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-detail-experience-lead
    {
        font-size: 27.42857px;
        line-height: 1.71429;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-experience-lead
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.4;

        letter-spacing: 0;
    }
}
#mainContents .p-detail-experience-lead:not(.is-inview)
{
    width: 0;
}
#mainContents .p-detail-experience-lead.is-inview
{
    width: 100%;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-experience-content
    {
        margin-bottom: 7.14286vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-experience-content
    {
        margin-bottom: 77.14286px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-experience-content
    {
        margin-bottom: 18.66667vw;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-experience-content
    {
        margin-top: 8vw;
    }
}

@media screen and (max-width: 767px) and (min-width: 768px)
{
    #mainContents .p-detail-experience-list
    {
        width: 68vw;
        height: 19.14286vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-experience-list
    {
        width: 734.4px;
        height: 206.74286px;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    #mainContents .p-detail-experience-list
    {
        width: 73.86667vw;
        height: 20.8vw;
    }
}
#mainContents .p-detail-experience-list:not(.is-inview) .p-detail-experience-item
{
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);

    opacity: 0;
}
#mainContents .p-detail-experience-list.is-inview .p-detail-experience-item
{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
}
#mainContents .p-detail-experience-item
{
    width: 100%; 

    -webkit-transition: all .2s; 

    transition: all .2s;

    background: #000;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-experience-item
    {
        width: 68vw;
        height: 19.14286vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-experience-item
    {
        width: 734.4px;
        height: 206.74286px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-experience-item
    {
        width: 73.86667vw;
        height: 20.8vw;
    }
}
#mainContents .p-detail-experience-item img
{
    width: 100%;

    -webkit-transition: all .2s;

    transition: all .2s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-experience-item img
    {
        width: 68vw;
        height: 19.14286vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-experience-item img
    {
        width: 734.4px;
        height: 206.74286px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-experience-item img
    {
        width: 73.86667vw;
        height: 20.8vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-experience-item + .p-detail-story-item
    {
        margin-top: 28px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-experience-item + .p-detail-story-item
    {
        margin-top: get_vw(14);
    }
}
#mainContents .p-detail-experience-item a
{
    display: block;

    -webkit-transition: all .2s;

    transition: all .2s; 

    -webkit-backface-visibility: hidden; 

    backface-visibility: hidden;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-experience-item a:hover img
    {
        -webkit-filter: brightness(130%);
        filter: brightness(130%);
    }
}
@media all and (-ms-high-contrast: none)
{
    #mainContents .p-detail-foam-img
    {
        position: relative;
    }
    #mainContents .p-detail-foam-img:before
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        content: '';
        -webkit-transition: all .2s;
        transition: all .2s; 

        opacity: 0;
        background-color: rgba(255, 255, 255, .2);
    }
    #mainContents .p-detail-foam-img:hover:before
    {
        opacity: 1;
    }
    #mainContents .p-detail-story-item
    {
        position: relative;
    }
    #mainContents .p-detail-story-item a:before
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        content: '';
        -webkit-transition: all .2s;
        transition: all .2s; 

        opacity: 0;
        background-color: rgba(255, 255, 255, .2);
    }
    #mainContents .p-detail-story-item a:hover:before
    {
        opacity: 1;
    }
}
#mainContents .p-detail-caution-item-container
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-container
    {
        margin-bottom: 3.21429vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-container
    {
        margin-bottom: 34.71429px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-container
    {
        margin-bottom: 12vw;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-container
    {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-process
    {
        width: 32.28571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-process
    {
        width: 348.68571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-process
    {
        width: 100%;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-process:first-child
    {
        margin-bottom: 0vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-process:first-child
    {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-process:first-child
    {
        margin-bottom: 7.89333vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-process:first-child
    {
        margin-right: 2.14286vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-head
    {
        font-size: calc((24 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.25;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-head
    {
        font-size: 18.51429px;
        line-height: .96429;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-detail-caution-item-head
    {
        font-size: 27.42857px;
        line-height: 1.42857;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-head
    {
        font-size: calc((18 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.33333;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-head
    {
        margin-bottom: 1.28571vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-head
    {
        margin-bottom: 13.88571px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-head
    {
        margin-bottom: 4vw;
    }
}
#mainContents .p-detail-caution-item-head span
{
    color: #f8d14c;
}
#mainContents .p-detail-caution-item-foot
{
    text-align: right; 

    color: #f8d14c;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-foot
    {
        font-size: calc((14 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 2.14286;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-foot
    {
        font-size: 10.8px;
        line-height: 1.65306;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-detail-caution-item-foot
    {
        font-size: 16px;
        line-height: 2.44898;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-foot
    {
        margin-top: 2.13333vw;
    }
}
#mainContents .p-detail-caution-item-yellow-box
{
    text-align: center; 

    color: #000;
    background: #ffec3c;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-yellow-box
    {
        font-size: calc((18 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.66667;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-yellow-box
    {
        font-size: 13.88571px;
        line-height: 1.28571;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-detail-caution-item-yellow-box
    {
        font-size: 20.57143px;
        line-height: 1.90476;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-yellow-box
    {
        font-size: calc((14 / 375) * 100vw);
        font-weight: 700; 
        line-height: 1.4;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-yellow-box
    {
        margin-bottom: 2.10714vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-yellow-box
    {
        margin-bottom: 22.75714px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-yellow-box
    {
        margin-bottom: 8vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-yellow-box
    {
        padding-top: .96429vw;
        padding-bottom: .96429vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-yellow-box
    {
        padding-top: 10.41429px;
        padding-bottom: 10.41429px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-detail-caution-item-yellow-box
    {
        padding: 4vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-detail-caution-item-text--bottom
    {
        font-size: calc((18 / 1400) * 100vw);
        font-weight: 700; 
        line-height: 1.6;

        letter-spacing: 0;
    }
}
@media screen and (max-width: 1080px) and (min-width: 769px)
{
    #mainContents .p-detail-caution-item-text--bottom
    {
        font-size: 13.88571px;
        line-height: 1.23429;

        letter-spacing: 0;
    }
}
@media screen and (min-width: 1600px)
{
    #mainContents .p-detail-caution-item-text--bottom
    {
        font-size: 20.57143px;
        line-height: 1.82857;

        letter-spacing: 0;
    }
}
#mainContents .p-countdown-icon
{
    position: fixed;
    z-index: 1000;
    bottom: 0;

    -webkit-transition: bottom .5s, opacity .5s;

    transition: bottom .5s, opacity .5s;
}
@media screen and (min-width: 768px)
{
    #mainContents .p-countdown-icon
    {
        left: 70px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-countdown-icon
    {
        left: 2.66667vw;
    }
}
@media screen and (min-width: 768px)
{
    #mainContents .p-countdown-icon .p-countdown-img
    {
        width: 90px;
        height: 112px;
    }
}
@media screen and (max-width: 767px)
{
    #mainContents .p-countdown-icon .p-countdown-img
    {
        width: 11.2vw;
        height: 13.86667vw;
    }
    #mainContents .p-countdown-icon.is-inview
    {
        left: 55px;
    }
}
#mainContents .p-countdown-icon:not(.is-inview)
{
    bottom: -50px; 

    opacity: 0;
}
#mainContents .p-countdown-icon.is-inview
{
    bottom: 0; 
    opacity: 1;
}
#mainContents .p-countdown-icon__inner
{
    position: relative;
}

@-webkit-keyframes floating
{
    0%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100%
    {
        -webkit-transform: translateY(3%);
        transform: translateY(3%);
    }
}

@keyframes floating
{
    0%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100%
    {
        -webkit-transform: translateY(3%);
        transform: translateY(3%);
    }
}

@media print
{
    body
    {
        display: none;
    }
}

body:not(.is-oh) .c-menu-ham
{
    background-color: red;
}
body:not(.is-oh) .c-menu-ham.is-inview
{
    opacity: 1;
}
body:not(.is-oh) .c-menu-ham:not(.is-inview)
{
    z-index: -1;
}

body:not(.is-oh) .c-menu.is-inview
{
    opacity: 1;
}

body:not(.is-oh) .c-menu:not(.is-inview)
{
    z-index: -1;

    opacity: 0;
}
