@charset "UTF-8";


html{
    font-size: 625%;
}
body {
    position: relative;
    width: 100%;
    color: #111;
    text-align: left;
    font-size: .16em;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
    line-height: 1.5;
    overscroll-behavior: none;
}

.sans-serif {
    font-family: 'Oswald', sans-serif;
}
.serif {
    font-family: Times New Roman, Georgia, serif;
}
.mincho {
    font-family:"Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
}

figure {
    display: block;
    margin: 0;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.is-pc {
    display: block !important;
}
.tab-only {
    display: none !important;
}
.is-sp {
    display: none !important;
}
.bgcolor1 {
    background-color: #975466;
}
.bgcolor2 {
    background-color: #7d6c9a;
}
.bgcolor3 {
    background-color: #6e9570;
}

.is-hide {
    display: none;
}
sup {
    font-size: 60%;
    vertical-align: top;
    position: relative;
    top: 0;
}
sub {
    font-size: 80%;
    vertical-align: bottom;
    position: relative;
    bottom: -0.3em;
}

@media only screen and (max-width: 1024px) {
    .is-pc.no-tab {
        display: none !important;
    }
    .tab-only {
        display: block !important;
    }
}

@media only screen and (max-width: 750px) {
    .is-pc {
        display: none !important;
    }
    .tab-only {
        display: none !important;
    }
    .is-sp {
        display: block !important;
    }
    sup {
        font-size: 60%;
        vertical-align: top;
        position: relative;
        top: 0;
    }
    sub {
        font-size: 60%;
        vertical-align: bottom;
        position: relative;
        bottom: 0;
    }
}



/* ===================== */
/* body
/* ===================== */
body {
    background: #efefef;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@media only screen and (max-width: 750px) {
}

/* ===================== */
/* body
/* ===================== */


/* ================================================= */
/* footer */
/* ================================================= */

#_footer {
    background-color: #fff;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.localFooter {
    background:#fff;
    padding-top:20px !important;
    line-height: 150%;
}

#bpGlobalFooter {
    background:#fff;
    padding-top:10px;
    padding-bottom: 30px !important;
}

/* ===================== */
/* wrapper
/* ===================== */

#_tu {
    background-color: #ffffff;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#_tu ._mv {
    width: 100%;
    position: relative;
}
#_tu ._mv img {
    width: 100%;
}
#_tu ._mv ._mv_bg {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}
#_tu ._mv ._mv_img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-10%);
    z-index: 300;
    opacity: 0;
}
#_tu ._mv ._h1_sub {
    display: block;
    width: 22%;
    position: absolute;
    left: 0;
    top: 4%;
    z-index: 400;
    opacity: 0;
}
#_tu ._mv ._h1 {
    display: block;
    width: 66%;
    position: absolute;
    right: 4%;
    bottom: 2%;
    z-index: 500;
    opacity: 0;
}


#_tu ._mv ._slide1,
#_tu ._mv ._slide2,
#_tu ._mv ._slide3 {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 50%;
    transform-origin: center top;
    z-index: 1;
    opacity: 0;
}
#_tu ._mv ._slide1-2 {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 50%;
    transform-origin: center top;
    transform: translateY(-50%);
    z-index: 1;
}
#_tu ._mv ._slide1-2 span {
    display: block;
    width: 100%;
    opacity: 1;
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
}
#_tu ._mv ._slide1-2.active span {
    animation: arrowAnim 5.5s ease 1s 1 forwards;
}
@keyframes arrowAnim {
    0% {opacity: 1; transform: scale(1.1); clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);}
    10% {opacity: 1; transform: scale(1); clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);}
    32% {opacity: 1; transform: scale(1); clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);}
    85% {opacity: 1; transform: scale(1); clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);}
    100% {opacity: 0; transform: scale(.9); clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);}
}

#_tu ._mv ._slide1.active {
    animation: fadeIn1 5.5s ease 1s 1 forwards;
}
#_tu ._mv ._slide2.active {
    animation: fadeIn1 5.5s ease 6s 1 forwards;
}
#_tu ._mv ._slide3.active {
    animation: fadeIn1 5.5s ease 11s 1 forwards;
}
#_tu ._mv ._mv_img.active {
    animation: fadeIn2 .8s cubic-bezier(0.33, 1, 0.68, 1) 16s 1 forwards;
}
#_tu ._mv ._h1.active {
    animation: fadeIn4 .5s cubic-bezier(0.33, 1, 0.68, 1) 16.5s 1 forwards;
}
#_tu ._mv ._h1_sub.active {
    animation: fadeIn3 .5s cubic-bezier(0.33, 1, 0.68, 1) 16.8s 1 forwards;
}

