@charset "UTF-8";

.pagetop {
    position: fixed;
    /*固定*/
    bottom: 20px;
    /*場所を右下に移動*/
    right: 20px;
    /*場所を右下に移動*/
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 60px;
    background: rgba(204,204,204,0.7);
    z-index: 10;
    -webkit-transition: ease 0.25s !important;
    -o-transition: ease 0.25s !important;
    transition: ease 0.25s !important;  

}
.pagetop i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media screen and (min-width: 769px) {
    .pagetop:hover {
        opacity: .6;
    }
}

/*-------------------------------------------------mv-----*/

header{
    position: relative;
}

header .head-logo{
    width: 145px;
    position: absolute;
    left: 20px;
    top: 20px;
}

header .head-btn{
    position: absolute;
    right: 20px;
    top: 20px;
    background: #bba069;
    color: #fff;
    display: block;
    padding: 5px 30px;
}

header .head-btn a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: -0.01em;
}

header .head-btn i{
    font-size: 24px;
    font-size: 2.4rem;
    margin-right: 5px;
}


#mv {
    background: #040000 url(../img/mv_bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

#mv .mv-catch{
    position: absolute;
    left: 15%;
    top: 45%;
    transform: translateY(-50%);
    z-index: 2;
}

#mv .mv-catch .mv-head {
    text-align: center;
    margin-bottom: 45px;
    font-weight: 200;
    letter-spacing: 0.1em;
}
#mv .mv-catch .mv-logo img{
  height: auto;
  max-width: 704px;
  width: 50vw;
}
.mv-text {
    position: absolute;
    bottom: 0;
    right: 5%;
    color: rgba(44,45,45,0.5);
    font-size: 100px;
    font-size: 10rem;
    line-height: 1;
}

/*-------------------------------------------------sec-intro-----*/

#sec-intro{
    background: #040000;
    padding: 80px 0 165px; 
}

.flex-intro{
    justify-content: space-between;
    align-items: center;
}

.intro-img{
    width: 46%;
}

.intro-detail{
    width: 50%;
}

.intro-head{
    line-height: 1.4;
    margin-bottom: 60px;
}
@media only screen and (max-width: 1699px){
  #mv {
      aspect-ratio: 1 / .624;
  }
}
@media only screen and (min-width: 1700px){
  #mv {
    height: 100vh;
    min-height: 900px;
    max-height: 1123px;
  }

.mv-text {
    bottom: 20px;
}

#sec-intro {
    background: #040000;
    padding: 160px 0 165px;
}
}

/*-------------------------------------------------sec-concept-----*/

#sec-concept{
    background: #1c1d1d;
    padding: 0 0 165px;
    position: relative;
}

#sec-concept:after{
    content: "";
    position: absolute;
    background: url(../img/concept_bg.jpg) no-repeat;
    background-position: right bottom;
    background-size: contain;
    width: 45%;
    height: 100%;
    left: 50%;
    top: 0;
    z-index: 0;
}

#sec-concept .innerS{
    position: relative;
    z-index: 1;
}


.concept-head-main{
    margin-bottom: 80px;
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    padding-top: 130px;
    text-align: center;
}

.concept-head-main:after{
    content: "";
    height: 120px;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 0;
}

.flex-concept{
    align-items: center;
    justify-content: space-between;
    margin-bottom: 130px;
}

.concept-detail{
    width: 46%;
}

.concept-head{
    line-height: 1.4;
    margin-bottom: 60px;
}

.concept-img{
    width: 46%;
}

.concept-best .head36{
    margin-bottom: 20px;
    text-align: center;
}

.concept-best .concept-border{
    text-align: center;
}

.concept-best .concept-border .head58 {
    line-height: 1;
    border: 1px solid #fff;
    padding: 15px 30px 20px;
    display: inline-block;
}

/*-------------------------------------------------sec-product-----*/

#sec-product {
    background: url(../img/product_bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 95px 0 70px;
}

.product-head-main{
    margin-bottom: 100px;
    position: relative;
    padding-left: 185px;
}

