@charset "UTF-8";

.hide-text {
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.pcNone,
.pcNone2,
.pcNone3{
    display:none;
}


.center{
    text-align: center;
    margin: 0 auto;
}

/* font-family */
.ffns{
    font-family: "Noto Sans JP","HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","HiraKakuProN-W6","ヒラギノ角ゴ ProN W6","HiraKakuPro-W6","ヒラギノ角ゴ Pro W6",Meiryo,"Yu Gothic",YuGothic,"游ゴシック体","メイリオ",Osaka,arial,helvetica,sans-serif;
}

.ffkm{
    font-family: 'Kiwi Maru', serif;
}

/* font-size */

.fs10{
    font-size: 1.0rem;
}

.fs12{
    font-size: 1.2rem;
}

.fs13{
    font-size: 1.3rem;
}

.fs14{
    font-size: 1.4rem;
}

.fs15{
    font-size: 1.5rem;
}

.fs16{
    font-size: 1.6rem;
}

.fs18{
    font-size: 1.8rem;
}

.fs20{
    font-size: 2.0rem;
}

.fs24{
    font-size: 2.4rem;
}

.fs28{
    font-size: 2.8rem;
}

.fs32{
    font-size: 3.2rem;
}

.fs34{
    font-size: 3.4rem;
    line-height: 1;
}

.fs36{
    font-size: 3.6rem;
    line-height: 1;
}

.fs65{
    font-size: 6.5rem;
    line-height: 1;
}

/* font-weight */

.fwl{
    font-weight: 300;
}

.fwm{
    font-weight: 500;
}

.fwsb{
    font-weight: 600;
}

.fwb{
    font-weight: 700;
}

/* maxbox */

.cmn_maxbox_500 {
	width:100%; max-width: 500px; margin: 0 auto;
}

.cmn_maxbox_700 {
	width:100%; max-width: 700px; margin: 0 auto;
}

.cmn_maxbox_800 {
	width:100%; max-width: 800px; margin: 0 auto;
}

.cmn_maxbox_840 {
	width:100%; max-width: 840px; margin: 0 auto;
}

.cmn_maxbox_900 {
	width:100%; max-width: 900px; margin: 0 auto;
}

.cmn_maxbox {
	width:100%; max-width: 1000px; margin: 0 auto;
}

.cmn_maxbox_1200 {
	width:100%; max-width: 1200px; margin: 0 auto;
}

.cmn_maxbox_1400 {
	width:100%; max-width: 1400px; margin: 0 auto;
}

/* box_inner */

.cmn_boxinner_50{
    padding-top: 50px;
    padding-bottom: 50px;
}

.cmn_boxinner_80{
    padding-top: 80px;
    padding-bottom: 80px;
}

.cmn_boxinner_100{
    padding-top: 100px;
    padding-bottom: 100px;
}

/* box_outer */

.cmn_boxouter_50{
    margin-top: 50px;
    margin-bottom: 50px;
}


.cmn_boxouter_80{
    margin-top: 80px;
    margin-bottom: 80px;
}


.cmn_boxouter_100{
    margin-top: 100px;
    margin-bottom: 100px;
}

/* padding */

.pt30{
    padding-top: 30px;
}

.pt50{
    padding-top: 50px;
}

.pt80{
    padding-top: 80px;
}

.pt100{
    padding-top: 100px;
}

.pb30{
    padding-bottom: 30px;
}

.pb50{
    padding-bottom: 50px;
}

.pb60{
    padding-bottom: 60px;
}

.pb80{
    padding-bottom: 80px;
}

.pb100{
    padding-bottom: 100px;
}

/* margin */
.mt50{
    margin-top: 50px;
}

.mt80{
    margin-top: 80px;
}

.mt100{
    margin-top: 100px;
}

.mb30{
    margin-bottom: 30px;
}

.mb50{
    margin-bottom: 50px;
}

.mb80{
    margin-bottom: 80px;
}

.mb100{
    margin-bottom: 100px;
}

/* common /////////////////////////////////////////////////////////////////////////////////////////// */


#wrapper {
	overflow: hidden;
}


header {
	width:100%;
}

main {
    width:100%;
}

footer {
	width:100%;
}


/* modalmenu */
#header_modalmenu_check:checked ~ .header_infobar {
    /* box-shadow: 0 8px 20px 0 #e5e5e5; */
}

#header_modalmenu_check {
    /* position: absolute;
    right: 5%;
    top: 50px;
    transform: translate(50%, -50%);
    z-index: -99;
    display: inline-block;
    opacity: 0; */
    display: none;
}

.header_modalmenu_btn {
    flex-shrink: 0;
	display: none;
    /* display: inline-flex; */
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
	z-index: 50;
    position: absolute;
    top: 25px;
    right: 3%;
    background-color: #736357;
    border-radius: 30px;
}

.header_modalmenu_btn .box {
    display: inline-block;
    width: 30px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 15px;
}

.header_modalmenu_btn .box::after {
    content: 'menu';
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    position: absolute;
    top: 19px;
    left: -3px;
}

.header_modalmenu_btn .box span {
    position: absolute;
    left: 0;
    top: calc((100% - 1px)/2);
    display: block;
    width: 100%;
    height: 2px;
    transition: transform .15s,
                opacity .15s;
    background-color: #ffffff;
}

.header_modalmenu_btn .top {
    transform: translateY(-10px);
}

.header_modalmenu_btn .center {
    transform: translateY(-1px);
}

