@charset "UTF-8";

/* CSS reset */
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,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}


* {
	margin: 0;
	padding:0;
}

html{
	height: 100%;
}

body {
	padding:0;
	margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;
	width:100%;
	color:#000;
	font-size:14px;
	line-height:0;
	font-family:"Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "MS PGothic", Helvetica, sans-serif;
}

* html body {     
    background: url(null) fixed;     
}

.loading {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;/*IE7*/
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	vertical-align:bottom;
}

ul li {
list-style:none;	
}

div {
	vertical-align:bottom;
	}

a {
    color:#000;
    text-decoration:none;
}

a:hover {
    color:#aaa;
    text-decoration:underline;
}

.bk {
	color:#000;	
}


h1 {
	margin-bottom:34px;
}
.openTitle {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-310px;
	margin-top:-15px;
	z-index:2;
}

#contentArea {
	background-color:#fff;
	height: 745px;
}

#sideArea {
    position: absolute;
	width:300px;
	padding:30px 0 0 30px;
    z-index: 2;
    opacity: 0;
}
	
.logo {
	margin-bottom:34px;
}

.read {
	margin-bottom:190px;
}

.btnClose {
	position:fixed;
	top:10px;
	right:10px;
	cursor:pointer;
    z-index: 2;
    opacity: 0;
}

.copyright {
	position:absolute;
	top: 768px;
	left: 30px;
}

#footArea {
	z-index:-2;
}

.footBg {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	background-color:#f29336;
	z-index:-2;
}

.bold {
	font-weight: bold;	
}

.fL {
	float:left;
}

.clear {
	clear:both;
}

.mb0 {margin-bottom:0;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}

.mT15 {margin-top:15px;}
.mT20 {margin-top:20px;}
.mT30 {margin-top:30px;}
.mT35 {margin-top:35px;}
.mT40 {margin-top:40px;}

.pB10 {padding-bottom:10px;}
.pB15 {padding-bottom:15px;}
.pB20 {padding-bottom:20px;}
.pB30 {padding-bottom:30px;}
.pB40 {padding-bottom:40px;}

/*-------------------------------------------------
	Slider
-------------------------------------------------*/
.recipe-slide {
    position: relative;
    margin: 0 auto;
	width: 960px;
    opacity: 0;
}
.swiper-container {
    padding-top: 75px;
    width: 840px;
    height: 594px;
}
.swiper-slide img  {
	width: 100%;
	height: auto;
}
.swiper-button-next, .swiper-button-prev {
    margin-top: 8px !important;
    width: 58px !important;
    height: 58px !important;
    background-size: 58px !important;
    transition: all 360ms;
	-webkit-transition: all 360ms;
	-ms-transition: all 360ms;
	-moz-transition: all 360ms;
}
.swiper-button-prev {
    left: -8px !important;
    background-image: url("../images/setouchi-recipe/arrow-l.png") !important;
}
.swiper-button-next {
    right: -8px !important;
    background-image: url("../images/setouchi-recipe/arrow-r.png") !important;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: .6;
}
.swiper-pagination {
    bottom: -38px;
	left: 50%;
	-ms-transform: translateX(-50%) !important;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}
.swiper-pagination-bullet {
    margin: 0 5px;
    opacity: 0.1 !important;
}
.swiper-pagination-bullet-active {
    background: rgba(0,0,0,.3) !important;
    opacity: 1 !important;
}

@media screen and (max-width: 1365px) {
	#contentArea {
		display: flex;
		min-width: 1200px;
	}
	#sideArea {
		position: relative;
		width: 205px;
	}
	.recipe-slide {
		margin: 0;
	}
	.swiper-button-next, .swiper-button-prev {
		margin-top: 0 !important;
	}
	.swiper-pagination {
		bottom: 38px;
	}
}

/*-------------------------------------------------
	Add-2022-11
-------------------------------------------------*/
.swiper-slide a {
	position: relative;
	display: block;
}
.nft-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: YuGothic,'Yu Gothic','Noto Sans JP','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
	opacity: 0;
	transition: all 360ms;
}
.swiper-slide a:hover .nft-link {
	opacity: 1;
}
.nft-link-bg, .nft-link-btn, .nft-link-txt {
	position: absolute;
	display: block;
}
.nft-link-bg {
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .8;
}
.nft-link-btn {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 120px;
	height: 30px;
	text-align: center;
	border: 1px solid #f29336;
	background-color: #fff;
}
.nft-link-btn > span {
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: .1em;
	font-feature-settings: "palt";
	text-align: center;
	color: #f29336;
}
.nft-link-txt {
	left: 50%;
	transform: translateX(-50%);
	bottom: 115px;
}
.nft-link-txt p {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: .1em;
	font-feature-settings: "palt";
	text-align: center;
	color: #333;
}
.nft-link-txt p + p {
	margin-top: 1.75em;
}
.nft-link-txt p.jp {
	font-size: 11px;
}
