@charset "UTF-8";


@media only screen and (max-width: 1000px)  {

    .spNone {display: none;}
    .pcNone{display: block;}

/* cmn_maxbox */
.cmn_maxbox_500,
.cmn_maxbox_700,
.cmn_maxbox_800,
.cmn_maxbox_840,
.cmn_maxbox_900,
.cmn_maxbox,
.cmn_maxbox_1200,
.cmn_maxbox_1400{
    padding-left: 3%;
    padding-right: 3%;
}

/* cmn ///////////////////////////////////// */

/* header */

.header_infobar{
    height: 100px;
    padding-left: 3%;
}

.header_logo a{
    display: flex;
    align-items: center;
}

.header_logo img{
    margin-bottom: 0;
    margin-right: 10px;
}

/* footer */

.footer_top div{
    padding: 20px 20px;
}

.footer_middle > div{
    display: block;
}

.footer_middle_left{
    margin: 0;
    margin-bottom: 30px;
}

.footer_middle_left figure{
    margin: 0 auto;
}

.footer_middle_right{
    justify-content: center;
}

.footer_bottom{
    padding: 6px 0 65px;
}

.footer_gotop{
    right: 10px;
    bottom: 0px
}

/* cmn_maintitle */

.cmn_maintitle::after{
    background-position: right -150px top;
}

/* sidebar */
.sidebar{
    top: auto;
    bottom: 0;
    right: 70px;
    display: flex;
    z-index: 10;
}

.sidebar > a{
    display: block;
    width: 150px;
    height: 60px;
    margin-bottom: 0px;
    margin-right: 10px;
    border-radius: 12px 12px 0 0;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-align: center;
    padding: 20px 0px 0 35px;
    background-position: left 15px center;
}

/* cmn_frame */

.cmn_frame{
    padding-left: 20px;
}

/* cmn_apply */

.cmn_apply .spNone{
    display: block;
}

.cmn_apply .pcNone{
    display: none;
}

/* home */
.home_mainimg::before{
    background-position: right -150px top;
}

.home_flyer_news .cmn_frame > div{
    padding: 40px 20px 30px;
}


.home_about_recruit{
    height: auto;
}

.home_about_recruit a{
    display: block;
    padding-top: 20px;
}

.home_about_recruit h3{
    height: 60px;
    border-radius: 0 60px 60px 0;
}

.home_about_recruit > a > div{
    display: block;
    position: relative;
    width: 100%;
}

.home_about_recruit .fs16{
    max-width: 100%;
    width: calc(100% - 270px);
    padding: 20px;
    margin: 0;
}

.home_about_recruit_lets{
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: translateY(0);
}

/* items */

.items_flyer_list > li{
    width: 31%;
}

/* delivery */

.delivery_flow_list li:nth-of-type(2n-1){
    margin-right: 5px;
}

.delivery_flow_list li:nth-of-type(2n-1):last-of-type{
    margin-right: 0px;
}

.delivery_flow_list li:nth-of-type(2n){
    display: none;
}

.delivery_flow_list .delay4{
    animation-delay: .2s;
}

.delivery_flow_list .delay8{
    animation-delay: .4s;
}

.delivery_flow_list .delay12{
    animation-delay: .6s;
}

/* regular delivery */

.delivery_itemlist li > div:nth-of-type(2){
    grid-template-columns: repeat(3, 130px);
}

}
















