@charset "UTF-8";

/*===============================================
画面の横幅が769px以上（パソコン用）
===============================================*/
body {
	line-height: 1; 
	min-width: 1280px;
	font-size: 14px;
	background-color: #FFF;
}

/*-----------------------------------------------
 header
-----------------------------------------------*/
#header_sp {
	display: none;
}
header {
	width: 100%;
    text-align: center;
    height: 66px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}
header .in {
	width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    height: 66px;
    overflow: hidden;
    box-sizing: border-box;
}
header .in h1 {
	float: left;
    width: 65.5px;
    height: 66px;
    margin: 0 25px 0 0;
}
header .in h1 a {
	text-indent: -9999px;
	background-image: url(../images/top_2018/header_logo.png);
	background-repeat: no-repeat;
	background-size: auto 66px;
	width: 65.5;
	height: 66px;
	display: block;
}

header .in ul.navi {
	font-size: 0;
	float: left;
	padding: 0 0 0 0;
}
header .in ul li {
	display: inline-block;
    margin: 0 0 0 0;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 66px;
    letter-spacing: -0.1px;
}
header .in ul li a {
	height: 66px;
	display: block;
	text-decoration: none;
    padding: 0 14px;
}
header .in ul li.rec {
	height: 66px;
    padding: 0 15px;
	color: #999;
}
header .in ul li a:hover {
    background-color: rgba(35,24,21,1);
    color: #fff;
}
header .in ul li ul.child.concept {
    display: none;
    position: absolute;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
	box-sizing: border-box;
	top: 66px;
	width: 155.11px;
	text-align: left;
	z-index: 250;
	background-color: rgba(35,24,21,0.8);
}
header .in ul li ul.child.product {
    display: none;
    position: absolute;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
	box-sizing: border-box;
	top: 66px;
	width: 113.41px;
	text-align: left;
	z-index: 250;
	background-color: rgba(35,24,21,0.8);
}

header .in ul li ul.child li {
	font-size: 14px;
    margin: 0 0 0 0 !important;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
	height: inherit;
    display: block;
	line-height: inherit;
}
header .in ul li ul.child li a {
    color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #5d5553;
	line-height: 40px;
}
header .in ul li ul.child li a:hover {
    background-color: inherit;
}
header .in ul li ul.child li:last-of-type a {
	border-bottom: none;
}
header .in .title {
	float: right;
	width: 150px;
	margin: 25px 0 0 0;
}
header .in .title img {
	width: 100%;
	height: auto;
}


/*-----------------------------------------------
 footer
-----------------------------------------------*/

footer {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
    padding: 36px 0 64px 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
footer .in {
	width: 1280px;
	margin: 0 auto;
	padding: 0 0 48px 0;
    position: relative;
}
footer .in ul.navi {
	font-size: 0;
	padding: 0 0 48px 0;
    text-align: center;
}
footer .in ul li {
	display: inline-block;
    margin: 0;
    font-size: 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 40px;
    letter-spacing: -0.1px;
    text-align: center;
}
footer .in ul li a {
	height: 40px;
    display: block;
    text-decoration: none;
    padding: 0 15px;
}
footer .in ul li.rec {
	height: 40px;
	padding: 0 15px;
	color: #999;
}
footer .in ul li ul.child.concept {
    display: none;
    position: absolute;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
	box-sizing: border-box;
	top: 40px;
	width: 164px;
	text-align: left;
	z-index: 250;
	background-color: rgba(35,24,21,0.8);
}
footer .in ul li ul.child.product {
    display: none;
    position: absolute;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
	box-sizing: border-box;
	top: 40px;
	width: 119px;
	text-align: left;
	z-index: 250;
	background-color: rgba(35,24,21,0.8);
}

footer .in ul li ul.child li {
	font-size: 14px;
    margin: 0 0 0 0 !important;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
	height: inherit;
    display: block;
	line-height: inherit;
    text-align: left;
}
footer .in ul li ul.child li a {
    color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #5d5553;
	line-height: 40px;
}
footer .in ul li ul.child li:last-of-type a {
	border-bottom: none;
}
footer .in .logo {
	margin: 0 auto 48px auto;
    width: 88px;
}
footer .in .copy {
	color: #000;
	font-size: 10px;
	line-height: 1;
}

/*-----------------------------------------------
 content 共通
-----------------------------------------------*/
/* コンテンツフェイド */
.list-fade{
	transition: .7s;
}
.list-fade{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}
.fade{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.br_sp {
    display: none;
}
.br_pc {
    display: block;
}

#content {
	width: 100%;
	padding: 0 0 100px 0;
	margin: 0 0 0 0;
}

#content .in {
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

.back_top {
	width: 195px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

.container {
}


/* 第2階層のメインビジュアル（静止画） */
.container .box_mv {
	padding: 0;
	margin: 0;
	line-height: 0;
}

/* ボタン */
.btn_detail {
	overflow:hidden;
}

.btn_detail a {
	background-image: url(../images/common/btn_detail_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #a79c6c;
	float: right;
	padding: 10px 16px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #a79c6c;
}

.btn_detail a.left {
	float: left;
	margin: 0 10px 0 0;
}

.btn_detail a span {
	display: block;
	background-image: url(../images/common/btn_detail_allow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 14px;
	box-sizing: border-box;
	
}

/* ディレイ */
.deray1 {transition-delay: 0.25s;}
.deray2 {transition-delay: 0.5s;}
.deray3 {transition-delay: 0.75s;}
.deray4 {transition-delay: 1s;}
.deray5 {transition-delay: 1.25s;}
.deray6 {transition-delay: 1.5s;}
.deray7 {transition-delay: 1.75s;}
.deray8 {transition-delay: 2s;}
.deray9 {transition-delay: 2.25s;}
.deray10 {transition-delay: 2.5s;}
.deray11 {transition-delay: 2.75s;}
.deray12 {transition-delay: 3s;}
.deray13 {transition-delay: 3.25s;}
.deray14 {transition-delay: 3.5s;}
.deray15 {transition-delay: 3.75s;}
.deray16 {transition-delay: 4s;}
.deray17 {transition-delay: 4.25s;}
.deray18 {transition-delay: 4.5s;}
.deray19 {transition-delay: 4.75s;}
.deray20 {transition-delay: 5s;}
.deray21 {transition-delay: 5.24s;}
.deray22 {transition-delay: 5.5s;}
.deray23 {transition-delay: 5.75s;}
.deray24 {transition-delay: 6s;}
.deray25 {transition-delay: 6.25s;}
.deray26 {transition-delay: 6.5s;}
.deray27 {transition-delay: 6.75s;}
.deray28 {transition-delay: 7s;}
.deray29 {transition-delay: 7.25s;}
.deray30 {transition-delay: 7.5s;}

/*-----------------------------------------------
 home
-----------------------------------------------*/
.home {
    color: #5B6119;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}
.home img {
    width: 100%;
    height: auto;
}
.home .box_mv {
    padding: 66px 0 0 0;
	box-sizing: border-box;
}
.home .box_mv .mv {
	position: relative;
    height: 627px;
    width: 100%;
    background: url("../images/top_2020/mv_20201130.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.home .box_mv .catch {
	position: absolute;
    left: 0;
	right: 0;
	top: 0;
    bottom: 0;
    margin: auto;
    width: 525px;
}


.home .box_mv .box_menu {
    width: 100%;
    font-size: 0;
}
.home .box_mv .box_menu .in {
    width: 25%;
    display: inline-block;
    position: relative;
}
.home .box_mv .box_menu .in a {
    display: block;
    text-decoration: none;
}
.home .box_mv .box_menu .in .txt {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    background-color: rgba(35,24,21,0.8);
    width: 100%;
    letter-spacing: 0.1em;
}
.home .box_mv .box_menu .in.menu1 .txt,
.home .box_mv .box_menu .in.menu3 .txt {
    position: absolute;
    top: 0;
}
.home .box_mv .box_menu .in.menu2 .txt,
.home .box_mv .box_menu .in.menu4 .txt {
    position: absolute;
    bottom: 0;
}

.home .box_mv .box_menu .in.menu2 .txt {
    font-size: 14px;
}

.home .box_news {
    background-color: #E7E7E7;
    padding: 48px 0 54px 0;
}
.home .box_news .in {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
}
.home .box_news .in h2 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 18px 0;
    display: block;
}
.home .box_news .in ul {
    display: inline-block;
    width: 483px;
    border-left: 3px solid #5B6119;
    box-sizing: border-box;
    vertical-align: bottom;
}
.home .box_news .in ul li {
    display: block;
    padding: 0 0 0 10px;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 8px 0;
}
.home .box_news .in ul li:last-of-type {
    margin: 0 0 0 0;
}
.home .box_news .in ul li a {
    color: #5B6119;
    text-decoration: none;
}
.home .box_news .in ul li span {
    display: inline-block;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 12px;
}
.home .box_news .in ul li span a {
    color: #fff;
    background-color: #5B6119;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 2px 8px;
}
.home .box_news .in ul li div {
    display: inline-block;
}
.home .box_news .in .box_ec {
    display: inline-block;
    width: 512px;
    font-size: 0;
    vertical-align: bottom;
}
.home .box_news .in .box_ec a {
    width: 250px;
    height: 40px;
    display: inline-block;
    border: 1px solid #5B6119;
    text-align: center;
    font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 40px;
    color: #5B6119;
    text-decoration: none;
}
.home .box_news .in .box_ec a.en {
    margin: 0 8px 0 0;
}

.home .box_company {
    padding: 140px 0;
}
.home .box_company .rules {
    width: 448px;
    margin: 0 auto 98px auto;
    text-align: left;
}
.home .box_company .rules:nth-of-type(3) {
    margin: 0 auto 0 auto;
}
.home .box_company .rules h2 {
    font-size: 24px;
    line-height: 1.6;
    border-bottom: 1px solid #5B6119;
    padding: 0 0 18px 0;
    margin: 0 0 18px 0;
	text-align: center;
}
.home .box_company .rules h2 span {
	display: block;
}
.home .box_company .rules .txt {
    font-size: 22px;
    line-height: 1.72;
}
.home .box_company .rules.management .txt {
	text-align: center;
}
.home .box_company .rules.message .txt {
	text-align: center;
	line-height: 2;
}
.home .box_company .rules.message .txt span {
	display: block;
}
.home .box_company .rules.message .txt span img {
	display: inline-block;
	width: 148px;
	vertical-align: middle;
	padding: 0 0 0 0.5em;
}

.home .box_about {
    background-image: url("../images/top_2018/bg_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	background-position: center;
    padding: 1000px 0 0 0;
}
.home .box_about .main {
    background-color: #fff;
    padding: 100px 0 132px 0;
}
.home .box_about .main .in {
    width: 1000px;
    margin: 0 auto;
}
.home .box_about .main .in h2 {
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin: 0 0 40px 0;
}
.home .box_about .main .in .lead {
    font-size: 18px;
    line-height: 2.2;
    text-align: justify;
    width: 850px;
    margin: 0 auto 72px auto;
}
.home .box_about .main .in a {
    display: block;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 70px;
    background-image: url("../images/top_2018/arrow_down.png");
    background-repeat: no-repeat;
    background-position: center right 18px;
    background-size: 33.5px auto;
}

.home .box_factory {
    background-image: url("../images/top_2018/bg_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	background-position: center;
    padding: 1000px 0 0 0;
}
.home .box_factory .main {
    background-color: #fff;
    padding: 100px 0 132px 0;
}
.home .box_factory .main .in {
    width: 1000px;
    margin: 0 auto;
}
.home .box_factory .main .in h2 {
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin: 0 0 40px 0;
}
.home .box_factory .main .in .lead {
    font-size: 18px;
    line-height: 2.2;
    text-align: justify;
    width: 850px;
    margin: 0 auto 72px auto;
}
.home .box_factory .main .in ul {
    font-size: 0;
}
.home .box_factory .main .in ul li {
    display: inline-block;
    width: 480px;
    margin: 0 40px 30px 0;
}
.home .box_factory .main .in ul li a {
    display: block;
    width: 100%;
    height: 70px;
    color: #fff;
    font-size: 20px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 70px;
    text-decoration: none;
    background-color: #000;
    letter-spacing: 0.1em;
    background-image: url("../images/top_2018/arrow_down.png");
    background-repeat: no-repeat;
    background-position: center right 18px;
    background-size: 33.5px auto;
}
.home .box_factory .main .in ul li:nth-child(2),
.home .box_factory .main .in ul li:nth-child(4){
    margin-right: 0;
}
.home .box_factory .main .in ul li:nth-child(3),
.home .box_factory .main .in ul li:nth-child(4){
    margin-bottom: 0;
}

.home .box_history {
    background-image: url("../images/top_2018/bg_3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	background-position: center;
	padding: 1000px 0 0 0;
}
.home .box_history .main {
    background-color: #fff;
    padding: 100px 0 132px 0;
}
.home .box_history .main h2 {
    font-size: 48px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin: 0 0 54px 0;
}
.home .box_history .main .in {
    width: 1000px;
    margin: 0 auto 54px auto;
    font-size: 0;
}
.home .box_history .main .in img {
    display: inline-block;
    vertical-align: middle;
    width: 380px;
    margin: 0 30px 0 0;
}
.home .box_history .main .in .box_txt {
    display: inline-block;
    vertical-align: middle;
    width: 584px;
}
.home .box_history .main .in .box_txt h2 {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 18px 0;
    text-align: left;
    letter-spacing: 0;
}
.home .box_history .main .in .box_txt .txt {
    text-align: justify;
    font-size: 14px;
    line-height: 2;
}

.home .box_product {
    background-image: url("../images/top_2018/bg_4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	background-position: center;
    padding: 1000px 0 0 0;
}
.home .box_product .main {
    background-color: #fff;
    padding: 100px 0 132px 0;
}
.home .box_product .main .in h2 {
    font-size: 48px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin: 0 0 40px 0;
}
.home .box_product .main .in .lead {
    font-size: 18px;
    line-height: 2;
    text-align: center;
    width: 850px;
    margin: 0 auto 72px auto;
}
.home .box_product .main .in ul {
    font-size: 0;
    width: 1000px;
    margin: 0 auto;
}
.home .box_product .main .in ul li {
    width: 485px;
    display: inline-block;
    margin: 0 30px 30px 0;
}
.home .box_product .main .in ul li:nth-of-type(2),
.home .box_product .main .in ul li:nth-of-type(4) {
    margin: 0 0 0 0;
}
.home .box_product .main .in ul li a {
    display: block;
}
.home .box_product .main .in ul li span {
    display: block;
    width: 100%;
    height: 70px;
    color: #fff;
    font-size: 20px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 70px;
    text-decoration: none;
    background-color: #000;
    letter-spacing: 0.1em;
    background-image: url("../images/top_2018/arrow_down.png");
    background-repeat: no-repeat;
    background-position: center right 18px;
    background-size: 33.5px auto;
}

.home .box_area {
    background-color: #F4EFF7;
    padding: 142px 0;
}
.home .box_area .logo {
    width: 674px;
    margin: 0 auto 14px auto;
    display: block;
}
.home .box_area .txt {
    width: 690px;
    margin: 0 auto 44px auto;
    font-size: 27px;
    line-height: 32px;
    color: #000;
}
.home .box_area .noren {
    width: 374px;
    margin: 0 auto 33px auto;
}
.home .box_area .catch {
    width: 309px;
    margin: 0 auto 0 auto;
}

/*-----------------------------------------------
 カメヤのものづくり
-----------------------------------------------*/
/* 共通 */
#intro {
    color: #596200;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    text-align: center;
}
#intro img {
    width: 100%;
    height: auto;
}
#intro .box_mv {
    width: 100%;
    height: 100vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 88px 0;
}
#intro .box_mv .catch {
    position: relative;
    width: 1200px;
    height: 100vh;
    margin: 0 auto;
}
#intro .box_mv .catch img {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 200px;
    display: block;
}
#intro .content_in {
    width: 1000px;
    margin: 0 auto;
}
#intro .content_in h2 {
    font-size: 48px;
    line-height: 1.4;
    margin: 0 0 48px 0;
}
#intro .content_in .lead {
    font-size: 15px;
    line-height: 2;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    margin: 0 0 80px 0;
}
#intro .content_in .box_passion {
    margin: 0 0 78px 0;
    color: #231815;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#intro .content_in .box_passion h3 {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 54px 0;
    display: block;
}
#intro .content_in .box_passion .box_txt {
    font-size: 0
}
#intro .content_in .box_passion .box_txt img {
    display: inline-block;
    width: 514px;
    vertical-align: middle;
    margin: 0 28px 0 0;
}
#intro .content_in .box_passion .box_txt .txt {
    display: inline-block;
    width: 458px;
    text-align: justify;
    font-size: 14.5px;
    line-height: 2.2;
    vertical-align: middle;
}
#intro .content_in .box_passion .icon {
    width: 60px;
    padding: 64px 0 0 0;
    margin: 0 auto;
} 

