/*
Theme Name: KAKUREI
Theme URI: http://www.kakurei.co.jp/
Description: styling for Kakurei
Version: 1.0
*/

@charset "utf-8";

/*==============================================

styling for KAKUREI
LastUpdate 2017/09/20

==============================================*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:top;}/* HTML5 display-role reset for older browsers */article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}body {line-height:1;}ol,ul {list-style:none;}blockquote,q {quotes:none;}blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}table {border-collapse:collapse;border-spacing:0;}

/* Slider */.slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;   -moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}.slick-list:focus{outline: none;}.slick-list.dragging{cursor: pointer;cursor: hand;}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);   -moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}.slick-track{position: relative;top: 0;left: 0;display: block;}.slick-track:before,.slick-track:after{display: table;content: '';}.slick-track:after{clear: both;}.slick-loading .slick-track{visibility: hidden;}.slick-slide{display: none;float: left;height: 100%;min-height: 1px;}[dir='rtl'] .slick-slide{float: right;}.slick-slide img{display: block;}.slick-slide.slick-loading img{display: none;}.slick-slide.dragging img{pointer-events: none;}.slick-initialized .slick-slide{display: block;}.slick-loading .slick-slide{visibility: hidden;}.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}.slick-arrow.slick-hidden {display: none;}

body {
	width: 100%;
	min-width: 1000px;
	font-size: 16px;
	line-height: 2;
	font-family: "Helvetica Neue", Helvetica, Arial, YuGothic, "Yu Gothic", 游ゴシック体, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
	background-color: #001756;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.lazyload,
.lazyloading {
	opacity: 0;
	transition: opacity .5s;
}

.lazyloaded {
	opacity: 1;
}

.serif {
	font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "ヒラギノ明朝 Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
	text-decoration: none;
	color: #000;
	opacity: .2;
	transition: opacity .5s;
}

a[href] {
	opacity: 1;
}

a[href]:hover {
	opacity: .5;
}

a.ul {
	text-decoration: underline;
}

table {
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

th,td {
	border-top: 1px solid #ccc;
	padding: 13px 10px;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.4;
}

th {
	width: 150px;
	font-weight: bold;
}

.btn {
	text-align: center;
}

.btn>a {
	display: inline-block;
	width: 240px;
	line-height: 48px;
	color: #fff;
	background-color: #001756;
}

.btn.off>a {
	opacity: .2!important;
}

strong {
	font-weight: bold;
}

*:focus {
	outline: none;
}

.krnL {
	margin-left: -0.5em;
}

.krnR {
	margin-right: -0.5em;
}

.krnC {
	margin-left: -0.2em;
	margin-right: -0.2em;
}

.tac {
	text-align: center;
}

.taj {
	text-align: justify;
	text-justify: inter-ideograph;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.fs12 {
	font-size: 12px;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.fs24 {
	font-size: 24px;
}

.fs36 {
	font-size: 36px;
}

.lh14 {
	line-height: 1.4;
}

.title i,
.title strong {
	display: block;
}

.title.img {
	line-height: 0;
}

.imgV {
	position: relative;
	width: 100%;
	height: 600px;
	background: #000;
	overflow: hidden;
}

.imgV>.img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 130%;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}

.mov {
	position: relative;
}

.mov:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 56.25%;
}

.mov>iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sp {
	display: none!important;
}

.pc {
	display: block!important;
}

.slick-dots>li {
	display: inline-block;
	padding: 20px 4px;
	letter-spacing: normal;
}

.slick-dots>li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 8px;
}

.slick-dots>li.slick-active:before {
	background: #001756!important;
}

.slick-dots button {
	display: none;
}

.inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 75px 0;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.inner>*+* {
	margin-top: 35px;
}

.col {
	margin-right: -20px;
	margin-bottom: -35px;
	margin-left: -20px;
	letter-spacing: -.4em;
	overflow: hidden;
}

.col>* {
	position: relative;
	display: inline-block;
	margin-bottom: 35px;
	padding: 0 20px;
	letter-spacing: normal;
	box-sizing: border-box;
}

.col.col01>* {
	width: 100%;
}

.col.col02>* {
	width: 50%;
}

.col.col03>* {
	width: 33.33%;
}

.content {
	position: relative;
}

.content_header {
	background-color: #001756;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.content_header .title img {
	transform: scale(.5);
}

.social {
	letter-spacing: -.4em;
	text-align: center;
}

.social>* {
	display: inline-block;
	line-height: 0;
	letter-spacing: normal;
	margin: 0 10px;
}

.social a {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.social .facebook a {
	background-image: url(./images/icon_facebook_color.png)
}

.social .twitter a {
	background-image: url(./images/icon_twitter_color.png)
}

.social .instagram a {
	background-image: url(./images/icon_instagram_color.png)
}

#wrapper {
	background: #fff;
}

.main_nav {
	letter-spacing: -.4em;
	text-align: center;
	line-height: 0;
}

.main_nav>* {
	display: inline-block;
	padding: 0 8px;
	line-height: 1;
	letter-spacing: normal;
}

.main_nav>*+* {
	border-left: 1px solid #fff;
}

.main_nav a {
	display: inline-block;
}

.btn_menu {
	display: none;
	position: fixed;
	top: 20px;
	right: 20px;
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	z-index: 5;
}

#menu_open {
	background-image: url(./images/menu_open.png);
}

