@charset "utf-8";
/* CSS Document */


/* block_title
   ================================================================== */
.block_title .jpn{
	font-size: 4vw;
}

.block_title .jpn + .eng{
    margin: 1vw 0 0;
}

.block_title .eng{
	font-size: 7vw;
}

.block_title .mat_5{
    margin: 1vw 0 0;
}

.block_title .mat_10{
    margin: 2vw 0 0;
}

.block_title .f18{
	font-size: 3.8vw;
}

.block_title .f19{
	font-size: 3.9vw;
}

.block_title .f23{
	font-size: 4.3vw;
}

.block_title .f31{
	font-size: 6.1vw;
}

.block_title .f35{
	font-size: 6.5vw;
}

.block_title .f36{
	font-size: 6.6vw;
}

.block_title .f37{
	font-size: 6.7vw;
}

.block_title .f40{
	font-size: 7vw;
}

.block_title .f45{
	font-size: 7.5vw;
}

.block_title .f46{
	font-size: 7.6vw;
}

.block_title > span{
	display: block;
    line-height: 120%;
    font-weight: 900;
	color: #C57700;
    font-family: 'Noto Serif JP';
}

.block_title .letter_20{
	letter-spacing: 0.02em;
}

.block_title .letter_30{
	letter-spacing: 0.03em;
}

.block_title .letter_32{
	letter-spacing: 0.032em;
}

.block_title .letter_50{
	letter-spacing: 0.05em;
}

.block_title .letter_80{
	letter-spacing: 0.08em;
}

.block_title .white{
	color: #fff;
}

.block_title .gold{
	color: #C57700;
}

.block_title .black{
	color: #222;
}

.block_title .white{
	color: #fff;
}

.block_title .green{
	color: #3B9427;
}

.block_title .weight_600{
	font-weight: 600;
}

.block_title .weight_700{
	font-weight: 700;
}


/* under_kv
   ================================================================== */
.under_kv{
	margin: 0 0 0;
	position: relative;
}

.under_kv > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.under_kv:before{
	content: "";
	background: rgba(0,0,0,.35);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 1;
}

.under_kv .inner{
	height: 70vw;
    position: relative;
    z-index: 2;
    display: flex;
    box-sizing: border-box;
    align-items: flex-end;
}

.under_kv .box{
    padding: 0 0 6vw;
}

.under_kv .page_title{
    font-size: 7vw;
    color: #fff;
    font-weight: 700;
    font-family: 'Noto Serif JP';
}


/* product_message
   ================================================================== */
