/*
Theme Name: OKS Original
Theme URI: https://oks-food.jp/
Author: OKS
Author URI: https://oks-food.jp/
Description: OKS用のカスタムテーマです。
Version: 1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oks-theme
*/
@charset "UTF-8";

*{margin: 0;padding: 0;}

@font-face {
  font-family: 'Avenir_b';
  src: url("font/Avenir-Black.otf") format("opentype");
}
html {
    overflow-x: hidden;
}

body {color: #000;font-size: 15px;line-height: 2;font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;letter-spacing:.4px;overflow-x: hidden;}

h1, h2, h3, h4, h5, h6{font-size:18px;}
ul,ol {margin: 0;padding: 0;list-style: none;}
ul ul{margin-left: 1em;}
img{max-width:100%;height:auto;border:none;}
a {text-decoration: none;color:#6e6e6e}
a:hover{text-decoration:none;color:#228c73;}
a:hover img{
	text-decoration: none;
}

.f_avenir_b{font-family:"Avenir_b";letter-spacing:1px;}

/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {float: left;}
.alignright {float: right;}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}
img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}
.right{
	float: right;
    margin: 0 0 1em 1.5em;
}
.left{
	float:left;
    margin: 0 1.5em 1em 0;
}
.b{
	font-weight:bold !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.normal{font-weight:normal !important;}
.gray{color:#2E2E2E !important;}
.red{color:#ae1e23 !important;}
.white{color:#fff !important;}
.al-r{text-align:right !important;}
.al-l{text-align:left !important;}
.al-c{text-align:center !important;}
.f06em{font-size:0.6em !important;}
.f07em{font-size:0.7em !important;}
.f08em{font-size:0.8em !important;}
.f09em{font-size:0.9em !important;}
.f12em{font-size:1.2em !important;}
.f14em{font-size:1.4em !important;}
.f20em{font-size:2em !important;}
.f30em{font-size:3em;}
.m0-b{margin-bottom:0 !important;}
.m20-t{margin-top:20px !important;}
.m20-b{margin-bottom:20px !important;}
.m30-t{margin-top:30px !important;}
.m40-t{margin-top:40px !important;}
.m60-t{margin-top:60px !important;}
.p10-b{padding-bottom:10px !important;}
.p40{padding:40px;}
.m40-b{margin-bottom:40px;}
.noborder{border:none;}
.gray{color:#ccc !important;}
.underline{text-decoration:underline !important;}

.clearfix:after,.cf:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */

.clearfix,.cf {
	display: inline-block;
}

.clearfix,.cf {
	display: block;
}
.top_inner{
	width:900px;
	max-width:100%;
	display:block;
	margin:0 auto;
	padding:60px 10px 0;
	box-sizing:border-box;

}
section{
	margin-bottom:80px;
}

#page{
	padding:80px 0 100px;
	min-height:80vh;
	box-sizing:border-box;
}
#single{
	padding:80px 10px 100px;
	min-height:80vh;
	box-sizing:border-box;
}
#page .inner{
	width:900px;
	max-width:100%;
	margin:auto;
	padding:0 10px;
	box-sizing:border-box;
}

#header{
	position:relative;
}
.header_inner{
	width:100%;
	max-width:1200px;
	margin:auto;
	z-index:10;
	padding:0 10px;
	box-sizing:border-box;
	display: flex;
}
#header_menu a{
	color:#000;
}
#header_menu a:hover{
	color:#8fa7b4;
}
#logo img{
	margin-right:3em;
	padding-top:12px;
}
#h_gnav .menu {
    display: flex;
}
#h_gnav .menu a{
	padding: 0 1em;
    /* margin: 0 2em 0 0; */
    font-family: "Avenir_b";
    letter-spacing: 1px;
    color: #000;
    font-weight: bold;
    line-height: 100px;
    height: 100px;
	display:inline-block;
    transition: .3s;
}
#h_gnav .menu a:hover{
	background:#20afaf;
	color:#fff;
}

#h_gnav .menu li.gnav_product{
	width:7.5em;
	position: relative;
}




