@charset "utf-8";


/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*     font-size:100%; */
    vertical-align: baseline;
    background: transparent;
}

ul,
ol {
    list-style: none;
}

html {
    width: 100%;
    font-size: 16px;
    overflow-x: hidden;
    /* min-width: 1500px; */
    height: 100%;
    /* background: #000; */
}
@media screen and (max-width: 1000px) {
    html {
        font-size: 1.6vw;
    }
}
@media screen and (max-width: 750px) {
    html {
        font-size: 2.13333vw;
    }
}
body {
    line-height: 1.8;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    /* height: 100%; */
    font-weight: 500;
    background: #000;
}

button,input,select,textarea {
    font-family: 'Noto Sans JP';
    outline: none;
    border: none;
    font-size: 1rem;
}

button {
    cursor: pointer
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
    text-decoration: none;
    /*     color: #fc4900; */
}

a.link {

}

a.link:hover {
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
    -webkit-appearance: none;
    padding: 0;
}

* {
    box-sizing: border-box;
    /* -webkit-backface-visibility: hidden; */
    /* backface-visibility: hidden; */
}

img {
    vertical-align: middle;
}

label {
    cursor: pointer
}


#wrap {
    width: 100%;
    /* max-width: 1366px; */
    margin: auto;
    /* overflow: hidden; */
    color: #fff;
}

#kv {
    position: relative;
}
#kv > img {
    width: 100%
}
@media screen and (min-width: 1001px) {
    #kv {
        height: 400px;
    }
    #kv > img {
        position: absolute;
        width: 1920px;
        left: 50%;
        margin-left: -960px;
        height: 400px;
    }
    #kv > img.middle {
        display: none
    }
}
@media screen and (max-width: 1000px) {
    #kv > img.pc:not(.middle) {
        display: none
    }
}
@media screen and (max-width: 1366px) {
    #wrap {
        overflow: hidden;
    }
}
#kvInner {
    position: absolute;
    width: 73.21%;
    height: 100%;
    width: 100%;
    left: 13.4%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: flex;
    /* max-width: 1000px; */
    justify-content: center;
    align-items: center;
    padding: 0 2.5%;
    max-width: 1000px;
    justify-content: space-between;
}
#kvInner #kvTextArea {
    width: 65%;
    padding-top: 3%;
}
#kvInner #kvTextArea #kvText {
    width: 82%;
    margin-bottom: 5%;
    transform: translateY(-2rem);
    opacity: 0;
    transition: .75s;
    transition-property: transform,opacity;
}
#kvInner #kvTextArea #kvLogo {
    margin-bottom: 5%;
    transform: translateY(-2rem);
    opacity: 0;
    transition: .75s .25s;
    transition-property: transform,opacity;
}
#fixedDlLinkWrap {/*     display: flex; */position: fixed;right: 1rem;bottom: 1rem;z-index: 1000;width: 133px;}
#dlLink {
    /* display: flex; */
    /* margin-right: 6%; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    width: 100%;
} 
#dlLink li {
    width: 100%;
    margin-bottom: 0.75rem;
    max-width: 200px;
}

.iOS #dlLink li,
.Android #dlLink li {
    /* width: 100%; */
    /* max-width: 100%; */
}
#dlLink li:not(:first-child) {
    /* margin-left: 3% */
}
#dlLink li img {
    width: 100%
}
#qr {
    width: 100%;
    border: 1px solid #c4c4c4;
}
#qr img {
    width: 100%
}
#kvInner #mockImg {
    width: 19.85%;
    padding-top: 13%;
    transform: translateY(-2rem);
    opacity: 0;
    transition: .5s .75s;
    transition-property: transform,opacity;
}
#kvInner #mockImg img {
    width: 100%
}
.on #kvInner #kvTextArea #kvText ,
.on #kvInner #kvTextArea #kvLogo ,
.on #dlLinkWrap ,
.on #kvInner #mockImg {
    opacity: 1;
    transform: translateY(0);
}
.section .sectionInner {
    padding: 6rem 10px 7rem;
    position: relative;
}
.section.left {
    background: #222 url(../images/bg_ptn.png);
}
.section.right {
    background: rgb(46,47,49);
}
.section#facethru  .sectionInner {
    /* padding: 7rem 0 15rem; */
}
@media screen and (min-width: 751px) {
    .section.noBtn .sectionInner {
        padding: 6rem 0 15rem;
    }
}