.product-head-main:after{
    content: "";
    width: 165px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

.flex-pro-intro{
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
}

.pro-intro-img{
    width: 35%;
}

.pro-intro-detail {
    padding-right: 10%;
    width: 60%;
}

.pro-head{
    line-height: 1.4;
    margin-bottom: 60px;
}

.bg-wrap{
    background: rgba(255,255,255,0.2);
    position: relative;
    margin-bottom: 100px;
    padding: 8% 5%;
}

/*.bg-wrap .outline-head {
    font-family: 'Butler', sans-serif;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    font-size: 110px;
    font-size: 11rem;
    line-height: 1;
    fill: transparent;
    color: transparent;
    text-align: center;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}*/

.bg-wrap .outline-head {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.bg-wrap .outline-head span{
  display: block;
}
.bg-wrap .outline-head span img{
    height: 80px;
    width: 100%;
    object-fit: contain;
}

.flex-mode-intro{
    margin-bottom: 50px;
    align-items: center;
    justify-content: space-between;
}

.mode-intro-detail{
    width: 55%;
}

.mode-head{
    margin-bottom: 50px;
    max-width: 460px;
    width: 100%;
}

.mode-intro-img{
    width: 40%;
}

.wh-bg{
    border: 1px solid #fff;
    background: rgba(255,255,255,0.5);
    padding: 5%;
    margin-bottom: 40px;
}

.flex-wh-bg-wrap{
    justify-content: space-between;
    align-items: flex-start;
}

.wh-bg-detail{
    width: 45%;
}

.wh-bg-head{
    color: #040000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #040000;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.wh-bg-head .ft-play{
    font-size: 50px;
    font-size: 5rem;
    line-height: 1;
    margin-right: 15px;
}

.wh-bg-detail .head28{
    margin-bottom: 25px;
}

.wh-bg-detail .head28 span{
    color: #040000;
    position: relative;
}

.wh-bg-detail .head28 span:after{
    content: "”";
    font-size: 28px;
    font-size: 2.8rem;
    color: #040000;
    font-family: 'Shippori Mincho', serif;
    bottom: 0;
    right: 0;
}

.wh-bg-detail .wh-text{
    color: #040000;
    margin-bottom: 20px;
}

.wh-bg-img{
    width: 50%;
}

.flex-wh-bg{
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-wh-bg li{
    background: #444444;
    margin-bottom: 2%;
    width: 49%;
}

.flex-wh-bg li span.text17{
    color: #fff;
    display: flex;
    font-weight: 600;
    padding: 15px 0px;
    text-align: center;
    background: #444444;
    height: 60px;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
}

.flex-mode{
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.flex-mode li{
    border: 1px solid rgba(255,255,255,0.5);
    background: rgba(0,0,0,0.1);
    margin-bottom: 3%;
    padding: 3%;
    width: 48.5%;
}

.mode-name{
    text-align: center;
}

.mode-name .ft-play{
    line-height: 1;
}

.mode-name .ft-play span {
    display: block;
    line-height: 1;
    margin: -10px 0 30px;
}

.mode-img {
    margin: -110px auto 0;
    width: 70%;
    position: relative;
    z-index: 0;
}

.mode-name {
    text-align: center;
    position: relative;
    z-index: 1;
}

.flex-auto{
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
}

.auto-ttl{
    line-height: 1.4;
    width: 25%;
}

.auto-ttl .head20{
    display: block;
}

.auto-detail{
    width: 75%;
}

.auto-head{
    margin-bottom: 20px;
}

.flex-parts{
    justify-content: space-between;
    align-items: center;
}

.parts-detail{
    width: 36%;
}

.parts-detail .parts-head{
    margin-bottom: 50px;
}

.parts-img{
    width: 60%;
}

.parts-border{
    border: 1px solid #fff;
    background: rgba(0,0,0,0.2);
    border: 1px solid #fff;
    padding: 4% 6%;
}

.parts-border.pb01{
    margin-bottom: 40px;
}

.flex-pb{
    justify-content: space-between;
    align-items: center;
}

.pb-ttl{
    width: 40%;
}

.pb-ttl span{
    display: block;
    line-height: 1.4;
}

.pb-img{
    width: 55%;
}

.bw-design{
    padding: 0;
}

.flex-design{
    justify-content: space-between;
    align-items: center;
}

.design-detail{
    padding: 0 8%;
    width: 55%;
}

.design-head{
    margin-bottom: 60px;
    max-width: 270px; 
}

.design-img{
    position: relative;
    z-index: 1;
    width: 45%;
}

/*-------------------------------------------------sec-skin-----*/

#sec-skin {
    background: url(../img/product_bg_03.jpg) no-repeat;
    background-position: top 0 center;
    background-size: contain;
}

.flex-skin-intro{
    align-items: center;
    justify-content: flex-start;
}

.square{
    margin-right: 50px;
    width: 200px;
}

.flex-skin-intro .product-name{
    margin-right: 50px;
    max-width: 480px;
}

.flex-skin{
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
    position: relative;
}

.skin-img{
    width: 35%;
}

.skin-detail{
    width: 65%;
}

.flex-skin .bg-text{
    position: absolute;
    width: 100px;
    left: -50px;
    bottom: 0;
}

.skin-border{
    text-align: center;
    margin-bottom: 40px;
}

.skin-border .head22{
    background: rgba(0,0,0,0.5);
    border: 1px solid #fff;
    padding: 3px 30px;
    display: inline-block;
    letter-spacing: 0.01em;
}

.flex-special{
    margin-bottom: 90px;
    justify-content: space-between;
}

.sp-wrap{
    background: rgba(255,255,255,0.5);
    border: 1px solid #fff;
    padding: 3% 2%;
    width: 49%;
}


.sp-head{
    color: #231815;
    margin-bottom: 30px;
    text-align: center;
}

.sp-head .head20{
    line-height: 1 !important;
}

.sp-head .head34{
    line-height: 1 !important;
    margin-top: -20px;
}

.component-head{
    color: #8a8bb4;
    margin-bottom: 70px;
    text-align: center;
}

.flex-comp{
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.flex-comp li{
    margin-bottom: 2%;
    width: 22%;
}

.flex-comp li img{
    margin-bottom: 10px;
}

.flex-comp li .head24{
    margin-bottom: 10px;
    text-align: center;
}

.flex-comp li .pur-bg{
    margin-bottom: 10px;
}

.flex-comp li .pur-bg span {
    background: #8a8bb4;
    padding: 5px 3px;
    display: inline-block;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.other-comp{
    margin-bottom: 110px;
}

.wh-border{
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.wh-border span{
    font-weight: 600;
}

#sec-limited{
    background: url(../img/product_bg_03.jpg) no-repeat;
    background-position: bottom 0 center;
    background-size: contain;
}

.flex-limited-intro{
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
}

.flex-limited-intro .product-name{
    margin-bottom: 60px;
}

.flex-limited-intro .product-name img{
    max-width: 800px;
}

.flex-limited-intro .product-name img{
    max-width: 800px;
}

.flex-limited-intro .product-name .text17{
    display: inline-block;
    margin-top: 70px;
    max-width: 710px;
}

.case-img{
    position: relative;
    margin-bottom: 80px;
}

.case-img img{
    position: relative;
    z-index: 1;
}

.case-img .bg-text{
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 100px;
    z-index: 0;
}

.loop-img {
    padding-bottom: 100px;
    background: #040000;
}

/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}
/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/*-------------------------------------------------sec-voice-----*/

#sec-voice {
    background: #040000 url(../img/voice_bg.jpg) no-repeat;
    background-position: bottom center;
    background-size: contain;
    padding-bottom: 45px;
}

.voice-head {
    font-size: 4.0rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    line-height: 1;
    margin-bottom: 50px;
}

.voice-intro{
    margin-bottom: 60px;
    text-align: center;
}

.flex-percent{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.flex-percent li{
    width: 23%;
}

.flex-voice{
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-voice li{
    margin-bottom: 2%;
    width: 32%;
}

#sec-voice .note{
    text-align: right;
}

.purchase{
    background: rgba(255,255,255,0.4);
    padding: 8% 8%;
    margin: 80px 0 200px;
}

.purchase .head40{
    margin-bottom: 50px;
    text-align: center;
}

.flex-btn{
    justify-content: space-between;
}

.flex-btn a.btn{
    background: #bba069;
    display: block;
    padding: 45px;
    text-align: center;
    width: 48%;
    position: relative;
}

.flex-btn a.btn i{
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translateY(-50%);
}


/*-------------------------------------------------footer-----*/

footer{
}

footer .ft-logo img{
     margin-right: 20px;
}

footer .ft-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 150px;
}

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

.wh-bg-head {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.wh-bg-head .ft-play {
    font-size: 4rem;
}   

.wh-bg-head .head22 {
    font-size: 1.8rem;
}

.wh-bg-detail .head28 {
    margin-bottom: 15px;
    font-size: 2.3rem;
}

.flex-wh-bg li span.text17 {
    font-size: 1.4rem;
}

.pb-ttl .text36 {
    font-size: 3.2rem;
}

.pb-ttl .head20 {
    font-size: 1.6rem;
}
}

@media only screen and (max-width: 1450px){
.mv-text {
    font-size: 8rem;
}

.flex-concept {
    margin-bottom: 80px;
}

.concept-best .head36 {
    font-size: 2.6rem;
}

.concept-best .concept-border .head58 {
    font-size: 4rem;
}

.product-head-main .text70 {
    font-size: 5.0rem;
}

.product-head-main {
    margin-bottom: 60px;
    padding-left: 135px;
}

.product-head-main:after {
    content: "";
    width: 115px;
}    

.pro-head {
    margin-bottom: 40px;
}

.pro-head.head36 {
    font-size: 3.2rem;
}

.pro-head.head28 {
    font-size: 2rem;
}

.bg-wrap .outline-head {
    top: -36px;
}

.wh-bg-head .ft-play {
    display: block;
}

.wh-bg-head {
    display: block;
}

.design-head {
    margin-bottom: 50px;
    max-width: 240px;
}

.mode-name .ft-play {
    font-size: 3.8rem;
}

.mode-name .ft-play span {
    font-size: 2.4rem;
}

.flex-limited-intro .product-name img {
    max-width: 520px;
}

.flex-limited-intro .product-name .text17 {
    margin-top: 30px;
}

.component-head {
    margin-bottom: 40px;
    font-size: 3.6rem;
}

.flex-comp li .pur-bg span {
    font-size: 1.4rem;
}

.flex-comp li .head24 {
    font-size: 2rem;
}

.voice-head {
    font-size: 4.0rem;
}

.voice-head span{
    font-size: 1.2rem;
}

.voice-intro {
    margin-bottom: 50px;
    font-size: 2.2rem;
}

.purchase .head40 {
    margin-bottom: 30px;
}

.flex-btn a.btn {
    padding: 30px;
}

.flex-btn a.btn .head32 {
    font-size: 2.3rem;
}
}

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

#mv .mv-catch .mv-logo img {
    max-width: 400px;
}

#mv .mv-catch .mv-head {
    margin-bottom: 30px;
    font-size: 2.2rem;
}

.mv-text {
    font-size: 6rem;
}

.concept-head-main {
    margin-bottom: 60px;
    padding-top: 110px;
}

.concept-head-main:after {
    height: 110px;
}

.concept-head-main .text70 {
    font-size: 5.0rem;
}

.concept-head .head28 {
    font-size: 2.4rem;
}

.concept-head .head36 {
    font-size: 3.2rem;
}

.pro-head .head28 {
    font-size: 2.4rem;
}

.bg-wrap .outline-head {
    top: -23px;
}

.bg-wrap .outline-head span img {
    height: 50px;
    width: 100%;
}

.mode-name .text19 {
    font-size: 1.6rem;
}

.mode-img {
    margin: -50px auto 0;
}

.auto-ttl .text36 {
    font-size: 3rem;
}

.auto-ttl .head20 {
    font-size: 1.8rem;
}

.auto-head {
    margin-bottom: 15px;
    font-size: 2.6rem;
}

.parts-detail {
    width: 46%;
}

.parts-detail .parts-head {
    margin-bottom: 40px;
}

.parts-detail .parts-head img {
    width: 90%;
}

.parts-img {
    width: 50%;
}

.pb-ttl .text36 {
    font-size: 2.4rem;
}

.pb-ttl .head20 {
    font-size: 1.4rem;
}
}

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