#header{
    height: 100px;
    background: rgba(255,255,255,.75);
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    z-index: 2;
}
#h_gnav .menu li ul.sub-menu{
    display: none;
	position:absolute;
	top:100px;
}
#h_gnav .menu li:hover ul.sub-menu{
    display: block;
	margin-left:0;

}
#h_gnav .menu li:hover ul.sub-menu li a{
	height:30px;
	line-height:30px;
    float: left;
    background: rgba(255,255,255,.75);
	width:200px;
}
#h_gnav .menu li:hover ul.sub-menu li a:hover{
	background:#20afaf;
}

/*.header_bg_area {
    height: 100px;
    background: rgba(255,255,255,.6);
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    z-index: 2;
}*/
#toppage_header_scroll{
    width: 100%;
    background: rgba(255,255,255,.75);
	position:absolute;
	top:-90px;
}

#toppage_header_scroll.fixed {
	position:fixed;
	top:0;
	z-index:9999;
}
.toppage_header_inner{
	display:flex;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0 10px;
	box-sizing:border-box;
}

h2{

}
h3{
	font-size:1.2em;
	margin-bottom:40px;
	font-weight:bold;
}
h4{
	margin-bottom:1em;
}
p{
	margin-bottom:1em;
}
.top_inner p{
	line-height:2;
}
h3.img_title{
	line-height:1.2;
}
h3.img_title .subtitle{
	font-size:.8em;
}



#footer{
	background:#000;
	padding:20px 0;
	color:#fff;
}
#footer .inner{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.footer_logo{
	float:left;
	margin-right:40px;
}
#footer_menu ul{
	display:flex;
	margin:0 0 10px;
	flex-wrap:wrap;
}
#footer_menu a{
	padding: 0 36px 10px 0;
	letter-spacing:.1px;
	display: inline-block;
    text-align: center;
	line-height:1;
	font-size:.9em;
	color:#fff;
    transition:.3s;
}
#footer_menu a .ja{
	font-size:.7em
}
#footer_menu a:hover{
	color:#20afaf;
}

#footer_sns{
	float:left;
	margin-right:2em;
}
#footer_sns a{
	font-size:1.6em;
	margin:5px;
	color:#fff;
}
.copyright{
	font-size:.8em;
	font-weight:normal;
	margin-bottom:0;
	margin-top:28px;
}
#sidenavi {
    position: fixed;
    right: 0;
    bottom: 124px;
    z-index: 10;
}
#sidenavi li{
	position:relative;
}
#sidenavi li .title_contact{
	position:absolute;
	top:-10px;
	left:-10px;
}
#sidenavi li .icon_contact{
	display:block;
	width:32px;
	margin:5px auto 3px;
}
#sidenavi li a{
	font-size:.75em;
	width:100px;
	height:80px;
	background:rgb(25 208 208 / 90%);
	display:table-cell;
	vertical-align:middle;
	padding:8px;
	box-sizing:border-box;
	text-decoration:none;
	color:#fff;
	text-align:center;
letter-spacing:0 !important;
line-height: 24px;
    transition: .3s;
}
#sidenavi li a:hover{
	background:rgba(0,0,0,.6);
}


table{
	border-collapse: collapse;
	width:100%;
}
ul.disc{
	margin-bottom:10px;
	margin-left:1.5em;
	list-style-type: disc;
}
.btn a{
    width: 140px;
	text-align:center;
    padding: 10px 15px 5px;
    border: 1px solid #000;
    margin: 10px 0 0;
    line-height: 1;
    display: block;
    margin: 20px auto;
	color:#000;
}
.btn a:hover {
	background:#000;
	color:#fff;
}
.btn_lgreen a{
	width:500px;
	max-width:100%;
	text-align:center;
    padding: 10px;
    display: block;
    margin: 40px auto;
	color:#fff;
	background:rgb(25 208 208 / 90%);
	font-size:1.25em;
	box-sizing:border-box;
	transition:.3s;
}
.btn_lgreen a:hover{
	background: rgba(0,0,0,.6);
}
.btn_recipe a{
	width:500px;
	max-width:100%;
	text-align:center;
    padding: 10px;
    display: block;
    margin: 40px auto;
	color:#000;
    border: 1px solid #000;
	background:#fff;
	font-size:1.25em;
	box-sizing:border-box;
	transition:.3s;
	background: rgba(255,255,255,.3);
}
.btn_recipe a:hover{
	background: rgba(255,255,255,.8);
}
.catch{
	font-size:1.2em;
	font-weight:bold;
}