.section.right .sectionInner {
    /* padding: 5.5rem 13.5% 10rem 0; */
}
.section#service {
    /* background: #fff */
}
.section#service .sectionInner {
    /* padding: 7rem 0 7rem; */
}
.section .sectionInner {
    max-width: 1000px;
    margin: auto;
    /* padding: 0 10%; */
}
.section .ttlWrap {
    /* position: relative; */
    /* text-align: center; */
}
.section .ttlWrap h1 {
    font-size: 2.3rem;
    line-height: 1;
    position: relative;
    padding: 0 1rem;
    text-align: right;
    /* display: inline-block; */
    /* width: 45%; */
    padding: 0 0% 0 25%;
    margin-bottom: 4rem;
    font-weight: 500;
}

.section.right .ttlWrap h1 {
    /* text-align: left; */
    padding-left: 0;
    padding-right: 25%;
}
.section.right .detailList {
    padding-left: 0;
    padding-right: calc(27% + 0.5rem);
}
.section .ttlWrap h1 span:first-child:after {
    content: "";
    width: 1366px;
    height: 2px;
    background: #f49c00;
    /* background: #fff; */
    display: block;
    position: absolute;
    top: 100%;
    transition: .75s .25s ease-out;
    width: 0;
    transition-property: width;
}
.section.left .ttlWrap span:first-child:after {
    right: 0;
}
.section.right .ttlWrap span:first-child:after {
    left: 0;
}
.section .ttlWrap h1 span {
    display: block;
    padding: 0.25em 0.5rem;
    text-align: left;
    position: relative;
    min-width: 8.5em;
    line-height: 1;
    transition: .5s;
    opacity: 0;
    transition-property: transform,opacity;
}
.section.on .ttlWrap h1 span {
    opacity: 1;
}
.section.on .ttlWrap h1 span:first-child:after {
    width: 1366px;
    width: 9999px;
}
.section .ttlWrap p.img {
    position: absolute;
    width: 30%;
}
.section#facethru .ttlWrap p.img {
    left: 70.8%;
    bottom: 0;
    width: 32.5%;
    max-width: 325px;
}
.section#offer .ttlWrap p.img {
    right: 74.4%;
    bottom: 0;
    width: 27.9%;
    max-width: 279px;
}
.section#service .ttlWrap p.img {
    left: 75%;
    bottom: 0;
    width: 29.8%;
    max-width: 298px;
}
.section#facethru .ttlWrap p.img img {
    transform: translate(3rem,0);
}
.section#offer .ttlWrap p.img img {
    transform: translate(-3rem,0);
}
.section#service .ttlWrap p.img img {
    transform: translate(3rem,0);
}
.section#ticket .ttlWrap p.img img {
    transform: translate(-3rem, 0);
}
.section .ttlWrap p.img img {
    width: 100%;
    opacity: 0;
    transition: 1s .25s cubic-bezier(0, 0, 0.15, 1);
    transition-property: transform,opacity;
}
.section.on .ttlWrap p.img img {
    opacity: 1;
    transform: translate(0)!important;
}
.section.left .detailList {
    padding-left: calc(27% + .5rem);
}
.section .detailList li {
    padding-left: 1em;
    text-indent: -1em;
    opacity: 0;
    transition: .5s;
    transform: translateY(1rem);
    transition-property: transform,opacity;
}
.section .detailList li .balloonWrap {
    display: inline-block;
    text-indent: 0;
    margin: .5em 0;
}
.section .detailList li .balloon {
    display: inline-block;
    background: #f49c00;
    text-indent: 0;
    border-radius: .5em;
    padding: 0.25em 1em;
    color: #000;
    position: relative;
    margin-left: 0.75em;
    /* font-size: 70%; */
}
.section .detailList li .balloon:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.25em 0.5em 0.25em 0;
    border-color: transparent #f49b00 transparent transparent;
    right: 100%;
    top: 50%;
    margin-top: -0.25em;
}