.concept-best .head36 {
    font-size: 2.2rem;
}

.concept-best .head36 {
    margin-bottom: 15px;
    text-align: center;
}

.concept-best .concept-border .head58 {
    font-size: 3rem;
}

.flex-wh-bg-wrap {
    display: block;
}

.wh-bg-detail {
    width: 100%;
}

.wh-bg-img {
    width: 100%;
}

.mode-name .ft-play {
    font-size: 3rem;
}

.mode-name .ft-play span {
    font-size: 2rem;
}

.mode-name .text19 {
    font-size: 1.4rem;
}

.mode-img {
    margin: -60px auto 0;
}

.auto-head {
    font-size: 2.4rem;
}

.flow-wrap{
    overflow: scroll;
    padding-bottom: 15px;
}

.flow-wrap .flow{
    width: 1000px;
}

.flex-parts {
    display: block;
}

.flex-skin .bg-text {
    width: 60px;
    bottom: 0;
}

.parts-detail {
    margin-bottom: 30px;
    width: 100%;
}

.parts-detail .parts-head img {
    width: 340px;
}

.parts-img {
    width: 100%;
}

.design-head {
    margin-bottom: 20px;
    max-width: 190px;
}

.case-img .bg-text {
    right: -30px;
    width: 60px;
}

.voice-head {
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.voice-intro {
    margin-bottom: 30px;
    font-size: 1.8rem;
}

}

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