/* わさび沢 */
#intro.wasabisawa .box_mv {
    background-image: url("../images/wasabi/mv.jpg");
}
#intro.wasabisawa .map {
    width: 699px;
    margin: 0 auto;
}
#intro.wasabisawa ul.box_img {
    font-size: 0;
    margin: 0 auto 30px auto;
    width: 1000px;
}
#intro.wasabisawa ul.box_img li {
    display: inline-block;
    width: 480px;
    height: 250px;
    margin: 0 40px 40px 0;
    font-size: 0;
}
#intro.wasabisawa ul.box_img li:nth-child(2n){
    margin: 0 0 40px 0;
}
#intro.wasabisawa ul.box_img li .img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 326px;
    height: 250px;
    vertical-align: middle;
}
#intro.wasabisawa ul.box_img li .img.amagi {
    background-image: url("../images/wasabi/img_1_20200608.jpg");
}
#intro.wasabisawa ul.box_img li .img.nagaizumi {
    background-image: url("../images/wasabi/img_2_20200608.jpg");
}
#intro.wasabisawa ul.box_img li .img.izu {
    background-image: url("../images/wasabi/img_3_20200608.jpg");
}
#intro.wasabisawa ul.box_img li .img.nagano {
    background-image: url("../images/wasabi/img_4_20200608.jpg");
}
#intro.wasabisawa ul.box_img li span {
    display: inline-block;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 18px;
    background-color: #000;
    width: 154px;
    height: 250px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    vertical-align: middle;
    text-align: left;
    font-weight: 700;
    padding: 100px 0 0 36px;
    box-sizing: border-box;
}
#intro.wasabisawa h3.mov {
    background-image: url("../images/wasabi/h3_line.png");
    background-repeat: repeat-x;
    background-size: 451px auto;
    background-position: center;
    width: 100%;
    height: 30px;
    margin: 0 auto 50px auto;
}
#intro.wasabisawa h3.mov span {
    background-color: #fff;
    display: inline-block;
    width: 354px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 26px;
}
#intro.wasabisawa .box_mov {
    font-size: 0;
    margin: 0 0 124px 0;
}
#intro.wasabisawa .box_mov iframe {
    display: inline-block;
    margin: 0 11px 0 0;
    width: 326px;
}
#intro.wasabisawa .box_mov iframe:last-of-type {
    margin: 0 0 0 0;
}

/* チャレンジ */
#intro.challenge .box_mv {
    background-image: url("../images/challenge/mv.jpg");
}
#intro.challenge ul.box_img {
    font-size: 0;
    margin: 0 0 155px 0;
}
#intro.challenge ul.box_img li {
    display: inline-block;
    width: 497px;
    margin: 0 6px 6px 0;
}
#intro.challenge ul.box_img li:nth-child(2),
#intro.challenge ul.box_img li:nth-child(4) {
    margin: 0 0 6px 0;
}
#intro .box_magazine {
    font-size: 0;
    text-align: left;
}
#intro .box_magazine .in {
    display: inline-block;
    vertical-align: top;
    width: 450px;
    margin: 0 100px 64px 0;
}
#intro .box_magazine .in:nth-of-type(2n){
    margin: 0 0 64px 0;
}
#intro .box_magazine a {
    display: block;
    text-decoration: none;
}
#intro .box_magazine .in img {
    display: block;
    margin: 0 0 24px 0;
    border: 1px solid #dedede;
    box-sizing: border-box;
}
#intro .box_magazine .in h4 {
    font-size: 20px;
    line-height: 1.4;
}

/* 工場共通 */
#intro.factory .content_in h2 {
    margin: 0 0 90px 0;
}
#intro.factory ul.box_img {
    font-size: 0;
    margin: 0 0 155px 0;
}
#intro.factory ul.box_img li {
    display: inline-block;
    width: 25%;
    margin: 0 0 0 0;
}

/* 第2工場 */
#intro.factory_2 .box_mv {
    background-image: url("../images/factory_2/mv.jpg");
}

/* 平成台工場 */
#intro.factory_heiseidai .box_mv {
    background-image: url("../images/factory_heiseidai/mv.jpg");
}
#intro.factory_heiseidai .box_mv .catch img {
    right: 0;
    left: inherit;
}

/* 本社工場 */
#intro.factory_main .box_mv {
    background-image: url("../images/factory_main/mv.jpg");
}

/* 営業センター */
#intro.sales .box_mv {
    background-image: url("../images/sales/mv.jpg");
}
#intro.sales .box_mv .catch img {
    right: 0;
    left: inherit;
}










#concept {}

#concept .box_mv {
	margin: 0 0 58px 0;
	background-image: url(../images/concept/mv.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 700px;
	text-indent: -9999px;
}

