/*
    DIA2 KeePer
*/
@charset "UTF-8";
html,
body {
  padding: 0;
  margin: 0;
  width:100dvw;
  height: 100dvh;
}
body {
    /*font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
    overflow-y: auto; /* dispel追加に伴い編集 */
    min-height: 100dvh; /* iOSで高さいっぱいにする */
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
ul,
li {
    list-style: none;
}
h2 {
    font-size: 200%;
    font-weight: 600;
    color:#0B318F;

}
h2.gradation{
    font-size: 260%;
    letter-spacing : 0.2em;
    background: linear-gradient(45deg, #d7dff1 0%, #d3a8cc 20%, #00afec 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
h2 span {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 3rem;
}
section{
    padding: 15dvh 0 0;
}
section.last{
    padding-bottom: 15dvh;
}



.about h2 {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-top: 7dvh;*/
    width: 100%;
}
.price h2,
.voice h2 {
    color: #fff;
}
.price .h2-p,
.voice .h2-p {
    color: #fff;
    font-size: 140%;
    font-size: 24px;
    font-weight: 600;
    padding: 0.5em 0;
}
.lineup h2 {
    color:#0B318F;
    font-size: 2.6rem;
    font-weight: 600;
}
h3 {
    font-size: 120%;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 0.5em 0;
    font-weight: normal;
}
h3 span {
    color: #fff;
    font-size: 2.5rem;
    font-weight: normal;
}
/*
.top h3 {
    color:#0B318F;
    font-size: 120%;
    font-weight: 600;
}
*/
.top h3 br { display: none; }
.about-detail-flow h4 {
    color: #fff;
    line-height: 4rem;
    font-size: 140%;
    font-weight: 600;
}
.lineup-block h3 {
    color: #0B318F;
    font-size: 140%;
    font-weight: 600;
}
.pc { display: block !important; }
.sp { display: none !important; }
.tb { display: none !important; }

/*------------------
 loader
-------------------*/
#loader {
    position: fixed;
    width: 100dvw;
    height: 100dvh;
    background-color: #0B318F;
    top: 0;
    left: 0;
    bottom:0;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    z-index: 10001;
}
#loader .txt,
#loader .txt2 {
    display: flex;
    text-align: center;
    justify-content: center;
    display: none;
}
#loader img {
    width:35%;
    height: auto;
}
/*------------------
 arrow
-------------------*/
/*
.arrow-right {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #0B318F;
    transform: rotate(45deg);
}
.stickarrowr {
    display: inline-block;
    position: absolute;
    top: 80px;
    right: 10%;
    width: 40px;
    height: 4px;
    border-bottom: 1px solid #0B318F;
    border-right: 1px solid #0B318F;
    transform: skew(45deg);
}
.line-1 {
    top:140px;
}
.line-2 {
    top:128px;
}
.line-3 {
    top:175px;
}
.line-4 {
    top:225px;
}
.line-5 {
    top:270px;
}
.line-6 {
    top:320px;
}
.line-7 {
    top:368px;
}
.line-8 {
    top:415px;
}
*/

/*-------------------
 header
-------------------*/
#header {
    /*background-color: #fffded;*/
    background-color: #E9E8F3;
    width: 100%;
    height: auto;    
    position: absolute;
    z-index: 99999;
}
.header-area img {
    margin: 0.5rem 0 0 2%;
    height: 40px;
    width: auto;
}
.hamburger {
    position: absolute;
    right: 2%;
    top: 0.5rem;
    width: 36px;
    height: 40px;
    cursor: pointer;
    z-index: 88888;
}
span.txt {
    display: block;
    text-align: center;
    font-size: 65%;
    font-weight: 600;
    color: #006CB8;
    margin-left: -3px;
}
.hamburger__line {
    position: absolute;
    width: 35px;
    height: 3px;
    right: 3%;
    top:0.1rem;
    background-color: #006CB8;
    transition: all 0.5s;
}
  
.hamburger__line--1 {
    top: 16px;
}
  
.hamburger__line--2 {
    top: 25px;
}
  
.hamburger__line--3 {
    top: 34px;
}
  
/* hamburger Click */
.open .hamburger {
    background-color: #A3BCE2;
    color:#fff;
}
.open span.txt {
    display: none;
}
.open .hamburger__line {
    background-color: #fff;
}
.open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 1rem;
}
  
.open .hamburger__line--2 {
    opacity: 0;
}
  
.open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 1rem;
}

.sp-nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 28%;
    height: 100vh;
    overflow: hidden;
    background-color: #fff;
    color: #0B318F;
    font-weight: 600;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto;
    padding-top: 60px;
    padding-left:2%;
}

.sp-nav li {
    line-height: 3rem;
}
.sp-nav li a {
    color: #0B318F;
    display: block;
    width: 100%;
    height: auto;
}
.sp-nav li a:hover {
    color: #00A0E9;
}
.open .sp-nav {
    right: 0;
}
  
.black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 5;
    background-color: #006CB8;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
}