.mv-text {
    font-size: 4.5rem;
}

.intro-head {
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}

.intro-head .head36 {
    font-size: 2.2rem;
}

.intro-head .head28 {
    font-size: 1.8rem;
}

#sec-intro {
    background: #040000;
    padding: 40px 0 75px;
}

#sec-concept {
    padding: 0 0 75px;
}

.flex-concept {
    margin-bottom: 50px;
}

.concept-head-main {
    margin-bottom: 20px;
    padding-top: 50px;
}

.concept-head-main:after {
    height: 60px;
}

.concept-head-main .text70 {
    font-size: 3rem;
}

.concept-head {
    margin-bottom: 40px;
}

.concept-head .head28 {
    font-size: 1.8rem;
}

.concept-head.head36 {
    font-size: 2.2rem;
}

.concept-detail {
    width: 52%;
}

.concept-best .head36 {
    margin-bottom: 10px;
    font-size: 1.9rem;
}

.concept-best .concept-border .head58 {
    font-size: 2.4rem;
}

#sec-product {
    padding: 55px 0 0px;
}

.product-head-main {
    margin-bottom: 10px;
    padding-left: 75px;
}

.product-head-main:after {
    width: 65px;
}

.product-head-main .text70 {
    font-size: 3.0rem;
}

.pro-intro-detail {
    padding-right: 0;
    width: 60%;
}

