
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap');


/*=======================================================
heder 非表示
=======================================================*/

/*body{
    background: #81bcd8;
}
.site-header{
    display: flex;
    padding: 30px 20px;
    position: fixed;
    justify-content: space-between;
    transition: .5s;
	width: 100%;
	z-index: 1;
}
.site-header.transform{
    background: rgba(255,255,255,0.9);
    padding: 20px;
}
.site-logo img{
    height: 50px;
    width: auto;
}
.gnav__menu{
    display: flex;
}
.gnav__menu__item{
    margin-left: 20px;
}
.gnav__menu__item a{
    color: #333;
    text-decoration: none;
}
.hero{
    max-height: 500px;
    overflow: hidden;
}
.hero img{
    height: auto;
    width: 100%;
}
.content{
    line-height: 1.6;
    margin: 0 auto;
    padding-top: 100px;
    width: 800px;
}
.content p{
    margin-bottom: 40px;
}
.site-footer{
    background: #333;
    padding: 80px 0;
}
.copyright{
    color: #fff;
    font-size: 12px;
    text-align: center;
}*/

/*=======================================================
heder 非表示
=======================================================*/
/*header {
    background: initial;
}
#h_inner {
    background-color: initial;
}*/
header #header-logo {
	margin-bottom: initial;
	background-color: initial;
}
/*
header #header-inner h1 {
	display: none;
}
header #header-inner {
    width: 110px;
	float: left;
	padding-left: 20px;
}
#h_inner #header-logo a img {
    width: initial;
    height: 50px;
}
header nav#nav {
    background: initial;
    height: 43px;
    border-top: medium none;
    width: 100%;
    position: relative;
    z-index: 1;
    left: 0px;
    right: 0px;
}

header nav#nav ul#nav-ul {
    margin: 0 0 0 auto;
}
header nav#nav ul .nav-li.cur, header nav#nav ul .nav-li:hover {
    border-bottom: initial!important;
}
header nav#nav ul li a {
    font-size: 12px;
	color: #000;
	font-family: 'Noto Serif JP';
}
header nav#nav ul li .nav-slide {
    background: rgba(0,0,0,0.3);
}
header nav#nav ul li .nav-slide li a {
    font-size: 12px;
    font-weight: bold;
}
#search {

}*/

.loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #ccc;
	z-index: 1;
	-webkit-transform: translate3d(0,0,0);
  }
  #loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 300px;
	margin-top: -150px;
	margin-left: -150px;
	text-align: center;
	color: #fff;
	z-index: 2;
	-webkit-transform: translate3d(0,0,0);
  }
article #pan-list{
	margin-bottom: 0px;
}

/*=======================================================
ローディング
=======================================================*/
#is-loading {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #FFF;
	z-index: 9998;
   }
   #loading {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 300px;
	margin-top: -150px;
	margin-left: -150px;
	text-align: center;
	color: #fff;
	z-index: 9999;
   }

.fadein {
	opacity : 0;
	transform : translate(0, 100px);
	transition : all 2s;
  }
  .fadein.active{
	opacity : 1;
	transform : translate(0, 0);
  }
  
/*=======================================================
ヘッダー・フッター部bootstrap打ち消し
=======================================================*/
header #header-inner h1 {
	font-size: 12px;
	margin-bottom: initial;
    font-weight: normal;
    line-height: 1.6;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

article #heading h1 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight: initial;
}
article #pan-list .pan-list-wrapper{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-weight: initial;
}
article #pan-list .pan-list-wrapper a{ 
	font-family: sans-serif;
    font-weight: initial;
}
footer .footer-wrap-bottom-inner .footer-bottom-block.base p {
	margin-bottom: 0;
}

#top_btn
{
  position: fixed;
  bottom: 10px;
  right: 3%;
  width: 50px;
  height: 50px;
  /*border-radius: 50%;*/
  background-color:#8e7945d6;
  padding: 6px 3px;
  z-index: 99;
  -webkit-transform: translate3d(0,0,0);
}
#top_btn span:after {
    content: '';
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    display: block;
    margin-top: -8px;
    margin-left: -8px;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*=======================================================