.open .black-bg {
    opacity: 0.3;
    visibility: visible;
}
/*------------------
 main
-------------------*/
#wrap {
    width: 100dvw;
    height: 100dvh;
}
#contents {
    /*background: #FFF100;*/
    background: #17308A;
    height: auto;
    width: 100dvw;
    position: relative;
}
#mainvisual{
  height: 100vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url('../images/mainvisual_pc.jpg');
}
.introduction{
    padding:10dvh 0;
    text-align: center;
    color: white;
}
h2.maincopy{
    font-size:32px;
    letter-spacing: 0.2em;
    line-height: 2;
    color: white;
    padding-bottom: 40px;
}
.description{
    font-size:18px;
    line-height: 2.2;
}
.description img{
    height:1em;
    padding: 0 2px;
    vertical-align:middle;
}
.description span{
    font-size: 8px;
}
.title-all {
align-items: center;
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 120px);
    justify-content: flex-start;
    position: relative;
    top: 55px;
    width: 100dvw;
}
.title-main {
    align-items: center;
    justify-content: center;
}
.title {
align-items: center;
    display: flex;
    flex-direction: column;
    height: calc(65dvh - 70px);
    justify-content: flex-start;
    position: relative;
    top: 0;
    width: 90dvw;
    flex: 0;
}
.title .wrap {
    height: calc(60dvh - 55px);
    width: 90dvw;
}
.title-corting {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 7dvh;
    width: 100%;
}
.title-corting .txt {
    width: 90dvw;
    height: 5dvh;
    text-align: center;
}
.title-corting .txt img {
    height: 100%;
    width: auto;
}
.title-flow {
    align-items: center;
    display: flex;
    height: calc(55dvh - 70px);
    justify-content: center;
    width: 100%;
}
.title .child,
.child-reverse {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: calc(55dvh - 70px);
    justify-content: center;
    width: 33.3%;
    flex-shrink: 0;
}
.title .child .txt,
.child-reverse .txt {
    align-items: center;
    display: flex;
    height: 50%;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}
.title .child .img,
.child-reverse .img {
    align-items: center;
    display: flex;
    height: 50%;
    justify-content: center;
    width: 100%;
}
.title .child .txt img,
.child-reverse .txt img,
.title .child .img img,
.child-reverse .img img {
    height: 100%;
    width: auto;
}
/*
.child-reverse {
    margin-top: -17vh;
}*/
/*
.child-reverse .img-4,
.child .img-6 {
    padding-top: 1rem;
}

.title-reserce .position-2 {
    padding-top:0.5rem;
}

/*  */
.title-main {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 35dvh;
    justify-content: flex-start;
    position: relative;
    top: 0;
    width: 90dvw;
    flex: 0;
}
.title-main .wrap {
    height: 30dvh;
    width: 90dvw;
}
.title-main .title-caption,
.title-main .title-sense {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 100%;
    font-weight: 600;
    justify-content: center;
    height: 5dvh;
    text-align: center;
    width: 100%;
}
.title-caption .txt {
    height: 3dvh;
    width: 100%;
}
.title-caption .txt p {
    height: auto;
    width: 100%;
 }
.title-main .title-sense {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 100%;
    font-weight: 600;
    color: #fff;
    height: 5dvh;
    width: 100%;
}
.title-main .title-sense .txt {
    width: 20%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    background-color: #0B318F;
}
.title-main .title-sense .txt p {
    font-size: 100%;
    word-wrap: break-word;
}
.title-main .title-rogo {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 20dvh;
    width: auto;
    position: relative;
    top: -4dvh;
}
.title-main .title-rogo .txt {
    width: auto;
    height: 100%;
 }
.title-main .title-rogo .txt img {
    width: auto;
    height: 100%;
  }
/*------------------
 cm
-------------------*/
#menu-cm{
    background-color:#0B318F;
    background-image:url('../images/bg_shadow.png');
    background-repeat: repeat-x;
}
.cm {
}
.cm .wrap {
width:60%;
margin:  0 auto;
}
.cm_wrap-title {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    width: 100%;
}
.cm_wrap-title h2,
.cm_wrap-title h3 {
    /*color:#0B318F;*/
    color:#FFF;
    font-weight: 600;
    width: auto;
    height: 100%;
}
.cm_wrap-title h3 {
    font-size: 24px;
    padding-bottom: 40px;
}
.cm_wrap-title h3 br {
    display: none;
}
.cm_wrap-main {
align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /*height: calc(85dvh - 120px);*/
    width: 100%;
}
.cm_wrap-main .iframe {
    display: flex;
    justify-content: center;
    align-self: center;
    height: 100%;
    height: 60dvh;
    width: auto;
    aspect-ratio: 16 / 9;
}
.cm_wrap-main .iframe iframe {
    border-radius: 2rem;
    width:100%;
    height: auto;
    /*height: 100%;
    width: auto;*/
}
.cm_wrap-main p.dispel {
    font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    margin: 0.5rem 0 0 0;
    padding: 0;
    font-size: 0.75rem;
    line-height: 0.9rem;
    color: white;
}

/*------------------
 fig
-------------------*/
.fig{
    color:white;
}
.block-fig{display: flex;padding-top: 5dvh;justify-content: center;}
.block-fig .txt{order:1;line-height: 2;align-self:center;}
.block-fig .img{order:2;}
.block-fig .img img{width:300px;}
.fig p.dispel {
    font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    margin: 0.5rem 0 0 0;
    padding: 0;
    font-size: 0.75rem;
    line-height: 0.9rem;
    color: white;
}


