@charset "utf-8";

:root {
/*	--width-pc-display: 980px; */
	--width-sp-min-display: 375px;

	--main-theme-color:    #0b3290;
	--sub-theme-color:     #cc0d21;
	--sub-theme-color-bg:  #39a8d8;
}
ul.breadcrumbs {
	display: flex;
	padding: 10px 2%;
	margin: 0;
}
ul.breadcrumbs > li {
	display: block;
    font-size: 0.6rem;
}
ul.breadcrumbs > li + li {
	margin-left: 3px;
}
ul.breadcrumbs > li + li::before {
	content: "＞";
	margin-right: 3px;
}
a:hover,
a:link,
a:visited {
	color: #000000;
    text-decoration: none;
}

main .button-primary,
main .button-secondary {
    width: 240px;
    margin: 6% auto;
}
main .button-primary a {
    position: relative;
    display: block;
    padding: 10px;
    background: #cc0e21;
    border: 1px solid #cc0e21;
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}
main .button-primary a:hover {
    background: #ffffff;
    color: var(--theme-important-color);
    text-decoration: none;
}

.button-container{
    display: flex;
}
.button-others{
    background-color: #000;
    margin: 0 auto;
    text-align: center;
}


.button-others a{
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 28px;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    border: 1px solid #000;
}

main .button-others a:hover {
    background: #ffffff;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

main section.keeper {
    max-width: 750px;
    margin: 0 auto;
   background-color: #fff;
    padding-bottom: 2%;
}
main section.keeper .swiper-slide img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
main section.keeper .slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 3);
}
main section.keeper .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
main section.keeper .slider-thumbnail .swiper-slide {
	cursor: pointer;
}
main section.keeper .compare-menu-detail > div.menu-detail {
	display: none;
}
main section.keeper .compare-menu-detail > div.menu-detail.active {
	display: block;
}
.swiper-wrapper{
    margin: 0px auto 10px;
}
.swiper-slide {
    box-shadow: 0px 5px 7px #444;
}
ol, ul {
    list-style: none;
    list-style-type: none;
}
main .swiper-button-prev, main .swiper-button-next {
    width: 25px;
    height: 48px;
    background: rgb(13 13 13 / 70%);
    top: calc(50% - 10px);
}
main .swiper-button-prev:after, main .swiper-button-next:after {
    font-size: 20px;
    color: #fff;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}
.slider-thumbnail{
    width: 96%;
    margin: 0 auto;
    padding-left: 5px;
}
/*.swiper-slide{
    margin: 0 0.5%;
}*/
html {
    scroll-behavior: smooth;
    }
/*---------ここから独自スタイリング---------*/
#keeper-base-page{
	/*background: #0b3290;
    background-image: url(../images/pc_bg.jpg);
    background-repeat: repeat;*/
}
.key-visual{
    background: #0b3290;
    background-image: url(../images/kv_pc_bg_3.png),url(../images/kv_pc_bg_1.png) 
,url(../images/kv_pc_bg_2.png),url(../images/kv_pc_bg_4.png) ;
      background-position:center top, left top, right top,center top;
    background-size: cover,contain,contain,cover;
    background-repeat: no-repeat;
}


.key-visual-h1 img{
    width: 100%;
    height: auto;
    color: #333;
}


main section.slide-wrap{
    background: #0b3290;
    padding: 0 0 2%;
}
.slide-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 120px;
    border-bottom: 5px solid #0c3290;
}
.slide-wrapper {
  display: flex;
  animation: slide-flow 15s infinite linear 1s both;
}
.slide{
  width: 120px;
  object-fit:cover;
  border: 1px solid #ddd;
}
@keyframes slide-flow {
     0% {transform: translateX(0);}
 100% {transform: translateX(-100%);}
}

.campaign{
	margin: 0 auto 4%;
	text-align: center;
    background-color: #fff;
    padding: 0;
}
.campaign img{
	width: 100%;
	height: auto;
}
.atention{
    background-color: #fff5be;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #cc0136;
    width: 90%;
    max-width: 980px;
    padding: 1% 0;
}


.jump{
    margin: 0 auto;
    height: 42px;
    background-color: #0c3290;
    width: 100%;
    top: 40px;
    display: flex;
    z-index: 100;
    position: sticky;
    padding: 2% 0;
}

.jump ul{
    /*overflow: hidden;*/
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
}


.jump li{
    width: 20%;
    float: left;
    border-right: 1px solid #aaa;
    text-align: center;
    list-style: none;
    font-size: 0.6rem;
    font-weight: bold;
}

.jump a{
    color: #fff;
    display: inline-block;
    padding: 6px 2%;
}
.jump_point{
        height: 20px;
    }

.li_jump_last{
      border-right:none !important;  
}