.section.on .detailList li {
    transform: translateY(0);
    opacity: 1
}
.section.on .detailList li:nth-child(1) {transition-delay: 0.50s}
.section.on .detailList li:nth-child(2) {transition-delay: 0.65s}
.section.on .detailList li:nth-child(3) {transition-delay: 0.80s}
.section .detailList li:not(:last-child) {
    margin-bottom: .25em
}
.section .detailList li:before {
    content: ">";
    color: #f49c00;
    /* margin-right: .5em; */
    width: 1em;
    display: inline-block;
    text-indent: 0;
}
.section .btn {
    width: 100%;
    /* margin: 3rem auto; */
    font-size: 1.2rem;
}
.section.left .btn {
    margin-left: calc(27% + 0.5rem);
}
.section .btn a {
    border: 4px solid #000;
    background: #fff;
    color: #000;
    text-align: center;
    display: flex;
    height: 4.5em;
    align-items: center;
    justify-content: center;
    padding: 1em 1.5em;
    line-height: 1.5;
    position: relative;
    transition: .5s;
    transition-property: background,color;
    width: 60%;
    margin: 2rem 0 0;
}

.section .btn a:hover {
    /* opacity: .75; */
    background: #f49c00;
    /* color: #fff; */
}
.section .btn a span {
    display: block;
    /* position: relative; */
}
.section .btn a span:before , 
.section .btn a span:after {
    content: "";
    width: 0.7em;
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    right: .75em;
    top: 50%;
    margin-top: -1px;
    transform-origin: right center;
    transition: .5s;
    transition-property: background,right;
}
.section .btn a span:before {
    transform: rotate(35deg);
} 
.section .btn a span:after {
    transform: rotate(-35deg);
}

.section .btn a:hover span:before , 
.section .btn a:hover span:after {
    right: .5em;
    background: #000;
}
.section .mockArea {
    position: absolute;
    width: 20%;
    /* background: url(../images/mock.svg) no-repeat; */
    /* background-size: contain; */
    /* overflow: hidden; */
    padding: 0.3% 0.5% 0.9% 1%;
    transition: 1s;
    opacity: 0;
    transform: translateY(3rem);
    transition-property: transform,opacity;
}
.section.on .mockArea {
    transform: translateY(0);
    opacity: 1;
}
.section .mockArea .imgWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    pointer-events: none;
}
.section .mockArea .imgWrap img {
    width: 100%;
    /* box-shadow: 0px 0px 8px 7px #fff; */
}
.section .mockArea .mockSlideWrap {
    border-radius: 1.1rem;
    /* overflow: hidden; */
}
.mockSlider ,
.section .mockArea .img {
    margin-bottom: 0%;
}
.section .mockArea .img {
    overflow: hidden;
    border-radius: 1.2rem;
    position: relative;
    height: 0;
    padding-bottom: 210.6%;
}
.section .mockArea .img img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
}
.section.left .mockArea {
    left: 1.5rem;
    top: 6rem;
}
.section.right .mockArea {
    right: 1rem;
    top: 6rem;
}
.section.right .mockArea#offerLogo {
    top: 12rem;
}
.section#service .mockArea {
    /* top: 7rem;
    left: 1.5rem; */
}
.section#ticket .mockArea {
   /*  right: 1rem;
    top: 5.5rem; */
}
.section .mockArea .arrow {
    position: absolute;
    width: 122%;
    top: 45%;
    left: -10.7%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}
.section .mockArea .arrow li {
    width: 5%;
}