/*------------------
 about
-------------------*/
.block-about-all {
}
.block-about-all-inner,
.block-about-all-inner-2 {
}
.block-about-all-inner-2 {
}
.block-shop-size {
    background-color:#0B318F;
    background-image:url('../images/bg_shadow.png');
    background-repeat: repeat-x;
    position: relative;
    width: 100dvw;
    top: 0;
    /*background: linear-gradient(90deg, #04215d, #033278);
    background: -webkit-linear-gradient(0deg, #04215d, #033278);
    background: -moz-linear-gradient(0deg, #04215d, #033278);
    clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% calc(100% - 7vw), 0 100%);*/
}
.block-shop-size-inner {
}
.voice {
    margin-top: -15vh;
    background: linear-gradient(270deg, #04215d, #033278);
    background: -webkit-linear-gradient(-180deg, #04215d, #033278);
    background: -moz-linear-gradient(-180deg, #04215d, #033278);
    clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 calc(100% - 7vw));
}
/*---------------------------*/
.about,
.about-detail,
.shop,
.price,
.voice {
/*    background-color: #0B318F;*/
    /*
    background: linear-gradient(to bottom, #234389, #0B318F);
    background: -webkit-linear-gradient(top, #234389, #0B318F);
    background: -moz-linear-gradient(top, #234389, #0B318F);*/
    width:100%;
    height: auto;
}
.about { /* dispel追加に伴い編集 */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    /*min-height: 100dvh;*/
    width: 100dvw;
    /* padding-bottom: 80px; フッターの高さ分だけ余白を確保 */
}
.about-detail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100dvw;
}
.about .wrap {
    margin-top: 0;
}
.about .block-title {
    display: flex;
    flex-direction: column;
    height: calc(50dvh + 2%);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    top: 2%;
}
.about .block-title .img {
    opacity: .2;
    opacity: .07;
    position: static;
    width: 13%;
}
.about .block-title img {
    width: auto;
    height: 250px;
}
.about .block-title .txt {
    position: absolute;
    top: 30%;
}
.about .block-title h2 {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}
.about-position-2 {
    width:auto;
    height: 250px;
}
.about-detail .block-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    top: 2%;
}
.about-detail .block-title .img {
    opacity: .2;
    opacity: .07;
    position: static;
    width: 90%;
}
.about-detail .block-title .txt {
    position: absolute;
    top: 30%;
}
.about-detail .block-title h2 {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}
.about .block-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 85%;
    /*height: 50dvh;
    height: 40dvh;*/
    color: #fff;
    padding-top: 5dvh;
}
/* lineup */
.lineup {
    position: relative;
    background-color: #fff;
    height: auto;
    padding-bottom: 80px;
    width: 100dvw;
    top: 0;
    text-align: center;
}
.lineup h2{
    font-size:240% !important;
}
.lineup .block-title{
    padding-top:40px;
    font-size:140%;
    color:#0B318F;
    font-weight: bold;
}
.price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: relative;
    -ms-high-contrast-adjust: 100dvh;
}
.shop {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    /*height: 150dvh;
    min-height: 150dvh;
    min-height: 120dvh;*/
    position: relative;
}
.shop .block-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.shop .block-title .img {
    opacity: .2;
    opacity: .07;
    position: static;
    width: 30%;
}
.shop .block-title img {
    width: auto;
    height: 300px;
}
.shop .block-title .txt {
    position: absolute;
}
.shop .block-title h2 {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}

.block-title-shop h2 {
    display: block;
    width: 30rem;
    text-align: center;
    color: #fff;
}
.voice {
    padding-top: 5rem;
}
.about-txt,
.shop-txt,
.price-txt {
    width: 20%;
    height: auto;
}
/*
.about-txt {
    margin-top: -1.5rem;
}
*/
.about-detail-txt,
.voice-txt {
    width:35%;
    height: auto;
}
.lineup-txt {
    width:55%;
    height: auto;
    margin: 5rem 0;
}

.about-img,
.about-detail-img,
.shop-img {
    width: 15%;
    height: auto;
}
.lineup-img {
    width:90%;
    height: auto;
}
a .shop-btn:hover,
a .price-img:hover,
a .lineup-img:hover,
a .shop-img:hover {
    opacity: .5;
    opacity: .9;
}
.about-flow,
.about-detail-flow,
.shop-flow,
.price-flow,
.voice-flow,
.lineup-flow {
    display: flex;
    justify-content:center;
    align-items: flex-start;
    margin-top:0;
}
.about-flow {
    justify-content: space-between;
    width:100%;
    height: auto;
    padding:0!important;
    align-items:center;
}
.about-flow .child {
    width:20%;
    height: auto;
    align-self: flex-start;
}
.about-flow .cent {
    display: flex;
    flex-direction: row;
    justify-self: center;
    align-items: center;
}
.about-flow .child .txt,
.about-flow .child-end .txt {
    margin-bottom: 0.5rem;
    font-size: 90%;
    text-align: center;
    width: 90%;
    white-space: nowrap;
}
.about-flow .child-end {
    width: 18.2%;
    height: auto;
    align-self: flex-start;
}
.about-flow .child-end .txt {
    margin-top: 1.35rem;
}
.about-flow .child-end .txt p {
    margin-left: 0.8rem;
 }
