@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .slick-dots {
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	text-align: center;
}
#main .slick-dots li {
	margin: 0 5px;
	width: 9px !important;
	height: 9px;
	display: inline-block;
	float: none !important;
	background: #ccc;
	border-radius: 50%;
	cursor: pointer;
}
#main .slick-dots li button {
	display: none;
}
#main .slick-dots li.slick-active {
	background: #0FAEE8;
}
#main .slick-arrow {
	cursor: pointer;
	margin: -34px 0 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	overflow: hidden;
	text-indent: -999px;
	width: 34px;
	height: 67px;
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	border: none;
	z-index: 10;
}
#main .slick-arrow :hover {
	opacity: 0.7;
}
#main .com-life .slick-arrow {
	margin: 0;
	top: 90px;
}
#main .slick-prev {
	left: -50px;
	background-image:url(../img/common/icon04.png);
}
#main .slick-next {
	right: -50px;
	background-image:url(../img/common/icon05.png);
}
.main-visual {
	margin-bottom: 161px;
	position: relative;
	min-height: 700px;
}
.main-visual .img-list {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.main-visual .img-list li {
    height: 700px;
}
.main-visual .img-list .bg01 {
    background: url("../img/index/main_img01.jpg") no-repeat center center;
    background-size: cover;
}
.main-visual .img-list .bg02 {
    background: url("../img/index/main_img01.jpg") no-repeat center center;
    background-size: cover;
}
.main-visual .img-list .bg03 {
    background: url("../img/index/main_img01.jpg") no-repeat center center;
    background-size: cover;
}
.main-visual .img-list .bg04 {
    background: url("../img/index/main_img01.jpg") no-repeat center center;
    background-size: cover;
}
.main-visual h2 {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	font-weight: 700;
	font-size: 2.9rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 100;
}
.main-visual h2 .en {
    display: block;
	margin-bottom: 12px;
}
.main-visual .slick-dots {
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	text-align: center;
    z-index: 10;
}
.main-visual .slick-dots li {
	margin: 0 5px;
	width: 9px !important;
	height: 9px !important;
	display: inline-block;
	float: none !important;
	background: #ccc;
	border-radius: 50%;
	cursor: pointer;
}
.main-visual .slick-dots li button {
	display: none;
}
.main-visual .slick-dots li.slick-active {
	background: #0FAEE8;
}
#main .pick-sec .photo-list {
	margin: 0 -10px 179px;
}
#main .pick-sec .photo-list .slick-slide > div {
	margin: 0 10px;
}
#main .pick-sec .photo-list li {
	float: left;
}
#main .pick-sec .photo-list li a {
	display: block;
}
#main .pick-sec .photo-list li a:hover {
    opacity: 0.7;
}
.com-popular .com-ttl-box .head-line03 {
	margin-bottom: 0;
}
/*本来の設定
.com-popular .sub-box {
	max-width: 600px;
	margin: 0 auto 204px;
	padding-left: 62px;
}*/
/*維持次設定の設定*/
.com-popular .sub-box{
	max-width: 600px;
	margin: 90px auto 100px;
	padding-left: 62px;
}
.com-popular .sub-box .title {
	margin-bottom: 25px;
	font-size: 2.8rem;
	font-weight: 700;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.com-popular .sub-box p {
	line-height: 1.95;
	letter-spacing: 0.1em;
}
.com-popular .sub-box .txt01 {
    padding-right: 50px;
}
.com-popular .banner {
	margin-bottom: 40px;
}
.com-popular .banner a {
    padding: 70px 0 74px;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    background: #fff;
    letter-spacing: 0.2em;
}
.com-popular .banner a:hover {
	opacity: 0.7;
}
.com-popular .enter-box {
	padding: 30px 89px;
	background: url("../img/index/popular_photo06.jpg") no-repeat center center;
	background-size: cover;
}
.com-popular .enter-box .title {
	float: left;
	width: 31%;
	padding-top: 3%;
	margin-right: 7.6%;
}
.com-popular .enter-box .txt {
	float: left;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2.05;
	width: 40%;
	letter-spacing: 0.1em;
}
.com-popular .enter-box .com-btn {
	float: right;
	padding-top: 3%;
}
.com-popular .enter-box .com-btn a {
	padding: 12px 10px 12px 73px;
	box-sizing: border-box;
	font-size: 1.8rem;
	width: 200px;
	border-radius: 30px;
	background-position: left 26px center;
}
#main .love-sec {
	margin-bottom: 176px;
}
#main .love-sec .content {
	position: relative;
}
#main .love-sec .com-ttl-box {
	margin: 0 0 30px;
}
#main .love-sec .com-ttl-box .head-line01 {
	padding-top: 0;
}
#main .love-sec .com-ttl-box .head-line01 .en {
	margin-right: 20px;
}
#main .love-sec .slick-arrow {
	top: 27%;
}
#main .life-sec {
	position: relative;
	margin-bottom: 110px;
}
#main .life-sec .content {
	position: relative;
}
#main .life-sec .com-ttl-box {
	margin-bottom: 32px;
}
#main .life-sec .com-ttl-box .head-line01 .en {
	margin-right: 19px;
}
#main .life-sec .com-link {
	right: 21px;
}
#main .recipe-sec {
	margin-bottom: 83px;
}
#main .recipe-sec .content {
	position: relative;
}
#main .recipe-sec .com-ttl-box {
	margin: 0 5px 30px 0;
}
#main .recipe-sec .com-ttl-box .head-line01 .en {
	margin-right: 19px;
}
#main .recipe-sec .com-link {
	right: 20px;
}
#main .voice-sec {
	margin-bottom: 102px;
}
#main .voice-sec .content {
	position: relative;
}
#main .voice-sec .com-ttl-box {
	margin: 0 0 33px -2px;
}
#main .voice-sec .com-ttl-box .head-line01 .en {
	margin-right: 19px;
}
#main .voice-sec .com-list-ul {
	margin: 0 0 0 -2px;
}
#main .voice-sec .com-list-ul li .ttl {
	padding: 28px 0 10px;
}
#main .voice-sec .com-list-ul li .txt-span {
	margin-bottom: 15px;
	display: block;
	height: 64px;
	overflow: hidden;
	line-height: 1.75;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
