@charset "UTF-8";
/*-----------------------------------------------------------------------------
basic
-----------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fff;
	scroll-behavior: smooth;
}
nav ul {list-style:none;}

blockquote, q {quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {text-decoration: line-through;}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {border-collapse:collapse;}

hr {
    display:block;
    height:4px;
    border:0;
    border-top:4px solid #e1edf6;
    margin: 0;
    padding:0;
}

input, select {vertical-align:middle;}


/* NotoSansJP */
@font-face {
    font-family: ' NotoSansJP ';
    src: url('../fonts/NotoSansJP-Regular.woff2') format('woff2'),
             url('../fonts/NotoSansJP-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: ' NotoSansJP ';
    src: url('../fonts/NotoSansJP-Medium.woff2') format('woff2'),
             url('../fonts/NotoSansJP-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* HinaMincho */
@font-face {
    font-family: ' Hina ';
    src: url('../fonts/HinaMincho-Regular.woff2') format('woff2'),
             url('../fonts/HinaMincho-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Learning */
@font-face {
    font-family: ' Learning ';
    src: url('../fonts/LearningCurve.woff2') format('woff2'),
             url('../fonts/LearningCurve.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
color: #612c16;
font-size: 93%;
line-height: 1.4;
font-weight:400;
font-family: ' NotoSansJP ';
letter-spacing: 0.05rem;
padding-top:0px;
position: relative;
overflow: hidden;
background:#f2eee3;}


@media (min-width: 768px) {
body {
letter-spacing: 0.05rem;

}
}

@media (min-width: 992px) {

body {
font-size: 94%;
line-height: 1.6;
letter-spacing: 0.05rem;
padding-top: 0px;}

}
@media (min-width: 1200px) {
body {
font-size: 99%;
letter-spacing: 0.08rem;
}


}


/* -------------------------------

/* 共通
---------------------------------------------------- */

.fluid {position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
.clearfix:after {
  content: "";
  clear: both;
	display: table;
}
.clear {clear: both;}
.t-justify{text-align: justify;}
.f-right {float: right;padding: 0 0 1em 1em;}
.f-left {float: left;}
.pointer {cursor: pointer;}
ul.decimal li{list-style: decimal;margin-left: 2em;line-height: 1.7;}
ul.dot li{list-style:disc;margin-left: 25px;line-height: 1.7;text-align: left;}
ul.square {margin-left: 30px;}
ul.square li{list-style:disc;line-height: 1.7;}
ol.dot li{list-style:disc;margin-left: 25px;line-height: 1.5;text-align: left;font-size: .9em;}

.mb0  { margin-bottom: 0 !important; }
.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.pad10 { padding: 10px; }
.pad20 { padding: 20px; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w33 { width: 33.33333333%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.mb150mb100{margin-bottom: 150px;}
.mb120mb80{margin-bottom: 120px;}
.mb100mb80{margin-bottom: 100px;}
.mb80mb50{margin-bottom: 80px;}
.mb50mb30{margin-bottom: 50px;}
.mb30mb10{margin-bottom: 30px;}

@media (max-width: 1140px) {
.mb120mb80{margin-bottom: 80px;}
.mb150mb100{margin-bottom: 100px;}
.mb50mb30{margin-bottom: 40px;}

}


@media (max-width: 991px) {
.mb100mb80{margin-bottom: 80px;}
.mb120mb80{margin-bottom: 60px;}
.mb150mb100{margin-bottom: 90px;}
.mb30-md{margin-bottom: 30px;}
.mb50mb30{margin-bottom: 30px;}
.mb10-md{margin-bottom: 10px;}

}

@media (max-width: 767px) {
.space15{margin-bottom: 15px;}
.mb150mb100{margin-bottom: 80px;}
.mb120mb80{margin-bottom: 50px;}
.mb80mb50{margin-bottom: 50px;}
.mb100mb80{margin-bottom: 50px;}

.mb50mb30{margin-bottom: 30px;}
.mb20-xs{margin-bottom: 20px;}
.mb30-xs{margin-bottom: 30px;}
.mb10-xs2{margin-bottom: 10px;}

}
@media (max-width: 666px) {
.mb30-xs2{margin-bottom: 30px;}
.mb10-xs{margin-bottom: 10px;}
.mb30mb10{margin-bottom: 10px;}
.mb20-xs2{margin-bottom: 20px;}

}


@media (min-width: 1200px) {

.mb30-xl { margin-bottom: 30px !important; }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

.indent2 {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.flexbox{display: flex;align-items: center;}
.flexbox-center{display: flex;align-items: center;justify-content: center;}
.flexbox-center-top{display: flex;justify-content: center;}

.flexbox-between{display: flex;align-items: center;justify-content: space-between;}
.flexbox2{display: flex;align-items:center;}

.flexbox3{display: flex;align-items: flex-end;}
.flexbox4{display: flex;justify-content: flex-end;}


@media (max-width: 767px) {
.flexbox4{display:block;}


}


.bg-gray{background:rgba(152,133,95,.06);}
.bg-blue{background:rgba(0,156,255,0.05);}
.bg-border-top{border-top: 1px solid #ddd;}




/*btn
------------------------------ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img{vertical-align: bottom;}



/*========= ローディング画面のためのCSS ===============*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background:url("../images/bg-hensen2.jpg");
	background-position: center;
	background-size: cover;
	z-index: 9999999;
	text-align:center;
	color:#fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#splash-logo img{width: 100px;height: auto;}

/*========= 画面遷移のためのCSS ===============*/

body{background:#622e24;padding-top: 0;/*遷移アニメーションと同じ色を指定*/
}

body.appear{background:#f2eee3;/*画面を開いた後の背景色を指定*/
}

/*画面遷移アニメーション*/
.splashbg1,
.splashbg2{
    display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg1,
body.appear .splashbg2{
	display:block;
}

/*上に消えるエリア*/
body.appear .splashbg1{
	animation-name:PageAnime;
	animation-duration:1.4s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
    content: "";
    position:fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    bottom:50%;
	left:0;
    transform: scaleY(1);
    background-color: #622e24;/*伸びる背景色の設定*/
}

@keyframes PageAnime{
	0% {
		transform-origin:top;
		transform:scaleY(1);
	}

	100% {
		transform-origin:top;
		transform:scaleY(0);
	}
}

/*下に消えるエリア*/
body.appear .splashbg2{
    animation-name:PageAnime2;
	animation-duration:1.4s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
    content: "";
    position:fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    top: 50%;
	left:0;
    transform: scaleY(1);
    background-color: #622e24;/*伸びる背景色の設定*/
}

@keyframes PageAnime2{
	0% {
		transform-origin:bottom;
		transform:scaleY(1);
	}
	100% {
		transform-origin:bottom;
		transform:scaleY(0);
	}
}

/*画面遷移の後現れるコンテンツ設定*/
#container{
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay:0.2s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}


body {background:#f2eee3;}

.swing-img {animation: swing 3s ease-in-out infinite;}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}


/* link
---------------------------------------------------- */
a:link,a:visited{text-decoration:none;}
a:hover,a:active{text-decoration:none;}
a.opacity {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.opacity:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}



.txt-justify{text-align:justify;}

[data-action="call"]  {text-decoration: none;}

/* font-size color
---------------------------------------------------- */
.x-small { font-size: .7em; letter-spacing: 0;}
.small { font-size: .9em; line-height: 1.5; letter-spacing: 0;}
.middle { font-size: 14px; letter-spacing: 0;}
.large { font-size: 1.2em; }
.x-large { font-size: 1.4em; }
.x2-large { font-size: 20px; }
.x3-large { font-size: 22px; }
.x4-large { font-size: 24px; }
.max-large { font-size: 32px; }
.italic {font-style: italic;}
.bold{font-family: ' NotoSansJP ';font-weight: 700;}

.white { color: #ffffff; }
.red { color:#c00; }
.blue{color:#008EEF;}
.green { color: forestgreen; }
.navy { color:#0034A0; }
.orange { color: #f60; }
.kiiro { color: yellow!important; }
.brown{color: #8b6f57;}

/* スクロールでナビ表示
---------------------------------------------------- */
.cb-header {
    position: fixed;
    top: 0;
    left: 0;
	right:0;
    display: none;
    background: #fff;
}
.cb-header .inner {width: 96%;margin: 0px auto; margin-top: 20px;}




@media (max-width: 767px) {
.cb-header {display: none!important;}

}



/* header mobile pad
---------------------------------------------------- */
#header{display: none;}
.cb-header2 {
    position: fixed;
    /* 固定 */
    top: 0;
    /* 上から0の位置に固定 */
    left: 0;
    /* 左から0の位置に固定 */
    display: block;
    /* 表示 */
	z-index: 200;
	width: 100%;
	box-sizing: border-box;
}

.sc {
display: flex;
align-items: center;
    width: 100%;
    margin: 0 auto;
	height: 60px;
	background: #f2eee3;
	}
.sc .logo{padding-left: 15px;width: 180px;}



header{display: none;}
.head-logo {display: none;}

.bg-fixed{position: fixed;z-index: 1;top:60px;left:0;}

/*header pc
------------------------------------------------------------------*/
@media (min-width: 992px) {

header{display: block;}
.cb-header2 {display: none;}
.bg-fixed{position: fixed;z-index: 1;top:80px;left:0;}


.header {
  position: fixed;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  z-index: 500;
  height: 90px;
  display: flex;
  align-items: center;justify-content:space-between;
}
/* スクロールしたらヘッダーメニューのフォントカラー変更 */
.header.headerColorScroll {
  color: #000;
  background: #f2eee3;
  height: 90px;
  transition: color 3s ease-out;
}

.head-logo {display: block; position: relative;width:200px;margin-left: 20px;}


.header .navi{margin-right: 20px;display: flex;align-items: center;justify-content: center;}


/* ナビゲーションメニュー */
.nav-menu {margin-right: 20px;}
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */
}
.menu-item {position: relative;padding: 0 .8em;line-height: 1;}
.menu-item:first-child {padding: 0 .8em 0 0;}
.menu-item:last-child {padding: 0 0 0 .8em;}

/* メニューアイテムのホバースタイル */
.menu-item a {
font-family: ' Hina ';
font-weight: 400;
letter-spacing: 0;
padding: 0;
  text-align: center;
  color: #622e24;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .3;line-height: 1;
}
.menu-item a:hover {color: #c00;}
.menu-item a.active {color:#622e24;position: relative;}
.menu-item a.active:before {
  content: '';
  position: absolute;
  top:-15px;
  left:50%;
  transform: translateX(-50%);
  width: 13px;/*画像の幅*/
  height: 13px;/*画像の高さ*/
  background-image: url(../images/nav-active.png);
  background-size: contain;
  vertical-align: middle;
}
.header .sodan{margin-right: 1.5em;}
.header .sodan a{font-family: ' Hina ';display: flex;height: 45px;align-items: center;justify-content: center;border-radius: 5px;padding: 0 1.6em;background: url("../images/itachoco.png"),#612c16;background-position: right -15px center;background-repeat: no-repeat;background-size: 130px auto; color: white;}
.header .sodan a img{width: 28px;height: auto;margin-right: .5em;}

.header .sns{display: flex;align-items: center;justify-content: flex-end;}
.header .sns a{color:#69280F;font-size: 1.8em;transition: .4s;margin: 0;}
.header .sns a:last-child{margin-left: .4em;}
.header .sns a:hover{color: #ccc;}

}






@media (min-width: 1200px){
.head-logo {}
.nav-menu {margin-right: 40px;}

.menu-item {position: relative;padding: 0 1em;}
.menu-item:first-child {padding: 0 1em 0 0;}
.menu-item:last-child {padding: 0 0 0 1em;}

.menu-item a {letter-spacing: .15rem;font-size: 16px;}

.header .navi{margin-right:20px;}
.header .sodan a{font-size: 16px;height: 48px; padding: 0 1.8em;background: url("../images/itachoco.png"),#612c16;background-position: right -15px center;background-repeat: no-repeat;background-size: 150px auto; color: white;}
}


@media (min-width: 1680px){


.head-logo {width: auto;margin-left: 50px;}

.header .navi{margin-right: 50px;}
.nav-menu {margin-right: 50px;}

.menu-item {position: relative;padding: 0 1.2em;}
.menu-item:first-child {padding: 0 1.2em 0 0;}
.menu-item:last-child {padding: 0 0 0 1.2em;}
.menu-item a {font-size: 18px;}
.header .sodan{}
.header .sodan a{font-size: 18px; }
.header .sodan a img{width: 28px;height: auto;margin-right: .5em;}

}

@media (min-width: 1920px){

}










/*main
------------------------------------------------------------------*/

#main{position: relative;}

.main-h2{position: absolute;z-index: 50;bottom: -10px;left: 10%;}
.main-h2 h2.mv-h2{color: white;font-size: 150px;font-weight: 700;line-height: 1;letter-spacing: .1rem;}
.main-h2 .sub{color: #fff;font-weight: 700; font-size: 46px;line-height: 2; letter-spacing: .2rem;margin-left: 100px; margin-bottom: 50px;  -ms-writing-mode: tb-rl;writing-mode: vertical-rl;}

.scroll_down{
  position:absolute;
  z-index: 5;
  bottom:30px;
  right:50%;
  animation: arrowmove 1s ease-in-out infinite;
}

.scroll_down div{
  position: absolute;
  left: -24px;
  bottom: 30px;
  color: #000;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  text-decoration: none;
}

.scroll_down .arrow {
  position: absolute;
  width: 28px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.scroll_down .arrow:first-child {animation: move 3s ease-out 1s infinite;}

.scroll_down .arrow:nth-child(2) {animation: move 3s ease-out 2s infinite;}

.scroll_down .arrow:before,
.scroll_down .arrow:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #622e24;
}

.scroll_down .arrow:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.scroll_down .arrow:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% { opacity: 1; }
  33% { opacity: 1; transform: translateY(30px); }
  67% { opacity: 1; transform: translateY(40px); }
  100% { opacity: 0; transform: translateY(55px) scale3d(0.5, 0.5, 0.5); }
}




@media (max-width: 1680px){
.main-h2{width: 80%;}
.main-h2 h2.mv-h2{font-size: 130px;letter-spacing: .1rem;}



}



@media (max-width: 1440px){

.main-h2{left: 50px;width: 80%;}
.main-h2 h2.mv-h2{font-size: 100px;letter-spacing: .08rem;}

.main-h2 .sub{font-size: 40px;line-height: 1.7; letter-spacing: .2rem;margin-left: 100px; margin-bottom: 50px; }




}


@media (max-width: 1199px){
.main-h2{eft: 20px;width: auto;}
.main-h2 h2.mv-h2{font-size: 90px; letter-spacing: .1rem;}
.main-h2 .sub{font-size: 35px;line-height: 1.7; letter-spacing: .2rem;margin-left: 80px; margin-bottom: 35px; }



}




@media only screen and (max-width: 991px) {
#main{position: relative;height:auto;}
.main-h2{left: 20px;width: auto;}
.main-h2 h2.mv-h2{font-size: 76px;letter-spacing: .1rem;}
.main-h2 .sub{font-size: 30px;letter-spacing: .2rem;}


.scroll_down{display: none;}


}

@media only screen and (max-width: 767px) {
#main{position: relative;height:auto;}
.main-h2{left: 20px;width: auto;}


}


@media only screen and (max-width: 666px) {
#main{position: relative;height:auto;}
.main-h2{left: 20px;width: auto;}
.main-h2 h2.mv-h2{font-size: 40px; letter-spacing: .05rem;}



}

@media only screen and (max-width: 414px) {
.main-h2{bottom: -2px;left: 20px;width: auto;}
.main-h2 h2.mv-h2{font-size: 40px; letter-spacing: 0.08rem;}
.main-h2 .sub{font-size: 25px;line-height: 1.7; letter-spacing: .2rem;margin-left: 50px; margin-bottom: 25px; }



}


/* IMAGE BLUR EFFECT 
.thumb img {
  max-width: 100%;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}
.thumb.non img {
  max-width: 100%;
  -webkit-filter: blur(0);
  filter: blur(0);
}
*/
.img-blur {
  animation: imageBlur 1.5s both;
}
@keyframes imageBlur {
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.thumb.non img {
  max-width: 100%;
  -webkit-filter: blur(0);
  filter: blur(0);
}




/* index.html 
---------------------------------------------------- */

.btn-posi-right{display: flex;justify-content: flex-end;}
.btn-posi-center{display: flex;justify-content:center;}

.home #section01{position: relative;padding: 50px 0;z-index: 5;background: #f2eee3;}
.home #section01 .txtbox{padding: 1.5em;}
.home #section01 .txtbox h2{margin-bottom: .5em;font-size: 2em;font-family: ' Hina ';font-weight: 400;text-shadow: 2px 2px white;letter-spacing: .1rem;line-height: 1.5;}
.home #section01 .txtbox p{margin-bottom: 1em;text-align: justify;}

.home #section01 .pic1{position: relative;width: 75%;}
.home #section01 .deco {position: absolute;z-index: 5;right:25px;top:-20px;width: 30px;}

.home #section02{position: relative;padding: 20px 0 50px;z-index: 5;background: #f2eee3;}
.home #section02 .txt{text-align: justify;}
.home #section02 .wrap{width: 100%;padding: 0 15px;margin-bottom: 25px;}
.home #section02 .wrap .item{margin-bottom: 10px;}
.home #section02 .wrap .item:last-child{margin-bottom: 0;}

.home #section03{position: relative;background: none;height: 300px;}

.home #section04{position: relative;padding: 80px 0px 50px;background: #f2eee3;z-index: 5;}
.home #section04 .thumb{margin-bottom: 20px;}
.home #section04 .txt{text-align: justify;margin-bottom: 20px;}
.home #section04 .pic{position: relative;padding-top: 25px;}
.home #section04 .pic .deco{position: absolute;right:20px;top:10px;width: 30px;z-index: 10;}
.top-wholesaler{position: relative;background: url("../images/illust-sizuku.png"),url("../images/bg-dot.png");background-position: center bottom,left top;background-repeat: no-repeat,repeat;background-size: 666px auto,20px 32px;border-radius: 1.3em;padding: 1.5em 1.5em 60px;margin-top: 20px;}
.top-wholesaler .headline span{position: absolute;left:0;top:-38px;}
.top-wholesaler .illust{position: absolute;right:50px;top:-30px;width: 50px;}
.home #section04 .txt2{text-align: justify;margin-bottom: 20px;}
.top-wholesaler .btn-more{margin-bottom: 15px;}
.top-wholesaler .btn-more:last-child{margin-bottom: 0;}


.gmap{margin-bottom: 30px;}

.gmap iframe{width: 100%;height: 220px;border-radius:0;vertical-align: bottom;}




@media (min-width: 667px) {
.home #section01 .txtbox{padding: 1.5em;}
.home #section01 .txtbox h2{margin-bottom: .5em;font-size: 2em;font-family: ' Hina ';font-weight: 400;text-shadow: 2px 2px white;letter-spacing: .1rem;line-height: 1.5;}
.home #section01 .txtbox p{margin-bottom: 1em;text-align: justify;}
.home #section01 .pic1{position: relative;width: 75%;}
.home #section01 .deco {position: absolute;z-index: 5;right:25px;top:-20px;width: 30px;}
.home #section01 .pic2{width: 350px;margin: 0 auto;}

.home #section02 .container{max-width: 100%;}
.home #section02 .wrap{display: flex; gap: 10px;}
.home #section02 .wrap .item{flex:1;margin-bottom: 0;}

.home #section04 .pic{position: relative;padding-top: 25px;width: 360px;margin: 0 auto;}
.top-wholesaler{position: relative;background: url("../images/illust-sizuku.png"),url("../images/bg-dot.png");background-position: center bottom,left top;background-repeat: no-repeat,repeat;background-size: 750px auto,20px 32px;border-radius: 1.3em;padding: 1.5em 1.5em 60px;margin-top: 20px;}

}




@media (min-width: 768px) {

.home #section01{padding: 80px 0;}
.home #section01 .txtbox{padding: 0 1.5em;width: 52%;margin-left: 48%;position: relative;z-index: 10;}
.home #section01 .txtbox h2{margin-bottom: .5em;font-size: 2em;font-family: ' Hina ';font-weight: 400;text-shadow: 2px 2px white;letter-spacing: .1rem;line-height: 1.5;}
.home #section01 .txtbox p{margin-bottom: 1em;text-align: justify;padding-left: 15%;}

.home #section01 .pic1{position: absolute;width: 55%;left:0;top:100px;z-index: 3;}
.home #section01 .deco {position: absolute;z-index: 5;right:35px;top:auto;bottom:-40px;width: 30px;}
.home #section01 .pic2{width: 80%;margin-left: 20%;}

.home #section02{padding: 50px 0 70px;}



.home #section03 {height: 330px;}

.home #section04{position: relative;padding: 100px 0px 70px;}
.home #section04 .btn-more{justify-content: flex-start;}
.home #section04 .pic{position: relative;padding-top:0px;width: 100%;margin: 0 auto;}
.home #section04 .pic .deco{position: absolute;right:30px;top:-30px;width: 40px;z-index: 10;}

.top-wholesaler{padding: 1.5em 1.5em 70px;margin-top: 20px;}
.top-wholesaler .headline span{position: absolute;left:0;top:-45px;}
.top-wholesaler .btn-more a{width: 100%; }
.home #section04 .txt2{text-align: justify;margin-bottom: 0px;}

.gmap{margin-bottom: 30px;}

.roop-wrapper.info {width:88%;margin: 0 auto; margin-bottom: 70px;}





.gmap{}
.gmap iframe{height: 250px;}


}



@media (min-width: 992px) {
.home #section01 .txtbox h2{margin-bottom: .5em;font-size: 3em;letter-spacing: .1rem;line-height: 1.5;}
.home #section01 .pic1{position: absolute;width: 55%;left:0;top:110px;z-index: 3;}
.home #section01 .deco {right:45px;top:auto;bottom:-40px;width: 40px;}

.home #section02 .wrap{margin-bottom: 30px;}

.home #section04 .thumb{margin-bottom: 40px;}
.home #section04 .txt{text-align: justify;margin-bottom: 40px;}
.top-wholesaler{position: relative;background: url("../images/illust-sizuku.png"),url("../images/bg-dot.png");background-position: center bottom,left top;background-repeat: no-repeat,repeat;background-size: 100% auto,20px 32px;border-radius: 1.3em;padding: 3em 4em 90px;margin-top: 20px;}

.top-wholesaler .illust{position: absolute;right:70px;top:-30px;width: 70px;}

.top-wholesaler .headline span{position: absolute;left:0;top:-68px;}


.d-btwn{display: flex;flex-direction: column;justify-content: space-between;}
.gmap iframe{width: 100%;height: 300px;}

}




@media (min-width: 1200px) {

.home #section01{padding: 100px 0;}
.home #section01 .txtbox h2{margin-bottom: .8em;font-size: 3.5em;letter-spacing: .1rem;line-height: 1.5;}
.home #section01 .txtbox p{margin-bottom: 2em;text-align: justify;padding-left: 15%;line-height: 1.6;}
.home #section01 .pic1{position: absolute;width: 55%;left:0;top:160px;z-index: 3;}




.home #section02{padding: 50px 0 100px;}
.home #section02 .container{max-width: 97%;}


.home #section03 {height: 400px;}

.home #section04{padding: 150px 0px 100px;}
.home #section04 .txt{line-height: 2;}
.home #section04 .pic .deco{position: absolute;right:50px;top:-30px;width: 50px;z-index: 10;}
.top-wholesaler {padding: 4em 4em 120px;margin-top: 50px;}
.home #section04 .txt2{text-align: justify;margin-bottom: 0px;line-height: 2;padding-right: 80px;}
.top-wholesaler .illust{position: absolute;right:35%;top:-38px;width: 84px;}





}





@media (min-width: 1440px) {
.home #section01 .txtbox h2{margin-bottom: .8em;font-size: 4em;letter-spacing: .1rem;line-height: 1.5;}
.home #section01 .txtbox p{margin-bottom: 3em;padding-left: 18%;padding-right: 20%; line-height: 2;font-size: 1.1em;}
.home #section01 .pic1{position: absolute;width: 54%;left:0;top:160px;z-index: 3;}
.home #section02 .wrap{padding: 0 20px;margin-bottom: 50px;}
.home #section02 .wrap{display: flex; gap: 15px;}
.top-wholesaler {width: 1280px;margin: 0 auto;padding: 4em 4em 120px;margin-top: 50px;}
.top-wholesaler .headline span{position: absolute;left:0;top:-90px;}

}

@media (min-width: 1680px) {
.home #section01{padding: 120px 0;}
.home #section01 .txtbox h2{margin-bottom: .8em;font-size: 4.8em;letter-spacing: .1rem;line-height: 1.5;}
.home #section01 .txtbox p{margin-bottom: 3em;padding-left:20%;padding-right: 20%; line-height: 2;font-size: 1.1em;}
.home #section01 .pic1{position: absolute;width: 54%;left:0;top:180px;z-index: 3;}
.home #section01 .deco {right:90px;top:auto;bottom:-90px;width: 70px;}


.home #section02{padding: 80px 0 120px;}
.home #section02 .container{max-width: 1590px;}
.home #section02 .wrap{padding: 0 40px;}

.home #section03 {height: 600px;}

.home #section04{padding: 180px 0 120px;}
.home #section04 .container{max-width: 1570px;}


.home #section04 .txt{line-height: 2.2;width: 623px;font-size: 1.1em;}
.home #section04 .txt2{line-height: 2.2;font-size: 1.1em;}

.gmap iframe{width: 100%;height: 400px;}

}

@media (min-width: 1920px) {
.home #section01 .txtbox p{margin-bottom: 4em;padding-left:20%;padding-right: 20%; line-height: 2;font-size: 1.1em;}
.home #section04 .thumb{margin-bottom: 60px;}
.home #section04 .txt{margin-bottom:70px;font-size: 1.15em;}

}



.maker{
  background: linear-gradient(
    transparent 60%,
    #fbeb64 60%
  );}


.btn-center{display: flex;justify-content: center;position: relative;z-index: 50;}
.btn-right{display: flex;justify-content:flex-end;position: relative;z-index: 50;}
.btn-more {display: flex;justify-content: center;}
.btn-more a{font-family: ' Hina ';height: 45px;width: 200px; display: flex;align-items: center;justify-content: center;border-radius: 5px;padding: 0 1.6em;background: url("../images/itachoco.png"),#612c16;background-position: right -15px center;background-repeat: no-repeat;background-size: 130px auto; color: white;transition: .4s;}
.btn-more a:hover{background: url("../images/itachoco.png"),#333;background-position: right -15px center;background-repeat: no-repeat;background-size: 130px auto; color: white;}

.btn-more a .arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  margin: 6px 0 6px 5px;
  border-radius: 9999px;
  background-color: #fff;
}
.btn-more a .arrow::before,
.btn-more a .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.btn-more a .arrow::before {transform: rotate(42deg);}
.btn-more a .arrow::after {transform: rotate(-42deg);}

.btn-more.white {display: flex;justify-content: center;}
.btn-more.white a{background: url("../images/itachoco3-xs.png"),#eee9d9;background-position: right -15px center;background-repeat: no-repeat;background-size: 130px auto; color: #612c16;transition: .4s;}
.btn-more.white a:hover{background: url("../images/itachoco3-xs.png"),#fff;background-position: right -15px center;background-repeat: no-repeat;background-size: 130px auto; color:#612c16;}

.btn-more.white a .arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  margin: 6px 0 6px 5px;
  border-radius: 9999px;
  background-color: #612c16;
}
.btn-more.white a .arrow::before,
.btn-more.white a .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #612c16;
  transform-origin: calc(100% - 0.5px) 50%;
}
.btn-more.white a .arrow::before {transform: rotate(42deg);}
.btn-more.white a .arrow::after {transform: rotate(-42deg);}



a.btn-large{width: 100%;line-height: 55px; font-size: 17px; background: black;color: white;text-align: center;margin-top: 10px;display: block;
  padding: 0px;
  border:none;
  transition: .3s;
  padding-right: 0px!important;
  margin-right: 0!important;
}
a.btn-large:hover{background: #07a3d7;}

@media (min-width:667px) {


}



@media (min-width:768px) {

.btn-more a{height: 55px;width: 250px; display: flex;align-items: center;justify-content: center;border-radius: 5px;padding: 0 1.6em;background: url("../images/itachoco2.png"),#612c16;background-position: right -50px center;background-repeat: no-repeat;background-size: 200px auto; color: white;}
.btn-more a:hover{background: url("../images/itachoco2.png"),#333;background-position: right -50px center;background-repeat: no-repeat;background-size: 200px auto; color: white;}

.btn-more.white a{background: url("../images/itachoco3.png"),#eee9d9;background-position: right -50px center;background-repeat: no-repeat;background-size: 200px auto; color: #612c16;transition: .4s;}
.btn-more.white a:hover{background: url("../images/itachoco3.png"),#fff;background-position: right -50px center;background-repeat: no-repeat;background-size: 200px auto; color:#612c16;}

a.btn-large{width: 100%;line-height: 68px;font-size: 20px; background: black;color: white;text-align: center;margin-top: 40px;}


}

@media (min-width: 992px) {


a.btn-large{width: 100%;font-size: 20px; background: black;color: white;text-align: center;margin-top: 40px;}


}


@media (min-width: 1200px) {

.btn-more a{height: 75px;width: 280px; display: flex;align-items: center;justify-content: center;border-radius: 5px;padding: 0 1.6em;background: url("../images/itachoco2.png"),#612c16;background-position: right -80px center;background-repeat: no-repeat;background-size: 250px auto; color: white;}
.btn-more a:hover{background: url("../images/itachoco2.png"),#333;background-position: right -80px center;background-repeat: no-repeat;background-size: 250px auto; color: white;}

.btn-more.white a{background: url("../images/itachoco3.png"),#eee9d9;background-position: right -80px center;background-repeat: no-repeat;background-size: 250px auto; color: #612c16;transition: .4s;}
.btn-more.white a:hover{background: url("../images/itachoco3.png"),#fff;background-position: right -80px center;background-repeat: no-repeat;background-size: 250px auto; color:#612c16;}


a.btn-large{width: 100%;line-height: 80px;font-size: 24px;}


}

@media (min-width: 1680px) {
.btn-more a{height: 85px;width: 320px; display: flex;align-items: center;justify-content: center;border-radius: 5px;padding: 0 1.6em;background: url("../images/itachoco2.png"),#612c16;background-position: right -50px center;background-repeat: no-repeat;background-size: 250px auto; color: white;}
.btn-more a:hover{background: url("../images/itachoco2.png"),#333;background-position: right -50px center;background-repeat: no-repeat;background-size: 250px auto; color: white;}
.btn-more.white a{background: url("../images/itachoco3.png"),#eee9d9;background-position: right -50px center;background-repeat: no-repeat;background-size: 250px auto; color: #612c16;transition: .4s;}
.btn-more.white a:hover{background: url("../images/itachoco3.png"),#fff;background-position: right -50px center;background-repeat: no-repeat;background-size: 250px auto; color:#612c16;}

}


/* pagetop 
---------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 30;
	transition: .5s;
}
#pagetop:hover {opacity: .8;}


@media (max-width: 1280px) {
#pagetop {
    position: fixed;
    bottom: 25px;
    right: 25px;
}



}

@media (max-width: 992px) {
#pagetop {
bottom: 15px;
right: 15px;
}

}

@media (max-width: 568px) {
#pagetop {
width: 45px;
bottom: 15px;
right: 10px;
}

}



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


.common{position: relative;background:#eae5da;color: #612c16;z-index: 5;}
.common ul li{padding: 30px;}
.common ul li.bg{background: url("../images/bg-shop.jpg");background-position: left top;}
.common h3{margin-bottom: 20px;font-weight: 400;}
.common h3 span.en{display: inline-block;background: #6B2A20;color: white;line-height: 1;padding: .3em;border-radius: .3em;}
.common h3 span.ja{color: #612c16;display: block;margin-top: 5px;font-size: 26px;font-family: ' Hina ';}
.common p{text-align: justify;}
.common ul li .bn{}

.common a{transition: .4s;}
.common a:hover img{opacity: .6;}

footer{ padding: 40px 0px 20px;position: relative;z-index: 5; background:url("../images/bg-footer.jpg");background-position: center;background-size: cover; color:#fff;}
footer .container{max-width: 100%;padding: 0 15px;}
footer .logoblock{position: relative; width: 200px;margin: 0 auto; margin-bottom: 25px;}
footer .address{text-align: center;margin-bottom: 30px;font-size: .9em;}

.sns{display: flex;align-items: center;justify-content: center;}
.sns a{color: white;font-size: 1.8em;transition: .4s;margin: 0 .6em;}
.sns a:hover{color: #ccc;}

.page-top{position: absolute;right:10px;bottom:15px;width: 15px;}
.footer-menu{width: 100%;margin: 0 auto; margin-bottom: 1em;}
.footer-menu ul{display: flex;flex-wrap: wrap; justify-content: space-between;}
.footer-menu li{width:48%;text-align: left;background:none;font-size: 14px;}
.footer-menu li a{color: #fff;text-decoration: none; text-align: center; padding: .7em 0;display: block;transition: .3s;margin-bottom: 12px;border:1px solid #c8a889;}
.footer-menu li a:hover{color:#c8a889;}



.copy{text-align: center;color: #ddd; font-size: .8em;letter-spacing: 0;}

@media (min-width: 667px) {
.common ul li{padding: 50px;}
.common ul li .bn{width: 360px;margin: 0 auto;}

footer{ padding: 40px 0px 20px;}
footer .logoblock{position: relative; width: 230px;margin: 0 auto; margin-bottom: 25px;}

.footer-menu{width: 100%;border-top: none;padding: 0px;}
.footer-menu{border-top: none;margin: 0 auto; margin-bottom:2em;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0;display: flex;justify-content: center;}

.footer-menu li {width: auto;padding-bottom: 0px;position: relative;background: none;text-align: left;font-size: 14px;}
.footer-menu li a{letter-spacing:0.05rem;border-right:none; padding: 0 .5em;text-align:center;border-bottom: none;line-height: 1.4;background: none;border:none;margin-bottom: 16px;}

.down{border-bottom: none;padding: 0;}

}



@media (min-width: 768px) {
.common ul li{padding: 50px;}
.common ul li .bn{width: 400px;margin: 0 auto;}

footer{ padding: 60px 0px 30px;}
footer .logoblock{position: relative; width: 230px;margin: 0 auto;margin-bottom: 25px;}

.page-top{position: absolute;right:15px;bottom:25px;width: 20px;}



.copy{font-size: 12px;}


}


@media (min-width: 992px) {

.common ul li{padding: 50px;}

.common ul li .bn{width:95%;margin-left: 0;padding: 60px 30px;}

.common h3{margin-bottom: 30px;font-weight: 400;}
.common h3 span.en{display: inline-block;background: #6B2A20;color: white;line-height: 1;padding: .3em;border-radius: .3em;}
.common h3 span.ja{color: #612c16;display: block;margin-top: 5px;font-size: 32px;}
.common p{text-align: justify;}


footer{ padding: 90px 0px 80px;}
footer .container{max-width: 100%;}
footer .logoblock{margin-bottom: 20px;margin-left: 0;width: auto;}
footer .address{text-align: left;margin-bottom:0;}

.sns{display: flex;align-items: center;justify-content:flex-end;}
.sns a{color: white;font-size: 1.8em;transition: .4s;margin: 0;}
.sns a:last-child{margin-left: .6em;}

.sns a:hover{color: #ccc;}

.page-top{position: absolute;right:15px;bottom:5px;width: 20px;}

.footer-menu{width: auto;border-top: none;padding-top: 0;margin-bottom: 30px;margin-right: 0;display: flex;justify-content: flex-end;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0em;justify-content: flex-end}
.footer-menu li {padding-bottom: 0px;text-align: left;}
.footer-menu li a{text-decoration: none;padding: 0 .8em;letter-spacing: .08rem;margin-bottom: 0em!important;display: block;font-size: 14px;text-align: left;}
.footer-menu li:first-child a{margin-bottom: 0;padding: 0 .8em 0 0;}
.footer-menu li:last-child a{margin-bottom: 0;padding: 0 0 0 .8em;}


.btwn{display: flex;flex-direction: column;justify-content: space-between;}
.btwn2{display: flex;flex-direction: column;justify-content: center;}

.copy{font-size: 14px;}

}




@media (min-width: 1200px) {
.common{}
.common ul li{padding: 100px;}
.common ul li .bn{width:95%;margin-left: 0;padding: 50px 30px;}
footer{padding: 120px 0 80px;}
footer .container{max-width: 1140px;}

footer .logoblock{position: relative; width:250px;}
.footer-menu ul{}


.copy{}



}

@media (min-width: 1440px) {
.common h3{margin-bottom: 40px;font-weight: 400;}
.common h3 span.en{display: inline-block;background: #6B2A20;color: white;line-height: 1;padding: .3em;border-radius: .3em;}
.common h3 span.ja{color: #612c16;display: block;margin-top: 10px;font-size: 38px;line-height: 1.5;}
.common p{text-align: justify;font-size: 1.05em;line-height: 1.6;}
.common ul li{padding: 50px 100px 50px 150px;}
.common ul li.bg{background: url("../images/bg-shop.jpg");background-position: left top;padding: 100px 100px;}

.common ul li .bn{width: 560px;margin-left: 0;}


}


@media (min-width: 1680px) {
footer{padding: 180px 0 100px;}
.common h3 span.ja{color: #612c16;display: block;margin-top: 10px;font-size: 42px;line-height: 1.5;}
.common ul li{padding: 50px 130px 50px 190px;}

.footer-menu li a{letter-spacing: .08rem;font-size: 16px;}


.page-top{position: absolute;right:35px;bottom:100px;}

}


/*------------------------------　　h2area 背景　　------------------------------------------*/

.h2area{
margin-top: 0px;
position: relative;
width:100%;
height: 450px;
display: flex;align-items:center;
}
.h2area::after {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.8) 25%, rgba(0,0,0,.8));}
.h2area.h2-product{background: url("../images/h2-product.jpg");background-position: center;background-size: cover;}
.h2area.h2-company{background: url("../images/h2-company.jpg");background-position: center;background-size: cover;}
.h2area.h2-wholesale{background: url("../images/h2-wholesale.jpg");background-position: center;background-size: cover;}
.h2area.h2-contact{background: url("../images/h2-contact.jpg");background-position: top center;background-size: cover;}

.h2-txt{position:relative;font-size: 56px;letter-spacing: .3rem;color:#69280E;z-index: 10;line-height: 1;padding-left: 10%;font-family: ' Hina ';font-weight: 400;}
.h2-txt span { display: block;font-size: 40px;letter-spacing: .4rem;margin-bottom:5px;font-weight: 400;font-family: ' Learning ';}
.h2-txt2{position: absolute;right:10%;bottom:50px;left:65%;color: white;font-family: ' Hina ';z-index: 10;text-align: justify;}

@media (max-width: 1440px){
.h2area{height: 380px;}


.h2-txt{position:relative;font-size: 50px;letter-spacing: .3rem;z-index: 10;}
.h2-txt span {}
.h2-txt2{position: absolute;right:5%;bottom:50px;left:60%;}


}


@media (max-width: 1199px){
.h2area{height: 280px;}

.h2-txt{font-size: 42px;letter-spacing: .3rem;line-height: 1;padding-left:80px;}
.h2-txt span {font-size: 35px;letter-spacing: .3rem;}

.h2-txt2{position: absolute;right:50px;bottom:30px;left:58%;}



}

@media only screen and (max-width: 991px) {
.h2area{height: 250px;margin-top: 60px;}

.h2-txt{font-size: 38px;letter-spacing: .2rem;line-height: 1;padding-left:40px;}
.h2-txt span {font-size: 30px;letter-spacing: .2rem;margin-bottom:10px;}

.h2-txt2{position: absolute;right:30px;bottom:30px;left:52%;}


}


@media only screen and (max-width: 767px) {
.h2area{height: 180px;}
.h2-txt{font-size: 30px;letter-spacing: .2rem;padding-left:20px;}

.h2-txt2{position: absolute;right:20px;bottom:20px;left:52%;}


}

 @media only screen and (max-width: 666px) {
.h2area{height:200px;display: flex;align-items:center;}
.h2area.h2-product{flex-direction: column;justify-content: space-around;align-items:flex-start;}
.h2-txt{font-size: 27px;letter-spacing: .2rem;padding-top: 0;}
.h2-txt span {font-size:27px;letter-spacing: .2rem;margin-bottom:5px;}

.h2-txt2{position: relative;right:auto;bottom:auto;left:auto;padding: 0 18px;}

}

/*------------------------------　　下層ページ style　　------------------------------------------*/

.headline-h3 {
color: #222;
  position: relative;
  padding-top: 20px;
  margin-bottom: 2em;
  font-size: 20px;
  letter-spacing: .1rem;
  line-height: 1.4;font-weight: 600;text-align:left;}
.headline-h3 span{display: block;position: relative;font-size: 34px; font-weight: 400;letter-spacing: .2rem;color: #318de8;}


.headline-h4 {
  font-weight: 600;
  font-size: 1.15em;
 position: relative;
  margin-bottom: 1.5em;
  text-align: left;
  color: black;
  border-left:6px solid #c00;padding-left: .5em;
}

.headline {
 position: relative;
 font-weight: 400;
 font-size: 24px;
  margin-bottom: 25px;
  line-height: 1.3;
  color: #622e24;
  font-family: ' Hina ';
}
.headline span{position: absolute;left:0;top:-34px; font-size:22px;letter-spacing: .2rem;font-family: ' Learning ';transform: rotate(-12deg);}

.headline.white{color: white;}

.h5-about{ font-family: ' BIZUDPGothic ';font-weight: 700;border-bottom: 1px dashed #BCA46E;padding-bottom: .5em;margin-bottom: 1em;font-size: 1.1em;}
.h6-about{ font-family: ' BIZUDPGothic ';font-weight: 700;color: forestgreen;margin-bottom: .6em;}

@media (min-width: 667px) {
.headline { position: relative;letter-spacing: .2rem;
}




}



@media (min-width: 768px) {

.headline-h3 {
  position: relative;
  padding-top: 30px;
  margin-bottom: 2em;
  font-size: 18px;
  letter-spacing: .1rem;
  line-height: 1.4;
}
.headline-h3 span{display: block;position: relative;font-size: 40px; letter-spacing: .2rem;}

.headline span{position: absolute;left:0;top:-40px; font-size:30px;letter-spacing: .2rem;font-family: ' Learning ';transform: rotate(-12deg);}


.headline-h4 {font-size: 20px;margin-bottom: 35px;}



.h5-about{ padding-bottom: .5em;margin-bottom: 1em;font-size: 20px;}
.h6-about{margin-bottom: .6em;font-size: 17px;}

}


@media (min-width: 992px) {
.headline {
font-size: 40px;letter-spacing: .2rem;
  margin-bottom: 40px;
}
.headline span{top:-58px; font-size:40px;letter-spacing: .4rem;transform: rotate(-12deg);}



 .headline-h4{font-size: 22px; }


}


@media (min-width: 1200px) {

.headline-h3 {
  position: relative;
  margin-bottom: 2em;
  padding-top: 40px;
  font-size: 20px;
  letter-spacing: .1rem;
  line-height: 1.4;}
.headline-h3 span{display: block;font-size: 52px; }


.headline {
font-size: 42px;letter-spacing: .2rem;line-height: 1.5;
  margin-bottom: 50px;
}


.headline-h4 { font-size: 24px;letter-spacing: .1rem;margin-bottom:40px;}



}


@media (min-width: 1440px) {

.headline {font-size: 45px;  margin-bottom: 60px;}
.headline span{font-size:58px;letter-spacing: .3rem;}
.headline span{top:-80px; font-size:56px;letter-spacing: .4rem;transform: rotate(-14deg);}

.headline-h3 span{font-size: 58px; }


}

@media (min-width: 1920px) {

.headline {margin-bottom: 60px;}

}


#pankuzu{}





.marker {background: linear-gradient(transparent 60%, #ccff66 60%);padding-bottom: 3px;}
.marker2 {background: linear-gradient(transparent 80%, rgba(255,102,0,.5) 0%);}
.marker-ao {padding-bottom: 0.4em;background: linear-gradient(transparent 40%, #b5fbfb 60%);}
.marker-pink {padding-bottom: 0.4em; background: linear-gradient(transparent 40%, #fcaacb 60%);}
.marker-green {padding-bottom: 0.4em;background: linear-gradient(transparent 40%, #a8f099 60%);}



.btn-back {
  display: inline-block;
  padding:10px 5px;
  text-align: center;
  width:200px;
  text-decoration: none;
  border-radius: 6px;
  background:rgba(0,142,239,1.00);
  color: #fff;/*文字色*/
  font-size: 15px;
  letter-spacing: 0;
  transition: .3s;
}
.btn-back:hover{
  color: #fff;/*文字色*/
  background:#555;

}

.btn-pdf {
  text-align:center;
  text-decoration: none;
}
.btn-pdf a{display: flex;align-items: center;justify-content: space-between;padding: 10px 10px;background: #99CC66;color: #111;transition: .5s;border-radius: 4px;width: 260px;margin: 0 auto;}
.btn-pdf a .fas{}
.btn-pdf a:hover{
  color: #222;
  background:#f90;
}


@media (min-width: 768px) {
.btn-read{width: 325px;}
.btn-pdf a{width: 320px;padding: 20px 40px;font-size: 1.2em;}


.btn-back {
  padding:18px 5px;
  width:300px;
  font-size: 16px;
}

}


@media (min-width:1200px) {
.btn-pdf {margin-bottom: 0px;}

.btn-read{line-height: 70px;padding: 0;}

}



.photo-ofi {
  height: 0;
  display: block;
  background: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 65%;
  /* 高さを指定（ボックスの横幅を基準） */
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
  position: absolute;
  left: 0;
  top: 0;
}



/* paging */
.paging {
	padding:1em 0px 0;
	line-height: 1.4;
	font-size: 15px;
	display: flex;align-items: center;justify-content: center;
}
.paging .page{text-align: center;margin-bottom: 5px;font-size: 13px;}
.paging span.current,
.paging span.paging-text a{
	color:#333;
	display:flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin:0px 3px;
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
	border-radius: .3em;
}
.paging span.current {
	background:#c00;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#c00;
	color:#fff;
}

@media screen and (max-width: 991px) {
.paging span.current,
.paging span.paging-text a{
	color:#333;
	display:flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin:0px 3px;
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
	border-radius: .3em;
	font-size: 13px;
}
.paging span.current {
	background:#c00;
	color:#fff;
}

}

/* shadow */
.box-shadow {box-shadow: 4px 4px #cdeaf8;}
.box-shadow2 {box-shadow: 2px 2px 10px rgba(0,0,0,.5)}
.drop-shadow { -webkit-filter: drop-shadow(0px 2px 1px rgba(0,0,0,.2));
        filter: drop-shadow(0px 2px 1px rgba(0,0,0,.2)); }
.drop-shadow2 { -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.08));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.08));}


.table-responsive {position: relative;z-index: 10;
border:none;
}


@media screen and (max-width: 767px) {
.table-responsive {
border:none;margin-bottom: 1.5em;
}
.table-responsive::-webkit-scrollbar {
height: 5px;
}

.table-responsive::-webkit-scrollbar-track {
border-radius: 2px;
background: #eee;
}

.table-responsive::-webkit-scrollbar-thumb {
border-radius: 2px;
background:#a5c7e8;
}
}



/*サムネ付きスライダー start*/
.slickwrap {
max-width: auto;
width: 93%;
margin: 0px auto;
margin-left: 0;
  background-color: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider {
border:1px solid brown;
  width: 100%;
  margin: 0 0 10px 0;
  overflow:hidden;
  padding: 0;
}
.slide-item img {width: 100%;}


.thumbnail-list {
  width: 100%;
  margin: 0;
  padding:0 0px;
}
.thumbnail-list .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex!important;
  flex-wrap: wrap;
  flex-flow:wrap;
}
.thumbnail-item {
  transition: .3s;
  padding: 1px;
  width:25%!important;
  box-sizing: border-box;
  position: relative;
  list-style:none;
  cursor: pointer;
}
.thumbnail-item .photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  left: 0;
  top: 0;
}
.thumbnail-item img{opacity: .5;}
.thumbnail-item.slick-current img{
border: 2px solid brown;
opacity: 1;
}
.thumbnail-item:hover img{opacity: 1;}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width:991px) {
.slickwrap{width: 400px;margin: 0 auto;}
}

@media only screen and (max-width:767px){
.slider {margin: 0 0 10px 0;}

}

@media only screen and (max-width:500px){
.slickwrap{width:100%;margin: 0 auto;}

}
/*サムネ付きスライダー end*/










.gmap2{}
.gmap2 iframe{width: 100%;height: 200px;}









/* product.html
--------------------------------------------------------- */

.product #section01{padding: 90px 0px 50px;position: relative;}
.product #section01 .txt{margin-bottom: 50px;text-align: justify;}
.product #section01 .item-title{font-weight: 400;font-family: ' Hina ';font-size: 1.5em; margin-bottom: 20px;line-height: 1;}
.product #section01 .item-title span{display: block;font-size: 16px;margin-top: 10px;}
.product #section01 .item-txt{font-feature-settings: "palt";margin-bottom: 30px;text-align: justify;}
.product #section01 dl{display: flex;flex-wrap: wrap;border-top:1px solid #ada69d;margin-bottom: 20px;}

.product #section01 dl dt{font-weight: 400;width: 85px;padding: .5em 0;border-bottom:1px solid #ada69d;}
.product #section01 dl dd{width: calc(100% - 85px);padding: .5em 0;border-bottom:1px solid #ada69d;}
.product #section01 .btn-more {display: flex;justify-content: center;margin-bottom: 20px;}
.product #section01 .btn-more a{width: 100%; }
.product #section01 .comment{border-left:5px solid #69280F;padding: .6em .6em .6em 1em;background: #f7f7f7;}
.product #section01 .comment .index{font-weight: 400;font-family: ' Hina ';font-size: 1.2em;margin-bottom: .4em;}


.product #section02{padding:90px 0px 30px;position: relative;background: #F4F2EE;}
.product #section02 .txt{text-align: justify;margin-bottom: 30px;}
.product #section02 ul li{display: flex;justify-content: space-between;margin-bottom: 25px;}
.product #section02 .thumb{margin-bottom: 0px;width: 36%;}
.product #section02 .wrap{width: 60%;}
.product #section02 .wrap h4{font-size: 1.05em;margin-bottom: 10px;border-bottom: 1px solid #BAAD93;padding-bottom: .5em;}
.product #section02 .wrap .txt2{font-size: .9em;text-align: justify;}

.product #section03{padding: 90px 0px 50px;position: relative;}
.product #section03 .txt{text-align: justify;margin-bottom: 30px;}
.product #section03 ul li{margin-bottom: 30px;}
.product #section03 ul li:last-child{margin-bottom: 0px;}
.product #section03 .box{}
.product #section03 .box .txtbox{padding-top: 1em;}
.product #section03 .box .txtbox h4{font-weight: 400;font-family: ' Hina ';font-size: 1.2em;margin-bottom: 20px;line-height: 1;}
.product #section03 .box .txtbox h4 span{display: block;margin-bottom: 5px;font-size: 1.4em;}
.product #section03 .box .txtbox .txt2{font-size: .9em;text-align: justify;}

#target1{position: absolute;left:0;top:-60px;}
#target2{position: absolute;left:0;top:-60px;}
#target3{position: absolute;left:0;top:-60px;}
#target4{position: absolute;left:0;top:-60px;}
#target5{position: absolute;left:0;top:-60px;}

@media (min-width: 667px) {
.product #section03 ul li{margin-bottom: 0px;}



}



@media (min-width: 768px) {

.product #section01{padding: 90px 0px 70px;}
.product #section01 .txt{margin-bottom: 50px;}
.product #section01 .item-title{font-size: 1.7em; margin-bottom:30px;line-height: 1;}
.product #section01 .item-title span{display: block;font-size: 16px;margin-top: 10px;}
.product #section01 dl dt{width: 95px;padding: .7em 0;}
.product #section01 dl dd{width: calc(100% - 95px);padding: .7em 0;}
.product #section01 .btn-more {display: flex;justify-content: flex-start;}
.product #section01 .btn-more a{width: 350px; }


.product #section02{padding: 90px 0px 50px;}

.product #section03{padding: 90px 0px 70px;}
.product #section03 .txt{text-align: justify;margin-bottom: 50px;}



}



@media (min-width: 992px) {
.product #section02 .txt{margin-bottom: 50px;}

.product #section02 ul li{display:block;margin-bottom:30px;}
.product #section02 .thumb{margin-bottom: 15px;width: 100%;}
.product #section02 .wrap{width: 100%;padding: 0 5px;}
.product #section02 .wrap h4{margin-bottom: 10px;border-bottom: 1px solid #BAAD93;padding-bottom: .5em;}
.product #section02 .wrap .txt2{font-size: .9em;text-align: justify;}

.product #section03 .box .txtbox{padding: 1em .7em 0;}

#target1{position: absolute;left:0;top:-90px;}

}



@media (min-width: 1200px) {

.product #section01{padding:130px 0px 100px;}
.product #section01 .txt{margin-bottom: 80px;}
.product #section01 .item-title{font-size: 2em; margin-bottom:30px;line-height: 1;}
.product #section01 .item-title span{display: block;font-size: 18px;margin-top: 10px;}
.product #section01 dl dt{width: 100px;padding: 1em 0;}
.product #section01 dl dd{width: calc(100% - 100px);padding: 1em 0;}
.product #section01 .btn-more a{width: 400px; }


.product #section02{padding:130px 0px 50px;}
.product #section02 ul li{display:block;margin-bottom:40px;}


.product #section03{padding:130px 0px 100px;}
.product #section03 .txt{text-align: justify;margin-bottom: 60px;}
.product #section03 .box .txtbox h4{font-size: 1.4em;margin-bottom: 30px;line-height: 1;}
.product #section03 .box .txtbox h4 span{display: block;margin-bottom: 10px;font-size: 1.4em;}


}


@media (min-width: 1680px) {

.product #section01{padding:150px 0px 120px;}
.product #section01 .item-title{font-size: 2.2em; margin-bottom:40px;}
.product #section01 .item-title span{display: block;font-size: 20px;margin-top: 10px;}


.product #section02{padding:150px 0px 70px;}


.product #section03{padding:150px 0px 120px;}

.product #section04{padding:150px 0px 120px;}


}





/* company.html
--------------------------------------------------------- */

.company #section01{padding:70px 0px;position: relative;}
.company #section01 .sub{padding-left: 10px;border-left: 7px solid #B39242;margin-bottom: 20px;font-size: 1.2em;font-weight: 400;font-family: ' Hina ';}
.company #section01 .txt{text-align: justify;margin-bottom: 1.5em;}
.company #section01 .pic1{}
.company #section01 .pic2{display: none;}


.company #section02{padding:70px 0px 50px;background: #F4F4F3; position: relative;}
.company #section02 .table{margin-bottom: 0;border-bottom: 1px solid #ddd;}
.company #section02 .table th,
.company #section02 .table td {
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.company #section02 .table th{width: 100%;display: block;font-weight: 400;padding: 15px 5px;background: #69280E!important;color: white;}
.company #section02 .table td{width: 100%;display: block;padding: 15px 5px;background: white!important;}
.company #section02 .table td .call{color:#69280E;}

.company #section03{padding:70px 0px;position: relative;background: rgba(44,70,137,.05);}
.company #section03 ul li{margin-bottom: 20px;}
.company #section03 ul li:last-child{margin-bottom: 0px;}

.company #section03 .index{margin-bottom: 10px;line-height: 1;font-size: 1.2em;}
.company #section03 .txt{text-align: justify;}



@media (min-width: 667px) {
.company #section01 .pic1{margin:0 auto;width: 50%;}
.company #section01 .pic2{display: block; margin-left:60%;width: 40%;margin-top: -20px;}


.company #section02 .table th{width: 130px;display: table-cell;}
.company #section02 .table td{width: auto;display:table-cell;}


}


@media (min-width: 768px) {

.company #section01{padding:90px 0px 70px;}
.company #section01 .pic1{margin:0 auto;width: 100%;margin-bottom: 20px;}
.company #section01 .pic2{display: block; margin-left:20%;width: 70%;margin-top:0;}
.company #section01 .sub{font-size: 1.3em;}

.company #section02{padding:90px 0px 70px;}
.company #section02 .table th{width: 160px;}

.company #section03{padding:90px 0px 70px;}
.company #section03 ul li{margin-bottom: 0px;}

}

@media (min-width: 992px) {

.company #section01 .pic1{margin-left: 0;width: 95%;margin-bottom: 20px;}
.company #section01 .pic2{display: block; margin-left:20%;width: 60%;margin-top:0;}

.company #section01 .txt{text-align: justify;margin-bottom: 0;}
.company #section01 .sub{padding-left: 13px;border-left: 8px solid #B39242;margin-bottom: 40px;font-size: 1.2em;}


}


@media (min-width: 1200px) {
.company #section01{padding:130px 0px 100px;}
.company #section01 .txt{text-align: justify;line-height: 2;}

.company #section02{padding:130px 0px 100px;}
.company #section02 .table th{width: 230px;padding: 24px 15px;}
.company #section02 .table td{padding: 24px 15px;}

.company #section03{padding:130px 0px 100px;}


}
@media (min-width: 1680px) {
.company #section01{padding:180px 0px 130px;}
.company #section01 .txt{text-align: justify;line-height: 2;}
.company #section01 .sub{font-size: 1.5em;}
.company #section01 .pic2{display: block; margin-left:15%;width: 83%;margin-top:0;}

.company #section02{padding:180px 0px 130px;}
.company #section03{padding:180px 0px 130px;}
}


/* wholesale.html
--------------------------------------------------------- */
.wholesale #section01{padding: 50px 0px;position: relative;}
.wholesale #section01 ul {width: 96%;margin: 0 auto;}
.wholesale #section01 ul li{padding: 0 0; margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid #CCB8A3;display: flex;justify-content: space-between;}

.wholesale #section01 .ico{width: 50px;margin-bottom: 0px;}
.wholesale #section01 .ico a{transition: .4s;}
.wholesale #section01 .ico a:hover img{opacity: .7;}

.wholesale #section01 .box{width: calc(100% - 65px);}
.wholesale #section01 .box h3{font-weight: 500;margin-bottom: 10px;}
.wholesale #section01 .box .comment{text-align: justify;}


@media (min-width: 667px) {

}

@media (min-width: 768px) {
.wholesale #section01{padding: 70px 0px 70px;}
.wholesale #section01 ul {width: 100%;margin: 0 auto;}
.wholesale #section01 ul li{padding: 0 15px; margin-bottom: 50px;padding-bottom: 0;border-bottom:none;display:block;}
.wholesale #section01 .ico{width: 100%;margin-bottom: 15px;text-align: center;}
.wholesale #section01 .ico img{width: 80px;height: auto;}
.wholesale #section01 .ico a{transition: .4s;}

.wholesale #section01 .box{width: 100%;}
.wholesale #section01 .box h3{font-size: 1.1em;margin-bottom: 10px;line-height: 1.4;}


}

@media (min-width: 992px) {
.wholesale #section01 .ico{width: 100%;margin-bottom: 20px;text-align: center;}


}

@media (min-width: 1200px) {
.wholesale #section01{padding: 100px 0px;}
.wholesale #section01 ul li{padding: 0 15px; margin-bottom: 70px;}

}


@media (min-width: 1680px) {
.wholesale #section01{padding: 130px 0px;}

}




/* privacy.html
--------------------------------------------------------- */


.contact h3.title{position: relative;font-family: ' NotoSansJP ';font-weight: 700;font-size: 22px;letter-spacing: .1rem;margin-bottom: 1em;}
.contact h3.title span{display: block;font-weight: 400; font-size: 18px;font-family: ' BarlowCondensed ';margin-top: .2em;position: relative;padding-left: 27px;color: #39f;}
.contact h3.title span::before{
  content: '';
  position: absolute;
  left:0;
  top:50%;
  width: 20px;
  height: 1px;
  background: #39f;
}

.contact #section01{padding: 70px 0px 50px;position: relative;}
.contact #section01 .box{}
.contact #section01 .box .tel{text-align: center;font-weight: 400;font-family: ' Hina '; line-height: 1;font-size: 24px;padding: 1.3em 1em;background:rgba(105,40,14,.1);border-radius: .5em;}
.contact #section01 .box .tel span.call{margin-left: 4px;color:#612c16;font-size:35px;letter-spacing: .1rem;}
.contact #section01 .time{display: block;margin-left:auto;font-size: 14px;margin-top: 5px;}


.contact #section02{padding: 70px 0px 50px;position: relative;background:rgba(223,0,0,.03);}

.contact #section02 .pre-scrollable{max-height: 300px;padding: 15px;background: white; word-break: break-all;border:1px solid rgba(0,0,0,.09);box-shadow: inset 0 0 20px rgba(0, 0, 0, .02);border-radius: 1.2em;}
.privacybox{position: relative;color: #333;}
.privacybox #privacy{position: absolute;left:0;top:-100px;}

span.hissu{color: white;background:#c00; padding: 3px 5px;border-radius: 5px;font-size: 12px;line-height: 1.5;}
.contact .table {margin-bottom: 50px;}
.contact .table th{background:rgba(105,40,14,.1)!important;vertical-align: middle;font-weight: 500;position: relative;display: block;}
.contact .table td{background: white!important;vertical-align: middle;display: block;}
.table th span.hissu{color: white;background: #c00; padding: 3px 5px;border-radius: 5px;position: absolute;right:15px;top:50%;transform: translateY(-50%);font-size: 12px;line-height: 1.5;}


.contact h5{font-weight:500;border-bottom: 1px solid #555;padding-bottom: 10px; margin-bottom: 15px;font-size:1.2em;}
.tenpu{margin: 0;}
.tenpu input {
width: 90%;
 display: block;
 position: relative;
 font-size: 13px;
 letter-spacing: 0;
 padding: 5px 10px 5px 0;
 border-radius: 4px;
 transition: all 0.3s;
 color: #555;
 cursor: pointer!important;
 margin: 0px 0px 2px;
}
.auto{background: #eee;margin-left: 1em;padding: .5em .5em;border-radius: .4em;font-size: .9em;}


@media (min-width: 667px) {
.contact #section01 .box .tel{font-size: 20px;padding: 1.3em .5em;}
.contact #section01 .box .tel span.call{margin-left: 4px;font-size:28px;letter-spacing: .1rem;}


}


@media (min-width: 768px) {

.contact #section01{padding: 90px 0px 70px;}
.contact #section01 .box .tel{font-size: 22px;padding: 1.5em .5em;}
.contact #section01 .box .tel span.call{margin-left: 4px;font-size:36px;letter-spacing: .3rem;}


.contact #section02{padding: 90px 0px 70px;}
.contact .table {margin-bottom: 70px;}

.contact .table th{display: table-cell;width: 200px;}
.contact .table td{display: table-cell;width: auto;}

.contact #section02 .pre-scrollable{max-height: 400px;padding: 15px;}
.contact #section02 .index{font-size: 20px;margin-bottom: 50px;}


}


@media (min-width: 992px) {
.contact #section01 .box .tel{font-size: 24px;padding: 1.7em .5em;}
.contact #section01 .box .tel span.call{margin-left: 4px;font-size:38px;letter-spacing: .3rem;}

.contact .table th{display: table-cell;width: 240px;}

.contact h5{padding-bottom: 15px; margin-bottom: 20px;font-size:1.2em;}


}




@media (min-width: 1200px) {

.contact #section01{padding: 130px 0px 100px;}


.contact #section02{padding: 130px 0px 100px;}
.contact .table {margin-bottom: 80px;}

.contact .table th{display: table-cell;width: 250px;}

.contact #section02 .pre-scrollable{max-height: 500px;padding: 50px;}


}

@media (min-width: 1680px) {
.contact #section01{padding: 180px 0px 120px;}
.contact #section01 .box .tel{font-size: 26px;padding: 1.9em .5em;}
.contact #section01 .box .tel span.call{margin-left: 4px;font-size:42px;letter-spacing: .2rem;}

.contact #section01 .index{font-size: 32px;margin-bottom: 60px;}

.contact #section02{padding: 180px 0px 120px;}

}



.doi-box{padding: 30px 15px;background: white;border:1px solid #ddd;border-radius: 1.2em;}
.doi-box label{font-size: 13px;margin-bottom: 15px;width: auto;display:inline-block;}
.doi-box p a{color: #F46A02;font-size: 15px;transition: .3s;font-weight: bold;}
.doi-box p a:hover{color: #333;}
.contact #section02 .btn-lg{font-size: 13px;padding: 10px 10px;}

@media (min-width: 768px) {
.doi-box label{font-size: 14px;margin-bottom: 20px;}
.contact #section02 .btn-lg{font-size: 14px;padding: 10px 10px;}
}

@media (min-width: 1140px) {
.doi-box{padding: 50px 15px;}

.contact #section02 .btn-lg{font-size: 16px;padding: 20px 50px;}
}








.form-s{width:70px}
.form-m{width:150px}
.form-post{width: 10em;}
.form-name{width:99%;}
.form100{width:90%}
.form-h{ height:15em;}
input ,select {
    position:relative;
	color: #111;
}
input[type="checkbox"], input[type="radio"] {vertical-align:middle;position: relative;top:-2px;display: inline-block;}
input{font-size:100%;vertical-align:middle; padding:12px;width: auto;}
input[type="text"], select{border:1px solid #ddd;}
input,textarea,select { outline:0; padding:12px;border-radius: 7px; }
textarea{border:1px solid #ccc;color: #111;width: 90%;}
.needinput{background-color:rgba(255,255,255,1)!important;border:1px solid #c00!important;}
.selectbox {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox select {
    appearance: none;
    min-width: 180px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    background-color: #fff;
	background: white;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

input::placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
input::-webkit-input-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
input:-ms-input-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
input::-moz-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::-webkit-input-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
textarea:-ms-input-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::-moz-placeholder {
	color: #999;font-size: 14px;letter-spacing: 0.03rem;
}


@media (min-width: 768px) {
.form-name{width:350px;}

}



/*-----------------------------------------------------------------------------
print css
-----------------------------------------------------------------------------*/
@media print {
body {padding-top:0px;}
.aos-init { opacity: 1 !important; transform: none !important; }
.cb-header2 {display: none!important;}
header{display: block;}
.cb-header2 {display: none;}
.header {
  background: none;
  position: absolute;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  z-index: 500;
  height: 90px;
  display: flex;
  align-items: center;justify-content: space-between;
}


.head-logo {display: block; position: relative;width:200px;margin-left: 20px;}

.header .navi{margin-right: 20px;display: flex;align-items: center;justify-content: center;}


/* ナビゲーションメニュー */
.nav-menu {margin-right: 20px;}
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */
}
.menu-item {position: relative;padding: 0 .8em;line-height: 1;}
.menu-item:first-child {padding: 0 .8em 0 0;}
.menu-item:last-child {padding: 0 0 0 .8em;}

/* メニューアイテムのホバースタイル */
.menu-item a {
font-family: ' Hina ';
font-weight: 400;
letter-spacing: 0;
padding: 0;
  text-align: center;
  color: #622e24;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .3;line-height: 1;
}
.menu-item a.active {color:#622e24;position: relative;}
.menu-item a.active:before {
  content: '';
  position: absolute;
  top:-15px;
  left:50%;
  transform: translateX(-50%);
  width: 13px;/*画像の幅*/
  height: 13px;/*画像の高さ*/
  background-image: url(../images/nav-active.png);
  background-size: contain;
  vertical-align: middle;
}
.header .sodan{}
.header .sodan a{font-family: ' Hina ';display: flex;height: 45px;align-items: center;justify-content: center;border-radius: 5px;padding: 0 1.6em;background: url("../images/itachoco.png"),#612c16;background-position: right -15px center;background-repeat: no-repeat;background-size: 130px auto; color: white;}
.header .sodan a img{width: 28px;height: auto;margin-right: .5em;}






#main{position: relative;height:auto;}
.mv02 .slide {
  height:auto;
  padding: 0;
  text-align: center;
}
.mv02 .slide {
  display: grid;
  place-content: center;
  height: 600px;
  width: 100%;
  padding: 0 8rem;
  text-align: center;
}

.main-h2{bottom: 20px;left: 50px;width: auto;}
.main-h2 h2.mv-h2{}

.home #section01 .txtbox{padding: 0 1.5em;width: 52%;margin-left: 48%;position: relative;z-index: 10;}
.home #section01 .txtbox h3{margin-bottom: .5em;font-size: 2em;font-family: ' Hina ';font-weight: 400;text-shadow: 2px 2px white;letter-spacing: .1rem;line-height: 1.5;}
.home #section01 .txtbox p{margin-bottom: 1em;text-align: justify;padding-left: 15%;}

.home #section01 .pic1{position: absolute;width: 55%;left:0;top:100px;z-index: 3;}
.home #section01 .deco {position: absolute;z-index: 5;right:35px;top:auto;bottom:-40px;width: 30px;}
.home #section01 .pic2{width: 80%;margin-left: 20%;}

.top-wholesaler{position: relative;background: url("../images/illust-sizuku.png"),url("../images/bg-dot.png");background-position: center bottom,left top;background-repeat: no-repeat,repeat;background-size: 100% auto,20px 32px;border-radius: 1.3em;padding: 1.5em 1.5em 60px;margin-top: 20px;}

.company #section01 .pic1{margin-left: 0;width: 95%;margin-bottom: 20px;}
.company #section01 .pic2{display: block; margin-left:20%;width: 60%;margin-top:0;}
.company #section01 .txt{text-align: justify;margin-bottom: 0;}
.company #section01 .sub{padding-left: 13px;border-left: 8px solid #B39242;margin-bottom: 40px;font-size: 1.2em;}

.product #section02 ul li{display:block;margin-bottom:30px;}
.product #section02 .thumb{margin-bottom: 15px;width: 100%;}
.product #section02 .wrap{width: 100%;padding: 0 5px;}
.product #section02 .wrap h4{margin-bottom: 10px;border-bottom: 1px solid #BAAD93;padding-bottom: .5em;}
.product #section02 .wrap .txt2{font-size: .9em;text-align: justify;}

.wholesale #section01 ul {width: 100%;margin: 0 auto;}
.wholesale #section01 ul li{padding: 0 15px; margin-bottom: 50px;padding-bottom: 0;border-bottom:none;display:block;}
.wholesale #section01 .ico{width: 100%;margin-bottom: 15px;text-align: center;}
.wholesale #section01 .ico img{width: 80px;height: auto;}
.wholesale #section01 .ico a{transition: .4s;}
.wholesale #section01 .box{width: 100%;}
.wholesale #section01 .box h3{font-size: 1.1em;margin-bottom: 10px;line-height: 1.4;}

.contact .table th{display: table-cell;width: 200px;}
.contact .table td{display: table-cell;width: auto;}

.thumb-xs{display: none;}


footer .logoblock{margin-bottom: 20px;margin-left: 0;width: 230px;}
footer .address{text-align: left;} 
footer .tel{text-align: left;} 

.footer-menu{width: 100%; display: flex!important;justify-content: flex-end!important;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0;display:flex;justify-content: flex-end;}
.footer-menu li {padding-bottom: 0px;text-align: left;}
.footer-menu li a{text-decoration: none;text-align: left;padding: 0 .5em;letter-spacing:0;margin-bottom: 0em!important;display: block;font-size: 14px!important;}
.footer-menu li:last-child a{padding: 0;}
.sns{display: flex;align-items: center;justify-content:flex-end;}
.sns a{color: white;font-size: 1.8em;transition: .4s;margin: 0;}
.sns a:last-child{margin-left: .6em;}

.copy{font-size: 14px;text-align:center;}
.page-top{display: none;}


.drawer_menu{display: none!important;}

.no-print{display: none!important;}
.do-print{display: block!important;}

.gmap iframe{width: 100%;height: 360px;}
#pagetop {display: none!important;}

}