.about-flow .child img,
.about-flow .child-end img {
    width:100%;
    height: 100%;
}
.about .block-p {
    color:#fff;
    height: auto;
    /*margin-top: -1rem;*/
    margin-bottom: auto;
    font-size: 70%;
    text-align: right;
    width: 100%;
}
.about .block-p p.dispel {
    font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
.about-detail-flow .effect {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.about-detail-flow iframe {
    border-radius: 2rem;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
 }
 .shop-flow {
    width: 75%;
 }
 .voice-flow .effect {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.voice-flow iframe {
    border-radius: 2rem;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.voice-flow .effect img { /* SP */
    display: none;
}

.lineup-flow {
    width: 60%;
    /*height: 70dvh;*/
    margin-top:1rem;
}
.voice-flow {
    width:72%;
    height: auto;
    flex-wrap:wrap;
    color: #fff;
    padding-bottom: 8rem;
}
.voice-flow .block {
    width:48%;
    height: auto;
    padding: 2rem 0 0 0;
}
.voice-flow .block-child {
    display:flex;
    flex-direction: column;
    width:100%;
    height: auto;
    flex-wrap: nowrap;
    text-align: left;
}
.voice .movie-sp {
    display: none;
}
.voice-flow .block-child .txt {
    text-align: center;
}
.wrap-about-detail-flow {
    /*display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 85%;
    height: 140dvh;
    min-height: 140dvh;*/
    width: 55%;
}
.about-detail-flow {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.about-detail-flow h3,
.about-detail-flow h3 span {
    color: #009FDE;
}
.voice-flow .youtube {
    /*width:48%;
    height: auto;*/
}
.voice-flow .youtube-pv {
    display: none; /* SP */
}
.about-detail-flow .youtube {
}
.about-detail-flow .effect iframe {
    border-radius: 2rem;
}
.voice-flow .effect iframe {
    border-radius: 2rem;
}

/* 価格表 */
table.pricelist{
    width: 60%;
    color:white;
    border-collapse:collapse;
    font-size:32px;
}
table.pricelist td{
    padding: 0.35em 0;
    border-bottom: 1px solid white;
}
table.pricelist td span{
    font-size:12px;
    padding-left: 0.5em;
}
table.pricelist td.size{
    padding-left: 1em;
}
table.pricelist td.type{
    font-size: 18px;
}
table.pricelist td.pricenormal,table.pricelist td.pricepremium{
    text-align: center;
    padding:0 1em;
    font-family:"Lato", sans-serif;
    font-size: 26px;    
}
table.pricelist td.pricenormal{
    background: #00003F;
}
table.pricelist td.pricepremium{
}
table.pricelist .premiuminfo td.pricenormal{
    background: none;
}
table.pricelist .premiuminfo td.icon span{
    /*color:#17308A;
    background: white;
    padding: 0 4px;
    border-radius:100vh;
    font-weight: bold;*/
    font-size: 12px;
}
table.pricelist td.icon{
    text-align: center;
    padding-bottom: 10px;
    font-size:10px;
}
table.pricelist td.icon a{
    color:white;
    text-decoration: underline;
}
table.pricelist td.icon img{
    padding-top: 4px;
    width:120px;
}

.premium{
    color: white;
    padding-top: 100px;
    text-align: center;
}
.premium .premiumicon span{
    /*color:#17308A;
    background: white;
    padding: 0 8px;
    border-radius:100vh;
    font-weight: bold;*/
    font-size: 16px;
}
.premium .premiumicon img{
    width:200px;
    padding-top: 10px;
}
.premium .premiumtitle{
    font-size: 26px;
    font-weight: bold;

}
.premium .premiumdesc{
    padding-top: 10px;
    padding-bottom: 40px;
    font-size: 14px;
}
.premium .premiumimg img{
    width:60%;
}

.price-flow {
    display: flex;
    flex-direction: column;
    width:75%;
    height:auto;
    padding-top: 1rem;
}
.price-size {
    flex-basis: 20%;
    text-align: left;
    display: flex;
    padding-left: 20px;
}
.price-type,
.price-block span {
    font-size: 55%;
    padding-left: 0.5rem;
    /*align-self: center;*/
}
.price-type {
    font-size: 70%;
    padding-left: 0.5rem;
}
.price-price{
    text-align: right;
}
.prise-block-1 span {
    font-size:1rem;
}
/*
.block-p p,*/
.about-detail-p,
.voice-p {
    font-size: 85%;
    color: #fff;
    margin: 1rem 0;
    text-align: center;
    margin-left: 48%;
}

.about-detail-p {
    margin: 0;
    padding: 0.5rem 0 0 0;
/*    background-color: #0B318F;*/
    text-align: left;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.5rem;
}
.price-p {
    display: flex;
    font-size: 85%!important;
    color: #fff;
    margin: 0 auto;
    justify-content: flex-start;
    text-align: left;
}
.price-btn {
    width: 22%;
}
.voice-p {
    text-align: center;
    margin: 0 auto;
    font-size: 130%;
    padding-top: 0;
}
.voice-p span {
    display: block;
    font-size:75%;
}
.block-p br,
.about-detail-p br { display:none; }
.shop-block,
.price-block {
    justify-content:center;
    flex-direction: row;
}
.price-block-p {
    width: 60%;
    height: auto;
    padding-top: 1rem;
}
.lineup-flow {
    width:60%;
    width:80%;
    padding: 60px 0 40px 0;
}
.shop-img {
    width:80%;
    height: auto;
}
.shop-btn {
    width: 60%;
    height: auto;
}
.price-block-1 {
    display: flex;
    flex-direction: row;
    width: 80%;
    height: auto;
    color: #fff;
    margin: 0 auto;
    padding: 0;
    padding-top: 0.5rem;
    border-bottom: 1px solid #fff;
    font-size: 140%;
    justify-content: space-between;
}
.price-type {
    text-align: left!important;
    /*flex-grow: 2;*/
    /*flex-basis: 50%;*/
    font-size: 14px;
}
.price-premium {
    background:#00003F;
    text-align: right;
}
.price-img {
    width: 100%;
    height: auto;
    padding:3rem 0;
}
.cars-img {
    width: auto;
    height: 100%;
}
.logo-img {
    width: auto;
    height: 100%;
}
.more-img {
    width: 3%;
    height: auto;
}
.price-txt {
    width:35%;
    height: auto;
}
.lineup h2 {
    font-size: 200%;
}
.lineup-block {
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-self: center;
    height: auto;
    width:32%;
}
.lineup-block .txt {
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
    align-items: center;
    padding-bottom: 0.5rem;
    width:100%;
    height: 5rem;
    font-size: 80%;
}
.lineup-block p {
    color: #0B318F;
    font-size: 100%;
    font-weight: 600;
}
.lineup p.dispel {
    font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    margin: 0.5rem 0 0 0;
    padding: 0;
    font-size: 0.75rem;
    line-height: 0.9rem;
}
.movies {
    background-color: #0B318F;
    width:100%;
    height: auto;
}
/*
.bgc1 {
    clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
    background-color: #0B318F;
}*/
.block {
    margin:0 auto;
    text-align: center;
}
/*
.block-more {
    background-color: #0B318F;
}

/*-------------------
  footer
-------------------*/
main {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
}
#contents {
    flex:1;
}
#footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    /* height: 80px; dispel追加に伴い編集 */
    height: auto;
    background-color: #fff;
    z-index:999999;
}
.corp {
    position: relative;
    padding: 0 0 100px 0;
    background: #fff;
    width: 100dvw;
    top: 0;
}
.block .block-corp,
.block-footer {
    /*background-color: #0B318F;*/
    background-color: #D2D0E6;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.block-cars {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5vh;
    width: 75%;
}
.block-cars img {
    width: 100%;
    height: auto;
 }
.block-corp {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;
    height: 10dvh;
    min-height: 10dvh;
}
.block-corp-wrap {
    width:70%;
    margin:0 auto;
    text-align: center;
}
.block-footer-wrap {
    display: flex;
    justify-content: center;
    width:40%;
}
.block-footer .child,
.block-footer .child-2 {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    border-left: 1px solid #073190;
    border-right: 1px solid #073190;
    width:50%;
    height: auto;
}
.block-corp img {
    width: 20%;
    height: auto;
}
.block-corp img {
    width:40%;
    height: auto;
}
.block-footer img {
    max-width: 80%;
    padding: 1rem 2%;
    box-sizing: border-box; /* dispel追加に伴い編集 */
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.block-footer .child img,
.block-footer .child-2 img {
    height: auto;
    width: auto; /*16dvw; dispel追加に伴い編集 */
    max-width: 80%;
/*    text-align: center;*/
    margin: 0 auto;
    display: block;
/*    vertical-align: bottom;*/
}
.about-detail-p p {
    font-size: 100%;
    font-weight: normal;
    line-height: 1.7;
}
/*---------------------------*/
.accordion h2 br {
    display: none;
}
.accordion h2 span {
    display: inline-block;
}
.top h2 span br {
    display:none;
}
.lineup .accordion {
    padding-top: 5vh;
}

/* accordion */
.accordion summary {
	position: relative;
	list-style: none;
	padding: 15px 45px 15px 25px;
	cursor: pointer;
    text-align: center;
}
.accordion summary h2 {
    color: #0B318F;
    font-size: 100%;
    font-weight: 600;
    line-height: 2rem;
}

.accordion summary::-webkit-details-marker {
	display: none; /* Safariの初期アイコン */
}

.accordion summary::after {
	width: 50px;
	height: 50px;
    background: url(../images/more-btn.png)no-repeat center;
	content: "";
	transition: top 0.4s ease-out, transform 0.4s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.accordion details[open] summary::after {
	top: calc(50% - 5px);
	transform: rotate(-180deg);
}
/*
.accordion .contents {
	padding: 15px 45px;
	background:#E8ECF7;
}

.block-more.active {
    overflow-y: auto;
}*/

.block-footer a {
    display: block;
    width: 100%;
    height: auto;
}
.block-footer a:hover {
    background-color: #A3BCE2;
}
/*---------------------------------
 page-top
---------------------------------*/
#page-top a{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: url('../images/top-btn.png')no-repeat center;
    width: 26px;
    height: 188px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
    background-size: contain;
}
 
  /*リンクを右下に固定*/
  #page-top {
    position: fixed;
    right: 2%;
    z-index: 2;
    opacity: 0;
    /*scroll-btn */
/*    transform: translateY(200px);  100px */
}
#page-top .txt {
    margin-bottom: 0;
}
#page-top .txt:before {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0px;
}
#page-top .txt hr {
    width: 20px;
    margin: 0 0 0 80px;
    padding: 0 0 8px;
}  
#page-top.UpMove{
    animation: UpAnime 0.5s forwards;
  }
  @keyframes UpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