#concept .logo {
	background-image: url(../images/concept/logo.png);
	background-repeat: no-repeat;
	width: 268px;
	height: 302px;
	margin: 0 auto 66px auto;
}

#concept h2 {
	text-align: center;
	font-size: 70px;
	line-height: 1.6;
	margin: 0 0 64px 0;
}

#concept .read {
	text-align: center;
	font-size: 18px;
	line-height: 2.5;
	margin: 0 0 84px 0;
}

#concept ul.link {
	font-size: 0;
	text-align: center;
	width: 100%;
}

#concept ul.link li {
	display: inline-block;
	text-align: center;
	width: 33.3%;
}


/*-----------------------------------------------
わさびへのこだわり
-----------------------------------------------*/

#passion .box_mv {
	margin: 0 0 60px 0;
	background-image: url(../images/concept/passion/mv_01.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 700px;
	text-indent: -9999px;
	position: relative;
}

#passion .box_mv .catch {
	position: absolute;
	top: 456px;
	left: 64px;
	background-image: url(../images/concept/passion/mv_02.png);
	width: 264px;
	height: 296px;
}

#passion h2 {
	text-align: center;
	font-size: 65px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	line-height: 1.6;
	color: #596200;
	margin: 0 0 50px 0;
}

#passion .read {
	text-align: center;
	font-size: 18px;
	line-height: 2.5;
	color: #596200;
	margin: 0 0 86px 0;
}

#passion ul.box_img {
	font-size: 0;
	margin: 0 0 128px -4px;
}

#passion ul.box_img li {
	display: inline-block;
	margin: 0 0 5px 4px;
}

#passion ul.box_img li img {
	width: 638px;
	height: auto;
}

#passion .box_passion_left,
#passion .box_passion_right,
#passion .box_passion_left_2 {
	font-size: 0;
	margin: 0 0 126px 0;
}

#passion .box_passion_left .img,
#passion .box_passion_right .img,
#passion .box_passion_left_2 .img {
	background-repeat: no-repeat;
	width: 550px;
	height: 330px;
	display: inline-block;
	vertical-align: top;
}

#passion .box_passion_left .h3,
#passion .box_passion_left_2 .h3 {
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	width: 176px;
	height: 336px;
	display: inline-block;
	vertical-align: top;
}

#passion .box_passion_right .h3 {
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
	width: 125px;
	height: 336px;
	display: inline-block;
	vertical-align: top;
}

#passion .box_passion_left .txt,
#passion .box_passion_left_2 .txt {
	text-align: justify;
	background-image: url(../images/concept/txt_bg.png);
	background-repeat: repeat-y;
	font-size: 14px;
	line-height: 45px;
	width: 554px;
	display: inline-block;
	vertical-align: top;
	margin: -15px 0 0 0;
}

#passion .box_passion_right .txt {
	text-align: justify;
	background-image: url(../images/concept/txt_bg.png);
	background-repeat: repeat-y;
	font-size: 14px;
	line-height: 45px;
	width: 554px;
	display: inline-block;
	vertical-align: top;
	margin: -15px 50px 0 0;
}

#passion .box_passion_left .img {
	background-image: url(../images/concept/passion/img_05.jpg);
}

#passion .box_passion_left .h3 {
	background-image: url(../images/concept/passion/txt_01.png);
}

#passion .box_passion_right .img {
	background-image: url(../images/concept/passion/img_06.jpg);
}

#passion .box_passion_right .h3 {
	background-image: url(../images/concept/passion/txt_02.png);
}

#passion .box_passion_left_2 .img {
	background-image: url(../images/concept/passion/img_07.jpg);
}

#passion .box_passion_left_2 .h3 {
	background-image: url(../images/concept/passion/txt_03.png);
}


#passion ul.box_bottom {
	font-size: 0;
	text-align: center;
}

#passion ul.box_bottom li {
	display: inline-block;
	margin: 0 24px;
	text-align: center;
}



/*-----------------------------------------------
農業への挑戦
-----------------------------------------------*/

#challenge .box_mv {
	margin: 0 0 60px 0;
	background-image: url(../images/concept/challenge/mv_01.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 700px;
	text-indent: -9999px;
	position: relative;
}

#challenge .box_mv .catch {
	position: absolute;
	top: 456px;
	left: 64px;
	background-image: url(../images/concept/challenge/mv_02.png);
	width: 264px;
	height: 298px;
}

#challenge h2 {
	text-align: center;
	font-size: 65px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	line-height: 1.6;
	color: #596200;
	margin: 0 0 50px 0;
}

#challenge .read {
	text-align: center;
	font-size: 18px;
	line-height: 2.5;
	color: #596200;
	margin: 0 0 86px 0;
}

#challenge ul.box_img {
	font-size: 0;
	margin: 0 0 128px -4px;
}

#challenge ul.box_img li {
	display: inline-block;
	margin: 0 0 5px 4px;
}

#challenge ul.box_img li img {
	width: 638px;
	height: auto;
}

#challenge .box_passion_left,
#challenge .box_passion_right {
	font-size: 0;
	margin: 0 0 126px 0;
}

#challenge .box_passion_left .img,
#challenge .box_passion_right .img {
	background-repeat: no-repeat;
	width: 550px;
	height: 330px;
	display: inline-block;
	vertical-align: top;
}

#challenge .box_passion_left .h3 {
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	width: 176px;
	height: 336px;
	display: inline-block;
	vertical-align: top;
}

#challenge .box_passion_right .h3 {
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
	width: 125px;
	height: 336px;
	display: inline-block;
	vertical-align: top;
}

#challenge .box_passion_left .txt {
	text-align: justify;
	background-image: url(../images/concept/txt_bg.png);
	background-repeat: repeat-y;
	font-size: 14px;
	line-height: 45px;
	width: 554px;
	display: inline-block;
	vertical-align: top;
	margin: -15px 0 0 0;
}

#challenge .box_passion_right .txt {
	text-align: justify;
	background-image: url(../images/concept/txt_bg.png);
	background-repeat: repeat-y;
	font-size: 14px;
	line-height: 45px;
	width: 554px;
	display: inline-block;
	vertical-align: top;
	margin: -15px 50px 0 0;
}

#challenge .box_passion_left .img {
	background-image: url(../images/concept/challenge/img_05.jpg);
}

#challenge .box_passion_left .h3 {
	background-image: url(../images/concept/challenge/txt_01.png);
}

#challenge .box_passion_right .img {
	background-image: url(../images/concept/challenge/img_06.jpg);
}

#challenge .box_passion_right .h3 {
	background-image: url(../images/concept/challenge/txt_02.png);
}


#challenge ul.box_bottom {
	font-size: 0;
	text-align: center;
}

#challenge ul.box_bottom li {
	display: inline-block;
	margin: 0 24px;
	text-align: center;
}


/*-----------------------------------------------
丁寧な製品づくり
-----------------------------------------------*/

#process .box_mv {
	margin: 0 0 60px 0;
	background-image: url(../images/concept/process/mv_01.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 700px;
	text-indent: -9999px;
	position: relative;
}

#process .box_mv .catch {
	position: absolute;
	top: 456px;
	right: 64px;
	background-image: url(../images/concept/process/mv_02.png);
	width: 264px;
	height: 298px;
}

#process h2 {
	text-align: center;
	font-size: 65px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	line-height: 1.6;
	color: #596200;
	margin: 0 0 50px 0;
}

#process .read {
	text-align: center;
	font-size: 18px;
	line-height: 2.5;
	color: #596200;
	margin: 0 0 86px 0;
}

#process ul.box_img {
	font-size: 0;
	margin: 0 0 128px -4px;
}

#process ul.box_img li {
	display: inline-block;
	margin: 0 0 5px 4px;
}

#process ul.box_img li img {
	width: 638px;
	height: auto;
}

#process .box_passion_left,
#process .box_passion_right {
	font-size: 0;
	margin: 0 0 126px 0;
}

#process .box_passion_left .img,
#process .box_passion_right .img {
	background-repeat: no-repeat;
	width: 550px;
	height: 330px;
	display: inline-block;
	vertical-align: top;
}

#process .box_passion_left .h3 {
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	width: 176px;
	height: 336px;
	display: inline-block;
	vertical-align: top;
}

#process .box_passion_right .h3 {
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
	width: 125px;
	height: 336px;
	display: inline-block;
	vertical-align: top;
}

#process .box_passion_left .txt {
	text-align: justify;
	background-image: url(../images/concept/txt_bg.png);
	background-repeat: repeat-y;
	font-size: 14px;
	line-height: 45px;
	width: 554px;
	display: inline-block;
	vertical-align: top;
	margin: -15px 0 0 0;
}

#process .box_passion_right .txt {
	text-align: justify;
	background-image: url(../images/concept/txt_bg.png);
	background-repeat: repeat-y;
	font-size: 14px;
	line-height: 45px;
	width: 554px;
	display: inline-block;
	vertical-align: top;
	margin: -15px 50px 0 0;
}

#process .box_passion_left .img {
	background-image: url(../images/concept/process/img_05.jpg);
}

#process .box_passion_left .h3 {
	background-image: url(../images/concept/process/txt_01.png);
}

#process .box_passion_right .img {
	background-image: url(../images/concept/process/img_06.jpg);
}

#process .box_passion_right .h3 {
	background-image: url(../images/concept/process/txt_02.png);
}


#process ul.box_bottom {
	font-size: 0;
	text-align: center;
}

#process ul.box_bottom li {
	display: inline-block;
	margin: 0 24px;
	text-align: center;
}



/*-----------------------------------------------
商品のご紹介
-----------------------------------------------*/

#product {}

#product .box_mv {
	margin: 0 0 70px 0;
	background-repeat: no-repeat;
	width: 100%;
	height: 630px;
	text-indent: -9999px;
	position: relative;
}

#product .box_read {
	width: 854px;
	height: 480px;
	font-size: 0;
	margin: 0 auto 70px auto;
}

#product .box_read .read {
	width: 465px;
	display: inline-block;
	font-size: 18px;
	line-height: 42px;
	vertical-align: middle;
	text-align: justify;
}

#product .box_read .read span {
	font-size: 12px;
	line-height: 1.6 !important;
	display: block;
	padding: 15px 0 0 0;
}

#product .box_read .img {
	width: 389px;
	height: 410px;
	display: inline-block;
	vertical-align: middle;
}

#product .box_product {
	background-image: url(../images/product/recommend_02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 0 50px 0;
    padding: 0 0 50px 0;
}

#product .box_product h2 {
	text-indent: -9999px;
	background-image: url(../images/product/recommend_01.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 26px;
	margin: 0 0 52px 0;
}

#product .more {
	display: none;
}

#product .box_product ul.product {
	font-size: 0;
	margin: 0 0 0 -70px;
	padding: 0 0 0 0;
}

#product .box_product ul.product li {
	display: inline-block;
	width: 200px;
	margin: 0 0 40px 70px;
	text-align: left;
	vertical-align: top;
}