.product_message{
	margin: 0 0 0;
	position: relative;
    background-image: url("../images/common/webp/product_message.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.product_message:before{
	content: "";
	background: rgba(0,0,0,.35);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 1;
}

.product_message:after{
	content: "";
	background-image: url("../images/common/logo_white.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	width: 70%;
	height: 70%;
	position: absolute;
    opacity: .15;
    mix-blend-mode: hard-light;
	bottom: 1vw;
	left: 2vw;
    z-index: 1;
}

.product_message .inner{
	height: 100vw;
    position: relative;
    z-index: 2;
    display: flex;
    box-sizing: border-box;
    justify-content: flex-end;
}

.product_message .box{
    padding: 10vw 0 0;
}

.product_message .ttl{
    font-size: 7vw;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 700;
    font-family: 'Noto Serif JP';
}

.product_message p{
    margin: 5vw 0 0;
    font-size: 3.8vw;
    color: #fff;
    font-weight: 500;
    font-family: 'Noto Serif JP';
}


/* kv
   ================================================================== */
.kv{
	margin: 0 0 0;
	position: relative;
}

.kv:before{
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	width: 100%;
	height: 100%;
    opacity: .3;
	position: absolute;
	top: 0;
	left: 0;
}

@keyframes zoomUp {
    0% {
        transform: scale(1.15);
        filter: blur(10px);
    }
    50%{
        filter: blur(0);
    }
    100% {
        transform: scale(1);
    }
}

.kv .kv_fade{
    height: 95vh;
    opacity: 0;
    transition: .5s;
}

.kv .slide_img{
    height: 100%;
    line-height: 0;
    text-align: center;
}

.kv .slide_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.kv .slide_img img.tab.pc{
	display: none !important;
}

.kv .kv_fade.swiper-container-fade{
    opacity: 1;
}

.swiper-slide-active .slide_img,
.swiper-slide-duplicate-active .slide_img,
.swiper-slide-prev .slide_img{
  animation: zoomUp 9s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;  
}


/* index_product
   ================================================================== */
.index_product{
	margin: 0 0 0;
	background-image: url("../images/index/webp/product_bg.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    position: relative;
}

.index_product:before{
	content: "";
	background: rgba(0,0,0,.67);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 1;
}

.index_product .inner{
	padding-top: 25vw;
	padding-bottom: 15vw;
    position: relative;
    z-index: 2;
    display: flex;
    box-sizing: border-box;
    justify-content: flex-end;
}

.index_product .box{
    padding: 0 0 0;
}

.index_product .ttl{
    padding: 0 0 2vw;
    font-size: 3.4vw;
    letter-spacing: 0.07em;
    color: #fff;
    font-weight: 600;
    font-family: 'Noto Serif JP';
    position: relative;
}

.index_product .ttl:before{
	content: "";
	background: #fff;
	width: 12vw;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.index_product video{
    margin: 12vw 0 0;
    width: 100%;
}

.index_product .name{
    margin: 8vw 0 0;
    font-size: 8vw;
    letter-spacing: 0.2em;
    color: #fff;
    font-weight: 700;
    font-family: 'Noto Serif JP';
}

.index_product p{
    margin: 6vw 0 6vw;
    font-size: 3.5vw;
    line-height: 200%;
    color: #fff;
    letter-spacing: 0.05em;
}


/* index_about
   ================================================================== */
.index_about{
	padding: 15vw 0;
}

.index_about .manual_slider{
	margin: 8vw 0 0;
    width: 80vw;
    overflow: visible;
}

.manual_slider{
    opacity: 0;
    transition: .3s;
}

.manual_slider.swiper-container-horizontal{
    opacity: 1;
}

.manual_slider .box{
    margin: 0 0 0;
}

.manual_slider .photo a{
    display: block;
    line-height: 0;
}

.manual_slider .text_box{
    padding: 4vw 3vw 0;
    min-height: 46vw;
    box-sizing: border-box;
}

.manual_slider .ttl{
    font-size: 5vw;
    font-family: 'Noto Serif JP';
    font-weight: 900;
    color: #C57700;
    letter-spacing: 0.05em;
}

.manual_slider p{
    margin: 3vw 0 0;
    letter-spacing: 0.05em;
}

.manual_slider .more_btn{
    margin: 5vw 0 0 3vw;
}

/* swiper_arrow_btn */
.swiper_arrow_btn .arrows{
    margin: 0 0 0 2vw;
    width: 18vw;
    display: flex;
    justify-content: space-between;
}

.swiper_arrow_btn .arrows .swiper-button-prev,
.swiper_arrow_btn .arrows .swiper-button-next{
    margin: 8vw 0 0;
    position: relative;
	width: 8vw;
    height: 8vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    opacity: 1 !important;
}

.swiper_arrow_btn .arrows .swiper-button-prev{
	background-image: url("../images/common/slider_prev.svg");
    left: 0;
}

.swiper_arrow_btn .arrows .swiper-button-next{
	background-image: url("../images/common/slider_next.svg");
    right: 0;
}

/* OFF */
.swiper_arrow_btn .arrows .swiper-button-prev.swiper-button-disabled{
	background-image: url("../images/common/slider_prev_off.svg");
}

.swiper_arrow_btn .arrows .swiper-button-next.swiper-button-disabled{
	background-image: url("../images/common/slider_next_off.svg");
}


/* index_business
   ================================================================== */
.index_business{
	margin: 0 0 0;
	background-image: url("../images/index/webp/business.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    position: relative;
}

.index_business:before{
	content: "";
	background: linear-gradient(to right,rgba(197,119,0,1) 0%,rgba(197,119,0,.42) 30%,rgba(197,119,0,0) 50%,rgba(197,119,0,0) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 1;
}

.index_business .inner{
	padding-top: 25vw;
	padding-bottom: 25vw;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.index_business .box{
    padding: 0 0 0;
}

.index_business .block_title{
    padding: 0 0 5vw;
    position: relative;
}

.index_business .block_title:before{
	content: "";
	background: #fff;
	width: 12vw;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.index_business table{
    margin: 5vw 0 0;
}

.index_business table th{
    font-size: 3.5vw;
    color: #fff;
    letter-spacing: 0.1em;
    display: block;
}


/* links_block
   ================================================================== */
.links_block{
	padding: 15vw 0 25vw;
}

.links_block .photos{
	margin: 0 0 0 -3vw;
    width: 80vw;
}

.links_block .photos > li{
	margin: 0 0 0;
    line-height: 0;
}

.links_block .photos > li + li{
	margin: 3vw 0 0;
}

.links_block .list{
	padding: 15vw 0 0;
}

.links_block .list a{
	padding: 8vw 12vw 6vw;
    display: block;
    position: relative;
}

.links_block .list a:before,
.links_block .list a:after{
	content: "";
	height: 2px;
	position: absolute;
	top: 0;
}

.links_block .list a:before{
	background: #C57700;
	width: 8vw;
	left: 0;
}

.links_block .list a:after{
	background: #eee;
	width: calc(100% - 9vw);
	left: 9vw;
}

.links_block .list span{
    line-height: 1;
    display: block;
}

.links_block .list .number{
	font-size: 5vw;
    top: 4vw;
    left: 2vw;
    position: absolute;
    line-height: 1;
    color: #C57700;
    font-weight: 500;
    display: block;
    font-family: "Zen Kaku Gothic New";
}

.links_block .list .jpn{
	font-size: 6vw;
    font-weight: 700;
    font-family: 'Noto Serif JP';
}

.links_block .list .eng{
    margin: 4vw 0 0;
	font-size: 4vw;
    font-weight: 500;
    font-family: 'Noto Serif JP';
    color: #C57700;
}

.links_block .list .arrow{
    position: absolute;
    width: 8vw;
    right: 3vw;
    bottom: 7vw;
}


/* border_style
   ================================================================== */
.border_style{
	position: relative;
}

.border_style:before,
.border_style:after{
	content: "";
    width: 100%;
	height: 2px;
	position: absolute;
	top: 0;
    left: 0;
}

.border_style:before{
    width: 15vw;
	background: #C57700;
    z-index: 1;
}

.border_style:after{
	background: #eee;
}


/* ukon_product
   ================================================================== */
.ukon_product{
	padding: 15vw 0 25vw;
}

.ukon_product .box{
    padding: 18vw 0 0;
	position: relative;
}

.ukon_product .box .product_photo{
	position: absolute;
    top: -5vw;
    right: -3vw;
    width: 45vw;
    z-index: 2;
}

.ukon_product .box .title{
	font-size: 5.5vw;
    font-family: 'Noto Serif JP';
    font-weight: 700;
	position: relative;
    z-index: 2;
}

.ukon_product .box p{
    margin: 6vw 0 0;
	font-size: 3.5vw;
    letter-spacing: 0.05em;
}


/* ingredient
   ================================================================== */
.ingredient{
	background-image: url("../images/kangen-ukon/webp/ingredient_bg.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.ingredient .box{
    padding: 20vw 0;
	position: relative;
}

.ingredient .box .photo{
    margin: 10vw 0 0 -3vw;
    width: 80vw;
}

.ingredient .box .list{
    margin: 8vw 0 0;
    font-size: 0;
}

.ingredient .box .list > li{
    padding: 5vw 0 3vw 6vw;
    width: 48%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border-bottom: 1px dashed #ddd;
}

.ingredient .box .list > li:nth-child(2n+2){
    margin-left: 4%;
}

.ingredient .box .list .number{
    font-size: 3vw;
    top: 2vw;
    left: 0;
    color: #E2A741;
    letter-spacing: 0.05em;
    font-weight: 400;
    position: absolute;
}

.ingredient .box .list .name{
    font-size: 3.5vw;
    color: #fff;
    font-weight: 700;
    font-family: 'Noto Serif JP';
}


/* manufacturing_step
   ================================================================== */
.manufacturing_step{
	padding: 15vw 0;
}

.manufacturing_step .list{
	margin: 0 0 0;
}

.manufacturing_step .list > li{
	padding: 0 0 10vw;
    display: flex;
}

.manufacturing_step .left{
    padding: 2vw 0 0;
	width: 12vw;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.manufacturing_step .left:before,
.manufacturing_step .left:after{
	content: "";
    margin: auto;
	border-right: 1px solid #C57700;
	width: 40%;
	position: absolute;
	bottom: -5vw;
	left: 0;
}

.manufacturing_step .left:before{
	height: 87%;
}

.manufacturing_step .left:after{
	height: 5vw;
    transform-origin: bottom right;
    transform: rotate(-30deg);
}

.manufacturing_step .list > li:last-child .left:after{
	display: none;
}

.manufacturing_step .left .box{
	position: relative;
}

.manufacturing_step .left .step{
    font-size: 2.7vw;
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: 900;
	font-family: 'Noto Serif JP';
}

.manufacturing_step .left .number{
    font-size: 8vw;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 900;
    color: #3B9427;
	font-family: 'Noto Serif JP';
}

/* right */
.manufacturing_step .right{
    padding: 4vw;
	width: calc(100% - 12vw);
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.manufacturing_step .right .text_box{
    padding: 4vw 0 0;
}

.manufacturing_step .right .ttl{
    margin: 0 0 5vw;
    padding: 0 0 5vw;
    font-size: 4.8vw;
    color: #C57700;
    letter-spacing: 0.08em;
    font-weight: 700;
    font-family: 'Noto Serif JP';
    position: relative;
}

.manufacturing_step .right .ttl:before{
	content: "";
	background: #3B9427;
	width: 8vw;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.manufacturing_step .right .txt{
    font-size: 3.5vw;
    letter-spacing: 0.05em;
}


/* cultivation_section
   ================================================================== */
.cultivation_section{
	padding: 15vw 0 0;
}

.cultivation_section.cultivation{
	padding-bottom: 15vw;
}

.cultivation_section .border_style:before,
.cultivation_section .border_style:after{
    height: 1px;
}

.cultivation_section .box{
	padding: 10vw 0 0;
}

.cultivation_section .block_title{
	position: relative;
    z-index: 2;
}

.cultivation_section .photo{
	margin: 8vw 0 0;
}

.cultivation_section .txt{
	margin: 6vw 0 0;
    font-weight: 500;
    font-family: 'Noto Serif JP';
    letter-spacing: 0.05em;
	position: relative;
    z-index: 2;
}

/* photos */
.cultivation .photos{
    margin: 15vw 0 0 -3vw;
    width: 80vw;
}

.cultivation .photos li{
    line-height: 0;
}


/* planting
   ================================================================== */
.planting{
	padding: 15vw 0 30vw;
    background-image: url("../images/cultivation/webp/planting_bg.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    position: relative;
}

.planting:before{
	content: "";
	background: rgba(0,0,0,.70);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.planting:after {
    content: "";
    background-image: url("../images/cultivation/logo.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    width: 70%;
    height: 70%;
    position: absolute;
    mix-blend-mode: hard-light;
    top: 0;
    right: 0;
    z-index: 1;
}

.planting .inner{
	position: relative;
    z-index: 1;
}

.planting .list{
	margin: 10vw 0 0;
}

.planting .list > li{
	padding: 0 0 10vw 10vw;
    position: relative;
}

.planting .list .month:before{
	content: "";
    margin: auto;
	background: #fff;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 1vw;
	left: 4vw;
}

.planting .list .month:after{
	content: "";
    margin: auto;
	background: #3B9427;
	width: 3vw;
	height: 3vw;
	position: absolute;
	top: 1vw;
	left: 2.5vw;
    border-radius: 100px;
}

.planting .list .month{
    font-size: 3.7vw;
    color: #FFFF7E;
    font-weight: 900;
    font-family: 'Noto Serif JP';
}

.planting .list p{
    margin: 2vw 0 0;
    font-size: 3.7vw;
    color: #fff;
    font-weight: 400;
}

.planting .catch{
    margin: 10vw 0 0;
    font-size: 6vw;
    color: #fff;
    font-weight: 500;
    font-family: 'Noto Serif JP';
}

.planting #txt_loop{
    position: absolute;
    bottom: 0;
}

.planting #txt_loop li{
    padding-right: 8vw;
    width: 300vw;
    line-height: 0;
}


/* check_list
   ================================================================== */
.check_list > li{
    padding: 4vw 3vw;
    border-bottom: 1px dashed #6A6A6A;
}

.check_list.white > li{
    border-color: #eee;
}

.check_list li > span{
    padding-left: 9vw;
    font-size: 3.6vw;
    line-height: 170%;
    font-weight: 500;
    letter-spacing: 0;
    color: #777;
    display: block;
    position: relative;
}

.check_list.white li > span{
    color: #fff;
}

.check_list.serif li > span{
    font-family: 'Noto Serif JP';
    font-weight: 700;
}

.check_list li > span::before{
    content: "";
    background-image: url("../images/common/icon_check.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 5vw;
    height: 5vw;
    position: absolute;
    top: 1vw;
    left: 0;
}


/* business_message
   ================================================================== */
.business_message{
	padding: 15vw 0 30vw;
    background-image: url("../images/business/webp/message_bg.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    position: relative;
}

.business_message:before{
	content: "";
	background: rgba(0,0,0,.65);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.business_message .inner{
	position: relative;
    z-index: 1;
}

.business_message .box{
	padding: 10vw 0 0;
}

.business_message .border_style:before,
.business_message .border_style:after {
    height: 1px;
}

.business_message .border_style:before{
    width: 20vw;
}

.business_message .box .title{
    font-size: 6.5vw;
    color: #fff;
    font-family: "Zen Old Mincho";
    font-weight: 900;
    letter-spacing: 0.05em;
}

.business_message .box .photo{
    margin: 8vw -3vw 0 auto;
    width: 80vw;
}

.business_message .box .check_list{
    margin: 4vw 0 0;
}


/* business_list
   ================================================================== */
.business_list{
	padding: 15vw 0;
    background: #F4F4F4;
}

.business_list .list > li + li{
	margin-top: 15vw;
}

.business_list .list .phptos{
	margin: 8vw 0 0;
    padding: 8vw 0 0;
}

.business_list .list .phptos:before,
.business_list .list .phptos:after {
    height: 1px;
    background: #ddd;
}

.business_list .list .phptos:before{
    width: 16vw;
    background: #3B9427;
}

.business_list .list .phptos > li{
	line-height: 0;
}

.business_list .list .phptos > li + li{
	margin: 3vw 0 0;
}

.business_list .list .txt{
	margin: 5vw 0 0;
    font-size: 3.8vw;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-family: 'Noto Serif JP';
}


/* business_system
   ================================================================== */
.business_system{
	padding: 15vw 0;
}

.business_system .top_title{
	padding: 3vw 3vw;
    font-size: 5.8vw;
    color: #fff;
    background: #C57700;
    letter-spacing: 0.05em;
    font-family: "Zen Old Mincho";
    font-weight: 700;
}

.business_system .list > li{
	margin-top: 15vw;
}

.business_system .list .title_flex{
	display: flex;
    align-items: center;
}

.business_system .list .title_flex .number{
	width: 20vw;
    line-height: 0;
}

.business_system .list .title_flex .block_title{
    padding: 0 0 0 5vw;
	width: calc(100% - 20vw);
    box-sizing: border-box;
}

.business_system .list .box{
	margin: 6vw 0 0;
    padding: 6vw 0 0;
}

.business_system .list .border_style:before,
.business_system .list .border_style:after {
    height: 1px;
    background: #ddd;
}

.business_system .list .border_style:before{
    width: 16vw;
    background: #3B9427;
}

/* control */
.business_system .control .txt{
    font-size: 3.8vw;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-family: 'Noto Serif JP';
}

.business_system .control .phptos{
	margin: 5vw 0 0;
}

.business_system .control .phptos > li{
	line-height: 0;
}

.business_system .control .phptos > li + li{
	margin: 3vw 0 0;
}

.business_system .control .check_list{
	margin: 6vw 0 0;
}

/* certified */
.business_system .certified .left{
    width: 60vw;
}

.business_system .certified .right{
    padding: 8vw 0 0;
}

.business_system .certified .right .photo{
    width: 40vw;
}

.business_system .certified .right .txt{
    margin: 8vw 0 0;
    font-size: 3.8vw;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: 'Noto Serif JP';
}

.business_system .certified .right .date{
    margin: 5vw 0 0;
    font-size: 3.5vw;
    font-weight: 500;
    color: #777;
}


/* product
   ================================================================== */
.product{
	padding: 15vw 0 30vw;
}

.product .note{
    font-size: 4vw;
    color: #221714;
    letter-spacing: 0;
    font-family: "Zen Old Mincho";
    font-weight: 500;
}

/* block */
.product .block{
	margin: 5vw 0 0;
}

.product .block > li + li{
	margin-top: 15vw;
    padding-top: 15vw;
	position: relative;
}

.product .block > li + li:before{
	content: "";
	background: #C57700;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

/* list */
.product .list{
	margin: 0 0 0;
}

.product .list > li{
	padding: 6vw 2vw;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

@media screen and (max-width : 499px){
    
    .product .list > li + li{
        margin-top: 12vw;
    }
    
}

.product .list .text_box{
	padding: 2vw 0 0;
    text-align: center;
}

.product .list .text_box .name{
	font-size: 5vw;
    font-family: 'Noto Serif JP';
    font-weight: 600;
    letter-spacing: 0.05em;
}

.product .list .text_box .name span{
	font-size: 5vw;
    font-family: 'Noto Serif JP';
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: inherit;
    display: inline-block;
}

.product .list .text_box .name .f19{
	font-size: 0.86em;
}

.product .list .text_box .price{
	margin: 3vw 5vw 0;
    padding: 4vw 0 0;
    border-top: 1px solid #707070;
}

.product .list .text_box .price p{
	font-size: 3.8vw;
    font-family: 'Noto Serif JP';
    font-weight: 600;
    letter-spacing: 0.05em;
}

.product .list .text_box .price p.f22{
	font-size: 4.2vw;
}


/* ceo_message
   ================================================================== */
.ceo_message{
	padding: 15vw 0 0;
}

.ceo_message .title{
    padding: 0 0 10vw;
}

.ceo_message .title .block_title{
    padding: 1vw 5vw;
    position: relative;
}

.ceo_message .title .block_title:before{
	content: "";
	background: #3B9427;
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* bg */
.ceo_message .bg{
	padding: 15vw 0 25vw;
    background: #C57700;
}

.ceo_message .bg *{
	color: #fff;
}

.ceo_message .catch{
    
}

.ceo_message .catch > span{
    padding: 3vw 0 0 6vw;
	background-image: url("../images/company/title_left.svg"),url("../images/company/title_right.svg");
	background-repeat: no-repeat;
	background-position: left top,right top;
	background-size: 4vw;
    display: inline-block;
}

.ceo_message .catch > span > span{
    font-size: 6vw;
    letter-spacing: 0.03em;
    font-weight: 700;
    line-height: 150%;
    font-family: 'Noto Serif JP';
}

.ceo_message .txt{
    margin: 10vw 0 0;
}

/* ceo_box */
.ceo_message .ceo_box{
    margin: 8vw 0 0 auto;
    width: 70vw;
}

.ceo_message .ceo_box .ceo{
    margin: 10vw 6vw 0;
}

.ceo_message .ceo_box .ceo span{
    display: block;
    line-height: 150%;
    font-family: 'Noto Serif JP';
}

.ceo_message .ceo_box .ceo .com_name,
.ceo_message .ceo_box .ceo .ind{
    font-size: 3.7vw;
    font-weight: 600;
}

.ceo_message .ceo_box .ceo .name{
    margin: 2vw 0 0;
    font-size: 7vw;
    font-weight: 400;
    letter-spacing: 0.032em;
}

.ceo_message .ceo_box .ceo .com_name{
    margin: 3vw 0 0;
    padding: 3vw 0 0;
    border-top: 1px solid #fff;
}


/* company_section
   ================================================================== */
.company_section{
	padding: 15vw 0;
    background: #ddd;
}


/* design_table
   ================================================================== */
.design_table{
	width: 100%;
	box-sizing: border-box;
    background: #fff;
}

.design_table th,
.design_table td{
	width: 100%;
	display: block;
	font-weight: 400;
	border-bottom: none;
	box-sizing: border-box;
}

.design_table th,
.design_table td,
.design_table td p{
    font-size: 3.5vw;
    letter-spacing: 0.1em;
	line-height: 170%;
    font-weight: 400;
}

.design_table td a{
    font-size: inherit;
}

.design_table tr:nth-child(2n+2){
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.design_table tr:first-child{
	border-top: 1px solid #ddd;
}

.design_table tr:last-child{
	border-bottom: 1px solid #ddd;
}

.design_table th{
	padding: 5vw;
	font-weight: 700;
}

.design_table td{
	padding: 0 5vw;
}

.design_table td .border{
	padding: 5vw 0;
	border-top: 1px solid #ddd;
}

.design_table td .box + .box{
	margin-top: 5vw;
    padding-top: 5vw;
    border-top: 1px dashed #ddd;
}

.design_table td .ttl + p{
	margin: 1vw 0 0;
}


/* news_list
   ================================================================== */
.news_list{
	padding: 15vw 0;
}

.news_list .flex{
	position: relative;
}

.news_list .bg_box{
    margin: 0 -3vw;
    padding: 8vw 6vw;
	position: relative;
}

.news_list .bg_box:before{
	content: "";
	background-image: url("../images/news/webp/bg.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.news_list .block_title{
	position: relative;
    z-index: 1;
}

.news_list .list{
	margin: 0 0 0;
}

.news_list .list > li{
    padding: 1px 0 0;
	position: relative;
}

.news_list .list > li:before{
	content: "";
	background: #ddd;
	width: 300vw;
	height: 1px;
	position: absolute;
	top: -1px;
	left: -100vw;
}

.news_list .list > li:last-child:after{
	content: "";
	background: #ddd;
	width: 300vw;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: -100vw;
    z-index: 2;
}

.news_list .list a{
    padding: 5vw 3vw;
	display: block;
    line-height: 0;
}

.news_list .list a:before{
	content: "";
	background: #fff;
	width: 300vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100vw;
}

.news_list .list a span{
    line-height: 150%;
	display: block;
    position: relative;
    z-index: 1;
}

.news_list .list a .date{
    font-size: 3.3vw;
    color: #3B9427;
    font-weight: 400;
}

.news_list .list a .title{
    margin: 2vw 0 0;
    font-size: 3.5vw;
    color: #222;
    font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


/* pagination
   ================================================================== */
.pagination{
	text-align: center;
	padding: 10vw 0 5px;
	font-size: 0;
}

.pagination li{
	display: inline-block;
    vertical-align: top;
	margin: 6px 3px 0;
}

.pagination li.disabled{
	display: none;
}

.pagination a,
.pagination .active span{
	text-decoration: none;
	background: #ddd;
	color: #FFF;
	padding: 2px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	width: 34px;
	height: 34px;
    box-sizing: border-box;
    letter-spacing: 0;
    transition: all ease-out 0.3s;
    font-family: "メイリオ","ms pgothic", sans-serif;
}

.pagination .active span{
	background: #3B9427;
}


/* news_show
   ================================================================== */
.news_show .inner{
    padding-top: 15vw;
    padding-bottom: 25vw;
}


/* sns_area
   ================================================================== */
.sns_area{
	margin: 4vw 0 0;
	line-height: 1;
    overflow: hidden;
}

.sns_area div{
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
	display: inline-block;
	font-size: 0;
	line-height: 1;
}

.linebutton img{
	width: 21px;
}


/* detail_page
   ================================================================== */
.detail_page{
	margin: 0 0 0;
	font-size: 16px;
	word-break: break-all;
}

.detail_page .detail_box h1{
	border-bottom: 1px solid #3B9427;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 10px 10px;
	word-break: break-all;
	line-height: 150%;
}

.detail_page .flex{
	margin: 4vw 0 0;
    display: flex;
}

.detail_page .date{
    width: 23vw;
    font-size: 3.5vw;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}

.detail_page .detail_categories{
	margin: -.5vw 0 0;
    display: inline-block;
	vertical-align: middle;
}

.detail_page .detail_categories > ul{
    font-size: 0;
}

.detail_page .detail_categories > ul > li{
    margin: .5vw .5vw 0 0;
    display: inline-block;
    vertical-align: top;
}

.detail_page .detail_categories > ul > li a{
    padding: 1vw 3vw;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 3vw;
    line-height: 150%;
    color: #222;
    background: #eee;
}

.detail_page .photo{
	margin: 4vw 0 0;
	line-height: 0;
}
	
.detail_page .photo img{
	max-height: 500px;
}
	
.detail_page .detail_body{
	margin: 4vw 0 0;
    clear: both;
}


/* detail_btn_area
   ================================================================== */
.detail_btn_area{
	margin: 5vw 0 0;
    padding: 10px;
	font-size: 0;
    text-align: center;
    background: #F9F9F9;
}

.detail_btn_area .arrow_btn{
	margin: 0;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 40%;
    max-width: 310px;
}
	
.detail_btn_area .arrow_btn.prev,
.detail_btn_area .arrow_btn.next{
	width: 28%;
}

.detail_btn_area .arrow_btn.back{
	margin: 0 2%;
}

.detail_btn_area .arrow_btn a,
.detail_btn_area .arrow_btn button{
	display: flex;
    justify-content: center;
    align-items: center;
	margin: auto;
	padding: 10px 0;
    box-sizing: border-box;
	width: 100%;
    height: 50px;
	background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
	color: #333;
	text-align: center;
	font-size: 16px;
    line-height: 0;
	letter-spacing: 0.10em;
	font-family: "Noto Sans JP","メイリオ","ms pgothic", sans-serif;
}


/* contact_block
   ================================================================== */
.contact_block{
	padding: 15vw 0 25vw;
}

/* form */
.contact form{
	margin-top: -90px;
    padding-top: 90px;
}

.contact .top_note{
	margin: 0 0 6vw;
    font-size: 3.5vw;
    font-weight: 500;
    text-align: center;
}

.contact .top_text{
	margin: 0;
    font-size: 3.5vw;
    font-weight: 400;
    text-align: center;
}

.contact .conf_text{
    margin: 10vw 0 0;
	font-size: 4vw;
    color: #EA3E32;
    text-align: center;
    font-weight: 700;
	line-height: 150%;
}

.contact .req{
	color: #EA3E32;
}

.contact table{
    margin: 10vw auto 0;
	width: 100%;
	box-sizing: border-box;
}

.contact th,
.contact td{
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.10em;
	width: 100%;
	display: block;
	font-weight: normal;
	border-bottom: none;
	box-sizing: border-box;
}

.contact th{
	padding: 0 0 10px;
    font-weight: 500;
}

.contact td{
	padding: 0 0 25px;
    position: relative;
}

.contact td .balloon{
    position: absolute;
    bottom: -25px;
    left: 15px;
    height: 16px;
    line-height: 1;
    font-size: 13px;
    color: #EA3E32;
    letter-spacing: 0;
}

.contact .check_bg,
.contact output,
.contact input,
.contact select,
.contact textarea{
	margin: 0;
	font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.1em;
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
    background: #F8F8F8;
	border: 1px solid #F8F8F8;
	vertical-align: middle;
}

/* 確認画面の入力文字背景 */
.contact .check_bg,
.contact output{
    display: block;
    background: rgba(246,172,43,.1);
    border-color: rgba(246,172,43,.1);
}

.contact select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/common/down-arrow.svg");
    background-color: #F8F8F8;
	background-repeat: no-repeat;
	background-size: 10px 8px;
	background-position: right 16px center;
}

input:focus,
select:focus,
textarea:focus{
    outline: none;
}

textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input::-webkit-input-placeholder{
    color: #ccc;
}

textarea::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder{
    color: #ccc; opacity: 1;
}

textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input:-ms-input-placeholder{
    color: #ccc;
}

.contact textarea{
    height: 50vw;
	line-height: 150%;
}

/* ラジオボタン */
.contact .radio_input{
    padding: 0 0 17px;
}

.contact .radio_input .check_bg,
.contact .radio_input output{
    margin: 0 0 8px;
}

.radio_input label{
    margin: 0 0 8px;
	display: flex;
    align-items: center;
    cursor: pointer;
}

input[type='checkbox'] ,
input[type='radio'] {
    appearance: none;
    outline: none;
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 18px;
    height: 18px;
	margin: 0 10px 0 0;
    font-size: 0;
    padding: 0 !important;
    border: none;
    background: none;
}

input[type='checkbox']::before ,
input[type='radio']::before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 100%;
}

input[type='checkbox']:checked::before ,
input[type='radio']:checked::before {
    border-color: #CC0E10;
}

input[type='checkbox']::after ,
input[type='radio']::after {
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #CC0E10;
    border-radius: 100%;
    opacity: 0;
}

input[type='checkbox']:checked::after ,
input[type='radio']:checked::after {
    opacity: 1;
}

/* 四角ボタン */
.square input[type='checkbox']::before ,
.square input[type='radio']::before {
    border-radius: 0;
}

.square input[type='checkbox']::after ,
.square input[type='radio']::after {
    border-radius: 3px;
}

/* 郵便番号 */
.address .flex{
    margin: 0 0 20px;
	display: flex;
    align-items: center;
}

.address .flex p{
    margin: 0 20px 0 0;
    font-size: 15px;
    font-weight: 500;
}

.address .flex .check_bg,
.address .flex output,
.address .flex input{
    width: 140px;
}

/* ⽣年⽉⽇ */
.birth .flex{
	display: flex;
    align-items: center;
}

.birth .flex p{
    margin: 0 10px;
    font-size: 15px;
    font-weight: 400;
}

.birth .flex select{
    background-image: none;
    text-align: center;
}

.birth .wid100 select{
    width: 75px;
}

/* ⽣年個人情報保護方針 */
.contact .scroll_box{
    padding: 4vw;
    height: 80vw;
    box-sizing: border-box;
    border: 1px solid #ddd;
	overflow-y: scroll;
}

.contact .scroll_box p{
	font-size: 3.4vw;
    font-weight: 400;
}

.zas_btn_area{
	margin: auto;
	text-align: center;
	padding: 30px 0 0;
	font-size: 0;
	box-sizing: border-box;
}

.zas_btn_area button{
	font-size: 16px;
	color: #FFF;
	border: none;
	position: relative;
	overflow: hidden;
	text-align: center;
    transition: .3s;
}

.zas_btn_area button > span{
	padding: 12px 0;
	border: none;
	display: block;
	font-size: 16px;
    font-weight: 500;
	line-height: 150%;
	color: #FFF;
    letter-spacing: 0.1em;
}

.zas_btn_area button:disabled{
	background: #ccc !important;
    border-color: #ccc !important;
    cursor: auto;
}

.zas_btn_area button:disabled span{
    color: #fff !important;
}

.zas_btn_area .zas_btn01 button{
	background: #3B9427;
	width: 55%;
	max-width: 260px;
}

.zas_btn_area .zas_btn02 button{
	margin-right: 2%;
	background: #ccc;
	width: 28%;
}

.zas_btn_area .zas_btn03 button{
	background: #3B9427;
	width: 55%;
	max-width: 260px;
}


/* thanks
   ================================================================== */
.thanks p{
	font-size: 3.2vw;
	line-height: 150%;
    text-align: center;
}

.thanks .go_top_btn{
	margin: 12vw 0 0;
	text-align: center;
}


/* faq
   ================================================================== */
.faq{
	padding: 15vw 0 25vw;
    background: #ddd;
}

.faq .top_title{
	text-align: center;
}

.faq .top_title > span{
	display: block;
    line-height: 150%;
    font-weight: 700;
    font-family: 'Noto Serif JP';
}

.faq .top_title .eng{
	font-size: 5vw;
    letter-spacing: 0.08em;
}

.faq .top_title .jpn{
	font-size: 7vw;
    letter-spacing: 0.15em;
    color: #3B9427;
}

/* links */
.faq .links{
	margin: 5vw 0 0;
    font-size: 0;
}

.faq .links > li{
	margin: 3vw 2% 0 0;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.faq .links > li:nth-child(2n+2){
	margin-right: 0;
}

.faq .links a{
    padding: 0 10vw 0 5vw;
    font-size: 3.6vw;
    height: 15vw;
    letter-spacing: 0.04em;
    font-family: 'Noto Serif JP';
    font-weight: 700;
    background: rgba(197,119,0,.3);
	display: flex;
    align-items: center;
    position: relative;
}

.faq .links a:before{
	content: "";
	background-image: url("../images/faq/arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30%;
	width: 10vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

/* list */
.faq .list{
	margin: 5vw 0 0;
}

.faq .list > li{
    margin-top: -15vw;
	padding-top: 20vw;
}

.faq .list .inbox{
    padding: 8vw 5vw;
    background: #fff;
}

.faq .list .question,
.faq .list .answer{
    padding: 0 0 0 13vw;
    position: relative;
}

.faq .list .question:before,
.faq .list .answer:before{
	width: 10vw;
	height: 10vw;
    font-size: 8vw;
	position: absolute;
	top: 0;
	left: 0;
    letter-spacing: 0.10em;
    font-family: 'Noto Serif JP';
    font-weight: 700;
}

.faq .list .question:before{
	content: "Q.";
    color: #E2A741;
    top: -1vw;
}

.faq .list .answer:before{
	content: "A.";
    color: #3B9427;
}

.faq .list .question{
    font-size: 3.6vw;
    font-family: 'Noto Serif JP';
    font-weight: 900;
}

.faq .list .answer{
    margin: 6vw 0 0;
    font-size: 3.5vw;
    font-weight: 400;
}


@media screen and (min-width : 500px){


    /* block_title
       ================================================================== */
    .block_title .jpn{
        font-size: 2.2vw;
    }

    .block_title .jpn + .eng{
        margin: 0 0 0;
    }

    .block_title .eng{
        font-size: 3.6vw;
    }

    .block_title .mat_5{
        margin: .5vw 0 0;
    }

    .block_title .mat_10{
        margin: 1.0vw 0 0;
    }

    .block_title .f18{
        font-size: 1.8vw;
    }

    .block_title .f19{
        font-size: 1.9vw;
    }

    .block_title .f23{
        font-size: 2.3vw;
    }

    .block_title .f31{
        font-size: 3.1vw;
    }

    .block_title .f35{
        font-size: 3.5vw;
    }

    .block_title .f36{
        font-size: 3.6vw;
    }

    .block_title .f37{
        font-size: 3.7vw;
    }

    .block_title .f40{
        font-size: 4.0vw;
    }

    .block_title .f45{
        font-size: 4.5vw;
    }

    .block_title .f46{
        font-size: 4.6vw;
    }


    /* under_kv
       ================================================================== */
    .under_kv .inner{
        height: 33.0vw;
    }

    .under_kv .box{
        padding: 0 0 6.0vw;
    }

    .under_kv .page_title{
        font-size: 4.0vw;
    }


    /* product_message
       ================================================================== */
    .product_message:after{
        width: 96%;
        height: 100%;
        bottom: 0;
        left: 2.0vw;
    }

    .product_message .inner{
        height: 84.4vw;
    }

    .product_message .box{
        padding: 14.8vw 0 0;
    }

    .product_message .ttl{
        font-size: 4.3vw;
        line-height: 5.9vw;
    }

    .product_message p{
        margin: 2.4vw 0 0;
        font-size: 1.8vw;
        line-height: 3.0vw;
    }


    /* kv
       ================================================================== */
    .kv{
        margin: 0 0 0;
    }
    
    .kv .kv_fade{
        height: 100vh;
        min-height: 500px;
    }

    .kv .slide_img img.sp{
        display: none !important;
    }

    .kv .slide_img img.tab.pc{
        display: block !important;
    }


    /* index_product
       ================================================================== */
    .index_product{
        margin: 0 0 0;
    }

    .index_product .inner{
        padding-top: 20.9vw;
        padding-bottom: 17.2vw;
    }

    .index_product .box{
        padding: 0 0 0 54%;
        position: relative;
    }

    .index_product .ttl{
        padding: 0 0 1.0vw;
        font-size: 1.4vw;
    }

    .index_product .ttl:before{
        width: 6.0vw;
    }

    .index_product video{
        margin: 0 0 0;
        width: 46.9vw;
        position: absolute;
        top: 0;
        left: 0;
    }

    .index_product .name{
        margin: 5.4vw 0 0;
        font-size: 5.0vw;
        line-height: 8.0vw;
    }

    .index_product p{
        margin: 3.5vw 0 5.4vw;
        font-size: 1.5vw;
        line-height: 3.6vw;
    }


    /* index_about
       ================================================================== */
    .index_about{
        padding: 8.7vw 0 12.4vw;
    }

    .index_about .manual_slider{
        margin: 5.9vw 0 0;
        width: 89.5vw;
    }

    .manual_slider .box{
        margin: 0 0 0;
    }

    .manual_slider .text_box{
        padding: 3.8vw 4.5vw 0 5.0vw;
        min-height: 22.5vw;
    }

    .manual_slider .ttl{
        font-size: 2.5vw;
    }

    .manual_slider p{
        margin: 2.5vw 0 0;
        line-height: 2.5vw;
    }

    .manual_slider .more_btn{
        margin: 2.5vw 0 0 5.0vw;
    }

    /* swiper_arrow_btn */
    .swiper_arrow_btn .arrows{
        margin: 0 0 0 1.0vw;
        width: 7.3vw;
    }

    .swiper_arrow_btn .arrows .swiper-button-prev,
    .swiper_arrow_btn .arrows .swiper-button-next{
        margin: 4.0vw 0 0;
        width: 3.2vw;
        height: 3.2vw;
    }


    /* index_business
       ================================================================== */
    .index_business:before{
        background: linear-gradient(to right,rgba(197,119,0,1) 0%,rgba(197,119,0,.42) 50%,rgba(197,119,0,0) 55%,rgba(197,119,0,0) 100%);
    }

    .index_business .inner{
        padding-top: 16.8vw;
        padding-bottom: 16.0vw;
    }

    .index_business .box{
        padding: 0 0 0;
    }

    .index_business .block_title{
        padding: 0 0 3.2vw;
    }

    .index_business .block_title:before{
        width: 7.5vw;
    }

    .index_business .block_title .eng{
        margin: .5vw 0 0;
    }

    .index_business table{
        margin: 1.7vw 0 0;
    }

    .index_business table th{
        padding: 1.5vw 0 0;
        font-size: 1.5vw;
        min-width: 20.3vw;
        box-sizing: border-box;
        display: table-cell;
    }


    /* links_block
       ================================================================== */
    .links_block{
        padding: 12.5vw 0 15.3vw;
    }

    .links_block .inner{
        min-height: 36.5vw;
        position: relative;
    }

    .links_block .photos{
        margin: 0 0 0;
        width: 45.0vw;
        position: absolute;
        top: 0;
        left: 0;
    }

    .links_block .photos > li + li{
        margin: 1.5vw 0 0;
    }

    .links_block .list{
        padding: 1.5vw 0 0 50%;
    }

    .links_block .list a{
        padding: 3.8vw 4.2vw 2.5vw;
    }

    .links_block .list a:before{
        width: 2.5vw;
    }

    .links_block .list a:after{
        width: calc(100% - 2.9vw);
        left: 2.9vw;
    }

    .links_block .list .number{
        font-size: 1.6vw;
        top: 2.2vw;
        left: .5vw;
    }

    .links_block .list .jpn{
        font-size: 2.1vw;
    }

    .links_block .list .eng{
        margin: 1.3vw 0 0;
        font-size: 1.3vw;
    }

    .links_block .list .arrow{
        width: 3.0vw;
        right: 2.0vw;
        bottom: 2.7vw;
        transition: .3s;
    }

    .links_block .list a:hover .arrow{
        right: 0;
    }


    /* border_style
       ================================================================== */
    .border_style:before{
        width: 12.3vw;
    }


    /* ukon_product
       ================================================================== */
    .ukon_product{
        padding: 11.8vw 0 15.0vw;
    }

    .ukon_product .box{
        padding: 7.0vw 0 0;
        position: relative;
    }

    .ukon_product .box .product_photo{
        top: -4.3vw;
        right: -4.0vw;
        width: 36.0vw
    }

    .ukon_product .box .title{
        font-size: 3.0vw;
    }

    .ukon_product .box p{
        margin: 7.0vw 0 0;
        font-size: 1.7vw;
        line-height: 3.6vw;
    }


    /* ingredient
       ================================================================== */
    .ingredient .box{
        padding: 14.6vw 0 17.0vw;
        min-height: 83.5vw;
        box-sizing: border-box;
    }

    .ingredient .box .photo{
        margin: 0;
        width: 44.0vw;
        left: -2.0vw;
        bottom: 17.0vw;
        position: absolute;
    }

    .ingredient .box .list{
        margin: -9.5vw -2.0vw 0 50%;
    }

    .ingredient .box .list > li{
        padding: 2.5vw 0 1.5vw 2.8vw;
        width: 48%;
    }

    .ingredient .box .list > li:nth-child(2n+2){
        margin-left: 4%;
    }

    .ingredient .box .list .number{
        font-size: 1.3vw;
        top: 1.5vw;
    }

    .ingredient .box .list .name{
        font-size: 1.5vw;
    }


    /* manufacturing_step
       ================================================================== */
    .manufacturing_step{
        padding: 14.5vw 0 20.8vw;
    }

    .manufacturing_step .list{
        margin: 0 0 0;
    }

    .manufacturing_step .list > li{
        padding: 0 0 5.0vw;
        display: flex;
    }

    .manufacturing_step .left{
        padding: .8vw 0 0;
        width: 10.0vw;
        display: flex;
        justify-content: center;
    }

    .manufacturing_step .left:before,
    .manufacturing_step .left:after{
        margin: auto;
        width: 1.0vw;
        bottom: -2.4vw;
        left: 0;
        right: 0;
    }

    .manufacturing_step .left:before{
        height: 74%;
    }

    .manufacturing_step .left:after{
        height: 2.0vw;
        transform-origin: bottom right;
        transform: rotate(-30deg);
    }

    .manufacturing_step .list > li:last-child .left:after{
        display: none;
    }

    .manufacturing_step .left .box{
        position: relative;
    }

    .manufacturing_step .left .step{
        font-size: 1.5vw;
    }

    .manufacturing_step .left .number{
        font-size: 5.0vw;
    }

    /* right */
    .manufacturing_step .right{
        padding: 3.0vw 1.0vw 2.5vw 3.4vw;
        width: calc(100% - 10.0vw);
        display: flex;
        align-items: center;
    }

    .manufacturing_step .right .photo{
        width: 32.7vw;
    }

    .manufacturing_step .right .text_box{
        padding: 0 0 0 4.2vw;
        width: calc(100% - 32.7vw);
        box-sizing: border-box;
    }

    .manufacturing_step .right .ttl{
        margin: 0 0 2.0vw;
        padding: 0 0 2.0vw;
        font-size: 2.1vw;
        line-height: 3.4vw;
    }

    .manufacturing_step .right .ttl:before{
        width: 3.0vw;
    }

    .manufacturing_step .right .txt{
        font-size: 1.5vw;
        line-height: 2.6vw;
    }


    /* cultivation_section
       ================================================================== */
    .cultivation_section{
        padding: 18.3vw 0 0;
    }

    .cultivation_section.cultivation{
        padding: 13.0vw 0 25.0vw;
    }

    .cultivation_section .box{
        padding: 6.5vw 0 0;
        position: relative;
        box-sizing: border-box;
    }

    .cultivation_section.cultivation .box{
        min-height: 40.0vw;
    }

    .cultivation_section .border_style:before{
        width: 14.4vw;
    }

    .cultivation_section .border_style:after{
        width: 53.8vw;
    }

    .cultivation_section .photo{
        margin: 0 0 0;
        position: absolute;
        top: -10.4vw;
        right: -2.0vw;
        width: 64.9vw;
        z-index: 1;
    }

    .cultivation_section.cultivation .photo{
        top: 0;
        width: 48.0vw;
    }

    .cultivation_section .txt{
        margin: 9.0vw 0 0;
        padding: 0 5.0vw 0 0;
        font-size: 1.7vw;
        line-height: 3.3vw;
    }

    .cultivation_section.cultivation .txt{
        margin: 5.0vw 0 0;
    }

    /* photos */
    .cultivation .photos{
        margin: 10.8vw 0 0 -2.0vw;
        width: 90.0vw;
        display: flex;
    }

    .cultivation .photos li{
        width: 50%;
    }


    /* planting
       ================================================================== */
    .planting{
        padding: 13.0vw 0 29.0vw;
    }

    .planting:after {
        width: 50%;
        height: 100%;
    }

    .planting .list{
        margin: 8.0vw 0 0;
    }

    .planting .list > li{
        padding: 0 0 3.0vw 5.0vw;
    }

    .planting .list .month:before{
        left: 2.1vw;
        top: .6vw;
    }

    .planting .list .month:after{
        width: 1.3vw;
        height: 1.3vw;
        left: 1.5vw;
        top: .6vw;
    }

    .planting .list .month{
        font-size: 1.7vw
    }

    .planting .list p{
        margin: 1.0vw 0 0;
        font-size: 1.7vw;
        line-height: 2.4vw;
    }

    .planting .catch{
        margin: 12.2vw 0 0;
        font-size: 3.5vw;
        line-height: 7.0vw;
    }

    .planting #txt_loop{
        bottom: 0;
    }

    .planting #txt_loop li{
        padding-right: 6.0vw;
        width: 136.6vw;
    }


    /* check_list
       ================================================================== */
    .check_list > li{
        padding: 1.5vw 1.5vw;
    }
    
    .check_list li > span{
        padding-left: 3.5vw;
        font-size: 1.7vw;
    }
    
    .check_list li > span::before{
        width: 2.0vw;
        height: 2.0vw;
        top: .5vw;
    }


    /* business_message
       ================================================================== */
    .business_message{
        padding: 15.0vw 0 16.0vw
    }

    .business_message .box{
        padding: 6.0vw 31.4vw 0 0;
        box-sizing: border-box;
        position: relative;
    }

    .business_message .border_style:before{
        width: 18.4vw;
    }

    .business_message .border_style:after{
        width: 68.6vw;
    }

    .business_message .box .title{
        font-size: 2.9vw;
        line-height: 5.0vw;
    }

    .business_message .box .photo{
        margin: 0;
        width: 28.1vw;
        position: absolute;
        top: 0;
        right: -2.0vw;
    }

    .business_message .box .check_list{
        margin: 4.3vw 0 0;
    }


    /* business_list
       ================================================================== */
    .business_list{
        padding: 10.8vw 0 16.0vw;
    }

    .business_list .list > li + li{
        margin-top: 11.0vw;
    }

    .business_list .list .phptos{
        margin: 2.7vw 0 0;
        padding: 3.6vw 0 0;
        display: flex;
    }

    .business_list .list .phptos:before{
        width: 13.3vw;
    }

    .business_list .list .phptos > li{
        width: 48.5%;
    }

    .business_list .list .phptos > li + li{
        margin: 0 0 0 3%;
    }

    .business_list .list .txt{
        margin: 2.5vw 0 0;
        font-size: 1.8vw;
        line-height: 3.5vw;
    }


    /* business_system
       ================================================================== */
    .business_system{
        padding: 15.0vw 0 23.7vw;
    }

    .business_system .top_title{
        padding: 1.7vw 4.0vw;
        font-size: 3.0vw;
    }

    .business_system .list > li{
        margin-top: 8.6vw;
    }

    .business_system .list > li + li{
        margin-top: 14.0vw;
    }

    .business_system .list .title_flex .number{
        width: 13.4vw;
        display: flex;
        justify-content: center;
    }

    .business_system .list .title_flex .number img{
        width: 11.0vw;
    }

    .business_system .list .title_flex .block_title{
        padding: 0 0 0 2.0vw;
        width: calc(100% - 13.4vw);
    }

    .business_system .list .box{
        margin: 3.6vw 0 0;
        padding: 3.5vw 0 0;
    }

    .business_system .list .border_style:before{
        width: 13.3vw;
    }

    /* control */
    .business_system .control .txt{
        font-size: 1.8vw;
        line-height: 3.5vw;
    }

    .business_system .control .phptos{
        margin: 4.0vw 0 0;
        display: flex;
    }

    .business_system .control .phptos:before{
        width: 13.3vw;
    }

    .business_system .control .phptos > li{
        width: 48.5%;
    }

    .business_system .control .phptos li + li{
        margin: 0 0 0 3%;
    }

    .business_system .control .check_list{
        margin: 2.5vw 0 0;
    }

    /* certified */
    .business_system .certified .pc_flex{
        margin: 2.5vw 0 0;
        display: flex;
    }

    .business_system .certified .left{
        width: 30.2vw;
    }

    .business_system .certified .right{
        padding: 2.0vw 0 0 7.0vw;
        width: calc(100% - 30.2vw);
        box-sizing: border-box;
    }

    .business_system .certified .right .photo{
        width: 17.5vw;
    }

    .business_system .certified .right .txt{
        margin: 4.7vw 0 0 1.0vw;
        font-size: 1.8vw;
        line-height: 3.1vw;
    }

    .business_system .certified .right .date{
        margin: 4.0vw 0 0 1.0vw;
        font-size: 1.5vw;
    }


    /* product
       ================================================================== */
    .product{
        padding: 10.5vw 0 31.0vw;
    }

    .product .note{
        padding: 0 0 0 5.0vw;
        font-size: 2.0vw;
    }

    /* block */
    .product .block{
        margin: 1.8vw auto 0;
        width: 91.0vw;
        font-size: 0;
    }

    .product .block > li{
        font-size: 0;
    }

    .product .block > li + li{
        margin-top: 9.0vw;
        padding-top: 9.0vw;
    }

    .product .block > li + li:before,
    .product .block > li + li:after{
        content: "";
        background: #C57700;
        width: calc(95vw / 2);
        height: 1px;
        position: absolute;
        top: 0;
        left: 50%;
    }

    .product .block > li + li:after{
        left: auto;
        right: 50%;
    }

    /* list */
    .product .list{
        margin: 0 0 0;
        font-size: 0;
    }

    .product .list > li{
        margin: 9.0vw 6% 0 0;
        padding: 3.5vw 1.2vw 2.0vw;
        width: 47%;
        min-height: 48.9vw;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .product .list > li:nth-child(-n+2){
        margin-top: 0;
    }

    .product .list > li:nth-child(2n+2){
        margin-right: 0;
    }

    .product .list .text_box{
        padding: 1.8vw 0 0;
    }

    .product .list .text_box .name{
        display: flex;
        justify-content: center;
        align-items: flex-end;
        min-height: 6.0vw;
    }

    .product .list .text_box .name span{
        font-size: 2.2vw;
        line-height: 2.9vw;
    }

    .product .list .text_box .name.height_auto{
        min-height: auto;
    }

    .product .list .text_box .price{
        margin: 2.0vw auto 0;
        padding: 2.0vw 0 0;
        width: 90%;
        box-sizing: border-box;
    }

    .product .list .text_box .price p{
        font-size: 1.8vw;
        line-height: 3.5vw;
    }

    .product .list .text_box .price p.f22{
        font-size: 2.2vw;
    }


    /* ceo_message
       ================================================================== */
    .ceo_message{
        padding: 15.4vw 0 0;
    }

    .ceo_message .title{
        padding: 0 0 8.2vw;
    }

    .ceo_message .title .block_title{
        padding: 1.0vw 3.7vw;
    }

    /* bg */
    .ceo_message .bg{
        padding: 8.8vw 0 16.0vw
    }

    .ceo_message .catch > span{
        padding: 1.5vw 2.3vw 0 3.0vw;
        background-size: 1.9vw;
    }

    .ceo_message .catch > span > span{
        font-size: 2.8vw;
    }

    .ceo_message .txt{
        margin: 6.4vw 0 0;
        line-height: 2.8vw;
    }

    /* ceo_box */
    .ceo_message .ceo_box{
        margin: 5.0vw 0 0 auto;
        width: 46.0vw;
    }

    .ceo_message .ceo_box .ceo{
        margin: 8.5vw 3.2vw 0;
        width: 33.0vw;
    }

    .ceo_message .ceo_box .ceo .com_name,
    .ceo_message .ceo_box .ceo .ind{
        font-size: 1.7vw;
    }

    .ceo_message .ceo_box .ceo .name{
        margin: 1.0vw 0 0;
        font-size: 3.7vw;
    }

    .ceo_message .ceo_box .ceo .com_name{
        margin: 2.0vw 0 0;
        padding: 2.0vw 0 0;
    }

    
    /* company_section
       ================================================================== */
    .company_section{
        padding: 16.6vw 0;
    }


	/* design_table
	   ================================================================== */
	.design_table{
		width: 100%;
		box-sizing: border-box;
	}
	
	.design_table th,
	.design_table td{
		width: auto;
		display: table-cell;
		vertical-align: middle;
		box-sizing: border-box;
	}
	
	.design_table th,
	.design_table td,
    .design_table td p{
        font-size: 1.5vw;
        line-height: 3.0vw;
    }

	.design_table th{
		padding: 0 2vw 0 5vw;
		width: 23%;
	}
	
	.design_table .col th{
		padding: 2vw 2vw 2vw 5vw;
	}
	
	.design_table .title_top th{
		padding-top: 2vw;
		vertical-align: top;
	}
	
	.design_table td{
		padding: 2.5vw 0;
	}

	.design_table td .border{
		padding: 0 2vw 0 5vw;
		border-top: none;
		border-left: 1px solid #ddd;
		min-height: 3vw;
		display: flex;
		align-items: center;
        box-sizing: border-box;
	}

	.design_table td .border.box_in{
		display: block;
	}

    .design_table td .box{
    	margin-right: -2.0vw;
    }

    .design_table td .box + .box{
    	margin-top: 1.5vw;
        padding-top: 1.5vw;
    }
    
    .design_table td .ttl + p{
    	margin: .7vw 0 0;
    }


    /* news_list
       ================================================================== */
    .news_list{
        padding: 15.8vw 0 19.0vw;
    }

    .news_list .flex{
        display: flex;
    }

    .news_list .bg_box{
        margin: 0;
        padding: 7.4vw 0;
        width: 28.4vw;
        min-height: 60.0vw;
        box-sizing: border-box;
        z-index: 2;
    }

    .news_list .bg_box:before{
        width: 46.7vw;
        left: -18.3vw;
    }

    .news_list .block_title{
        position: relative;
        z-index: 1;
    }

    .news_list .list{
        margin: 0 0 0;
        width: calc(100% - 28.4vw);
        box-sizing: border-box;
    }

    .news_list .list > li:before{
        left: 0;
    }

    .news_list .list > li:last-child:after{
        left: 0;
    }

    .news_list .list a{
        padding: 3.4vw 5.0vw 3.3vw 5.0vw;
    }

    .news_list .list a:before{
        left: 0;
        transition: .3s;
    }

    .news_list .list a:after{
        content: "";
        margin: auto;
        background-image: url("../images/news/arrow.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        width: 2.8vw;
        height: .6vw;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 2vw;
        transition: .3s;
        opacity: 0;
        transform: translateX(0);
    }

    .news_list .list a:hover:before{
        background: #eee;
    }

    .news_list .list a:hover:after{
        opacity: 1;
        transform: translateX(10px);
    }

    .news_list .list a .date{
        font-size: 1.3vw;
    }

    .news_list .list a .title{
        margin: 1.0vw 0 0;
        font-size: 1.5vw;
    }


	/* pagination
	   ================================================================== */
	.pagination{
		margin: 5.0vw 0 0;
		padding: 0;
	}

    .pagination a,
    .pagination .active span{
    	padding: 1px 0 0;
    }
	
	.pagination a:hover{
		background: #3B9427;
	}


    /* news_show
       ================================================================== */
    .news_show .inner{
        padding-top: 17.5vw;
        padding-bottom: 21.0vw;
    }
     

	/* sns_area
	   ================================================================== */
    .sns_area {
        margin: 2vw 0 0;
    }
    
	.sns_area div{
		margin-bottom: 0;
		margin-right: 5px;
	}


    /* detail_page
       ================================================================== */
    .detail_page{
    	margin: 0 0 0;
    }

    .detail_page .detail_box h1{
    	font-size: 20px;
    	margin: 0 0 10px;
    	padding: 0 10px 10px;
    }
    
    .detail_page .flex{
    	margin: 2vw 0 0;
    }
    
    .detail_page .date{
        width: 10.0vw;
        font-size: 1.5vw;
    }
    
    .detail_page .detail_categories{
    	margin: -5px 0 0;
    }
    
    .detail_page .detail_categories > ul{
        font-size: 0;
    }
    
    .detail_page .detail_categories > ul > li{
        margin: 5px 5px 0 0;
    }
    
    .detail_page .detail_categories > ul > li a{
        padding: .5vw 2vw;
        font-size: 1.5vw;
        transition: .3s;
    }
    
    .detail_page .detail_categories > ul > li a:hover{
        background: #3B9427;
        color: #fff;
    }
    
    .detail_page .photo{
    	margin: 2vw 0 0;
    }
    	
    .detail_page .detail_body{
    	margin: 3vw 0 0;
    }


	/* detail_btn_area
	   ================================================================== */
	.detail_btn_area{
		margin: 3.0vw 0 0;
		font-size: 0;
		text-align: center;
	}
	
    .detail_btn_area .arrow_btn,
    .detail_btn_area .arrow_btn.next,
    .detail_btn_area .arrow_btn.prev{
    	width: 32%;
    }

    .detail_btn_area .arrow_btn.back{
    	margin: 0 2%;
    }
    
	.detail_btn_area .arrow_btn a,
	.detail_btn_area .arrow_btn button{
		padding: 0;
		width: 100%;
        height: 45px;
        line-height: 45px;
		text-align: center;
		font-size: 15px;
		letter-spacing: 0.10em;
		transition: .3s;
		cursor: pointer;
	}
	
	.detail_btn_area .arrow_btn path{
		transition: .3s;
	}
	
	.detail_btn_area .arrow_btn a:hover,
	.detail_btn_area .arrow_btn button:hover{
		background: #3B9427;
		border-color: #3B9427;
        color: #fff;
	}

	.detail_btn_area .arrow_btn a:hover path{
        fill: #fff;
	}


    /* contact_block
       ================================================================== */
    .contact_block{
    	padding: 13.0vw 0 19.0vw;
    }

    /* form */
    .contact .top_note{
    	margin: 0 0 1.7vw;
        font-size: 1.8vw;
    }
    
    .contact .top_text{
    	margin: 0 0 0;
        font-size: 1.5vw;
    }
    
    .contact .conf_text{
        margin: 0 0 0;
    	font-size: 1.5vw;
        line-height: 2.5vw;
    }
    
    .contact table{
        margin: 7vw auto 0;
        width: 70%;
    }
    
    .contact th,
    .contact td{
        width: auto;
    	font-size: 15px;
    }
    
    .contact th{
    	padding: 0 0 0;
        box-sizing: border-box;
    }
    
    .contact .title_top th{
    	padding-top: 31px;
        vertical-align: top;
    }
    
    .contact td{
    	padding: 17px 0 18px;
    }
    
    .contact .check_bg,
    .contact output,
    .contact input,
    .contact select,
    .contact textarea{
    	margin: 0;
    	font-size: 16px;
    	padding: 15px;
        max-width: 95%;
    }
	
	.contact select{
		vertical-align: middle;
	}
    
    .contact textarea{
        height: 180px;
    }
    
    /* ラジオボタン */
    .contact .radio_input{
        padding: 17px 0 2px;
    }

    .contact .radio_input .check_bg,
    .contact .radio_input output{
        margin: 0 0 15px;
    }
    
    .radio_input label{
        margin: 0 10px 15px 0;
    	display: inline-flex;
        align-items: center;
    }
    
    input[type='checkbox'] ,
    input[type='radio'] {
        appearance: none;
        outline: none;
        display: block;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 18px;
        height: 18px;
    	margin: 0 10px 0 0;
        font-size: 0;
        padding: 0;
        border: none;
    }
    
    input[type='checkbox']::before ,
    input[type='radio']::before {
        width: 18px;
        height: 18px;
    }
    
    input[type='checkbox']::after ,
    input[type='radio']::after {
        left: 5px;
        top: 5px;
        width: 10px;
        height: 10px;
    }

    /* 郵便番号 */
    .address .flex{
        margin: 0 0 20px;
    }
    
    .address .flex p{
        margin: 0 20px 0 0;
        font-size: 15px;
    }
    
    .address .flex .check_bg,
    .address .flex output,
    .address .flex input{
        width: 140px;
    }

    /* ⽣年⽉⽇ */
    .birth .flex p{
        margin: 0 20px;
        font-size: 15px;
    }
        
    /* ⽣年個人情報保護方針 */
    .contact .scroll_box{
        padding: 1.7vw 2.5vw;
        height: 23.5vw;
    }

    .contact .scroll_box p{
        font-size: 1.4vw;
        line-height: 2.4vw;
    }

    .zas_btn_area{
    	margin: auto;
    	text-align: center;
    	padding: 40px 0 0;
    	font-size: 0;
    	box-sizing: border-box;
    }
    
    .zas_btn_area button{
    	font-size: 16px;
    	color: #FFF;
    	border: 2px solid #3B9427;
    	position: relative;
    	overflow: hidden;
    	text-align: center;
        transition: .3s;
        cursor: pointer;
    }
    
    .zas_btn_area button span{
    	padding: 12px 0;
    	border: none;
    	display: block;
    	font-size: 16px;
        transition: .3s;
    }
    
    .zas_btn_area .zas_btn01 button{
    	width: 50%;
    	max-width: 280px;
    }
    
    .zas_btn_area .zas_btn02 button{
    	margin-right: 2%;
    	width: 28%;
        border-color: #ccc;
    }
    
    .zas_btn_area .zas_btn03 button{
    	width: 50%;
    	max-width: 280px;
    }
    
    .zas_btn_area .zas_btn01 button:hover,
    .zas_btn_area .zas_btn03 button:hover{
    	background: #fff;
    }
    
    .zas_btn_area .zas_btn02 button:hover{
    	opacity: .5;
    }
    
    .zas_btn_area .zas_btn01 button:hover span,
    .zas_btn_area .zas_btn03 button:hover span{
    	color: #3B9427;
    }


    /* thanks
       ================================================================== */
    .thanks p{
        margin: 0 0 0;
    	font-size: 1.5vw;
        line-height: 2.5vw;
    }
    
    .thanks .go_top_btn{
    	margin: 9.0vw 0 0;
    }


    /* faq
       ================================================================== */
    .faq{
        padding: 15.0vw 0 19.6vw;
    }

    .faq .top_title .eng{
        font-size: 2.9vw;
    }

    .faq .top_title .jpn{
        font-size: 3.9vw;
    }

    /* links */
    .faq .links{
        margin: 4.0vw 0 0;
    }

    .faq .links > li{
        margin: 2.0vw 1.25% 0 0;
        width: 24%;
    }

    .faq .links > li:nth-child(2n+2){
        margin-right: 1.25%;
    }

    .faq .links > li:nth-child(4n+4){
        margin-right: 0;
    }

    .faq .links a{
        padding: 0 5.0vw 0 3.5vw;
        font-size: 1.6vw;
        height: 7.7vw;
    }

    .faq .links a:before{
        background-position: .2vw center;
        background-size: 1.8vw;
        width: 5.0vw;
        height: 100%;
        transition: .3s;
    }

    .faq .links a:hover:before{
        transform: translateY(5px);
    }

    /* list */
    .faq .list{
        margin: 2.0vw 0 0;
    }

    .faq .list > li{
        margin-top: -2.5vw;
        padding-top: 5.0vw;
    }

    .faq .list .inbox{
        padding: 4.0vw 2.5vw;
    }

    .faq .list .question,
    .faq .list .answer{
        padding: 0 0 0 5.0vw;
    }

    .faq .list .question:before,
    .faq .list .answer:before{
        width: 5.0vw;
        height: 5.0vw;
        font-size: 3.0vw;
    }

    .faq .list .question:before{
        top: -.5vw;
    }

    .faq .list .answer:before{
        top: -.2vw;
    }

    .faq .list .question{
        font-size: 1.6vw;
        line-height: 3.0vw;
    }

    .faq .list .answer{
        margin: 2.4vw 0 0;
        font-size: 1.5vw;
        line-height: 2.8vw;
    }

    
}
@media screen and (min-width : 1040px){    


    /* block_title
       ================================================================== */
    .block_title .jpn{
        font-size: 22px;
    }

    .block_title .jpn + .eng{
        margin: 0 0 0;
    }

    .block_title .eng{
        font-size: 36px;
    }

    .block_title .mat_5{
        margin: 8px 0 0;
    }

    .block_title .mat_10{
        margin: 10px 0 0;
    }

    .block_title .f18{
        font-size: 18px;
    }

    .block_title .f19{
        font-size: 19px;
    }

    .block_title .f23{
        font-size: 23px;
    }

    .block_title .f31{
        font-size: 31px;
    }

    .block_title .f35{
        font-size: 35px;
    }

    .block_title .f36{
        font-size: 36px;
    }

    .block_title .f37{
        font-size: 37px;
    }

    .block_title .f40{
        font-size: 40px;
    }

    .block_title .f45{
        font-size: 45px;
    }

    .block_title .f46{
        font-size: 46px;
    }


    /* under_kv
       ================================================================== */
    .under_kv .inner{
        max-width: 1136px;
        height: 460px;
    }

    .under_kv .box{
        padding: 0 0 60px;
    }

    .under_kv .page_title{
        font-size: 50px;
    }


    /* product_message
       ================================================================== */
    .product_message:after{
        width: 70%;
        max-width: 1030px;
        bottom: 0;
        left: 20px;
    }

    .product_message .inner{
        height: 844px;
    }

    .product_message .box{
        padding: 148px 0 0;
    }

    .product_message .ttl{
        font-size: 43px;
        line-height: 59px;
    }

    .product_message p{
        margin: 24px 0 0;
        font-size: 18px;
        line-height: 30px;
    }


    /* kv
       ================================================================== */
    .kv{
    	margin: 0 0 0;
    }
    
    .kv .kv_fade{
        height: 100vh;
    }


    /* index_product
       ================================================================== */
    .index_product{
        margin: 0 0 0;
    }

    .index_product .inner{
        padding-top: 209px;
        padding-bottom: 172px;
    }

    .index_product .box{
        padding: 0 0 0 54%;
        position: relative;
    }

    .index_product .ttl{
        padding: 0 0 10px;
        font-size: 14px;
    }

    .index_product .ttl:before{
        width: 60px;
    }

    .index_product video{
        margin: 0 0 0;
        width: 469px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .index_product .name{
        margin: 54px 0 0;
        font-size: 50px;
        line-height: 80px;
    }

    .index_product p{
        margin: 35px 0 54px;
        font-size: 15px;
        line-height: 36px;
    }


    /* index_about
       ================================================================== */
    .index_about{
        padding: 87px 0 124px;
    }

    .index_about .manual_slider{
        margin: 59px 0 0;
        width: 895px;
    }

    .manual_slider .box{
        margin: 0 0 0;
    }

    .manual_slider .text_box{
        padding: 38px 45px 0 50px;
        min-height: 225px;
    }

    .manual_slider .ttl{
        font-size: 25px;
    }

    .manual_slider p{
        margin: 25px 0 0;
        line-height: 25px;
    }

    .manual_slider .more_btn{
        margin: 25px 0 0 50px;
    }

    /* swiper_arrow_btn */
    .swiper_arrow_btn .arrows{
        margin: 0 0 0 10px;
        width: 73px;
    }

    .swiper_arrow_btn .arrows .swiper-button-prev,
    .swiper_arrow_btn .arrows .swiper-button-next{
        margin: 40px 0 0;
        width: 32px;
        height: 32px;
    }


    /* index_business
       ================================================================== */
    .index_business .inner{
        padding-top: 168px;
        padding-bottom: 160px;
    }

    .index_business .box{
        padding: 0 0 0;
    }

    .index_business .block_title{
        padding: 0 0 32px;
    }

    .index_business .block_title:before{
        width: 75px;
    }

    .index_business .block_title .eng{
        margin: 5px 0 0;
    }

    .index_business table{
        margin: 17px 0 0;
    }

    .index_business table th{
        padding: 15px 0 0;
        font-size: 15px;
        min-width: 203px;
        box-sizing: border-box;
        display: table-cell;
    }


    /* links_block
       ================================================================== */
    .links_block{
        padding: 125px 0 153px;
    }

    .links_block .inner{
        min-height: 455px;
        position: relative;
    }

    .links_block .photos{
        margin: 0 0 0;
        width: 566px;
        position: absolute;
        top: 0;
        left: -183px;
    }

    .links_block .photos > li + li{
        margin: 15px 0 0;
    }

    .links_block .list{
        padding: 15px 0 0 50%;
    }

    .links_block .list a{
        padding: 38px 42px 25px;
    }

    .links_block .list a:before{
        width: 25px;
    }

    .links_block .list a:after{
        width: calc(100% - 29px);
        left: 29px;
    }

    .links_block .list .number{
        font-size: 16px;
        top: 22px;
        left: 5px;
    }

    .links_block .list .jpn{
        font-size: 21px;
    }

    .links_block .list .eng{
        margin: 13px 0 0;
        font-size: 13px;
    }

    .links_block .list .arrow{
        width: 30px;
        right: 20px;
        bottom: 27px;
    }


    /* border_style
       ================================================================== */
    .border_style:before{
        width: 123px;
    }


    /* ukon_product
       ================================================================== */
    .ukon_product{
        padding: 118px 0 150px;
    }

    .ukon_product .box{
        padding: 70px 0 0;
        position: relative;
    }

    .ukon_product .box .product_photo{
        top: -43px;
        right: -120px;
        width: 379px
    }

    .ukon_product .box .title{
        font-size: 30px;
    }

    .ukon_product .box p{
        margin: 70px 0 0;
        font-size: 17px;
        line-height: 36px;
    }


    /* ingredient
       ================================================================== */
    .ingredient .box{
        padding: 146px 0 170px;
        min-height: 835px;
        box-sizing: border-box;
    }

    .ingredient .box .photo{
        margin: 0;
        width: 586px;
        left: -183px;
        bottom: 170px;
        position: absolute;
    }

    .ingredient .box .list{
        margin: -95px 0 0 50%;
        width: 540px;
    }

    .ingredient .box .list > li{
        padding: 25px 0 15px 28px;
        width: 48%;
    }

    .ingredient .box .list > li:nth-child(2n+2){
        margin-left: 4%;
    }

    .ingredient .box .list .number{
        font-size: 13px;
        top: 15px;
    }

    .ingredient .box .list .name{
        font-size: 15px;
    }


    /* manufacturing_step
       ================================================================== */
    .manufacturing_step{
        padding: 145px 0 208px;
    }

    .manufacturing_step .list{
        margin: 0 0 0;
    }

    .manufacturing_step .list > li{
        padding: 0 0 50px;
        display: flex;
    }

    .manufacturing_step .left{
        padding: 8px 0 0;
        width: 196px;
        display: flex;
        justify-content: center;
    }

    .manufacturing_step .left:before,
    .manufacturing_step .left:after{
        margin: auto;
        width: 10px;
        bottom: -24px;
        left: 0;
        right: 0;
    }

    .manufacturing_step .left:before{
        height: 74%;
    }

    .manufacturing_step .left:after{
        height: 20px;
        transform-origin: bottom right;
        transform: rotate(-30deg);
    }

    .manufacturing_step .list > li:last-child .left:after{
        display: none;
    }

    .manufacturing_step .left .box{
        position: relative;
    }

    .manufacturing_step .left .step{
        font-size: 15px;
    }

    .manufacturing_step .left .number{
        font-size: 50px;
    }

    /* right */
    .manufacturing_step .right{
        padding: 30px 10px 25px 34px;
        width: calc(100% - 196px);
        display: flex;
        align-items: center;
    }

    .manufacturing_step .right .photo{
        width: 327px;
    }

    .manufacturing_step .right .text_box{
        padding: 0 0 0 42px;
        width: calc(100% - 327px);
        box-sizing: border-box;
    }

    .manufacturing_step .right .ttl{
        margin: 0 0 20px;
        padding: 0 0 20px;
        font-size: 21px;
        line-height: 34px;
    }

    .manufacturing_step .right .ttl:before{
        width: 30px;
    }

    .manufacturing_step .right .txt{
        font-size: 15px;
        line-height: 26px;
    }


    /* cultivation_section
       ================================================================== */
    .cultivation_section{
        padding: 183px 0 0;
    }

    .cultivation_section.cultivation{
        padding: 130px 0 250px;
    }

    .cultivation_section .box{
        padding: 65px 0 0;
        position: relative;
        box-sizing: border-box;
    }

    .cultivation_section.cultivation .box{
        min-height: 470px;
    }

    .cultivation_section .border_style:before{
        width: 144px;
    }

    .cultivation_section .border_style:after{
        width: 538px;
    }

    .cultivation_section .photo{
        margin: 0 0 0;
        position: absolute;
        top: -104px;
        right: -183px;
        width: 649px;
        z-index: 1;
    }

    .cultivation_section.cultivation .photo{
        top: 0;
        width: 621px;
    }

    .cultivation_section .txt{
        margin: 90px 0 0;
        padding: 0 50px 0 0;
        font-size: 17px;
        line-height: 33px;
    }

    .cultivation_section.cultivation .txt{
        margin: 50px 0 0;
    }

    /* photos */
    .cultivation .photos{
        margin: 188px 0 0 -183px;
        width: 1232px;
        display: flex;
    }

    .cultivation .photos li{
        width: 50%;
    }


    /* planting
       ================================================================== */
    .planting{
        padding: 130px 0 290px;
    }

    .planting:after {
        width: 50%;
        max-width: 1200px;
        height: 100%;
    }

    .planting .list{
        margin: 80px 0 0;
    }

    .planting .list > li{
        padding: 0 0 30px 50px;
    }

    .planting .list .month:before{
        left: 21px;
        top: 6px;
    }

    .planting .list .month:after{
        width: 13px;
        height: 13px;
        left: 15px;
        top: 6px;
    }

    .planting .list .month{
        font-size: 17px
    }

    .planting .list p{
        margin: 10px 0 0;
        font-size: 17px;
        line-height: 24px;
    }

    .planting .catch{
        margin: 122px 0 0;
        font-size: 35px;
        line-height: 70px;
    }

    .planting #txt_loop{
        bottom: 0;
    }

    .planting #txt_loop li{
        padding-right: 60px;
        width: 1366px;
    }


    /* check_list
       ================================================================== */
    .check_list > li{
        padding: 15px 15px;
    }
    
    .check_list li > span{
        padding-left: 35px;
        font-size: 17px;
    }
    
    .check_list li > span::before{
        width: 20px;
        height: 20px;
        top: 5px;
    }


    /* business_message
       ================================================================== */
    .business_message{
        padding: 150px 0 160px
    }

    .business_message .box{
        padding: 60px 314px 0 0;
        min-height: 614px;
        box-sizing: border-box;
        position: relative;
    }

    .business_message .border_style:before{
        width: 184px;
    }

    .business_message .border_style:after{
        width: 686px;
    }

    .business_message .box .title{
        font-size: 29px;
        line-height: 50px;
    }

    .business_message .box .photo{
        margin: 0;
        width: 421px;
        position: absolute;
        top: 0;
        right: -184px;
    }

    .business_message .box .check_list{
        margin: 43px 0 0;
    }


    /* business_list
       ================================================================== */
    .business_list{
        padding: 108px 0 160px;
    }

    .business_list .list > li + li{
        margin-top: 110px;
    }

    .business_list .list .phptos{
        margin: 27px 0 0;
        padding: 36px 0 0;
        display: flex;
    }

    .business_list .list .phptos:before{
        width: 133px;
    }

    .business_list .list .phptos > li{
        width: 48.5%;
    }

    .business_list .list .phptos > li + li{
        margin: 0 0 0 3%;
    }

    .business_list .list .txt{
        margin: 25px 0 0;
        font-size: 18px;
        line-height: 35px;
    }


    /* business_system
       ================================================================== */
    .business_system{
        padding: 150px 0 237px;
    }

    .business_system .top_title{
        padding: 17px 40px;
        font-size: 30px;
    }

    .business_system .list > li{
        margin-top: 86px;
    }

    .business_system .list > li + li{
        margin-top: 140px;
    }

    .business_system .list .title_flex .number{
        width: 134px;
        display: flex;
        justify-content: center;
    }

    .business_system .list .title_flex .number img{
        width: 110px;
    }

    .business_system .list .title_flex .block_title{
        padding: 0 0 0 20px;
        width: calc(100% - 134px);
    }

    .business_system .list .box{
        margin: 36px 0 0;
        padding: 35px 0 0;
    }

    .business_system .list .border_style:before{
        width: 133px;
    }

    /* control */
    .business_system .control .txt{
        font-size: 18px;
        line-height: 35px;
    }

    .business_system .control .phptos{
        margin: 40px 0 0;
        display: flex;
    }

    .business_system .control .phptos:before{
        width: 133px;
    }

    .business_system .control .phptos > li{
        width: 48.5%;
    }

    .business_system .control .phptos li + li{
        margin: 0 0 0 3%;
    }

    .business_system .control .check_list{
        margin: 25px 0 0;
    }

    /* certified */
    .business_system .certified .pc_flex{
        margin: 25px 0 0;
        display: flex;
    }

    .business_system .certified .left{
        width: 302px;
    }

    .business_system .certified .right{
        padding: 20px 0 0 70px;
        width: calc(100% - 302px);
        box-sizing: border-box;
    }

    .business_system .certified .right .photo{
        width: 175px;
    }

    .business_system .certified .right .txt{
        margin: 47px 0 0 10px;
        font-size: 18px;
        line-height: 31px;
    }

    .business_system .certified .right .date{
        margin: 40px 0 0 10px;
        font-size: 15px;
    }


    /* product
       ================================================================== */
    .product{
        padding: 105px 0 310px;
    }

    .product .note{
        padding: 0 0 0 50px;
        font-size: 20px;
    }

    /* block */
    .product .block{
        margin: 18px auto 0;
        width: 910px;
        font-size: 0;
    }

    .product .block > li{
        font-size: 0;
    }

    .product .block > li + li{
        margin-top: 90px;
        padding-top: 90px;
    }

    .product .block > li + li:before,
    .product .block > li + li:after{
        content: "";
        background: #C57700;
        width: calc(1078px / 2);
        height: 1px;
        position: absolute;
        top: 0;
        left: 50%;
    }

    .product .block > li + li:after{
        left: auto;
        right: 50%;
    }

    /* list */
    .product .list{
        margin: 0 0 0;
        font-size: 0;
    }

    .product .list > li{
        margin: 90px 6% 0 0;
        padding: 35px 12px 20px;
        width: 47%;
        min-height: 489px;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .product .list > li:nth-child(-n+2){
        margin-top: 0;
    }

    .product .list > li:nth-child(2n+2){
        margin-right: 0;
    }

    .product .list .text_box{
        padding: 18px 0 0;
    }

    .product .list .text_box .name{
        min-height: 60px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .product .list .text_box .name span{
        font-size: 22px;
        line-height: 29px;
    }

    .product .list .text_box .name.height_auto{
        min-height: auto;
    }

    .product .list .text_box .price{
        margin: 20px auto 0;
        padding: 20px 0 0;
        width: 90%;
        box-sizing: border-box;
    }

    .product .list .text_box .price p{
        font-size: 18px;
        line-height: 35px;
    }

    .product .list .text_box .price p.f22{
        font-size: 22px;
    }


    /* ceo_message
       ================================================================== */
    .ceo_message{
        padding: 154px 0 0;
    }

    .ceo_message .title{
        padding: 0 0 82px;
    }

    .ceo_message .title .block_title{
        padding: 10px 37px;
    }

    /* bg */
    .ceo_message .bg{
        padding: 88px 0 160px
    }

    .ceo_message .catch > span{
        padding: 15px 23px 0 30px;
        background-size: 19px;
    }

    .ceo_message .catch > span > span{
        font-size: 28px;
    }

    .ceo_message .txt{
        margin: 64px 0 0;
        line-height: 28px;
    }

    /* ceo_box */
    .ceo_message .ceo_box{
        margin: 50px 0 0 auto;
        width: 460px;
    }

    .ceo_message .ceo_box .ceo{
        margin: 85px 32px 0;
        width: 330px;
    }

    .ceo_message .ceo_box .ceo .com_name,
    .ceo_message .ceo_box .ceo .ind{
        font-size: 17px;
    }

    .ceo_message .ceo_box .ceo .name{
        margin: 10px 0 0;
        font-size: 37px;
    }

    .ceo_message .ceo_box .ceo .com_name{
        margin: 20px 0 0;
        padding: 20px 0 0;
    }

    
    /* company_section
       ================================================================== */
    .company_section{
        padding: 166px 0;
    }


	/* design_table
	   ================================================================== */
	.design_table th,
	.design_table td,
    .design_table td p{
        font-size: 15px;
        line-height: 30px;
	}

	.design_table th{
		padding: 0 10px 0 50px;
		width: 23%;
	}
		
	.design_table .title_top th{
		padding-top: 25px;
	}

	.design_table td{
		padding: 25px 0;
	}

	.design_table td .border{
		padding: 0 20px 0 50px;
        min-height: 30px;
	}

    .design_table td .box{
    	margin-right: -20px;
    }

    .design_table td .box + .box{
    	margin-top: 15px;
        padding-top: 15px;
    }
    
    .design_table td .ttl + p{
    	margin: 7px 0 0;
    }

	.design_table td a:hover{
		text-decoration: underline;
	}


    /* news_list
       ================================================================== */
    .news_list{
        padding: 158px 0 190px;
    }

    .news_list .flex{
        display: flex;
    }

    .news_list .bg_box{
        margin: 0;
        padding: 74px 0;
        width: 284px;
        min-height: 600px;
        box-sizing: border-box;
        z-index: 2;
    }

    .news_list .bg_box:before{
        width: 467px;
        left: -183px;
    }

    .news_list .block_title{
        position: relative;
        z-index: 1;
    }

    .news_list .list{
        margin: 0 0 0;
        width: calc(100% - 284px);
        box-sizing: border-box;
    }

    .news_list .list a{
        padding: 34px 50px 33px 50px;
    }

    .news_list .list a:before{
        left: 0;
    }

    .news_list .list a:after{
        width: 28px;
        height: 6px;
        right: 0;
    }

    .news_list .list a .date{
        font-size: 13px;
    }

    .news_list .list a .title{
        margin: 10px 0 0;
        font-size: 15px;
    }


	/* pagination
	   ================================================================== */
	.pagination{
		margin: 50px 0 0;
		padding: 0;
	}

    .pagination a,
    .pagination .active span{
        padding: 2px 0 0;
    	font-size: 15px;
    	width: 40px;
    	height: 40px;
    }


    /* news_show
       ================================================================== */
    .news_show .inner{
        padding-top: 175px;
        padding-bottom: 210px;
    }
     

	/* sns_area
	   ================================================================== */
    .sns_area {
        margin: 25px 0 0;
    }
    
	.sns_area div{
		margin-right: 10px;
	}


    /* detail_page
       ================================================================== */
    .detail_page{
    	margin: 0 0 0;
    }

    .detail_page .detail_box h1{
    	font-size: 25px;
    	margin: 0 0 10px;
    	padding: 0 10px 10px;
    }
    
    .detail_page .flex{
    	margin: 20px 0 0;
    }
    
    .detail_page .date{
        width: 100px;
        font-size: 15px;
    }
    
    .detail_page .detail_categories > ul{
        font-size: 0;
    }
    
    .detail_page .detail_categories > ul > li{
        margin: 5px 5px 0 0;
    }
    
    .detail_page .detail_categories > ul > li a{
        padding: 5px 15px;
        font-size: 13px;
    }
    
    .detail_page .photo{
    	margin: 20px 0 0;
    }
    	
    .detail_page .detail_body{
    	margin: 25px 0 0;
    }


	/* detail_btn_area
	   ================================================================== */
	.detail_btn_area{
		margin: 30px 0 0;
		font-size: 0;
		text-align: center;
	}
	
	.detail_btn_area .arrow_btn{
		margin: 0;
	}

    .detail_btn_area .arrow_btn.back{
    	margin: 0 2%;
    }
	
	.detail_btn_area .arrow_btn a,
	.detail_btn_area .arrow_btn button{
		padding: 0;
		width: 100%;
        height: 60px;
        line-height: 60px;
		text-align: center;
		font-size: 16px;
		letter-spacing: 0.10em;
    }


    /* contact_block
       ================================================================== */
    .contact_block{
    	padding: 130px 0 196px;
    }

    /* form */
    .contact form{
    	margin-top: -140px;
        padding-top: 140px;
    }

    .contact .top_note{
    	margin: 0 0 17px;
        font-size: 18px;
    }
    
    .contact .top_text{
        margin: 0 0 0;
    	font-size: 15px;
        line-height: 25px;
    }
    
    .contact .conf_text{
        margin: 0 0 0;
    	font-size: 15px;
    }
    
    .contact table{
        margin: 70px auto 0;
        width: 700px;
    	font-size: 15px;
    }
    
    .contact table td,
    .contact table th{
    	font-size: 15px;
    }
    
    .contact th{
    	padding: 0 0 0;
    }
    
    .contact td{
    	padding: 20px 0 30px;
    }
    
    .contact .check_bg,
    .contact output,
    .contact input,
    .contact select,
    .contact textarea{
    	font-size: 15px;
    	padding: 21px 30px;
        max-width: 100%;
    }
    
    .contact textarea{
        height: 235px;
    }
    
    /* ラジオボタン */
    .contact .radio_input{
        padding: 20px 0 15px;
    }

    .contact .radio_input .check_bg,
    .contact .radio_input output{
        margin: 0 0 15px;
    }
    
    .radio_input label{
        margin: 0 20px 15px 0;
    	display: inline-flex;
        align-items: center;
    }
    
    input[type='checkbox'] ,
    input[type='radio'] {
        appearance: none;
        outline: none;
        display: block;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 23px;
        height: 23px;
    	margin: 0 12px 0 0;
        font-size: 0;
        padding: 0;
        border: none;
    }
    
    input[type='checkbox']::before ,
    input[type='radio']::before {
        width: 23px;
        height: 23px;
    }
    
    input[type='checkbox']::after ,
    input[type='radio']::after {
        left: 5px;
        top: 5px;
        width: 15px;
        height: 15px;
    }

    /* チェックアイコン */
    .icon_check input[type='checkbox']::after ,
    .icon_check input[type='radio']::after {
        left: 6px;
        top: -2px;
        width: 24px;
        height: 24px;
    }

    /* 郵便番号 */
    .address .flex{
        margin: 0 0 20px;
    }
    
    .address .flex p{
        margin: 0 20px 0 0;
        font-size: 15px;
    }
    
    .address .flex .check_bg,
    .address .flex output,
    .address .flex input{
        width: 140px;
    }

    /* ⽣年⽉⽇ */
    .birth .flex p{
        margin: 0 20px;
        font-size: 15px;
    }

    .birth .flex select{
        padding-left: 0;
        padding-right: 0;
        width: 60px;
    }

    .birth .wid100 select{
        width: 100px;
    }
    
    /* ⽣年個人情報保護方針 */
    .contact .scroll_box{
        padding: 17px 25px;
        height: 235px;
    }

    .contact .scroll_box p{
        font-size: 14px;
        line-height: 24px;
    }
    
    .zas_btn_area{
    	padding: 70px 0 0;
    }
    
    .zas_btn_area button{
    	font-size: 16px;
    }
    
    .zas_btn_area button > span{
    	padding: 17px 0;
    	font-size: 16px;
    }
    
    .zas_btn_area .zas_btn01 button{
    	width: 280px;
    }
    
    .zas_btn_area .zas_btn02 button{
    	margin-right: 2%;
    	width: 28%;
    }
    
    .zas_btn_area .zas_btn03 button{
    	width: 280px;
    }


    /* thanks
       ================================================================== */
    .thanks p{
    	font-size: 15px;
        line-height: 25px;
    }
    
    .thanks .go_top_btn{
    	margin: 90px 0 0;
    }


    /* faq
       ================================================================== */
    .faq{
        padding: 150px 0 196px;
    }

    .faq .top_title .eng{
        font-size: 29px;
    }

    .faq .top_title .jpn{
        font-size: 39px;
    }

    /* links */
    .faq .links{
        margin: 40px 0 0;
    }

    .faq .links > li{
        margin: 20px 1.25% 0 0;
        width: 24%;
    }

    .faq .links > li:nth-child(2n+2){
        margin-right: 1.25%;
    }

    .faq .links > li:nth-child(4n+4){
        margin-right: 0;
    }

    .faq .links a{
        padding: 0 50px 0 35px;
        font-size: 16px;
        height: 77px;
    }

    .faq .links a:before{
        background-position: 2px center;
        background-size: 18px;
        width: 50px;
        height: 100%;
    }

    /* list */
    .faq .list{
        margin: 20px 0 0;
    }

    .faq .list > li{
        margin-top: -25px;
        padding-top: 50px;
    }

    .faq .list .inbox{
        padding: 40px 25px;
    }

    .faq .list .question,
    .faq .list .answer{
        padding: 0 0 0 50px;
    }

    .faq .list .question:before,
    .faq .list .answer:before{
        width: 50px;
        height: 50px;
        font-size: 30px;
    }

    .faq .list .question:before{
        top: -5px;
    }

    .faq .list .answer:before{
        top: -2px;
    }

    .faq .list .question{
        font-size: 16px;
        line-height: 30px;
    }

    .faq .list .answer{
        margin: 24px 0 0;
        font-size: 15px;
        line-height: 28px;
    }
    

}
@media screen and (min-width : 1400px){

    
    /* ceo_message
       ================================================================== */
    .ceo_message .inner{
        position: relative;
    }

    .ceo_message .catch{
        width: 650px;
    }

    .ceo_message .txt{
        width: 650px;
    }

    /* ceo_box */
    .ceo_message .ceo_box{
        margin: 0 0 0;
        position: absolute;
        top: -178px;
        right: -183px;
    }
    
    
}