.pro-head.head36 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}

.pro-head .head28 {
    font-size: 1.8rem;
}

.flex-pro-intro {
    margin-bottom: 60px;
}

.bg-wrap .outline-head {
    top: -20px;
}

.bg-wrap .outline-head span img {
    height: 40px;
    width: 100%;
}

.mode-head {
    margin-bottom: 20px;
    max-width: 280px;
    width: 100%;
}

.flex-mode-intro {
    margin-bottom: 30px;
}

.wh-bg-head {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.wh-bg-head .ft-play {
    font-size: 2.4rem;
}

.wh-bg-head .head22 {
    font-size: 1.6rem;
}

.wh-bg-detail .head28 {
    margin-bottom: 5px;
    font-size: 2rem;
}

.flex-wh-bg li span.text17 {
    height: 50px;
}

.mode-name .ft-play span {
    font-size: 1.5rem;
    margin: -10px 0 20px;
}

.mode-name .text19 {
    font-size: 1.3rem;
    letter-spacing: 0.01em;
}

.flex-mode {
    margin-bottom: 20px;
}

.auto-ttl .text36 {
    font-size: 2.2rem;
}

.auto-ttl .head20 {
    font-size: 1.4rem;
}

.auto-head {
    font-size: 2rem;
}

.parts-detail .parts-head img {
    width: 300px;
}

.parts-detail .parts-head {
    margin-bottom: 20px;
}

.bg-wrap {
    margin-bottom: 50px;
}

.flex-design {
    justify-content: space-between;
    align-items: center;
    display: block;
}

.bg-wrap.bw-design {
    padding: 12% 5% 8%;
}

.design-detail {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}

.design-img {
    width: 100%;
}

#sec-product {
    padding: 55px 0 50px;
}