#product .box_product ul.product li .img {
	margin: 0 0 16px 0;
	line-height: 1;
}

#product .box_product ul.product li .img img {
}

#product .box_product ul.product li h3 {
	    font-size: 22px;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

#product .box_product ul.product li h3 a {
	text-decoration: none;
}

#product .box_product ul.product li .price {
	font-size: 18px;
	margin: 0 0 15px 0;	
}

#product .box_product ul.product li .price span {
	font-size: 12px;
	line-height: 1;
}

#product .box_product ul.product li .txt {
	font-size: 12px;
	line-height: 1.8;
}

#product ul.box_bnr {
	font-size: 0;
	margin: 0 0 60px 0;
	text-align: center;
}

#product ul.box_bnr li {
	display: inline-block;
	margin: 0 14px;
}

#product ul.box_bnr li.gift a {
	background-image: url(../images/product/bnr_gift.jpg);
	background-repeat: no-repeat;
	width: 211px;
	height:96px;
	display: block;
}

#product ul.box_bnr li.wasabi a {
	background-image: url(../images/product/bnr_wasabi.jpg);
	background-repeat: no-repeat;
	width: 211px;
	height:96px;
	display: block;
}

#product ul.box_bnr li.tsukemono a {
	background-image: url(../images/product/bnr_tsukemono.jpg);
	background-repeat: no-repeat;
	width: 211px;
	height:96px;
	display: block;
}

#product ul.box_bnr li.kaisan a {
	background-image: url(../images/product/bnr_kaisanbutsu.jpg);
	background-repeat: no-repeat;
	width: 211px;
	height:96px;
	display: block;
}

#product .btn_ec a {
	width: 100%;
	height: 60px;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 27px;
	line-height: 60px;
	background-color: #5C6217;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
}

#product .btn_ec a:hover {
	color: #FFF;
	text-decoration: none;
}


/* おくりもの */
#product .box_mv.gift {
	background-image: url(../images/product/gift/mv.jpg);
}

#product .box_read .img.gift {
	background-image: url(../images/product/gift/img_01.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

/* わさび */
#product .box_mv.wasabi {
	background-image: url(../images/product/wasabi/mv.jpg);
}

#product .box_read .img.wasabi {
	background-image: url(../images/product/wasabi/img_01.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

/* お漬物・佃煮 */
#product .box_mv.tsukemono {
	background-image: url(../images/product/tsukemono/mv.jpg);
}

#product .box_read .img.tsukemono {
	background-image: url(../images/product/tsukemono/img_01.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

/* 海産品 */
#product .box_mv.kaisan {
	background-image: url(../images/product/kaisan/mv.jpg) ;
}

#product .box_read .img.kaisan {
	background-image: url(../images/product/kaisan/img_01.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}


/*-----------------------------------------------
 店舗のご案内
-----------------------------------------------*/

#shop {}

#shop .box_mv {
	margin: 0 0 88px 0;
	background-repeat: no-repeat;
	width: 100%;
	height: 630px;
	text-indent: -9999px;
	position: relative;
}

#shop .box_mv.shop {
	background-image: url(../images/shop/mv.jpg);
}

#shop .box_shop {
	font-size: 0;
	text-align: left;
	padding: 0 0 50px 0;
	margin: 0 0 50px 0;
	border-bottom: 1px solid #d50012;
}

#shop .box_shop .img1,
#shop .box_shop .img2,
#shop .box_shop .img3 {
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: top;
}

#shop .box_shop .img1 {
	width: 360px;
	height: 240px;
	margin: 0 10px 0 0;
}

#shop .box_shop .img2 {
	width: 240px;
	height: 240px;
	margin: 0 10px 0 0;
}


#shop .box_shop .img3 {
	width: 240px;
	height: 240px;
	margin: 0 35px 0 0;
}

#shop .box_shop .info {
	width: 380px;
	display: inline-block;
	vertical-align: top;
}

#shop .box_shop .info h2 {
	font-size: 28px;
	line-height: 1;
	margin: 0 0 15px 0;
}

#shop .box_shop .info h2 span {
	font-size: 20px;
}

#shop .box_shop .info .txt {
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 10px 0;
	text-align: justify;
}

#shop .box_shop .info .add {
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 15px 0;
	text-align: justify;
}

#shop .box_shop .info .add span {
	font-size: 11px;
}

#shop .box_shop .info span.map {
	width: 75px;
	height: 33px;
	display: inline-block;
}

#shop .box_shop .info span.map a {
	display: block;
	background-image: url(../images/shop/btn_map.png);
	width: 75px;
	height: 33px;
	text-indent: -9999px;
}

#shop .box_shop .info span.detail {
	width: 151px;
	height: 33px;
	display: inline-block;
}

#shop .box_shop .info span.detail a {
	display: block;
	background-image: url(../images/shop/btn_detail.png);
	width: 151px;
	height: 33px;
	margin: 0 0 0 10px;
	text-indent: -9999px;
}



/* 本店 */
#shop .box_shop.honten .img1 {
	background-image: url(../images/shop/img_honten_01.jpg);
}

#shop .box_shop.honten .img2 {
	background-image: url(../images/shop/img_honten_02.jpg);
}

#shop .box_shop.honten .img3 {
	background-image: url(../images/shop/img_honten_03.jpg);
}


/* 三島駅前店 */
#shop .box_shop.mishima .img1 {
	background-image: url(../images/shop/img_mishima_01.jpg);
}

#shop .box_shop.mishima .img2 {
	background-image: url(../images/shop/img_mishima_02.jpg);
}

#shop .box_shop.mishima .img3 {
	background-image: url(../images/shop/img_mishima_03.jpg);
}


/* 柿田川店 */
#shop .box_shop.kakitagawa .img1 {
	background-image: url(../images/shop/img_kakitagawa_01.jpg);
}

#shop .box_shop.kakitagawa .img2 {
	background-image: url(../images/shop/img_kakitagawa_02.jpg);
}

#shop .box_shop.kakitagawa .img3 {
	background-image: url(../images/shop/img_kakitagawa_03.jpg);
}


/* 沼津みなと新鮮館店 */
#shop .box_shop.numazu .img1 {
	background-image: url(../images/shop/img_numazu_01.jpg);
}

#shop .box_shop.numazu .img2 {
	background-image: url(../images/shop/img_numazu_02.jpg);
}

#shop .box_shop.numazu .img3 {
	background-image: url(../images/shop/img_numazu_03.jpg);
}


/*  修善寺亀屋 */
#shop .box_shop.shuzenji .img1 {
	background-image: url(../images/shop/img_shuzenji_01.jpg);
}

#shop .box_shop.shuzenji .img2 {
	background-image: url(../images/shop/img_shuzenji_02.jpg);
}

#shop .box_shop.shuzenji .img3 {
	background-image: url(../images/shop/img_shuzenji_03.jpg);
}


/*  浄蓮の滝亀屋 */
#shop .box_shop.jouren .img1 {
	background-image: url(../images/shop/img_jouren_01.jpg);
}

#shop .box_shop.jouren .img2 {
	background-image: url(../images/shop/img_jouren_02.jpg);
}

#shop .box_shop.jouren .img3 {
	background-image: url(../images/shop/img_jouren_03.jpg);
}


/*  御殿場カメヤ */
#shop .box_shop.gotenba .img1 {
	background-image: url(../images/shop/img_gotenba_01.jpg);
}

#shop .box_shop.gotenba .img2 {
	background-image: url(../images/shop/img_gotenba_02.jpg);
}

#shop .box_shop.gotenba .img3 {
	background-image: url(../images/shop/img_gotenba_03.jpg);
}

/*  ラスカ熱海 */
#shop .box_shop.lusca .img1 {
	background-image: url(../images/shop/img_lusca_01.jpg);
}
#shop .box_shop.lusca .img2 {
	background-image: url(../images/shop/img_lusca_02.jpg);
}
#shop .box_shop.lusca .img3 {
	background-image: url(../images/shop/img_lusca_03.jpg);
}

/* COVID-19 */
#shop .covid-19 {
	width: 100%;
	margin: 0 auto 88px auto;
	border: 2px solid #d50012;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	color: #d50012;
	font-weight: 600;
	padding: 2em;
	line-height: 1.7;
}

/*-----------------------------------------------
 柿田川店
-----------------------------------------------*/

#kakitagawa .in {
	background-color: #edeae8;
}

#kakitagawa .box_line {
	margin: 0 auto 20px auto;
	width: 1240px;
	border-left: 1px solid #33aadc;
	border-right: 1px solid #33aadc;
	border-bottom: 1px solid #33aadc;
	box-sizing: border-box;
	position: relative;
}

#kakitagawa .box_mv {
	background-image: url(../images/shop/kakitagawa/mv.jpg);
	width: 1280px;
	height: 630px;
	text-indent: -9999px;
	position: relative;
	margin: 0 0 0 0;
}

#kakitagawa h2.catch {
	background-image: url(../images/shop/kakitagawa/h2.png);
	width: 700px;
	height: 100px;
	margin: auto;
	text-indent: -9999px;
	position: absolute;
	top: -17px;
	left: 0;
	right: 0;
}

#kakitagawa .read {
	text-align: center;
	margin: 0 0 60px 0;
	padding: 122px 0 0 0;
	font-size: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #0099D9;
	line-height: 2;
}

#kakitagawa ul.box_shop {
	font-size: 0;
	width: 1174px;
	margin: 0 auto 74px auto;
}

#kakitagawa ul.box_shop li {
	display: inline-block;
	width: 556px;
	vertical-align: top;
}

#kakitagawa ul.box_shop li .img {
	line-height: 1;
	margin: 0 0 15px 0;
	width: 556px;
	height: 660px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#kakitagawa ul.box_shop li .txt {
	text-align: left;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px 0;
}

#kakitagawa ul.box_shop li .open {
	text-align: left;
	font-size: 17px;
	line-height: 1;
	margin: 0 0 0 0;
}

#kakitagawa ul.box_shop li .btn a {
	display: block;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background-color: #0099d9;
	font-size: 18px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

#kakitagawa ul.box_shop li .btn a:hover {
	color: #FFF;
	text-decoration: none;
}

#kakitagawa ul.box_shop li.box1,
#kakitagawa ul.box_shop li.box2 {
	height: 850px;
}

#kakitagawa ul.box_shop li.box3,
#kakitagawa ul.box_shop li.box4 {
	height: 820px;
}

#kakitagawa ul.box_shop li.box1,
#kakitagawa ul.box_shop li.box3 {
	margin: 0 30px 0 0;
	padding: 0 30px 0 0;
	border-right: 1px solid #33aadc;
}

/* 1 */
#kakitagawa ul.box_shop li.box1 .img {
	background-image: url(../images/shop/kakitagawa/img_01.jpg);
}

