@charset "UTF-8";

.page-nav {
    position: fixed;
    z-index:2;
    right: 0;
	width: 16em;
    margin: 0 0 0 3em;
    display: table;
    bottom:10vh;
}
@media (max-width:640px) {
    .page-nav{
        display: none;
    }
}
.page-nav > ul.inner{
    display: table-cell;
	vertical-align: middle;
}
.page-nav > ul.inner li{
	line-height: 1;
	position: relative;
	display: block;
    width: 16em;
	height: 1.25em;
    margin: 1em 0;
    text-align: right;
}
.page-nav > ul.inner li a:focus {
	outline: none;
}
.page-nav > ul.inner li a::after {
	content: '';
	position: absolute;
	top: 35%;
	right: 0;
	width: 2rem;
    height:1px;
    background-color: #ccc;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform 0.5s, background-color 0.5s;
	transition: transform 0.5s, background-color 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.page-nav > ul.inner li a.active::after {
	background-color: #000;
	/*-webkit-transform: scale3d(2.5,2,1);
    transform: scale3d(2.5,2,1);*/
    width: 4rem;
}

.page-nav > ul.inner li a span{
    margin: 0 0 0 1em;
    color: #999;
    background-color:#fff;
    padding:.2rem .5rem;
	/*-webkit-transform: translate3d(-3em,0,0);
    transform: translate3d(-3em,0,0);}*/
    padding-right: 3em;
	-webkit-transition: all 0.5s, -webkit-transform 0.5s;
	transition: all 0.5s, transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.page-nav > ul.inner li a:not(.active):hover span,
.page-nav > ul.inner li a:focus:not(.active) span{
	color: #fff;
    background-color:#333;
/*	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;*/
}
.page-nav > ul.inner li a.active span {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
    color: #333;
    padding-right: 5em;
	/*-webkit-transform: translate3d(-4em,0,0);
	transform: translate3d(-4em,0,0);*/
}
.page-nav > ul.inner li a.shop span{
    color: #fff;
    background-color:#333;
}
.page-nav > ul.inner li a.shop:hover span{
    opacity:.6;
}

.hero::before{
z-index: 10;
}
.hero.gray-bg::after{

}
.hero > .container{
    height:100%;
    position: relative;
    z-index:1;
}  

.hero{
    height:100vh;
    background-image: url(../images/bg_main_2023.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
html.ios .hero{
    background-attachment:scroll;
}
@media screen and (max-width:640px){
    .hero{
        background-position:40% 0px;
    }
}
.hero::before{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width:100%;
    transform: scaleX(1);
    transform-origin: right center;
    content: '';
    display: block;
    background-color: #fff;
}
.hero.gray-bg::after{
background-color: rgba(0,0,0,.15);
}
.hero > .container{
    height:100%;
}
.hero h1{
    color: #fff;
    font-size:64px;
    font-weight:200;
    line-height: 1.4;
    margin: 0;
}
@media screen and (max-width:640px){
    .hero h1{
        font-size:48px;
    }
}
.mouse {
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    bottom: 30px;
    width: 30px;
    height: 48px;
    border-radius: 15px;
    border: 2px solid #ccc;
    transform: translateX(-50%) translateZ(0);
  }
  .mouse__wheel {
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 8px;
    width: 4px;
    height: 9px;
    background: #ccc;
    border-radius: 2px;
    animation: mouse-wheel 1.25s infinite linear;
    transform-origin: 50% 0%
  }
  @keyframes mouse-wheel {
    0% {
      transform: scaleY(.4) translateY(0)
    }
    20% {
      transform: scaleY(1) translateY(0)
    }
    60% {
      transform: scaleY(.4) translateY(12px)
    }
    100% {
      transform: scaleY(.4) translateY(0)
    }
  }



.header-msg{}
.header-msg h2{
    color: #767171;
    font-weight: lighter;
    line-height: 2;
    font-size: 32px;
    margin-bottom: 1rem;
}
.header-msg p{
    color: #979797;
    line-height: 2.4;
    letter-spacing:.04em;
    margin-bottom: 1rem;
}
@media screen and (max-width:640px){
    .header-msg h2{
        font-size: 20px;
    }
}

/*------------------------------------------------------------*/
.intro{
    background-color: #fff;
}
/*------------------------------------------------------------*/
.design_work > header p.f--en--l{
    font-size: 78px;
    line-height: 1;
    position: relative;
    /*bottom: -1.4rem;
    margin-bottom: -1.4rem;*/
    z-index: 1;
    text-align: right;
}
@media screen and (max-width:640px){
    .design_work > header p.f--en--l{
        font-size: 48px;
        text-align: center;
        /*bottom: -1rem;
        margin-bottom: -1rem;*/
    }
}
.design_work > .sence{
    position: relative;
    top: -1.4rem;
    margin-top: -1.4rem;
}
.design_work > .sence.prlx-bg .bg{
    background-image: url(../images/bg_sence.jpg);
    background-attachment: fixed;
}
@media screen and (max-width:640px){
    .design_work > .sence.prlx-bg .bg{
        background-position: 24% center;
    }
}
html.ios .design_work > .sence.prlx-bg .bg{
    background-attachment:scroll;
}
.design_work > .sence .header-msg h2,
.design_work > .sence .header-msg p{
    color: #fff;
}

/*------------------------------------------------------------*/
ul.layout2{
    list-style: none;
}
.layout2.fx li{
    flex-basis:46%;
}
@media screen and (max-width:640px){
    .layout2 li{
        margin-bottom: 8rem;
    }
}
.layout2 li figure figcaption{
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.layout2 li figure figcaption + p{
    line-height:1.6;
    min-height: 8em;
}
.layout2 li figure img{
    margin-bottom: 1rem;
}
.layout2 li figure{
    margin-bottom: 4rem;
}
/*------------------------------------------------------------*/
.design_work > .choice.prlx-bg .bg{
    background-image: url(../images/bg_choice.jpg);
    background-attachment: fixed;
}
html.ios .design_work > .choice.prlx-bg .bg{
    background-attachment:scroll;
}
.design_work > .choice .header-msg h2,
.design_work > .choice .header-msg p{
    color: #fff;
}
/*------------------------------------------------------------*/
.spd{
    height: 70vh;
}
.spd > .container{
    height:100%;
    position: relative;
    z-index: 3;
}
.spd header,
.spd header + p{
    display:block;
}

.spd{
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.spd::before{
    z-index: -1;
    content: '';
    display: block;
    position:absolute;
    width: 100%;
    height: auto;
    min-width: 2700px;
    min-height: 1000px;
    left: 50%;
    top:50%;
    margin-left:-1350px;
    margin-top: -500px;
    background-image:
    url(../images/n0159c01_gtop_pc.jpg), url(../images/n0186c02_gtop_pc.jpg),url(../images/n0159c02_gtop_pc.jpg),
    url(../images/n0160c01_gtop_pc.jpg), url(../images/n0185c03_gtop_pc.jpg),url(../images/n0160c02_gtop_pc.jpg),
    url(../images/n0159c01_gtop_pc.jpg), url(../images/n0186c02_gtop_pc.jpg),url(../images/n0159c02_gtop_pc.jpg),
    url(../images/n0185c02_gtop_pc.jpg), url(../images/n0160c03_gtop_pc.jpg),url(../images/n0185c01_gtop_pc.jpg),
    url(../images/n0186c02_gtop_pc.jpg), url(../images/n0159c03_gtop_pc.jpg),url(../images/n0186c01_gtop_pc.jpg),
    url(../images/n0185c02_gtop_pc.jpg), url(../images/n0160c03_gtop_pc.jpg),url(../images/n0185c01_gtop_pc.jpg);
    background-position:
    0 0, 600px 0,600px 250px,
    900px 0px,1500px 0,1500px 250px,
    1800px 0px,2400px 0,2400px 250px,
    0 500px,0 750px,300px 500px,
    900px 500px,900px 750px,1200px 500px,
    1800px 500px,1800px 750px,2100px 500px
    /*0 0,33.333333% 0,33.333333% 13.888889%,
    50% 0,83.333333% 0,83.333333% 13.888889%,
    0 27.777778%,0 41.666667%,16.666667% 27.777778%,
    50% 27.777778%,50% 41.666667%,66.666667 27.777778%*/
    ;
    background-repeat:
    no-repeat,no-repeat,no-repeat,
    no-repeat,no-repeat,no-repeat,
    no-repeat,no-repeat,no-repeat,
    no-repeat,no-repeat,no-repeat;
    background-color: #ccc;
    background-size:
    600px 500px,300px 250px,300px 250px,
    600px 500px,300px 250px,300px 250px,
    600px 500px,300px 250px,300px 250px,
    300px 250px,300px 250px,600px 500px,
    300px 250px,300px 250px,600px 500px,
    300px 250px,300px 250px,600px 500px;
}
.spd.gray-bg::after{
    background-color: rgba(0,0,0,0.6);
    }
@media (max-width:768px) {
    .spd::before{
      left: 0;
    }
}
.spd header{
    margin-bottom: 2rem;
}
.spd header p{
    /*font-size: 72px;*/
    font-size: 52px;
    color: #fff;
    line-height: 1;
    margin-bottom:2rem;
}
@media screen and (max-width:640px){
    .spd header p{
        font-size:48px;
    }
}
.spd header h3{
    font-weight:300;
    color: #fff;
}
.spd header + p{
    color: #fff;
    margin-bottom: 2rem;
    line-height: 2;
}
/*------------------------------------------------------------*/

.movie{}
.movie .video-fluid{
    margin-bottom: 4rem;
}
/*------------------------------------------------------------*/
.how_to_use{}
.how_to_use > header p.f--en--l{
    font-size:78px;
}
@media screen and (max-width:640px){
    .how_to_use > header p.f--en--l{
        font-size:48px;
    }
}

/*------------------------------------------------------------*/
.flow h3{
    color: #767171;
    font-size: 14px;
    margin-bottom: 1rem;
}
.flow ul{
    background-color: #efefef;
    margin-bottom: 4rem;
}
.flow ul li{
    overflow: hidden;
    position: relative;
}
.flow ul.fx li{
    flex-basis: 33.333333333%;
    padding:1rem;
}
.flow ul li::before,
.flow ul li::after{
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    margin-top: -50px;
}
.flow ul.fx li:last-child::before,
.flow ul.fx li:last-child::after{
    display: none;

}
@media screen and (max-width:640px){
    .flow ul li{
        border-bottom: 1px #ccc solid;
    }
    .flow ul li:last-child{
        border-bottom: 0;
    }
    .flow ul li::before,
    .flow ul li::after{
    display: none;
}
}
.flow ul li::before{
    right: 0;
    border-left: 60px solid #999;
}
.flow ul li::after{
    right: 1px;
    border-left: 60px solid #efefef;
}
.flow ul.fx li em{
    display: inline-block;
    vertical-align: middle;
    width: 4rem;
    font-size:36px;
}
.flow ul.fx li em + p{
    display: inline-block;
    vertical-align: middle;
}
/*------------------------------------------------------------*/
.search{}
.search header + h3{
    color: #767171;
    font-size: 14px;
    margin-bottom: 1rem;
}
.search header + h3 + p{
    margin-bottom: 4rem;
}
/*------------------------------------------------------------*/
ul.srm{
    list-style: none;
    margin-bottom: 4rem;
}
ul.srm li{
    margin-bottom:2rem;
}
@media screen and (max-width:640px){
    ul.srm li{
        margin-bottom:4rem;
    }  
}
ul.srm.fx li:nth-of-type(1),
ul.srm.fx li:nth-of-type(2){
    flex-basis: 48%;
}
ul.srm.fx li:nth-of-type(3),
ul.srm.fx li:nth-of-type(4),
ul.srm.fx li:nth-of-type(5),
ul.srm.fx li:nth-of-type(6),
ul.srm.fx li:nth-of-type(7),
ul.srm.fx li:nth-of-type(8){
    flex-basis: 32%;
}
ul.srm li img{
    margin-bottom: 1rem;
}
ul.srm li figure figcaption{
    font-size: 16px;
    margin-bottom: 1rem;
}
ul.srm li dl{
    width: 100%;
}
ul.srm li dl dt{
    clear: left;
    float: left;
    vertical-align: top;
}
ul.srm li dl dt::after {
    content: '：';
    color: #333;
}
ul.srm li dl dd::before {
    content: '';
    display: block;
    clear: both;
}
ul.srm li dl dd{
    float: left;
    vertical-align: top;
    margin-bottom: .2rem;
}
ul.srm li dl dt:nth-of-type(1),
ul.srm li dl dt:nth-of-type(2){
    width: 3.4em;
}
ul.srm li dl dd:nth-of-type(1),
ul.srm li dl dd:nth-of-type(2){
    width:calc(100% - 3.4em);
}
ul.srm li dl dt:nth-of-type(3){
    width: 5.4em;
}
ul.srm li dl dd:nth-of-type(3){
    width:calc(100% - 5.4em);
}
ul.srm li dl dt:nth-of-type(4){
    width: 4.4em;
}
ul.srm li dl dd:nth-of-type(4){
    width:calc(100% - 4.4em);
}
/*------------------------------------------------------------*/
.buy{}
.buy header + h3{
    color: #767171;
    font-size: 14px;
    margin-bottom: 2rem;
}

.buy ul{
    list-style: none;
    margin-bottom: 4rem;
}
.buy ul.fx li{
    flex-basis: 48%;
}
@media screen and (max-width:640px){
    .buy ul.fx li{
        margin-bottom: 4rem;
    }
}
.buy ul li h4{
    margin-bottom: 2rem;
}
.buy ul li h4 span{
    color: #fff;
    background-color: #ccc;
    padding: .5rem 1rem;
}
.buy ul li p{
    line-height: 1.8;
}
/*------------------------------------------------------------*/
.about{
    height: 60vh;
}
.about .bg{
    background-image: url(../images/bg_about.jpg);
    background-attachment: fixed;
}
html.ios .about .bg{
    background-attachment:scroll;
}
.about.gray-bg::after{
    background-color: rgba(0,0,0,0.8);
}
.about > .container{
    height: 100%;
    position: relative;
}
.about header{
    margin-bottom: 4rem;
}
.about header .f--en--l{
    font-size: 72px;
    margin-bottom: 1rem;
    line-height: 1;
    color: #fff;
}
@media screen and (max-width:640px){
    .about header .f--en--l{
        font-size:48px;
    }
}
.about header .f--en--l + p{
    color: #fff;
    line-height: 1.6;
}

.about .jpx{
display: block;
}
@media screen and (max-width:640px) {
    .about .jpx{
        width: 40%;
        padding: 4rem;
        margin-left: auto;
        margin-right: 0;
    }
}
@media screen and (min-width:641px) {
    .about .jpx{
        position: absolute;
        bottom: 0;
        right: 0;
    }
}




.member .layout4 li i{
    background-color: #efefef;
    display: block;
    text-align: center;
    margin-bottom: 2rem;
}
_:lang(x)::-ms-backdrop, .member .layout4 li i img{
    width: 8rem;
    height: 8rem;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width:640px){
    .member .layout4 li i{
        padding: 2rem;
    }
}
@media screen and (min-width:641px) and (max-width:768px){
    .member .layout4 li i{
        padding:3rem;
    }
}
@media screen and (min-width:641px){
    .member .layout4 li i{
        padding: 5rem;
    }
}
@media screen and (min-width:769px){
    .member .layout4 li i{
        padding: 5rem;
    }
}