#menu_close {
	background-image: url(./images/menu_close.png);
}

#header {
	height: 800px;
}

#header>.inner {
	padding: 130px 0 0;
	z-index: 1;
}

#header>.inner>*+* {
	margin-top: 40px;
}

#header .social {
	margin-top: 50px;
}

#header .social .facebook a,
#nav .social .facebook a {
	background-image: url(./images/icon_facebook_fff.png)
}

#header .social .twitter a,
#nav .social .twitter a {
	background-image: url(./images/icon_twitter_fff.png)
}

#header .social .instagram a,
#nav .social .instagram a {
	background-image: url(./images/icon_instagram_fff.png)
}

.id {
	text-align: center;
}

.id a {
	display: inline-block;
}

.id i,
.id strong {
	display: block;
}

.id *+* {
	margin-top: 20px;
}

#header .id *+* {
	margin-top: 40px;
}

#header .btn>a {
	width: 160px;
	background: none;
	border: 2px solid #fff;
	line-height: 32px;
	font-weight: bold;
}

#nav {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	z-index: 10;
}

#nav>.inner {
	position: static;
	min-width: 1000px;
	padding: 0;
	overflow: visible;
}

#nav .main_nav {
	min-width: 1000px;
	margin: 0 auto;
}

#nav .main_nav>* {
	padding: 0 12px;
	max-height: 15px;
}

#nav .lang {
	position: absolute;
	top: 0;
	right: 35px;
	margin: 0;
}

#nav .social {
	display: none;
}

#footer {
	background: #001756;
	color: #fff;
	text-align: center;
}

#footer>.inner {
	padding: 60px 0 50px;
}

#footer .main_nav>* {
	max-height: 13px;
}

#footer a {
	color: #fff;
}

.copyright {
	display: block;
}

#top_slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#top_slide .slick-list,
#top_slide .slick-track {
	height: 100%;
}

#top_slide .img {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#top_slide .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}

#news .content_body>.inner {
	width: 640px;
}

#news .content_body .summary {
	line-height: 1.2;
}

#news .content_body .summary>* {
	display: inline-block;
}

#news .content_body .summary>*+* {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #000;
}

#news .content_body .summary+.title {
	margin-top: 60px;
	margin-bottom: 60px;
}

#news .content_body .txt+.btn {
	margin-top: 80px;
}

#news .content_body .txt>*+* {
	margin-top: 25px;
}

.list_date a {
	display: inline-block;
}

.list_date>.item {
	padding-left: 240px;
	overflow: hidden;
}