#page-top.DownMove{
    animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime{
    from {
      opacity: 1;
    transform: translateY(0);
    }
    to {
      opacity: 1;
    transform: translateY(100px);
    }
  }

/*---------------------------------
    tablet
---------------------------------*/
@media(max-width:1024px){
    .sp{ display:none !important; }
    .tb { display: block !important; }
    #mainvisual{
        height: 100dvh; /* 全画面表示 */
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
        background-image: url('../images/mainvisual_sp.jpg');
        background-color: #B9DDF5;
    }
    section{
        padding: 10dvh 0 0;
    }
    section.last{
        padding-bottom: 10dvh;
    }
    .cm_wrap-title h3{text-align: center;}
    .cm_wrap-main .iframe{
        width:100%;
        height: auto;
    }
    table.pricelist{
        width: 80%;
    }
    table.pricelist td.size{
        padding-left: 0.5em;
    }
    table.pricelist td.pricepremium{
        padding-right: 0.5em;
    }
    table.pricelist td.type{
        font-size: 14px;
    }
    .premium .premiumimg img{
        width: 80%;
    }
}

/*---------------------------------
    SmartPhone
---------------------------------*/
@media(max-width:768px){
    .pc { display: none !important; }
    .sp { display: block !important; }
    .tb { display: none !important; }
    #loader img {
        width: 60%;
        height: auto;
    }
    body {
        width:100%;
        height: 100%;
    }
    section{
        padding: 10dvh 0 0;
    }
    section.last{
        padding-bottom: 5dvh;
    }
    section.about-detail{
        padding-top: 15dvh;
    }
    #header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: sticky;
    }
    .sp-nav {
        width:70%;
    }
    h2.gradation{
        font-size: 150%;
    }
    /*--------------------------*/
    #mainvisual{
        height: 95vh; /* 全画面表示 */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        background-image: url('../images/mainvisual_sp.jpg');
    }
    #contents {
        /*height: 3700px;*/
    }
    .title {
        height: auto;
        min-height: 377.02px;
        margin-top: 0;
        width: 100%;
        justify-content: flex-start;
    }
    .title .wrap {
        width: 90%;
        height: auto;
        min-height: 377.03px;
    }
    .title-main .wrap {
        width: 90%;
        margin-top: 1vh;
    }
    .title .title-corting {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .title .title-corting .txt,
    .title .title-corting img {
        height: auto;
        width: 100%;
    }
    .title .title-flow {
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: auto;
        min-height: 320.2px;
        margin-top: -20px;
    }
    .title .title-flow .txt {
        width: 50%;
        height: auto;
    }
    .title .title-flow .img {
        width: 50%;
        height: auto;        
    }
    .title .child {
        align-self: center;
        flex-direction: row;
        height: auto;
        min-height: 106.73px;
        justify-content: flex-start;
        width: 100%;
    }
    .title .child-reverse {
        align-items: flex-start;
        display: flex;
        flex-direction: row-reverse;
        height: auto;
        min-height: 106.73px;
        margin: 0;
        width: 100%;
    }
    .title .child .txt, 
    .child-reverse .txt {
       height: auto;
       width: 50%;
    }
    .title .child .txt img, 
    .child-reverse .txt img, 
    .title .child .img img, 
    .child-reverse .img img {
       height: auto;
       width: 100%;
    }
    .title-main .title-rogo .txt,
    .title-main .title-rogo .txt img {
        width: 100%;
        height: auto;
    }
    .title-all {
        height: auto;
        min-height: 628.75px;
        top: 0;
    }
    /*
    .child-reverse div {
        width: 48%;
        display: flex;
        margin-top: 5.5vh;
    }
    .title-flow .position-img4 {
        display: flex;
        margin-top: 7vh;
    }
    .child .zoom {
        flex-basis: 85%;
        margin-top: 0vh;
    }
    .child-reverse .zoom {
        flex-basis: 80%;
        margin-top: -3vh;
    }

    .child .zoom-img5 {
        flex-basis: 85%;
        margin-top: 2vh;
        width: 126%;
    }
    .title-flow .position-img6 {
        margin-top: -4vh;
        margin-right: 5rem;
    }
    .title-flow .img-1 {
        height: 12vh;
        width: auto;
        margin-left: 0;
    }        
    .title-flow .img-2 {
        margin-top: -6vh;
        height: 11vh;
        width: 40dvw;
        margin-left: -2rem;
    }
    .title-flow .img-3 {
        margin-top: 4vh;
    }
    .title-flow .img-4 {
        width: 114%;
        margin-top: -3vh;
    }
    .title-flow .img-5 {
        margin-top: 3vh;
        height: 12vh;
        width: auto;
    }
    .title-flow .img-6 {
        height: 14vh;
        width: auto;
        margin-left: -3rem;
        margin-top: -20vh
    }
    */
    .title-main {
        align-items: center;
        display: flex;
        height: auto;
        min-height: 251.72px;
        justify-content: flex-start;
        top: -30px;;
        width: 100%;
    }
    .title-main .title-caption {
        font-size: 85%;
        height: auto;
        text-align: center;
    }
    .title-main .title-sense {
        font-size: 100%;
        justify-content: flex-start;
        height: auto;
        width: 100%;
    }
    .title-main .title-sense .txt {
        width:10rem;
        height: auto;
    }
    .title-main .title-sense .txt p {
        padding: 0.3rem;
        margin: 0 auto;;
        width: 80%;
    }
    .title-main .title-rogo {
        height: auto;
        min-height: 97.53px;
        position: relative;
        top: -20px;
    }
    .title-main .title-rogo .txt,
    .title-main .title-rogo .txt img {
        width: 100%;
        height: auto;
    }
    .introduction{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .description {
        font-size: 0.8rem;
    }
    h2.maincopy{
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        padding-bottom: 1rem;
    }
    /*-----------------*/
    .top h2 {
        font-size: 220%;
        line-height: 2.8rem;
    }

    h2 span {
        font-size: 0.90rem;
        font-weight: 600;
        line-height: 1.25rem;
        padding: 0.5rem 0;
    }
    .top h2 span br {
        display:block;
    }
    h3 {
        font-size:90%;
    }
    h3 span {
        font-size: 180%;
    }
    .block-about-all {
        padding-bottom: 0;
        height: auto; /*1650px;*/
        min-height: auto;
    }
    .block-about-all-inner {
        justify-content: flex-start;
        height: auto;
    }
    .about, .about-detail {
        height: auto;
        justify-content: flex-start;
    }
    .about {
        min-height: auto;
    }
    .about .img {
        width: 25%;
    }
    .about .block-title .img {
        width:45%;
    }
    .about-flow img {
        width: 100%;
    }
    .about-detail .img {
        width: 50%;
    }
    .about-detail {
        margin-top: -2rem;
    }
    .about-detail-flow h4 {
        font-size: 120%;
        line-height: 2rem;
    }
    .about-detail-flow .effect {
        width: 98%;
        margin: 0 auto;
    }
    .about-detail-flow .youtube {
        width:100%;
        padding: 0 0 2rem 0;
        height: auto;
        min-height: 0;
    }
    .about .block, .about-detail .block {
        padding: 0;
        height: auto;
        min-height: 0;
    }
    .about .block-title {
        justify-content: flex-start;
    }
    .about-position-2 {
    }
    .wrap-about-detail-flow {
        margin-top: 2rem;
        width: 90%;
        height: auto;
        min-height: 0;
    }
    .top {
        height: 100%!important;
        padding: 0;
        padding-top: 3vh;
        padding-bottom: 1vh;
    }
    .top h2 {
        font-size: 150%;
    }
    .top h3 {
        font-size: 100%;
        line-height: 1.3rem;
        text-align: center;
    }
    .top h3 br {
        display: block;
    }
        .top .effect {
        margin-top: 1vh;
        width: 98%;
    }
    .top .wrap {
        width: 94%;
    }
    .cm {
        width: 100%;
        height: auto;
        min-height: 247.55px;
        top: 20px;
    }
    .cm_wrap-title h2 {
    }
    .cm_wrap-title h3 {
        font-size: 1rem;
        text-align: center;
    }
    .cm_wrap-title h3 br {
        display: block;
    }
    .cm_wrap-main .iframe {
        width: 94%;
        height:auto;
        border-radius: 1rem;
    }
    .cm .wrap {
        width:100%;
        height: auto;
    }
    .cm_wrap-main {
        width:95%;
        height: auto;
        margin: 0 auto;
    }
    .block-fig{
        display: block;
    }
    .block-fig .img{
        text-align: center;
    }
    .block-fig .txt{
        font-size:0.8rem;
        width: 72%;
        margin: 0 auto;
    }
    .about h2 {
    }
    .about-txt {
        width: 60%;
    }
    .about .block-wrap {
        align-items: flex-start;
        justify-content: flex-start;
        overflow-x:scroll;
        width: 90%;
        height: auto;
    }    
    .about-flow {
        width: 340%;
        height: 100%;
    }
    .about-flow .img {
        width: 100%;
     }
    .about-flow .child {
        width: 100%;
    }
    .about-flow .child-end {
        width: 94%;
    }
    .about-flow .pad {
        margin-right: 1%;
    }
    .about-flow .txt {
        font-size: 80%!important;
    }
    .about .block-p {
        width: 90%;
        margin-top: 0;
        text-align: left;
    }
    .about-detail .block-title {
    }
    .wrap-shop-title {
    }
    .block-title-shop {
        height: 150px;
    }
    .block-title-shop h2 {
        width: 10rem;
        font-size: 120%;
    }
    .shop .block-title {
    }
    .shop {
    }
    .about-detail h2 {
    }
    .shop h2 {
        width: 10rem!important;
        margin: 0 auto;
        margin-top: 3rem;
        text-align: center;
    }
    .shop .img {
    }
    .block-shop-size {
        margin-top: 0;
        height: auto;
    }
    .block-shop-size-inner {
        height: auto;
        margin-top: 0;
    }
    .block-shop-size-inner .shop{
        margin-top: 0px!important;
        margin-bottom: 0;
        min-height: 0;
    }
    .shop .block-title .img {
        width: 80%;
    }
    .price h2,
    .voice h2 {
        line-height: 2rem;
    }
    .voice .block-title {
        padding-top: 4vh;
    }
    .price .h2-p,
    .voice .h2-p {
        font-size: 100%;
        line-height: 1.2rem;
    }
    .block-p br {
        display:block;
    }
    /* price */
    .price-flow {
        width:94%;
    }
    .price-block-1,
    .price-block-p {
        width:92%;
    }
    .price-p {
        font-size: 60%!important;
    }
    .price-img {
        width: 70%;
        padding:1rem 0 3rem 0;
    }
    .price-txt {
        width: 65%;
    }
    .price-btn {
        width: 90%;
    }
    .voice-txt {
        margin-top:3rem;
        width: 65%;
    }
    .about-detail-txt {
        width: 80%;
        margin-top:3rem;
        height: auto;
        min-height: 0;
    }
    .about-detail-p {
        padding: 0;
        line-height: 160%;
        font-size: 75%;
        width: 96%;
        margin: 0 auto;
    }
    .about-detail-p p {
        margin-top:0.5rem;
    }
    .shop-block-1 {
        width: 100%;
        text-align: center;
        padding-right: 0;
        margin-bottom: 1.5rem
    }
    .shop-block-2 {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    .shop-btn-1 {
        width:80%;
        margin-left:0;
        margin-right:0;
    }
    .shop-btn-2 {
        width:80%;
        margin-left:0;
    }
    .price {
        min-height: 0;
    }

    /* 料金表 */
    table.pricelist{
        width: 90%;
        color:white;
        border-collapse:collapse;
        font-size:28px;
        margin: 40px auto 0;
    }
    table.pricelist td{
    }
    table.pricelist .premiuminfo td{
    }
    table.pricelist td span{
        font-size:12px;
        padding-left: 0;
    }
    table.pricelist td.size{
        padding-left: 0;
    }
    table.pricelist td.type{
        display: none;
    }
    table.pricelist td.pricenormal,table.pricelist td.pricepremium{
        text-align: center;
        padding:0.5em 0;
        font-family:"Lato", sans-serif;
        font-size: 24px;    
    }
    table.pricelist td.pricepremium{
    }
    table.pricelist td.pricepremium::before{
        /*content: attr(data-label);*/
        font-size:12px;
    }
    table.pricelist td.icon{
        text-align: center;
        padding-bottom: 10px;
        font-size:10px;
    }
    table.pricelist td.icon a{
        color:white;
        text-decoration: underline;
    }
    table.pricelist td.icon img{
        width:120px;
    }

    .voice {
        padding-top:0;
    }
    .price-block-1 {
        padding:0.3rem 0;
        font-size:90%;
    }
    .voice-flow,
    .about-detail-flow {
        width:94%;
        flex-direction: column;
    }
    .about-detail-flow .youtube iframe {
        border-radius: 1rem;
    }
    .voice-flow .effect iframe {
        display:none;
    }
    .voice-flow .effect img {
        display: block;
    }
    .voice-flow {
        width: 100%;
        padding-bottom: 3rem;
    }
    .voice-flow .youtube {
        display:none;
    }
    .voice-flow .youtube-pv {
        display: block;
    }
    .voice-p {
        font-size: 70%;
        margin-top:0.5rem;
        text-align: left;
        padding-left: 3%;
    }
    .voice-p p {
        font-size: 70%;
        font-weight: 600;
    }
    .voice-p span {
        font-size: 40%;
    }
    .about-txt {
        width:50%;
    }
    .shop-txt, .price-txt {
        width: 65%;
    }
    .lineup-txt {
        width: 85%;
    }
    .lineup-txt {
        margin: 2rem 0;
    }
    lineup-flow {
        width: 100%;
    }
    .lineup-block {
        width:100%;
        height: auto;
        margin-bottom: 1.5rem;
    }
    .lineup-block-last{
        margin-bottom: 0;
    }
    .lineup-block .txt-size {
        margin-top: 2rem;
    }
    .lineup p.dispel {
        text-align: left;
        padding-bottom: 5px;
        width:95%;
        margin: 0 auto;
        font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    }
    .about-detail-flow, 
    .shop-flow, .price-flow, 
    .voice-flow, .lineup-flow {
        flex-direction: column;
    }
    .about-detail-flow {
        width: 100%;
    }
    .shop-flow {
        width:90%;
    }
    .shop-img {
        width:100%;
    }
    .shop-btn {
        width:70%;
    }
    .shop-block {
        margin-bottom:3rem;
    }
    .voice-flow .block {
        width:100%;
        padding-top: 0.5rem;
    }
    .voice-flow .block .first {
        padding-top: 0.5rem;
    }
    .voice-flow .block-child {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 94%;
        margin: 0 auto;
    }
    .voice .movie {
        display: none;
    }
    .voice .movie-sp {
        display: block;
        height: auto;
        flex-basis:28%;
        border-radius: 0.5rem;
    }
    .voice .movie-sp a {
        display: block;
        width: 100%;
        height: auto;
    }
    .voice .movie-sp .price-img {
        padding: 0;
        width: 100%;
    }
    .voice-flow .block-child .txt {
        flex-basis:70%;
        display: flex;
        align-items: center;
        font-size: 70%;
    }
    .about-detail-flow {
        position: revert;
        margin-top:0!important;
    }
    .lineup h2 {
        font-size: 120%;
        line-height: normal;
        font-weight: 600;
    }
    .lineup-flow {
        width:90%;
        height: 100%;
        margin-top:0;
    }
    .more-img {
        width:12%;
        height: auto;
    }
    .accordion h2 br {
        display: block;
    }
    .accordion h2 span {
        display: none;
    }
    /*
    .youtube .iframe iframe,
    .about-detail-flow .youtube,
    .voice-flow .youtube {
        width:100%;
        height: auto;
        border-radius: 1rem
    }*/
/*    .youtube .iframe iframe {
        width: 100%;
        height: 50%;
        border-radius: 0.5rem;
    }*/
    /*
    .youtube .iframe .iframe-1 {
        width: 100%;
        height: 100%;
        border-radius: 1rem;
    }
    .youtube .iframe-2 {
        width: 25%;
        align-self: flex-start;
    }
    .voice-flow .youtube {
        flex-direction: row;
        padding:0.5rem;
    }*/

    /*
    .cars-img {
        width:100%;
        height: auto;
    }
    */
    .youtube .mart {
        margin-top: 2rem;
    }
    .logo-img {
        width:30%;
        height: auto;
    }
    .premium .premiumicon img{
        width:150px;
    }
    .premium .premiumtitle{
        font-size: 120%;
    }
    .premium .premiumdesc{
        width:95%;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .premium .premiumimg img {
        width: 95%;
    }
    .lineup {
        margin-top: 0;
        padding-top: 10dvh;
        padding-bottom: 0;
        height: auto;
        min-height: 0;
        top: 0;
    }

    /* footer */
    #footer{
    }
    .block-footer-wrap {
        width: 100%;
    }
    .block-footer .child,
    .block-footer .child-2 {
        width:50%;
    }
    .block-footer .child img,
    .block-footer .child-2 img {
        height: auto;
        width:80%;
    }
    .block-footer .child {
        border-right:0;
    }
    .block-footer .child-2 {
        border-left: none;
    }    
    .block-cars {
        background: #fff;
        padding: 1rem 0 0 0;
        margin-bottom: 0;
    }
    .block-cars img {
        width:100%;
        margin:0 auto;
    }
    .block-corp {
        padding:1rem 0;
    }
    .block-corp img {
        width:80%;
        height: auto;
    }
    .corp {
        top: 0;
        height: auto;
        min-height: 180px;
        padding-top: 40px;
    } 
    #page-top a {
        width: 18px;
        height: 130px;
        background: url(../images/top-btn-sp.png)no-repeat center;
    }
    .block-shop-size {
        top: 0;
    }
    /*
    #page-top {
        display: none;
    }*/
    
}