.header_modalmenu_btn .bottom {
    transform: translateY(8px);
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn .top {
    transform: rotate(45deg);
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn .center {
    opacity: 0;
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn .bottom {
    transform: rotate(-45deg);
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn .box::after{
    content: 'close';
}

#header_modalmenu_close_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
	z-index: 30;
}

#header_modalmenu_check:checked ~ #header_modalmenu_close_bg {
    display: block;
}

#header_modalmenu_area {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 60px 0 30px;
    opacity: 0;
    transition: opacity .15s;
    overflow: auto;
    pointer-events: none;
	z-index: 40;
}

#header_modalmenu_check:checked ~ #header_modalmenu_area {
    opacity: 1;
    pointer-events: all;
}

.header_modalmenu_areainner {
    overflow-y: auto;
}

.header_modalmenu_nav form input{
    width: calc(100% - 40px);
    margin: 0;
    padding: 0 0 0 10px;
    border: none;
    height: 40px;
    border-radius: 0;
}

.header_modalmenu_nav .subtmit_gsrh{
    width: 40px;
    height: 40px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #00a0dc;
    position: absolute;
}

.header_modalmenu_nav ul {
    background-color: #f9f6e7;
    background-image: url(../img/header_deco.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top 20px;
    padding-top: 80px;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.header_modalmenu_nav ul li{
    position: relative;
}

.header_modalmenu_nav a {
    display: block;
    padding: 14px;
    text-align: center;
}

.header_modalmenu_nav a span{
	display: block;
	font-size: 1.2rem;
	line-height: 1;
}

/* スライドアニメーション */

.scrollanime {
    opacity: 0;
}

.transparent {
    opacity: 0;
}

.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}

.updown {transform: translateY(-30px);}
.downup {transform: translateY(30px);}
.slide-right {transform: translateX(50px);}
.slide-left {transform: translateX(-50px);}

.delay2{animation-delay: .2s;}
.delay4{animation-delay: .4s;}
.delay5{animation-delay: .5s;}
.delay6{animation-delay: .6s;}
.delay8{animation-delay: .8s;}
.delay10{animation-delay: 1.0s;}
.delay12{animation-delay: 1.2s;}
.delay14{animation-delay: 1.4s;}
.delay16{animation-delay: 1.6s;}
.delay18{animation-delay: 1.8s;}
.delay20{animation-delay: 2.0s;}

/* cmn ///////////////////////////////////// */

/* header */

.header_infobar{
    height: 120px;
    padding: 0 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 100;
    background-color: #ffffff;
}

.header_infobar::before{
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background-color: #e50012;
    position: absolute;
    top: 0px;
    left: 0px;
}

.header_logo{
    text-align: center;
    padding-top: 20px;
    flex-shrink: 0;
}

.header_logo a{
    display: block;
}

.header_logo img{
    width: auto;
    height: 70px;
    margin-bottom: 3px;
}

.header_logo p{
    line-height: 20px;
    color: #e84467;
}

.header_logo a:hover{
    opacity: 1;
}

.header_logo a:hover img{
    opacity: 1;
    animation-name: jump;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function:ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-5px) rotateZ(5deg);
    }
    50% {
    transform: translateY(0);
    }
    75% {
        transform: translateY(-5px) rotateZ(-5deg);
    }
    100% {
    transform: translateY(0);
    }
}

.header_nav{
    width: 700px;
}

.header_nav ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header_nav ul li a{
    display: block;
    height: 120px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 5px;
    background-repeat: no-repeat;
    background-position: center center;
}

.header_nav ul li:nth-of-type(1) a{
    background-image: url(../img/header_icon_company.svg);
}

.header_nav ul li:nth-of-type(2) a{
    background-image: url(../img/header_icon_items.svg);
}

.header_nav ul li:nth-of-type(3) a{
    background-image: url(../img/header_icon_area.svg);
}

.header_nav ul li:nth-of-type(4) a{
    background-image: url(../img/header_icon_recruit.svg);
}

.header_nav ul li:nth-of-type(5) a{
    background-image: url(../img/header_icon_rgldelivery.svg);
}

.header_nav ul li:nth-of-type(6) a{
    background-image: url(../img/header_icon_flydelivery.svg);
}

.header_nav ul li:nth-of-type(7) a{
    background-image: url(../img/header_icon_contact.svg);
}

.header_nav ul li a:hover{
    opacity: 1;
    transform: scale(1.1);
}

.header_tell{
    letter-spacing: 0;
    text-align: right;
    padding-top: 10px;
    flex-shrink: 0;
}

/* cmn_maintitle */
.cmn_maintitle{
    height: 350px;
    margin-top: -42px;
    position: relative;
    background-image: url(../img/company_mainimg.jpg);
    background-size: cover;
    background-position: center center;
}

.cmn_maintitle::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(238,233,218,.8);
    position: absolute;
    top: 0px;
    left: 0px;
}

.cmn_maintitle::after{
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(../img/header_deco.svg);
    background-position: center 0;
    position: absolute;
    top: 0px;
    left: 0px;
}

.cmn_maintitle > div {
    width: 100%;
    position: absolute;
    top: 47%;
    color: #736357;
    z-index: 5;
}

.cmn_maintitle h1{
    margin-bottom: 20px;
}

.cmn_maintitle p{
    line-height: 1;
}

/* sidebar */

.sidebar{
    position: fixed;
    top: 30px;
    right: 0px;
    z-index: 50;
}