コンテナ幅指定
=======================================================*/
#main-container,
article .main-one-col,
.main-one-col .col-main{
    width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.container-fluid {
	max-width: 1320px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	z-index:1;
	-webkit-transform: translate3d(0,0,0);
	position: relative;
}
.row {
    margin-right: 0!important; 
    margin-left: 0!important;
}
.bg_layer{/*max幅用のクラス*/
	width: 100%;
	background-color: #fff;
	z-index:1;
	-webkit-transform: translate3d(0,0,0);
	position: relative;
	margin-top: -1px;
}
/*=======================================================
TOP画像
=======================================================*/

.top_image{
	position: relative;
    width: 100%;
	height: 100vh;
 }
 .top_image::before {/*iOS対応のための擬似要素*/
	content:"";     
	display:block;  
	position:fixed; 
	top:0;
	left:0;
	width:100%;   
	height:100vh; 
	background:url(/html/img/donaoak/donaoak_top.jpg) center/cover no-repeat ;
	-webkit-backface-visibility:hidden; 
	animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
  }
  @keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}
/*古いブラウザ用*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*ヘッダー部レイヤー調整*/
	header {
		height: 88px;
	}
	header nav#nav {
		height: 62px;
	}
	article #heading {
		z-index: 1;
		-webkit-transform: translate3d(0,0,0);
		position: relative;
		display: none;
	}
	article #pan-list {/*ヘッダー部は非表示、クラス指定に変更しフッターへ移動*/
		z-index: 1;
		-webkit-transform: translate3d(0,0,0);
		position: relative;
		display: none;
	}
	footer {
		z-index: 1;
		position: relative;
		overflow: hidden;
	}
	article {
		padding-bottom: 0; 
	}

 .top_image h1{
	font-size: initial;
 }
 .top_image p.ph-logo {
    position: absolute;
	top: -150px;
}
.top_image p.ph-logo img{
	width: 100px;
	margin-left: 10px;
}
 .top_image .contents-frame{
    margin: 0;
    position: absolute;
    left: 25%;
    top: 20%;

    font-size: 1.5rem;
    letter-spacing: 5px;
	color: #444;
	font-family: 'Noto Sans JP', sans-serif;
 }

 .contents-frame {
	animation-name: fadein;
    animation-duration: 2s;
}

@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
	}

	@media (max-width: 768px){

		.top_image .contents-frame{
			left: 20%;
			font-size: 1.5rem;
		 }
	}

	@media (max-width: 576px){
		.top_image .contents-frame{
			left: 10%;
			font-size: 1.2rem;
		 }
	}

.top_image p.scroll_anime {
	display: inline-block;
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	bottom: 0;
	z-index: 2;
	-webkit-transform: translate3d(0,0,0);
	padding: 10px 10px 110px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-weight: 300;
	letter-spacing: .2em;
	/*text-transform: uppercase;*/
	text-decoration: none;
	/*writing-mode: vertical-lr;*/
	margin-bottom: 0;
	transform: translate(-50%, 35%);
    -webkit-transform: translate(-50%, 35%);
    -ms-transform: translate(-50%, 35%);
  }
  .top_image p.scroll_anime::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 100px;
	background: #fff;
	animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
  }

  @keyframes sdl {
	0% {
	  transform: scale(1, 0);
	  transform-origin: 0 0;
	}
	30% {
	  transform: scale(1, 1);
	  transform-origin: 0 0;
	}
	70% {
	  transform: scale(1, 1);
	  transform-origin: 0 100%;
	}
	100% {
	  transform: scale(1, 0);
	  transform-origin: 0 100%;
	}
  }

/*=======================================================
カテゴリー非表示
=======================================================*/
.scat_h2 {
	display: none;
}
/*=======================================================
パンくずフッター
=======================================================*/
.pan-list {
	width: 100%;
	background-color: #ccc;
	box-sizing: border-box;
	padding: 20px;
	font-size: 0.8rem;
}
.pan-list a{
	color: #333;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 0.6rem;
	font-weight: 300;
	text-decoration: underline;
}
.pan-list strong{
	color: #333;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 0.6rem;
	font-weight: 500;
}
/*上記のため非表示*/
footer .footer-wrap-top {
    display: none;
}

/*=======================================================
タイトルセクション
=======================================================*/
.title_sec{
	width: 100%;
	box-sizing: border-box;
	padding: 100px 0;
	position: relative;
	z-index:1;
	-webkit-transform: translate3d(0,0,0);
	background-color:rgb(16,136,206,0.2);
	background-image:url(/html/img/donaoak/egg-shell.png) ;
}

.title_sec p.lead-title{
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	letter-spacing: 3px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	padding: 0 20px;
}
.title_sec p.lead{
	font-family: 'Noto Serif JP', serif;
	font-size: 1rem;
	letter-spacing: 3px;
	color: #fff;
	font-weight: 500;
	line-height: 3;
	text-align: center;
	padding: 0 20px;
}

.title_sec p.lead .pc_br{
	display: block;
}


@media (max-width: 767px){

	.title_sec p.lead-title{
		font-size: 1.5rem;
	}
	.title_sec p.lead{
		font-size: .8rem;
		line-height: 2.5;
	}
}

