@charset "UTF-8";

/* Windowsでの游ゴシックかすれ回避
---------------------------------------------------- */
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic");
    font-weight: 700;
}

/* 追加フォント
---------------------------------------------------- */
@font-face {
    font-family: "Oswald";
    src: url("../webfonts/Oswald-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Oswald";
    src: url("../webfonts/Oswald-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
}


/* common
---------------------------------------------------- */
body {
    color: #1c1c1c;
    margin: 0px;
    font-family: YuGothic, "Yu Gothic", Meiryo, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, body{
        font-family:  Meiryo, sans-serif; /* IEでの表記崩れ回避 */
    }
}
body.scroll-prevent{
    position: fixed;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-right: 5px;
}

.overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9;
}
.overlay.on{
    display: block;
}

main{
    margin-top: 100px;
    overflow: hidden;
}
@media screen and (max-width:991px){
    main{
        margin-top: 54px;
    }
}




/* common section
---------------------------------------------------- */
.sec-common{padding: 60px 0;}
.sec-page-top{ padding: 30px 0 60px;}

.sec-large{padding: 100px 0;}
.sec-xlarge{padding: 100px 0 140px;}
@media screen and (max-width:767px){
    .sec-large{padding: 60px 0;}
    .sec-xlarge{padding: 100px 0;}
}

/* common bg
---------------------------------------------------- */
.bg-gray{
    position: relative;
    background: #efefef;
    z-index: 1;
}
.bg-black{
    position: relative;
    background: #1c1c1c;
    z-index: 1;
}
.bg-red{
    position: relative;
    background: #c71919;
    z-index: 1;
}

/* common ttl
------------------------------------------------------------------*/
.ttl-sec01{
    padding-left: 30px;
    margin-bottom: 50px;
    border-left: 10px solid #c71919;
    font-weight: bold;
    line-height: 1;
}
.ttl-sec01 .en{
    display: block;
    margin-bottom: 10px;
    font-family: "Oswald";
    font-size: 72px;
}
.ttl-sec01 .jp{
    display: block;
    font-size: 20px;
}
@media screen and (max-width:1299px){
    .ttl-sec01{
        margin-bottom: 40px;
    }
    .ttl-sec01 .en{
        font-size: 60px;
    }
}
@media screen and (max-width:991px){
    .ttl-sec01{
        margin-bottom: 30px;
    }
    .ttl-sec01 .en{
        font-size: 48px;
    }
}
@media screen and (max-width:767px){
    .ttl-sec01 .en{
        font-size: 36px;
    }
    .ttl-sec01 .jp{
        font-size: 16px;
    }
}
@media screen and (max-width:575px){
    .ttl-sec01 .en{
        font-size: 30px;
    }
    .ttl-sec01 .jp{
        font-size: 14px;
    }
}

.ttl-sec02{
    position: relative;
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.ttl-sec02::after{
    position: absolute;
    content: "";
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 80px;
    height: 10px;
    background: #c71919;
}
.ttl-sec02 .en{
    display: block;
    margin-bottom: 10px;
    font-family: "Oswald";
    font-size: 72px;
}
.ttl-sec02 .jp{
    display: block;
    font-size: 20px;
}
@media screen and (max-width:1299px){
    .ttl-sec02{
        margin-bottom: 40px;
    }
    .ttl-sec02::after{
        width: 100px;
    }
    .ttl-sec02 .en{
        font-size: 60px;
    }
}
@media screen and (max-width:991px){
    .ttl-sec02::after{
        width: 80px;
    }
    .ttl-sec02 .en{
        font-size: 48px;
    }
}
@media screen and (max-width:767px){
    .ttl-sec02{
        margin-bottom: 30px;
    }
    .ttl-sec02::after{
        top: -15px;
        width: 40px;
        height: 5px;
    }
    .ttl-sec02 .en{
        font-size: 36px;
    }
    .ttl-sec02 .jp{
        font-size: 16px;
    }
}
@media screen and (max-width:575px){
    .ttl-sec02 .en{
        font-size: 30px;
    }
    .ttl-sec02 .jp{
        font-size: 14px;
    }
}

.ttl-sec03{
    position: relative;
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.ttl-sec03::after{
    position: absolute;
    content: "";
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 60px;
    height: 5px;
    background: #c71919;
}
.ttl-sec03 .en{
    display: block;
    margin-bottom: 10px;
    font-family: "Oswald";
    font-size: 48px;
}
.ttl-sec03 .jp{
    display: block;
    font-size: 18px;
}
@media screen and (max-width:991px){
    .ttl-sec03 .en{
        font-size: 36px;
    }
}
@media screen and (max-width:767px){
    .ttl-sec03{
        margin-bottom: 30px;
    }
    .ttl-sec03::after{
        width: 40px;
    }
    .ttl-sec03 .en{
        font-size: 30px;
    }
    .ttl-sec03 .jp{
        font-size: 14px;
    }
}


.ttl-cat{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #1c1c1c;
}
@media screen and (max-width:1199px){
    .ttl-cat{
        font-size: 30px;
    }
}
@media screen and (max-width:991px){
    .ttl-cat{
        font-size: 26px;
    }
}
@media screen and (max-width:767px){
    .ttl-cat{
        font-size: 22px;
    }
}

.ttl-products-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #1c1c1c;
}
.ttl-products-item .new,
.ttl-products-item .soldout{
    display: block;
    flex-shrink: 0;
    font-size: 16px;
    padding: 8px 15px;
    font-family: "Oswald";
    color: #fff;
    line-height: 1;
    margin-left: 10px;
}
.ttl-products-item .new{
    background: #c71919;
}
.ttl-products-item .soldout{
    background: #1c1c1c;
}
@media screen and (max-width:991px){
    .ttl-products-item{
        font-size: 22px;
    }
    .ttl-products-item .new,
    .ttl-products-item .soldout{
        font-size: 14px;
    }
}
@media screen and (max-width:767px){
    .ttl-products-item{
        font-size: 18px;
    }
    .ttl-products-item .new,
    .ttl-products-item .soldout{
        font-size: 12px;
    }
}

.ttl-underline{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #1c1c1c;
}
@media screen and (max-width:991px){
    .ttl-underline{
        font-size: 28px;
    }
}
@media screen and (max-width:767px){
    .ttl-underline{
        font-size: 24px;
    }
}

.ttl-cap{
    font-family: "Oswald";
    font-weight: bold;
    color: #c71919;
}
@media screen and (max-width:767px){
    .ttl-cap{
        font-size: 12px;
    }
}

.ttl-simple{
    font-size: 36px;
    font-weight: bold;
}
@media screen and (max-width:991px){
    .ttl-simple{
        font-size: 28px;
    }
}
@media screen and (max-width:767px){
    .ttl-simple{
        font-size: 24px;
    }
}

.ttl-sub{
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width:1199px){
    .ttl-sub{
        font-size: 18px;
    }
}
@media screen and (max-width:767px){
    .ttl-sub{
        font-size: 16px;
    }
}

/* box
---------------------------------------------------- */
.box-blue{
    position: relative;
    padding: 50px;
    background: #e1f6fb;
    z-index: 1;
}
@media screen and (max-width:991px){
    .box-blue{
        padding: 40px 20px;
    }
}

/* scollbar
---------------------------------------------------- */
::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}
::-webkit-scrollbar-track {
    width: 5px;
    background: #dddddd;
}
::-webkit-scrollbar-thumb {
    background: #333333;
    border-radius: 10px;
}

/* common page-title
---------------------------------------------------- */
.page-title-wrapper{
    padding: 90px 15px 60px;
    border-bottom: 10px solid #1c1c1c;
    margin-bottom: 20px;
}
.ttl-page{
    position: relative;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.ttl-page::after{
    position: absolute;
    content: "";
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 80px;
    height: 10px;
    background: #c71919;
}
.ttl-page .en{
    display: block;
    margin-bottom: 10px;
    font-family: "Oswald";
    font-size: 72px;
}
.ttl-page .jp{
    display: block;
    font-size: 20px;
}
@media screen and (max-width:1299px){
    .ttl-page::after{
        width: 100px;
    }
    .ttl-page .en{
        font-size: 60px;
    }
}
@media screen and (max-width:991px){
    
}
@media screen and (max-width:767px){
    .ttl-page::after{
        width: 80px;
    }
    .ttl-page .en{
        font-size: 48px;
    }
}


.paging-area{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #efefef;
}
.paging{
    display: inline-block;
}
.paging .paging-text{
    display:inline-block;
    margin:0px 1px;
    background: #fff;
    color:#2e2b26;
    line-height: 1;
}
.paging .paging-text a{
    display:block;
    padding:7px 10px;
    transition: .2s;
}
.paging .paging-text.current{
    padding:7px 10px;
    background: #1c1c1c;
    color:#fff;
}
.paging .paging-text a:hover{
    background: #c71919;
    color: #fff;
}
@media screen and (max-width:767px){
    .paging-area{
        flex-direction: column-reverse;
        margin-bottom: 0;
		    padding: 8px;

    }
    .paging{
        margin-bottom: 0px;
    }
}



/*  custom Bootstrap
------------------------------------------------------------------*/

@media screen and (min-width:1299px){
    .container{
        max-width: 1240px;
    }
}
@media screen and (min-width:1399px){
    .container{
        max-width: 1340px;
    }
}
@media screen and (min-width:1599px){
    .container{
        max-width: 1530px;
    }
}

/*  custom Swiper
------------------------------------------------------------------*/
.swiper-button-prev:after, .swiper-button-next:after {
    color: #c71919;
    font-weight: bold;
    opacity: 0.3;
}
.swiper-pagination-bullet {
    border-radius: inherit;
    margin: 0 5px!important;
    width: 54px;
    height: 5px;
    opacity: 1;
    background: #666;
}
.swiper-pagination-bullet-active {
    background: #c71919;
    opacity: 1;
}
@media screen and (max-width:767px){
    .swiper-pagination-bullet {
        margin: 0 3px!important;
        width: 30px;
    }
}

/*  custom AOS
------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .row [data-aos=fade-up]:nth-of-type(2){
        transition-delay: .2s;
    }
    .row [data-aos=fade-up]:nth-of-type(3){
        transition-delay: .4s;
    }
    .row [data-aos=fade-up]:nth-of-type(4){
        transition-delay: .6s;
    }
}

[data-aos=escooter01] {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}
[data-aos=escooter01].aos-animate {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}
@media screen and (max-width: 991px) {
    [data-aos=escooter01]{
        transform: translateY(100px);
    }
    [data-aos=escooter01].aos-animate {
        transform: translateX(0);
    } 
}

[data-aos=escooter02] {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}
[data-aos=escooter02].aos-animate {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}
@media screen and (max-width: 991px) {
    [data-aos=escooter02]{
        transform: translateY(100px);
    }
    [data-aos=escooter02].aos-animate {
        transform: translateX(0);
    } 
} 

/*　汎用
------------------------------------------------------------------*/
.bold { font-weight: bold !important;;}

.line-yellow{ background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fcff29 0%) repeat scroll 0 0;}

a.link-text{
    color: #09adec;
    text-decoration: underline;
    transition: .4s;
}
a.link-text:hover{
    color: #c71919;
}

a.link-img img{ transition: .2s;}
a.link-img:hover img{ opacity: 0.6;}

.ft-oswald{font-family: "Oswald";}

.fs60{font-size: 60%;}
.fs70{font-size: 70%;}
.fs80{font-size: 80%;}
.fs90{font-size: 90%;}
.fs105{font-size: 105%;}
.fs110{font-size: 110%;}
.fs120{font-size: 120%;}
.fs130{font-size: 130%;}
.fs140{font-size: 140%;}
.fs150{font-size: 150%;}

.ls0 { letter-spacing: 0 !important;}
.ls5 { letter-spacing: 0.05em !important;}
.ls10 { letter-spacing: 0.1em !important;}
.ls20 { letter-spacing: 0.2em !important;}

.text-red { color: #c71919 !important;}
.text-black { color: #1c1c1c !important;}
.text-white { color: #fff !important;}
.text-yellow { color: #fcff29 !important;}
.text-blue { color: #11aced !important;}

.lh11 { line-height: 1.1 !important;}
.lh12 { line-height: 1.2 !important;}
.lh15 { line-height: 1.5 !important;}
.lh18 { line-height: 1.8 !important;}
.lh20 { line-height: 2 !important;}

.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb50mb30 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}

.n-mb30{margin-bottom: -30px !important;}
.n-mb40{margin-bottom: -40px !important;}
.n-mb50{margin-bottom: -50px !important;}
.n-mb60{margin-bottom: -60px !important;}
@media screen and (max-width:767px){
.mb30-xs2{margin-bottom: 30px;}
}

@media screen and (max-width:666px){
.mb50mb30 {margin-bottom: 30px !important;}
.mb30-xs{margin-bottom: 30px;}

.mb10-xs {margin-bottom: 10px !important;}
}

/*　header
------------------------------------------------------------------*/
header{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 0 30px;
    background: #212121;
    z-index: 999;
    color: #fff;
    overflow: hidden;
}
.header-shoparea{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 15px 20px 0;
}
.header-shoparea li{padding: 0 2px;}
.header-shoparea li a{
    position: relative;
    display: block;
    padding: 8px 10px;
    border: 1px solid #666;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    transition: .2s;
}
.header-shoparea li.contact-btn a{margin-top: 3px;
    padding: 8px 25px;
    border: 1px solid #c71919;
    background: #c71919;
}
.header-shoparea li a:hover{
    color: #c71919;
    border: 1px solid #c71919;
}
.header-shoparea li.contact-btn a:hover{
    background: #fff;
}
.header-nav{
  	display:flex;
    margin: 0;
    justify-content: flex-end;
}
.header-nav li{
    padding: 0 20px;
}
.header-nav li a{
    position: relative;
    display: block;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    transition: .4s;
}
.header-nav li a:hover,
.header-nav li.active a{
    color: #c71919;
}
.header-nav li.active a{
    pointer-events: none;
}
.on{
margin-top: 3px;
    position: relative;
    padding: 8px 10px;
    border: 1px solid #c71919;
    font-weight: bold!important;
    text-align: center;
	color: #c71919;
	font-size: 12px;
    line-height: 1;
}


@media screen and (max-width:1199px){
header{padding: 0 15px;}

header .logo{
        width: 200px;
        z-index: 1;
    }

.header-nav li{padding: 0 2px;}
.header-shoparea li a{padding: 8px 5px;}
.on{padding: 8px 5px;}
.header-shoparea li.contact-btn a{
    padding: 8px 15px;
}

}


#hamburger{
    display: none;
}
@media screen and (max-width:991px){
    header{
        height: 54px;
        padding: 0 15px;
        overflow: initial;
    }
    header .logo{
        width: 200px;
        z-index: 1;
    }
    .header-right{
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        position: absolute;
        top: 0;
        left: 100%;
        background: #212121;
        margin: 0;
        padding-top: 54px;
        width: 300px;
        height: 100vh;
        transition: .4s;
    }
    .header-right.in{
        transform: translateX(-100%);
    }
    .header-shoparea{
        display: block;
        margin:0;
    }
    .header-shoparea li{
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .header-shoparea li a{
        padding: 12px 10px;
        border: 1px solid #fff;
        font-size: 13px;
        text-align: center;
    }
    .header-shoparea li.contact-btn a{
        padding: 12px 10px;
    }
    .header-nav{
        display: block;
        margin: 0 0 20px;
    }
    .header-nav li{
        padding: 0;
        border-bottom: 1px solid #666;
    }
    .header-nav li a{
        display: block;
        padding: 15px 10px;
        font-size: 13px;
        text-align: center;
    }
    .header-nav li a:hover,
    .header-nav li.active a{
        background: #c71919;
        color: #fff;
    }
    #hamburger {
        display: block;
        position: fixed;
        top: 7px;
        right: 7px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        background: #c71919;
        z-index: 1000;
    }
    #hamburger .inner_line {
        display: block;
        position: absolute;
        left: 10px;
        width: 20px;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
        -webkit-transition: .2s;
        transition: .2s;
    }
    #hamburger #line1 {
        top: 10px;
    }
    #hamburger #line2 {
        top: 19px;
    }
    #hamburger #line3 {
        bottom: 10px;
    }
    #hamburger .line_1 {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 19px !important;
    }
    #hamburger .line_2 {
        opacity: 0;
    }
    #hamburger .line_3 {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        bottom: 19px !important;
    }
}
@media screen and (max-width:575px){
    header .logo{
        width: 180px;
    }
}


