/*Base Setting*/
#retro_wrap header .flex_bloc .site-header__logo-area {
    width: 55%;
    padding: 1.5625rem 0;
}
#retro_wrap .sns_link {
    width: 50%;
    display: block;
    max-width: 130px;
}
.hero-img__pic-container{
    border-bottom: 1px solid #a9c1a7;
    box-sizing:border-box;
}
#retro_wrap header,#retro_wrap footer,#retro_wrap section.concept_area,#retro_wrap section.item_area,#retro_wrap section.contact_area{
    width:100%;
    margin:0 auto;
    display:block;
    position:relative;
    box-sizing:border-box;
}
#retro_wrap section.contact_area .icon{
    margin-right:1rem;
}
header{padding:0 2%;}
#retro_wrap a,#retro_wrap a:hover{color:inherit;transition:opacity .3s;}
#retro_wrap a:hover{opacity:.7;}
#retro_wrap section.concept_area{
    background:url('/image.jsp?id=13727') center center no-repeat;
    background-size:cover;
    margin-top: -1px;
}
#retro_wrap section.concept_area .extab{
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    width:100%;
    display:block;
}
#retro_wrap section.concept_area .extab svg{
    width:100%;
    height:auto;
}
#retro_wrap section.item_area{
    background:url('/image.jsp?id=13707') center center no-repeat;
    background-size:cover;
}
#retro_wrap section.contact_area{
    background:url('/image.jsp?id=13736') center center no-repeat;
    background-size:cover;
    padding: 5% 0 2%;
}
#retro_wrap h2.ttl_txt img{
    max-height: 60px;
    width: auto;
}

#retro_wrap footer{
    background:#6E5A50;
    padding:1.5rem 0.5rem 0.5rem;
    width:100%;
    display:block;
}
#retro_wrap footer,#retro_wrap footer ul li{
    color:#F9EFD6;
    font-size:1rem;
}
#retro_wrap .pc_only_bdlr{
    margin:0 2rem;
    position:relative;
    padding:0 1.5rem;
    display:block;
    box-sizing:border-box;
    border-right:1px solid #F9EFD6;
    border-left:1px solid #F9EFD6;
}

#retro_wrap .textali_c{
    text-align:center;
}
/*Block Setting*/
#retro_wrap .bloc_wrap,#retro_wrap .bloc_wrap2{
    width:96%;
    margin:0 auto;
    display:block;
    position:relative;
    box-sizing:border-box;
}
#retro_wrap .bloc_wrap{
    max-width:1000px;
    padding:3rem 0;
}

#retro_wrap .bloc_wrap2{
    max-width:1000px;
    padding:3rem 0;
}
#retro_wrap .bloc_wrap_padding{
    padding-top:18rem;
}
#retro_wrap .concept_wrap .concept_bloc{
    display:block;
    width:100%;
    margin:3rem auto;
}
#retro_wrap .concept_wrap .item_card{
    width:32%;
    max-width:395px;
    height:530px;
    margin:2.5% 1%;
    padding:4% 2%;
    box-shadow:1px 1px 5px  rgba(0,0,0,.2);
    display:block;
    box-sizing: border-box;
    position:relative;
    background:linear-gradient(to bottom , #fcf7eb 0% , #efe5cc 100%);
    -webkit-background:linear-gradient(to bottom , #fcf7eb 0% , #efe5cc 100%);
    -moz-background:linear-gradient(to bottom , #fcf7eb 0% , #efe5cc 100%);
    -o-background:linear-gradient(to bottom , #fcf7eb 0% , #efe5cc 100%);
    -ms-background:linear-gradient(to bottom , #fcf7eb 0% , #efe5cc 100%);
    border-radius:8px;
    color:#6E5A50;
}
#retro_wrap .concept_wrap .item_card:first-child,#retro_wrap .concept_wrap .item_card:nth-child(4){
    margin-left:0;
}
#retro_wrap .concept_wrap .item_card:nth-child(3),#retro_wrap .concept_wrap .item_card:last-child{
    margin-right:0;
}
#retro_wrap .concept_wrap .item_card:before{
    position:absolute;
    content:'';
    top:-19.5px;
    left:50%;
    transform:translate(-50%,0);
    width:15%;
    height:20px;
    display:block;
    background:#fdf7eb;
    border-radius:50%/100% 100% 0px 0px;
}
.card_abs_top{
    top:0;
    left:5%;
    width:90%;
    position:absolute;
}
#retro_wrap .concept_area h3.ttl_txt img {
    width: auto;
    height: 25px;
    display: block;
    margin: 1rem auto;
}
.card_abs_bottom{
    bottom:3%;
    left:5%;
    width:90%;
    position:absolute;
}
#retro_wrap .concept_wrap .item_card .card_exp{
    color:#6e5a4f;
    font-size:1.15rem;
    display:block;
}