#main .voice-sec .com-list-ul li .txt-list {
	margin: 0 0 0 4px;
}
#main .voice-sec .com-link {

}
#main .concept-sec {
	margin-bottom: 130px;
	min-height: 438px;
	padding: 90px 0;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	background: url("../img/index/concept_bg.jpg") no-repeat center center;
	background-size: cover;
}
#main .concept-sec .content {
	max-width: 1106px;
}
#main .concept-sec .info-box {
	align-items: center;
}
#main .concept-sec .l-box {
	width: 50%;
}
#main .concept-sec .l-box p .top {
	margin-bottom: 27px;
	display: block;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
}
#main .concept-sec .l-box p .txt-span {
	display: block;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-size: 3.6rem;
}
#main .concept-sec .r-box {
	width: 41.9%;
}
#main .concept-sec .r-box p {
	padding-right: 50px;
	font-weight: 700;
	line-height: 1.7;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
#main .news-sec {
	margin-bottom: 136px;
}
#main .news-sec .content {
	position: relative;
}
#main .news-sec .com-ttl-box {
	margin-bottom: 35px;
}
#main .news-sec .com-link {
}
#main .add-box {
	margin-top: 50px;
	height: 435px;
	background: url("../img/index/bg.jpg") no-repeat center center;
	background-size: cover;
}
#main .add-box .topTxt {
	margin-bottom: 38px;
	color: #fff;
	font-size: 1.8rem;
	padding-top: 70px;
	letter-spacing: 0.1em;
	font-weight: 300;
}
#main .add-box .info-Sec {
	max-width: 850px;
	margin: 0 auto;
}
#main .add-box .lBox {
	float: left;
	margin-bottom: -20px;
	padding: 0 0 0 160px;
}
#main .add-box .lBox img {
	width: 100%;
	max-width: 515px;
}
#main .add-box .rBox {
	float: right;
	padding-right: 20px;
}
#main .add-box .rBox p {
	color: #fff;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