.archive_list .list_date>.item {
	display: none;
	opacity: 0;
}

.list_date>.item+.item {
	margin-top: 25px;
}

.list_date>.item .date {
	float: left;
	margin-left: -240px;
}

.list_date>.item .category {
	float: left;
	margin-left: -140px;
}

#items_about .item {
	position: relative;
	overflow: hidden;
}

#items_about .item .txt {
	width: 50%;
	box-sizing: border-box;
	height: 900px;
}

#items_about .item .txt>.inner {
	width: 320px;
	padding: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#items_about .item .title {
	height: 220px;
	text-align: center;
}

#items_about .item .title>img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#items_about .slide {
	position: relative;
}

#items_about .slide {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
}

#items_about .slide .img {
	height: 900px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#items_about .slide .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
}

#items_about .slide.l {
	left: 0;
}

#items_about .slide.r {
	right: 0;
}

#items_about .slide.l+.txt {
	float: right;
}

#items_about .slide.r+.txt {
	float: left;
}

#items_company #map {
	height: 440px;
	background: #ccc;
}

#inquiry_yukiotoko {
	content: '';
	position: absolute;
	bottom: 30px;
	right: 0;
	display: block;
	width: 157px;
	height: 171px;
	background: url(./images/yukiotoko_img.png) no-repeat center center;
	background-size: contain;
	z-index: 2;
}

#inquiry .content_body>.inner>*+* {
	margin-top: 15px;
}

#top_sake #sake_bokushi,
#top_sake #sake_yukiotoko,
#top_sake #sake_umeshu {
	width: auto;
}

#top_sake .imgs>*+* {
	margin-left: 15px;
}

#top_sake .imgs+.title {
	margin-top: 35px;
}

#article_header>.inner {
	height: 400px;
	padding: 0;
}

#article_header .title {
	margin-top: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#article_header .title img {
	transform: scale(.7);
}

#article_header .id {
	position: absolute;
	left: 0;
	top: 40px;
}

#sake #list_items>*+* {
	margin-top: 80px;
}

#sake .list_item>*+* {
	margin-top: 35px;
}

#sake .list_item .item_description {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}

#sake .list_item .img {
	width: 240px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 0 auto;
}

#sake .list_item .img:before {
	content: '';
	display: block;
	padding-top: 100%;
}

#sake .list_item a {
	display: inline-block;
}

#sake .list_item .img+.title {
	margin-top: 25px;
}

#sake #article_body .col>* {
	height: 750px;
	min-height: 750px;
}

#sake #article_body .item.body .txt {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#sake #article_body .item.body .txt>*+* {
	margin-top: 35px;
}

#item_slide {
	potition: relative;
}

#item_slide .img {
	height: 720px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;

}

#item_slide .slick-dots {
	text-align: center;
}

#item_slide .slick-dots>li:before {
	background: #ccc;
}

#ol {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 10;
}

#ol_body {
	width: 1000px;
	max-height: 100%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	overflow-y: auto;
}

.hide {
	visibility:hidden!important;
	opacity: 0!important;
	transition: all .5s;
}

.show {
	visibility:visible!important;
	opacity: 1!important;
}

.bottom_fixed {
	position: fixed;
	bottom: 0;
	left: 40px;
	right: 40px;
	height: 0;
	min-width: 920px;
	z-index: 1000;
}

.bottom_fixed>.btn {
	position: absolute;
	bottom: 0;
	right: 0;
}

.bottom_fixed>.btn>a {
	height: 60px;
	line-height: 60px;
}


@media only screen and (max-width: 30em){

.sp {
	display: block!important;
}

.pc {
	display: none!important;
}

table,
tbody,
tr,
th,
td {
	display: block;
}

table {
	border: none;
}

tr {
	margin-top: -1px;
	padding: 8px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

th,
td {
	border: none;
	padding: 0;
}

body {
	min-width: 0;
}

.inner {
	padding: 35px 0;
	margin-right: 20px;
	margin-left: 20px;
}

.col {
}

.col>* {
	width: 100%!important;
}

.btn_menu {
	display: block;
}

.content_header>.inner {
	padding: 50px 0;
}

#menu_open {
	visibility: visible;
	opacity: 1;
}

#nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	visibility: hidden;
	opacity: 0;
	transition: all .5s;
}