@media (max-width: 576px){
	.title_sec p.lead-title{
		line-height: 2;
		text-align: left;
	}
	.title_sec p.lead .pc_br{
		display: none;
	}
	.title_sec p.lead{
		text-align: left;
		letter-spacing: 2px;
	}
}

/*=======================================================
ロゴ
=======================================================*/
.logo{
	width: 100%;
	background-color:#040310;
	box-sizing: border-box;
	padding: 200px 20px;
	background-image:url(/html/img/donaoak/handmade-paper.png) ;
	text-align: center;
} 

.logo h1{
	font-size: 1rem;
    font-weight: 300;
    letter-spacing: 9px;
	color: #333;/*黒パターン*/
	font-family: 'Sawarabi Gothic', sans-serif;
}
.logo h2{
	font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 9px;
	color: #fff;/*黒パターン*/
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
.logo img{
	width: 100%; 
	max-width: 700px;
}

@media (max-width: 949px){

	.logo img{
		width: 80%; 
	}
}
@media (max-width: 767px){
	.logo h2 {
		font-size: 1.5rem;
	}
}

@media (max-width: 576px){
	.logo{
		padding: 200px 20px;
	} 

	.logo h2 {
		font-size: 1rem;
	}
	.logo img{
		min-width: 320px; 
		margin-top: 0;
	}

}

/*=======================================================
概要
=======================================================*/
.pc_br{
	display: block;
}
.muku{
	width: 100%;
	background-color:#fff;
	background-image:url(/html/img/donaoak/egg-shell.png) ;
	box-sizing: border-box;
	padding: 200px 40px;
	text-align: center;
} 
.inner {
	box-sizing: border-box;
	position: relative;
}
.inner p{
    color: #3333331a;
	font-family: 'Noto Serif JP', serif;
    font-size: 5rem;
    font-weight: 300;
    text-align: right;
    padding: 0;
}
.inner p span{
	color: #333;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 3px;
}

.inner ul{
	display: flex;
	justify-content: center;
    align-items: flex-start;
	margin-bottom: 0;
	padding: 0;
}

.inner ul.lh-h3{
	/*display: block;*/
    justify-content: initial;
}
.inner ul img{
	width: 100%;
}
.inner ul.col-md-6 {
	padding-right: 25px!important;
    padding-left: 25px!important;
}
.inner ul h3 {
	color: #333;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.7rem;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1.7;
	margin-bottom: 0;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	height: 500px;
}
.inner ul h3.order_b2{
	padding-left: 0;
	text-align: left;
}
.inner ul li p.order_a{
	color: #333;
	font-family: 'Noto Serif JP', serif;
    font-size: .9rem;
	font-weight: 300;
    margin: 50px 0 0;
	line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
}
.inner ul li p.order_b{
	color: #666;
	font-family: 'Noto Serif JP', serif;
    font-size: .9rem;
    font-weight: 300;
    margin: 40px 0 0;
    padding: 0 50px 0 0;
	line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media (max-width: 949px){
	.muku{
		padding: 100px 40px;
	}
	.inner ul h3 {
		font-size: 1.5rem;
		/*padding-left: 10px;*/
	}
	.inner ul li p.order_a{
		font-size: .8rem;
		margin: 40px 0 0;
	}
	.inner ul li p.order_b{
		font-size: .8rem;
		margin: 40px 0 0;
		padding: 0 20px 0 0;
	}
	.container-fluid{
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.inner .col-sm-6 { 
		padding: 0;
	}
	.inner p{
		font-size: 3rem;

	}
}
@media (max-width: 767px){
	.inner ul h3 {
		font-size: 1.1rem;
		height: 300px;
	}
	.inner ul li p.order_a{
		margin: 20px 0 0;
		line-height: 1.5;
	}
	.inner ul li p.order_b{
		font-size: .7rem;
		margin: 20px 0 0;
		padding: 0 15px 0 0;
		line-height: 1.5;
	}
}
@media (max-width: 576px){
	.muku{
		padding: 50px 20px;
	}
	.inner ul {
		align-items: flex-start;
	}
	.inner ul h3 {
		/*font-size: 1.2rem;*/
		height: 320px;
	}
	.inner h3 {
		font-size: 1rem;

	}
	.inner p {
		font-size: 2rem;
	}
	.inner img{
		margin-top: 0;
	}
	.inner ul li p.order_a,
	.inner ul li p.order_b{
		padding: 0;
		letter-spacing: 1px;
	}
	.pc_br{
		display: none;
	}


}

/*↓カラム間のガター幅が60px、カラムの左右の余白が30pxになる*/
.inner .o-3column .col-sm-4 { padding: 0 30px;}
/*カラムの左右の余白を15pxに戻す*/
.inner .o-3-column {margin: 0 -30px;}


/*=======================================================
ヒストリー
=======================================================*/
.history{
	width: 100%;
	box-sizing: border-box;
	padding: 200px 40px;
	background-image:url(/html/img/donaoak/donaoak_detail_bg_3.jpg) ;
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	-webkit-backface-visibility:hidden; 
} 
@media (max-width: 768px){

	.history{
		background-image:url(/html/img/donaoak/donaoak_detail_bg_3sp.jpg) ;
		/*background-color:#333;*/
		/*background-image:url(/html/img/donaoak/egg-shell.png) ;	*/
		/*background-image:initial ;*/
		background-attachment: initial;
		background-size:contain;
		background-repeat: repeat;
	} 

}
.inner_b {
	box-sizing: border-box;
	position: relative;
}
.inner_b p.bl{
    margin: 1.5rem;
}

.inner_b p span{
	color: #333;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 3px;
}

.inner_b ul{
	display: flex;
    align-items: center;
	justify-content: center;
	padding: 0;
	margin-bottom: 0;
}
.inner_b ul img{
	width: 100%;

}
.inner_b ul.col-md-6 {
	padding-right: 25px!important;
    padding-left: 25px!important;
}
.inner_b ul h3 {
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.7rem;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1.7;
	margin-bottom: 0;
	text-align: left;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	height: 500px;
}
.inner_b ul h3.ct-h3{
	margin-top: 40px;
	-ms-writing-mode: initial;
	writing-mode: initial;
	height: auto;
}
.inner_b ul h3.order_b2{
	padding-left: 0;
	text-align: center;
}
.inner_b ul li span.cap{
	font-size: .6rem;
	display: block;
	color: #fff;
	text-align: left;
	margin-top: 5px;
}
.inner_b ul li p.order_a{
	color: #fff;
	font-family: 'Noto Serif JP', serif;
    font-size: .9rem;
    font-weight: 300;
    margin: 40px 0 0;
	line-height: 2;
    text-align: justify;
	text-justify: inter-ideograph;
}
.inner_b ul li p.order_b{
	color: #fff;
	font-family: 'Noto Serif JP', serif;
    font-size: .9rem;
    font-weight: 300;
    margin: 40px 0 0;
	line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media (max-width: 949px){
	.history{
		padding: 100px 40px;
	}
	.inner_b ul h3 {
		font-size: 1.5rem;
	}
	.inner_b ul li p.order_a{
		font-size: .8rem;
		margin: 20px 0 0;
	}
	.inner_b ul li p.order_b{
		font-size: .8rem;
		margin: 20px 0 0;
	}
	.container-fluid{
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.inner_b .col-sm-6 { 
		padding: 0;
	}

}
@media (max-width: 768px){
	.inner_b ul h3 {
		font-size: 1.1rem;
		height: 320px;
	}
	.inner_b p{
		color: #49505782;
		font-family: 'Noto Serif JP', serif;
		font-size: 2.3rem;
		font-weight: 300;
		text-align: left;
		padding: 0;
		margin: -50px 0 50px 0;
	}
}
@media (max-width: 576px){
	.history{
		padding: 50px 20px;
	}
	.inner_b ul {
		display: block;
	}
	.inner_b ul h3 {
		font-size: 1.1rem;
		padding-left: 0px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		height: 320px;
	}
	.inner_b h3 {
		font-size: 1rem;
	}
	.inner_b img{
		margin-top: 0;
	}
	.inner_b ul li p.order_a,
	.inner_b ul li p.order_b{
		padding: 0;
		line-height: 1.7;
		font-size: .8rem;
	}
	.inner_b p{
		font-size: 1.5rem;
		margin: 0 0 50px 0;
	}

}
/*=======================================================
ヨーロッパ
=======================================================*/
.eu{
	width: 100%;
	background-color:#fff;
	background-image:url(/html/img/donaoak/egg-shell.png) ;
	box-sizing: border-box;
	padding: 200px 40px;
	text-align: center;
} 
.inner_c {
	box-sizing: border-box;
	position: relative;
}
.inner_c ul{
	display: flex;
    align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.inner_c ul h3 {
	color: #333;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.7rem;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1.7;
	margin-bottom: 0;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	height: 500px;
}
.inner_c ul li p{
	color: #333;
	font-family: 'Noto Serif JP', serif;
    font-size: .9rem;
    font-weight: 300;
    margin: 40px 0 40px;
	line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media (max-width: 949px){
	.eu{
		padding: 100px 40px;
	}
	.inner_c ul h3 {
		font-size: 1.5rem;
		padding-left: 0;
		margin: 0;
	}
	.inner_c ul li p.order_a{
		font-size: .8rem;
		margin: 40px 0;
	}
	.inner_c ul li p.order_b{
		font-size: .8rem;
		margin: 40px 0 0;
	}
	.container-fluid{
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.inner_c .col-sm-6 { 
		padding: 0;
	}
}
@media (max-width: 768px){
	.inner_c ul h3 {
		height: 360px;
	}

}
@media (max-width: 727px){
	.inner_c ul h3 {
		font-size: 1rem;
		padding-left: 0;
		
	}
	.inner_c ul li p.order_a{
		margin: 20px 0;
		line-height: 1.5;
	}
}
@media (max-width: 576px){
	.eu{
		padding: 50px 20px;
	}
	.inner_c ul h3 {
		font-size: 1.1rem;
		padding-left: 0px;
		text-align: left;
		height: 320px;
	}
	.inner_c h3 {
		font-size: 1rem;
	}
	.inner_c img{
		margin-top: 0;
	}
	.inner_c ul li p.order_a,
	.inner_c ul li p.order_b{
		padding: 0;
		font-size: .8rem;
	}

}

/*=======================================================
オーク
=======================================================*/

.oak{
	width: 100%;
	box-sizing: border-box;
	padding: 400px 20px;
	background-image:url(/html/img/donaoak/donaoak_detail_bg2.jpg) ;
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	-webkit-backface-visibility:hidden; 
} 
.inner_d ul h3 {
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.7rem;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1.7;
	margin-bottom: 0;
	text-align: left;
}
.inner_d p{
	color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    font-weight: 300;
	line-height: 3;
}

@media (max-width: 949px){

	.oak{
		height: auto;
		background-image:url(/html/img/donaoak/donaoak_detail_bg2.jpg) ;
		background-attachment: initial;
		padding: 200px 0;
	} 

	.inner_d p{
		font-size: 1.5rem;
	}
}

@media (max-width: 768px){

	.inner_d p{
		font-size: 1rem;
	}

}
@media (max-width: 576px){

	.inner_d p{
		font-size: .9rem;
	}
}


/*=======================================================
職人
=======================================================*/
.syokunin{
	width: 100%;
	background-color:#fff;
	background-image:url(/html/img/donaoak/egg-shell.png) ;
	box-sizing: border-box;
	padding: 200px 40px;
	text-align: center;
} 
.inner_e {
	box-sizing: border-box;
	position: relative;
}

.inner_e p span{
	color: #333;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 3px;
}

.inner_e ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	padding: 0;
}
.inner_e ul img{
	width: 100%;
}
.inner_e ul.col-md-6 {
	padding-right: 25px!important;
    padding-left: 25px!important;
}
.inner_e ul h3 {
	color: #333;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.7rem;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1.7;
	margin-bottom: 0;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	height: 500px;
}
.inner_e ul h3.order_b2{
	padding-left: 0;
}
.inner_e ul li p.order_a{
	color: #333;
    font-family: 'Noto Serif JP', serif;
    font-size: .9rem;
    font-weight: 300;
    margin: 50px 0 ;
    line-height: 2;
    text-align: justify;
}

@media (max-width: 949px){
	.syokunin{
		padding: 100px 40px;
	}
	.inner_e ul h3 {
		font-size: 1.5rem;
	}
	.inner_e ul li p.order_a{
		font-size: .8rem;
		margin: 40px 0 ;
	}
	.inner_e ul li p.order_b{
		font-size: .8rem;
		margin: 40px 0 0;
		padding: 0 20px 0 0;
	}
	.container-fluid{
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.inner_e .col-sm-6 { 
		padding: 0;
	}
	.inner_e p{
		font-size: 3rem;

	}
}
@media (max-width: 768px){
	.inner_e ul h3 {
		height: 360px;
	}

}
@media (max-width: 727px){
	.inner_e ul h3 {
		font-size: 1rem;
	}
	.inner_e ul li p.order_a{
		margin: 20px 0 ;
		line-height: 1.5;
	}
	.inner_e ul li p.order_b{
		font-size: .7rem;
		margin: 20px 0 0;
		padding: 0 15px 0 0;
		line-height: 1.5;
	}
}
@media (max-width: 576px){
	.syokunin{
		padding: 50px 20px;
	}
	.inner_e ul {
		display: block;
	}
	.inner_e ul h3 {
		font-size: 1.1rem;
		height: 320px;
	}
	.inner_e h3 {
		font-size: 1rem;
	}
	.inner_e p {
		font-size: 2rem;
	}
	.inner_e img{
		margin-top: 0;
	}
	.inner_e ul li p.order_a,
	.inner_e ul li p.order_b{
		padding: 0;
		font-size: .8rem;
		letter-spacing: 1px;
		margin: 20px 0;
	}


}
/*=======================================================
ブランド
=======================================================*/
.bland{
	width: 100%;
	box-sizing: border-box;
	padding: 400px 20px;
	background-image:url(/html/img/donaoak/donaoak_detail_bg3.jpg) ;
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	-webkit-backface-visibility:hidden; 
} 
.inner_f ul h3 {
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.7rem;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1.7;
	margin-bottom: 0;
}
.inner_f p{
	color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 1rem;
    font-weight: 300;
	line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media (max-width: 949px){

	.bland{
		height: auto;
		background-image:url(/html/img/donaoak/donaoak_detail_bg3.jpg) ;
		background-attachment: initial;
		padding: 200px 0;
	} 

}

@media (max-width: 768px){
	.bland {

	}
	.inner_f p{
		font-size: 1rem;
	}
	.inner_f ul h3 {
		font-size: 1.5rem;
	}

}
@media (max-width: 576px){
	.bland {
		padding: 100px 0;
	}
	.inner_f ul h3 {
		font-size: 1.2rem;
	}
	.inner_f p {
		font-size: .8rem;
	}
}
/*=======================================================
魅力
=======================================================*/
.miryoku{
	width: 100%;
	box-sizing: border-box;
	padding: 200px 0;
} 
.miryoku h3{
	font-size: 1.7rem;
	color: #000;
	font-family: 'Noto Serif JP', serif;
	margin-top: 10px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 2;
	margin-bottom: 40px;
} 
.miryoku h3.title{
	font-size: 1.7rem;
	color: #000;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 2;
	margin: 100px 0;
} 
.miryoku .ln{
	width: 1px;
    height: 170px;
	background: #683a1b;
	margin: 90px auto;
} 
.miryoku p.ln_lead{
	font-size: .9rem;
	font-weight: 300;
	font-family: 'Noto Serif JP', serif;
    color: #333;
    text-align: center;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 2;
	margin: 40px 0;
} 
.miryoku ul {
    display: flex;
    justify-content: center;
	align-items: flex-start;
	margin: 0;
}
.miryoku ul.image {
    display: flex;
    justify-content: center;
	align-items: center;
	margin: 0;
}
.miryoku ul li.ln_image{
	padding: 0;
} 

.miryoku ul li img.ln-logo{
	width: 100%;
	max-width: 500px!important;
} 
.miryoku ul li p{
	padding: 0 40px;
} 

@media (max-width: 949px){

	.miryoku {
		padding: 70px 0;
	} 
	.miryoku p.ln_lead{
		margin: 40px 0;
	} 

}
@media (max-width: 768px){
	.miryoku p.ln_lead{
		font-size: .8rem;
	} 

}
@media (max-width: 576px){
	.miryoku h3{
		font-size: 1.1rem;
	} 
	.miryoku p.ln_lead{
		line-height	: 1.5;
	} 

}
/*=======================================================
ラインナップ
=======================================================*/
.lineup{
	width: 100%;
	box-sizing: border-box;
	padding: 100px 0;
} 
.lineup h3{
	font-size: 1.7rem;
	color: #000;
	font-family: 'Noto Serif JP', serif;
	margin-top: 10px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 2;
} 
.lineup h3.title{
	font-size: 2rem;
	color: #000;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 2;
	margin: 0;
} 
.lineup .ln{
	width: 1px;
    height: 170px;
	background: #683a1b;
	margin: 90px auto;
} 
.lineup p.ln_lead{
	font-size: .9rem;
	font-weight: 300;
	font-family: 'Noto Serif JP', serif;
    color: #333;
    text-align: center;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 2;
	margin: 40px 0;
} 

.lineup .sd-rt{
	max-width: 1000px;
	margin-top: 100px;
	padding-right: calc((100% - 1000px) / 2);
    padding-left: calc((100% - 1000px) / 2);
    box-sizing: content-box;
}
.lineup span{
	display: inline-block;
	font-size: .7rem;
    letter-spacing: -1px;
}

.lineup img.grande,
.lineup .sd-rt img.flex_wrap{
	box-shadow: 0px 2px 6px #aaa;
}
.lineup ul {
    display: flex;
    justify-content: center;
	align-items: flex-start;
	margin: 0;
}


.lineup ul.image {
    display: flex;
    justify-content: center;
	align-items: center;
	margin: 0;
}
.lineup ul li.ln_image{
	padding: 0;
} 

.lineup ul li img.ln-logo{
	width: 100%;
	max-width: 500px!important;
} 
.lineup ul li p{
	padding: 0 40px;
} 

.lineup ul li p.tit,
.lineup .outer p.tit{
	font-size: 2rem;
	font-weight: 300;
    color: #FBFAF4;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 2px;
} 
.lineup ul li span.sub,
.lineup .outer span.sub{
	font-size: .8rem;
	font-weight: 300;
    color: #FBFAF4;
	vertical-align: baseline;
	margin-left: 2rem;
} 
.lineup .outer p.tit,
.lineup .outer span.sub{
    color: #333;
} 
.lineup ul li.gra,
.lineup ul li.stn,
.lineup ul li.rus{
	padding: 70px 10px;
} 
.lineup ul li.gra{
	background: #172634;
	background: #1d2f40
} 
.lineup ul li.stn{
	background: #aba795;
} 
.lineup ul li.rus{
	background: #ccc1c1;
} 

.lineup ul li p a.ln_button{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #FBFAF4;
	color: #FBFAF4;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	text-decoration: none;
	background:url(/html/img/sansoufukugou/active.png)  no-repeat ;
	background-size: 15px 15px;
	background-position: right 12pt top 12pt; 
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.lineup ul li p a.ln_button:hover {
	color: #fff;
	border: 1px solid #FBFAF4;
	background:url(/html/img/sansoufukugou/active.png)  no-repeat ;
	background-size: 15px 15px;
	background-position: right 12pt top 12pt; 
	background-color: #fbfaf445;
	font-weight: 700;
  }




.lineup table , td, th {
	border: 1px solid #ccc;
	border-collapse: collapse;
    border-width: 0;
}
.lineup td{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
    font-size: .7rem;
	vertical-align: middle;
	text-align: center;
	color: #333;
	border-width: 1px 0px;
	padding: 5px;
}
.lineup td a{
	color: #333;
}
.lineup td img{
	width:16px;
	margin-left: 10px;
}
.lineup th{
	color: #683a1b;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: .7rem;
	text-align: center;
	border-width: 0 0 1px 0px;
}
.lineup table{
	width: 950px;
}

.lineup .outer{
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: auto;
	overflow-scrolling: auto;
	margin: 20px;
}
.lineup .outer::-webkit-scrollbar {
	height: 10px;
}
.lineup .outer::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #aaa;
}
.lineup .outer::-webkit-scrollbar-track {
	margin: 0 2px;
	background: #ccc;
	border-radius: 5px;
}

@media (max-width: 990px){

	.lineup p.ln_lead{
		margin: 40px 0;
	} 

}
  @media (max-width: 949px){

	.lineup {
		padding: 70px 0;
	} 
	.lineup p.ln_lead{
		margin: 40px 0;
	} 


}
@media (max-width: 768px){
	.lineup p.ln_lead{
		font-size: .8rem;
	} 

}
@media (max-width: 576px){
	.lineup h3{
		font-size: 1.1rem;
	} 
	.lineup p.ln_lead{
		line-height	: 1.5;
	} 

}

@media (max-width: 500px){
	.lineup .sd-rt img.flex_wrap{
		max-width: 120px!important
	}

}
@media (max-width: 450px){
	.lineup .sd-rt img.flex_wrap{
		max-width: 95px!important
	}

}
/*=======================================================
NEW COLLECTION
=======================================================*/

.newcollection{
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 5rem;
} 
.newcollection h3{
	color: #4D4639;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: 2px;
    margin-bottom: 3rem;
} 
.newcollection .tit-newc img{
	width: 300px;
	margin-bottom: 1rem;
} 
.newcollection h4{
	color: #4D4639;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 1.2rem;
	letter-spacing: 2px;
	margin-top: 2rem;
	margin-bottom: 1rem;
} 
.newcollection dt{
	color: #4D4639;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
	font-size: 1.2rem;
	letter-spacing: 1px;
	margin-bottom: 1rem;
} 
.newcollection dt span {
    display: inline-block;
    margin-top: 2px;
}
.newcollection dt img {
    width: 35px;
    margin-right: 1rem;
}
.newcollection dt img.tsv {
	width: 120px;
    float: right;
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 5px;
    margin-right: 0;
}
.newcollection dd{
	color: #333;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: .8rem;
	letter-spacing: 1px;
} 
.newcollection dd.image{
	position: relative;
} 
.newcollection dd.image span{
	position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
	font-size: .6rem;
	font-family: 'Noto Sans JP', sans-serif;
} 
.newcollection .outer {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: auto;
    overflow-scrolling: auto;
}
.newcollection table {
    width: 940px;
}
.newcollection table, td, th {
    border: 1px solid #ccc;
	border-collapse: collapse;
	border-width: 0;
}
.newcollection th {
    color: #683a1b;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: .7rem;
    text-align: center;
    border-width: 0 0 1px 0px;
}
.newcollection td {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
	font-size: .7rem;
    vertical-align: middle;
    text-align: center;
    color: #333;
    border-width: 1px 0px;
    padding: 5px;
}
.newcollection td a {
    color: #333;
}
.newcollection td img {
    width: 16px;
    margin-left: 10px;
}
/*@media (max-width: 567px){
	.newcollection dt{
		font-size: 1rem;
	} 

}*/
/*=======================================================
暮らし
=======================================================*/
.life{
	width: 100%;
	background-color:#fff;
	background-image:url(/html/img/donaoak/egg-shell.png) ;
	box-sizing: border-box;
	padding: 200px 40px;
	text-align: center;
} 
.inner_g {
	box-sizing: border-box;
	position: relative;
}

.inner_g p span{
	color: #333;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 3px;
}

.inner_g ul{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 0;
}
.inner_g ul img{
	width: 100%;
}
.inner_g ul.col-md-6 {
	padding-right: 25px!important;
    padding-left: 25px!important;
}
.inner_g ul h3 {
	color: #333;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.7rem;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1.7;
	margin-bottom: 0;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	height: 500px;
}
.inner_g ul h3.order_b2{
	padding-left: 0;
}
.inner_g ul li p.order_a{
	color: #333;
	font-family: 'Noto Serif JP', serif;
    font-size: .9rem;
    font-weight: 300;
    margin: 50px 0 0;
    line-height: 2;
    text-align: justify;
}
@media (max-width: 949px){
	.life{
		padding: 100px 40px;
	}
	.inner_g ul h3 {
		font-size: 1.5rem;
	}
	.inner_g ul li p.order_a{
		font-size: .8rem;
		margin: 40px 0 0;
	}
	.inner_g ul li p.order_b{
		font-size: .8rem;
		margin: 40px 0 0;
		padding: 0 20px 0 0;
	}
	.container-fluid{
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.inner_g .col-sm-6 { 
		padding: 0;
	}
	.inner_g p{
		font-size: 3rem;

	}
}
@media (max-width: 727px){
	.inner_g ul h3 {
		font-size: 1rem;
	}
	.inner_g ul li p.order_a{
		margin: 20px 0 0;
		line-height: 1.5;
	}
	.inner_g ul li p.order_b{
		font-size: .7rem;
		margin: 20px 0 0;
		padding: 0 15px 0 0;
		line-height: 1.5;
	}
}

@media (max-width: 768px){
	.inner_g ul h3 {
		height: 300px;
	}

}

@media (max-width: 576px){
	.life{
		padding: 50px 20px;
	}
	.inner_g ul {
		display: inline;
		justify-content: initial;
		align-items: initial;
		padding: 0;
	}
	.inner_g ul li{
		padding-bottom: 20px;
	}
	.inner_g ul h3 {
		font-size: 1.1rem;
		display: block;
		padding-bottom: 30px;
		writing-mode: initial;
		height: auto;
	}

	.inner_g p {
		font-size: 2rem;
	}
	.inner_g img{
		margin-top: 0;
	}
	.inner_g ul li p.order_a,
	.inner_g ul li p.order_b{
		padding: 0;
		font-size: .8rem;
		letter-spacing: 1px;
		margin: 20px 0 0;
	}
}

/*=======================================================
リンク
=======================================================*/
.link_sec{
	box-sizing: border-box;
	margin: 0 auto ;
	width: 100%;
	padding: 2rem 1rem 1rem;
	background-color:#040310;
	box-sizing: border-box;
	padding: 100px 20px;
	background-image:url(/html/img/donaoak/handmade-paper.png) ;
	text-align: center;
}
.link_sec .inner_h{
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
}

.link_sec .inner_h ul li a.link_button{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #ccc;
	color: #ccc;
	font-family: 'Noto Sans JP', sans-serif;
	text-decoration: none;
	background:url(/html/img/sansoufukugou/active.png)  no-repeat ;
	background-size: 15px 15px;
	background-position: right 12pt top 12pt; 
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.link_sec .inner_h ul li a.link_button:hover {
	color: #fff;
	border: 1px solid #8e7945;
	background:url(/html/img/sansoufukugou/active.png)  no-repeat ;
	background-size: 15px 15px;
	background-position: right 12pt top 12pt; 
	background-color: #8e7945;
	font-weight: 700;
  }


.link_sec img.logo_sm{
	display: inline-block;
    width: 100%;
    max-width: 400px!important;
    margin-top: 50px;
}
