*,
*:before,
*:after{
    box-sizing:inherit;
}

html{
    box-sizing:border-box;
}

img{
    width:100%;
    height:auto;
}

body{
    display:flex;
    flex-flow:column;
    min-height:100vh;
    background-color: #000000;
    margin:0;
    padding:0;
    width:100%;
    font-size:16px;
}
main{
    display:flex;
    flex-flow:column;
    min-height:100vh;
}

.pc{
    display:block;
}

.sp{
    display:none;
}

@media screen and (max-width:460px){
    .pc{
        display:none;
    }

    .sp{
        display:block
    }
}

.flex{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.top-movie{
    position:relative;
    background-image:url("img/main_header.png");
    background-size: cover;
    background-position:center;
    width:100%;
    height:100vh;
}

.bg-y{
    background-color: #A5802A;
    padding:0.2em;
    color:white;

}

.oldfont{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
}

.breadcrumbs{
    color:white;
    width:95%;
    margin:0 auto;
    margin-bottom:0.5em;
}
.top-header{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:.5em 1em;
    width:100%;
    position:fixed;
    z-index:999;
    top:0;
    margin:0;
}

.header-logo{
    width:100%;
    max-height:50px;
}

.m-b2{
    padding-bottom:1em;
}

.black_block{
    
    width:100%;

    padding-top:100px;
    padding-bottom:100px;
}

.black_block h3{
    margin:1rem 0;
}



.bg-black{
    position:absolute;
    right:0;
    top:0;
    height:500px;
    
}
.bg-img{
    width:100%;
    height:500px;
    object-fit: cover;
    z-index:0;
}

.single_wrapper{
    width:calc(100% - 100px);
    margin:1em auto;
    color:#555555;
    background-color: white;
    padding:100px 0;
}

.flex_content{
    align-self:center;
    padding:0 0.2em;
    width:100%;
    margin:0 auto;
}
.box1{
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
}
.box2{
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
}

.single_title{
    text-align: center;
    font-size:2rem;
    margin-bottom:50px;
}
.single_title-info{
    text-align: center;
    font-size:2rem;
}
.single_content_lott{
    width:100%;
    line-height: 1.6em;
    padding-top:0px;
    margin:1em auto;
}

.single_content{
    width:80%;
    line-height: 1.6em;
    padding:0 8vw;
    padding-top:100px;
    margin:1em auto;
}

.single_thumbnail{
    width:500px;
    margin:0 auto;
    object-fit: cover;
    text-align: center;
}

.single_flex_a{
    width:100%;
    display:flex;
    justify-content: center;
    margin:0 auto;
}

.y-button{
    width:50%;
    background-color: #A5802A;
    padding:2% 0;
    border-radius: 5px;
    text-align:center;
    margin:1em auto;
}

.sticky{
    position: -webkit-sticky;
    position: sticky;
    top:0;
    z-index:-2;
}

.gradient{
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
    width: 100%;
    height: 200px;
}

.gradient-under{
    background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
    width: 100%;
    height: 200px;
}

video{
    position:absolute;
    height:100vh;
    object-fit: cover;
}

@media screen and (max-width:600px){
    .header-logo{
        width:90%;
    }
    .top-header{
        background-color: rgba(165, 128, 42,0);
        display:flex;
        justify-content: space-between;
        align-items: center;
        padding:1em 1em 1em 0;
        width:100%;
    }
    

    .black_block{
        position:relative;
        width:100%;
        padding:0;
    }
    
    .bg-img{
        width:100%;
        height:200px;
        object-fit: cover;
    }

    .single_wrapper{
        width:calc(100% - 10px);
        padding:0;
        margin:0 auto;
        color:#555555;
    }

    .gradient{
        background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
        width: 100%;
        height: 100px;
    }

}

.wp-content{
    width:95%;
    margin:0 auto;
}

.wp-block-button__link{
    border-radius:10px;
}

.header__menu{
    display:flex;
    flex-direction:row;
    align-items: center;
    color:white;
}

.header__menu li:hover{
    color:#A5802A;
}


#header-sp{
    display:none;
}

.white{
    color:#1C1B19;
    background-color: white;
    padding:10px 50px 10px 50px;
}

.wp-block-gallery{
    margin:1em 0;
}
.event-h3{
    text-align:center;
    padding-top:100px;
    font-size:1.3em;
}

.single_content p{
    font-size:16px;
    line-height: 1.5em;
    margin:1em 0;
}
.single_content li{
    font-size:16px;
    line-height: 1.5em;
    list-style-type:circle;
    margin:1em;
}

.single_content h2{
    width:100%;
    height:auto;
    background-color: #A5802A;
    font-size: 2em;
    line-height: 1.5em;
    margin:1em 0;
    align-items:center;
    padding: 0.2em 0.5em;
    color:white;
}

.single_content a{

    color: #116fa1;
}

.single_content strong{
    color:#A5802A;
}

.single_content h3{
    color:#A5802A;
    font-size:1.1em;
    padding:1.1em 0;
    text-align: center;
}

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

    #header-sp{
        display:block;
    }

    .header__menu{
        display:none;
    }
        /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
    .openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
    追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: relative;
	background:#A5802A;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
    z-index:999;
    }

    /*ボタン内側*/
    .openbtn .openbtn-area{
        transition: all .6s;/*アニメーションの設定*/
        width:50px;
        height:50px;
    }

    .openbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #fff;
        width: 45%;
    }

    .openbtn span:nth-of-type(1) {
        top:15px;	
    }

    .openbtn span:nth-of-type(2) {
        top:23px;
    }

    .openbtn span:nth-of-type(3) {
        top:31px;
    }

    /*activeクラスが付与されると .openbtn-areaが360度回転し、その中の線が回転して×に*/
    .openbtn.active .openbtn-area{
        transform: rotate(360deg);
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }
}

.whitelogo{
    width:30%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index:998;
    margin:0 auto;
}


@media screen and (max-width:600px){
    .top-movie{
        width:100%;
        height:100vh;
    }
    .instagram-icon{
        display:none;
    }

    .single_content h2{
        width:100%;
        height:auto;
        background-color: #A5802A;
        font-size: 1.3em;
        line-height:1.3em;
        margin:1em 0;
        align-items:center;
        padding: 0.2em 0.5em;
    }

    .whitelogo{
        width:45%;
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%);
        z-index:997;
        margin:0 auto;
    }
    .single_content p{
        font-size:15px;
        line-height: 1.5em;
    
    }
    .single_content li{
        font-size:15px;
        line-height: 1.5em;
        list-style-type:circle;
        margin:1em;
    }
}

.header__menu li{
    margin:0 1.2em;
    font-size:25px;
    font-style: normal;
}

.instagram-icon{
    width:45px;
    margin:0em 1em 0em 1em;
}

.information__block{
    background-color: #000000;
}



.information__header{
    position:relative;
    color:white;
    background-color: #000000;
    text-align:center;
    padding:0.4em;
    font-size:1.2em;
    z-index:1;
}

.gears__block{
    display:block;
    position:relative;
    width:100%;
    height:auto;
    padding-top:200px;
}

.gears__header{
    color:white;
    background-color: #000000;
    text-align:center;
    padding:0.5em;
    font-style: normal;
    font-size:30px;
}

.info__ul{
    display:flex;
    justify-content:center;
    flex-direction: row;
    flex-wrap:wrap;
    align-items:flex-start;

}
.event__ul{
    display:flex;
    justify-content:center;
    flex-direction: row;
    flex-wrap:wrap;
    align-items:center;
    width:100%;
}

