@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}/*HTML5display-roleresetforolderbrowsers*/article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

body{
    font-family: '秀英丸ゴシック B', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #000;
    font-size : 18px;
    background-color:#fff;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    word-break: normal;
    position: relative;
    z-index: 1;
}

body, html{
    width: 100%;
    height: 100%;
}

a, li, p, div, button{ outline: none !important; }
a{ color: #000; text-decoration: none;}

a, li, div, p{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}


@media screen and (min-width : 681px){
    img.sp{ display: none;}
    #wrap .bg.sp{ display: none;}
    br.sp{ display: none;}
    .switch_sp{ display: none;}
}


.section{
    width: 100%;
    position: absolute;
    z-index: 1 !important;
}

.section .fixed_elm{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.is_sp .section .fixed_elm{
    height: 100vh;
}

.only_sp .section .fixed_elm,
.only_tablet .section .fixed_elm{
    -webkit-transform: perspective(0);
    transform: perspective(0);
    -webkit-transform: translate3d(0, 0, -1px);
    transform: translate3d(0, 0, -1px);
} 

.section .fixed_elm.z{
    position: relative;
    z-index: 2;
}

.only_sp .section .fixed_elm.z,
.only_tablet .section .fixed_elm.z{
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}

.section .fixed_elm.on{
    margin: 0 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
}

.only_sp .section .fixed_elm.on,
.only_tablet .section .fixed_elm.on{
    z-index: -1;
}

#wrap{
    overflow: hidden;
    opacity: 0;
    position: relative;
    z-index: 1;
}

#wrap .bg{
    width: 100%;
    height: 100%;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#wrap .bg.bottom{
    background-position: center bottom !important;
}

.is_sp #wrap .bg{
    height: 100vh;
    min-height: 100vh;
}

#contents_area{
    overflow: hidden;
    position: relative;
}

.o_anim{
    opacity: 0;
}

.section_inner{
    position: relative;
    z-index: 4;
}


#wrap .txt_area{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 5;
}

#wrap .s00 .txt_area{
    opacity: 0;
    width: 100%;
}

#wrap .s00 .txt_area .title{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}


#wrap .s00 .bg{
    position: fixed;
    top: 0;
    left: 0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    overflow:hidden
}

#wrap .s00 .txt_area_inner{
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
}

#wrap .s00 h1{
    width: 100%;
    height: 100%;
    min-height: 640px;
    opacity: 0;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#wrap .s00 h1 span{
    width: 100%;
    max-width: 1350px;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    display: table;
    background-image:url(../images/img_mv_title_logo.png);
    background-repeat: no-repeat;
    background-size: 1350px;
    background-position: center;
    position: relative;
    z-index: 3;
}

.is_sp #wrap .s00 h1 span{
    height: 100vh;
}

#wrap .s00 h1 img{
    display: none !important;
}

#wrap .s00 .txt_area{
    position: absolute;
    top: 60px !important;
}

#wrap .s00 .title li{
    width: 100%;
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

#wrap .s00 .title li:last-child{
    position: relative;
}

#wrap .s00 .title li img{
    width: 349px;
}

#wrap .description .txt_area{
    width: auto !important;
    display: block;
    position: absolute;
    top: 40px !important;
    left: 40px !important;
}

#wrap .description .txt_area_inner{
    padding: 30px 40px;
    margin: 0 auto;
    text-align: left;
    display: block;
    background-color: rgba(67, 102, 255, .25);
}

#wrap .description.s08 .txt_area_inner{ background-color: rgba(255, 237, 109, .5);}
#wrap .description h4{ margin: -5px 0 10px 0; text-align: center;}
#wrap .description h4 img{ width: 240px; height: auto;}

#wrap .description .txt_area_inner p{
    margin: 0 0 35px 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 2em;
    color: #ffed6d;
}

#wrap .description .txt_area_inner p:last-child{
    margin: 0;
}

#wrap .description.s08 .txt_area_inner p{ color: #4366ff;}


#wrap .section .txt_box{
    margin: 30px 0 0 0;
    text-align: left;
    position: relative;
    top: 0;
    left: 25px;
    z-index: 30000;
}

#wrap .section .txt_box a{
    display: table;
    line-height: 0;
    font-size: 0;
    vertical-align: top;
    position: relative;
    transition: opacity .2s ease .05s;
    z-index: 30000;
}