#top_about,
#top_product{
	position:relative;
	padding-top:90px;
	margin-top:-90px;
}
#top_about{
	z-index:-1;
}
.about_bg{
    position: absolute;
    top: 190px;
    right: 130px;
    width: 300px;
    max-width: 40%;
    height: auto;
    z-index: -1;
}
.top_product_wrap{
	position:relative;
}
.top_product_wrap a{
	color:#000;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 80px);
    margin-top: -80px;
}
.top_product_img{
	width: 220px;
    margin-top: -80px;
    line-height: 1;
}
.top_product_wrap,
.tempest_feature{
	padding:16px;
	background:rgb(219 243 0 / 70%);
	margin-top:100px;
	margin-bottom:60px;
	width:calc(100vw - ((100vw - 900px) / 2));
	max-width:100vw;
	box-sizing:border-box;
	transition:.3s;
}
/*.top_product_wrap img{
    float: left;
	width: 220px;
    margin-top: -120px;
}*/
.tempest_feature img {
    float: left;
    width: 340px;
    margin-top: -30px;
    margin-left: -30px;
}
.top_product_wrap:hover{
	background: rgb(25 208 208 / 90%);
}
.top_product_text,
.tempest_feature_text{
    float: left;
    padding: 0 60px;
}
.title_bk {
    width: 220px;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 30px;
	line-height:1.3 !important;
	padding:10px;
	font-weight:bold;
}
.top_product_wrap .title_bk{
	width:300px;
	max-width:100%;
	margin-top:-40px;
	box-sizing:border-box;

}
.tempest_feature_text{
	font-weight:bold;
}

.product_bg{
	position: absolute;
    top: 30px;
    right: 40px;
    width: 540px;
    max-width: 60%;
    height: auto;
    z-index: -1;
}
.product_bg_line{
    position: absolute;
    bottom: 45px;
    left: 70px;
    width: 200px;
    max-width: 60%;
    height: auto;
    z-index: -1;
}
.page_main_area{
	width:100vw;
	height:400px;
	position:relative;
	z-index:-10;
	background:url(images/page_main.jpg?201208) no-repeat center right;
	background-size:cover;
}
.page_main_area.main-popcorn-machine{
	background:url(images/popcorn-machine_main.jpg?201208) no-repeat center center;
	background-size:cover;
}
.page_main_area.main-tempest{
	background:url(images/tempest_main.jpg?201208) no-repeat center center;
	background-size:cover;
}
.page_main_area.main-toji{
	background:url(images/toji_main.jpg?201208) no-repeat center center;
	background-size:cover;
}
.page_main_area.main-aciaomai{
	background:url(images/aciaomai_main_pc.jpg) no-repeat center center;
	background-size:cover;
}
@media (max-width:500px){
.page_main_area.main-aciaomai{
	background:url(images/aciaomai_main_sp.jpg) no-repeat center center;
	background-size:cover;
}
}

.page_main_inner{
	width:100%;
    max-width: 900px;
    position: absolute;
    right: 0;
    left: 0;
	bottom: 0;
    margin: auto;
}
.page_title_bg{
	position:absolute;
	right:0;
	bottom:-30px;
	background:linear-gradient(70deg, rgb(1 84 152 / 0.83), rgb(218 239 18 / 75%));
/*	width:100vw;*/
	width:calc(100vw - ((100vw - 900px) / 2));
	height:4em;
	z-index:-1;
}
h2.page_title{
	font-weight:bold;
	color:#fff;
    margin-bottom: -2em;
}
h2.page_title .page_title_en{
	font-size:2em;
	font-family:"Avenir_b";
	letter-spacing: 1.5px;
}
h2.page_title .page_title_ja{
	margin-left:1em;
	font-size: .8em;
    vertical-align: super;
}