#nav>.inner {
	min-width: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#nav>.inner>*+* {
	margin-top: 15px;
}

#nav .main_nav {
	min-width: 0;
	width: 160px;
}

#nav .main_nav>* {
	display: block;
	margin: 0;
	border-left: none;
	border-bottom: 1px solid #fff;
	max-height: 100%;
}

#nav .main_nav a {
	padding: 15px 0;
}

#nav .lang {
	position: relative;
	top: 0;
	right: 0;
	width: 160px;
	text-align: center;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	line-height: 0;
}

#nav .lang>a {
	display: inline-block;
	padding: 15px 0;
}

#nav .social {
	display: block;
}

#header {
	height: auto;
	padding: 45px 0 50px;
}

#header>.inner {
	padding: 0;
}

#header .id .typo img {
	width: 82px;
	height: auto;
}

#header .id *+* {
	margin-top: 20px;
}

#header .social {
	margin-top: 22px;
}

#footer .main_nav {
	width: 280px;
	margin: -10px auto 0;
}

#footer .main_nav>* {
	margin-top: 10px;
}

#footer .main_nav .nav04 {
	border: none;
}

#top_slide .slick-dots {
	bottom: 0;
}

#article_header>.inner {
	height: auto;
	padding: 20px 0 40px;
}

#article_header .id {
	position: static;
}

#article_header .id .txt>img {
	width: 116px;
	height: auto;
}

#article_header .id .typo>img {
	width: 62px;
	height: auto;
}

#article_header .title {
    margin-top: 30px;
    top: 0;
    transform: translateY(0);
}

#news .content_body>.inner {
	width: auto;
}

.list_date>.item {
	padding: 0;
}

.list_date>.item .date {
	margin: 0;
}
.list_date>.item .category {
	margin-left: 20px;
}

.list_date>.item .title {
	clear: both;
}

#items_about .slide {
	position: relative;
	width: 100%;
	height: 480px;
}

#items_about .slide .img {
	height: 480px;
}

#items_about .item .txt {
	float: none!important;
	width: auto;
	height: auto;
}

#items_about .item .txt>.inner {
    width: auto;
    padding: 35px 0;
    position: relative;
    top: 0;
    transform: translateY(0);
}

#items_about .item .title {
	min-height: 0;
	height: auto;
}

#items_about .item .title>img {
	position: static;
	top: 0;
	transform: translateY(0);
}

#top_sake .imgs {
	margin-right: -20px;
	margin-left: -20px;
	margin-bottom: -20px;
	letter-spacing: -.4em;
}

#top_sake .imgs a {
	display: inline-block;
}

#top_sake .imgs>* {
	margin: 0 5px 20px!important;
}

#top_sake .imgs img {
	height: 180px;
	width: auto;
}

#top_sake #sake_bokushi,
#top_sake #sake_yukiotoko,
#top_sake #sake_umeshu {
	width: auto;
}

#items_company #map {
	height: auto;
}

#items_company #map:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

#inquiry_yukiotoko {
	position: static;
	width: 100%;
	height: 130px;
	margin-top: 20px;
}

#sake .list_item .item_description {
	width: 100%;
}


#ol_body {
	width: 100%;
}

#footer>.inner {
	padding: 35px 0 90px;
}

#sake #article_body .col>* {
	height: auto;
	min-height: 0;
}

#item_slide .img {
	height: auto;
}

#item_slide .img:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 120%;
}

#sake #article_body .item.body .txt {
    position: relative;
    top: 0;
    transform: translateY(0);

}

.bottom_fixed {
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	min-width: 0;
}

.bottom_fixed>.btn {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
}

.bottom_fixed>.btn>a {
	width: 100%;
}