/* 2 */
#kakitagawa ul.box_shop li.box2 .img {
	background-image: url(../images/shop/kakitagawa/img_02.jpg);
}

/* 3 */
#kakitagawa ul.box_shop li.box3 .img {
	background-image: url(../images/shop/kakitagawa/img_03.jpg);
}

/* 4 */
#kakitagawa ul.box_shop li.box4 .img {
	background-image: url(../images/shop/kakitagawa/img_04.jpg);
}


#kakitagawa .box_water {
	width: 1174px;
	margin: 0 auto 74px auto;
}

#kakitagawa .box_water h2 {
	background-image: url(../images/shop/kakitagawa/h2_01.png);
	height: 22px;
	text-indent: -9999px;
	margin: 0 0 20px 0;
}

#kakitagawa .box_water .read {
	text-align: center;
	color: #000;
	font-size: 15px;
	line-height: 1;
	margin: 0 0 16px 0;
	padding: 0;
}

#kakitagawa .box_water ul {
	font-size: 0;
	background-color: #d8e6eb;
	border: 1px solid #352c2a;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}

#kakitagawa .box_water ul li {
	display: inline-block;
	width: 33.3%;
	height: 317px;
	padding: 33px 0;
	text-align: center;
	box-sizing: border-box;
}

#kakitagawa .box_water ul li.left {
	background-image: url(../images/shop/kakitagawa/img_water_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-right: 1px solid #352c2a;
}

#kakitagawa .box_water ul li.center {
	background-image: url(../images/shop/kakitagawa/img_water_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-right: 1px solid #352c2a;
}

#kakitagawa .box_water ul li.right {
	background-image: url(../images/shop/kakitagawa/img_water_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


#kakitagawa .box_map {
	width: 1174px;
	margin: 0 auto 74px auto;
}

#kakitagawa .box_map h2 {
	background-image: url(../images/shop/kakitagawa/h2_02.png);
	height: 22px;
	text-indent: -9999px;
	margin: 0 0 20px 0;
}




/*-----------------------------------------------
 会社概要
-----------------------------------------------*/

#company .box_mv {
	background-image: url(../images/company/mv.jpg);
	width: 1280px;
	height: 530px;
	text-indent: -9999px;
	position: relative;
	margin: 0 0 60px 0;
}

#company h2 {
	text-align: center;
	margin: 0 0 60px 0;
	padding: 0 0 14px 0;
	color: #d50012;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 8px;
	border-bottom: 1px solid #d50012;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#company h2 {
	margin: 0 0 25px 0;
}

#company .logic {
	background-image: url(../images/company/logic.png);
	width: 1280px;
	height: 660px;
	margin: 0 0 60px 0;
}

#company .wasabisawa {
	margin: 0 auto 60px auto;
	width: 1280px;
}
#company .wasabisawa img {
	width: 100%;
	height: auto;
}

#company table.company_info {
	font-size: 18px;
	width: 100%;
	text-align: left;
	margin: 0 0 125px 0;
}

#company table.company_info th,
#company table.company_info td {
	padding: 16px 0;
	border-bottom: 1px solid #231815;
	vertical-align: top;
	line-height: 1.8;
}

#company table.company_info th {
	width: 215px;
}

#company .box_company h2 {
	margin: 0 0 60px 0;
}


#company .box_company {
	overflow: hidden;
	margin: 0 0 100px 0;
}

#company .box_company .read {
	font-size: 18px;
	text-align: center;
	margin: 0 0 20px 0;
}

#company .box_company .left {
	background-image: url(../images/company/map_01.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 705px;
	float: left;
}

#company .box_company .right {
	background-image: url(../images/company/map_02.png);
	background-repeat: no-repeat;
	width: 570px;
	height: 1048px;
	float: right;
}

#company .box_company .left ul {
	padding: 290px 0 0 0 ;
	font-size: 0;
}

#company .box_company .left ul li {
	display: inline-block;
	width: 330px;
	height: 230px;
	margin: 0 10px 10px 0;
	padding: 204px 0 0 0;
	color: #FFF;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	box-sizing: border-box;
}

#company .box_company .left ul li.img01 {
	background-image: url(../images/company/area_01.jpg);
	
}

#company .box_company .left ul li.img02 {
	background-image: url(../images/company/area_02.jpg);
	
}

#company .box_company .left ul li.img03 {
	background-image: url(../images/company/area_03.jpg);
	
}

#company .box_company .left ul li.img04 {
	background-image: url(../images/company/area_04.jpg);
	
}

#company .box_company .left ul li.img05 {
	background-image: url(../images/company/area_05.jpg);
	
}

#company .box_company .left ul li.img06 {
	background-image: url(../images/company/area_06.jpg);
	
}

#company .box_company table.history {
	float: left;
	width: 550px;
	text-align: left;
	font-size: 17px;
}

#company .box_company table.history th {
	width: 152px;
}

#company .box_company table.history th,
#company .box_company table.history td {
	padding: 0 0 4px 0 ;
	line-height: 1.5;
}

#company .box_company ul.photo {
	float: right;
	width: 700px;
	font-size: 0;
}

#company .box_company ul.photo li {
	margin: 0 0 32px 50px;
	display: inline-block;
}

#company .box_company ul.photo li .txt {
	font-size: 12px;
}

#company .box_company ul.photo li .img01 {
	background-image: url(../images/company/history_01.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 250px;
	margin: 0 0 8px 0;
}

#company .box_company ul.photo li .img02 {
	background-image: url(../images/company/history_02.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 250px;
	margin: 0 0 8px 0;
}

#company .box_company ul.photo li .img03 {
	background-image: url(../images/company/history_03.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 250px;
	margin: 0 0 8px 0;
}

#company .box_company ul.photo li .img04 {
	background-image: url(../images/company/history_04.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 250px;
	margin: 0 0 8px 0;
}

#company .box_company ul.photo li .img05 {
	background-image: url(../images/company/history_05.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 250px;
	margin: 0 0 8px 0;
}

#company .box_company ul.photo li .img06 {
	background-image: url(../images/company/history_06.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 250px;
	margin: 0 0 8px 0;
}

#company .box_company ul.photo li .img07 {
	background-image: url(../images/company/history_07.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 250px;
	margin: 0 0 8px 0;
}

#company .box_company ul.photo li .img08 {
	background-image: url(../images/company/history_08.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 250px;
	margin: 0 0 8px 0;
}

#company ul.box_factory {
	font-size: 0;
	margin: 0 0 30px -100px;
	padding: 55px 0;
}

#company ul.box_factory li {
	display: inline-block;
	width: 590px;
	margin: 0 0 62px 100px;
}

#company ul.box_factory li .img {
	width: 590px;
	height: 240px;
	background-repeat: no-repeat;
	margin: 0 0 16px 0;
}

#company ul.box_factory li h4 {
	font-size: 22px;
	line-height: 1;
	margin: 0 0 16px 0;
}

#company ul.box_factory li .txt {
	font-size: 15px;
	line-height: 1.6;
}
	
	
#company ul.box_factory li.honsya .img {
	background-image: url(../images/client/factory_01.jpg);
}

#company ul.box_factory li.heiseidai .img {
	background-image: url(../images/client/factory_02.jpg);
}

#company ul.box_factory li.second .img {
	background-image: url(../images/client/factory_03.jpg);
}

#company ul.box_factory li.eigyou .img {
	background-image: url(../images/client/factory_04.jpg);
}
#company h3 {
    color: #596200;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #596200;
    padding: 0 0 12px 0;
    margin: 0 0 16px 0;
	display: block;
	line-height: 1;
}
#company .txt_detail {
	font-size: 17px;
	line-height: 1.7;
	margin: 0 0 86px 0;
}
#company .txt_detail span {
	font-size: 15px;
}
#company .btn {
}
#company .btn a {
	display: block;
    background-image: url(../images/company/arrow_btn.png);
    background-repeat: no-repeat;
    background-position: center right 24px;
    background-color: #ce0012;
    width: 480px;
    height: 80px;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    line-height: 80px;
    text-decoration: none;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.075em;
}

/*-----------------------------------------------
 お問い合わせ
-----------------------------------------------*/
/* フリーダイヤル */
#contact .box_title {
    width: 1280px;
    margin: 114px auto 54px auto;
    text-align: center;
}
#contact .box_title .title {
    font-size: 30px;
    margin: 0 0 24px 0;
}
#contact .box_title .lead {
    font-size: 16px;
    margin: 0 0 36px 0;
}
#contact .box_title .phone {
    margin: 0 auto 36px auto;
    font-size: 36px;
    background-image: url("../images/contact/phone.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 28px;
    line-height: 28px;
    padding: 0 0 0 56px;
    display: inline-block;
}
#contact .box_title .time {
    font-size: 16px;
    line-height: 2;
}

#contact #content {
	width: 1280px;
	margin: 0 auto;
	background-color: #ebebec;
	padding: 64px 0 0 0;
}

#contact #content .in {
	width: 1100px;
	margin: 0 auto;
}


#contact h2 {
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 40px;
	line-height: 1;
}

#contact .read {
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	margin: 0 0 30px 0;
}

#contact .read span {
	font-size: 14px;
}



#contact .box_form {}

#contact .box_form table {
	margin: 0 0 20px 0;
	width: 100%;
	background-color: #FFF;
}

#contact .box_form table th {
	text-align: left;
	width: 215px;
	box-sizing: border-box;
	padding: 0 0 0 30px;
	vertical-align: middle;
	font-size: 16px;
	border-bottom: 4px solid #ebebec;
}

#contact .box_form table td {
	text-align: left;
	box-sizing: border-box;
	padding: 20px 20px 20px 0;
	vertical-align: middle;
	border-bottom: 4px solid #ebebec;
}

#contact .box_form table td.add1 {
	padding: 20px 20px 5px 0;
	border-bottom: none;
}

#contact .box_form table td.add2 {
	padding: 5px 20px 20px 0;
	border-bottom: 4px solid #ebebec;
}

#contact .box_form table td .must {
	text-align: center;
	background-color: #ce0012;
	color: #FFF;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: bold;
	width: 42px;
	height: 22px;
	line-height: 22px;
}


#contact.order .box_form table td .must {
	text-align: center;
	background-color: #ce0012;
	color: #FFF;
	box-sizing: border-box;
	font-size: 10px;
	font-weight: bold;
	width: 70px;
	height: 22px;
	line-height: 22px;
}


#contact .box_form table th .must_sp {
	display: none;
}


#contact .box_form table td.attention {
	font-size: 12px;
	color: #888281;
	width:250px;
}

#contact .box_form table td.attention2 {
	font-size: 12px;
	color: #888281;
	width:250px;
	border-bottom: none;
}


#contact .box_form input[type="text"],
#contact .box_form input[type="email"],
#contact .box_form input[type="tel"]  {
	border: 1px solid #c1bebd;
    padding: 16px;
    width: 90%;
	font-size: 16px;
}