.maker_list,
.product_list{
  	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
}
.maker_list li,
.product_list li{
    width: calc(33.3333% - 20px);
    margin: 0 30px 30px 0;
    border: 1px solid #000;
    padding: 30px 25px 20px;
    box-sizing: border-box;
    font-size: .9em;
    line-height: 1.6;
}

.maker_list li{
	width:calc(50% - 20px);
	margin:0 40px 30px 0;
	text-align:center;
	position:relative;
}

.maker_list li .hover_line,
.product_list li .hover_line,
.stores_wrap .hover_line{
    width: 0%;
    height: 10px;
	background: linear-gradient(70deg, rgb(13 132 175), rgb(218 239 18 / 75%));
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
	transition: 100ms linear;
}

.maker_list li:hover .hover_line,
.product_list li:hover .hover_line,
.stores_wrap:hover .hover_line{
    width: 100%;
}

.maker_list li:last-child,
.product_list li:nth-child(3n){
	margin-right:0;
}

.maker_list li p,
.product_list li p{
	margin-bottom:0;
}

.product_list li{
	position:relative;
}
.product_list li a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.product_list li img{
	width:280px;
	max-width:100%;
	margin-bottom:10px;
	display:block;
}
.product_list li .p_name{
	font-size:1.25em;
	font-weight:bold;
	margin-bottom:.5em;
}
.product_list li .p_name:before{
    content: "";
    border-top: 6px solid #000;
    margin: 0 10px 2px -26px;
    width: 18px;
    display: inline-block;
}
.column_wrap {
    border: 2px solid #000;
	position:relative;
}
.column_wrap:before {
    border-top: 2px solid #65bf92;
    display: block;
    content: "";
    margin-top: -2px;
    width: 6em;
    margin-left: 2em;
}
.column_bg_color {
/*    max-height: 100%;*/
    width: 100%;
	height: calc( 100% - 20px );
    background: blue;
    position: absolute;
    top: -40px;
    right: -10px;
	background: linear-gradient(70deg, rgb(0 150 136 / .75), rgb(218 239 18 / 75%));
	z-index:-1;
}
.title_column{
	position:absolute;
	top:-20px;
	left:30px;
	padding:.5em;
}
#event .inner,
#recipe .inner {
	width:1180px;
	max-width:100%;
}
.event_bg {
    position: absolute;
    top: 40px;
    right: -100px;
    width: 400px;
	z-index:-2;
}
.event_inner,
.recipe_inner {
    max-width: 860px;
    margin: 60px auto;
}
.event_img_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -120px;
    margin-top: 40px;
	width:100%;
}
.event_inner a{
	color:#000;
}
.event_inner a:hover{
	color:#20afaf
}
.event_img_wrap img{
	width:280px;
	margin-right:30px;
	height:71%;
}

.img_wrap {
    width: 240px;
    position: relative;
	margin-top:2em;
	margin-left:1em;
	margin-right:30px;
}
.img_wrap .title_bk{
	position:absolute;
	top:-1em;

}
.img_wrap .title_bk {
    position: absolute;
    top: -1em;
    width: auto;
    padding: 10px 1.5em;
    border-radius: 20px;
    left: -1em;
}
.tempest_difference{
	margin-top:60px;
}
.tempest_difference_img {
    width: 60%;
  	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	float:left;
}
.tempest_difference_text {
    float: left;
    width: 40%;
	margin-top:2em;
}
#recipe{
	margin-top:100px;
}

.recipe_title {
    border: 1px solid #000;
    border-radius: 30px;
    width: 120px;
    text-align: center;
    font-size: 1.2em;
    padding: .3em;
    box-sizing: border-box;
    font-weight: bold;
	margin-right:1.2em;
	float:left;
}
.recipe_text {
    display: table;
}