.thumbnail-img{
    width:150px;
    height:150px;
    object-fit:cover;
    font-family:'object-fit:cover;';
    border-radius: 5px;
}
.publish-img{
    max-width:100px;
    object-fit:cover;
    font-family:'object-fit:cover;';

    border-radius: 5px;
}

@media screen and (max-width:1200px){
    .info__ul{
        display:flex;
        justify-content:start;
        flex-direction: column;
        flex-wrap:wrap;
        align-items:flex-start;
        width:100%;
    }

    .event__ul{
        display:flex;
        justify-content:center;
        flex-direction: column;
        flex-wrap:wrap;
        align-items:center;
    }

}

@media screen and (max-width:600px){
    .info__ul{
        display:flex;
        justify-content:start;
        flex-direction: row;
        flex-wrap:wrap;
        align-items:flex-start;
        width:100%;
    }

    .event__ul{
        display:flex;
        justify-content:center;
        flex-direction:column;
        flex-wrap:wrap;
        align-items:center;
        width:100%;
    }

    .white{
        color:#1C1B19;
        background-color: white;
        padding:10px 10px 10px 10px;
    }

    .gears__block{
        display:block;
        position:relative;
        width:100%;
        height:auto;
        padding-top:0px;
    }


}

.publish__ul{
    width:50%;
    margin:0 auto;
    border-color: #f3f3f3;
    border-top: 0.1px solid ;
    border-bottom: 0.1px solid ;
}

.publish__list{
    width:100%;
    margin:0 20%;
}

.info__publish{
    display:flex;
    width:100%;
    margin:0 auto;
    align-items:center;
    justify-content:start;
}

.info__publish h3{
    display:inline-block;
    vertical-align: middle;
    width:100%;
}

.info__publish p{
    display:inline-block;
    vertical-align: middle;
    margin:0 0.5em;
    font-size:0.7em;
    width:100%;
}

.info__list{
    display: flex;
    width:calc((95% - 5px));
    margin:60px 15vw 0px 15vw;
    border-radius: 5px;
    color:white;
    
}

.event__list{
    display: flex;
    justify-content: space-between;
    width:calc((90% - 5px)/2);
    padding:10px;
    margin:1em;
    color:white;
    background-color:#1C1B19;
    border-radius: 5px;
}

.info__text{
    margin:1em 0;
    font-size:1em;
}

h3{
    font-size:1.1em;
    margin:0em;
}

.information__content{
    position: relative;
    color:white;
    width:100%;
    padding:0 5%;
}

.info__day{
    position:absolute;
    bottom:0;
    color:#555555;
    right:0;
}

.info__right{
    position:relative;
    margin:5px 1em;
    width:75%;
    display:flex;
    flex-direction: column;
}

.publish__right{
    position:relative;
    margin:5px 1em;
    width:100%;
    display:flex;
    flex-direction: column;
}

.info__right h3{

    padding:0rem 0.5rem 0.2rem 0.2rem;
    margin-bottom:0.3rem;
    font-size:1.5rem;
}

.post__place{
    margin-top:0.5em;
    font-size:0.9em;
}

.post__day{
    position:relative;
    bottom:0;
    color:#555555;
    width:100%;
    text-align:end;
    font-size:0.9rem;
}

.event__block{
    position: relative;
    color:white;
    width:100%;
    padding:0;
    padding-top:80px;
    background-color: #000000;
}

.publish__block{
    position: relative;
    color:white;
    width:100%;
    padding:0;
    padding-top:40px;
    background-color: #000000;
}

.swipe-img{
    position:static;
    display:block;
    width:100%;
    height:auto;
}

.black_block{
    color:white;
}

.thumbnail-img-event{
    width:80%;
    max-width:150px;
    height:auto;
    object-fit: cover;
    font-family:'object-fit:cover;';
    border-radius: 5px;
}

.concept-flex{
    display:flex;
    position:relative;
    
    align-items: center;
    width:100%;
    height:5vh;
}

.concept-img{
    position:absolute;
    
    right:0;
    width:30%;
    height:auto;
    object-fit: cover;
    z-index: -1;
}

.event-date{
    width:100%;
    text-align: center;
    padding:0.5em 0;
    font-size: 1.2em;
}

.event-place{
    width:100%;
    text-align: center;
    padding:0.5em 0;
    font-size: 1.2em;
}


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

    .info__list{
        display: flex;
        flex-direction: row;
        align-items:stretch;
        width:calc(100% - 10px);
        margin:80px 15vw 0px 15vw;

    }

    .info__right{
        position:relative;
        margin:5px 1em;
        padding:0em;
        width:50%;
    }

    .publish__right{
        position:relative;
        margin:5px 1em;
        padding:0em;
        width:100%;
    }

    .info__right h3{
        font-size:1.5rem;
        
        padding:0rem 0.5rem 0.5rem 0.2rem;
    }

    .info__right p{
        font-size:0.9rem;
    }

    .information__content{
        position: relative;
        color:white;
        width:100%;
        padding:0;
    }

    .info__day{
        position:relative;
        bottom:-20px;
        color:#555555;
        width:100%;
        text-align:end;
        
    }

    .event__list{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width:calc(100% - 10px);
        margin:0;
        margin-top:1em;
    }

    .thumbnail-img{
        width:150px;
        height:150px;
        object-fit: cover;
        font-family:'object-fit:cover;';
    }

    .publish-img{
        width:150px;
        object-fit:cover;
        font-family:'object-fit:cover;';
    }

    .thumbnail-img-event{
        width:90%;
        max-width:300px;
        max-height:200px;
        object-fit: cover;
        font-family:'object-fit:cover;';
    }

    .post__day{
        position:relative;
        bottom:0;
        color:#555555;
        width:100%;
        text-align:end;
        font-size:0.9rem;
    }


}



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

    .info__list{
        display: flex;
        justify-content:space-between;
        flex-direction: row;
        align-items:flex-start;
        width:calc(100% - 10px);
        margin:0 auto;
        margin-top:20px;
    }

    .info__right{
        position:relative;
        margin:5px 0;
        padding:0em;
        width:70%;
        height:auto;
        
    }

    .publish__right{
        position:relative;
        margin:5px 0;
        padding:0em;
        width:100%;
        height:auto;
        
    }

    .info__right-event{
        position:relative;
        margin:0 0;
        padding:0em;
        width:70%;
        
    }

    .info__right h3{
        font-size:1rem;
        padding:0;
    }

    .info__right-event h3{
        font-size:1rem;
    }

    .info__right p{
        font-size:0.8rem;
        
    }

    .info__right-event p{
        
        margin-bottom: 0.5rem;
    }

    .information__content{
        position: relative;
        color:white;
        width:100%;
        padding:0;
    }

    .info__day{
        position:relative;
        top:auto;
        padding-top:10px;
        color:#555555;
        width:100%;
        text-align:end;
        
    }

    .post__day{
        position:relative;
        bottom:0;
        color:#555555;
        width:100%;
        text-align:end;
        top:auto;
        font-size:0.9rem;
    }

    .event__list{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        justify-items: center;
        width:calc(100% - 1em);
        margin:0;
        margin-top:1em;
        
    }

    .thumbnail-img{
        width:25%;
        height:25vw;
        object-fit: cover;
        font-family:'object-fit:cover;';
    }
    .publish-img{
        width:150px;
        height:100%;
        object-fit: cover;
        font-family:'object-fit:cover;';
        margin-right: 5px;
    }

    .info__text{
        display: none;
    }



    .event-place{
        font-size:1em;
    }

    .concept-flex{
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction:column-reverse;
        width:100%;
        height:auto;
        margin-top:1em;
    }

    .concept-img{
        position:static;
        right:0;
        width:100%;
        height:30VH;
        object-fit: cover;
        z-index: -1;
    }

    .event__block{
        position: relative;
        color:white;
        width:100%;
        padding:0;
        padding-top:50px;
        background-color: #000000;
    }

    .publish__ul{
        width:95%;
        margin:0 auto;
        border-color: #f3f3f3;
        border-top: 0.1px solid ;
        border-bottom: 0.1px solid ;
    }
    .publish__list{
        width:100%;
        margin:0 5%;
    }

    .info__publish{
        display:flex;
        width:100%;
        margin:0 auto;
        justify-content: space-around;
    }

    .info__publish h3{
        width:100%;
    }

    .info__publish p{
        width:100%;
    }
    
}