#jump-pack,#jump-period,#jump-stores{
    height: 70px;
}
.bese-menu{
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    padding: 0 0 2%;

}
.base-menu-wrap{
    margin: 2% auto;
    width: 90%;
    text-align: center;
    font-weight: 600;
}
/*.body{
	width: 49%;
	height: 130px;
	margin: 0 1% 0 0; 
    padding: 4.5% 2%;
    background-image: url(../images/body-bn-1.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    border: 2px solid #fbf500;
}
.others{
	width: 50%;
	height: auto;
	margin: 0 0 0 0; 
}
.option{
	background-color: #FFF;
	margin-bottom: 10px; 
    background-image: url(../images/option-bn.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.meintenance{
	background-color: #FFF;
    background-image: url(../images/mente-bn.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.option,.meintenance{
	height: 60px;
    padding: 10% 6%;
    text-align: left;
    border: 2px solid #fbf500;
}
.body a,.option a,.meintenance a{
    display: inline-block;
    width: 100%;
    color: #000;
}
*/
.h2-wrap-2{
    padding: 0 !important;
}
.option-menu-img-2{
    background-color: #fff;
    width: 82%;
    border: 3px solid #0c3290 !important;
}
.sub-text{
    font-size: 1rem;
    width: 90%;
    margin: 0 auto 5%;
    text-align: center;
}

.sub-text-2{
    width: 90%;
    margin: 2% auto 5%;
    font-size: 0.9rem;
}
.sub-text-3{
    margin: 2% auto 5%;
    width: 90%;
    font-size: 0.9rem;
}
.base-menu-wrap-2{
	display: flex;
	}
.body-wrap{

}
.others-wrap{

}

.premium{
    width: 100%;
    margin-bottom: 2%;
}
.ex-keeper{
    width: 100%;
}
.premium a,.ex-keeeper a{
	display: inline-block;
}
.premium img,.ex-keeper img{
	width: 100%;
	height: auto;

}
.jump-a{
    height: 80px;
}

/*main section.youtube{
    width: 96%;
    height: auto;
    margin: 5% auto;
    text-align: center;
}

.youtube-iframe{
    width: 100%;
    height: auto;
    margin: 0 auto;
}*/