.flex-skin-intro {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.square {
    margin-right: 20px;
    width: 120px;
}

.flex-skin-intro .product-name {
    margin-right: 0;
    max-width: 480px;
}

.skin-border {
    margin-bottom: 25px;
}

.skin-img {
    width: 45%;
}

.skin-detail {
    width: 55%;
}

.flex-skin {
    margin-bottom: 10px;
}

.flex-special {
    margin-bottom: 40px;
}

.sp-head .head20 {
    line-height: 1.4 !important;
    font-size: 1.6rem;
}

.sp-head .head34 {
    font-size: 2.4rem;
}

.component-head {
    margin-bottom: 20px;
    font-size: 2.6rem;
}

.component-head .head46 {
    font-size: 3rem;
}

.flex-comp {
    margin-bottom: 20px;
}

.flex-comp li {
    margin-bottom: 4%;
    width: 48%;
}

.other-comp {
    margin-bottom: 90px;
}

.flex-limited-intro {
    justify-content: center;
    margin-bottom: 20px;
}

.limited-intro-text{
    margin: 0 auto 30px;
    width: 80%;
}

.case-img {
    margin-bottom: 50px;
}

.loop-img {
    padding-bottom: 70px;
}

#sec-voice .note {
    text-align: right;
    font-size: 1.3rem;
}

.purchase .head40 {
    margin-bottom: 15px;
    font-size: 2.2rem;
}

.flex-btn a.btn {
    padding: 20px;
}

.flex-btn a.btn .head32 {
    font-size: 1.8rem;
}

.purchase {
    margin: 60px 0 120px;
}

#sec-voice {
    padding-bottom: 25px;
}

footer .ft-logo {
    width: 100px;
}
}

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

header .head-logo {
    width: 75px;
    left: 10px;
    top: 10px;
}

header .head-btn {
    position: fixed;
    right: auto;
    top: auto;
    background: #bba069;
    color: #fff;
    display: block;
    padding: 5px 30px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    z-index: 2;
}

header .head-btn a {
    justify-content: center;
}

#mv .mv-catch {
  top: 50%;
  left: 5%;
}

#mv .mv-catch .mv-logo img {
    max-width: 300spx;
}

#mv .mv-catch .mv-head {
    margin-bottom: 17px;
    font-size: 1.6rem;
}

.mv-text {
    font-size: 2.2rem;
    text-align: right;
}

.flex-intro {
    display: block;
}

.intro-img {
    width: 80%;
    margin: 0 auto 30px;
}

.intro-detail {
    width: 100%;
}

.intro-head {
    text-align: center;
}

.flex-concept {
    display: block;
    margin-bottom: 50px;
}

.concept-detail {
    width: 100%;
}

.concept-img {
    width: 100%;
    margin-bottom: 50px;
}

.concept-head.head36 {
    text-align: center;
}

.concept-best .head36 {
    margin-bottom: 10px;
    font-size: 1.6rem;
}

.concept-best .concept-border .head58 {
    line-height: 1.4;
}

.flex-pro-intro {
    display: block;
}

.product-head-main {
    margin-bottom: 20px;
}

.pro-intro-img {
    width: 65%;
    margin: 0 auto 30px;
}

.pro-intro-detail {
    width: 100%;
}