#contact .box_form input[type="submit"] {
	width: 300px;
    height: 58px;
    line-height: 58px;
    color: #FFF;
    background-color: #ce0012;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    font-weight: bold;
    border: none;
    text-align: center;
    padding: 0;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#contact .box_form .wpcf7-list-item {
	width: 300px;
    display: inline-block;
	font-size: 16px;
	margin: 4px 0 4px 0;
}

#contact .box_form textarea {
	border: 1px solid #c1bebd;
	width: 100%;
	font-size: 16px;
	padding: 16px;
	box-sizing: border-box;
}

#contact .box_form #w_15 {
	width: 15%;
}

#contact .box_form #w_30 {
	width: 30%;
}

#contact .box_form #w_50 {
	width: 50%;
}

#contact .box_form #w_70 {
	width: 70%;
}

#contact .box_form #w_180 {
	width: 180%;
}

#contact .box_form span.governments {
	display: block;
	float: left;
	width: 15%;
}

#contact .box_form span.add {
	display: block;
	float: left;
}

#contact .box_form td p {
	width: 100%;
	padding: 10px 0 0 0;
}

#contact .box_form .btn_submit {
	text-align: center;
	width: 100%;
}

span.wpcf7-not-valid-tip {
	color: #f00;
    font-size: 1em;
    display: block;
    padding: 8px 0 0 0;
}

/*-----------------------------------------------
 プライバシーポリシー
-----------------------------------------------*/

#privacy .box_mv {
	background-image: url(../images/privacy/mv.jpg);
	width: 1280px;
	height: 530px;
	text-indent: -9999px;
	position: relative;
	margin: 0 0 60px 0;
}

#privacy h2 {
	text-align: center;
	margin: 0 0 60px 0;
	padding: 0 0 14px 0;
	color: #d50012;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 8px;
	border-bottom: 1px solid #d50012;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#privacy .read {
	text-align: center;
	font-size: 14px;
	margin: 0 0 50px 0;
}

#privacy .box_privacy {
	margin: 0 0 42px 0;
}

#privacy .box_privacy h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 20px 0;
}

#privacy .box_privacy .txt {
	font-size: 14px;
	margin: 0 0 15px 0;
}

#privacy .box_privacy ol {
	font-size: 14px;
	line-height: 1.8;
	list-style-type: decimal;
	margin: 0 0 0 20px;
}

/*-----------------------------------------------
 企業様へ
-----------------------------------------------*/

#client .box_mv {
	background-image: url(../images/client/mv.jpg);
	width: 1280px;
	height: 530px;
	text-indent: -9999px;
	position: relative;
	margin: 0 0 60px 0;
}

#client h2 {
	text-align: center;
	margin: 0 0 34px 0;
	padding: 0 0 14px 0;
	color: #d50012;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 8px;
	border-bottom: 1px solid #d50012;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#client .read {
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	margin: 0 0 50px 0;
}

#client .box_contact {
	font-size: 0;
	margin: 0 0 90px 0;
}

#client .box_contact .in {
	display: inline-block;
	background-color: #ebebec;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	width: 620px;
	padding: 26px 0;
	vertical-align: top;
}

#client .box_contact .in.product {
	margin: 0 40px 0 0;
}

#client .box_contact .in.product .img {
	background-image: url(../images/client/product_img.jpg);
	background-repeat: no-repeat;
	width: 570px;
	height: 370px;
	margin: 0 auto 18px auto;
}

#client .box_contact .in.product .txt {
	font-size: 17px;
	line-height: 30px;
	text-align: left;
	width: 570px;
	margin: 0 auto 15px auto;
}

#client .box_contact .in.product .box_btn {
	background-color: #FFF;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 16px 13px;
	width: 570px;
	margin: 0 auto;
	box-sizing: border-box;
}

#client .box_contact .in.product .box_btn .title {
	background-image: url(../images/client/product_contact.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 22px;
	margin: 0 auto 15px auto;
}

#client .box_contact .in.product .box_btn .btn {
	display: inline-block;
	margin: 0 9px 0 0;
}

#client .box_contact .in.product .box_btn .btn a {
	display: block;
	background-image: url(../images/client/product_btn.png);
	background-repeat: no-repeat;
	width: 306px;
	height: 58px;
	margin: 0 auto 0 0;
}

#client .box_contact .in.product .box_btn .tel {
	display: inline-block;
	background-image: url(../images/client/product_tel.png);
	background-repeat: no-repeat;
	width: 229px;
	height: 57px;
	margin: 0 0 0 0;
}


#client .box_contact .in.shop .img {
	background-image: url(../images/client/shop_img.jpg);
	background-repeat: no-repeat;
	width: 570px;
	height: 330px;
	margin: 0 auto 18px auto;
}

#client .box_contact .in.shop .txt {
	font-size: 17px;
	line-height: 30px;
	text-align: left;
	width: 570px;
	margin: 0 auto 15px auto;
}

#client .box_contact .in.shop .box_btn {
	background-color: #FFF;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 16px 13px;
	width: 570px;
	margin: 0 auto 8px auto;
	box-sizing: border-box;
}

#client .box_contact .in.shop .box_btn .title {
	background-image: url(../images/client/shop_contact.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 22px;
	margin: 0 auto 15px auto;
}

#client .box_contact .in.shop .box_btn .btn {
	display: inline-block;
	margin: 0 9px 0 0;
}

#client .box_contact .in.shop .box_btn .btn a {
	display: block;
	background-image: url(../images/client/shop_btn.png);
	background-repeat: no-repeat;
	width: 306px;
	height: 58px;
	margin: 0 auto 0 0;
}

#client .box_contact .in.shop .box_btn .tel {
	display: inline-block;
	background-image: url(../images/client/product_tel.png);
	background-repeat: no-repeat;
	width: 229px;
	height: 57px;
	margin: 0 0 0 0;
}

#client .box_contact .in.shop .kakitagawa {
	width: 570px;
	margin: 0 auto;	
}

#client .box_contact .in.shop .kakitagawa a {
	display: block;
	background-image: url(../images/client/shop_btn_kakitagawa.png);
	background-repeat: no-repeat;
	width: 570px;
	height: 33px;
	text-indent: -9999px;
}

#client h3 {
	color: #596200;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #596200;
	padding: 0 0 12px 0;
	margin: 0 0 16px 0;
}

#client ul.box_factory {
	font-size: 0;
	margin: 0 0 30px -100px;
	padding: 55px 0;
}

#client ul.box_factory li {
	display: inline-block;
	width: 590px;
	margin: 0 0 62px 100px;
}

#client ul.box_factory li .img {
	width: 590px;
	height: 240px;
	background-repeat: no-repeat;
	margin: 0 0 16px 0;
}

#client ul.box_factory li h4 {
	font-size: 22px;
	line-height: 1;
	margin: 0 0 16px 0;
}

#client ul.box_factory li .txt {
	font-size: 15px;
	line-height: 1.6;
}
	
	
#client ul.box_factory li.honsya .img {
	background-image: url(../images/client/factory_01.jpg);
}

#client ul.box_factory li.heiseidai .img {
	background-image: url(../images/client/factory_02.jpg);
}

#client ul.box_factory li.second .img {
	background-image: url(../images/client/factory_03.jpg);
}

#client ul.box_factory li.eigyou .img {
	background-image: url(../images/client/factory_04.jpg);
}

#client .txt_detail {
	font-size: 17px;
	line-height: 1.7;
	margin: 0 0 86px 0;
}

#client .txt_detail span {
	font-size: 15px;
}



/*-----------------------------------------------
 ENGLISH
-----------------------------------------------*/

#en {
	font-family: Arial, Helvetica, sans-serif
}

#en .box_mv {
	background-image: url(../images/english/mv.jpg);
	width: 1280px;
	height: 530px;
	text-indent: -9999px;
	position: relative;
	margin: 0 0 60px 0;
}

#en h2 {
	text-align: center;
	margin: 0 0 78px 0;
	padding: 0 0 14px 0;
	color: #d50012;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 8px;
	border-bottom: 1px solid #d50012;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#en .read_1 {
	text-align: center;
	font-size: 56px;
	line-height: 1.4;
	margin: 0 0 38px 0;
}

#en .read_2 {
	text-align: center;
	font-size: 16px;
	line-height: 1.9;
	margin: 0 auto 45px auto;
	width: 900px;
}

#en .catch {
	text-align: center;
	border: 1px solid #918c8a;
	box-sizing: border-box;
	font-size: 25px;
	width: 800px;
	height: 55px;
	line-height: 55px;
	margin: 0 auto 100px auto;
}

#en ul.box_kodawari {
	font-size: 0;
	margin: 0 0 156px -106px;
}

#en ul.box_kodawari li {
	display: inline-block;
	width: 356px;
	vertical-align: top;
	margin: 0 0 0 106px;
}

#en ul.box_kodawari li .img {
	margin: 0 0 20px 0;
	background-repeat: no-repeat;
	background-position: top center;
	height: 373px;
	width: 100%;
}

#en ul.box_kodawari li h3 {
	background-color: #596200;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	width: 100%;
	height: 76px;
	line-height: 76px;
	margin: 0 0 20px 0;
}

#en ul.box_kodawari li .txt {
	width: 100%;
	font-size: 17px;
	text-align: left;
	line-height: 1.9;
}

#en ul.box_kodawari li .img.kodawari {
	background-image: url(../images/english/kodawari.jpg);
}

#en ul.box_kodawari li .img.challenge {
	background-image: url(../images/english/challenge.jpg);
}

#en ul.box_kodawari li .img.process {
	background-image: url(../images/english/proccess.jpg);
}

#en h2.main {
	width: 100%;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #596200;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e6e7dc;
	border: 1px solid #596200;
	box-sizing: border-box;
	margin: 0 0 26px 0;
	letter-spacing: 0;
	font-weight: bold;
}

#en .box_lineup {
	font-size: 0;
	margin: 0 0 115px 0; 
}
#en .box_lineup .in {
	display: inline-block;
	vertical-align: top;
	width: 225px;
	margin: 0 38.75px 0 0;
}
#en .box_lineup .in:last-of-type {
	margin: 0 0 0 0;
}
#en .box_lineup .in img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}
#en .box_lineup .in h3 {
	font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 8px 0;
}
#en .box_lineup .in .weight {
	font-size: 13px;
	line-height: 13px;
	margin: 0 0 12px 0;
}
#en .box_lineup .in .txt {
	font-size: 14px;
    line-height: 1.8;
}

#en h2.grn {
	text-align: left;
	margin: 0 0 46px 0;
	padding: 0 0 14px 0;
	color: #596200;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
	border-bottom: 1px solid #596200;
	font-family: Arial, Helvetica, sans-serif;
}

#en table.box_company {
	text-align: left;
	font-size: 18px;
	margin: 0 0 115px 0;
	line-height: 1.5;
}