.sidebar > a{
    display: block;
    width: 60px;
    height: 150px;
    color: #ffffff;
    background-color: #e50012;
    margin-bottom: 20px;
    border-radius: 12px 0 0 12px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    padding: 35px 18px 0 0;
    background-image: url(../img/header_icon_delivery_2.svg);
    background-repeat: no-repeat;
    background-position: center top 20px;
}

.sidebar > a:nth-of-type(2){
    background-color: #0080b7;
    background-image: url(../img/header_icon_recruit_2.svg);
}

.sidebar > a:nth-of-type(3){
    background-color: #22b573;
    background-image: url(../img/header_icon_contact_2.svg);
    margin-bottom: 0;
}

/* footer */

footer{
    background: linear-gradient(180deg,#f9f6e7 0%,#f9f6e7 70px,#ffffff 70px,#ffffff 100%);
    position: relative;
}

footer::before{
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    background-image: url(../img/footer_deco.svg);
    background-position: center 0;
    position: absolute;
    top: 20px;
    left: 0px;
}

.footer_top div{
    border-radius: 10px;
    background-color: rgba(238,233,218,.7);
    padding: 20px 30px;
    margin-bottom: 45px;
    position: relative;
    z-index: 5;
}

.footer_top div ul{
    display: flex;
    flex-wrap: wrap;
}

.footer_top div ul li{
    position: relative;
}

.footer_top div ul li::after{
    content: '|';
    display: block;
    position: absolute;
    top: 0px;
    right: -2px;
}

.footer_top div ul li:last-of-type:after{
    content: none;
}

.footer_top div ul li a{
    display: block;
    padding: 0 15px;
    color: #736357;
}

.footer_middle{
    position: relative;
    z-index: 5;
}

.footer_middle > div{
    display: flex;
}

.footer_middle_left{
    margin-right: 10px;
}

.footer_middle_left figure{
    width: 90px;
    height: auto;
}

.footer_middle_right{
    display: flex;
}

.footer_middle_right > div{
    padding: 0 30px;
}

.footer_middle_right > div:first-of-type{
    border-right: dashed 1px #aeaeae;
}

.footer_middle_right > div .fs24{
    letter-spacing: 0;
}

.footer_bottom{
    background-color: #e50012;
    padding: 6px 0 5px;
    color: #ffffff;
}

.footer_gotop {
    position: fixed;
    right: 0px;
    bottom: 20px;
    display: none;
    z-index: 10;
}

.footer_gotop a{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #736357;
    background-image: url(../img/footer_gotop_icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.footer_gotop a:hover{
    opacity: 1;
    transform: translateY(-10px);
}

/* cmn_tit */
.cmn_tit_1st{
    background-image: url(../img/cmn_tit_1st_deco.svg);
    background-repeat: no-repeat;
    background-size: 600px 30px;
    background-position: center bottom;
    padding-bottom: 13px;
}

.cmn_tit_1st h2{
    color: #736357;
}



/* bg */
.bg_beige{
    background-color: #f9f6e7;
}

/* cmn_btn */

.cmn_btn a{
    display: block;
    width: 250px;
    height: 60px;
    border-radius: 30px;
    background-color: #e50012;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-3px) translateY(-3px);
    box-shadow: 3px 3px 0 rgba(80,70,60,.5);
}

.cmn_btn a:hover{
    opacity: 1;
    transform: translateX(0) translateY(0);
    box-shadow: 0px 0px;
}

/* cmn_dl */

.cmn_dl > div {
    display: flex;
    border-left: solid 1px #736357;
    border-right: solid 1px #736357;
    border-bottom: solid 1px #736357;
    line-height: 20px;
}
.cmn_dl > div:first-of-type {
    border-top: solid 1px #736357;
}

.cmn_dl > div dt{
    width: 25%;
    border-right: solid 1px #736357;
    background-color: #eee9da;
    display: flex;
    align-items: center;
    padding: 20px 30px;
}

.cmn_dl > div dd{
    width: 75%;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    background-color: #fff;
}

/* cmn_frame */

.cmn_frame  > div{
    padding: 40px 30px 30px;
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
}

.cmn_label{
    display: block;
    width: 260px;
    height: 50px;
    color: #ffffff;
    padding: 5px 0 0 20px;
    background-image: url(../img/cmn_label_180.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -20px;
    left: -20px;
}



/* cmn_apply */

.cmn_apply > div > a:hover{
    opacity: 1;
}

.cmn_apply > div > a img{
    transition: all .2s;
}

.cmn_apply > div > a:hover img{
    opacity: 1;
    transform: scale(1.05);
}



/* cmn_cms_editor */
.cmn_cms_editor {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.cmn_cms_editor > *:nth-child(1) {
    margin-top: 0;
}

.cmn_cms_editor h3,
.cmn_cms_editor h4,
.cmn_cms_editor h5,
.cmn_cms_editor h6 {
    display: block;
    padding: 0 0 .3em 0;
    /* border-color: #736357; */
    border-color: currentColor;
    font-weight: 500;
    line-height: 1.3;
    margin: .6em 0 .8em;
    letter-spacing: -0.0015625em;
}

.cmn_cms_editor h3 {
    font-size: 2.2rem;
    border-width: 0 0 1px 0;
    border-style: double;
}

.cmn_cms_editor h4 {
    font-size: 2.0rem;
    border-width: 0 0 1px 0;
    border-style: dashed;
}

.cmn_cms_editor h5 {
    font-size: 1.8rem;
    border-width: 0 0 1px 0;
    border-style: dotted;
}

.cmn_cms_editor h6 {
    font-size: 1.6rem;
    border-width: 0 0 1px 0;
    border-style: dotted;
}

.cmn_cms_editor p {
    padding: 8px 0 10px;
    margin: 0 0 8px 0;
    /*text-align: justify;
    text-justify: inter-ideograph;*/
}


/* 商品説明などのエディタ上書き */
.cmn_cms_editor img {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}

.cmn_cms_editor iframe[src*="youtube"] {
    /* display: inline-block;
    width: 100%;
    height: 56.25vw;
    max-height: 506px;
    margin-top: 8px;
    margin-bottom: 8px; */

    display: inline-block;
    max-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cmn_cms_editor iframe[src*="google"][src*="map"] {
    display: inline-block;
    max-width: 100%;
    max-height: 600px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cmn_cms_editor strong {
    font-weight: 900;
}

.cmn_cms_editor em {
    font-style: italic;
}

.cmn_cms_editor a {
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #0083bc;
    text-decoration: underline;
    word-break: break-all;
}

.cmn_cms_editor a:hover {
    color: #0083bc;
}

.cmn_cms_editor table {
    margin: 0 0 8px 0;
    word-break: break-all;
}

.cmn_cms_editor th,
.cmn_cms_editor td {
    margin: 0 0 8px 0px;
    padding: 6px 10px;
    border: 1px solid #8F8F8F;
}

.cmn_cms_editor ul {
    margin: 0 0 8px 0;
}

.cmn_cms_editor ul li {
    list-style: disc;
    margin: 0 0 4px 20px;
}

.cmn_cms_editor ol {
    margin: 0 0 8px 0;
}

.cmn_cms_editor ol li {
    list-style: decimal;
    margin: 0 0 4px 20px;
}

.cmn_cms_editor blockquote {
    border-radius: 20px;

    /* background-color: #F3F3F3; */
    background-color: #FFFFFF;
    margin-inline-start:10px;
    margin-inline-end:10px;
    padding: 15px;
}

/* WPオリジナルクラス有効化 */
.cmn_cms_editor .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cmn_cms_editor .alignright {
    display: block;
    margin-left: auto;
}

.cmn_cms_editor .alignleft {
    display: block;
    margin-right: auto;
}

.cmn_cms_editor .wp-caption {
    border: 1px solid #dddddd;
    text-align: left;
    /* background-color: #f3f3f3; */
    background-color: #FFFFFF;
    padding: 5px;
    border-radius: 3px;
}

.cmn_cms_editor .wp-caption img {
    padding: 0;
    border: 0;
    margin: 0;
}

.cmn_cms_editor .wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}






/* home ///////////////////////////////////// */

/* home_mainimg */

.home_mainimg{
    margin-top: -42px;
    position: relative;
}

.home_mainimg >div{
    position: relative;
    z-index: 1;
    padding-top: 100px;
}

.home_mainimg::before{
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(../img/header_deco.svg);
    background-position: center 0;
    position: absolute;
    top: 0px;
    left: 0px;
}


/* home_flyer_news */

.home_flyer_news > div{
    display: flex;
    justify-content: space-between;
}

.home_monthly_flyer {
    max-width: 650px;
}

.home_monthly_flyer > div >div{
    /* height: 500px; */
    min-height: 500px;
}

.home_monthly_flyer > div > div > ul{
    display: flex;
}

.home_monthly_flyer > div > div > ul > li{
    width: 33.333%;
    margin-right: 30px;
    margin-bottom: 20px;
    position: relative;
}

.home_monthly_flyer > div > div > ul > li:nth-of-type(3n){
    margin-right: 0;
}

.home_monthly_flyer > div > div > ul > li > a > figure{
    position: relative;
}
.home_monthly_flyer > div > div > ul > li > a > figure > img{
    border-radius: 10px;
    box-shadow: 3px 3px 0 #eee9da;
    margin-bottom: 10px;
}

.home_flyer_pickup{
    display: block;
    width: 51px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: 10px;
    color: #ffffff;
    text-align: left;
}

.home_flyer_pickup + .home_flyer_pickup{
    left: 64px;
}

.home_flyer_pickup.popular{
    background-image: url(../img/cmn_flyer_popular.svg);
    padding: 13px 0 0 8px;
    font-size: 14px;
}

.home_flyer_pickup.limited{
    background-image: url(../img/cmn_flyer_limited.svg);
    padding: 6px 0 0 8px;
    line-height: 1.3;
    font-size: 14px;
}

.home_flyer_pickup.recommend{
    background-image: url(../img/cmn_flyer_recommend.svg);
    padding: 6px 0 0 8px;
    line-height: 1.3;
    font-size: 14px;
}

.home_flyer_pickup.newitem{
    background-image: url(../img/cmn_flyer_newitem.svg);
    padding: 15px 0 0 3px;
    letter-spacing: 0;
    font-size: 13px;
}

.new{
    display: inline-block;
    width: 36px;
    line-height: 14px;
    border: 1px solid #e84467;
    border-radius: 5px;
    text-align: center;
    color: #e84467;
    transform: translateY(-2px);
    margin-left: 10px;
}

.home_news{
    max-width: 300px;
    min-width: 220px;
}

.home_news > div > div > ul{
    height: 430px;
    overflow-y: scroll;
}

.home_news > div > div > ul > li{
    padding-bottom: 10px;
    border-bottom: dashed 1px #aeaeae;
    margin-bottom: 10px;
}

.home_news > div > div > ul > li a{
    text-decoration: underline;
}

.home_news > div > div > ul > li img{
    width: 100%;
    height: auto;
}

.home_news > div > div > ul > li .fs12{
    color: #aeaeae;
    margin-bottom: 5px;
}

.home_news > div > div > ul > li .fs16,
.home_news > div > div > ul > li .fs14{
    margin-bottom: 5px;
}

/* home_contents */

.home_contents > div > ul{
    display: flex;
}

.home_contents > div > ul > li{
    width: 33.3333%;
    border-right: solid 1px #ffffff;
}

.home_contents > div > ul > li:nth-of-type(3){
    border: none;
}

.home_contents > div > ul > li a{
    display: block;
    width: 100%;
    height: 250px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient( 130deg, rgba(0,131,188,.3), rgba(0,131,188,.3)),
    url(../img/home_company.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.home_contents > div > ul > li:nth-of-type(2) a{
    background: linear-gradient( 130deg, rgba(229,0,18,.3), rgba(229,0,18,.3)),
    url(../img/home_items.jpg);
    background-size: cover;
}

.home_contents > div > ul > li:nth-of-type(3) a{
    background: linear-gradient( 130deg, rgba(34,181,115,.3), rgba(34,181,115,.3)),
    url(../img/home_area.jpg);
    background-size: cover;
}

.home_contents > div > ul > li a::before{
    content: '';
    display: block;
    width: 100%;
    height: 330px;
    background-image: url(../img/home_company_deco.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: 170px;
    left: 0px;
    pointer-events: none;
    transition: all .2s;
}

.home_contents > div > ul > li:nth-of-type(2) a::before{
    background-image: url(../img/home_items_deco.png);
}

.home_contents > div > ul > li:nth-of-type(3) a::before{
    background-image: url(../img/home_area_deco.png);
}

.home_contents > div > ul > li a::after{
    content: '';
    display: block;
    width: 100%;
    height: 170px;
    background-image: url(../img/home_icon_company.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
}

.home_contents > div > ul > li:nth-of-type(2) a::after{
    background-image: url(../img/home_icon_items.svg);
}

.home_contents > div > ul > li:nth-of-type(3) a::after{
    background-image: url(../img/home_icon_area.svg);
}

.home_contents > div > ul > li a:hover{
    opacity: 1;
}

.home_contents > div > ul > li a:hover::before{
    top: -80px;
}

.home_contents > div > ul > li a > p{
    margin-bottom: 15px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

/* home_about */

.home_about .cmn_tit_1st{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.home_about .cmn_tit_1st h2{
    margin: 0 25px;
}

.home_about_list{
    display: flex;
    justify-content: space-around;
}

.home_about_list li{
    height: 280px;
    width: 310px;
    background-image: url(../img/home_about_item_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
}

.home_about_list li:before{
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
}

.home_about_list li:nth-of-type(1):before{
    width: 84px;
    height: 173px;
    background-image: url(../img/home_about_item_bg_deco_1.png);
    top: 50px;
    left: -104px;
}

.home_about_list li:nth-of-type(2):before{
    width: 64px;
    height: 55px;
    background-image: url(../img/home_about_item_bg_deco_2.png);
    top: 8px;
    right: 2px;
}

.home_about_list li:nth-of-type(3):before{
    width: 98px;
    height: 83px;
    background-image: url(../img/home_about_item_bg_deco_3.png);
    bottom: -2px;
    right: -90px;
}

.home_about_list li h3{
    color: #e50012;
    padding-bottom: 20px;
    line-height: 1.3;
    max-width: 280px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    letter-spacing: 0;
}

.home_about_list li h3::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 60px;
    background-image: url(../img/home_about_deco_3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.home_about_list li h3::after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 60px;
    background-image: url(../img/home_about_deco_4.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.home_about_list li p{
    line-height: 1.4;
    letter-spacing: 0;
}

.home_about_recruit{
    height: 120px;
}

.home_about_recruit a{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #4ca8d0;
    position: relative;
    display: flex;
    justify-content: space-between;
    transition: all .2s;
}

.home_about_recruit a:hover{
    opacity: 1;
    transform: scale(1.05);
}

.home_about_recruit h3{
    background-color: #0083bc;
    height: 120px;
    width: 300px;
    border-radius: 10px 60px 60px 10px;
    padding: 5px;
}

.home_about_recruit h3 span{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px 55px 55px 5px;
    border: solid 1px #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.home_about_recruit > a > div{
    width: 670px;
    display: flex;
    justify-content: space-between;
}

.home_about_recruit .fs16{
    max-width: 370px;
    margin: 0 auto;
    color: #ffffff;
    padding-top: 20px;
}

.home_about_recruit_lets{
    width: 260px;
    height: 150px;
    background-image: url(../img/home_recruit_deco.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    text-align: center;
    position: relative;
    transform: translateY(-30px);
    margin-right: 20px;
}

.home_about_recruit_lets p{
    width: 120px;
    position: absolute;
    top: 63px;
    left: 13px;
    color: #0083bc;
}

/* company ///////////////////////////////////// */

.company_wish > div:nth-of-type(2){
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.company_wish > div:nth-of-type(2)::before{
    content: "";
    display: block;
    width: 230px;
    height: 367px;
    background-image: url(../img/company_wish_deco_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: -150px;
    left: -260px;
}

.company_wish > div:nth-of-type(2)::after{
    content: "";
    display: block;
    width: 193px;
    height: 303px;
    background-image: url(../img/company_wish_deco_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: -20px;
    right: -250px;
}

.company_wish > div:nth-of-type(2) figure{
    width: 200px;
    margin-right: 20px;
    flex-shrink: 1;


    transform: rotateZ(-5deg);
    transform-origin: bottom;
    animation-name: jump2;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function:ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes jump2 {
    0% {
        transform: rotateZ(-5deg);
    }
    50% {
        transform: rotateZ(5deg);
    }
    100% {
        transform: rotateZ(-5deg);
    }
}

.company_wish > div:nth-of-type(2) figure img{
    width: 100%;
}

.company_wish > div:nth-of-type(2) p{
    max-width: 550px;
    flex-shrink: 3;
}

.company_body .cmn_dl > div dt{
background-color: #f9f6e7;
}

.company_history_bg{
    background: linear-gradient(#ffffff 0%,#ffffff calc(50% + 10px),#f9f6e7 calc(50% + 10px),#f9f6e7 100%);
}

.company_history > div:nth-of-type(2) ul{
    height: auto;
    position: relative;
}

.company_history > div:nth-of-type(2) ul::before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #0083bc;
    position: absolute;
    top: 0;
    left: 20px;
}

.company_history > div:nth-of-type(2) ul li{
    padding-left: 120px;
    color: #0083bc;
    position: relative;
}

.company_history > div:nth-of-type(2) ul li::before{
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    background-color: #0083bc;
    position: absolute;
    top: 20px;
    left: 20px;
}

.company_history > div:nth-of-type(2) ul li::after{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/company_history_deco.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 0px;
    left: 0px;
}

.company_history > div:nth-of-type(2) ul li .fs34{
    margin-bottom: 5px;
}

.company_stores > div:nth-of-type(2) ul li{
    display: flex;
}

.company_stores > div:nth-of-type(2) ul li > div{
    width: 400px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 20px 0 0 20px;
    position: relative;
}

.company_stores > div:nth-of-type(2) ul li h3{
    line-height: 1.2;
    margin-bottom: 20px;
}

.company_stores > div:nth-of-type(2) ul li p{
    margin-bottom: 20px;
}

.company_stores > div:nth-of-type(2) ul li figure{
    padding: 30px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.company_stores > div:nth-of-type(2) ul li figure img{
    border-radius: 10px;
}

.company_stores > div:nth-of-type(2) ul li iframe{
    max-width: 600px;
    border-radius: 0 20px 20px 0;
}

/* items ///////////////////////////////////// */

.items_body .cmn_maintitle{
    background-image: url(../img/items_mainimg.jpg);
}

.items_tag_list_box .cmn_label::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-right: 10px;
    background-image: url(../img/cmn_icon_tag_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.items_tag_list_box .cmn_frame > div{
    padding: 40px 10px 15px 30px;
}

.items_tag_list_box .cond > div{
    padding-top: 20px;
    padding-bottom: 20px;
}

.items_tag_list li{
    display: inline-block  ;
    margin-right: 20px;
    margin-bottom: 15px;
}

.items_tag_list li a{
    display: inline-block;
    padding: 0 10px;
    background-color: #0083bc;
    color: #ffffff;
    border-radius: 12px;
}

.items_flyer_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.items_flyer_list::after{
    content: "";
    display: block;
    width: 30%;
    height: 0;
}

.items_flyer_list > li{
    width: 30%;
    margin-bottom: 50px;
}

.items_flyer_list > li > a{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.items_flyer_list > li > a > figure{
    width: 100%;
    height: auto;
    padding-top: 141.3333334%;
    position: relative;
    border-radius: 20px;
    background-color: #ffffff;
    overflow: hidden;
    margin-bottom: 20px;
}

.items_flyer_list > li > a > figure > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}

.items_flyer_list > li > p{
    margin-bottom: 10px;
}

.items_flyer_list_tag{
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
    position: relative;
}

.items_flyer_list_tag::before{
    content: "";
    display: block;
    width: 20px;
    height: 12px;
    margin-right: 10px;
    background-image: url(../img/cmn_icon_tag.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 7px;
    left: 0px;
}

.items_flyer_list_tag li::after{
    content: '、';
    color: #0083bc;
}

.items_flyer_list_tag li:last-of-type::after{
    content: none;
}

.items_flyer_list_tag li a{
    color: #0083bc;
}

.items_flyer_list_tag li a:hover{
    opacity: 1;
    text-decoration: underline;
}

/* items_detail ///////////////////////////////////// */
.items_detail_detail div:nth-of-type(2) > p{
    margin-bottom: 10px;
}

.items_detail_detail div:nth-of-type(2) > figure{
    width: 650px;
}

.items_detail_detail div:nth-of-type(2) > figure > img{
    width: 100%;
}

.items_detail_detail_others{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}


.items_detail_detail_others > li{
    max-width: 180px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.items_detail_detail .cmn_btn a{
    width: 300px;
    padding-right: 40px;
    background-image: url(../img/items_detail_icon_link.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: right 62px center;
}

.items_detail_data_list .cmn_label{
    background-image: url(../img/cmn_label_210.png);
}

.items_detail_data_list ul li{
    margin-bottom: 20px;
}

.items_detail_data_list ul li:last-of-type{
    margin-bottom: 0px;
}

.items_detail_data_list ul li a{
    display: flex;
    align-items: center;
    color: #0083bc;
}

.items_detail_data_list ul li a div{
    width: 26px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 30px;
    flex-shrink: 0;
}

.items_detail_data_list .jpg{
    background-image: url(../img/items_detail_icon_jpg.svg);
}

.items_detail_data_list .pdf{
    background-image: url(../img/items_detail_icon_pdf.svg);
}

.items_detail_data_list ul li a p{
    text-decoration: underline;
}

/* area ///////////////////////////////////// */

.area_body .cmn_maintitle{
    background-image: url(../img/area_mainimg.jpg);
}

/* recruit ///////////////////////////////////// */

.recruit_body .cmn_maintitle{
    background-image: url(../img/recruit_mainimg.jpg);
}

.recruit_message > div:nth-of-type(2){
    position: relative;
}

.recruit_message > div:nth-of-type(2)::before{
    content: "";
    display: block;
    width: 280px;
    height: 360px;
    background-image: url(../img/recruit_message_deco_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: -140px;
    left: -320px;
}

.recruit_message > div:nth-of-type(2)::after{
    content: "";
    display: block;
    width: 190px;
    height: 270px;
    background-image: url(../img/recruit_message_deco_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: -110px;
    right: -260px;
}

.recruit_about_list{
    display: flex;
    justify-content: space-around;
}

.recruit_about_list li{
    height: 282.754px;
    width: 300px;
    background-image: url(../img/recruit_about_list_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
}

.recruit_about_list li figure{
    width: 64px;
    height: 64px;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.recruit_about_list li figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recruit_about_list li h3{
    color: #e50012;
    padding-bottom: 20px;
    line-height: 1.3;
    max-width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
    padding-top: 100px;
}

.recruit_about_list li h3::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 60px;
    background-image: url(../img/home_about_deco_3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 15px;
}

.recruit_about_list li h3::after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 60px;
    background-image: url(../img/home_about_deco_4.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-left: 15px;
}

.recruit_about_list li p{
    line-height: 1.4;
    letter-spacing: 0;
    max-width: 200px;
}

.recruit_humanresource{
    background-color: #ffffff;
    background-image: url(../img/recruit_humanresource.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center right -1px;
    border-radius: 10px;
    border: solid 6px #0083bc;
}

.recruit_humanresource h3{
    width: 530px;
    height: 100px;
    background-image: url(../img/recruit_humanresource_deco.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-1px) translateY(-1px);
    color: #ffffff;
    padding: 20px 0 0 70px;
}

.recruit_humanresource p{
    max-width: 660px;
    padding: 35px 40px;
    text-shadow: 0px 0px 2px #ffffff;
}

.recruit_body .cmn_label{
    width: 310px;
    background-image: url(../img/cmn_label_310.png);
}

.recruit_body .cmn_frame > div > p{
    margin-bottom: 20px;
}

.recruit_body .cmn_frame > div > ul{
    display: flex;
}

.recruit_body .cmn_frame > div > ul li{
    width: 50%;
    border-right: dashed 1px #736357;
}

.recruit_body .cmn_frame > div > ul li:nth-of-type(2){
    border: none;
}

.recruit_body .cmn_frame > div > ul li .fs14{
    padding: 5px 0;
}

/* delivery ///////////////////////////////////// */

.delivery_body .cmn_maintitle{
    background-image: url(../img/delivery_mainimg.jpg);
}

.delivery_body .cmn_maintitle h1 br{
    display: none;
}

.delivery_overview_list{
    display: flex;
    justify-content: space-around;
}

.delivery_overview_list li{
    height: 280px;
    width: 300px;
    background-image: url(../img/home_about_item_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
}

.delivery_overview_list li:before{
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
}

.delivery_overview_list li:nth-of-type(1):before{
    width: 84px;
    height: 173px;
    background-image: url(../img/home_about_item_bg_deco_1.png);
    top: 50px;
    left: -104px;
}

.delivery_overview_list li:nth-of-type(2):before{
    width: 64px;
    height: 55px;
    background-image: url(../img/home_about_item_bg_deco_2.png);
    top: 8px;
    right: 2px;
}

.delivery_overview_list li:nth-of-type(3):before{
    width: 98px;
    height: 83px;
    background-image: url(../img/home_about_item_bg_deco_3.png);
    bottom: -2px;
    right: -90px;
}

.delivery_overview_list li figure{
    width: 64px;
    height: 64px;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.delivery_overview_list li:nth-of-type(2) figure{
    width: 155px;
    height: 87px;
    top: 0px;
}

.delivery_overview_list li:nth-of-type(3) figure{
    width: 187px;
    height: 80px;
    top: 0px;
}

.delivery_overview_list li figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.delivery_overview_list li h3{
    color: #e50012;
    padding-bottom: 20px;
    line-height: 1.3;
    max-width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
    padding-top: 100px;
}

.delivery_overview_list li h3::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 60px;
    background-image: url(../img/home_about_deco_3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 15px;
}

.delivery_overview_list li h3::after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 60px;
    background-image: url(../img/home_about_deco_4.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-left: 15px;
}

.delivery_overview_list li p{
    line-height: 1.4;
    letter-spacing: 0;
    max-width: 280px;
}

.delivery_flow{
    background: linear-gradient(#f9f6e7 0%,#f9f6e7 50%,#ffffff 50%,#ffffff 100%);
}

.delivery_flow_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.delivery_flow_list li:nth-of-type(2n-1){
    width: 220px;
    height: 300px;
    background-image: url(../img/delivery_flow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.delivery_flow_list li:nth-of-type(2n){
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #4d4d4d;
}

.delivery_flow_list li h3{
    padding-top: 90px;
    color: #0083bc;
    padding-bottom: 25px;
}

.delivery_flow_list li p{
    color: #ffffff;
    padding: 0 20px;
    display: flex;
}

.delivery_apply > div:nth-of-type(2) > .cmn_maxbox_500{
    border-radius: 20px;
    padding: 25px 0;
}

.delivery_apply > div:nth-of-type(2) > .cmn_maxbox_500 > .fs18{
    margin-bottom: 5px;
}

.delivery_body form h3{
    margin-bottom: 20px;
}

.delivery_body .cmn_dl > div dt{
    width: 300px;
    flex-shrink: 0;
    position: relative;
}

.delivery_body .cmn_dl > div dd{
    display: block;
    width: 700px;
}

.contact_form .delivery_apply_date input{
    width: 165px;
    padding: 0 10px;
    margin-left: 10px;
}

.flyer_select{
    background-color: #ffffff;
    padding: 30px 30px 25px;
    display: flex;
    flex-wrap: wrap;
}

.flyer_select li{
    min-width: 313px;
    padding-right: 20px;
    margin-bottom: 5px;
}

.contact_form .input08{
    width: 15px;
    height: 15px;
    padding: 0;
    appearance: auto;
    -webkit-appearance: checkbox;
    margin-right: 5px;
}

.contact_form .delivery_apply_date select{
    width: 40px;
    padding: 0 10px;
    margin-right: 10px;
    direction: rtl;
}

.delivery_apply_date .sp{
    display: none;
}

.cmn_dl > .delivery_apply_date  dt{
    display: block;
}

.cmn_dl > .delivery_apply_date  dt .fs15{
    margin-bottom: 5px;
}

.cmn_dl > .delivery_apply_date  dt .fs14{
    padding-left:1em;
    text-indent:-1em;
}

/* regular delivery */

.delivery_itemlist li{
    width: 100%;

    background-color: #fff;
    border-left: solid 1px #736357;
    border-bottom: solid 1px #736357;

    line-height: 20px;
    display: flex;
}

.delivery_itemlist li:first-of-type{
    background-color: #eee9da;
    border-top: solid 1px #736357;
}
.delivery_itemlist li > div:nth-of-type(1){
    width: 100%;
}

.delivery_itemlist li > div:nth-of-type(1) p{
    width: 100%;
    height: 100%;
    justify-content: flex-start;
}

.delivery_itemlist li + * > div:nth-of-type(1) p{
    flex-wrap: wrap;
}

.delivery_itemlist li:first-of-type > div:nth-of-type(1) p{
    justify-content: center;
}


.delivery_itemlist li > div:nth-of-type(2){
    flex-shrink: 0;
    display: grid;
    grid-template-columns: repeat(3, 150px);
}

.delivery_itemlist li p{
    border-right: solid 1px #736357;
    padding: 20px 10px;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* contact ///////////////////////////////////// */

.contact_body .cmn_maintitle{
    background-image: url(../img/contact_mainimg.jpg);
}

.contact_tel > div > div{
    padding: 50px 30px;
    background-image: url(../img/contact_tel_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.contact_tel > div > div .fs32{
    margin-bottom: 20px;
}

.contact_tel > div > div  a{
    display: block;
    margin-bottom: 20px;
}

.contact_tel > div > div .fs14{
    margin-bottom: 20px;
}

/* contact_form */

.contact_body .cmn_dl > div dt{
    width: 300px;
    flex-shrink: 0;
    position: relative;
}

.attention{
    color: #e50012;
}

.required{
    display: inline-block;
    width: 40px;
    height: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #e50012;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.reenter{
    display: inline-block;
    color: #ed1c24;
    padding-left: 10px;
}

.contact_body .cmn_dl > div dd{
    display: block;
    width: 700px;
}

.contact_form select{
    width: 300px;
    height: 40px;
    padding: 0 20px;
    border: solid 1px #736357 ;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    background-color: #f9f6e7;
}

.contact_select > dd{
    position: relative;
}

.contact_select > dd::after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.0px 7.5px 0 7.5px;
    border-color: #808080 transparent transparent transparent;
    content: "";
    display: inline-block;
    pointer-events: none;
    position: absolute;
    top: 35px;
    left: 305px;
}

.contact_form input{
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: solid 1px #736357;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    background-color: #f9f6e7;
}

.contact_form .input01{
    width: 300px
}

.contact_form .input02{
    width: calc(100% - 70px);
    margin-bottom: 10px;
}

.contact_form .input03{
    width: calc(100% - 70px);
}

.contact_form .input04{
    width: 200px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.contact_form .input05{
    width: 50px;
    padding: 0 10px;
}

.contact_form .input06{
    width: 220px;
}

.contact_form textarea{
    width: 100% !important;
    height: 210px !important;
    padding: 10px 20px;
    border: solid 1px #736357;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    background-color: #f9f6e7;
}

.contact_form .contact_btn_area{
    display: flex;
    width: 100%;
    justify-content: center;
}

.contact_body .contact_form .contact_btn_area{
    display: flex;
    width: 500px;
    margin: 0 auto;
    justify-content: space-between;
}

.contact_form .contact_btn_area button{
    display: block;
    width: 200px;
    height: 60px;
    border-radius: 30px;
    background-color: #e50012;
    border: none;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-3px) translateY(-3px);
    box-shadow: 3px 3px 0 rgba(80,70,60,.5);
    transition: all .2s;
}

.contact_form .contact_btn_area .reset{
    background-color: #ffffff;
    color: #736357;
    margin-right: 20px;
}

.contact_form .contact_btn_area button:hover{
    opacity: 1;
    transform: translateX(0) translateY(0);
    box-shadow: 0px 0px;
}