#footer {
    background: #fff;
    /* color: #fff; */
}
#footTop {
    padding: 3rem 1.5rem 4rem;
    text-align: center;
    background: url(../images/bottom_bg.jpg) no-repeat center bottom;
    color: #fff;
    background-size: cover;
}
#footTopLogo {
    text-align: center;
    margin-bottom: 2rem
}
#appDetailArea {
    font-size: .875rem;
    /* display: inline-block; */
    text-align: left;
    width: 90%;
    max-width: 550px;
    margin: auto;
}
#footQr {
    float: right;
    width: 25%;
    max-width: 110px;
}
#footQr img {
    max-width: 100%
}
#footDlLink {
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
}
#footDlLink li:not(:first-child) {
    /* margin-left: 5% */
}
#footDlLink li {
    width: 48%;
    margin-bottom: 1rem;
    min-width: 150px;
}
#footDlLink li img {
    width: 100%;
}
#appDetailArea .text {
    margin-bottom: 1rem;
    float: left;
    clear: left;
}
#appDetailArea .anno {
    clear: both;
}
#appDetailArea .anno li {
    padding-left: 1.1rem;
    text-indent: -1.1rem
}
#footBtm {
    background: #000;
    color: #fff;
    padding: 1.5rem;
}
#footLogo {
    width: 40%;
    max-width: 200px;
    margin: 0 auto 1rem;
}
#footLogo a {
    transition: .25s;
}
#footLogo a:hover {
    opacity: .75
}
#copy {
    text-align: center;
    font-size: .875rem
}
@media screen and (max-width: 750px) {
    #fixedDlLinkWrap {
        left: 0;
        right: auto;
        bottom: 0;
        width: 100%;
        display: flex;
        background: #000;
        align-items: center;
        justify-content: center;
        padding: 1rem 0.5rem;
    }
    #dlLink {
        display: flex;
        align-items: center;
        width: 70%;
        justify-content: center;
    }
    #dlLink li {
        width: 48%;
        margin-bottom: 0;
        margin: 0 auto;
    }
    .iOS #dlLink , .Android #dlLink {
        justify-content: center;
    }
    .iOS #dlLink li, .Android #dlLink li {
        width: 75%
    }
    #qr {
        max-width: 70px;
        width: 33%;
        margin-left: 1.5rem;
    }
    #kvInner {
        width: 92%;
        left: 4%;
        padding: 0;
        transform: none;
    }
    #kvInner #kvTextArea {

        padding-top: 11%;
    }
    #kvInner #kvTextArea #kvText {
        position: absolute;
        top: 8%;
        width: 100%;
        text-align: center;
    }
    #kvInner #kvTextArea #kvText img {
        width: 65.5%;
    }
    #kvInner #kvTextArea #kvLogo {
        width: 93%;
    }
    #kvInner #mockImg {
        width: 29%;
        padding-top: 23%;
    }

    .section .ttlWrap {
        position: relative;
    }
    .section.left .ttlWrap h1,.section.right .ttlWrap h1 {
        display: block;
        font-size: 3.0rem;
        padding: 0 5%;
    }
    
    .section#facethru  .sectionInner {
        padding-bottom: 9rem;
    }
    .section.right .ttlWrap h1 span {
        text-align: left;
    }
    .section .ttlWrap h1 span {
        position: relative;
        display: block;
        /* min-width: 0; */
    }
    .section .ttlWrap h1 span:first-child:after {
        left: 0;
        top: 1.5em;
        right: auto;
        margin-top: -1px;
    }
    .section.on .ttlWrap h1 span:first-child:after {
        width: 100%;
        /* position: static; */
        /* display: block; */
        /* margin-top: 0; */
        top: 100%;
    }
    .section#facethru .ttlWrap p.img {
        bottom: auto;
        width: 27.2%;
        left: 72.8%;
        top: 50%;
        transform: translateY(-50%);
    }
    .section#offer .ttlWrap p.img {
        bottom: auto;
        width: 26.535%;
        left: 5%;
        top: 50%;
        transform: translateY(-68%);
        right: auto;
    }
    .section#service .ttlWrap p.img {
        bottom: 50%;
        width: 29.067%;
        left: auto;
        /* transform: translateY(-50%); */
        right: 4%;
    }
    .section.left .detailList,.section.right .detailList {
        padding: 0 5%;
        font-size: 1.625rem;
    }
    
    .section .detailList li .balloonWrap {
        display: block;
        padding-top: 0.3em;
        margin-bottom: 0.5em;
        margin-top: 0;
    }
    .section .detailList li .balloon {
        margin-left: 0;
        font-size: 75%;
    }
    .section .detailList li .balloon:after {
        border-width: 0 0.25em 0.5em 0.25em;
        border-color: transparent transparent #f49b00 transparent;
        top: auto;
        bottom: 100%;
        right: auto;
        left: 2em;
    }
    .section .mockArea {
        position: relative;
        width: 53.335%;
        margin: 0 auto 2rem;
        left: auto!important;
        right: auto!important;
        top: auto!important;
        bottom: auto!important;
        margin-top: 2rem;
        padding: 1% 1.9% 5.5% 2.8%;
    }
    .section.right .mockArea#offerLogo {
        padding: 0;
        text-align: center;
        width: 50%;
        min-width: 150px;
    }
    .section.right .mockArea#offerLogo img {
        width: 100%;
        height: auto;
    }
    .section.left .btn,.section.right .btn {
        width: 88.667%;
        margin: auto;
    }
    .section .btn a {
        font-size: 1.525rem;
        height: 5em;
        width: 100%;
    }
    .iOS #footDlLink,.Android #footDlLink {
        float: none;
        width: 100%;
        justify-content: center;
    }
    #appDetailArea {
        font-size: 1.375rem;
    }
    #footBtm {
        padding-bottom: 20%;
    }
}
@media screen and (max-width: 640px) {
    #dlLinkWrap {
        align-items: center;
    }
    #dlLink {
        /* flex-direction: column; */
        /* width: 50%; */
    }
    .iOS #dlLink,
    .Android #dlLink {
        width: 75%;
        margin: auto;
    }
    #dlLink li {
        /* width: 100%; */
    }
    #dlLink li:last-child {
        margin-bottom: 0;
    }
    #qr {
        width: 30%;
    }
    #appDetailArea {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    #footQr {
        order: 2;
        float: none;
        width: 30%;
        margin-left: 5%;
    }
    #footDlLink {
        order: 1;
        float: none;
        flex-direction: column;
        width: 40%;
        margin-bottom: 0;
        min-width: 180px;
    }
    #footDlLink li {
        width: 100%;
        max-width: 200px;
    }
    #footDlLink li:last-child {
        margin-bottom: 0
    }
    #appDetailArea .text {
        order: 3;
        width: 100%;
        margin-top: 1rem;
    }
    #appDetailArea .anno {
        order: 4;
        width: 100%;
    }
}
/* -----------------------------------------------

汎用クラス

----------------------------------------------- */