.recipe_movie{
	margin:0 1em;
}
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom: 20px;
    height: 0;
    overflow: hidden;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.recipe_img_wrap{
  	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
    margin-bottom: -70px;
}
.recipe_img_wrap .img_wrap {
    width: calc(50% - 60px);
	margin-bottom:30px;
	margin-right:1em;
}

.recipe_bg {
	position: absolute;
    top: -100px;
    right: 40px;
    width: 480px;
	z-index: -1;
	opacity:.8;
}
.stores_wrap{
    border: 1px solid #000;
    padding: 20px 30px;
    margin-bottom: 30px;
    position: relative;
}

.stores_wrap img{
	width:calc(40% - 2em);
	margin-right:2em;
	float:left;
}
.stores_text{
    width: 60%;
    display: block;
    float: left;;
}
.stores_catch{
	position:absolute;
	bottom:2em;
	margin-bottom:0;
}
.stores_wrap a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#founder {
    position: relative;
}
#founder .inner{
	width:1200px;
	max-width:100%;
}
.founder_bgcolor {
    width: 100vw;
    height: 1200px;
    background: #efefef;
    content: "";
    display: block;
    max-height: 100%;
    position: absolute;
	z-index:-1;
}
@media (min-width:501px){
.founder_inner{
  	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
}
}
.founder_wrap{
	width:900px;
	max-width:100%;
	padding:60px 0;
	box-sizing:border-box;
	margin:auto;
}
.founder_inner img{
	width: 280px;
    margin-right: 1.25em;
    height: auto;
	min-width:280px;
}
.founder_inner .founder_text{
	font-size:.9em;
}
#founder .line_white{
    background: linear-gradient(transparent 50%, #fff 50%);
	font-size:1.1em;
	font-weight:bold;
}

.founder_inner a{
	background:#000;
	color:#fff;
	font-weight:bold;
	padding:.3em 1em;
	width:200px;
	text-align:center;
	display:block;
	transition: .3s;
}
.founder_inner a:hover{
	background:#20afaf;
}

h4.product_name{
    font-size: 1.4em;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #dff150 0%) repeat scroll 0 0;
    line-height: 1.4;
}
@media (min-width:641px){
.p_product_wrap{
  	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
}
}
.p_product_wrap_img{
    width: calc(50% - 40px);
    margin: 0 40px 0 0;
    border: 1px solid #000;
    padding: 30px 0 20px;
    box-sizing: border-box;
}
.p_product_wrap_text{
	position:relative;
	width:50%;
}
.product_detail{
	position:absolute;
	bottom:0;
	left:0;
}
.product_detail p {
    font-size: .9em;
	margin-bottom:0;
}

ul.disc.toji_point{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:30px;
	margin-left:0;
}
ul.disc.toji_point li{
	width:calc(50% - 1.5em);
	padding-right:1em;
	box-sizing:border-box;
	margin-left:1.5em;
}
.toji_merit {
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 1.2em;
    padding: .3em 1.5em;
    box-sizing: border-box;
    font-weight: bold;
}



@media screen and (max-width:1200px){
#event .inner, #recipe .inner {
    padding: 0 30px;
}
.event_inner, .recipe_inner{
	padding:0 40px;
}
#toppage_header_scroll,
#h_gnav {
	display:none;
}
#toppage_header{
	position:fixed;
	top:0;
    background: rgba(255,255,255,.75);
	width:100%;
	z-index:1;
}
.swiper-wrapper{
	z-index:-1;
}
.founder_inner img{
	width:200px;
	min-width:200px;
}

}
@media screen and (max-width:900px){
.about_bg {
    position: absolute;
    top: 190px;
    right: 0;
}
.product_bg {
    position: absolute;
    top: 30px;
    right: -60px;
}
.tempest_feature{
    margin-left: 30px;
}
.tempest_feature img{
	width:260px;
}
.tempest_feature_text{
	padding:0 30px;
}
.recipe_bg {
    position: absolute;
    top: -100px;
    right: -80px;
	max-width:80%;
}
.founder_wrap{
	padding:60px 20px;
}
.founder_inner .founder_text{
	margin-left:1em;
}
.stores_catch{
	position:relative;
	bottom:0;
}
h2.page_title .page_title_en{
	margin-left:.5em;
}

h2.page_title .page_title_ja {
    display: block;
    margin-bottom: 10px;
    margin-top: -10px;
}
}