#en table.box_company th,
#en table.box_company td {
	padding: 15px 0 15px 0 ;
	border-bottom: 1px solid #dedddc;
}

#en table.box_company th {
	width: 200px;
}

#en table.box_company td ul {
	margin: 0 0 0 20px;	
}

#en table.box_company td ul li {
	line-height: 1.5;
	padding: 0 0 0 0;
	list-style: disc;
}

#en .box_co {
	overflow: hidden;
}
#en .box_co table.box_company {
	float: left;
	width: 900px;
}
#en .box_co .img {
	float: right;
	width: 330px;
}
#en .box_co .img img {
	width: 100%;
	height: auto;
}

#en ul.box_plant {
	font-size: 18px;
	margin: 0 0 115px 0;
	
}

#en ul.box_plant li {
	border-bottom: 1px solid #dedddc;
	line-height: 1.5;
	margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

#en .box_customers h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 24px 0;
}

#en .box_customers .txt {
	font-size: 18px;
	margin: 0 0 36px 0;
	line-height: 1.5;
}

#en .box_recipe {
	width: 100%;
	margin: 0 auto 100px auto;
	background-color: #e6e7dc;
	padding: 64px 0 0 0;
}
#en .box_recipe h2.recipe {
	text-align: center;
	font-size: 24px;
	font-family: inherit;
	font-weight: bold;
	border-bottom: none;
	line-height: 1;
	color: #000;
	margin: 0 0 32px 0;
}
#en .box_recipe .lead {
	font-size: 16px;
	text-align: center;
	margin: 0 0 16px 0;
}
#en .box_recipe .btn {
	margin: 0 0 32px 0;
}
#en .box_recipe .btn a {
	display: block;
    width: 500px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #596200;
    font-size: 22px;
    margin: 0 auto;
    font-weight: bold;
}
#en .box_recipe .btn a span {
	background-image: url(../images/english/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 40px;
}
#en .box_recipe ul.img {
	font-size: 0;
	text-align: center;
}
#en .box_recipe ul.img li {
	width: 20%;
	display: inline-block;
	margin: 0 0 0 0;
	text-align: center;
}
#en .box_recipe ul.img li:last-child {
	margin: 0 0 0 0;
}
#en .box_recipe ul.img li img {
	width: 100%;
	height: auto;
}


/*-----------------------------------------------
 ENGLISH 通販追記
-----------------------------------------------*/
#en .bnr {
	width: 100%;
	margin: 0 0 50px 0;
}
#en .bnr img {
	width: 100%;
	height: auto;
}
#en .box_product {
	margin: 0 0 100px 0;
}
#en .box_products.grocery h2 {
	display: block;
	position: relative;
	background-color: #ffdc96;
	border-top: 1px solid #5a6400;
	border-right: 1px solid #5a6400;
	border-bottom: 1px solid #5a6400;
	border-left: 7px solid #5a6400;
	box-sizing: border-box;
	color: #5a6400;
	font-family:inherit;
	font-size: 19px;
	font-weight: 600;
	line-height: 44px;
	margin: 0 0 12px 0;
	padding: 0 0 0 10px;
	text-align: left;
	letter-spacing: 0;
}
#en .box_products.whole h2 {
	display: block;
	position: relative;
	background-color: #d7e66e;
	border-top: 1px solid #5a6400;
	border-right: 1px solid #5a6400;
	border-bottom: 1px solid #5a6400;
	border-left: 7px solid #5a6400;
	box-sizing: border-box;
	color: #5a6400;
	font-family:inherit;
	font-size: 19px;
	font-weight: 600;
	line-height: 44px;
	margin: 0 0 12px 0;
	padding: 0 0 0 10px;
	text-align: left;
	letter-spacing: 0;
}
#en .box_products.grocery h2 span,
#en .box_products.whole h2 span {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	text-align: right;
	font-size: 17px;
}
#en .box_products .attention {
	text-align: right;
	margin: 0 0 24px 0;
}
#en .box_products .box_list {
	font-size: 0;
}
#en .box_products .box_list .in {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	margin: 0 40px 50px 0;
}
#en .box_products .box_list .in:nth-child(3n){
	margin: 0 0 50px 0;
}
#en .box_products .box_list .in img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 20px 0;
}
#en .box_products .box_list .in table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	text-align: left;
}
#en .box_products .box_list .in th.title {
	font-size: 18px;
	background-color: #fff !important;
}
#en .box_products .box_list .in th {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px;
	vertical-align: middle;
	width: 28%;
}
#en .box_products.grocery .box_list .in th {
	background-color: #f0e6be;
}
#en .box_products.whole .box_list .in th {
	background-color: #d7e66e;
}
#en .box_products .box_list .in th.quant {
	font-size: 12px;
}
#en .box_products .box_list .in td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px;
	vertical-align: middle;
}
#en .box_products .box_list .in.shipping {
	color: #5a6400;
	font-size: 17px;
	font-weight: 600;
	text-align: right;
	letter-spacing: 0.02em;
	text-decoration: underline;
	vertical-align: bottom;
}

#en .box_btn {
	text-align: center;
	margin: 0 0 100px 0;
	color: #5a6400;
}
#en .box_btn a {
	background-color: #5a6400;
	display: block;
	color: #fff;
	font-size : 21px;
	font-weight: 600;
	letter-spacing : 0.025em;
	line-height: 52px;
	margin: 0 0 30px 0;
	text-decoration: none;
}
#en .box_btn .copy {
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 30px 0;
	letter-spacing : 0.025em;
}
#en .box_btn .disc {
	font-size: 14px;
	font-weight: 600;
	letter-spacing : 0.025em;
}

/*-----------------------------------------------
 新着情報
-----------------------------------------------*/

body.blog,
body.archive,
body.single {
	background-color: #e8edef;
}

#news h2 {
	text-indent: -9999px;
	background-image: url(../images/news/h2.png);
	width: 129px;
	height: 24px;
	margin: 100px auto 74px auto;
}

#news #content {
	padding: 45px 0 0 0;
}


.container#news .box_mv .in {
	width: 960px;
	margin: 0 auto;
}

#news .box_main {
	float: left;
    width: 1000px;
    padding: 0 0 100px 0;
}

#news .box_main .entry-content {
	margin: 0 0 27px 0;
	padding: 0 0 27px 0;
	border-bottom: 2px solid #cfcfcf;
}

#news .box_main .entry-content .in {
	overflow: hidden;
	width: 100%;
}

#news .box_main .entry-content .in .thumb {
	float: left;
	width: 230px;
    height: 150px;
	box-sizing: border-box;
	margin: 0 25px 0 58px;
	overflow: hidden;
}

#news .box_main .entry-content .in .box_txt {
	float: left;
	width: 636px;
	line-height: 1.8;
}

#news .box_main h3 {
	display: block;
	margin: 0 0 15px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}

#news .box_main h3 a {
	text-decoration: none;
}

#news .box_main h3 a:hover {
	text-decoration: underline;
}

#news .box_main h4 {
	display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    /* width: 160px; */
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    background-color: #000;
    margin: 0 0 35px 0;
    padding: 0 1em;
}

#news .box_main .entry-content .in .box_txt #cate-icon {
	margin: 0 0 14px 0;
	font-weight: bold;
}

#news .box_main .entry-content .in .box_txt #cate-icon a {
	display: inline;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    width: 160px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    padding: 8px 14px;
	background-color: #596200;
}

#news .box_main .entry-content .in .box_txt .news#cate-icon a {
	display: inline;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    width: 160px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    padding: 8px 14px;
	background-color: #d50012;
}



#news .box_main .entry-content .in .box_txt .date {
	font-size: 14px;
    line-height: 1;
    margin: 0 0 5px 0;
    font-weight: bold;
}

#news .box_main .entry-content .in .box_txt .excerpt {
	font-size: 13px;
}





#news .box_main article .date.single {
	text-align: center;
	border-bottom: 2px solid #cfcfcf;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 4px 0;
	margin: 0 0 20px 0;
}

#news .box_main article h3.single {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.3;
	margin: 0 auto 50px auto;
	width: 800px;
	display: block;
	
}

#news .box_main .entry-content-single {
	width: 800px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2.3;
}

#news .box_main .entry-content-single strong {
	font-weight: bold !important;
}

#news .box_main .entry-content-single img {
	margin: 0 0 0 0;
	clear: both;
	display: block;
}

/*-----------------------------------------------
 サイドバー
-----------------------------------------------*/

#news .box_side {
	float: right;
	width: 230px;
	padding: 0 56px 100px 0;
	box-sizing: border-box;
}

#news .box_side h3 {
	display: block;
	color: #D50012;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	margin: 0 0 25px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #D50012;
	letter-spacing: 4px;
}

#news .box_side ul {
	margin: 0 0 30px 0;
}

#news .box_side ul li {
	font-size: 14px;
    line-height: 1.5;
    margin: 0 0 1em 0;
}

#news .box_side ul li a {
	color: #000;
	text-decoration: none;
}


#news .box_side label.screen-reader-text {
	display: none;
}

#news .box_side select {
	width: 100%;
	margin: 0 0 30px 0;
}







/*-----------------------------------------------
 404
-----------------------------------------------*/

#notfound #content {
	background-image: url(../images/top/bg_mv.jpg);
	background-position: top center;
	background-repeat: repeat;
	padding: 44px 0;
	box-sizing: border-box;
}

#notfound #content .in {
	background-color: #FFF;
	width: 800px;
	margin: 0 auto;
	padding: 180px 120px;
	box-sizing: border-box;
	text-align: center;
	color: #5b5b5b;
}

#notfound #content .in h2 {
	display: block;
    width: auto;
    height: auto;
    line-height: 1;
    margin: 0 0 30px 0;
    color: #877d53;
    font-size: 24px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#notfound #content .in p {
	font-size: 14px;
	line-height: 1.5;
	color: #877d53;
}

/*-----------------------------------------------
contactform7
-----------------------------------------------*/
div.wpcf7-mail-sent-ok {
	border: none !important;
	color: #FF0004!important;
	font-weight: bold!important;
	text-align: center!important;
}

/* ギフトカタログ注文受付フォーム */
.gift-sb .box_title .lead .txt {
	line-height: 150%;
}

#contact.gift-sb .box_form table td.attention {
    padding: 0 10px 0 0;
    line-height: 1.5em;
}

.gift-sb .oid1,.gift-sb .oid2,.gift-sb .oid3 {
    display: inline-block;
    width: 8em;
}
.gift-sb .oid1 {
    margin-right: 20px;
    width: 15em;
}
.gift-sb .oid2 {
    margin-right: 28px;
    margin-left: 5px;
}
.gift-sb .oid3 {
    margin-left: 5px;
}

.gift-sb_caution,
.gift-sb_inquiry,
#contact .box_title .gift-sb_privacy {
	box-sizing: border-box;
	width: 1100px;
    margin-left: auto;
    margin-right: auto;
	text-align: left;
	line-height: 1.5em;
}