/*  home-info
------------------------------------------------------------------*/
.wrap-home-info{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 140px;
}
@media screen and (max-width:991px){
.wrap-home-info{
    margin-bottom: 40px;
}
}
.box-home-info{
    position: relative;
    width: 100%;
    padding: 45px 60px;
    background: #fff;
}
.box-home-info.news{
    margin-right: 100px;
}
.box-home-info.news::after{
    position: absolute;
    content: "";
    bottom: -70px;
    right: 70px;
    display: block;
    width: 2000px;
    height: 50%;
    background: #c71919;
    z-index: -1;
}
.box-home-info.event{
    margin-top: 60px;
}
.box-home-info.event::after{
    position: absolute;
    content: "";
    top: -70px;
    left: 70px;
    display: block;
    width: 2000px;
    height: 50%;
    background: #c71919;
    z-index: -1;
}
@media screen and (max-width:1599px){
    .box-home-info.news{
        margin-right: 60px;
    }
}
@media screen and (max-width:1399px){
    .box-home-info{
        padding: 45px 30px;
    }
    .box-home-info.news{
        margin-right: 30px;
    }
}

@media screen and (max-width:991px){
    .wrap-home-info{
        display: block;
    }
    .box-home-info.news::after{
        bottom: inherit;
        top: -30px;
        height: 70%;
    }
    .box-home-info.event::after{
        top: inherit;
        bottom: -30px;
        height: 70%;
    }
}