#retro_wrap .item_area_wrap{
    width:100%;
    margin:0 auto;
    max-width:1000px;
    display:block;
}

/*List Setting*/
#retro_wrap .item_lineup{
    box-sizing:border-box;
    padding:6.5% 0 13%;
    width:100%;
    position: relative;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
#retro_wrap .item_lineup li{
    width:18.4%;
    max-width:230px;
    display:block;
}
#retro_wrap .item_lineup li a,#retro_wrap .item_lineup li img{
    width:100%;
    display:block;
    transition:opacity .3s;
}
#retro_wrap .item_lineup li a:hover,#retro_wrap .item_lineup li a:hover img{
    opacity:.7;
    transition:opacity .3s;
}
/*Flex Setting*/
#retro_wrap .flex_bloc{
    display:flex;
    box-sizing:border-box;
    position:relative;
    width:100%;
}
#retro_wrap .max1240px{
    max-width:1240px;margin-left:auto;margin-right:auto;
}
#retro_wrap .fl_no-wrap{flex-wrap:nowrap;}
#retro_wrap .fl_wrap{flex-wrap:wrap;}
#retro_wrap .flex_itmali_s{
    align-items:flex-start;
}
#retro_wrap .flex_itmali_c{
    align-items:center;
}
#retro_wrap .flex_itmali_e{
    align-items:flex-end;
}
#retro_wrap .flex_jfc_s{
    justify-content:flex-start;
}
#retro_wrap .flex_jfc_c{
    justify-content:center;
}
#retro_wrap .flex_jfc_bt{
    justify-content:space-between;
}
#retro_wrap .flex_jfc_e{
    justify-content:flex-end;
}

/*Title Setting*/
#retro_wrap h2.ttl_txt{
    display:block;
    text-align:center;
    font-size:1.8rem;
    font-weight:bold;
}
#retro_wrap .h2_caption_txt{
    display:block;
    text-align:center;
    font-size:1.15rem;
    font-weight:bold;
}
#retro_wrap h3.ttl_txt{
    display:block;
    text-align:center;
    font-size:1.15rem;
    font-weight:bold;
}
#retro_wrap h4.ttl_txt{
    display:block;
    text-align:center;
    font-size:1.0rem;
    font-weight:bold;
}
#retro_wrap .ttl_clrtp1{
    color:#b65c51;
}
#retro_wrap .ttl_clrtp2{
    color:#6e5a4f;
}

/*Btn Setting*/
#retro_wrap .btn-type01{
    background:#be5853;
    color:#f9efd6;
    margin:2.4%;
    display:block;
    width:45.2%;
    max-width:450px;
    position:relative;
    padding: 2%;
    text-align: center;
}
#retro_wrap .btn-type01:hover{
    color:#f9efd6;
}
#retro_wrap .btn-type01:after{
    content:'';
    display:block;
    position:absolute;
    top:50%;
    right:6%;
    width:0;
    height:0;
    border:solid 0.75rem transparent;
    border-left:solid 0.75rem #f9efd6;
    border-right:none;
    transform:translate(0,-50%);
}
#retro_wrap .btn-type02{
    background:#6e5a4f;
    color:#f9efd6;
    margin:2.4%;
    display:block;
    width:45.2%;
    max-width:450px;
    position:relative;
    padding: 2%;
    text-align: center;
}
#retro_wrap .btn-type02:hover{
    color:#f9efd6;
}
#retro_wrap .btn-type02:after{
    content:'';
    display:block;
    position:absolute;
    top:50%;
    right:6%;
    width:0;
    height:0;
    border:solid 0.75rem transparent;
    border-left:solid 0.75rem #f9efd6;
    border-right:none;
    transform:translate(0,-50%);
}
#retro_wrap .mini_ttl{
    font-size:1.2rem;
    color:#6e5a4f;
    text-align:center;
    width:100%;
    display:block;
    font-weight: bold;
    margin: 1.5rem 0 0;
}
#retro_wrap .btn-type03{
    background:#f9efd6;
    color:#6e5a4f;
    margin:4% 2.4% 2.4%;
    display:block;
    width:45.2%;
    max-width:450px;
    position:relative;
    padding: 2%;
    text-align: center;
}
#retro_wrap .btn-type03:hover{
    color:#6e5a4f;
}
#retro_wrap .btn-type03:after{
    content:'';
    display:block;
    position:absolute;
    top:50%;
    right:6%;
    width:0;
    height:0;
    border:solid 0.75rem transparent;
    border-left:solid 0.75rem #6e5a4f;
    border-right:none;
    transform:translate(0,-50%);
}