@media (max-width: 800px) {

.spNone2 {display: none;}
.pcNone2{display: block;}

/* font-size */

.fs14{
    font-size: 1.3rem;
}

.fs15{
    font-size: 1.4rem;
}

.fs16{
    font-size: 1.5rem;
}

.fs18{
    font-size: 1.7rem;
}

.fs20{
    font-size: 1.9rem;
}

.fs24{
    font-size: 2.2rem;
}

.fs28{
    font-size: 2.5rem;
}

.fs32{
    font-size: 2.8rem;
}

.fs34{
    font-size: 3.0rem;
}

.fs36{
    font-size: 3.0rem;
}

.fs65{
    font-size: 5.5rem;
}

/* box_inner */

.cmn_boxinner_50{
    padding-top: 40px;
    padding-bottom: 40px;
}

.cmn_boxinner_80{
    padding-top: 65px;
    padding-bottom: 65px;
}

.cmn_boxinner_100{
    padding-top: 80px;
    padding-bottom: 80px;
}

/* box_outer */

.cmn_boxouter_50{
    margin-top: 40px;
    margin-bottom: 40px;
}


.cmn_boxouter_80{
    margin-top: 65px;
    margin-bottom: 65px;
}


.cmn_boxouter_100{
    margin-top: 80px;
    margin-bottom: 80px;
}

/* padding */

.pt50{
    padding-top: 40px;
}

.pt80{
    padding-top: 65px;
}

.pt100{
    padding-top: 80px;
}

.pb50{
    padding-bottom: 40px;
}

.pb60{
    padding-bottom: 50px;
}

.pb80{
    padding-bottom: 65px;
}

.pb100{
    padding-bottom: 80px;
}

/* margin */

.mt50{
    margin-top: 40px;
}

.mt80{
    margin-top: 65px;
}

.mt100{
    margin-top: 80px;
}

.mb50{
    margin-bottom: 40px;
}

.mb80{
    margin-bottom: 65px;
}

.mb100{
    margin-bottom: 80px;
}

/* cmn ///////////////////////////////////// */

/* header */
.header_infobar{
    height: 75px;
    padding-left: 3%;
}

.header_logo{
    padding-top: 15px;
}

.header_logo a{
    height: 100%;
}

.header_logo img{
    height: 100%;
    margin-right: 0;
}

.header_modalmenu_btn{
    top: 15px;
}

.header_modalmenu_nav ul{
    background-position: left top 15px;
    padding-top: 60px;
}

/* footer */

.footer_middle_right > div:first-of-type{
    padding: 0 20px 0 0;
}

.footer_middle_right > div:nth-of-type(2){
    padding: 0 0 0 20px;
}

/* cmn_maintitle */

.cmn_maintitle{
    height: 300px;
}

/* cmn_dl */

.cmn_dl > div{
    display: block;
    margin-bottom: 10px;
    border: none;
}

.cmn_dl > div:first-of-type{
    border: none;
}

.cmn_dl > div:last-of-type{
    margin-bottom: 0;
}

.cmn_dl > div dt{
    width: 100%;
    padding: 15px 20px;
    border-right: none;
    font-weight: 700;
}

.cmn_dl > div dd{
    width: 100%;
    padding: 15px 20px;
}

/* cmn_frame */

.cmn_label{
    padding: 6px 0 0 20px;
}

/* cmn_apply */

.cmn_apply .spNone{
    display: none;
}

.cmn_apply .pcNone{
    display: block;
}


/* cmn_cms_editor */
.cmn_cms_editor h3 {
    font-size: 1.7rem;
}

.cmn_cms_editor h4 {
    font-size: 1.6rem;
}

.cmn_cms_editor h5 {
    font-size: 1.5rem;
}

.cmn_cms_editor h6 {
    font-size: 1.5rem;
}


/* home ///////////////////////////////////// */

/* home_flyer_news */

.home_flyer_news > div{
    display: block;
}

.home_monthly_flyer{
    margin: 0 auto 40px;
}

.home_monthly_flyer > div >div{
    /* height: auto; */
    min-height: 0;
}

.home_news{
    max-width: 650px;
    margin: 0 auto;
}

.home_news > div > div > ul{
    height: 150px;
}

/* home_contents */

.home_contents > div > ul > li a::after{
    background-size: 60px 60px;
}

/* home_about */

.home_about_list{
    display: block;
}

.home_about_list li{
    height: 260px;
    margin: 0 auto 20px;
}

.home_about_list li:last-of-type{
    margin: 0 auto 0;
}

.home_about_list li h3{
    width: 240px;
}

/* company ///////////////////////////////////// */


.company_stores > div:nth-of-type(2) ul li{
    display: block;
}

.company_stores > div:nth-of-type(2) ul li > div{
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.company_stores > div:nth-of-type(2) ul li figure{
    width: 35%;
    min-width: 180px;
    left: auto;
    right: 0;
}

.company_stores > div:nth-of-type(2) ul li iframe{
    max-width: 100%;
    height: 300px !important;
    border-radius: 0 0 20px 20px;
}

/* items ///////////////////////////////////// */

.items_tag_list_box .cmn_frame > div{
    padding: 40px 0px 15px 20px;
}

.items_flyer_list > li{
    width: 48%;
}

/* items_detail ///////////////////////////////////// */

.items_detail_detail div:nth-of-type(2) > figure{
    width: 80%;
}

.items_detail_detail_others > li{
    width: 155px;
}

/* recruit ///////////////////////////////////// */

.recruit_about_list{
    display: block;
}

.recruit_about_list li{
    margin: 0 auto;
    margin-bottom: 30px;
}

.recruit_about_list li:last-of-type{
    margin-bottom: 0;
}

.recruit_about_list li .delay2,
.recruit_about_list li .delay4{
    animation-delay: 0s;
}

.recruit_humanresource{
    background-position: center right -110px;
}

.recruit_humanresource h3{
    height: 80px;
    padding: 15px 0 0 60px;
}

.recruit_humanresource p{
    padding: 20px 30px;
}

.recruit_body .cmn_frame > div > ul{
    display: block;
}

.recruit_body .cmn_frame > div > ul li{
    width: 100%;
    border-right: none;
    margin-bottom: 20px;
}

.recruit_body .cmn_frame > div > ul li:nth-of-type(2){
    margin-bottom: 0;
}

/* delivery ///////////////////////////////////// */
.delivery_body .cmn_maintitle > div{
    top: 35%;
}

.delivery_overview_list{
    display: block;
}

.delivery_overview_list li{
    margin: 0 auto;
    margin-bottom: 20px;
}

.delivery_overview_list l:last-of-type{
    margin-bottom: 0;
}

.delivery_overview_list li .delay2,
.delivery_overview_list li .delay4{
    animation-delay: 0s;
}

.delivery_flow_list{
   flex-wrap: wrap;
   justify-content: space-around;
}

.delivery_flow_list li:nth-of-type(2n-1){
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 10px;
}

.delivery_flow_list li:nth-of-type(2n-1):last-of-type{
    margin: 0 auto;
}

.delivery_flow_list .delay2,
.delivery_flow_list .delay4,
.delivery_flow_list .delay6,
.delivery_flow_list .delay8,
.delivery_flow_list .delay10,
.delivery_flow_list .delay12{
    animation-delay: 0s;
}

.delivery_body .cmn_dl > div dt{
    width: 100%;
    font-weight: bold;
}

.delivery_body .cmn_dl > div dd{
    width: 100%;
}

/* regular delivery */

.delivery_itemlist li{
    border-right: solid 1px #736357;
    display: block;
}

.delivery_itemlist li > div:nth-of-type(2){
    grid-template-columns: repeat(3, 1fr);
}

.delivery_itemlist li + * > div:nth-of-type(1) p{
    display: block;
}

.delivery_itemlist li p{
    border-right: none;
    padding: 15px 10px;
}


/* contact ///////////////////////////////////// */

/* contact_form */

.contact_body .cmn_dl > div dt{
    width: 100%;
    font-weight: bold;
}

.contact_body .cmn_dl > div dd{
    width: 100%;
}

.required {
    position: relative;
    margin-left: 30px;
    top: 10px;
    right: 0;
}

.contact_select > dd::after{
    top: 31px;
    left: 295px;
}




}
























@media (max-width: 560px) {

.spNone3{display: none;}
.pcNone3{display: block;}

/* font-size */

.fs18{
    font-size: 1.6rem;
}

.fs20{
    font-size: 1.8rem;
}

.fs24{
    font-size: 2.0rem;
}

.fs28{
    font-size: 2.2rem;
}

.fs32{
    font-size: 2.4rem;
}

.fs32{
    font-size: 2.6rem;
}


.fs34{
    font-size: 2.8rem;
}


.fs36{
    font-size: 3.0rem;
}

.fs65{
    font-size: 4.5rem;
}


/* box_inner */

.cmn_boxinner_50{
    padding-top: 30px;
    padding-bottom: 30px;
}

.cmn_boxinner_80{
    padding-top: 50px;
    padding-bottom: 50px;
}

.cmn_boxinner_100{
    padding-top: 60px;
    padding-bottom: 60px;
}

/* box_outer */

.cmn_boxouter_50{
    margin-top: 30px;
    margin-bottom: 30px;
}


.cmn_boxouter_80{
    margin-top: 50px;
    margin-bottom: 50px;
}


.cmn_boxouter_100{
    margin-top: 60px;
    margin-bottom: 60px;
}

/* padding */

.pt50{
    padding-top: 30px;
}

.pt80{
    padding-top: 50px;
}

.pt100{
    padding-top: 60px;
}

.pb50{
    padding-bottom: 30px;
}

.pb60{
    padding-bottom: 40px;
}

.pb80{
    padding-bottom: 50px;
}

.pb100{
    padding-bottom: 60px;
}

/* margin */

.mt50{
    margin-top: 30px;
}

.mt80{
    margin-top: 50px;
}

.mt100{
    margin-top: 60px;
}

.mb50{
    margin-bottom: 30px;
}

.mb80{
    margin-bottom: 50px;
}

.mb100{
    margin-bottom: 60px;
}

/* cmn ///////////////////////////////////// */

/* footer */

.footer_top div{
    margin-bottom: 30px;
}

.footer_top div ul li{
    width: 50%;
}

.footer_top div ul li::after{
    content: '';
}

.footer_top div ul li a{
    width: 100%;
    padding: 0;
}

.footer_middle_right{
    display: block;
}

.footer_middle_right > div:first-of-type{
    padding: 0;
    border: none;
    margin-bottom: 20px;
}

.footer_middle_right > div:nth-of-type(2){
    padding: 0;
}

.footer_gotop{
    right: 0px;
}

.footer_gotop a{
    border-radius: 0;
}

/* sidebar */
.sidebar{
    width: calc(100% - 60px);
    display: flex;
    right: 60px;
}

.sidebar > a{
    display: block;
    width: 33.333%;
    margin-right: 0px;
    padding: 0;
    border-radius: 0;
    background-position: center center;
    background-size: 25px 25px;
}


.sidebar > a > span{
    display: none;
}


/* cmn_maintitle */

.cmn_maintitle{
    height: 250px;
}

/* cmn_tit */
.cmn_tit_1st{
    background-size: contain;
}

/* cmn_dl */

.cmn_dl > div{
    display: block;
    border: none;
    margin-bottom: 10px;
}

.cmn_dl > div:first-of-type{
    border: none;
}

.cmn_dl > div:last-of-type{
    margin-bottom: 0;
}

.cmn_dl > div dt{
    padding: 10px;
}

.cmn_dl > div dd{
    padding: 10px;
}

/* cmn_frame */

.cmn_label{
    padding: 7px 0 0 20px;
}


/* home ///////////////////////////////////// */

/* home_flyer_news */

.home_monthly_flyer > div > div > ul{
    display: block;
}

.home_monthly_flyer > div > div > ul > li{
    width: 100%;
    margin-bottom: 30px;
}

.home_monthly_flyer > div > div > ul > li > a{
    display: block;
    width: 100%;
    text-align: center;
}

.home_monthly_flyer > div > div > ul > li > a > figure{
    max-width: 250px;
    margin: 0 auto;
}

/* home_contents */

.home_contents > div > ul{
    display: block;
}

.home_contents > div > ul > li{
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #ffffff;
}

.home_contents > div > ul > li a{
    height: 200px;
}

.home_contents > div > ul > li a::before{
    top: 120px;
}


.home_contents > div > ul > li a::after{
    height: 120px;
}

/* home_about */

.home_about_list li{
    height: 240px;
}

.home_about_list li h3{
    width: 220px;
}

.home_about_list li:nth-of-type(1):before{
    width: 60px;
    top: 5px;
    left: -40px;
}

.home_about_list li:nth-of-type(3):before{
    height: 60px;
    right: -35px;
}

.home_about_recruit .fs16{
    width: 100%;
    padding-bottom: 160px;
}

/* company ///////////////////////////////////// */

.company_wish > div:nth-of-type(2){
    display: block;
}

.company_wish > div:nth-of-type(2) figure{
    width: 100px;
    margin: 0 auto 20px;
}

.company_wish > div:nth-of-type(2)::before{
    width: 63px;
    height: 100px;
    top: -15px;
    left: 10%;
}

.company_wish > div:nth-of-type(2)::after{
    width: 51px;
    height: 80px;
    top: 15px;
    right: 10%;
}

.company_history > div:nth-of-type(2) ul::before{
    left: 15px;
}

.company_history > div:nth-of-type(2) ul li{
    padding-left: 80px;
}

.company_history > div:nth-of-type(2) ul li::before{
    width: 55px;
    top: 15px;
    left: 15px;
}

.company_history > div:nth-of-type(2) ul li::after{
    width: 30px;
    height: 30px;
}

.company_stores > div:nth-of-type(2) ul li h3 .spNone{
    display: block;
}

.company_stores > div:nth-of-type(2) ul li figure{
    position: relative;
    width: 100%;
    padding: 0;
}

/* items ///////////////////////////////////// */

.items_flyer_list > li{
    width: 100%;
}

.items_flyer_list > li > a > figure{
    padding-top: 0;
}

.items_flyer_list > li > a > figure > img{
    position: relative;
    top: 0px;
    left: 0px;
    transform: translate(0,0);
}

/* items_detail ///////////////////////////////////// */

.items_detail_detail_others{
    justify-content: space-between;
}

.items_detail_detail_others > li{
    width: 48%;
    margin-right: 0;
}


/* recruit ///////////////////////////////////// */

.recruit_humanresource{
    background-image: none;
}

.recruit_humanresource h3{
    font-size: 2.4rem;
    height: 60px;
    padding: 10px 0 0 30px;
}

.recruit_humanresource p{
    padding: 10px 30px 20px;
}


/* delivery ///////////////////////////////////// */

.delivery_body .cmn_maintitle h1 br{
    display: block;
}

.delivery_flow_list li:nth-of-type(2n-1){
    width: 170px;
    height: 250px;
}

.delivery_flow_list li h3{
    padding-top: 70px;
    padding-bottom: 20px;
}

.delivery_flow_list li p{
    font-size: 1.3rem;
}

.delivery_apply_date .sp{
    display: block;
}

.flyer_select li{
    min-width: 100%;
    padding-right: 0px;
    margin-bottom: 5px;
    padding-left:23px;
    text-indent:-23px;
}

/* regular delivery */

.delivery_itemlist li p{
    padding: 10px;
}

/* contact ///////////////////////////////////// */

.contact_tel > div > div .fs34{
    font-size: 2.8rem;
}

.contact_tel > div > div .fs32{
    font-size: 2.3rem;
}

/* contact_form */

.contact_form select{
    width: 100%;
    padding: 0 10px;
}

.contact_select > dd{
    position: relative;
}

.contact_select > dd::after{
    top: 25px;
    left: auto;
    right: 20px;
}

.contact_form input{
    padding: 0 10px;
}

.contact_form .input01,
.contact_form .input02,
.contact_form .input03{
    width: 100%;
}

.reenter{
    display: block;
    text-align: right;
}

.contact_form textarea{
    padding: 10px;
}

.contact_body .contact_form .contact_btn_area{
    width: 100%;
}





}







@media (max-width: 500px) {

.home_about .cmn_tit_1st {
    position: relative;
    padding-top: 50px;
    display: block;
}

.home_about .cmn_tit_1st h2{
    text-align: center;
    margin: 0 auto;
}

.home_about .cmn_tit_1st figure:nth-of-type(1){
    position: absolute;
    top: 0px;
    left: 0px;
}

.home_about .cmn_tit_1st figure:nth-of-type(2){
    position: absolute;
    top: 0px;
    right: 0px;
}


}