@keyframes fadeIn1 {
    0% {opacity: 0; transform: scale(1.1) translateY(-50%);}
    15% {opacity: 1; transform: scale(1) translateY(-50%);}
    85% {opacity: 1; transform: scale(1) translateY(-50%);}
    100% {opacity: 0; transform: scale(.9) translateY(-50%);}
}
@keyframes fadeIn2 {
    0% {opacity: 0; transform: translateY(-10%);}
    100% {opacity: 1; transform: translateY(0);}
}
@keyframes fadeIn3 {
    0% {opacity: 0; transform: translateX(-75%) translateY(10%);}
    100% {opacity: 1; transform: translateX(0) translateY(0);}
}
@keyframes fadeIn4 {
    0% {opacity: 0; transform: translateX(15%) translateY(-2%);}
    100% {opacity: 1; transform: translateX(0) translateY(0);}
}

.scl-fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all ease .8s;
}
.scl-fade-in.scl-anim-init {
    opacity:1;
    transform: translateY(0);
}

#_tu ._read {
    background-color: #ffffff;
    display: block;
    width: 100%;
    padding: 40px 20px 20px;
}
#_tu ._read p {
    font-size: 17px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 2;
    text-align: center;
}
#_tu ._read p strong {
    font-weight: bold;
    color: #d30612;
}
#_tu ._read p span {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    font-weight: normal;
}
#_tu ._read p span._notes {
    font-size: 11px;
}
#_tu ._read p br {
    display: block;
}
@media only screen and (max-width: 1000px) {
    #_tu ._read p {
        text-align: justify;
    }
    #_tu ._read p br {
        display: none;
    }
}

#_tu ._contents {
    background: url(bg.png) center top no-repeat;
    background-size: 1500px auto;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 10px;
}
#_tu ._contents a {
    font-weight: bold;
    text-decoration: underline;
}

#_tu ._contents ._contents_ttl {
    position: absolute;
    left: 50%;
    top: -110px;
    width: 650px;
    transform: translateX(-50%);
    z-index: 10;
}
#_tu ._contents ._contents_ttl h2 {
    display: block;
}

#_tu ._contents ._contents_body {
    background-color: #ffffff;
    border: #e00c4f solid 4px;
    box-shadow: 0px 0px 30px 0px rgba(224, 12, 79, 0.2);
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 140px 40px 40px;
    position: relative;
    z-index: 10;
}

#_tu ._contents ._contents_imgbody {
    width: 100%;
    position: relative;
    z-index: 1;
}

#_tu ._contents ._bodytext1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
}
#_tu ._contents ._bodytext1 .notes {
    display: block;
    font-size: 10px;
}
#_tu ._contents ._bodytext2 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
}
#_tu ._contents ._bodytext2 span {
    font-weight: bold;
}


#_tu ._contents ._contents_body_flexbox {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
#_tu ._contents ._contents_body_flexbox ._flexbox_img {
    width: 400px;
    margin-bottom: 2em;
}
#_tu ._contents ._contents_body_flexbox ._flexbox_text1 {
    width: calc(100% - 400px);
    padding: 0 40px 0 0;
}
#_tu ._contents ._contents_body_flexbox ._flexbox_text2 {
    width: calc(100% - 400px);
    padding: 0 0 0 40px;
}

#_tu ._contents ._fig1 {
    display: block;
    width: 100%;
    margin: 0 auto 2em;
    position: relative;
    z-index: 10;
}
#_tu ._contents ._imgcap {
    padding-top: 6px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #d01431;
    text-align: center;
}
#_tu ._contents ._img1 {
    display: block;
    width: 100%;
}
#_tu ._contents ._img2 {
    display: block;
    width: 100%;
    margin: 0 auto 2em;
    position: relative;
    z-index: 10;
}
#_tu ._contents ._img2 figure {
    display: block;
    width: 100%;
    max-width: 340px;
    margin: 0 auto 10px;
}
#_tu ._contents ._prof {
    width: 100%;
    position: relative;
}
#_tu ._contents ._prof ._prof_text1 {
    padding: .5em 0;
    font-size: 12px;
    font-feature-settings: "palt";
    line-height: 1.4;
}
#_tu ._contents ._prof ._prof_text2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #d40512;
}
#_tu ._contents ._prof ._prof_text2 span {
    font-size: 60%;
}

#_tu ._link {
    width: 100%;
    padding: 50px 0;
}
#_tu ._link a {
    transition: opacity ease .3s;
}
#_tu ._link a:hover {
    opacity: .7;
}
#_tu ._link ._linkbnr1 {
    width: 820px;
    margin: 0 auto 50px;
}
#_tu ._link ._linkbnr2 {
    box-shadow: 0px 0px 20px 0px rgba(224, 12, 79, 0.2);
    width: 600px;
    margin: 0 auto 50px;
}
#_tu ._link ._notes1 {
    width: 200px;
    margin: 0 auto 15px;
}
#_tu ._link ._notes2 {
    width: 400px;
    margin: 0 auto;
}