#wrap .section .txt_box a img{
    transition: opacity .2s ease .05s;
}

.is_sp #wrap .section .txt_box a img.touch,
.is_pc #wrap .section .txt_box a img:hover{
    opacity: .7;
}

#wrap .section .fixed{
    position: fixed !important;
}


.badge{
    opacity: 0;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 1 !important;
    transition: opacity .6s ease;
}

.badge img{
    width: 160px;
    height: auto;
}

.badge.on{
    opacity: 1;
}

.badge.onsale{
    top: 160px;
}


.btn_arrow{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    transition: all .1s ease;
    bottom: 25px;
    position: fixed;
    z-index: 1 !important;
}

.btn_arrow span{
    width: 60px;
    height: 65px;
    background-image:url(../images/parts_ico_page_arrow.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 60px;
    display: inline-block;
    position: relative;
    transition: background .1s ease;
    cursor: pointer;
}

.is_sp .btn_arrow span.touch,
.is_pc .btn_arrow span:hover{
    background-position: center 5px;
}

.tagline .txt_area{
    top: 0 !important;
    position: static !important;
}

.tagline .txt_area p{
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.is_sp .tagline .txt_area p{
    height: 100vh;
}

.tagline .txt_area p img{
    display: none;
}

.section.detail .txt_area{
    top: 0 !important;
}

.section.hana .txt_box img{ width: 200px; height: auto;}
.section.nami .txt_box img{ width: 200px; height: auto;}
.section.happa .txt_box img{ width: 200px; height: auto;}
.section.keito .txt_box img{ width: 200px; height: auto;}

/*
*
    .footer
*
*/

.section.footer{
    opacity: 0;
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 10000;
}

.section.footer a{
    transition: opacity .2s ease .05s;
}

.is_sp .section.footer a.touch,
.is_pc .section.footer a:hover{
    opacity: .7;
}

.foot_information{
    width: 100%;
    padding: 80px 0 35px 0;
    margin: 0 0 80px 0;
    display: inline-block;
    border-bottom: 2px solid #ff64ff;
}

.section.footer dl{
    display: inline-block;
    text-align: left;
    line-height: 2em;
    letter-spacing: .075em;
}

.section.footer dt{
    font-weight: bold;
    color: #ff64ff;
}

.section.footer dd{
    margin: 0 0 35px 0;
    padding: 0 0 0 1em;
}

.section.footer .foot_banner .banner img{
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
}

.section.footer .foot_banner .banner{
    width: 100%;
    max-width: 1000px;
    display: inline-block;
    margin: 0 0 75px 0;
}

.section.footer .foot_banner .banner a{
    color: #ff64ff;
    font-size: 20px;
    letter-spacing: .1em;
    font-weight: bold;
}

.is_sp .section.footer .foot_banner .banner a.touch,
.is_pc .section.footer .foot_banner .banner a:hover{
    text-decoration: underline;
}

.section.footer .foot_banner .banner_list{
    padding: 0 0 80px 0;
}

.section.footer .foot_banner .banner_list ul{
    width: 100%;
    max-width: 1000px;
    padding: 0;
    display: inline-block;
    box-sizing: border-box;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    font-size: 0;
	text-align:left;
}

.section.footer .foot_banner .banner_list li{
    width: 25%;
    line-height: 0;
    display: inline-block;
    box-sizing: border-box;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.section.footer .foot_banner .banner_list li img{
    width: 100%;
    height: auto;
}

.section.footer .foot_banner .sns_share{
    width: 100%;
    max-width: 1000px;
    padding: 0 0 50px 0;
    margin: 0 0 35px 0;
    display: inline-block;
}

.section.footer .foot_banner .sns_share h3{
    margin: 0 0 30px 0;
    font-size: 17px;
    letter-spacing: .15em;
}

.section.footer .foot_banner .sns_share li{
    margin: 0 50px;
    display: inline-block;
}

.section.footer .foot_banner .sns_share li img{
    width: 60px;
    height: auto;
}

.section.footer .foot_banner .foot_nav{
    padding: 0 0 30px 0;
    font-size: 16px;
}

.section.footer .foot_banner .foot_nav .logo img{
    width: 230px;
    height: auto;
}