main section.youtube{
    display: block;
    width: 90%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
main section.photo a { display: block; 
}
h1{
    margin: 0;
}
h2{
    background-color: #fff;
    margin: 0 auto;
    padding: 5% 0;
    text-align: center;
}
h3{
	margin:0 auto;
}

.menu-detail{
	  background-color: #ffffff;
    width: 92%;
    margin: 0 auto;
    padding: 0 0 5%;
}

h4{
		padding: 4%;
    font-weight: bold;
    font-size: 0.8rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.scroll{
	text-align: right;
    font-weight: bold;
    font-size: 0.8rem;
    margin: 1% 2%;
}
.features{
	text-align: center;
	color: #333;
	display: none;
}

.off-20{
    color: #cc0e21;
}

.menu-1{
    border: 5px solid #0c3485;
}
.menu-2{
    border: 5px solid #c0a649;
}
.menu-3{
    border: 5px solid #39a8d8;
}
.menu-4{
    border: 5px solid #fff200;
}
.menu-5{
    border: 5px solid;
border-image: linear-gradient(
  287deg,
  rgba(24, 49, 142, 1) 0%,
  rgba(174, 3, 131, 1) 40%
) 1;
}
.option-head-wrap{
    text-align: center;
}

.option-head{
	text-align: center;
    width: 100%;
    padding: 3px 0 8px;
    margin-bottom: 5%;
    font-size: inherit;
}

.head-1{
    background-color: #0c3485;
    color: #fff;
}
.head-2{
    background-color: #c0a649;
    color: #fff;
}
.head-3{
    background-color: #39a8d8;
    color: #fff;
}
.head-4{
    background-color: #fff200;
    color: #333;
}
.head-5{
    background: linear-gradient(287deg, rgba(24, 49, 142, 1) 0%, rgba(174, 3, 131, 1) 40%);
    color: #fff;
}

.table-main-ditail,.table-main-price{
    width: 90%;
    height: auto;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #696969;
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
    font-size: 0.8rem;
}
.sp-margin-top{
    margin-top: 4%;
}
.table-main-carsize{
    width: 100%;
    height: auto;
    margin: 2% auto;
    border-collapse: collapse;
    border: 1px solid #696969;
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
    font-size: 0.8rem;
}

.th-main-ditail{
	border:1px solid #696969;
	background-color:#f0f0f0;
	color:#000000;
	width: 22%;
}

.td-main-ditail{
	border:1px solid #696969;
	width: 78%;
	padding:1%;
}
.td-main-ditail-2{
    text-align: left;
    padding: 4%;
}


.th-main-price{
	border:1px solid #696969;
	background-color:#f0f0f0;
	color:#000000;
	width: 33.33%;
}
.td-main-price{
	border:1px solid #696969;
	width: 33.33%;
	padding:1%;
}

.th-main-price-1,.td-main-price-1{
    width: 44%;
}

.th-main-price-2,.td-main-price-2{
    width: 28%;
}

.th-main-carsize{
    width: 25%;
    border:1px solid #696969;
    background-color:#f0f0f0;
    color:#000000;
}
.td-main-carsize{
    width: 75%;
    border:1px solid #696969;
    padding:1%;
}

.h-red{
	background-color: #cc0e21;
    color: #fff;
    font-size: 0.7rem;
}
.t-red{
	color: #cc0235;
	font-weight: bold;
	font-size: 1rem;
}
.t-red-2{
	color: #cc0235;
	font-weight: bold;
}
.bg-yel{
    background-color: #fffa99;
}

.option-menu-btn-wrap {
    width: 96%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 8%;

}
main section.photo{
    width: 96%;
    height: auto;
    margin: 0 auto 5%;
    text-align: center;
}
main section.photo img{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
main section.photo a{
    display: inline-block;
    }

main section.option-menu {
	background-color: #fff;
	text-align: center;
	}
.option-menu-btn-1{
	display: flex;
	flex-wrap: wrap;
}
.option-menu-img {
    width: 90%;
    height: auto;
    border: 2px solid #0c3290;
    margin: 1% auto;
}
.option-menu-img img{
	width: 21%;
	height: auto;
}

.option-menu-img a {
    display: flex;
}

.option-manu-name{
	width: 80%;
    height: auto;
    padding: 6% 4%;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2rem;
}

.bg-button{
    background: #fff;
    transition: .3s;
}
.bg-button:hover{
    background: #d2ecfb;
}
/*-----アコーディオンQA-----*/
.h2-qa {
    background-color: #cdd6e9;
    padding: 3%;
    margin: 0 4%;
    color: #000000;
} 
.qa {
    font-size: 0.7rem;
    padding-top: 0;
    margin: 0 auto;
    background-color: #0a318f;
    padding: 8% 2% 8%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}
.panel2 {
    /*border: 2px solid #17a7ce; */
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 10%;
    padding: 4%;
    margin: 0 4% 4% 4%;
}
.panel2 > dt {
	color: #000000;
    cursor: pointer;
	padding: 8px 6px;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    border-radius: 0;
    width: 94%;
    background: #fff;
    margin: 0 auto;
}
 
.panel2 > dd {
    margin: 0px;
    padding: 2% 6%;
    font-size: 0.8rem;
}

.panel2 > dt > p {
    text-align: left;
    display: inline-block;
    width: 94%;
    margin: 0;
}
.panel2 > dt > span {
    text-align: right;
    display: inline-block;
    width: 6%;
}
.qa-img{
    text-align: center;
}
.qa-img img{
    width: 70%;
    height: auto;
}
/*-----アコーディオン2おわり-----*/ 

.h2-wrap{
    width: 100%;
    text-align: center;
    padding: 3%;
}
.h2-headline{
    padding: 0.25em 0.5em;
    color: #0a318f;
    background: transparent;
    /*border-left: solid 5px #fbf500;*/
    display: inline-block;
    font-size: 1.2rem;
    border-bottom: solid 3px #fbf500;
    margin-bottom: 4%;
}

main section.option-item {
	background-color: #fff;
	text-align: center;
	}

.option-item img{
	width: 100%;
	height: auto;

}
.premium-link{
    width: 90%;
    padding: 0 2% 4%;
    margin: 0 auto;
}
.premium-link img{
    width: 100%;
    height: auto;
}
.item-wrap{
	background-image: url(../images/item-bg.jpg);
    background-repeat: repeat-x;
    padding: 2% 0 2%;
}
.fas1{
    padding-left: 0.5%;
}
.fas2{
	padding-left: 4%;
}

.fas3{
    padding: 8% 4% 8% 1%;
}
.sub-text-3{
    margin: 0 auto 2%;
    font-size: 0.9rem;
}


/*start of store*/
main section.stores{
    background-color: #fff;
}
.acsess,.description{
    text-align: center;
}
main section.stores .description {
    font-size: 16px;
    line-height: 1.4;
    margin: 20px 5px 40px 10px;
    text-align: center;
}
main section.stores ul {
    width: 375px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 20px;
    padding: 0;
}
main section.stores ul li.store {
    width: 182px;
    display: inline-block;
    margin: 0 2px 8px;
    text-align: center;
}
main section.stores ul li.store .photo {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}
main section.stores ul li.store .photo img {
    width: 100%;
    height: auto;
    vertical-align: top;
    line-height: 0;
}
main section.stores ul li.store .photo figcaption {
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    padding: 3px;
    background: rgb(0,0,0,0.5);
}
main section.stores ul li.store .photo figcaption h3 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}
main section.stores ul li.store .tel {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 5px 0;
}
main section.stores ul li.store .address {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 5px 0;
}
main section.stores ul li.store .access-map a {
    display: block;
    width: 100%;
    margin-top: 5px;
    padding: 5px 2px;
    text-align: center;
    color: #cc0235;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #cc0235;
    box-sizing: border-box;
    background: #ffffff;
}
main section.stores ul li.store .access-map a:hover {
    color: #ffffff;
    background: #cc0235;
    text-decoration: none;
}

.inquiry {
    text-align: center;
    max-width: 90%;
    margin: 8% auto 4%;
}
/*end of store*/
.storeblogs {
    width: 360px;
    margin: 60px auto 0;
    padding: 0 0 4%;
}
.storeblogs .catch_copy {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: center;
}
.storeblogs .similar-articles {
    font-size: 14px;
    color: #000000;
    width: 100%;
    margin: 0 auto 15px;
}

.storeblogs .similar-articles { position: relative; border: 1px solid #000; padding: 20px; box-sizing: border-box; }
.storeblogs .similar-articles a { display: flex; flex-wrap: wrap; justify-content: space-around; text-decoration: none; }
.storeblogs .similar-articles .label { position: absolute; top: -6px; left: -6px; background: #000000; padding: 3px 5px; color: #ffffff; font-size: var(--compact-blogs-font-size); }
.storeblogs .similar-articles .photo { width: 316px; }
.storeblogs .similar-articles .photo img { width: 100%; height: auto; }
.storeblogs .similar-articles a:hover { opacity: 0.8; }
.storeblogs .similar-articles .detail { width: 316px; position: absolute; bottom: 20px; background: rgb(0,0,0,0.5); }
.storeblogs .similar-articles .detail .title { position: relative; color: #ffffff; font-weight: var(--base-blogs-font-weight); margin-top: 10px; padding: 0 10px 7px; }
/*
.storeblogs .similar-articles .detail .title::after { content: ''; width: 16px; height:1px; background: #ffffff; position: absolute; bottom: 10px; right: 3px; transform: rotate(45deg); }
.storeblogs .similar-articles .detail .title::before { content: ''; width: 36px; height:1px; background: #ffffff; position: absolute; bottom: 5px; right: 6px; }
*/
.storeblogs .similar-articles .detail .title::after {
    content: '';
    border-top: 7px solid transparent;
    border-right: 7px solid #ffffff;
    border-bottom: 7px solid #ffffff;
    border-left: 7px solid transparent;
    position: absolute;
    bottom: 3px;
    right: 3px;
}
.storeblogs .similar-articles .detail .title::before {
    content: '';
    width: 14px;
    height:1px;
    background: #ffffff;
    position: absolute;
    bottom: 12px;
    right: 5px;
    transform: rotate(-45deg);
}
.storeblogs .similar-articles .detail .title span { display: inline-block; }
.storeblogs .similar-articles .detail .description { display: none; font-size: var(--compact-blogs-font-size); margin: 12px 0 0; color: #888888; }
.storeblogs .similar-articles .detail .con-button { width: 170px; position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); background: #fff; border: 1px solid #000; padding: 5px 10px!important; box-sizing: border-box; text-align: center;  }
.storeblogs .similar-articles .detail .con-button.blog-link { display: none; }

/*-- メンテナンスページスタイリング 始まり--*/
.ment-kv-wrap{
    background-color: #0c3290;
    position: relative;
    /*padding-bottom: 20px;*/
}
.ment-kv{
    height: 100px;
    width: 100%;
    background-image: url(../gradeup/images/kv_ment_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 5px solid #0c3290;
    border-bottom: 0 solid #0c3290;
    position: relative;

}
.ment-kv::before{
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,0.2);
}
/*.ment-h1{
    color: #fff;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    left: 8px;
    text-shadow: 0px 0px 10px black;
}*/
    .ment-h1 {
        right: calc(50% - 128px);
        bottom: 70px;
    padding: 10px 35px;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 0px 0px 10px black;
    width: 50%;
    margin: 7% auto;
    text-align: center;
        font-size: 1rem;
    }
    .ment-h1 span.left-side,
    .ment-h1 span.right-side {
        display: block;
        position: relative;    
    }
    .ment-h1 span.left-side:before,
    .ment-h1 span.left-side:after,
    .ment-h1 span.right-side:before,
    .ment-h1 span.right-side:after {
        position: absolute;
        content: '';
        background: #ffffff;
        width: 20px;
        height: 1px;
    }
    .ment-h1 span.left-side:before {
        top: -10px;
        left: -50px;
    }
    .ment-h1 span.left-side:after {
        transform: rotate(90deg);
        top: 0px;
        left: -60px;
    }
    .ment-h1 span.right-side:before {
        transform: rotate(90deg);
        bottom: 0px;
        right: -60px;
    }
    .ment-h1 span.right-side:after {
        bottom: -10px;
        right: -50px;
    }
.ment-menu-wrap{
    width: 100%;
    margin: 0 auto;
    background-image: url(../images/item-bg.jpg);
    background-repeat: repeat-x;
    }
.ment-menu-item{
    text-align: center;
    padding: 0 4%;
}
.ment-point{
    width: 96%;
    margin: 0 auto;
    height: auto;
}
.cycle{
    text-align: center;
    width: 100%;
    background-color: #f9f9f9;
    padding: 6% 4% 4%;
}
.cycle img{
    width: 100%;
    height: auto;
}
.h3-ment {
    margin: 4% auto;
}
/*.pc-left-ment,.pc-right-ment{
    width: 90%;
    margin: 0 auto;
}*/
.table-ment{
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #696969;
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
    font-size: 0.8rem;
}

.th-ment{
    border:1px solid #696969;
    background-color:#f0f0f0;
    color:#000000;
    width: 28%;
}

.td-ment{
    border:1px solid #696969;
    width: 36%;
    padding: 2% 0;
}

.td-ment-2{
    background-color: #d9effa;
    border: 3px solid #cc1021;
}
.ment-text{
    font-size: 0.8rem;
    padding: 0 5%;
}
.t-main-price-1{
    width:30%;
}
.t-main-price-2{
    width:34%;      
}
.t-main-price-3{
    width:36%;     
}
.ment-a,.ment-b{

}
.option-head-ment{
    font-size: 1rem;
}
.ment-a img,.ment-b img{
    width: 80%;
    height: auto;
}
.t-blue{
    font-size: 2rem;
    background: #0c3290;
    padding: 3% 6%;
    border-radius: 5px;
    color: #fff;
    margin: 3%;
}
.h4-ment{
    background-color: #f0f0f0;
    margin: 5% auto 2%;
    padding: 2% 10%;
}
.ment-description-text{
    text-align: center;
    padding: 1% 2%;
}
.link{
    text-align: center;
    padding: 1%;
    font-size: 0.8rem;
    margin: 4% auto 0;
}
.link a{
    color: #0c3290;
    text-decoration: underline;
    font-weight: bold;
}

.link-ex-1{
  width: 90%;
  margin: 5% auto;
}

.link-ex-1 img{
    width: 100%;
    height: auto;
    
}
.link-ex-3{
    width: 70%;
}
.pro-logo{
    width: 100%;
    height: auto;

}
.img-hover img{
    transition: opacity 0.3s ease;
    opacity: 1;
}
.img-hover img:hover{
    opacity: 0.7;
}
/*-- プレミアムスタイリング 始まり--*/
.pre-kv-wrap{
    background-color: #0c3290;
    position: relative;
    /*padding-bottom: 20px;*/
}
.pre-kv{
    height: 100px;
    width: 100%;
    background-image: url(../gradeup/images/kv_premium_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 5px solid #0c3290;
    position: relative;
}
.pre-kv::before{
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,0.2);
}
.ment-premium{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    background-image: url(../images/item-bg.jpg);
    background-repeat: repeat-x;
    padding: 2% 0;
}
.sub-title {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 600;
    color: #004193;
    margin: 0 auto;
    display: inline-block;
}
.premium-list-area, .premium-list-li{
    display: flex;
    flex-wrap: wrap;
}
.premium-list-area{
    margin-bottom: 5%;
    padding: 2%;
}


.premium-list-li{
  width: 33.33%; /* スマホでは2列 */
  flex-basis: 33.33%; /* スマホでは2列 */
}


.premium-list-li2{
    float: inherit;
    margin: 0 auto;
    }
.premium-list-li img{
    width: 100%;
    padding: 0.4rem;
}
.premium-list-text {
    font-weight: 600;
    font-size: 0.7rem;
    width: 100%;
    text-align: center;
}

/*-- メンテナンスページスタイリング おわり--*/

/*-- EXキーパーページスタイリング はじまり--*/
.ex-kv{
    height: 100px;
    width: 100%;
    background-image: url(../gradeup/images/kv_ex_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 5px solid #0c3290;
    border-bottom: 0 solid #0c3290;
    position: relative;
}
.ex-kv::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
}
.h2-wrap-ex-inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 4%;
}
.keeper-ex-page{
    background-color: #102b5a;
}
.jump-ex {
    background-color: #102b5a;
    border-bottom: 2px solid #de0317;
}
.exkeeper-header{
    background-color: #102b5a;
}

.ex-text{
    color: #fff;
    font-size: 0.8rem;
    width: 90%;
    margin: 0 auto;
    padding: 4% 2% 6%;
    text-align: left;
}
.ex-header-wrap{
    width: 100%;
    margin: 0 auto;
    padding: 0 0 8%;
    text-align: center;
}
.exkeeper-header-inner{
    border-bottom: 2px solid #de0316;
}
.ex-head-img img {
    width: 100%;
    height: auto;
    text-align: right;
}
.h2-headline-ex{
    padding: 0.25em 0.5em;
    color: #ffffff;
    background: transparent;
    display: inline-block;
    font-size: 1.2rem;
    border-bottom: solid 2px #ffffff;
    margin-bottom: 4%;
    margin: 6% auto;
}

.h3-headline-ex{
    font-size: 0.9rem;
    color: #fff;
    padding: 3% 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin: 6% auto 0%;
    width: 86%;
}
.h3-headline-ex-2 {
    font-size: 1.5rem;
    color: #fff;
    padding: 1%;
    margin: 3% auto;
    width: 86%;
    text-align: center;
}
.ex-menu-img img {
    width: 90%;
    height: auto;
    margin: 2% auto;
}

.table-ex-price{
    width: 90%;
    height: auto;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #696969;
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
    font-size: 0.8rem;
}

.th-ex{
    border:1px solid #696969;
    background-color:#f0f0f0;
    color:#000000;
    width: 25%;
}

.td-ex{
    border:1px solid #696969;
    padding: 2% 0;
}

.td-ment-2{
    background-color: #d9effa;
    border: 3px solid #cc1021;
}
.ment-text{
    font-size: 0.8rem;
    padding: 0 5%;
}
 .th-ex-2{
    width: 50%;
 }
.text-tr{
        display:inline-block;
    }
.kenma-text {
    font-size: 0.8rem;
    width: 90%;
    margin: -10px auto 4%;
}
 .ex-menu-1{
    border: 5px solid #102b5a;
 }
 .ex-head-1 {
    background-color: #102b5a;
    color: #fff;
}
.ex-header-img img{
    width: 60%;
    height: auto;
    border: 1px solid #a8a8a8;
}
.features-ex{
    display: block;
}
.ex-ment-time{
    width: 90%;
    height: auto;
    background-color: #eee;
    font-weight: bold;
    margin: 3% auto;
    padding: 2%;
}
.ex-premium-text{
    text-align: center;
    font-size: 0.9rem;
    width: 90%;
    margin: 0 auto;
}
.th-ex-mente{
    font-size: 0.7rem;
}
.qa-ex {
    background-color: #102b5a;
    }

.shop-wrap{

    display: flex;
    flex-direction: column;
}

.ex-keeper-tagajyo{
    text-align: center;
}
.ex-keeper-tagajyo img{
    width: 60%;
    height: auto;
}
.access-h2 {
    display: inline-block;
    border: 2px solid #f9d23c;
    padding: 1% 9%;
}

.shop-name{
     width: 90%;
     margin: 0 auto;
     text-align: center;
}
.shop-img,.shop-text {
    width: 100%;
    height: auto;
}

.shop-img{
    width: auto;
    margin: 5%;
}
.shop-img-f{
    width: 100%;
    margin: 0;
}
.shop-img img{
    width: 100%;
    height: auto;
}
.pctL {
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 0.8rem;
    width: 90%;
    margin: 0 auto;
    background: #fff;
}
.shoplist th, .shoplist td {
    border: 1px solid #CCCCCC;
    padding: 8px;
}
.shoplist th {
    font-weight: bold;
    color: #333333;
    background-color: #f2f2f2;
    text-align: left;
    line-height: 1.4;
    white-space: nowrap;
}
.shoplist td {
    text-align: left;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
border: none;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

 #keeper-ex-page .swiper-button-prev,
 #keeper-ex-page .swiper-button-next {
    background: rgb(165 165 165 / 70%);
    top: calc(50% - 10px);
}
/*-- EXキーパーページスタイリング おわり--*/



/*-- タブレット／PC用スタイリング --*/
@media screen and (min-width:768px) {
	main section.key-visual h1 img.only-sp {
		display: none;
	}
	main section.key-visual h1 img.only-pc {
		display: inline;
	}
	main .button-primary, main .button-secondary {
    	width: 240px;
    	margin: 3% auto;
	}
/*---------ここから独自スタイリング---------*/

ul.breadcrumbs > li {
    font-size: 0.8rem;
}
.key-visual{
    background-image: url(../images/kv_pc_bg_3.png),url(../images/kv_pc_bg_1.png) 
,url(../images/kv_pc_bg_2.png),url(../images/kv_pc_bg_4.png) ;
      background-position:center top, left top, right top,center top;
    background-size: cover,contain,contain,cover;
    background-repeat: no-repeat;
}
.key-visual-ment{
   background-image: url(../images/ment_pc_bg_1.png); 
}
h1 {
    max-width: 980px;
    margin: 0 auto;
}
.h2-wrap{
    padding: 3%;
}
.h2-headline{
    font-size: 1.4rem;

}
h4 {
    font-size: 0.8rem;
}
.slide-container {
        height: 200px;
        border-bottom: 10px solid #0c3290;
}
    .jump {
        padding: 1% 0%;
        top: 75px;
        height: 60px;
    }


    .jump ul ,.special-offer-wrap , .price-wrap,.step-wrap {        
        width: 960px;

    }
    .jump li{
        font-size: 1rem;
    }
    .jump_point{
        height: 40px;
    }
    #jump-pack, #jump-period, #jump-stores {
        height: 120px;
    }
    .jump-a {
        height: 114px;
    }
.campaign img {
    width: 750px;
    height: auto;
    /*margin-top: 2%;*/
}
.atention{
    font-size: 1.5rem;
}
.bese-menu {
    max-width: 750px;
    margin: 0 auto;
}

.base-menu-wrap {
    display: flex;
    margin: 2% auto;
    width: 100%;
}
.premium{
    width: 49%;
    margin-right: 1%;
}
.ex-keeper{
    width: 49%;
    margin-left: 1%;
}
.option-manu-name {
    line-height: 2.24rem;
}
.option-menu-img-2{
    width: 100% !important;
}

.body-wrap {
    width: 49%;
    height: auto;
    margin-right: 1%;
}
.others-wrap {
    width: 49%;
    height: auto;
    margin-left: 1%;
}

main section.youtube {
    max-width: 750px;
}
main section.keeper {
	max-width: 100%;
}

.swiper {
    max-width: 980px;
    }

.slider-thumbnail {
    margin: 1% auto;
    padding-left: 5px;
    max-width: 750px;
}
.option-head{
margin-bottom: 1%;
}
.scroll {
    font-size: 1rem;
    margin: 0 auto 2%;
    max-width: 980px;
}
.description{
	display: flex;
}
.pc-left,.pc-right{
	width: 50%;
	height: auto;
}
.features{
	display: inline-block;
}
	.compare-menu-detail {
    	max-width: 750px;
    	height: auto;
    	margin: 0 auto;
	}
	.menu-detail {
    	background-color: #ffffff;
    	width: 100%;
  	}
    .sp-margin-top {
    margin-top: 0;
    }
	.table-main-ditail,.table-main-price{
    	width: 90%;
    	/*height: 282px;*/
        height: 340px;
	}
	.td-main-ditail{
		padding: 1%;
	}
    .td-main-ditail-2{
        padding: 4%;
    }
	.t-red{
	   font-size: 1rem;
	}
	.option-menu-btn-wrap {
    	max-width: 980px;
	}
    main section.photo img {
        max-width: 750px;
    }
	.option-manu-name {
        font-size: 1.2rem;
        padding: 8% 0%;
    }
    .fas3 {
        padding: 11% 2% 3% 1%;
    }
    .option-manu-name-2 {
        padding-left: 0%;
        width: 88%;
    }
    .option-manu-name-1{
        font-size: 1rem;
    }
    .base-menu-wrap-1{
        display: flex;
    }

	.option-menu-img {
    	width: 32%;
    	margin: 0.5% 0.5%;
	}
    .option-menu-img-3{
        height: 200px;
        background-image: url(../images/body-bn-1.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
	.option-menu-img a {
    	text-align: center;
	}
	.option-menu-img img {
    	width: 25%;
	}
     .option-item-wrap{
      width: 100%;
        height: auto;
    }
	h3,.description{
        width: 100%;
    	margin: 0 auto;
	}
    .option-item ,.description-option{
        max-width: 750px;
        height: auto;
        margin: 0 auto;
    }
	.qa-wrap{
    	max-width: 980px;
    	margin: 0 auto;
	}
	.h2-qa {
    	padding: 1%;
    	font-size: 1.2rem;
    	margin: 0;
    	text-align: center;
    }
    .panel2 {
		margin: 0;
	}
    .panel2 > dt {
        font-size: 1.4em;
    }
    .panel2 > dd {
        font-size: 1rem;
    }
   main section.stores {
		background-color: #fff;
	}
	.stores-wrap{
		max-width: 980px;
		height: auto;
		margin: 0 auto;

	}
	main section.stores ul {
    	width: 750px;
    	padding-left: 1%;
	}
	main section.stores ul li.store {
    	width: 32%;
    	margin: 0 1% 2% 0;
	}
    .inquiry{
        max-width: 980px;
    }
    .storeblogs {
        width: 680px;
        margin-bottom: 90px;
        padding: 0 0 4% 0;
    }
    .storeblogs .similar-articles { width: 680px;}
    .storeblogs .similar-articles .photo { display: block; }
    .storeblogs .similar-articles .detail { position: static; background: none; padding: 0 0 0 12px; }
    .storeblogs .similar-articles .detail .title { color: #000000; padding: 0 0 7px 0; border-bottom: 1px solid #000;font-weight: bold; }
    .storeblogs .similar-articles .detail .title::after,
    .storeblogs .similar-articles .detail .title::before { display: none; }
    .storeblogs .similar-articles .detail .description { display: block; margin: 12px 0 38px; }
    .storeblogs .similar-articles .detail .con-button { left: auto; right: 20px; transform: none; }
    .storeblogs .similar-articles .detail .con-button.blog-link { display: block; }
    .storeblogs .similar-articles a:visited .detail .title,
    .storeblogs .similar-articles a:link .detail .title,
    .storeblogs .similar-articles a:link .detail .con-button, 
    .storeblogs .similar-articles a:visited .detail .con-button { color: #000000; }
    .storeblogs .similar-articles a:hover .detail .con-button { background: #000000; color: #ffffff; }

/*-- メンテナンスページスタイリング 始まり--*/

    .ment-menu-wrap {
        width: 100%;
    }
    .ment-h1{
        font-size: 26px;
        width: 30%;
        margin: 6% auto;
    }
    .ment-kv{
        height: 200px;
        width: auto;
        background-image: url(../gradeup/images/kv_ment_pc.png);
        background-size: cover;
    }
    .ment-point {
        max-width: 750px;
    }
    .ment-text-2{
        font-size: 1rem;
    }
    .table-750{
        max-width: 750px;
        margin: 3% auto;
    }
    .t-main-price-1{
        width:20%;
    }
    .t-main-price-2{
        width:50%;      
    }
    .t-main-price-3{
        width:30%;     
    }
.cycle {
    width: 70%;
    padding: 1%;
    margin: 0 auto;
}
.table-ment {
    width: 96%;
    }
.td-ment {
    padding: 1%;
}
.h4-ment{
    background-color: inherit;
}
/*.menu-detail-ment{
    background-image: url(../images/item-bg-1.png);
    background-repeat: repeat-x;
}*/
.pc-left-ment,.pc-right-ment{
    width: 45%;
    height: auto;
    background-color: #fff;
    margin: 1%;
    border: 1px solid #bbb;
    padding: 0 0 3%;
}
.pc-left-ment{
    margin: 1% 1% 1% 4%;
}
.pc-right-ment{
    margin: 1% 4% 1% 1%;
    }
    .table-ment-price{
        height: 180px;
    }
    .link-wrap{
        text-align: center;
    }
    .link {
        width: 43%;
        margin: 0% 3% 0;
        display: inline-block;
    }
    .link-ex-3{
    width: 70%;
    }
    .h2-headline-ment{
        
    }
/*-- プレミアムスタイリング 始まり--*/
    .ment-premium-wrap{
        max-width: 980px;
        margin: 0 auto;
    }
    .pre-kv{
        height: 200px;
        width: auto;
        background-image: url(../gradeup/images/kv_premium_pc.png);
        background-size: cover;
    }
    .premium-list-area {
        margin-bottom: 0;
    }
    .premium-list-li{
        width: 16.666%; /* デスクトップでは6列 */
        flex-basis: 16.666%; /* デスクトップでは6列 */
    }
    .premium-list-text {
        font-size: 0.8rem;
    }
    .sub-title {
        display: inline;
        margin: 1rem auto;
    }
    .menu-detail-ment{
        max-width: 980px;
    }
/*-- プレミアムスタイリング 終わり--*/


/*-- EXキーパースタイリング 始まり--*/
    .ex-kv{
        height: 200px;
        width: auto;
        background-image: url(../gradeup/images/kv_ex_pc.png);
        background-size: cover;
    }
    .h2-wrap-ex{
        width: 100%;
        height: auto;
        background-color: #de0317;
    }
    .h2-wrap-ex-inner{
        max-width: 1200px;
        height: auto;
        background-color: #122b5a;
    }
    .ex-logo{
        text-align: center;
    }
    .ex-logo img{
        width: 70%;
        height: auto;
        margin: 0 auto;
    }
    .ex-head-img img {
        width: 100%;
        height: auto;
    }
    .pc-left-head{
        width: 58%;
        height: auto;
    }
    .pc-right-head{
        width: 42%;
        height: auto;
    }
    .h3-headline-ex-2 {
        width: 90%;
        text-align: left;
        padding: 0 12%;
        margin: 5% auto;
    }
    .h3-headline-ex {
        font-size: 1.2rem;
        margin: 4% auto;
        padding: 1% 1.5%;
        text-align: left;
    }
    .ex-text {
        padding: 0 12%;
        margin: 3% auto;
        font-size: 0.9rem;
    }
    .td-ex {
        padding: 2.5% 0;
    }
    .td-ex-2 {
        padding: 3.5% 0;
    }
    .link-ex {
        width: 100%;
        margin: 4% auto 0;
        display: inline-block;
        font-size: 1rem;
    }

    .link-ex-2 {
    width: 100%;
    margin: 1.5% auto 0;
    display: inline-block;
    font-size: 1rem;
    padding: 0;
    }
    .ex-header-wrap {
        max-width: 980px;
    }
    .exkeeper-header-item{
        display: flex;
    }
    .exkeeper-header-inner{
        background-color: #de0317;
    }
    .exkeeper-header-item-2{
        background-color: #112b5a;
        max-width: 1200px;
        margin: 0 auto;
        height: auto;
    }
    .compare-menu-detail-ex{
        max-width: 980px;   
    }
    .ex-premium-text {
        margin: 20px auto -20px;
    }


    .access{
        padding: 0 10%;
        max-width: 980px;
        margin: 0 auto;
    }
    .ex-keeper-tagajyo img{
    width: 30%;
    }
.shop-wrap{
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}
.access-h2{
    display: inline-block;
    border: 2px solid #f9d23c;
    padding: 1% 9%;
}
.pctL {
    font-size: 0.96rem;
    }
.bg-white{
    background: inherit;
}
.shop-name {
font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
    margin: 2%;
}
.shop-img{
     width: 40%;
         margin: 2% 2% 2% 3%;
}
.shop-text{
     width: 60%;
    padding: 0;
    margin: 2% 0 0;
}
.stores-wrap-ex{
    padding: 4% 0 0;
}
@media screen and (min-width:960px) {
 section .merit,.basic-plan{
        max-width: 980px;
        margin: 0 auto;
    }    
    .jump {
        padding: 0.5%;  
    }
    .jump a {
        padding: 6% 20%; 
    }

}