@media screen and (min-width:501px) and (max-width:900px) {
.maker_list li{
	text-align:left;
}
.maker_list li br{
	display:none;
}
}
@media screen and (max-width:767px){

.top_product_img{
	width:160px;
}
.top_product_text{
	padding:0 30px;
}
.product_list li  {
    width: calc(50% - 15px);
}
.product_list li:nth-child(3n){
	margin-right:30px;
}
.product_list li:nth-child(even){
	margin-right:0;
}
.event_img_wrap img {
    width: calc(50% - 30px);
    margin:0 15px;
}
#footer_menu a{
	margin-bottom:16px;
}
.tempest_feature_text{
	clear:both;
    padding: 0 10px;
    max-width: calc(100% - 30px);
    box-sizing: border-box;
	margin-top:20px;
}
.tempest_difference_img,
.tempest_difference_text{
	width:100%;
	float:none;
    justify-content: center;
	margin-top:0;
}
.recipe_movie{
	margin:0;
}
.recipe_img_wrap .img_wrap {
    width: 100%;
	max-width:400px;
    margin:0 auto;
}
ul.disc.toji_point li{
	width:100%;
}
}
@media screen and (max-width:640px){
.top_product_text{
	clear:both;
    padding: 0 10px;
    max-width: 100%;
    box-sizing: border-box;
}
.top_product_wrap .title_bk{
	margin-top:10px;
}
.event_img_wrap img {
    width: 100%;
	max-width:400px;
    margin:0 auto 30px;
}
.recipe_title {
    float: none;
}
.stores_wrap img{
	float:none;
	width:100%;
	max-width:400px;
	display:block;
	margin:0 auto 1em;
}
.stores_text{
	float:none;
	width:100%;
}
.p_product_wrap{
	padding:0 20px;
}
.p_product_wrap_img {
    width: 100%;
	max-width:400px;
	display:block;
	margin:0 auto 2em;
}
.p_product_wrap_text{
	width:100%;
}
.product_detail{
	position:relative;
}
}
@media screen and (max-width:500px){
.maker_list,.product_list{
	padding:0 10px;
}
.maker_list li,
.product_list li,.product_list li:nth-child(3n) {
    width: 100% ;
	margin: 0 0 30px 0;
}
.column_bg_color{
	height:100%;
}
.founder_inner img {
    width: 200px;
    margin: 0 auto 1em;
    display: block;
	min-width:200px;
}
h2.page_title .page_title_en{
	font-size:1.6em;
}
.event_inner, .recipe_inner{
	padding: 0 20px;
}
#logo img {
    margin-right: 2em;
}
}
@media screen and (max-width:400px){
.maker_list li{
	text-align:left;
}
.maker_list li br{
	display:none;
}
h2.page_title .page_title_en{
	font-size:1.4em;
}
p{
	font-size:90%;
}
.top_product_text br{
	display:none;
}
.top_product_text .title_bk br{
	display:block;
}
}
/*お問い合わせ*/
.contactform{
	margin-bottom:30px;
}
.contactform th, .contactform td{
	padding:1.8em;
}
.contactform th{
	width:40%;
	border-bottom:1px solid #36b7b7;
	font-weight:normal;
}
.contactform tr:last-child th{
	border-bottom:1px solid #36b7b7;
}
.contactform td {
    border-bottom:1px solid #36b7b7;
	box-sizing: content-box;
}
.contactform input{
	width: 100%;
    padding: .5em;
    box-sizing: border-box;
}
.hissu {
    background: #ae1e23;
    color: #fff;
    font-size: .7em;
    margin-left: 8px;
    display: inline-block;
    padding: 3px .5em 0;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    background: #efefef;
    color: #8fa7b4;
}
input.wpcf7-form-control.wpcf7-submit {
    font-size: 1.2em;
    padding: .5em 1em;
    min-width: 200px;
    background: #b3c532;
    color: #fff;
    border:none;
	border-radius:30px;
	margin:30px auto;
	font-family:"Avenir_b";
	letter-spacing:2px;
	transition:.3s;
}
input.wpcf7-form-control.wpcf7-submit:hover{
    background:#36b7b7;
}
textarea{
	width: calc(100% - 1em);
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: .5em;
}

