@charset "utf-8";

/*** clearfix ***/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.content_header a:hover,
.sec a:hover {
	opacity: 0.75;
} 
.content_header img,
.sec img { display: block; max-width: 100%; height: auto; }
.non_pc { display: none !important; }


/* Content Header **************/
.content_header {
	background: #af3480;
}
.content_header > .inner {
	width: 958px;
	height: 70px;
	margin: 0 auto;
}
.content_header h1 {
	margin: 13px 230px 0 0;
	float: left;
}
.content_header .gmenu {
	float: left;
}
.pc_view .content_header .gmenu {
	display: block !important;
	opacity: 1 !important;
	height: auto !important;
	overflow: visible !important;
}
.content_header .gmenu ul li {
	float: left;
	position: relative;
}
.content_header .gmenu ul li a {
    display: block;
    padding: 20px 20px 19px 20px;
}
.content_header .gmenu ul li a.nolink {
    pointer-events: none;
}
.content_header .gmenu ul li.new::before,
.content_header .gmenu ul li.comingsoon::before {
	display: block;
	content: "";
    position: absolute;
    background: url(../images/2020/icon_new.png) no-repeat center center;
    width: 78px;
    height: 27px;
    background-size: cover;
    left: 50%;
    top: -14px;
    transform: translate(-50%, 0);
}	
.content_header .gmenu ul li.comingsoon::before {
	background-image: url(../images/2020/icon_comingsoon.png);
	width: 100px;
	height: 28px;
}

/* Sec **************/
.sec {
	overflow: hidden;
	width: 100%;
}
.sec h2 {
	padding: 55px 0 0 0;
}
.sec h2 img {
    margin: 0 auto;
}
.sec > .inner {
	padding: 20px 0;
}

/* Visual **************/
.sec.visual {

}
.sec.visual > .inner {
	padding: 20px 0 50px 0;
	height: 398px;
	position: relative;
}
.sec.visual .slider {
    position: absolute;
    width: 2932px;
    left: 50%;
    top: 20px;
    transform: translate(-50%, 0);
	opacity: 0;
}
.sec.visual .slider.show {
	opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: -37px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ece5d7;
    opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #af3480;
}

.sec.visual .slider a {
	display: block;
}
.sec.visual .slider img {
    max-width: none;
}

/* Message **************/
.sec.message {
	background: url(../images/2020/bg_pattern_big.png) repeat center 170px;
    background-color: #f5f2eb;
}
.sec.message > .inner {
	padding-bottom: 160px;
}
.sec.message .img_box {
	background: #fff;
	width: 840px;
	height: 840px;
	border-radius: 840px;
	box-sizing: border-box;
	padding-top: 64px;
	margin: 26px auto 0 auto;
}
.sec.message .img_box img {
    margin: 0 auto;
}