.yellow-btn{
    position:relative;
    text-align:center;
    color:white;
    background-color:#A5802A;
    border-radius:5px;
    padding:0.4em 1em;
    margin-top:1em;
    font-size:.8em;
    left: 50%;
    transform: translateX(-50%)!important;
    z-index:1;
}

.goout-yellow-btn{
    position:static;
    text-align:center;
    color:white;
    background-color:#A5802A;
    border-radius:5px;
    margin-top:3em;
    padding:0.5em 1em;
    z-index:1;
}

.pattern {
    width: 100%;
    height: 100%;
    background: url(http://www.webcreatorbox.com/sample/images/yokojima.png);
    position: fixed;
    top: 0;
    left: 0;
    
  }

.gears_content{

    position:relative;
    width:100%;
    height:40vh;
    background-color: #000000;
}

.wp-block-image{
    margin: 1em 0;
}

.gears_footer{
    width:100%;
    background-color:#A5802A;
    height:20px;
}

.concept__block{
    position:static;
    display:block;
    height:auto;
    width:100%;
    padding:100px 0 0 0;
}

.product-block{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    width:95%;
    padding:0vw 8vw;
    margin:1em auto;
    color:#555555;
    background-color: white;
}
.product-detail-block{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    width:100%;
    padding:0v;
    margin:1em auto;
    color:#555555;
    background-color: white;
}
.product-center-block{
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    width:100%;
    padding:0v;
    margin:1em auto;
    color:#555555;
    background-color: white;
}
.product-box{

    width:calc(100% / 2);
    margin:auto;
    padding:1em 1em;
}
.product-detail-box:nth-child(1){

    width:calc(100% / 1.7);
    margin:auto;
    padding:1em 1em;
}
.product-detail-box:nth-child(2){

    width:calc(100% / 3);
    margin:auto;
    padding:1em 1em;
}
.product-box-column{
    width:100%;
    flex-direction: column;
}

.product-full-box{

    width:50%;
    margin:auto;
    padding:1em 1em;
}

.product-detail-box h3{
    font-size: 20px;
    padding:0.8em 0;
}
.product-detail-box p{
    line-height: 1.2em;
    padding:1em 0;
}

.product-full-box p{
    line-height: 1.5em;
}

.product-content{
    display:block;
    width:95%;
    margin:0 auto;
    padding-top:2em;
}
.detail-img{
    max-width:100%;
    margin:0 auto;
}

.detail-logo-img{
    padding:1em 20%;
}

.detail-full-img{
    max-width:600px;
    margin:1em auto;
}

.product-name{
    font-size:2em;
    margin-top:1rem;
    text-align: center;
}

.product-price{
    font-size:1em;
    margin-top:1em;
    text-align: center;
}

.product-var{
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    margin:0 auto;
    margin-top:1em;
    text-align: center;
    width:100%
}
.var{
    width:calc(100% / 2.1);
    flex-direction: row;
    margin:.3em auto;
    padding:0.4em 1em;
    background-color: #A5802A;
    color:white;
    border-radius: 3px;
    font-size:.8em;
    text-align: center;
}
.product-link{
    width:100%;
}
.shop-buttun{
    color:white;
    background-color: #555555;
    width:50%;
    padding:.5em;
    text-align: center;
    margin:auto;
    margin-top:2em;
    border-radius: 5px;
}
.product-content h2{
    width:90%;
    font-size:1.2em;
    margin:0 auto;
    margin-top:1em;

}

.product-content p{
    font-size:1em;
    line-height: 1.5em;
    width:90%;
    margin:1em auto;
}
.product-content ul{
    font-size:1em;
    line-height: 1.5em;
    width:90%;
    margin:1em auto;
}

@media screen and (max-width:1200px){
    .swiper-button-prev{
        display:none;
    }
    .swiper-button-next{
        display:none;
    }

    .info__right-event{
        position:relative;
        margin:0 0;
        padding:0em;
        width:100%;
        text-align: center;
    }
}

.concept__block h2{
    color:white;
    text-align:center;
    font-size:3em;
    margin:50px;
}

.brand-concept{
    position:static;
    display:flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width:100%;
    background-color: black;
    padding:0 5em;
}

.flexbox{
    width:calc(100% - 20px);
    margin-bottom:1em;
}

.logomeanblock{
    position:relative;
    bottom:5%;
    color:white;
    margin:0 auto;
    width:60%;
    padding-bottom:5em;
}
.logomeanblock h1{
    width:100%;
    text-align: start;
    font-size:1.2em;
    padding:2rem 1rem;
}
.logomeanblock p{
    width:100%;
    font-size:1em;
    line-height: 2em;
    padding:1em 1em;
}
.concept-logo{
    align-self:center;
    justify-self: center;
    text-align: center;
}
.concept-logo img{
    width:calc((60% - 50px));
    padding:50px 0;
}

.concept-card-list{
    display:block;
    justify-content: center;
    align-items: center;
    color:white;
    text-align:start;
    width:calc(100% - 20px);
    margin:0 auto;
    z-index:2;
    position:relative;
    
}
.damagelogo{
    width:300px;
    display:block;
    margin:0 auto;
    
}
.text-center{
    width:100%;
    text-align: center;

}
.concept-card{
    width:100%;   
    padding-top:100px;
    
}

.concept-card h4{
    font-size:2vw;
    margin:1em 0;
    text-align:center;
    padding-bottom:100px;

}

.concept-card p{
    font-size:1vw;
    line-height: 1em;
    
}

.goout-wrapper{
    background-color: white;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.gooutheader{
    position: relative;
    background-image:url("img/goout/jpg/header.jpg");
    width:100%;
    height:30vh;
    background-size:cover;

}
.gooutheadimg{
    position:absolute ;
    width:20%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;   
}

hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }

.hr2{
    height: 1px;
    background: #aaa;
    background-image: -webkit-linear-gradient(left, #ffffff, #999, #ffffff);
    background-image: -moz-linear-gradient(left, #ddd, #999, #ddd);
    background-image: -ms-linear-gradient(left, #ddd, #999, #ddd);
    background-image: -o-linear-gradient(left, #ddd, #999, #ddd);
}

.kosugi-regular {
    font-family: "Kosugi", sans-serif;
    font-weight: 400;
    font-style: normal;
  }


.gooutmainwrapper p{
    padding:2em 1em;
    text-align: center;
    line-height: 1.5em;
    color:#484848;
}

.goout_daybox{
    border: solid 2px #484848;
    border-radius: 5px;
    width:50%;
    margin:2em auto;
    padding:2em;
    text-align:center;
}
.goout_daybox p{
    padding:0;
}
.goout_daybox h2{
    padding:1em 0;
    font-weight: bold;
    color:#484848;
}

.day-font{
    font-size: 18px;
    font-weight: bold;
}

.goout-flexbox{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    width:80%;
    justify-content: center;
    align-items: stretch;
    margin:0 auto;
}

.goout_lot_wrapper{
    text-align: center;
    color:#484848;
    padding-bottom:5em;
}

.goout_lot_wrapper p{
    font-weight:600;
    font-size:20px;
    padding:5em 0;
    line-height:1.5em;

}

.goout_lot_wrapper h1{
    text-align: center;
    font-size:29px;
    font-weight: 700;
    padding:1em;
    color:#484848;
    
}

.goout-itemwrapper{
    text-align: center;
    width:80%;
    margin:0 auto;
    color:#484848;
    padding-bottom:10%;
}

.goout-itemwrapper h2{
    font-size:35px;
    font-weight: 700;
    padding:2em 0;
}

.goout-itemflexbox{
    display:flex;
    width:100%;
    justify-content: center;
    align-items:end;
    flex-wrap: wrap;
}

.go-brandbox p a{
    color:#116fa1;
}

.goout-itemcard{

    width:calc( 100% / 6.5);
    margin:1em;

}
.goout-itemcard{
    
}
.goout-itemcard h3{
    font-weight: 600;
    padding:1em 0em;
}

.goout-itemwrapper p{
    font-size:20px;
    font-weight: 500;
    padding:1em 0;
    line-height: 1.5em;
    padding-bottom:3em;
}

.goout-flexcard{
    width: calc( 100% / 4.8);
    background-color: #f0f0f0;
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin:1em;
    display:flex;
    flex-direction: column;
    justify-content: center;
}

.goout-flexcard img{
    width:100%;
    height:190px;
    object-fit: cover;
}


.goout-flexcard h2{
    margin:.8em 0;
    font-size:18px;
    font-weight:600;
    color:#484848;
    height:40px;
    

}

.gooutmainwrapper{
    width:100%;
    padding:2em 10%;
}

.goout-prod-btn{
    background-color: white;
    border: solid 2px #484848;
    padding:0.2em 20%;
    border-radius: 10px;
}
.go-brandflex{
    display:flex;
    justify-content: center;
    align-items: stretch;
}
.go-brandflex-rev{
    display:flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: stretch;
    padding-top:5%;
}
.gooutbrandwrapper{
    padding:5% 8%;
}

.gooutbrandwrapper h2{
    font-size:35px;
    text-align: center;
    font-weight:600;
    padding:1em 0;
}
.go-brandbox{
    width:65%;
    height:auto;
    padding:1em;
    padding-bottom:10%;
}
.go-brandbox:nth-child(2){
    width:40%;
}
.go-brandbox:nth-child(2) img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.go-brandproductbox{
    width:50%;
    height:auto;
    padding:1em;
    padding-bottom:5%;
    
}

.go-brandproductbox h3{
    width:50%;
    text-align: center;
    margin:1em auto;
}
.go-brandproductbox:nth-child(2){
    width:40%;
}
.go-brandproductbox:nth-child(2) img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.go-brandbox h3{
    font-size:1.2em;
    font-weight: 500;
    padding-bottom:1em;
    text-align: center;
}

.go-brandbox h3 img{
    width:auto;
    height:120px;
    padding:0 auto;
}

.go-brandconcept{
    padding:1em 0;
    line-height: 1.8em;
}

.brand-itemflex{
    display: flex;
    justify-content: center;
    align-items: end;
}

.brand-itembox{
    width:calc( 100% / 4);
    margin:1em;
}

.brand-itembox h4{
    text-align: center;
    padding:0.8em 0;
    font-weight: 500;
}
.brand-itembox img{
    border-radius: 5%;
}



.f-strong{
    font-size:1.2em;
}

.p-concept{
    width:100%;
    margin:auto 0;
    text-align:center;
    line-height: 1.5em;
    font-size:16px;
}

@media screen and (max-width:1200px){
    .concept__block h2{
        color:white;
        text-align:center;
        font-size:4em;
        margin:50px;
    }
    
    .logomeanblock{
        position:relative;
        bottom:5%;
        color:white;
        margin:0 auto;
        width:70%;
        padding-bottom:5em;
    }
    .logomeanblock h1{
        text-align: start;
        font-size:1.2em;
        padding:0;
    }
    .logomeanblock p{
        font-size:1em;
        line-height: 1.2em;
        padding:0 0em;
        padding-top:1em;
    }
    .concept-logo{
        width:100%;
        align-self:center;
        justify-self: center;
        text-align: center;
        margin:0 auto;
    }
    .concept-logo img{
        width:calc(50% - 10px);
        padding:80px 0;
    }

    .go-brandflex-rev{
        width:100%;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        padding-top:5%;
    }

    
    
    
}

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

    .product-detail-block{
        display:flex;
        flex-direction: column;
        flex-wrap: wrap;
        width:100%;
        padding:0v;
        margin:1em auto;
        color:#555555;
        background-color: white;
    }

    .concept__block{
        position:static;
        display:block;
        height:auto;
        width:100%;
        padding:50px 0 0 0;
    }

    .concept__block h2{
        color:white;
        text-align:center;
        font-size:3em;
        margin:50px;
    }
    
    .brand-concept{
        display:flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-items: center;
        width:100%;
        background-color: black;
        padding:0 1em;
    }

    .logomeanblock{
        position:relative;
        bottom:10%;
        color:whitesmoke;
        padding:0em 0em 0em 0em;
        width:100%;
    }
    .logomeanblock h1{
        text-align: start;
        font-size:1.5em;
        padding:2rem 0;
    }
    .logomeanblock p{
        font-size:1em;
        line-height: 1.5em;
        padding:0;
        padding-top:0.2em;
        padding-bottom:3em;
    }
    .concept-logo{
        width:70%;
        align-self:center;
        justify-self: center;
        text-align: center;
        margin:0 auto;
    }
    .concept-logo img{
        width:calc(100% - 10px);
        padding:10px 0;
    }
    
    .concept-card-list{

        color:white;

        width:calc(100% - 20px);
        margin:0 auto;
        z-index:2;
    }
    .concept-card{
        width:100%;
        padding-top:50px;
        padding:0 1%;
    }
    
    .concept-card h4{
        width:100%;
        font-size:1.1em;
        margin: 0;
        text-align:center;
        padding:50px 0;
    }
    
    .concept-card p{
        font-size:1vw;
        line-height: 1em;
        
    }


    .f-strong{
        font-size:1.3em;
    }

    .damagelogo{
        width:60%;
        display:block;
        margin:0 auto;
        padding-top:50px;
    }

    .shop-buttun{
        color:white;
        background-color: #555555;
        width:100%;
        padding:.5em;
        text-align: center;
        margin:0 auto;
        margin-top:1em;
        border-radius: 5px;
    }

}

.f-yellow{
    color:#A5802A;
}

.y-border{
    width:100%;
    height:50px;
    background-color: #A5802A;
    margin-top:5em;
}

.dealers-block{
    width:calc(100% - 0px);
    height:auto;
    align-items: center;
    margin:0 auto;

    background-color: #000000;
}

.dealers-block h2{
    color:white;
    text-align: center;
    text-shadow: #1C1B19;
    padding-top:2em;
    font-size:3em;
}

.dealers-block img{
    width:100%;
    padding:0 30%;
}

.dealers-block p{
    color:white;
    text-align: center;

    padding-top:1.5em;
    font-size:1em;
}

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

    .product-detail-box:nth-child(1){

        width:100%;
        margin:auto;
        padding:1em 1em;
    }
    .product-detail-box:nth-child(2){
    
        width:100%;
        margin:auto;
        padding:1em 1em;
    }
    .product-content{
        width:100%;
    }

    .dealers-block h2{
        color:white;
        text-align: center;

        padding-top:100px;
        font-size:2em;
    }
    
    .dealers-block p{
        color:white;
        text-align: center;

        padding-top:1.5em;
        font-size:1em;
    }
    .dealers-block img{
        width:100%;
        padding:0 15%;
    }

    .p-concept{
        width:100%;
        margin:0 0;
        text-align:center;
        line-height:1em;
        font-size:14px;
    }

    .product-content p{
        font-size:1em;
        line-height: 1.5em;
        width:100%;
        margin:1em auto;
        font-size:14px;
    }

    .product-content h2{
        width:100%;
        font-size:1.2em;
        margin:0 auto;
        margin-top:1em;
        text-align:start;
        line-height: 1.5em;
    }

}

.yellow-btn2{
    
    background-color: #A5802A;
    color:white;
    padding:1em;
    width:200px;
    border-radius: 10px;
    text-align: center;
}

.yellow-btn2:hover{
    
    background-color: #896a1f;
    color:white;
    padding:1em;
    width:200px;
    border-radius: 10px;
    text-align: center;
}

.yellow-btn3{
    
    background-color: #A5802A;
    color:white;
    padding:1em;
    width:50%;
    border-radius: 10px;
    text-align: center;
    margin:0 auto;
    margin-top:1em;
}

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

footer{
    display:block;
    position:relative;
    width:100%;
    background-color: #A5802A;
    padding-top:1em;
    padding-bottom:1em;
    
}

.footer-menu{
    display:flex;
    justify-content: center;
    align-items: baseline;
}

.footer-menu li{
    width:calc(100% / 5);
    margin:2em;
    font-size:1.5em;
    text-align: center;
}

.footer-menu img{
    width:100%;
    justify-self:center;
    padding:auto 0;
}

.footer-menu2{
    display:flex;
    justify-content: center;
    align-items: baseline;
    color:white;
}
.footer-menu2 li{
    margin:2em;
}

.rakuda{
    position:absolute;
    bottom:10px;
    right:20px;
    width:5%;
    height:auto;
}

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

    footer{
        display:block;
        position:relative;
        width:100%;
        background-color: #A5802A;
    }
    
    .footer-menu{
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .footer-menu li{
        margin:0.5em;

        font-size:1.2em;
    }

    .footer-menu li:nth-child(3){
        margin:0;
    }
    
    .footer-menu img{
        display:none;
        width:10%;
        margin:2em;
    }
    
    .footer-menu2{
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align:center;
        color:white;
        padding-top:1em;
        font-size:0.8em;
    }
    .footer-menu2 li{
        margin:0.3em;
    }
    
    .rakuda{
        position:absolute;
        bottom:10px;
        right:20px;
        width:10%;
    }

}

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

    .go-brandproductbox{
        width:100%;
        height:auto;
        padding:1em;
        padding-bottom:10%;
        
    }
    
    .go-brandproductbox h3{
        width:50%;
        text-align: center;
        margin:1em auto;
    }
    .go-brandproductbox:nth-child(2){
        width:100%;
    }
    .go-brandproductbox:nth-child(2) img{
        width:100%;
        height:100%;
        object-fit:contain;
    }

    footer{
        display:block;
        position:relative;
        width:100%;
        background-color: #A5802A;
    }
    
    .footer-menu{
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .footer-menu li{
        width:100%;
        font-size:1em;
    }
    
    .footer-menu li:nth-child(3){
        margin:0;
    }

    .footer-menu img{
        display:none;
        width:10%;
        margin:2em;
    }
    
    .footer-menu2{
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align:center;
        color:white;
        padding-top:1em;
        font-size:0.8em;
    }
    .footer-menu2 li{
        margin:0.3em;
    }
    
    .rakuda{
        position:absolute;
        bottom:10px;
        right:20px;
        width:10%;
    }

    .lottery-btn{
        width:100%;
        padding:0.8em 100px;
        margin-top:1em;
        text-align: center;
        
    }

}

/*==================================================
ギャラリーのためのcss
===================================*/
/*＝＝＝並び替えボタンチェックマークのCSS*/



.sort-btn{
	background: #f3f3f3;
	padding: 20px;
	margin:5px 1px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.sort-btn dt{
	font-weight: bold;
	margin:0 0 10px 0;
}

.sort-btn dd{
	margin:0 0 10px 0;
}

.sort-btn ul{
	display: flex;
	flex-wrap: wrap;
    justify-content:start;
}

.sort-btn li{
	margin:5px 10px;
list-style:none;
}

.sort-btn ul li{
	position: relative;
	cursor: pointer;
	padding:5px 0 0 30px;
	margin:0 10px 0 0;
}

/*横幅が810px以下になった際の指定*/
@media only screen and (max-width: 810px) {
.sort-btn li{
	width:100%;
	margin:0;
}
	
.sort-btn ul li{
	width:auto;
}
	
}

/*チェックマークの設定*/
.sort-btn ul li::before{
	content:'';
	position: absolute;
	left:0;
	width:20px;
	height:20px;
	border:2px solid #ccc;

}

.sort-btn ul li.active::after{/*現在地＝activeというクラス名がついたらチェックマークを出現*/
	content:'';
	position: absolute;
	left:5px;	
	top:0;
    /*チェックマークの色や形*/
	border-left:2px solid #333;
	border-bottom:2px solid #333;
	width:16px;
	height:9px;
	transform:rotate(-45deg);
}

.shop-btn{
    width:80%;
    padding:0.3em 0;
    margin:1.2em auto 0 auto;
    text-align:center;
    border-radius: 3px;
    background-color: #A5802A;
    color:white;
    font-size: .8em;
}


/*＝＝＝Muuriのレイアウトのための調整 */
.grid {
  position: relative;/*並び替えの基準点を指定*/
}

/*各画像の横幅などの設定*/
.item {
  display: block;
  position: absolute;
  width: 48%;/*横並びで2つ表示*/
  padding:0 10px 10px 10px;/*画像に余白をつける*/
  z-index: 1;
list-style:none;
}

/*内側のボックスの高さが崩れないように維持*/
.item-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.item-topbox{

}
.shop-content{
    display:flex;
    width:100%;
    justify-content: center;
    color:white;
    margin:0.5rem 0 0 0;
}
.shop-content h3{
    font-size: 1.5em;
    padding:0 0 0 1rem;
}
.shop-content p{
    font-size: 1em;
    padding:0.2em 0 0 1rem;
}

.shop-content img{
    border-radius: 5px;
}

.shop-right{
    display:flex;
    flex-direction: column;
    justify-content:center;
    width:60%;
    
}

.items-block{
    display:flex;
    width:88%;
    text-align:center;
    justify-content:start;
    flex-direction: row;
    flex-wrap:wrap;
    margin:0 auto;
}



.item-box{
    width:calc( 100% / 4 );
    padding:0px 3vw;
    padding-top:5vw;
    transition:.3s;
}

.item-box:hover{
    transition:.4s;
    transform:translate(0,-20px);
}

.item-box h2{
    padding-top:0.5em;
}


.item-right{
    justify-content: start;
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid img{
	width:40%;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
    object-fit: cover;
    max-height: 200px;
    max-width: 200px;
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width: 768px) {
.item {
  width: 100%;/*横並びで1つ表示*/
  padding: 0 5px 10px 5px;
}

.shop-content h3{
    font-size:1.2rem;
}
.shop-content p{
    font-size:0.8rem;
}

.shop-content img{
    max-width:130px;
}

.grid img{
	width:40%;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
    object-fit: cover;
    max-height: 130px;

}


.items-block{
    display:flex;
    width:95%;
    text-align:center;
    justify-content:start;
    flex-direction: row;
    flex-wrap:wrap;
    margin:0 auto;
}

.item-box{
    width:calc( 100% / 2 );
    padding:0px 3vw;
    padding-top:10vw;
}
.item-box h2{
    margin-top:0.5em;
}

.item-right{
    justify-content: start;
}

.single_title{
    font-size:1.8rem;
    margin:20px 0;
}
.single_title-info{
    font-size:1.8rem;
    margin:50px 0;
}

.single_content{
    width:100%;
    padding-top:0px;
    padding:0 1vw;
    line-height: 1.6em;
}

.single_thumbnail{
    width:100%;
    margin:0 auto;
    object-fit: cover;
    text-align: center;
}

.single_flex_a{
    display:flex;
    flex-direction: column;
    justify-content: center;
}

.y-button{
    width:100%;
    background-color: #A5802A;
    padding:2% 0;
    border-radius: 3px;
    text-align:center;
    margin:1em auto;
}

.product-block{
    display:flex;
    flex-direction:column;
    width:95%;
    padding:0vw 1vw;
    margin:1em auto;
}

.product-box{
    width:calc(100% - 5px);
    padding:1em 0.1em;


}

.var{
    width:calc( 100% / 2.1  );
    padding:0.4em 0.5em;
    margin:0 auto;
    margin-top:.5em;
    background-color: #A5802A;
    color:white;
    border-radius: 3px;
    font-size:.8em;
    text-align: center;
}

}


/*＝＝＝fancyboxサムネイル背景と画像選択時の枠線の指定*/
.fancybox-thumbs {
    background: transparent!important;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #FA999B;
}

/*tabの形状*/
.tab{
	display: flex;
	flex-wrap: wrap;
}
.tab li a{
	display: block;
	background:#A5802A;
    color:white;
    border-color: #ccc;
    text-align: center;
	margin:0 0px;
	padding:10px 20px;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
	background:#bc9e58;
    color:white;
}

.flex-grow{
    flex-grow: 1;
}


/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #ffffff;
    color:#555555;
	padding:20px 8vw;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.lottery-btn{
    width:100%;
    padding:0.8em 100px;
    margin-top:1em;
    text-align: center;
    background-color: #A5802A;
    border-radius: 5px;
    text-align:center;
    margin:1em auto;
}


.pagination{
    display:flex;
    width:100%;
    justify-content: center;
    padding:2em 1em;
    color:#1C1B19;
    text-align:center;
}

.pagination li{
    background-color: #bc9e58;
    color:white;
    margin:2em;
    padding:0.5em 1em;
    border-radius: 5px;
}

.page-numbers{
    display:flex;
    flex-direction: row;
    padding:2em 1em;
    margin:0 auto;
}

.current{
color:#A5802A;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#splash {
    /*fixedで全面に固定*/
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 9999;
      background:#A5802A;
      text-align:center;
      color:#fff;
      top:0;
    }
    
    /* Loading画像中央配置　*/
    #splash_logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    
    /* Loading アイコンの大きさ設定　*/
    #splash_logo img {
      width:20%;
    }
    
    /* fadeUpをするアイコンの動き */
    .fadeUp{
    animation-name: fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity: 0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(100px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }

/* 全幅指定 */
.full-width {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    margin-bottom:2rem;
}
/* pタグの余白を削除 */
.wpcf7-form p {
    margin-bottom: 0;
}
.wpcf7 input{
    background-color: white;
    width:100%;
}
/* 背景色（お好きな色に） */
section.contact {
    background-color: #000000;
}

textarea{
    background-color: white;
    width:100%;
}
/*  フォームの幅（自由に変えてOK） */
.contactForm {
    max-width: 700px;
    margin: 0 auto;
}
/* 各項目の下部余白 */
.contact_item {
    margin-bottom: 2.5rem;
}
/* 項目名 */
.label {
    display: block;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: .6rem;
    font-weight: bold;
    color:white;
}
/* 必須タグと任意タグ共通のスタイル */
.label_tag {
    font-size: 1rem;
    color: #ffffff;
    border-radius: .3rem;
    margin-right: 1rem;
    padding: 5px 10px;
}
/* 必須タグ */
.label_must {
    background-color: #A5802A;
}
/* 任意タグ */
.label_option {
    background-color: #888988;
}
/* 名前やメールアドレスなどユーザーが入力する箇所 */
.inputs {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"],input[type="email"] {
    border: solid 1px #707070;
    padding: .5rem;
    font-size: 1em;
}
/* お問い合わせ内容を入力する箇所 */
textarea.form-control {
    border: solid 1px #707070;
    padding: .5rem;
    max-width:95vw;
    height: 150px;
    font-size: 1em;
}
/* ボタン */
.btnArea {
    text-align: center;
    width:100%;
    margin:0 auto;
}
input[type="submit"]{
    background: #A5802A;
    border: 2px solid #ffffff;
    width: 280px;
    color: #ffffff;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: .5em;
    text-indent: .5em;
    font-weight: bold;
    padding: 1.2rem 0;
    margin-top: 2rem;
    cursor: pointer;
    border-radius: .3rem;
    transition: all .3s;
    
}
/* ボタンにホバーした時 */
input[type="submit"]:hover {
    color: #A5802A;
    background-color: #ffffff;
    border-color: #A5802A;
}
/* ローダー */
.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
}

.wpcf7-response-output{
    color:white;
}

/* モバイル版 */
@media screen and (max-width: 680px) {

    .area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #ffffff;
    color:#555555;
	padding:20px 1vw;
}
    .full-width {
        margin: 0 calc(50% - 50vw);
        padding: 0 calc(50vw - 50%);
        margin:0.5em;
    }
    .contact_item {
        margin-bottom: 1.6rem;
    }
    .label {
        font-size: 1.3rem;
        margin-bottom: .4rem;
    }
    .label_tag {
        font-size: 1.1rem;
    }
    input[type="text"],input[type="email"] {
        padding: .7rem;
        font-size: .8rem;
        width:100%;
    }
    textarea {
        padding: .4rem;
        font-size: .8em;
    }
    input[type="submit"]{
        font-size: 1em;

    }
}

.wp-block-media-text{
    padding:1em 0;
}

.wp-block-button__link{
    margin:0.5em 0;
    background-color: #555555 !important;
    color:white !important;
    border-radius:0.8em !important;
    padding:0.5em 1em 0.5em 1em !important;
    font-size:1em;
}

.policy-wrapper{
    color:white;
    width:100%;
    padding:0 20%;
    margin:0 auto;
}

.policy-block{
    padding:1em 0;
    width:100%
}

.policy-wrapper h1{
    margin-bottom:1em;
    font-size:2em;
    text-align: center;
    font-weight:bold;
}

.policy-block h2{
    margin-bottom:0.5em;
    font-weight:bold;
}

ol{
    counter-reset:item;
    list-style-type:none;
    padding-left:0;
    padding:0.5em 0;
}

ol ol{
    padding-left:1em;
}

ol li{
    text-indent:-1.3em;
    padding-left:1.3em;
    padding-top:0.3em;
}

ol li:before{
    counter-increment:item;
    content:counter(item);
    padding-right:.5em;
    font-weight:bold;
}

table{
    margin:20px auto;
}

.tabledesign th{
    width:30%;
    background-color: #A5802A;
    color:white;
    border:solid 1px #fff;
    padding:1em;
    margin:auto;
    text-align: center;
}

.tabledesign td{
    width:70%;
    border:solid 1px #fff;
    padding:1em;
    margin:auto 0;
}

.policy-block ul li{
    padding-bottom:0.5em;
}

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

    .policy-wrapper{
        color:white;
        width:100%;
        padding:0 5%;
        margin:0 auto;
    }
    
    .policy-block{
        padding:1em 0;
    }
    
    .policy-wrapper h1{
        margin-bottom:1em;
        font-size:2em;
        text-align: center;
    }
    
    .policy-block h2{
        margin-bottom:0.5em;
    }
    
    ol{
        counter-reset:item;
        list-style-type:none;
        padding-left:0;
        padding:0.5em 0;
    }
    
    ol ol{
        padding-left:1em;
    }
    
    ol li{
        text-indent:-1.3em;
        padding-left:1.3em;
        padding-top:0.3em;
    }
    
    ol li:before{
        counter-increment:item;
        content:counter(item);
        padding-right:.5em;
        font-weight:bold;
    }

    .yellow-btn3{
    
        background-color: #A5802A;
        color:white;
        padding:0.5em;
        width:50%;
        border-radius: 10px;
        text-align: center;
        margin:0 auto;
        margin-top:1em;
    }

    .last td:last-child{
        border-bottom:solid 1px #fff;
        width:100%;
    }

    .tabledesign th,.tabledesign td{
        width:100%;
        display:block;
        border-bottom:none;
        padding:1em;
        margin:auto;
        text-align: start;
    }

}

.insta-block{
    background-color: #000000;
    width:100%;
    padding:5%;
    margin:0 auto;
    height:100%;
}

.FeedLayout__row-footer{
    z-index:998;
}

.bg-white{
    background-color: white;
}

.notes_required {
    width:80%;
    text-align: center;
    background: #fff;
    border: 2px solid #A5802A;
    padding: 30px 20px;
    margin:0 auto;
  }
  .notes_required .check_text_b {
    font-size: 16px;
  }
  .notes_required .checkBtn_area {
    max-width: 400px;
    margin: 15px auto 10px;
    border-radius: 12px;
    background: #817156;
    padding: 20px 0;
    transition-duration: 0.2s;
  }
  .notes_required._check .checkBtn_area {
    background: #A5802A;
  }
  .notes_required label {
    color: #333;
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    cursor: pointer;
    transition-duration: 0.3s;
    position: relative;
  }
  .notes_required label .label_inner {
    padding-left: 22px;
    color:white;
  }
  .notes_required label .label_inner:before {
    content: "";
    width: 24px;
    height: 24px;
    background: #fff;
    border: 4px solid #737373;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -13px;
  }
  .notes_required._check label .label_inner:after {
    content: '';
    width: 20px;
    height: 12px;
    border-top: 6px solid #d6042e;
    border-right: 6px solid #d6042e;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.9em;
  }
  .notes_required label input {
    position: relative;
    z-index: -1;
  }
  @media screen and (min-width: 768px) {
    .notes_required label:hover {
      border-bottom: 2px solid #ffffff;
    }
  }
  @media screen and (max-width: 1024px) {
    .notes_required label {
      font-size: 18px;
    }
    .notes_required .check_text_b {
      font-size: 14px;
    }
    .notes_required label .label_inner {
      padding-left: 10px;
    }
    .notes_required label .label_inner:before {
      width: 20px;
      height: 20px;
      margin-top: -10px;
    }
    .notes_required._check label .label_inner:after {
      width: 16px;
      height: 8px;
      margin-top: -0.8em;
    }
  }
  @media screen and (max-width: 767px) {
    .notes_required {
      padding: 20px 15px;
    }
    .notes_required .check_text_b {
      font-size: 13px;
    }
    .notes_required._check label .label_inner:after {
      width: 16px;
      height: 8px;
      margin-top: -0.8em;
    }
  }
  
  /*------------------------------------------------------------
  .btnArea
  ------------------------------------------------------------*/
  
  .btnArea {
    max-width: 1200px;
    margin: 30px auto 0;
    position: relative;
  }
  .btnArea input[type="submit"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    background: rgba(255, 255, 255, 0);
    padding: 0;
    z-index: -1;
    transition-duration: 0.3s;
    box-sizing: border-box;
    -webkit-appearance: none;
  }
  .btnArea input[type="submit"] {
    cursor: default;
    z-index: +1;
    outline: none;
  }
  .btnArea._check input[type="submit"] {
    z-index: -1;
  }
  a.btn_one {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #969696;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 0px #00407b;
    width: 100%;
    height: 50px;
    padding: 0 10% 0 6%;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
  }
  a.btn_one:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -11px;
  }
  ._check a.btn_one._a {
    background: #3475b1;
    box-shadow: 0px 5px 0px 0px #104575;
  }
  a.btn_one._a:hover {
    background: #228bc8;
    opacity: 1;
  }
  ._check a.btn_one._b {
    background: #A5802A;
    box-shadow: 0px 5px 0px 0px #255720;
  }
  a.btn_one._b:hover {
    background: #63b559;
    opacity: 1;
  }
  @media screen and (max-width: 1024px) {
    a.btn_one {
      height: 60px;
      font-size: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    a.btn_one {
      font-size: 16px;
    }
  }
  
.campaign-wrapper{
    background-color: white;
    color:#1C1B19;
    min-height:100vh;
    width:100%;
}

.header-campaign{
    position:relative;
    height:30vw;
    width:100%;
    background-image:url("img/gara-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
}

.header-campaign h1{
    position:absolute;
    color:white;
    width:100%;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height:1.5em;
    font-size: 2em;

}

.border-gara{
    width:100%;
    height:4vw;
    background-image:url("img/border-gara.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
}

.campaign-content-box{
    width:100%;
    padding:5% 30%;
}


.campaign-content-box h2{
    text-align: center;
    font-size:1.4em;
    line-height: 1.4em;
    padding-bottom: 5%;
}
.campaign-content-box p{
    font-size:0.9em;
    line-height: 1.5em;
    padding:0.5em 0;
}

.f-white{
    color:white;
}

.bg-tana{
    position:relative;
    width:100%;
    
    background-image:url("img/campaign-date0522.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

.bg-campaign{
    position:relative;
    width:100%;
    height:30vh;
    background-image:url("img/oldcustum-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

.bg-campaign h2{
    color:white;
    position:absolute;
    font-size:2em;
    bottom: 5%;
    right: 3%;
}

.flex-campaign-item{
    width:100%;
    padding:5% 0;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.campaign-item-box{
    width:calc(100% / 3);
}



.flex-campaign-item a{
    background-color: #A5802A;
    color:white;
    border-radius: 5px;
    padding:0.1em 2em;
    width:100%;
}

.campaign-date{
    width:100%;
    font-size:1.5em;
    text-align: center;
    padding:2em;
}
.campaign-content-box-date{
    width:100%;
    padding:15% 20%;
}
.campaign-content-box-date h3{
    font-size: 1em;
    text-align: center;
}

.campaign-content-box h3{
    font-size: 1.3em;
    text-align: center;
    padding-bottom:10%;
}

.notes-box{
    width:100%;
    padding-bottom:3%;
}

.notes-box h4{
    background-color: #A5802A;
    color:white;
    padding:0.4em 0.4em;
}

.notes-box p{
    font-size:0.9em;
    line-height:1.8em;
}

@media screen and (max-width: 767px) {
    .campaign-wrapper{
        background-color: white;
        color:#1C1B19;
        min-height:100vh;
        width:100%;
    }
    
    .header-campaign{
        position:relative;
        height:50vw;
        width:100%;
        background-image:url("img/header-minorugarakuda.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 110%;
    }
    
    .header-campaign h1{
        position:absolute;
        color:white;
        width:100%;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%);
        text-align: center;
        line-height:1.5em;
        font-size: 1.2em;
    
    }
    
    .border-gara{
        width:100%;
        height:4vw;
        background-image:url("img/border-gara.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 110%;
    }
    
    .campaign-content-box{
        width:100%;
        padding:5% 2%;
    }
    
    .campaign-content-box h2{
        text-align: center;
        font-size:1.3em;
        line-height: 1.3em;
        padding-bottom: 5%;
    }
    .campaign-content-box p{
        font-size:0.9em;
        line-height: 1.5em;
        padding:0.5em 0;
    }
    
    .bg-campaign{
        position:relative;
        width:100%;
        height:15vh;
        background-image:url("img/oldcustum-bg.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg-campaign h2{
        color:white;
        position:absolute;
        font-size:1.5em;
        text-align: center;
        width:100%;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%);
    }
    
    .flex-campaign-item{
        width:100%;
        padding:5% 0;
        display:flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    
    .campaign-item-box{
        width:calc(100%);
        align-items: center;
        justify-self: center;
        padding-bottom:10%;
    }

    .campaign-item-box img{
        width:100%;
        padding:0 20%;
    }
    
    
    
    .flex-campaign-item a{
        background-color: #A5802A;
        color:white;
        border-radius: 5px;
        padding:0.1em 20%;
        width:100%;
    }
    
    .campaign-date{
        width:100%;
        font-size:1.5em;
        text-align: center;
        padding:2em;
    }
    .campaign-content-box-date{
        width:100%;
        padding:5% 2%;
    }
    .campaign-content-box-date h3{
        font-size: 1em;
        text-align: center;
    }
    
    .campaign-content-box h3{
        font-size: 1.3em;
        text-align: center;
        padding-bottom:10%;
    }
    
    .notes-box{
        width:100%;
        padding-bottom:3%;
    }
    
    .notes-box h4{
        background-color: #A5802A;
        color:white;
        padding:0.4em 0.4em;
    }
    
    .notes-box p{
        font-size:0.9em;
        line-height:1.8em;
    }
}

.form-flex{
    display: flex;
    width:100%
}

.form-box{
    width:calc( 100% / 3 );
    padding:1em;
    border-style: solid;
    border-color: #333;
    
}

.form-box img{
    padding:0.8em;
    border-radius: 20px;
}

@media screen and (max-width: 767px) {
    .form-flex{
        display: flex;
        flex-direction: column;
    }
    .form-box{
        width:100%;
    }
}

center{
    text-align: center;
}

.contact_product-wrapper{
    width:100%;
    display:flex;
    flex-wrap: wrap;
}
.order-product-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom:1em;
    width:100%;
}

.order-content{
    width:calc(100% / 2.1);
    text-align:center;
    align-items: center;
    padding:2.5px;
}

.f-white{
    color:white;
}

.order-content h2{
    line-height: 1.1em;
    padding-bottom:1em;
}

.order-kind-box{
    display:flex;
    justify-content: center;
    width:100%;
    margin-bottom:.5em;
}

.pr-1{
    padding-right:.5em;
}
.order-scale{
    width:80px;
    text-align: center;
}

.order-sum{
    text-align: end;
}

.order-img{
    max-width:200px;
    max-height:200px;
    object-fit: cover;
    text-align: end;
}

.f-small{
    font-size:.8em;
    color:rgb(218, 139, 20)
}

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

.order-content{
    width:50%;
    text-align:center;
    padding:2.5px;
}

.order-scale{
    width:100%;
    text-align: center;
}
    
.order-img{
    max-width:100%;
    max-height:100%;
    object-fit: cover;
    text-align: end;
}

.order-kind-box{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    width:100%;
    margin-bottom:.5em;
}

.f-kind{
    font-size:14px;
}

.goout-wrapper{
    background-color: white;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size:14px;
}
.gooutheader{
    position: relative;
    background-image:url("img/goout/jpg/header.jpg");
    width:100%;
    height:30vh;
    background-size:cover;

}
.gooutheadimg{
    position:absolute ;
    width:50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;   
}

hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }

.hr2{
    height: 1px;
    background: #aaa;
    background-image: -webkit-linear-gradient(left, #ffffff, #999, #ffffff);
    background-image: -moz-linear-gradient(left, #ddd, #999, #ddd);
    background-image: -ms-linear-gradient(left, #ddd, #999, #ddd);
    background-image: -o-linear-gradient(left, #ddd, #999, #ddd);
}

.kosugi-regular {
    font-family: "Kosugi", sans-serif;
    font-weight: 400;
    font-style: normal;
  }


.gooutmainwrapper p{
    padding:1em 1em;
    text-align: center;
    line-height: 1.5em;
    color:#484848;
}

.goout_daybox{
    border: solid 2px #484848;
    border-radius: 5px;
    width:95%;
    margin:2em auto;
    padding:1em;
    text-align:center;
}
.goout_daybox p{
    padding:0;
}
.goout_daybox h2{
    padding:1em 0;
    font-weight: bold;
    color:#484848;
}

.day-font{
    font-size: 18px;
    font-weight: bold;
}

.goout-flexbox{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    width:100%;
    justify-content: center;
    align-items: stretch;
    margin:0 auto;
}

.goout_lot_wrapper{
    text-align: center;
    color:#484848;
}

.goout_lot_wrapper h1{
    text-align: center;
    font-size:25px;
    font-weight: 700;
    padding:1em;
    color:#484848;
    
}

.goout-itemwrapper{
    text-align: center;
    width:95%;
    margin:0 auto;
    color:#484848;
    padding-bottom:10%;
}

.goout-itemwrapper h2{
    font-size:20px;
    font-weight: 700;
    padding:2em 0;
}

.goout-itemflexbox{
    display:flex;
    width:100%;
    justify-content: center;
    align-items:end;
    flex-wrap: wrap;
}

.go-brandbox p a{
    color:#116fa1;
}

.goout-itemcard{

    width:calc( 100% / 2.5);
    margin:1em;

}
.goout-itemcard{
    
}
.goout-itemcard h3{
    font-weight: 600;
    padding:0.1em 0em;
}

.goout-itemwrapper p{
    font-size:15px;
    font-weight: 500;
    padding:1em 0;
    line-height: 1.5em;
    padding-bottom:3em;
}

.goout-flexcard{
    width: calc( 100% / 2.2);
    background-color: #f0f0f0;
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin:0.5em;
    display:flex;
    flex-direction: column;
    justify-content: center;
}

.goout-flexcard img{
    width:100%;
    height:150px;
    object-fit: cover;
}

.goout_lot_wrapper p{
    font-weight:600;
    font-size:16px;
    padding:5em 0;
    line-height:1.5em;

}


.goout-flexcard h2{
    margin:.8em 0;
    font-size:16px;
    font-weight:600;
    color:#484848;
    height:auto;
    

}

.gooutmainwrapper{
    width:100%;
    padding:2em 1%;
}

.goout-prod-btn{
    background-color: white;
    border: solid 2px #484848;
    padding:0.2em 20%;
    border-radius: 10px;
}
.go-brandflex{
    display:flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column-reverse;
    
}
.gooutbrandwrapper{
    padding:5% 2%;

}

.gooutbrandwrapper h2{
    font-size:20px;
    text-align: center;
    font-weight:600;
    padding:1em 0;
    padding-top:10%;
}
.go-brandbox{
    width:100%;
    height:auto;
    padding:1em;
}
.go-brandbox:nth-child(2){
    width:100%;
}
.go-brandbox:nth-child(2) img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.go-brandbox h3{
    font-size:1.2em;
    font-weight: 500;
    padding-bottom:1em;
    
}

.go-brandbox h3 img{
    width:50%;
    height:auto;
    padding:1em 0;
}

.go-brandconcept{
    padding:1em 0;
    line-height: 1.8em;
}

.brand-itemflex{
    display: flex;
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;
}

.brand-itembox{
    width:calc( 100% / 2.2);

    margin:.5em;
}

.brand-itembox h4{
    text-align: center;
    padding:0.8em 0;
    font-weight: 500;
}
.brand-itembox img{
    border-radius: 5%;
}

}