/*  home-pickup
------------------------------------------------------------------*/
.card-pickup{
    height: calc(100% - 30px);
    margin-bottom: 30px;
    background: #fff;
}
.card-pickup a figure{
    background-color: #fff;
    padding: 1em;
}
.card-pickup-body{
    padding: 15px 20px;
    background: #fff;
}
.card-pickup-body .cat{
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #c71919;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}
.card-pickup-body .ttl{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #aaa;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.card-pickup-body .text{
    margin-bottom: 10px;
}
.card-pickup-body .price{
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

/*  home-escooer
------------------------------------------------------------------*/
.wrap-escooter{
    max-width: 1530px;
    padding: 0 30px;
    margin: 0 auto;
}
.escooter01{
    position: relative;
    max-width: 1300px;
    margin-left: auto;
    z-index: 1;
}
.escooter01 .textarea{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.escooter02{
    position: relative;
    max-width: 1300px;
    margin-right: auto;
    z-index: 1;
}
.escooter02 figure{
    text-align: right;
}
.escooter02 .textarea{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.escooter01 figure img,
.escooter02 figure img{
    max-height: 650px;
}
.ttl-escooter{
    position: relative;
    margin-bottom: 60px;
    z-index: 1;
}
.ttl-escooter.center{
    text-align: center;
}
.ttl-escooter .en{
    display: block;
    font-family: "Oswald";
    font-size: 180px;
    font-weight: bold;
    color: #fff;
    opacity: 0.05;
    line-height: 1;
}
.ttl-escooter .main{
    position: absolute;
    display: block;
    width: 100%;
    bottom: 15%;
    left: 0;
}
.ttl-escooter .cap{
    display:  block;
    font-family: "Oswald";
    font-size: 20px;
    color: #c71919;
    line-height: 1;
    margin-bottom: 15px;
}
.ttl-escooter .jp{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.escooter-detail{
    font-size: 18px;
    color: #fff;
    line-height: 2.5;
}
@media screen and (max-width:1399px){
    .escooter01{
        max-width: 1000px;
    }
    .escooter02{
        max-width: 1000px;
    }
    .ttl-escooter{
        margin-bottom: 40px;
    }
    .ttl-escooter .en{
        font-size: 130px;
    }
    .ttl-escooter .cap{
        font-size: 18px;
    }
    .ttl-escooter .jp{
        font-size: 40px;
    }
    .escooter-detail{
        font-size: 16px;
    }
}
@media screen and (max-width:991px){
    .wrap-escooter{
        padding: 0 15px;
        margin: 0 auto -60px;
    }
    .escooter01,
    .escooter02{
        max-width: 680px;
        margin: 0 auto 60px;
    }
    .escooter01 .textarea{
        position: static;
        top: inherit;
        left: inherit;
        transform: inherit;
    }
    .escooter02 .textarea{
        position: static;
        top: inherit;
        right: inherit;
        transform: inherit;
    }
    .escooter01 figure,
    .escooter02 figure{
        text-align: center;
        margin-bottom: 30px;
    }
    .escooter01 figure img,
    .escooter02 figure img{
        height: 400px;
    }
    .ttl-escooter{
        margin-bottom: 30px;
    }
    .ttl-escooter .en{
        font-size: 110px;
    }
    .ttl-escooter .cap{
        font-size: 16px;
    }
    .ttl-escooter .jp{
        font-size: 36px;
    }
}
@media screen and (max-width:767px){
    .escooter01 figure img,
    .escooter02 figure img{
        height: 300px;
    }
    .ttl-escooter .en{
        font-size: 80px;
    }
    .ttl-escooter .cap{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .ttl-escooter .jp{
        font-size: 28px;
    }
    .escooter-detail{
        font-size: 14px;
        line-height: 2;
    }
}
@media screen and (max-width:575px){
    .ttl-escooter .en{
        font-size: 70px;
    }
    .ttl-escooter .cap{
        font-size: 10px;
    }
    .ttl-escooter .jp{
        font-size: 24px;
    }
}

.bg-escooter{
    position: relative;
    background: url(../images/bg-escooter.jpg) no-repeat center right / cover;
    z-index: 1;
}
@media screen and (max-width:991px){
    .bg-escooter{
        background: #272727;
    }
}

.wrap-escooter-linkarea{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap-escooter-linkarea li{
    width: 468px;
    height: 200px;
}
.wrap-escooter-linkarea li + li{
    margin-left: 60px;
}
.btn-escooter{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.btn-escooter.use{
    background: url(../images/btn-escooter01.jpg) no-repeat center / cover;
}
.btn-escooter.shop{
    background: url(../images/btn-escooter02.jpg) no-repeat center / cover;
}
.btn-escooter::after{
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #aaa;
    transition: .2s;
}
.btn-escooter:hover::after{
    transform: scale(0.95);
}
.btn-escooter .ttl{
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.btn-escooter .ttl .en{
    display: block;
    margin-bottom: 10px;
    font-family: "Oswald";
    font-size: 36px;
    line-height: 1;
}
.btn-escooter .ttl .jp{
    display: block;
    font-size: 16px;
    line-height: 1;
}
@media screen and (max-width:991px){
    .wrap-escooter-linkarea li + li{
        margin-left: 30px;
    }
}
@media screen and (max-width:767px){
    .wrap-escooter-linkarea{
        display: block;
    }
    .wrap-escooter-linkarea li{
        width: 100%;
    }
    .wrap-escooter-linkarea li + li{
        margin-left: inherit;
        margin-top: 40px;
    }
}
@media screen and (max-width:575px){
    .wrap-escooter-linkarea li{
        height: 150px;
    }
    .btn-escooter .ttl .en{
        font-size: 28px;
    }
    .btn-escooter .ttl .jp{
        font-size: 14px;
    }
}

/*  common-contact
------------------------------------------------------------------*/
.sec-common-contact{
    position: relative;
    padding: 100px 0;
    background: url(../images/common/bg-common-contact.jpg) no-repeat center / cover;
    z-index: 1;
}
.wrap-common-contact{
    display: flex;
    justify-content: center;
}
.box-common-contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 580px;
    padding: 50px 0;
    margin-right: 100px;
    border: 1px solid #fff;
    color: #fff;
}
.box-common-contact:last-of-type{
    margin-right: 0;
}
.box-common-contact .ttl{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
.box-common-contact .tel{
    font-family: "Oswald";
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}
@media screen and (max-width:1399px){
    .box-common-contact{
        padding: 50px 20px;
        margin-right: 40px;
    }
}
@media screen and (max-width:1199px){
    .box-common-contact .ttl{
        font-size: 24px;
    }
    .box-common-contact .tel{
        font-size: 48px;
    }
}
@media screen and (max-width:991px){
    .sec-common-contact{
        padding: 60px 0;
    }
    .wrap-common-contact{
        display: block;
    }
    .box-common-contact{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .box-common-contact:last-of-type{
        margin-bottom: 0;
    }
}
@media screen and (max-width:767px){
    .box-common-contact{
        padding: 30px 20px;
    }
    .box-common-contact .ttl{
        font-size: 20px;
    }
    .box-common-contact .tel{
        font-size: 30px;
    }
}

/*  home-contact
------------------------------------------------------------------*/
.box-home-contact{
    display: flex;
    justify-content: center;
    max-width: 720px;
    padding: 20px 0;
    margin: 0 auto;
    background: #1c1c1c;
}
.box-home-contact.shop{
    max-width: 500px;
}
.box-home-contact .content{
    padding: 35px;
    text-align: center;
    color: #fff;
    width: 100%;
}
.box-home-contact .content:first-of-type{
    border-right: 1px solid #fff;
}
.box-home-contact .ttl{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.box-home-contact .tel{
    margin-bottom: 10px;
    font-family: "Oswald";
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}
@media screen and (max-width:991px){
    .box-home-contact{
        display: block;
        padding: 0 15px;
    }
    .box-home-contact .content:first-of-type{
        border-right: inherit;
        border-bottom: 1px solid #fff;
    }
}
@media screen and (max-width:575px){
    .box-home-contact .tel{
        font-size: 28px;
    }
}

/*  home-distributor
------------------------------------------------------------------*/
.cont-home-distributor{
    max-width: 800px;
    margin: 0 auto;
}

/*  footer
------------------------------------------------------------------*/
footer{
    padding: 60px 0;
    background: #212121;
    color: #fff;
}
footer  .container{max-width: 1400px; }

.cont-footer{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.cont-footer .left .logo{
    margin-bottom: 20px;
}

.footer-nav{
    display: flex;
    margin: 0 -12px 20px;
}
.footer-nav li{
    padding: 0 10px;
}
.footer-nav li:last-of-type{
    margin-right: 0;
}
.footer-nav li a{
    font-size: 13px;
    transition: .2s;
	letter-spacing: 0;
}
.footer-nav li a:hover{
    color: #c71919;
}
.footer-shop-nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 -5px;
}
.footer-shop-nav li{
    padding: 0 5px;
}
.footer-shop-nav li a{
    position: relative;
    display: block;
    padding: 8px 10px;
    border: 1px solid #666;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    transition: .2s;
}
.footer-shop-nav li a:hover{
    color: #c71919;
    border: 1px solid #c71919;
}


.copyright{
    text-align: center;
}
@media screen and (max-width:1199px){
footer  .container{max-width: 1140px; }

    .cont-footer{
        display: block;
        margin-bottom: 60px;
    }
    .cont-footer .left{
        text-align: center;
        margin-bottom: 40px;
    }
    .footer-nav{
        justify-content: center;
        margin: 0 0 40px;
    }
    .footer-shop-nav{
        justify-content: center;
    }
    
}
@media screen and (max-width:991px){
    .footer-nav{
        display: block;
        text-align: center;
        border-top: 1px solid #666;
    }
    .footer-nav li{
        margin-right: 0;
        border-bottom: 1px solid #666;
    }
    .footer-nav li a{
        display: block;
        padding: 15px;
    }
    .footer-shop-nav{
        display: block;
    }
    .footer-shop-nav li{
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-shop-nav li a{
        font-size: 14px;
        padding: 15px;
        border: 1px solid #fff;
    }
}



/*  news
------------------------------------------------------------------*/

.news-area{
    max-height: 400px;
    overflow-y: scroll;
    margin-bottom: 30px;
}
.news-area.page{
    max-height: inherit;
    overflow-y: inherit;
    margin-bottom: 60px;
}
.unit-news{
    padding: 30px 10px 30px 0;
    border-bottom: 1px solid #aaa;
}
.unit-news dt{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    line-height: 1;
}
.unit-news dt .time{
    margin-right: 10px;
}
.unit-news dt .cat{
    padding: 5px 10px;
    margin-right: 10px;
    background: #c71919;
    color: #fff;
    font-size: 12px;
}
.unit-news dt .new{
    font-family: "Oswald";
    color: #c71919;
}
.unit-news dd{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.unit-news dd .text{
    width: calc(100% - 120px);
}
.unit-news dd .btn-news{
    flex-shrink: 0;
    padding: 7px 25px;
    background: #1c1c1c;
    color: #fff;
    font-weight: bold;
    transition: .2s;
}
.unit-news dd .btn-news:hover{
    background: #c71919;
}
@media screen and (max-width:1199px){
    .news-area{
        max-height: 300px;
    }
}
@media screen and (max-width:767px){
    .news-area.page{
        margin-bottom: 30px;
    }
    .unit-news dd{
        display: block;
    }
    .unit-news dd .text{
        width: 100%;
        margin-bottom: 10px;
    }
    .unit-news dd .btn-news{
        display: block;
        width: 90px;
        margin-left: auto;
        font-size: 13px;
        text-align: center;
    }
}

.news-date{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1;
}
.news-date .time{
    margin-right: 10px;
}
.news-date .cat{
    padding: 5px 10px;
    margin-right: 10px;
    background: #c71919;
    color: #fff;
    font-size: 12px;
}
.news-date .new{
    font-family: "Oswald";
    color: #c71919;
}

.news-photo{
    margin-bottom: 30px;
    text-align: center;
}
.news-photo img{
    max-height: 500px;
}
.news-photo-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: -10px -5px 25px;
}
.news-photo-list li{
    padding: 10px 5px;
    width: 33.33333333%;
}
@media screen and (max-width:767px){
    .news-photo-list li{
        width: 50%;
    }
}
.news-doc-list{
    margin-bottom: 30px;
}
.news-doc-list li{
	list-style: none;
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
}
.news-doc-list li a{
    color: #09adec;
    text-decoration: underline;
    transition: .2s;
}
.news-doc-list li a:hover{
    color: #c71919;
}
.news-doc-list li a::before{
	display: inline-block;
	margin-right: 10px;
	font-family: "Font Awesome 5 Free";
	content: "\f15c";
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
}
.news-doc-list li.pdf a::before{
	content: "\f1c1";
	color: #c71919;
}
.news-doc-list li.word a::before{
	content: "\f1c2";
	color: #072c87;
}
.news-doc-list li.excel a::before{
	content: "\f1c3";
	color: #3abe98;
}

.page-nav{
    display: flex;
    flex-wrap: wrap;
    margin: -5px -5px 55px;
}
.page-nav li{
    padding: 5px 5px;
    width: 25%;
}
.page-nav li a{
    display: block;
    padding: 15px 10px;
    background: #efefef;
    font-weight: bold;
    text-align: center;
    transition: .2s;
}
.page-nav li a:hover,
.page-nav li.active a{
    background: #c71919;
    color: #fff;
}
.page-nav li.active a{
    pointer-events: none;
}
@media screen and (max-width:991px){
    .page-nav{
        margin: -5px -5px 25px;
    }
    .page-nav li{
        width: 50%;
    }
    .page-nav li a{
        padding: 10px;
    }
}


/*  products
------------------------------------------------------------------*/
.products-cat-nav{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: -5px -5px 55px;
}
.products-cat-nav .nav-item{
    padding: 5px 5px;
    width: 25%;
}
.products-cat-nav .nav-item .cat{
    display: block;
    border: 3px solid transparent;
    cursor: pointer;
    transition: .2s;
}
.products-cat-nav .nav-item.active .cat,
.products-cat-nav .nav-item.hover:hover .cat{
    border: 3px solid #c71919;
}
@media screen and (max-width:991px){
    .products-cat-nav{
        margin: -5px -5px 25px;
    }
    .products-cat-nav .nav-item{
        width: 50%;
    }
}

.products-sub-cat-list{
    position: absolute;
    top: 180px;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #1c1c1c;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: .4s;
}
.products-cat-nav .nav-item:nth-child(n + 5) .products-sub-cat-list{
    top: 360px;
}
.products-cat-nav .nav-item:nth-child(n + 9) .products-sub-cat-list{
    top: 540px;
}
.products-cat-nav .nav-item:nth-child(n + 13) .products-sub-cat-list{
    top: 720px;
}
.products-sub-cat-list.open{
    visibility: visible;
    opacity: 1;
}
.products-sub-cat-list .close{
    display: none;
}
.products-sub-cat-list .cat-main{
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    transition: .2s;
}
.products-sub-cat-list .cat-main:hover{
    color: #c71919;
}
.products-sub-cat-list .cat-main::after{
    display: inline-block;
    margin-left: 10px;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}
.products-sub-cat-list ul{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
    max-height: 130px;
    margin: 0 -10px;
}
.products-sub-cat-list ul li{
    width: 25%;
    padding: 5px 10px;
}
.products-sub-cat-list ul li::before{
    display: inline-block;
    content: "-";
    margin-right: 10px;
    font-weight: bold;
}
.products-sub-cat-list ul li a{
    font-size: 12px;
    transition: .2s;
}
.products-sub-cat-list ul li a:hover{
    color: #c71919;
}
.products-sub-cat-list ul li a::after{
    display: inline-block;
    margin-left: 10px;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}
@media screen and (max-width:991px){
    .products-sub-cat-list{
        position: fixed;
        bottom: inherit;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 95%;
    }
    .products-cat-nav .nav-item:nth-child(n + 5) .products-sub-cat-list{
        top: 50%;
    }
    .products-cat-nav .nav-item:nth-child(n + 9) .products-sub-cat-list{
        top: 50%;
    }
    .products-cat-nav .nav-item:nth-child(n + 13) .products-sub-cat-list{
        top: 50%;
    }
    .products-sub-cat-list.open{
        visibility: visible;
        opacity: 1;
        z-index: 1000;
    }
    .products-sub-cat-list .close{
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 24px;
        display: block;
        line-height: 1;
        z-index: 1001;
        cursor: pointer;
    }
    .products-sub-cat-list ul{
        max-height: 400px;
    }
    .products-sub-cat-list ul li{
        width: 50%;
    }
}

.products-select-box{
    position: relative;
    margin-right: 20px;
}
.products-select-box::after{
    position: absolute;
    content: "\f078";
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background: #1c1c1c;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #fff;
    line-height: 1;
    pointer-events: none;
}
.products-select-box select{
    height: 28px;
    padding: 0 38px 0 10px;
    background: #fff;
    border: 1px solid #1c1c1c;
    border-radius: 0;
    line-height: 1;
}
.products-select-box select:focus{
    box-shadow: inherit;
    border: 1px solid #1c1c1c;
}


.products-items{
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    border-bottom: 1px solid #ccc;
}
.products-items:last-of-type{
    border-bottom: none;
}
.products-items figure{
    width: 40%;
}
.products-items .detail{
    width: 55%;
}
.products-items .price{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    text-align: right;
    line-height: 1;
}
.products-items .price span{
    font-family: "Oswald";
    font-size: 28px;
    font-weight: bold;
}
.wrap-products-buy{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}
.buy-select-box{
    position: relative;
    margin-right: 10px;
}
.buy-select-box.soldout{
    display: none;
}
.buy-select-box::after{
    position: absolute;
    content: "\f078";
    top: 15px;
    right: 7px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    line-height: 1;
    pointer-events: none;
}
.buy-select-box select{
    height: 42px;
    padding: 0 30px 0 10px;
    margin-left: 5px;
    background: #fff;
    border: 1px solid #1c1c1c;
    border-radius: 0;
    text-align: center;
}
.buy-select-box select:focus{
    box-shadow: none;
    border: 1px solid #1c1c1c;
}
.btn-products{
    display: inline-block;
    width: 180px;
    padding: 12px ;
    border: 2px solid #1c1c1c;
    background: #1c1c1c;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1;
    transition: .2s;
}
.btn-products.yoyaku{border: 2px solid #c71919;
    background: #c71919;
}
.btn-products.yoyaku:hover{
    border: 2px solid #1c1c1c;
    background: #1c1c1c;
}

.btn-products.buy{
    border: 2px solid #c71919;
    background: #c71919;
}
.btn-products.buy:hover{
    border: 2px solid #c71919;
    background: #fff;
    color: #c71919;
}
.btn-products.soldout{
    border: 2px solid #ccc;
    background: #ccc;
    pointer-events: none;
}
.products-items.bottom{
    padding: 50px 30px;
    background: #efefef;
}
.products-items.bottom .detail{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.products-items.bottom .price{
    border-bottom: none;
}
@media screen and (max-width:767px){
    .products-items{
        display: block;
    }
    .products-items figure{
        width: 100%;
        margin-bottom: 30px;
    }
    .products-items .detail{
        width: 100%;
    }
    .products-items .price span{
        font-size: 20px;
    }
    .btn-products{
        font-size: 12px;
    }
    .buy-select-box select{
        height: 40px;
        font-size: 12px;
        padding: 0 25px 0 10px;
    }
}

/*  products-view
------------------------------------------------------------------*/
.products-item-detail{
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    border-bottom: 1px solid #ccc;
}
.products-item-detail .text{
    width: 55%;
}
.products-item-detail figure{
    width: 40%;
    flex-shrink: 0;
}
.products-item-detail:nth-of-type(odd){
    flex-direction: row-reverse;
}
@media screen and (max-width:767px){
    .products-item-detail{
        display: block;
    }
    .products-item-detail .text{
        width: 100%;
        margin-bottom: 30px;
    }
    .products-item-detail figure{
        width: 100%;
    }
}

.products-item-specification{
    padding: 50px 0;
}

/*  use
------------------------------------------------------------------*/
.lead-common{
    max-width: 1000px;
    margin: 0 auto 100px;
    font-size: 18px;
    text-align: center;
    line-height: 2;
}
.use-detail{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.use-detail:nth-of-type(even){
    flex-direction: row-reverse;
}
.use-detail:last-of-type{
    margin-bottom: 0;
}
.use-detail figure{
    width: 40%;
}
.use-detail .textarea{
    width: 55%;
}
.use-detail .textarea .text{
    font-size: 16px;
    line-height: 2;
}
.use-detail:nth-of-type(even){
    flex-direction: row-reverse;
}
@media screen and (max-width:991px){
    .lead-common{
        font-size: 16px;
        margin: 0 auto 60px;
    }
    .use-detail{
        margin-bottom: 60px;
    }
    .use-detail .textarea .text{
        font-size: 14px;
        line-height: 1.8;
    }
}
@media screen and (max-width:767px){
    .lead-common{
        font-size: 14px;
        text-align: left;
    }
    .use-detail{
        display: block;
    }
    .use-detail figure{
        width: 100%;
        margin-bottom: 30px;
    }
    .use-detail .textarea{
        width: 100%;
    }
}

/*  shop
------------------------------------------------------------------*/
.shop-detail{
    display: flex;
    justify-content: space-between;
}
.shop-detail figure{
    width: 40%;
}
.shop-detail .textarea{
    width: 55%;
}
.shop-detail .textarea .text{
    font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
}
@media screen and (max-width:991px){
    .shop-detail .textarea .text{
        font-size: 14px;
        line-height: 1.8;
    }
}
@media screen and (max-width:767px){
    .shop-detail{
        display: block;
    }
    .shop-detail figure{
        width: 100%;
        margin-bottom: 30px;
    }
    .shop-detail .textarea{
        width: 100%;
    }
}

.shop-flow{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1140px;
}
.shop-flow-item{
    padding: 0 30px;
    width: 25%;
}
.shop-flow-item figure{
    text-align: center;
    margin-bottom: 20px;
}
.shop-flow-item figure img{
    max-width: 120px;
}
.shop-flow-item .ttl{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
@media screen and (max-width:1199px){
    .shop-flow-item{
        padding: 0 15px;
    }
    .shop-flow-item .ttl{
        font-size: 20px;
    }
}
@media screen and (max-width:991px){
    .shop-flow{
        display: block;
    }
    .shop-flow-item{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0 0 15px;
        margin-bottom: 15px;
        border-bottom: 1px dotted #aaaaaa;
    }
    .shop-flow-item figure{
        width: 100px;
        margin-bottom: 0;
    }
    .shop-flow-item figure img{
        max-width: 100px;
    }
    .shop-flow-item .textarea{
        width: calc(100% - 130px);
    }
    .shop-flow-item .ttl{
        font-size: 18px;
        text-align: left;
    }
}



/*  予約フォームページ
------------------------------------------------------------------*/

.order-txt1{text-align: center;font-size: 1.1em;margin-bottom: 2em;}
.delivery-date{text-align: center;margin-bottom: 50px;}
.delivery-date .wrap{margin-bottom: 50px;border:1px solid #000;padding: 15px;background: #333;color: white;}
.delivery-date .wrap .date{font-size: 1.5em;}
.yoyaku-daisu{width: 8em;margin-left: .5em;}
@media screen and (max-width:666px){
.delivery-date .wrap .date{font-size: 1.2em;}


}


/*  ログインページ
------------------------------------------------------------------*/
.form-wrapper {
  background: #fafafa;
  margin: 0 auto;
  padding: 4em 3em;
  max-width: 520px;
}
.form-wrapper h3{text-align: center;margin-bottom: 1.5em;font-size: 2em;font-weight: bold;}

.form-item {
  margin-bottom: 0.75em;
  width: 100%;
  position: relative;
}

.form-item input {
  background: #fafafa;
  border: none;
  border-bottom: 2px solid #e9e9e9;
  color: #666;
  font-size: 1em;
  height: 50px;
  transition: border-color 0.3s;
  width: 100%;
  padding-left: 2.5em!important;
}
.form-item input::-webkit-input-placeholder, .form-item input::-moz-placeholder, .form-item input:-ms-input-placeholder {
  color: #ccc;padding-left: 15px;
}
.form-item::before {
  font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
top:50%;
transform: translateY(-50%);
left:15px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  color:#c00;
}
.form-item:nth-child(1):before {content: "\f007";}
.form-item:nth-child(2):before {content: "\f023";}
.form-item input:focus {
  border-bottom: 2px solid #c0c0c0;
  outline: none;
  background: white;
}
.form-wrapper .button-panel {
  margin: 2em 0 0;
  width: 100%;
}
.form-wrapper .button-panel .button {
  background: #c00;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  transition: background 0.3s ease-in-out;
  width: 100%;
}

.button-panel .button:hover {background: #333;}

.form-footer {
  font-size: 1em;
  padding: 2em 0 0;
  text-align: center;
}

.form-footer a {
  color: #555;
  text-decoration: none;
  transition: border-color 0.3s;
  padding-bottom: .4em;
}

.form-footer a:hover {border-bottom: 1px dotted #8c8c8c;}
.h3-forget{background: black;color: white;padding: .8em 1em;margin-bottom: 2.5em;font-size: 32px;font-weight: bold;}
.h4-forget{border-left:7px solid #c00;padding-left: .5em; margin-bottom: 2em;font-size: 24px;font-weight: bold;}
.login-txt{max-width: 620px;margin: 0 auto;margin-bottom: 80px;font-size: 16px;line-height: 2.2;}
.login-txt .title{text-align: center;font-size: 32px;font-weight: bold;}

.forget-txt{font-size: 18px;line-height: 2.4;margin-bottom: 3em;}
.after-login{padding: 80px 0px 0;width: 450px;margin: 0 auto;}
.after-login .btn{ padding: 1.8em 1.5em;width: 100%;}
.after-login .btn__box-mantis{letter-spacing: 0;font-size: 1.2em;}


@media screen and (max-width:666px){
.form-wrapper {padding: 2em;}
.form-wrapper h3{text-align: center;margin-bottom: 1.5em;font-size: 1.7em;font-weight: bold;}

.h3-forget{padding: .5em .8em;margin-bottom: 2em;font-size: 24px;}
.h4-forget{margin-bottom: 1.5em;font-size: 20px;}
.login-txt{max-width: 620px;margin: 0 auto;margin-bottom:50px;line-height: 1.7;}
.login-txt .title{text-align: center;font-size: 24px;font-weight: bold;}
.forget-txt{font-size: 16px;line-height: 1.7;}

.after-login{padding: 50px 0px 0;width:100%;}
.after-login .btn{width: 100%; padding: 1.5em;}
.after-login .btn__box-mantis{letter-spacing: 0;font-size: 1.1em;}

}







/*  list.html メンバーページ
------------------------------------------------------------------*/
.list-wrap{}
.article-wrap{background: white;padding: 0px;margin-bottom: 2em;position: relative;}
#category-target{position: absolute;left:0;top:-70px;}
.ttl-underline{margin-bottom: 1.5em;}
.cate-exp{margin-bottom: 20px;font-size: 16px;}
.kubun{margin-bottom: 40px;}
.article-wrap .articlebox{border:1px solid #ddd;margin-bottom: 30px;display: block;position: relative;padding: 8px;}
.article-wrap .articlebox .pic img{filter: grayscale(30%);transition: .3s;}
.article-wrap .articlebox .pic .photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  left: 0;
  top: 0;
}
.article-wrap .articlebox .pic:hover img{filter: brightness(1.15);opacity: 1;}
.article-wrap .articlebox .index-box{padding: 15px;}
.article-wrap .articlebox .title{padding-top: .5em; margin-bottom: 1.8em;font-size: 17px;letter-spacing: 0; color: black;text-align: center;font-weight: bold;position: relative;}
.article-wrap .articlebox .title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;/*線の上下位置*/
  display: inline-block;
  width: 50px;/*線の長さ*/
  height:5px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #c00;/*線の色*/
}
.article-wrap .articlebox .btn-box{margin-top: auto;}

.article-wrap .articlebox.pat1{}
.article-wrap .articlebox.pat1 .rightbox{padding: 15px 0;}

.article{background: white;margin-bottom: 2em;padding-bottom: 2em;border-bottom: 1px solid #555; position: relative;}
.article .pic{margin-bottom: 20px;}
.article .photo-ofi {
	height: 0;
	display: block;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	padding-bottom: 65%; /* 高さを指定（ボックスの横幅を基準） */
}
.article .photo-ofi img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;bottom:0;
}

.article .item-title{padding: .5em;margin-bottom: 1.5em;background: #eee;line-height: 1.4;color: #111;font-weight: bold;font-size: 1.1em;}
.article .txtbox{margin-bottom: 3em;font-size: 1.1em;line-height: 1.8;}
.article .txtbox2{font-size: 1.1em;line-height: 1.8;margin-bottom: 30px;}

.side-wrap{padding: 0px;}
.list-cate{background: #222;color: white;height: 50px;line-height: 50px;padding: 0px 15px;font-size: 16px;margin-bottom: 1.5em;}
.cate-list{border-bottom: 1px solid #eee; line-height: 1.4;}
.cate-list a{display: block;color: #222;position: relative;padding: 15px 15px 15px 10px;letter-spacing: 0;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";transition: .5s;}
.cate-list a:hover{background: #c00; color: #fff;}
.cate-list a::after {
position: absolute;
right:0;
top:50%;
transform: translateY(-50%);
  content: "〉";
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.btn-posi{text-align: center;}
a.btn-back{background: #333;color: white;padding: .8em;display: inline-block;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";letter-spacing: 0;font-size: 1.1em;transition: .5s;}
a.btn-back:hover{background: #c00;}
a.btn-back .fas{margin-right: .4em;}

.downloadbox {
  position: relative;
  width: 100%;
  border: solid 1px #999;
  background-color: #fff;
  margin-bottom: 50px;
}
.downloadbox .label {
  position: absolute;
  top: 0;
  left: 20px;
  font-weight: 600;
  padding: 0 10px;
  transform: translateY(-50%);
  font-size: 1.2em;
}
.downloadbox .label::before {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 45%;
  width: 100%;
  height: 25px;
  background-color: #fff!important;
  content: "";
}
.downloadbox__content {padding: 20px;}
.downloadbox__content .list{font-size: 14px;
padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 10px;}
.downloadbox__content .list a{border-bottom: 1px dashed #ccc;padding-bottom: .2em; color: #111; transition: .5s;} 
.downloadbox__content .list a:hover{border-bottom: 1px solid #ccc;color: #666;} 
.downloadbox__content .list:first-child{padding-top: 10px;}
.downloadbox__content .list:last-child{margin-bottom: 0;}
.downloadbox__content .list.word:before {
  content: "\f1c2";
  color: #1c57be;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.4em;
  font-size: 1.2em;
}
.downloadbox__content .list.ex:before {
  content: "\f1c3";
  color: #137f45;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.4em;
  font-size: 1.2em;
}
.downloadbox__content .list.pdf:before {
  content: "\f1c1";
  color: #b30b00;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.4em;
  font-size: 1.2em;
}



@media (min-width: 667px) {
.article-wrap{width: 100%;}
.article-wrap .inwrap{display: flex;flex-wrap: wrap;width: 100%;}
.article-wrap .inwrap2{display:block;width: 100%;}
.article-wrap .inwrap3{display: flex;flex-wrap: wrap;width: 100%;}

.article-wrap .articlebox{width: 48%;margin-right: 4%; display: flex;flex-direction: column;}
.article-wrap .articlebox:nth-child(even) { margin-right: 0; }
.article-wrap .articlebox.pat1{width: 100%;margin-right: 0;display: flex;flex-direction: row;justify-content: space-between;}
.article-wrap .articlebox.pat1 .pic{width: 45%;}
.article-wrap .articlebox.pat1 .rightbox{padding: 0px 0;width: 50%;display: flex;flex-direction: column;}
.article-wrap .articlebox.pat2{width: 31%;margin-right: 3.5%; display: flex;flex-direction: column;}
.article-wrap .articlebox.pat2:nth-child(3) { margin-right: 0; }
.article-wrap .articlebox.pat2 .title{font-size: 15px;}

.article .pic-top{width: 70%;margin: 0px auto; margin-bottom: 2em;}

}

@media (min-width: 768px) {

.article-wrap .articlebox.pat1 .pic{width: 50%;}
.article-wrap .articlebox.pat1 .rightbox{padding: 0px 0;width: 45%;display: flex;flex-direction: column;}

}


@media (min-width: 992px) {
.list-wrap{display: flex;justify-content: space-between;}
.article-wrap{width: calc(100% - 300px);margin-bottom: 0;padding: 0;}
#category-target{position: absolute;left:0;top:-110px;}
.article{margin-bottom: 40px;padding-bottom: 40px;}

.side-wrap{width: 270px;}
.article-wrap .articlebox .index-box{padding: 15px;}
.article-wrap .articlebox .index-box .title{font-size: 22px;}

.article .item-title{padding: .5em .8em;margin-bottom: 1.5em;font-size: 1.3em;}
.article .txtbox2{margin-bottom: 50px;}
.downloadbox {
  position: relative;
  width: 100%;
  border: solid 1px #999;
  background-color: #fff;
  margin-bottom: 70px;
}
.downloadbox__content {padding: 30px;}
.downloadbox__content .list{font-size: 15px;
padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 10px;}

.btn-posi{text-align:left;}

}


@media (min-width: 1200px) {

.cate-list a{padding: 18px 15px 18px 10px;}
.article{margin-bottom: 70px;padding-bottom: 70px;}
.article-wrap .articlebox .title{padding-top: .8em; margin-bottom: 2em;font-size: 17px;}
.article-wrap .articlebox .title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;/*線の上下位置*/
  display: inline-block;
  width: 50px;/*線の長さ*/
  height:5px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #c00;/*線の色*/
}

.article .txtbox2{margin-bottom:60px;}
.downloadbox__content .list{font-size: 16px;}

a.btn-back{background: #333;color: white;padding: .8em 1.5em;letter-spacing: 0.08rem;}


}



/*  contact
------------------------------------------------------------------*/
.tel-box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 760px;
    margin: 0 auto;
    padding: 50px;
    background: #efefef;
    text-align: center;
}
.tel-box-item{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.tel-box-item .tel{
    font-family: "Oswald";
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}
.tel-box-item .tel i{
    color: #c71919;
}
@media screen and (max-width:991px){
    .tel-box-item .tel{
        font-size: 30px;
    }
}
@media screen and (max-width:767px){
    .tel-box{
        display: block;
        padding: 30px;
    }
    .tel-box-item{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
}

.select-contact{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.select-contact input{
    display: none;
}
.select-contact label{
    display: block;
    width: 32.5%;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    text-align: center;
    transition: .2s;
}
.select-contact label:hover{
    background: #f0f9ed;
}
.select-contact input:checked + label{
    background: #81af68;
    color: #fff;
}
@media screen and (max-width:767px){
    .select-contact label{
        width: 100%;
    }
}


.required {
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    background-color: #c71919;
    line-height: 1;
    padding: 5px 7px;
    text-align: center;
    text-align: center;
    color: #fff;
}

th .required{
    float: right;
}
.form-xs {
    width: 150px;
}
.form-s {
    width: 200px;
}
.form-m {
    width: 300px;
}
.form-l {
    width: 100%;
}
.form-h {
    width: 100%;
    height: 150px;
}
.form-school {
    width: 300px;
}
@media screen and (max-width: 767px) {
    
    .form-xs, .form-s, .form-m, .form-l, .form100 {
      width: 100%;
    }
    .form-h {
      width: 100%;
      height: 100px;
    }
    .form-school {
        width: 250px;
    }
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
select,
textarea {
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  line-height: normal;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 5px 0 #9cb4f8;
          box-shadow: 0 0 5px 0 #9cb4f8;
}
label:hover,
select:hover {
  cursor: pointer;
}
.select-box {
  position: relative;
  display: inline-block;
}
.select-box::after {
  position: absolute;
  top: 14px;
  right: 10px;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  line-height: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .select-box {
    display: block;
    margin-bottom: 10px;
  }
  .select-box:last-of-type{
      margin-bottom: inherit;
  }
}

.inputfile_box {
  margin-bottom: 15px;
}

::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}

:-moz-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
}
.radio-list,
.checkbox-list {
    margin-bottom: -10px;
}
.radio-list input,
.checkbox-list input {
    display: none;
}
.radio-list label,
.checkbox-list label {
    position:relative;
    padding-left: 20px;
    margin-right: 15px;
    margin-bottom: 10px;
    line-height: 1;
}
.radio-list input + span::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
}
.radio-list input:checked + span{
    color: #c71919;
}
.radio-list input:checked + span::after{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    background: #c71919;
    border-radius: 50%;
}
.checkbox-list span::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 4px;
  }
  .checkbox-list input:checked + span{
    color: #c71919;
  }
  .checkbox-list input:checked + span::after{
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #c71919;
    border-right: 3px solid #c71919;
  }

@media screen and (max-width:767px){
    .radio-list label,
    .checkbox-list label {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .radio-list input + label::before{
        width: 13px;
        height: 13px;
    }
    .radio-list input:checked + label{
        color: #c71919;
    }
    .radio-list input:checked + label::after{
        width: 7px;
        height: 7px;
    }
}

.policy {
  height: 300px;
  overflow-y: scroll;
  padding: 15px;
  border: 1px solid #e0e9f7;
  margin-bottom: 50px;
}




.qa{
    margin-bottom: 15px;
    border: 1px solid #ccc;
}
.qa .question{
    padding: 15px;
    background: #efefef;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}
.qa .answer{
    padding: 15px;
}



/*  2022/01/14 add
------------------------------------------------------------------*/
.info-box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 760px;
    margin: 0 auto 60px;
    padding: 30px 20px;
    /* background: #fff; */
    text-align: center;
	font-weight:bold;
	/* margin-top: -30px !important; */
	/* border:1px #000 solid; */
}

.info-box p{
	font-size: 150%;
	text-decoration:none !important;
	border-bottom: 1px solid #333;
	padding-bottom: 2px;
}
.info-box p .red{
	color:#f00;
	margin-right: 10px;
}
@media screen and (max-width:767px){
    .info-box{
        margin-bottom: 30px;
    }
    .info-box p .red{
        color:#f00;
    }
}

.mt_220127_a{
    margin-top: 160px;
}
@media screen and (max-width:767px){
    .mt_220127_a{
        margin-top: 60px;
    }
}

.adjust_220127_01{
    color: #0099d4;
    font-size: 1.2em;
    text-decoration: underline;
}

.adjust_220127_02{
    font-size: 2em;
    margin-bottom: 10px;
    color: #c71919;
}
.adjust_220127_03{
    font-size: 1.2em;
    border-bottom: none !important;
    padding-bottom: 0;
}
.adjust_220127_04{
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
    letter-spacing: .1em;
}
.adjust_220127_05{
    display: block;
    margin-top: 1rem;
}
@media screen and (max-width:767px){
    .adjust_220127_02{
        font-size: 1.5em;
    }
    .adjust_220127_03{
        font-size: 1.1em !important;
        text-align: left;
    }
    .adjust_220127_04{
        font-size: 1.5em;
    }
}




.red{color: #c71919;}



.box-mantis{max-width: 1200px;margin: 0 auto;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	flex-wrap: wrap;
    -ms-flex-pack: distribute;
	justify-content: space-around;
    margin-bottom: 5rem;
}
.box-mantis.yoyaku{
    margin-bottom: 0rem;
}

.box-mantis .colum{
    width: 45%;
    background-color: #fff;
    padding: 3em 2em;
	margin-bottom: 3em;
}
.box-mantis .colum.yoyaku{
    width: 30%;
    padding: 3em 0em;
}

.box-mantis .colum img{}
.box-mantis .colum h4{
    font-size: 1.75em;
    font-weight: bold;
    text-align: center;
    margin: 1.5rem auto;
    letter-spacing: 0;
}
.box-mantis .colum ul{
    padding-left: 20px;
    margin-bottom: 1.5rem;
}
.box-mantis .colum ul li{
    list-style-type: disc;
    margin-bottom: .25rem;
	line-height: 1.5;
}
.box-mantis .colum p{
    font-size: 1.5em;
    font-weight: bold;
}
.box-mantis .colum.yoyaku p{font-size:  1.4em;}
.box-mantis .colum.yoyaku ul li{
    list-style-type: disc;
    margin-bottom: .8rem;
	line-height: 1.4;
}

@media screen and (max-width:1280px){
.box-mantis .colum h4{font-size: 1.4em;}

}

@media screen and (max-width:991px){
.box-mantis.yoyaku{margin-bottom: 0em;}
.box-mantis.yoyaku .colum h4{font-size: 1.3em;}
.container-sm.yoyaku{max-width:98%;}
.box-mantis .colum.yoyaku p{font-size:  1.3em;margin-bottom: 10px;}

}

@media screen and (max-width:767px){
    .box-mantis{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
        flex-flow:row wrap;
    }
.box-mantis .colum h4{font-size: 1.3em;}
.box-mantis .colum{
        width: 100%;
        padding: 1.5em;
    }
.container-sm.yoyaku{max-width:540px;}
.box-mantis .colum.yoyaku{
        width: 100%;
        padding: 1.5em;
		margin-bottom: 30px;
    }
.box-mantis .colum.yoyaku p{font-size:  1.2em;margin-bottom: 0px;}

}



.photo-ofi {
	height: 0;
	display: block;
	background-color: #EFEFEF;
	overflow: hidden;
	position: relative;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
}
.photo-ofi img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}


.box-optionparts{
    margin-bottom: 3rem;
}
.box-optionparts .colum{
    text-align: center;
    font-weight: bold;
}
.box-optionparts .colum h3{
    margin: 1rem 0 .25rem;
}
@media screen and (max-width:767px){
    .box-optionparts .colum div{
        margin-bottom: 1rem;
    }
}




.maplink{
    width: 500px;
    margin: auto;
    position: relative;
}
@media screen and (max-width:991px){
    .maplink{
        width: 100%;
    }
}


#map01,#map02,#map03,#map04,#map05,#map06,#map07,#map08,#map09{
    display: inline-block;
    position: absolute;
}
#map01{
    top: 0px;
    right: 160px;
}
#map02{
    top: 220px;
    right: -25px;
}
#map03{
    top: 360px;
    right: -25px;
}
#map04{
    top: 190px;
    right: 230px;
}
#map05{
    top: 465px;
    right: 130px;
}
#map06{
    top: 270px;
    right: 325px;
}
#map07{
    top: 350px;
    right: 440px;
}
#map08{
    top: 520px;
    right: 290px;
}
#map09{
    top: 520px;
    right: 520px;
}


@media screen and (max-width:991px){
    .maplink_sp{
        display: inline-block;
        padding: .5em;
        min-width: 100%;
        background: #c71919;
        color: #fff;
        font-weight: bold;
        text-align: center;
        transition: .2s;
    }
    .maplink_sp h3{
        font-size: 1em;
        margin-bottom: 0.5rem;
        letter-spacing: .1em;
    }
    .maplink_sp ul{
        background: #fff;
        padding: .5em;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
	    align-content: flex-start;
    }
    .maplink_sp ul li{
        list-style: none;
        color: #c71919;
        margin-right: .5rem;
    }
    .maplink_sp ul li:last-child{
        margin-right: 0;
    }
}

@media screen and (max-width:575px){
    .maplink_sp ul{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}



.map-unkerbox{}
.map-unkerbox .colum{
    margin-bottom: 50px;
}
.map-unkerbox .colum a.tenpo{
    color: #c71919 !important;;
}
.map-unkerbox h3{
    font-size: 2em;
    font-weight: bold;
    padding-left: .25em;
}
.map-unkerbox .tori{
    color: #fff;
    background-color: #1c1c1c;
    font-size: 1.25em;
    font-weight: bold;
    padding: .5em 1em;
}
.map-unkerbox ul{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    padding-left: .25em;
}
.map-unkerbox ul li:nth-child(1){
    -webkit-box-flex:1;
	-ms-flex:1 1 25%;
	flex:1 1 25%;
}
.map-unkerbox ul li:nth-child(2){
    -webkit-box-flex:1;
	-ms-flex:1 1 40%;
	flex:1 1 40%;
}
.map-unkerbox ul li:nth-child(3){
    -webkit-box-flex:1;
	-ms-flex:1 1 25%;
	flex:1 1 25%;
    text-align: center;
}
.map-unkerbox ul li:nth-child(4){
    -webkit-box-flex:1;
	-ms-flex:1 1 10%;
	flex:1 1 10%;
    text-align: center;
}
.map-unkerbox ul li a.unkermap{
    display: inline-block;
    width: 100%;
    border: 1px solid #c71919;
    border-radius: 30px;
    background: #c71919;
    color: #fff;
    font-size: .85em;
    padding: .3em .5em .1em;
}

.anchor01 {
    padding-top: 120px;
    margin-top:-120px;
 }
@media screen and (max-width:991px){
    .anchor01 {
        padding-top: 80px;
        margin-top:-80px;
     }
    .map-unkerbox h3{
        font-size: 1.5em;
    }
    .map-unkerbox .tori{
        font-size: 1em;
    }
}
@media screen and (max-width:575px){
    .map-unkerbox h3{
        font-size: 1.5em;
    }
    .map-unkerbox .tori{
        font-size: 1em;
    }
    .map-unkerbox ul{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
        flex-flow:row wrap;
        line-height: 2;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px !important;
    }
    .map-unkerbox ul:last-child{
        margin-bottom: 0 !important;
    }
    .map-unkerbox ul li:nth-child(1){
        -webkit-box-flex:1;
        -ms-flex:1 1 100%;
        flex:1 1 100%;
        font-weight: bold;
    }
    .map-unkerbox ul li:nth-child(2){
        -webkit-box-flex:1;
        -ms-flex:1 1 100%;
        flex:1 1 100%;
    }
    .map-unkerbox ul li:nth-child(3){
        -webkit-box-flex:1;
        -ms-flex:1 1 100%;
        flex:1 1 100%;
        text-align: left;
    }
    .map-unkerbox ul li:nth-child(4){
        -webkit-box-flex:1;
        -ms-flex:1 1 100%;
        flex:1 1 100%;
        text-align: inherit;
    }
    .map-unkerbox ul li a.unkermap{
        width: 80px;
        font-size: .7em;
        text-align: center;
    }
}


.btn__box-mantis{}
@media screen and (max-width:991px){}
@media screen and (max-width:575px){}

.btn-flex{
    display: flex;
    justify-content: space-between;
}
.btn-flex .btn{
    min-width: 220px;
}
@media screen and (max-width:1280px){
.btn-flex{
    flex-direction: column;
    align-items: center;
}
.btn-flex .btn{
    min-width: 250px;
    margin-bottom: 10px;
}
}

.top-news .box{
    width: 60%;
    background-color: #fff;
    padding: 3em;
    text-align: center;
    margin: auto;
}
.top-news h3{
    font-size: 1.75em;
    font-weight: bold;
}
@media screen and (max-width:991px){
    .top-news .box{
        width: 90%;
    }
    .top-news h3{
        font-size: 1.75em;
    }
}
@media screen and (max-width:575px){
    .top-news .box{
        width: 100%;
        padding: 2em 1em;
    }
    .top-news h3{
        font-size: 1.4em;
    }
}


.btn-topcampaign{
    padding: .75em 2.25em;
    font-size: 2.5em;
}
.btn-topcampaign:hover{
    border: 1px solid #c71919;
}
@media screen and (max-width:575px){
    .btn-topcampaign{
        padding: 0.75em 2.5em;
        font-size: 1.75em;
        width: 100%;
    }
}

.insta-btn{}
.insta-btn a{
    padding: 0 !important;
    border: none !important;
}
.insta-btn a i{
    font-size: 33px;
}

@media screen and (max-width:991px){
    .sp-insta-btn{
        position: fixed;
        top: 7px;
        right: 55px;
        z-index: 9999;
    }
    .sp-insta-btn a i{
        font-size: 40px;
        color: #fff;
    }
}

.new_price {
    color: #c71919;
    font-weight: 700;
    font-size: 1.1em;
    border-bottom: solid 1px #c71919;
}
.tagcolle-load-wrap {
    margin-top: 10px;
}
.tagcolle-more1.btn {
    padding: 1em;
}