#main .add-box .rBox p span{
	color: #b4b4b4;
}
@media all and (min-width: 1281px) and (max-width: 1350px) {
	#main .slick-prev {
		left: -20px;
	}
	#main .slick-next {
		right: -20px;
	}
}
@media all and (min-width: 897px) and (max-width: 1280px) {
	#main .slick-prev {
		left: 2px;
	}
	#main .slick-next {
		right: 2px;
	}
	#main .love-sec .com-ttl-box .jp {
		display: block;
		margin-top: 20px;
	}
}
@media all and (max-width: 896px) {
	#container {
		padding-top: 0;
	}
	.main-visual {
		margin: 108px 0 115px;
		min-height: 376px;
	}
	.main-visual .img-list li {
		height: 375px;
	}
	.main-visual .slick-dots {
		bottom: -40px;
	}
	.main-visual h2 {
		font-size: 1.5rem;
	}
	.main-visual h2 .en {
		margin-bottom: 8px;
	}
	.main-visual h2 .en img {
		width: 145px;
	}
	#main .slick-arrow {
		display: none !important;
	}
	#main .pick-sec .head-line01 {
		margin: 0 0 23px -2px;
	}
	#main .pick-sec .photo-list {
		margin: 0 -29px 153px -10px;
	}
	#main .pick-sec .photo-list .slick-slide > div {
		width: 200px;
		margin: 0 12px;
	}
	.com-popular {
		margin-bottom: 38px;
	}
	.com-popular .com-ttl-box {
		margin: 0 0 23px;
	}
	.com-popular .sub-box {
		max-width: auto;
		margin: 120px auto 122px;
		padding: 0;
	}
	.com-popular .sub-box .title {
		margin: 0 0 20px 14px;
		font-size: 2.3rem;
	}
	.com-popular .sub-box p {
		margin: 0 0 0 14px;
		font-size: 1.2rem;
		line-height: 2;
	}
	.com-popular .sub-box .txt01 {
		padding-right: 0;
	}
	.com-popular .banner a {
		font-size: 1.1rem;
		padding: 30px 0 54px;
	}
	.com-popular .enter-box {
		padding: 52px 18px 20px;
		background: url("../img/index/sp_photo.jpg") no-repeat center center;
		background-size: cover;
	}
	.com-popular .enter-box .title {
		float: none;
		width: auto;
		padding-top: 3%;
		margin: 0 0 15px;
	}
	.com-popular .enter-box .title img {
		width: 190px;
	}
	.com-popular .enter-box .txt {
		float: none;
		font-size: 0.9rem;
		line-height: 2.05;
		width: auto;
		letter-spacing: 0.1em;
	}
	.com-popular .enter-box .com-btn {
		padding-top: 3%;
		margin-right: -4px;
	}
	.com-popular .enter-box .com-btn a {
		padding: 8px 10px 8px 73px;
		font-size: 0.94rem;
		width: 136px;
		background-position: left 13px center;
		background-size: 15px auto;
	}
	#main .love-sec {
		margin-bottom: 120px;
	}
	#main .love-sec .com-life {
		margin-bottom: 62px;
	}
	#main .love-sec .com-ttl-box {
		margin: 0 0 37px;
	}
	#main .love-sec .com-ttl-box .head-line01 {
		padding-top: 0;
	}
	#main .love-sec .com-ttl-box .head-line01 .en {
		margin-right: 20px;
	}
	#main .love-sec .slick-dots {
		bottom: -30px;
	}
	#main .life-sec {
		margin-bottom: 110px;
	}
	#main .life-sec .com-ttl-box {
		margin-bottom: 32px;
	}
	#main .life-sec .com-ttl-box .head-line01 .en {
		margin-right: 0;
	}
	#main .recipe-sec {
		margin-bottom: 120px;
	}
	#main .recipe-sec .com-ttl-box {
		margin: 0 0 20px 0;
	}
	#main .recipe-sec .com-ttl-box .head-line01 .en {
		margin-right: 0;
	}
	#main .recipe-sec .com-ttl-box .head-line01 .jp {
		float: right;
		margin-top: 8px;
	}
	#main .voice-sec {
		margin-bottom: 120px;
	}
	#main .voice-sec .com-ttl-box {
		margin: 0 0 33px;
	}
	#main .voice-sec .com-ttl-box .head-line01 .en {
		margin-right: 0;
	}
	#main .voice-sec .com-ttl-box .head-line01 .jp {
		float: right;
		margin-top: 8px;
	}
	#main .voice-sec .com-list-ul {
		margin: 0 0 60px;
	}
	#main .voice-sec .com-list-ul .slick-dots {
		bottom: -20px;
	}
	#main .voice-sec .com-list-ul .slick-slide > div {
		width: 236px;
		margin: 0 30px 0 0;
	}
	#main .voice-sec .com-list-ul li {
		margin-bottom: 0;
	}
	#main .voice-sec .com-list-ul li .ttl {
		padding: 25px 0 7px;
		font-size: 1.3rem;
	}
	#main .voice-sec .com-list-ul li .txt-span {
		margin-bottom: 15px;
		line-height: 1.7;
		font-size: 1rem;
	}
	#main .voice-sec .com-list-ul li .txt-list {
		margin: 0;
	}
	#main .concept-sec {
		margin-bottom: 120px;
		padding: 65px 0;
		min-height: 380px;
		background: url("../img/index/concept_bg.jpg") no-repeat center center;
		background-size: cover;
	}
	#main .concept-sec .info-box {
		display: block;
	}
	#main .concept-sec .l-box {
		width: 100%;
		margin-bottom: 15px;
	}
	#main .concept-sec .l-box p .txt-span {
		font-size: 2rem;
		line-height: 1.3;
	}
	#main .concept-sec .l-box p .top {
		font-size: 1.8rem;
		margin-bottom: 17px;
	}
	#main .concept-sec .r-box p {
		padding-right: 0;
		text-align: justify;
		font-size: 1.1rem;
	}
	#main .concept-sec .r-box {
		width: 100%;
	}
	#main .concept-sec .content {
		max-width: inherit;
	}
	#main .news-sec {
		margin-bottom: 116px;
	}
	#main .news-sec .com-ttl-box {
		margin-bottom: 35px;
	}
	#main .news-sec .head-line01 .jp {
		float: right;
		margin-top: 8px;
	}
	#main .add-box {
		margin-top: 40px;
		height: auto;
		background-image: url("../img/index/sp_bg.jpg");
	}
	#main .add-box .info-Sec {
		padding: 35px 0;
	}
	#main .add-box .topTxt {
		padding: 0 10px;
		margin-bottom: 20px;
		text-align: center;
		font-size: 1.2rem;
	}
	#main .add-box .lBox {
		margin-bottom: 20px;
		width: 100%;
		padding: 0;
		float: none;
		text-align: center;
	}
	#main .add-box .lBox .topImg img {
		max-width: 350px;
		width: 100%;
	}
	#main .add-box .lBox .txt {
		margin-top: 15px;
		font-size: 1.2rem;
	}
	#main .add-box .rBox {
		width: 100%;
		float: none;
	}
	#main .add-box .rBox p {
		margin: 0 10px 0 70px;
		font-size: 1.2rem;
		line-height: 2;
	}
}
@media all and (max-width: 374px) {
    #main .concept-sec .txt-box {
        left: 20px;
        right: 20px;
    }
    #main .concept-sec .ttl {
        font-size: 1.8rem;
    }
}
@media all and (max-width: 896px) {
	.com-link {
		position: relative;
		right: 0 !important;
	}
	.com-link:before {
		margin-top: -1px;
		position: absolute;
		left: 0;
		top: 50%;
		width: 20px;
		height: 2px;
		background: #fff;
		content: "";
	}
	.com-link:after {
		margin-top: -1px;
		position: absolute;
		right: 0;
		top: 50%;
		width: 20px;
		height: 2px;
		background: #fff;
		content: "";
	}
}