/* Line up **************/
.sec.lineup {
	padding-top: 120px;
	margin-top: -120px;
}
.sec.lineup .bg_inner {
	background: url(../images/2020/bg_pattern_big.png) repeat center -70px;
	background-color: #f5f2eb;
	background-size: 144px 144px;
	padding-top: 130px;
	position: relative;
}
.sec.lineup .bg {
	background: url(../images/2020/bg_lineup.png?v=2) no-repeat center center;
	width: 1540px;
	height: 879px;
	position: absolute;
	top: -120px;
	left: 50%;
	margin-left: -770px;
}
.sec.lineup > .inner {
	padding-top: 50px;
	padding-bottom: 30px;
}
.sec.lineup .box1 {
	width: 958px;
	margin: 0px auto 0 auto;
	padding: 10px 0 60px 0;
}
.sec.lineup .box1 ul  {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec.lineup .box1 ul li {
	margin-top: 50px;
}
.sec.lineup .box1 ul li:nth-child(1) {
	margin-left: 240px;
}
.sec.lineup .box1 ul li:nth-child(-n+2) {
	margin-top: none;
}
.sec.lineup .box1 ul li.last{
	margin-left: 40px;
}
.sec.lineup .box2,
.sec.lineup .box3 {
	border-top: 2px solid #ece5d7;
	width: 958px;
    margin: 0 auto 0 auto;
    padding: 60px 0;
}
.sec.lineup .box2 h3 img,
.sec.lineup .box3 h3 img {
    margin: 0 auto;
}
.sec.lineup .box2 ul,
.sec.lineup .box3 ul  {
	margin-top: 60px;
}
.sec.lineup .box2 ul li,
.sec.lineup .box3 ul li {
	float: left;
}
.sec.lineup .box2 ul li:nth-child(2),
.sec.lineup .box3 ul li:nth-child(2) {
    margin-left: 50px;
}

/* Point **************/
.sec.point {
	background: url(../images/2020/bg_pattern_big.png) repeat center 170px;
    background-color: #f5f2eb;
	position: relative;
}
.sec.point .bg {
	background: url(../images/2020/img_point2.png?v=1) no-repeat center center;
	height: 1815px;
	width: 1087px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -540px;
}
.sec.point > .inner {
	padding-bottom: 110px;
}
.sec.point .img_box img {
	margin: 240px auto 0 auto;
}

/* Recommend **************/
.bg_wrap {
	background: url(../images/2020/bg_pattern_big.png) repeat center -70px;
    background-color: #f5f2eb;
    background-size: 144px 144px;
}
.sec.recommend {
	
}
.sec.recommend .bg {
	background: url(../images/2020/bg_lineup.png?v=1) no-repeat center center;
	width: 1540px;
	height: 879px;
	position: absolute;
	top: -120px;
	left: 50%;
	margin-left: -770px;
}
.sec.recommend > .inner {
	padding-bottom: 90px;
}
.sec.recommend ul  {
	width: 958px;
	margin: 40px auto 0 auto;
}
.sec.recommend ul li {
	float: left;
	margin-left: 14px;
}
.sec.recommend ul li:first-child {
    margin-left: 0;
}

/* Content **************/
.sec.content {
    margin: 0 auto 0 auto;
    border-top: 2px solid #ece5d7;
    width: 960px;
}
.sec.content > .inner {
	padding-bottom: 100px;
}
.sec.content ul  {
	width: 900px;
	margin: 40px auto 0 auto;
}
.sec.content ul li {
	float: left;
	margin: 30px 0 0 30px;
	padding: 10px 10px 25px 10px;
	width: 280px;
	min-height: 488px;
	box-sizing: border-box;
	background: #fff;
}
.sec.content ul.list2 {
	display: none;
}
.sec.content ul li img {

}
.sec.content ul li p {
    padding: 0 5px;
    margin-top: 25px;
    font-size: 14px;
    line-height: 24px;
}
.sec.content ul li:nth-child(-n+3) {
    margin-top: 0;
}
.sec.content ul li:nth-child(3n-2) {
    margin-left: 0;
    clear: both;
}
.sec.content .bt_open,
.sec.content .bt_close {
    display: none;
    width: 280px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border-radius: 100px;
    margin: 70px auto 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #af3480;
}
.sec.content .bt_open:hover,
.sec.content .bt_close:hover {
    background: #af3480;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.sec.content .bt_open.show,
.sec.content .bt_close.show {
	display: block;
}



/* Recipe Winter **************/
.sec.recipe {

}
.sec.recipe > .inner {
	width: 960px;
	margin: 50px auto 80px auto;
	padding-bottom: 50px;
	padding-top: 0;
	position: relative;
}
.sec.recipe > .inner::before {
    display: block;
    content: "";
    position: absolute;
	background: url(../images/2020/img_recipe2_2_footer.png) repeat center bottom;
	width: 100%;
	height: 100px;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.sec.recipe .tab_box {
	background: url(../images/2020/img_recipe2_2.jpg) no-repeat center top;
	padding: 5px 0 10px 0;
}
.sec.recipe .tab_box .tab {
    text-align: center;
    padding-bottom: 15px;
    padding-left: 12px;
    position: relative;
    z-index: 200;
}
.sec.recipe .tab_box .tab a {
	display: inline-block;
	position: relative;
	margin: 0 8px;
}

.sec.recipe .tab_box .tab_body {
	background: url(../images/2020/img_recipe2_2.jpg) repeat center 574px;
	position: relative;
	z-index: 2000;
}
.sec.recipe .tab_box .tab_body > div {
	display: none;
	padding: 0 0 0 0;
	/* height: 356px; */
}
.sec.recipe .tab_box .tab_body > div.active {
    display: block;
}
.sec.recipe .tab_box .tab_body > div img {
    margin: 0 auto;
}

/* Recipe Summer **************/
/*
.sec.recipe {

}
.sec.recipe > .inner {
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 80px;
}
.sec.recipe .tab_box {
	background: url(../images/2020/img_recipe2.jpg) no-repeat center top;
	padding: 610px 0 0 0;
	border-bottom: 21px solid #abdae0;
}
.sec.recipe .tab_box .tab {
    text-align: center;
    margin-bottom: 40px;
}
.sec.recipe .tab_box .tab a {
	display: inline-block;
	position: relative;
	margin: 0 15px;
}
.sec.recipe .tab_box .tab a.active::before {
    position: absolute;
    display: block;
    content: "";
    width: 126px;
    height: 1px;
    background: #660000;
    bottom: -10px;
    left: 50%;
    margin-left: -63px;
}
.sec.recipe .tab_box .tab_body {
	background: url(../images/2020/bg_recipe.png) repeat center 4px;
	margin-top: -10px;
}
.sec.recipe .tab_box .tab_body > div {
	display: none;
	padding: 0 0 0 0;
	height: 356px;
}
.sec.recipe .tab_box .tab_body > div.active {
    display: block;
}
.sec.recipe .tab_box .tab_body > div img {
    margin: 0 auto;
}
*/

/**************************************************************/
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {

.non_pc { display: block !important; }
.non_sp { display: none !important; }

#Cont {
	padding-top: 45px;
	padding-bottom: 30px;
}

/* Content Header **************/
.content_header {
	background: #af3480;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}
.content_header.fixed {
    position: fixed;
}
.content_header > .inner {
	width: auto;
	height: 45px;
	margin: 0 auto;
}
.content_header h1 {
	margin: 8px 0 0 10px;
	float: left;
	width: 85px;
	box-sizing: border-box;
}
.content_header .bt_menu {
	float: right;
	display: block;
	height: 45px;
	width: 45px;
	padding: 8px 0 0 8px;
	box-sizing: border-box;
	margin-right: 5px;
}
.content_header .bt_menu img {
	width: 30px;
}
.content_header .bt_menu img + img {
    display: none;
}
.content_header.open .bt_menu img {
	display: none;
}
.content_header.open .bt_menu img + img {
    display: block;
}
.content_header .gmenu {
	display: none;
	float: none;
	position: absolute;
	top: 44px;
	width: 100%;
	background: #af3480;
	height: 1000px;
}
.content_header .gmenu ul {
	margin-top: 10px;
}
.content_header .gmenu ul li {
	float: none;
	padding:0 15px;
}
.content_header .gmenu ul li.new::before,
.content_header .gmenu ul li.comingsoon::before {
	display: block;
	content: "";
	position: absolute;
	background: url(../images/2020/icon_new_sp.png) no-repeat center center;
	width: 78px;
	height: 24px;
	background-size: cover;
	left: auto;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
}	
.content_header .gmenu ul li.comingsoon::before {
	background-image: url(../images/2020/icon_comingsoon_sp.png);
	width: 100px;
	height: 24px;
}
.content_header .gmenu ul li a {
    display: block;
    padding: 18px 0;
    border-bottom: 1px solid #d799bf;
}
.content_header .gmenu ul li a img {
    height: 15px;
}
/* Sec **************/
.sec {
	overflow: hidden;
	width: 100%;
}
.sec h2 {
	padding: 23px 0 0 0;
	position: relative;
	z-index: 100;
}
.sec h2 img {
    margin: 0 auto;
}
.sec > .inner {
	padding: 20px 0;
}

/* Visual **************/
.sec.visual > .inner {
	padding: 0 0 40px 0;
	height: auto;
	position: relative;
}
.sec.visual .slider {
    position: relative;
    width: auto;
    left: auto;
    top: auto;
    transform: none;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: -31px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ece5d7;
    opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #af3480;
}

.sec.visual .slider img {
    max-width: 100%;
}

/* Message **************/
.sec.message {
	background: url(../images/2020/bg_pattern_big.png) repeat center 83px;
	background-size: 760px;
	background-color: #f5f2eb;
}
.sec.message > .inner {
	padding-bottom: 90px;
}
.sec.message h2 img {
    width: 130px;
}
.sec.message .img_box {
	background: #fff;
	width: 760px;
	height: 760px;
	border-radius: 840px;
	box-sizing: border-box;
	padding-top: 40px;
	margin: 2px auto 0 auto;
	position: relative;
	left: 50%;
	margin-left: -380px;
}
.sec.message .img_box img {
    margin: 0 auto;
    max-width: 311px;
}

/* Line up **************/
.sec.lineup {
	padding-top: 130px;
	margin-top: -150px;
}
.sec.lineup .bg_inner {
	background: url(../images/2020/bg_pattern.png) repeat center -40px;
	background-color: #f5f2eb;
	background-size: 72px 72px;
	padding-top: 80px;
	padding-bottom: 20px;
	position: relative;
}
.sec.lineup .bg {
	background: url(../images/2020/bg_lineup_sp.png) no-repeat center center;
	background-size: cover;
	width: 405px;
	height: 308px;
	position: absolute;
	top: -90px;
	left: 50%;
	margin-left: -204px;
}
.sec.lineup > .inner {
	padding-top: 50px;
	padding-bottom: 30px;
}
.sec.lineup h2 img {
	width: 280px;
}
.sec.lineup .box1 {
	width: 316px;
	margin: 33px auto 0 auto;
	padding: 0 0 30px 0;
}
.sec.lineup .box1 ul  {margin-top: 0;display: block;}
.sec.lineup .box1 ul li {
	float: none;
	margin: 30px 0 0 0 !important;
}
.sec.lineup .box1 ul li:nth-child(1) {
    margin-top: 0 !important;
}
.sec.lineup .box2,
.sec.lineup .box3 {
	border-top: 1px solid #ece5d7;
	max-width: 330px;
	margin: 0 auto 0 auto;
	width: 90%;
	padding: 30px 0;
}
.sec.lineup .box2 h3 img {
	width: 320px;
}
.sec.lineup .box3 h3 img {
	width: 250px;
}
.sec.lineup .box2 ul,
.sec.lineup .box3 ul  {
	margin: 30px auto 0 auto;
	max-width: 315px;
}
.sec.lineup .box2 ul li,
.sec.lineup .box3 ul li {
	float: none;
}
.sec.lineup .box2 ul li:nth-child(2),
.sec.lineup .box3 ul li:nth-child(2) {
    margin-left: 0;
    margin-top: 30px;
}

/* Point **************/
.sec.point {
	background: url(../images/2020/bg_pattern_big.png) repeat center 90px;
	background-size: 420px auto;
	background-color: #f5f2eb;
	position: relative;
}
.sec.point .bg {
	background: url(../images/2020/img_point2_sp.png?v=1) no-repeat center center;
	width: 498px;
	height: 1454px;
	background-size: cover;
	position: absolute;
	top: 28px;
	left: 50%;
	margin-left: -233px;
}
.sec.point > .inner {
	padding-bottom: 80px;
}
.sec.point h2 img {
	max-width: 326px;
	width: 94%;
}
.sec.point .img_box img {
	margin: 110px auto 0 auto;
	width: 315px;
}
@media screen and (max-width: 374px) {
	.sec.point .bg {
		width: 461px;
		height: 1344px;
		margin-left: -213px;
	}
}

/* Recommend **************/
.bg_wrap {
	background: url(../images/2020/bg_pattern.png) repeat center -40px;
	background-color: #f5f2eb;
	background-size: 72px 72px;
}
.sec.recommend {
	
}
.sec.recommend .bg {
	background: url(../images/2020/bg_lineup.png) no-repeat center center;
	width: 1540px;
	height: 879px;
	position: absolute;
	top: -120px;
	left: 50%;
	margin-left: -770px;
}
.sec.recommend > .inner {
	padding-bottom: 30px;
}
.sec.recommend h2 img {
    width: 295px;
}
.sec.recommend ul  {
	width: 248px;
	margin: 20px auto 0 auto;
}
.sec.recommend ul li {
	float: none;
	margin-top: 34px;
	margin-left: 0;
}
.sec.recommend ul li:first-child {
    margin-top: 0;
}

/* Content **************/
.sec.content {
    margin: 0 auto 0 auto;
    border-top: 2px solid #ece5d7;
    max-width: 356px;
    width: 90%;
    min-width: 320px;
}
.sec.content > .inner {
	padding-bottom: 70px;
}
.sec.content h2 img {
	width: 311px;
}
.sec.content ul  {
	width: 356px;
	margin: 20px 0 0 0;
}
.sec.content ul li {
	float: left;
	margin: 12px 0 0 12px;
	width: 172px;
	padding: 5px 5px 15px 5px;
	min-height: 368px;
}
.sec.content ul li p {
    font-size: 10.5px;
    line-height: 18px;
    margin-top: 15px;
}
.sec.content ul li:nth-child(-n+3) {
    margin-top: 12px;
}
.sec.content ul li:nth-child(3n-2) {
    margin-left: 12px;
    clear: none;
}
.sec.content ul li:nth-child(-n+2) {
    margin-top: 0;
}
.sec.content ul li:nth-child(2n-1) {
    margin-left: 0;
    clear: both;
}
.sec.content .bt_open,
.sec.content .bt_close {
    width: 240px;
    line-height: 45px;
    font-size: 14px;
    margin-top: 40px;
}
.sec.content .bt_open:hover,
.sec.content .bt_close:hover {
    background: #fff;
    color: #af3480;
}
@media screen and (max-width: 374px) {
	.sec.content ul  {
		width: 310px;
		margin: 20px auto 0 auto;
	}
	.sec.content ul li {
		float: left;
		margin: 8px 0 0 8px;
		width: 151px;
	}
	.sec.content ul li:nth-child(-n+3) {
		margin-top: 8px;
	}
	.sec.content ul li:nth-child(3n-2) {
		margin-left: 8px;
	}
	.sec.content ul li:nth-child(-n+2) {
		margin-top: 0;
	}
	.sec.content ul li:nth-child(2n-1) {
		margin-left: 0;
	}
}
/* Recipe Winter **************/

.sec.recipe {margin-bottom: 20px;}
.sec.recipe > .inner {
	width: auto;
	margin: 30px auto 0 auto;
	padding-bottom: 11px;
}
.sec.recipe > .inner::before {
    display: block;
    content: "";
    position: absolute;
    background: url(../images/2020/img_recipe2_2_footer_sp.png) repeat center bottom;
    background-size: 100% auto;
    background-size: 100% auto;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.sec.recipe h2 img {
	width: 111px;
}
.sec.recipe .tab_box {
	background: url(../images/2020/img_recipe2_2_sp.jpg) repeat center 0px;
	background-size: 100% auto;
	padding: 0px 0 10px 0;
}
.sec.recipe .tab_box .tab {
    text-align: center;
    margin: 0;
    padding-left: 0;
}
.sec.recipe .tab_box .tab a {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 83%;
	left: 0.7%;
}
.sec.recipe .tab_box .tab a:hover {
    opacity: 1;
}
.sec.recipe .tab_box .tab a:nth-child(3),
.sec.recipe .tab_box .tab a:nth-child(5) {
	margin-top: 20px;
}
.sec.recipe .tab_box .tab a.active::before {
    display: none;
}
.sec.recipe .tab_box .tab a + div {
	display: none;
	width: 90%;
	margin: 17px auto 0 auto;
}
.sec.recipe .tab_box .tab_body > div {
	display: none;
	background: url(../images/2020/bg_recipe.jpg) no-repeat center bottom;
	padding: 23px 0 0 0;
	height: 380px;
}
.sec.recipe .tab_box .tab_body > div.active {
    display: block;
}
.sec.recipe .tab_box .tab_body > div img {
    margin: 0 auto;
}	

/* Recipe Summer **************/
/*
.sec.recipe {

}
.sec.recipe > .inner {
	width: auto;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 0;
}
.sec.recipe h2 img {
	width: 111px;
}
.sec.recipe .tab_box {
	background: url(../images/2020/bg_recipe_pattern.png) repeat center 10px;
	background-size: 100% auto;
	padding: 0px 0 40px 0;
	margin-top: -10px;
	border-bottom: 10px solid #abdae0;
}
.sec.recipe .tab_box .tab {
    text-align: center;
    margin: 0;
}
.sec.recipe .tab_box .tab a {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 84%;
}
.sec.recipe .tab_box .tab a:nth-child(3),
.sec.recipe .tab_box .tab a:nth-child(5) {
	margin-top: 30px;
}
.sec.recipe .tab_box .tab a.active::before {
    display: none;
}
.sec.recipe .tab_box .tab a + div {
	display: none;
    width: 90%;
    margin: 20px auto 0 auto;
}
.sec.recipe .tab_box .tab_body > div {
	display: none;
	background: url(../images/2020/bg_recipe.jpg) no-repeat center bottom;
	padding: 23px 0 0 0;
	height: 380px;
}
.sec.recipe .tab_box .tab_body > div.active {
    display: block;
}
.sec.recipe .tab_box .tab_body > div img {
    margin: 0 auto;
}	
*/
}