/*EX setting*/
#retro_wrap .item_area_imgwrap{
    width:100%;
    display: block;
    position:relative;
    box-sizing:border-box;
}
#retro_wrap .item_area_imgwrap .baseimg{
    width: 100%;
    height: auto;
    transform: translate(-5.15%, 0) scale(1.105);
}
#retro_wrap .item_area_expwrap{
    width:100%;
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    position:relative;
    box-sizing:border-box;
    padding:6% 8% 8%;
}
#retro_wrap .item_area_expwrap2{
    width:100%;
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    position:relative;
    box-sizing:border-box;
    padding:8% 0 20%;
}
#retro_wrap #nagasaki .item_area_expwrap2{
    padding:8% 0 8%;
}
#retro_wrap .item_area_title{
    width:25%;
    display:block;
    position:relative;
    box-sizing:border-box;
}
#retro_wrap .item_area_exp{
    width:70%;
    display:block;
    position:relative;
    box-sizing:border-box;
    padding:0.75rem 0;
    color:#6e5a4f;
    font-size: 1.15rem;
    line-height: 2.2rem;
    font-weight: bold;
}
#retro_wrap .border-tp01{
    border-top:1px solid #7e0f15;
    border-bottom:1px solid #7e0f15;
}
#retro_wrap .border-tp02{
    border-top:1px solid #742755;
    border-bottom:1px solid #742755;
}
#retro_wrap .border-tp03{
    border-top:1px solid #0b7ba0;
    border-bottom:1px solid #0b7ba0;
}
#retro_wrap .border-tp04{
    border-top:1px solid #b95054;
    border-bottom:1px solid #b95054;
}
#retro_wrap .border-tp05{
    border-top:1px solid #534947;
    border-bottom:1px solid #534947;
}
#retro_wrap .pd1-0rem{
    padding:1rem 0;
}
#retro_wrap .pd1-5rem{
    padding:1.5rem 0;
}
#retro_wrap .pd2-0rem{
    padding:2rem 0;
}
#retro_wrap .pd2-5rem{
    padding:2.5rem 0;
}
#retro_wrap .pd3-0rem{
    padding:3rem 0;
}
#retro_wrap .pd3-5rem{
    padding:3.5rem 0;
}
#retro_wrap .pd4-0rem{
    padding:4rem 0;
}
#retro_wrap .pd4-5rem{
    padding:4.5rem 0;
}
#retro_wrap .pd5-0rem{
    padding:5rem 0;
}
#retro_wrap .mgt1-0rem{
    margin-top:1rem;
}
#retro_wrap .mgt0{
    margin-top:0 !important;    
}
#retro_wrap .mgb0{
    margin-bottom:0 !important;    
}
#retro_wrap .mgt1-5rem{
    margin-top:1.5rem;    
}
#retro_wrap .mgt2-0rem{
    margin-top:2rem;    
}
#retro_wrap .mgt2-5rem{
    margin-top:2.5rem;    
}
#retro_wrap .mgt3-0rem{
    margin-top:3rem;    
}
#retro_wrap .mgt3-5rem{
    margin-top:3.5rem;    
}
#retro_wrap .mgt4-0rem{
    margin-top:4rem;
}
#retro_wrap .mgt4-5rem{
    margin-top:4.5rem;    
}
#retro_wrap .mgt5-0rem{
    margin-top:5rem;    
}
#retro_wrap .mgb1-0rem{
    margin-top:1rem;
}
#retro_wrap .mgb1-5rem{
    margin-bottom:1.5rem;    
}
#retro_wrap .mgb2-0rem{
    margin-bottom:2rem;    
}
#retro_wrap .mgb2-5rem{
    margin-bottom:2.5rem;    
}
#retro_wrap .mgb3-0rem{
    margin-bottom:3rem;    
}
#retro_wrap .mgb3-5rem{
    margin-bottom:3.5rem;    
}
#retro_wrap .mgb4-0rem{
    margin-bottom:4rem;
}
#retro_wrap .mgb4-5rem{
    margin-bottom:4.5rem;    
}
#retro_wrap .mgb5-0rem{
    margin-bottom:5rem;    
}
:disabled,[disabled=disabled]{cursor:not-allowed !important;color:#f9efd6 !important;background:#949494 !important;opacity:1 !important;}
:disabled:after,[disabled=disabled]:after{display:none !important;}
#retro_wrap .pc-hide,#retro_wrap .item_area_imgwrap_list{display:none;visibility: hidden;}
#retro_wrap .sp-hide{display:block;visibility: visible;}
footer p{text-indent:-3rem;margin-top:1.5rem;}
.salesinfo{font-size: 1.15rem; line-height: 2.2rem; color:#b61600; border:solid 1px #b61600; padding:20px; margin-bottom:20px;}

@media screen and (max-width:768px){
    #retro_wrap .item_lineup{width:96%;margin:0 auto;}
    header{padding:2%;}
    #retro_wrap .sp-hide{display:none;visibility: hidden;position:relative;}
    #retro_wrap .pc-hide,#retro_wrap .item_area_imgwrap_list{
        display:block;visibility: visible;position:relative;
    }
    span.item_area_imgwrap_list a{
        display:block;
        position:relative;
        transition:transform .5s;
    }
    span.item_area_imgwrap_list a:after{
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 6%;
        width: 0;
        height: 0;
        border: solid 0.75rem transparent;
        border-left: solid 0.75rem #f9efd6;
        border-right: none;
        transform: translate(0,-50%) rotate(90deg);
        transition:transform .5s;
    }
    span.item_area_imgwrap_list a.active:after{
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 6%;
        width: 0;
        height: 0;
        border: solid 0.75rem transparent;
        border-left: solid 0.75rem #f9efd6;
        border-right: none;
        transform: translate(0,-50%) rotate(-90deg);
        transition:transform .5s;
    }
    #retro_wrap h2.ttl_txt img {
        max-height: 6vw;
    }
    #retro_wrap .concept_wrap .bloc_wrap{
        padding:1rem 0 3rem;
    }
    #retro_wrap .concept_wrap .bloc_wrap:first-child{
        padding-bottom:0;
    }
    #retro_wrap h2.ttl_txt img {
        max-height: 6vw;
    }
    #retro_wrap .concept_wrap .item_card{
        width:80%;
        padding:8% 6%;
        margin:5% 1%;
        height: auto;
    }
    #retro_wrap .concept_area h3.ttl_txt img{
        height: 15px;
    }
    #retro_wrap .concept_wrap .item_card:before{
        top:-11px;
        height:14px;
    }
    span.item_area_imgwrap_list {
        margin: 5% auto;
        width: 96%;
        display: block;
    }
    span.item_area_imgwrap_list:first-child {
        margin:0 auto 5%;
    }
    span.item_area_imgwrap_list:last-child {
        margin:5% auto 20%;
    }
    #retro_wrap .item_area h3.ttl_txt img{
        width:90%;
        margin:0 auto;
    }
    #retro_wrap .item_area .toggle_wrap{
        display:none;
        margin:5% auto;
    }
    #retro_wrap .item_lineup li{
        width:45%;
        margin:5% 0;
    }
    #retro_wrap .item_area_imgwrap .baseimg{
        width:96%;
        transform:translate(0,0);
    }
    #retro_wrap .item_area_expwrap2{
        padding:4% 0;
    }
    #retro_wrap .item_area_title{
        width:50%;
        margin:0 auto 5%;
    }
    #retro_wrap .concept_wrap .item_card .card_exp{
        font-size:1.25rem;
    }
    #retro_wrap .item_area_exp{
        width:92%;
        margin:5% auto;
        font-size:1.25rem;
    }
    #retro_wrap .btn-type01,#retro_wrap .btn-type02,#retro_wrap .btn-type03{
        width:80%;
        padding:5%;
    }
    #retro_wrap footer ul li {
        width: 100%;
        text-align: center;
        margin: 4% 0;
    }
    footer p{text-indent:0;}
    #retro_wrap .pc_only_bdlr{padding:0;border:transparent;
	}
	.salesinfo{
	margin:10px auto 20px;
	line-height: 1.8rem;
	padding:15px;
	}
	#retro_wrap .mgb2-0rem {
    margin-top: 0.5rem;
	margin-bottom: 0;
}
}