input[type=checkbox] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
	margin-right:5px;
}
.wpcf7-list-item-label {
    margin-right: 1em;
}
#page-top {
    position: fixed;
    bottom: 0;
    right: 10px;
    font-size: 200%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width:60px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	line-height:1;
}
#page-top a:hover {
    text-decoration: none;
    background: #ccc;
}


@media screen and (min-width:1201px){
#nav-toggle{
	display:none;
}
}

@media screen and (max-width:1220px){
#footer .inner{
	padding-right:10px;
	padding-left:10px;
	box-sizing:border-box;
}
}
@media screen and (max-width:800px){
#sidenavi {
    position: fixed;
    right: 0;
    bottom: 188px;
}
}

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

#header_menu{
	top:60px;
	right:10px;
}
h1{
	text-align:center;
}
.header_bg_area {
    height: 100px;
}
#page{
    padding: 120px 0 100px;
}
}
@media screen and (min-width:768px){
.spOnly{
	display:none !important;
}
.w50_l{
	width:50%;
	float:left;
}
.w50_r{
	width:50%;
	float:right;
}
.top_product_inner{
	display:flex;
}
.top_product_text{
    width: calc(100% - 220px);
    box-sizing: border-box;
}

}
@media screen and (max-width:767px){
.pcOnly{
	display:none !important;
}
img{
	max-width: 100%;
	height: auto;
	margin:auto;
}
img.alignright,img.alignleft,.right,.left{
	float: none;
    margin: 0 0 1em 0;
}

.contactform th, .contactform td{
    display: block;
	width:100% ;
	box-sizing:border-box;
	border:none !important;
	padding:1em;
}
.contactform input[type="text"],
.contactform input[type="email"],
.contactform input[type="url"],
.contactform input[type="tel"]{
    width: 100%;
	box-sizing:border-box;
}
}

@media screen and (max-width:600px){
body{
	font-size:95%;
}
#header_sns{
	font-size:85%;
}
#footer{
	padding-top:30px;
}
#footer .inner{position:relative}
#footer .inner .footer_logo{
	position:absolute;
	top:0;
	left:10px;
}
#footer_menu ul li {
    width: 100%;
	text-align:center;
}
#footer_menu ul li a{
	padding:5px;
}
#footer_menu ul li:last-child a{
	margin-bottom:0;
}
.copyright{
	text-align:center;
}

#sidenavi {
    position: fixed;
    right: 0;
/*    bottom: 347px;*/
	bottom:0;
}
#sidenavi li a{
	font-size:.6em;
	height:60px;
	width:80px;
}
.grecaptcha-badge {
    bottom: 100px !important;
}
}
@media screen and (min-width:501px){
.spOnly02{
	display:none;
}
}
@media screen and (min-width:401px){
.spOnly03{
	display:none;
}
}
.swiper-container, .swiper-slide{
	height:100vh;
height: calc(var(--vh, 1vh) * 100);
	overflow:hidden;
}
.swiper-slide.slider01 {
    background: url(images/main.jpg) no-repeat center center;
    background-size: cover;
}

@media screen and (max-width:1200px){
.swiper-container,.swiper-container .swiper-slide{
	height:100vw;
	overflow:hidden;
}
}

@media screen and (min-width:401px){
.contactform input.wide100 {
	width:100%;
}
}

#title_area{
	margin-top:60px;
}