.gift-sb_caution {
	text-align: left;
	line-height: 1.5em;
	font-size: 16px;
}
.gift-sb_caution li {
	list-style: disc;
	margin-left: 2rem;
}

.gift-sb_top .gift-sb_caution {
	width: 768px;
}

#contact.gift-sb .box_form table .section_last th,
#contact.gift-sb .box_form table .section_last td,
#contact.gift-sb .box_form table .input_double th,
#contact.gift-sb .box_form table .input_double td {
	border-bottom: none;
}
#contact .box_form table .gift-sb_subtitle th,
#contact .box_form table .gift-sb_subtitle td{
	border-bottom: none;
    background-color: #c1c1c1;
    text-align: center;
    font-size: 18px;
}

#contact.gift-sb select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    height: 3rem;
    width: 6rem;
    border-color: #c1bebd;
}

.gift-sb .confirm_email {
	line-height: 1.5em;
}

#contact .box_title.gift-sb_bottom {
	margin-top: 54px;
}
.gift-sb_bottom h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.gift-sb_bottom .gift-sb_caution {
	text-align: center;
}

.gift-sb_inquiry {
	text-align: center;
    border: 4px solid #ebebec;
    padding: 2rem;
	margin-top: 2rem;
    margin-bottom: 2rem;
}
#contact .box_title .gift-sb_inquiry .title,
#contact .box_title .gift-sb_inquiry .lead,
#contact .box_title .gift-sb_inquiry .mail {
	line-height: 1.5em;
}
#contact .box_title .gift-sb_inquiry .title {
    font-size: 20px;
}
#contact .box_title .gift-sb_inquiry .lead {
    font-size: 22px;
	margin-bottom: 8px;
}
#contact .box_title .gift-sb_inquiry .phone {
    font-size: 26px;
	margin-bottom: 8px;
}
#contact .box_title .gift-sb_inquiry .mail {
    font-size: 20px;
}
#contact .box_title .gift-sb_inquiry .mail:before {
    content: "MAIL: ";
}

#contact .box_title .gift-sb_privacy {
	font-size: 14px;
}
#contact .box_title .gift-sb_privacy h3 {
	font-size: 14px;
	font-weight: 600;
}

/* privacy */
#contact .contact_privacy {
	overflow-x: hidden;
    overflow-y: scroll;
    margin: 0 auto 24px;
    padding: 28px 44px 28px 31px;
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
	box-sizing: border-box;
	text-align: left;
}
#contact .contact_privacy h2 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 2em 0;
	text-align: left;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #ccc;
}
#contact .contact_privacy .read {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 2em 0;
	text-align: left;
}
#contact .contact_privacy .box_privacy {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 2em 0;
	text-align: left;
}
#contact .contact_privacy .box_privacy h3 {
	font-weight: 600;
	margin: 0 0 1em 0;
}
#contact .contact_privacy .box_privacy .txt {
	margin: 0 0 1em 0;
}
#contact .contact_privacy .box_privacy ol {
	margin: 0 0 1em 1em;
}

#contact .acceptance {
	background-color: #f6f5f2;
    padding: 1em;
}
#contact .acceptance span {
	font-size: 16px;
	font-weight: 600;
}

/*-----------------------------------------------
 privacy EN
-----------------------------------------------*/
#privacy.en {
	margin: 8em auto 0 auto;
	width: 60%;
}
#privacy.en .read {
	text-align: left;
	line-height: 1.5;
}
#privacy.en .box_privacy .txt {
	line-height: 1.5;
}
#privacy.en .box_privacy ol {
	list-style-type: lower-alpha;
}
#privacy.en a.btn {
	display: block;
    background-color: #3f6119;
    color: #fff;
    font-size: 24px;
	font-weight: 600;
    padding: 1.5em;
    width: 16em;
    margin: 4em auto 0 auto;
    border-radius: 5px;
    text-decoration: none;
	text-align: center;
}

#contact.order {
	margin: 8em auto 0 auto;
}

/*-----------------------------------------------
 opening
-----------------------------------------------*/

#opening{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 300;
}
#opening .logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#opening .logo .logo01{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -153px;
	margin-left: -135px;
	display: block;
	background: url(../images/top/001_t.png) no-repeat;
	width: 270px;
	height: 306px;
	opacity: 0;
}
#opening .logo .logo01.view{
  opacity: 1;
    -webkit-transition: all 1.3s 1.2s ease;
       -moz-transition: all 1.3s 1.2s ease;
        -ms-transition: all 1.3s 1.2s ease;
         -o-transition: all 1.3s 1.2s ease;
            transition: all 1.3s 1.2s ease;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
}
#opening .logo .logo02{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -153px;
	margin-left: -102px;
	display: block;
	background: url(../images/top/001_l1.png) no-repeat;
	width: 205px;
	height: 231px;
	opacity: 0;
  -webkit-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(0.5,0.5,0.5) translate3d(0px,0px,0px) rotate(0deg);
}
#opening .logo .logo02.view{
  opacity: 1;
    -webkit-transition: all 0.5s 0s cubic-bezier(0.800, -0.005, 0.220, 1.005);
       -moz-transition: all 0.5s 0s cubic-bezier(0.800, -0.005, 0.220, 1.005);
        -ms-transition: all 0.5s 0s cubic-bezier(0.800, -0.005, 0.220, 1.005);
         -o-transition: all 0.5s 0s cubic-bezier(0.800, -0.005, 0.220, 1.005);
            transition: all 0.5s 0s cubic-bezier(0.800, -0.005, 0.220, 1.005);
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
}
#opening .logo .logo03{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -153px;
	margin-left: -102px;
	display: block;
	background: url(../images/top/001_l2.png) no-repeat;
	width: 205px;
	height: 231px;
	opacity: 0;
}
#opening .logo .logo03.view{
  opacity: 1;
    -webkit-transition: all 2.3s 0.3s ease;
       -moz-transition: all 2.3s 0.3s ease;
        -ms-transition: all 2.3s 0.3s ease;
         -o-transition: all 2.3s 0.3s ease;
            transition: all 2.3s 0.3s ease;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(0deg);
}

#opening .img00,
#opening .img01,
#opening .img02,
#opening .img03,
#opening .img04,
#opening .img05,
#opening .img06{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
#opening .img00 span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/top/001.jpg) no-repeat center center;
	background-size: cover;
  -webkit-transform: translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: translate3d(0px,0px,0px) rotate(0deg);
          transform: translate3d(0px,0px,0px) rotate(0deg);
}
#opening .img01 span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/top/002.jpg) no-repeat center center;
	background-size: cover;
  -webkit-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
}
#opening .img02 span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/top/003.jpg) no-repeat center center;
	background-size: cover;
  -webkit-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
}
#opening .img03 span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/top/004.jpg) no-repeat center center;
	background-size: cover;
  -webkit-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
}
#opening .img04 span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/top/005.jpg) no-repeat center center;
	background-size: cover;
  -webkit-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
}
#opening .img05 span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/top/006.jpg) no-repeat center center;
	background-size: cover;
  -webkit-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
}
#opening .img06 span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/top/007.jpg) no-repeat center center;
	background-size: cover;
  -webkit-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
}


#opening .img00.view,
#opening .img01.view,
#opening .img02.view,
#opening .img03.view,
#opening .img04.view,
#opening .img05.view,
#opening .img06.view{
	opacity: 1;
    -webkit-transition: all 1s 0s linear;
       -moz-transition: all 1s 0s linear;
        -ms-transition: all 1s 0s linear;
         -o-transition: all 1s 0s linear;
            transition: all 1s 0s linear;
}

#opening .img00.view span,
#opening .img01.view span,
#opening .img02.view span,
#opening .img03.view span,
#opening .img04.view span,
#opening .img05.view span,
#opening .img06.view span{
    -webkit-transition: all 4s 0s linear;
       -moz-transition: all 4s 0s linear;
        -ms-transition: all 4s 0s linear;
         -o-transition: all 4s 0s linear;
            transition: all 4s 0s linear;
  -webkit-transform: scale3d(1.0,1.0,1.0) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1.0,1.0,1.0) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1.0,1.0,1.0) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1.0,1.0,1.0) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1.0,1.0,1.0) translate3d(0px,0px,0px) rotate(0deg);
}

#opening a.skip{
	position: fixed;
	top: 50%;
	right: 0px;
	margin-top: -15px;
	background: url(../images/top/btn_skip.png) no-repeat;
	width: 100px;
	height: 30px;
	display: block;
	z-index: 200;
  -webkit-transform: scale3d(1.1,1.1,1.1) translate3d(100px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1.1,1.1,1.1) translate3d(100px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1.1,1.1,1.1) translate3d(100px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1.1,1.1,1.1) translate3d(100px,0px,0px) rotate(0deg);
          transform: scale3d(1.1,1.1,1.1) translate3d(100px,0px,0px) rotate(0deg);
}
#opening a.skip.view{
    -webkit-transition: all 0.5s 0s ease;
       -moz-transition: all 0.5s 0s ease;
        -ms-transition: all 0.5s 0s ease;
         -o-transition: all 0.5s 0s ease;
            transition: all 0.5s 0s ease;
  -webkit-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1.1,1.1,1.1) translate3d(0px,0px,0px) rotate(0deg);

}



/*reCAPTCHAのロゴを非表示*/
.grecaptcha-badge {
	visibility: hidden; 
}


/*-----------------------------------------------
 2024/02/14
-----------------------------------------------*/


.home .box_mv .box_menu .in.menu2 .txt {
	font-size: 14px;
	letter-spacing: 0em;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.home .box_mv .box_menu .in.menu2 .txt span:first-of-type {
	width: 62%;
}
.home .box_mv .box_menu .in.menu2 .txt span:last-of-type {
	width: 38%;
	display: inline-block;
	background-color: #F00;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}



.slide-items {
	width: 100%;
	height: auto;
  }
  
  .slide-items img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  
  /*全て共通：hideエリアをはじめは非表示*/
  .hide-area {
	display: none;
  }
  
  /*全て共通：モーダルのボタンの色を変更したい場合*/
  .modaal-close:after,
  .modaal-close:before {
	background: #ccc;
  }
  
  .modaal-close:focus:after,
  .modaal-close:focus:before,
  .modaal-close:hover:after,
  .modaal-close:hover:before {
	background: #666;
  }
  
  #intro.factory .content_in .box_iso {
	margin-bottom: 120px;
	padding: 80px 0 90px;
	border-top: 2px solid #596200;
	border-bottom: 2px solid #596200;
  }
  #intro.factory .content_in .box_iso h2 {
	font-size: 36px;
	margin: 0 0 60px 0;
  }
  #intro.factory .content_in .box_iso a {
	width: 210px;
	height: auto;
	margin: auto;
	display: block;
  }

  .modaal-container {
	max-width: 665px!important;
  }