.clearfix { zoom: 1;}

.clearfix:after {content: "";display: block;clear: both;}

.fBold {font-weight: bold;}
.fNormal {font-weight: normal !important;}
.fXSmall {font-size: 75%}
.fSmall {font-size: 90%}
.fLarge {font-size: 120%;}
.dilb {display: inline-block;}

.fll {float: left;}
.flr {float: right;}
.clb {clear: both;}
.tal {text-align: left !important;}
.tac {text-align: center !important;}
.tar {text-align: right !important;}

.mp0 {margin: 0px;padding: 0px;}

.ml0 {margin-left: 0 !important;}
.ml1 {margin-left: 1px !important;}
.ml3 {margin-left: 3px !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}

.mt0 {margin-top: 0 !important;}
.mt1 {margin-top: 1px !important;}
.mt3 {margin-top: 3px !important;}
.mt5 {margin-top: 5px !important;}
.mt8 {margin-top: 8px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}

.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt120 {padding-top: 120px;}
.pt200 {padding-top: 200px;}

.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl30 {padding-left: 30px;}

.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb100 {padding-bottom: 100px;}
.pb200 {padding-bottom: 200px;}
.pb250 {padding-bottom: 250px;}

body.iOS .iosNone ,
body.Android .andNone {
    display: none!important
}
@media screen and (min-width: 751px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }
}