.pro-head.head36 {
    text-align: center;
}

.bg-wrap {
    padding: 10% 5%;
}

.bg-wrap .outline-head {
    top: -11px;
}

.bg-wrap .outline-head span img {
    height: 25px;
    width: 100%;
}

.wh-bg {
    padding: 8% 5%;
    margin-bottom: 40px;
}

.flex-mode-intro {
    display: block;
    margin-bottom: 30px;
}

.mode-intro-detail {
    width: 100%;
    margin-bottom: 30px;
}

.mode-intro-img {
    width: 100%;
}

.flex-wh-bg li span.text17 {
    font-size: 1.3rem;
}

.flex-mode li {
    margin-bottom: 6%;
    padding: 8% 5% 160px;
    width: 48%;
}

.mode-name .ft-play {
    font-size: 2rem;
        line-height: 1!important;
}

.mode-name .ft-play span {
    font-size: 1.1rem;
    margin: 5px 0 20px;
}

.mode-name .head19 {
    font-size: 1.3rem;
    text-align: left;
}

.mode-img {
    margin: 0 5%;
    width: 90%;
    position: absolute;
    bottom: 20px;
    left: 45%;
    transform: translateX(-50%);
}

.flex-auto {
    display: block;
    margin-bottom: 50px;
}

.auto-ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.auto-detail {
    width: 100%;
}

.auto-head {
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: -0.01em;
}

.flow-wrap .flow {
    width: 770px;
}

.flow-note{
    color: rgba(255,255,255,0.8);
    text-align: right;
    font-size: 1.1rem;
}

.parts-border.pb01 {
    margin-bottom: 15px;
}

.parts-detail .parts-head img {
    width: 100%;
}

.pb-ttl {
    width: 80%;
}

.pb-img {
    width: 20%;
}

.flex-skin-intro .head32 {
    font-size: 2.2rem;
}

.square {
    margin-right: 0;
    margin-bottom: 25px;
}

.flex-skin-intro .head32 {
    text-align: center;
}

.skin-detail-img{
    margin: 0 auto 50px;
    width: 80%;
}

.flex-special {
    display: block;
}

.sp-wrap {
    padding: 8% 5%;
    width: 100%;
}

.sp-wrap.sw01{
    margin-bottom: 20px;
}

.component-head {
    margin-bottom: 20px;
    font-size: 2.2rem;
}

.component-head .head46 {
    font-size: 2.6rem;
}

.flex-comp li .pur-bg span {
    font-size: 1.2rem;
    text-align: center;
}

.flex-limited-intro {
    display: block;
    margin-bottom: 20px;
}

.square {
    margin: 0 auto 25px;
    margin-bottom: 25px;
    text-align: center;
}

.limited-intro-text {
    margin: 0 auto 30px;
    width: 100%;
}

.flex-skin .bg-text {
    width: 30px;
    bottom: 0;
    left: 0px;
}

.case-img {
    margin: 30px 0 30px;
}

.case-img .bg-text {
    right: 5px;
    width: 30px;
}

.loop-img {
    padding-bottom: 50px;
}

.voice-head {
    display: block;
    font-size: 2.2rem;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.4;
}

#sec-voice .note {
    font-size: 1.2rem;
}

.flex-limited-intro{
    margin-bottom: 30px;
}

.flex-limited-intro .product-name{
    margin-bottom: 20px;
}

.flex-comp li .head24 {
    font-size: 1.8rem;
    letter-spacing: -0.01em;
}

.flex-percent li {
    width: 48%;
    margin-bottom: 4%;
}

.flex-voice li {
    margin-bottom: 4%;
    width: 48%;
}

.flex-btn {
    display: block;
}

.flex-btn a.btn {
    width: 100%;
}

.btn01{
    margin-bottom: 20px;
}

.purchase {
    padding: 14% 8%;
}

#sec-voice {
    padding-bottom: 55px;
}

}
@media only screen and (max-width: 500px){
  #mv {
      aspect-ratio: 1 / .8;
  }
}


footer .ft-logo img{
  width: 130px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  footer .ft-logo img{
    width: 80px;
  }
}