@media screen and (max-width:750px) {
    
    #_tu {
        max-width: inherit;
    }

    #_tu ._mv ._h1_sub {
        display: block;
        width: 88vw;
        position: absolute;
        left: 0;
        top: 3vw;
    }
    #_tu ._mv ._h1 {
        display: block;
        width: 98vw;
        position: absolute;
        right: 0;
        bottom: -15vw;
    }


    #_tu ._mv ._slide1,
    #_tu ._mv ._slide2,
    #_tu ._mv ._slide3 {
        width: 94vw;
        position: absolute;
        left: 3vw;
        top: 50%;
        transform: translateY(-50%);
        transform-origin: center top;
        z-index: 1;
        opacity: 0;
    }
    #_tu ._mv ._slide1-2 {
        width: 94vw;
        position: absolute;
        left: 3vw;
        top: 50%;
        transform: translateY(-50%);
        transform-origin: center top;
        z-index: 1;
        z-index: 1;
    }

    #_tu ._read {
        background-color: #ffffff;
        display: block;
        width: 100%;
        padding: 15vw 4vw 1px;
    }
    #_tu ._read p {
        font-size: 16px;
        line-height: 2;
    }

    #_tu ._contents {
        background: url(bg.png) center top no-repeat;
        background-size: 200vw auto;
        width: 100%;
        padding-top: 34vw;
        padding-bottom: 1px;
    }
    #_tu ._contents a {
        font-weight: bold;
        text-decoration: underline;
    }

    #_tu ._contents ._contents_ttl {
        position: absolute;
        left: 50%;
        top: -16vw;
        width: 90vw;
        transform: translateX(-50%);
        z-index: 10;
    }
    #_tu ._contents ._contents_ttl h2 {
        display: block;
    }

    #_tu ._contents ._contents_body {
        background-color: #ffffff;
        border: #e00c4f solid 2px;
        box-shadow: 0px 0px 4vw 0px rgba(224, 12, 79, 0.2);
        max-width: inherit;
        width: 96vw;
        margin: 0 auto;
        padding: 16vw 4vw 4vw;
        position: relative;
        z-index: 10;
    }

    #_tu ._contents ._contents_imgbody {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    #_tu ._contents ._bodytext1 {
        font-size: 15px;
    }
    #_tu ._contents ._bodytext1 .notes {
        display: block;
        font-size: 10px;
    }

    #_tu ._contents ._contents_body_flexbox {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        z-index: 10;
    }
    #_tu ._contents ._contents_body_flexbox ._flexbox_img {
        order: 2;
        width: 100%;
        margin-bottom: 2em;
    }
    #_tu ._contents ._contents_body_flexbox ._flexbox_text1 {
        order: 1;
        width: 100%;
        padding: 0;
    }
    #_tu ._contents ._contents_body_flexbox ._flexbox_text2 {
        order: 1;
        width: 100%;
        padding: 0;
    }

    #_tu ._contents ._fig1 {
        display: block;
        width: 100%;
        margin: 0 auto 2em;
        position: relative;
        z-index: 10;
    }
    #_tu ._contents ._imgcap {
        padding-top: 6px;
        font-size: 12px;
        font-feature-settings: "palt";
    }
    #_tu ._contents ._img1 {
        display: block;
        width: 100%;
    }
    #_tu ._contents ._img2 {
        display: block;
        width: 100%;
        margin: 0 auto 2em;
        position: relative;
        z-index: 10;
    }
    #_tu ._contents ._img2 figure {
        display: block;
        width: 66vw;
        margin: 0 auto 6px;
    }
    #_tu ._contents ._prof {
        width: 100%;
        position: relative;
    }
    #_tu ._contents ._prof ._prof_text1 {
        padding: .5em 0;
        font-size: 11px;
        font-feature-settings: "palt";
        line-height: 1.4;
    }
    #_tu ._contents ._prof ._prof_text2 {
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        color: #d40512;
    }
    #_tu ._contents ._prof ._prof_text2 span {
        font-size: 60%;
    }


    #_tu ._link {
        width: 100%;
        padding: 30px 0 50px;
    }
    #_tu ._link ._linkbnr1 {
        width: 100%;
        margin: 0 auto 20px;
    }
    #_tu ._link ._linkbnr2 {
        box-shadow: 0px 0px 12px 0px rgba(224, 12, 79, 0.15);
        width: 93.5%;
        margin: 0 auto 40px;
    }
    #_tu ._link ._notes1 {
        width: 45%;
        margin: 0 auto 12px;
    }
    #_tu ._link ._notes2 {
        width: 90%;
        margin: 0 auto;
    }
}