/*ハンバーガーメニュー*/
#nav-toggle {
  position: fixed;
  padding:18px;
  right:0;
  top:0;
  height: 26px;
  cursor: pointer;
	z-index:9999;
}
#nav-toggle > div {
  position: relative;
  width: 32px;
}
#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
/*@media screen and (orientation: landscape) {
.open #gloval-nav li {
    width: 40%;
    float: left;
    margin: 0 5%;
    box-sizing: border-box;
}
}*/
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 18px;
}
.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}
#nav-toggle {
  z-index: 1000;
}
#container {
  z-index: 900;
}
#gloval-nav {
  background: rgb(219 243 0);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  	display:-webkit-box;
  	display:-ms-flexbox;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#gloval-nav a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 8px 0 0;
  transition: color 0.3s ease;
	text-align:left;
	font-family:"Avenir_b";letter-spacing:1px;
	font-weight:bold;
}
#gloval-nav #header_sns a{
  display: inline-block
}
#gloval-nav #header_sns a.btn_lang:before{
	top:.15em;
}
#gloval-nav #header_sns i {
    font-size: .8em;
    margin-top: .2em;
}

#gloval-nav a:hover {
  color: #003b83;
}
#gloval-nav ul {
  list-style: none;
	max-width:300px;
}
#gloval-nav ul li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.3s ease, opacity 0.2s ease;
	border-bottom: 1px solid #c4831b;
}
#gloval-nav ul ul{
	margin-left:0;
	padding-left:1em;
	border-top: 1px dashed #000;
}
#gloval-nav ul ul li {
	width:100% !important;
	border-bottom: none;

}
#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.1s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.2s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.4s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.5s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.6s;
}
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 0.9;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.gnav_logo{
	width:100px;
	height:auto;
	margin:0 auto 20px;
}
/*ブログ一覧*/
.blog_list_area{
	display: flex;
	flex-wrap: wrap;
}
.bloglist{
	width: calc((100% - 40px) / 3);
    margin-right: 20px;
	margin-top: 20px;
}
.bloglist:nth-child(3n){
	margin-right: 0;
}
.thumb{

}
.thumb img{
	object-fit: cover;
    height: 200px;
}
.blog_no_thumnail_image{
	width: 100%;
}
.blog-text{

}
.blog-text .date{

}
.blog-text .date .cat{
	background: rgb(219 243 0 / 70%);
    padding: 4px 8px;
    margin-right: 10px;
}
.title{
	font-weight: bold;
    font-size: 1.2em;
    color: #000;
	line-height: 1.6;
}
.noposts{
	margin: 0 auto;
    font-size: 1.4em;
}

@media (max-width:640px){
	.blog_list_area{
		flex-direction: column;
	}
	.bloglist{
		width: 100%;
	}
}
/*投稿*/
#page.single .inner{
	width: 700px;
	max-width: 100%;
}
#page.single h4{
	border-bottom: 4px solid #20afaf;
    margin: 3em 0 1em;
	line-height: 1.6;
}
#page_title h3{
	font-size: 1.6em;
}
.navigation .navileft{
	float: left;
}
.navigation .naviright{
	float: right;
}


.btn_wo a{
	display:none;
	background:#f00;
	color:#fff;
	font-weight:bold;
	display:block;
	margin:20px auto;
	width:160px;
	padding:.5em;
	text-align:center;
	font-family: "Avenir_b";
	box-sizing:border-box;
	line-height:1.5;
	font-size: 15px;
    letter-spacing: 1px;
	transition:.3s;
}
.toppage_header_inner .btn_wo,
.header_inner .btn_wo{
	margin-left:10px;
}
.toppage_header_inner .btn_wo a,
.header_inner .btn_wo a,
#gloval-nav .btn_wo a{
	border:1.5px solid #000;
	background:none;
	color:#000;
}
#gloval-nav .btn_wo a {
    text-align: center;
    padding: 9px;
}

@media screen and (min-width:1201px){
.btn_wo a:hover{
	background:#000;
	color:#fff;
}
.toppage_header_inner .btn_wo a:hover,
.header_inner .btn_wo a:hover{
	background:#FFB800;
	color:#000;
}
}
