@charset "UTF-8";


/* ----------------------------------------------------
 mv
---------------------------------------------------- */
.mv {
	position: relative;
}

.mv .icon {
	width: 17%;
	height: auto;
	position: absolute;
	top: 7.6%;
	left: 3%;
}

.mv .icon2 {
	width: 6.73%;
	height: auto;
	position: absolute;
	top: 6%;
	left: 21%;
}


@media screen and (max-width: 768px) {
	.mv .icon {
		width: 36%;
		top: 4%;
	}
	.mv .icon2 {
		width: 17%;
		top: 2%;
		left: 42%;
	}
}

/* ----------------------------------------------------
 navigation_pc
---------------------------------------------------- */
.navigation_pc {
	background: #79c4d1;
	padding: 30px 0;
	position: sticky;
	top: 0;
	z-index: 1000;
}
.navigation_pc::before,
.navigation_pc::after {
	content: '';
	width: 180px;
	height: 100%;
	position: absolute;
	top: 0;
}
.navigation_pc::before {
	background: url(../img/menu_Limg.webp) no-repeat;
	background-size: 100%;
	left: 0;
}
.navigation_pc::after {
	background: url(../img/menu_Rimg.webp) no-repeat;
	background-size: 100%;
	right: 0;
}

.navigation_pc ul {
	max-width: 990px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
}

.navigation_pc ul li {
	padding: 0;
}
.navigation_pc ul li::before {
	content: '｜';
	color: #fff;
	font-size: 37px;
	vertical-align: sub;
	padding: 0 10px;
}
.navigation_pc ul li:nth-of-type(3)::after,
.navigation_pc ul li:nth-of-type(6)::after {
	content: '｜';
	color: #fff;
	font-size: 37px;
	vertical-align: sub;
	padding: 0 10px;
}

.navigation_pc ul li a {
	color: #fff;
	font-family: var(--gothic);
	font-weight: 600;
	font-size: 25px;
}

body.is-safari .navigation_pc ul {
	max-width: 1000px;
}

@media screen and (max-width: 768px) {
	.navigation_pc {
		display: none;
	}
}


/* ----------------------------------------------------
 fair-concept
---------------------------------------------------- */
.fair-concept {
	background: url(../img/bg_fair-concept.webp) no-repeat;
	background-size: 100%;
	padding: 130px 0 101px;
	position: relative;
}
.fair-concept::before {
	content: '';
	width: 5px;
	height: 120px;
	background: #3e3a39;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}

.fair-concept h2 {
	font-size: 60px;
	font-weight: 500;
	text-align: center;
}

.fair-concept h3 {
	font-size: 35px;
	font-weight: 500;
	text-align: center;
	padding-top: 104px;
}

.fair-concept h3 span {
	font-size: 40px;
}

.fair-concept p {
	font-size: 23px;
	text-align: center;
	line-height: 1.8;
	padding-top: 30px;
}

.fair-concept .img_map {
	max-width: 1000px;
	width: 100%;
	margin: 50px auto 0;
}

.fair-concept a.btn {
	margin-top: 60px;
}

.fair-concept .img {
	max-width: 1000px;
	width: 100%;
	margin: 70px auto 0;
}

@media screen and (max-width: 768px) {
	.fair-concept {
		background: url(../img/bg_fair-concept_sp.webp) no-repeat;
		background-size: 110%;
		padding: 50px 0;
	}
	.fair-concept::before {
		width: 3px;
		height: 40px;
	}
	.fair-concept h2 {
		font-size: 30px;
	}
	.fair-concept h3 {
		font-size: 22px;
		padding-top: 34px;
	}
	.fair-concept h3 span {
		font-size: 25px;
	}
	.fair-concept p {
		font-size: 18px;
		padding: 30px 40px 0;
		text-align: justify;
	}
	.fair-concept .img_map {
		margin: 30px auto 0;
		overflow: hidden;
	}
	.fair-concept .img_map img {
		width: 127%;
	}
	.fair-concept a.btn {
		margin-top: 30px;
	}
	.fair-concept .img {
		width: 90%;
		margin: 50px auto 0;
	}
}


/* ----------------------------------------------------
 pick-up-menu
---------------------------------------------------- */
.pick-up-menu {
	padding: 130px 0 101px;
	position: relative;
}
.pick-up-menu::before {
	content: '';
	width: 5px;
	height: 120px;
	background: #3e3a39;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}

.pick-up-menu h2 {
	font-size: 60px;
	font-weight: 500;
	text-align: center;
}

.pick-up-menu p {
	font-size: 23px;
	text-align: center;
	line-height: 1.8;
	padding-top: 104px;
}

.pick-up-menu .slide {
	margin-top: 104px;
}

.pick-up-menu .area_btn {
	display: flex;
	justify-content: center;
	margin-top: 151px;
}

.pick-up-menu .area_btn a.btn {
	margin: 0 15px;
}

@media screen and (max-width: 768px) {
	.pick-up-menu {
		padding: 50px 0;
	}
	.pick-up-menu::before {
		width: 3px;
		height: 40px;
	}
	.pick-up-menu h2 {
		font-size: 30px;
	}
	.pick-up-menu p {
		font-size: 18px;
		padding-top: 34px;
	}
	.pick-up-menu .slide {
		margin-top: 50px;
	}
	.pick-up-menu .area_btn {
		display: block;
		margin-top: 50px;
	}
	.pick-up-menu .area_btn a.btn {
		margin: 10px auto 20px;
	}
}


/* ----------------------------------------------------
 special
---------------------------------------------------- */
.special {
	background: url(../img/bg_special.webp) no-repeat;
	background-size: 100%;
	padding: 130px 0 101px;
	position: relative;
}
.special::before {
	content: '';
	width: 5px;
	height: 120px;
	background: #3e3a39;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}

.special h2 {
	font-size: 60px;
	font-weight: 500;
	text-align: center;
}

.special .contents {
	background: #fff;
	max-width: 1000px;
	margin: 92px auto 20px;
	padding-top: 103px;
}

.special .contents h3 {
	color: #51b1bf;
	font-size: 40px;
	font-weight: 500;
	text-align: center;
}

.special .contents h3 span {
	font-size: 50px;
}

.special .contents h4 {
	font-size: 25px;
	text-align: center;
	margin-top: 30px;
}

.special .contents p.text {
	font-family: var(--gothic);
	font-size: 18px;
	text-align: center;
	line-height: 1.8;
	margin-top: 40px;
}

.special .contents .merchandise {
	margin-top: 20px;
	text-align: center;
}
.special .contents .merchandise:nth-of-type(2) {
	margin-top: 40px;
} 

.special .contents .merchandise p {
	font-family: var(--gothic);
	font-size: 20px;
	margin-bottom: 0;
}

.special .contents .merchandise p:nth-of-type(1) {
	display: inline-block;
	color: #fff;
	background: #51b1bf;
	padding: 0 10px;
}

.special .contents .img {
	max-width: 815px;
	margin: 96px auto 0;
}

.special .contents a.btn {
	margin: 65px auto 55px;
}

@media screen and (max-width: 768px) {
	.special {
		background: url(../img/bg_special_sp.webp) no-repeat;
		background-size: 110%;
		padding: 50px 0;
	}
	.special::before {
		width: 3px;
		height: 40px;
	}
	.special h2 {
		font-size: 30px;
	}
	.special .contents {
		width: 94%;
		margin: 20px auto;
		padding-top: 40px;
	}
	.special .contents h3 {
		font-size: 22px;
	}
	.special .contents h3 span {
		font-size: 25px;
	}
	.special .contents h4 {
		font-size: 22px;
		margin-top: 20px;
	}
	.special .contents h4:nth-of-type(2) {
		margin-top: 10px;
	}
	.special .contents p.text {
		width: 80%;
		text-align: justify;
		margin: 40px auto 0;
	}
	.special .contents .merchandise {
		margin-top: 40px;
	}
	.special .contents .merchandise:nth-of-type(2) {
		margin-top: 20px;
	}
	.special .contents .merchandise p {
		font-size: 18px;
	}
	.special .contents .img {
		width: 85%;
		margin: 40px auto 0;
	}
	.special .contents a.btn {
		margin: 35px auto;
	}
}


/* ----------------------------------------------------
 area_sponsor
---------------------------------------------------- */
.area_sponsor {
	max-width: 951px;
	margin: 99px auto 96px;
}

.area_sponsor .box {
	text-align: center;
}
.area_sponsor .box:nth-of-type(1) {
	max-width: 565px;
	margin: 0 auto;
}
.area_sponsor .box:nth-of-type(2) {
	margin-top: 69px;
}

.area_sponsor .box p {
	font-family: var(--gothic);
	font-size: 24.75px;
	font-weight: 500;
	margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
	.area_sponsor {
		margin: 50px auto;
	}
	.area_sponsor .box:nth-of-type(1) {
		width: 75%;
	}
	.area_sponsor .box:nth-of-type(2) {
		width: 67%;
		margin: 0 auto;
		margin-top: 40px;
	}
	.area_sponsor .box p {
		font-size: 18px;
		margin-bottom: 10px;
	}
}


/* ----------------------------------------------------
 message
---------------------------------------------------- */
.message {
	position: relative;
}
.message::after {
	content: '';
	background: url(../img/message_item01.webp) no-repeat;
	background-size: 100%;
	width: 40%;
	height: 100%;
	position: absolute;
	top: -30px;
	right: 0;
}

.message .contents {
	max-width: 1000px;
	margin: 0 auto ;
	padding-top: 150px;
	position: relative;
	z-index: 100;
}

.message .contents .box {
	display: flex;
	justify-content: space-between;
	padding-bottom: 102px;
}

.message .contents .box .img {
	width: 25%;
	position: relative;
}
.message .contents .box .img::before {
	content: '';
	background: url(../img/message_item02.webp) no-repeat;
	background-size: 100%;
	width: 550px;
	height: 550px;
	position: absolute;
	top: -180px;
	left: -170px;
	z-index: -10;
}

.message .contents .box .img p {
	font-size: 20px;
}

.message .contents .box .img p span {
	font-size: 23px;
}

@media screen and (max-width: 955px) {
	.message .contents .box .img p {
		font-size: 18px;
	}
	.message .contents .box .img p span {
		font-size: 21px;
	}
}
@media screen and (max-width: 873px) {
	.message .contents .box .img p {
		font-size: 16px;
	}
	.message .contents .box .img p span {
		font-size: 19px;
	}
}
@media screen and (max-width: 787px) {
	.message .contents .box .img p {
		font-size: 14px;
	}
	.message .contents .box .img p span {
		font-size: 17px;
	}
}

.message .contents .box .R-img {
	order: 2;
}

.message .contents .box .text {
	width: 70%;
}

.message .contents .box .text h2 {
	font-size: 30px;	
}

.message .contents .box .text p {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 30px;
}

.message .contents .box .text a.btn {
	background: #fff;
	border: 1px solid #00B2C1;
	color: #00B2C1;
}
.message .contents .box .text a.btn::after {
	background: url(../img/arrow_btn2.svg) no-repeat;
	background-size: 100%;
}

@media screen and (max-width: 768px) {
	.message {
		overflow: hidden;
	}
	.message::after {
		width: 50%;
		height: 6%;
		z-index: 100;
	}
	.message .contents {
		width: 90%;
		padding-top: 90px;
	}
	.message .contents .box {
		display: block;
		padding-bottom: 102px;
	}
	.message .contents .box .img {
		width: 70%;
		margin: 0 auto;
	}
	.message .contents .box .img p {
		font-size: 16px;
		text-align: center;
	}
	.message .contents .box .img p span {
		font-size: 18px;
	}
	.message .contents .box .text {
		width: 80%;
		margin: 30px auto 0;
	}
	.message .contents .box .text h2 {
		font-size: 20px;	
	}
	.message .contents .box .text p {
		text-align: justify;
	}
}


/* ----------------------------------------------------
 producer
---------------------------------------------------- */
.producer {
	background: url(../img/bg_producer.webp);
	background-size: contain;
	padding: 130px 0 101px;
	position: relative;
}
.producer::before {
	content: '';
	width: 5px;
	height: 120px;
	background: #3e3a39;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}

.producer h2 {
	font-size: 60px;
	font-weight: 500;
	text-align: center;
}

.producer .contents {
	max-width: 1000px;
	margin: 0 auto;
	padding: 106px 0;
}

.producer .contents .box {
	margin-bottom: 53px;
}

.producer .contents .box h3 {
	background: #51b1bf;
	color: #fff;
	font-size: 25px;
	padding: 10px 0 10px 30px;
}

.producer .contents .box h3 span {
	font-size: 20px;
}

.producer .contents .box .wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.producer .contents .box .wrap .img {
	width: 35%;
}

.producer .contents .box .wrap .img .slide2 .slick-slide {
	margin: 0;
}

.producer .contents .box .wrap .img .slide2 .slick-dots {
	bottom: -30px;
}

.producer .contents .box .wrap .img .slide2 .slick-dots li {
	width: 40px;
}

.producer .contents .box .wrap .img .slide2 .slick-dots li button:before {
	font-size: 15px;
}
.producer .contents .box .wrap .img .slide2 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #51b1bf;
}

.producer .contents .box .wrap .text {
	width: 60%;
}

.producer .contents .box .wrap .text h4 {
	font-size: 22px;
}

.producer .contents .box .wrap .text p {
	font-size: 17px;
}

.producer .contents .box .wrap .text ul,
.producer .contents .box .wrap .text .lyt-note{
	display: flex;
	align-items: center;
	background: #fff;
	border: 1px solid #51b1bf;
	color: #51b1bf;
	font-family: var(--gothic);
	margin-top: 20px;
	padding: 5px 0 5px 10px;
}
.producer .contents .box .wrap .text .lyt-note{
	font-size: 14px;
	padding: 5px 10px;
}

.producer .contents .box .wrap .text ul li:first-child {
	font-size: 19px;
}
.producer .contents .box .wrap .text ul li:last-child {
	font-size: 15px;
	margin-left: 20px;
}

.producer .contents .box .wrap .text a.btn {
	background: #fff;
	border: 1px solid #00B2C1;
	color: #00B2C1;
	margin-top: 40px;
}
.producer .contents .box .wrap .text a.btn::after {
	background: url(../img/arrow_btn2.svg) no-repeat;
	background-size: 100%;
}

@media screen and (max-width: 768px) {
	.producer {
		background: url(../img/bg_producer_sp.webp);
		padding: 50px 0;
	}
	.producer::before {
		width: 3px;
		height: 40px;
	}
	.producer h2 {
		font-size: 30px;
	}
	.producer .contents {
		width: 90%;
		margin: 0 auto;
		padding: 50px 0 0;
	}
	.producer .contents .box {
		margin-bottom: 53px;
	}
	.producer .contents .box:last-child {
		margin-bottom: 0;
	}
	.producer .contents .box h3 {
		font-size: 20px;
		padding: 5px;
		text-align: center;
	}
	.producer .contents .box h3 span {
		font-size: 15px;
	}
	.producer .contents .box .wrap {
		display: block;
	}
	.producer .contents .box .wrap .img {
		width: 90%;
		margin: 0 auto;
	}
	.producer .contents .box .wrap .img .slide2 .slick-dots li:nth-of-type(2) {
		width: auto;
	}
	.producer .contents .box .wrap .text {
		width: 90%;
		margin: 0 auto;
		padding-top: 20px;
	}
	.producer .contents .box .wrap .text h4 {
		font-size: 18px;
	}
	.producer .contents .box .wrap .text p {
		font-size: 15px;
	}
	.producer .contents .box .wrap .text ul,
	.producer .contents .box .wrap .text .lyt-note {
		display: block;
	}
	.producer .contents .box .wrap .text ul li:last-child {
		font-size: 16px;
		margin-left: 0;
	}
	.producer .contents .box .wrap .text a.btn {
		width: 100%;
		margin-top: 30px;
	}
}

/* ----------------------------------------------------
 fair-menu
---------------------------------------------------- */
.fair-menu {
	padding: 130px 0 199px;
	position: relative;
}
.fair-menu::before {
	content: '';
	width: 5px;
	height: 120px;
	background: #3e3a39;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}

.fair-menu h2 {
	font-size: 60px;
	font-weight: 500;
	text-align: center;
}

.fair-menu .contents {
	max-width: 1000px;
	margin: 95px auto 0;
}

.fair-menu .contents h3 {
	font-size: 25px;
	line-height: 1.2;
	padding: 5px 0 5px 30px;
	position: relative;
}
.fair-menu .contents h3::before {
	content: '';
	background: #3e3a39;
	width: 14px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
}

.fair-menu .contents h3 span {
	font-size: 20px;
}

.fair-menu .contents .slide3 {
	margin-top: 26px;
}

.fair-menu .contents .slide3 .slick-slide {
	margin: 0;
}

.fair-menu .contents .slide3 .slick-prev,
.fair-menu .contents .slide3 .slick-next {
	width: 28px;
	height: 44px;
	top: 43%;
}

.fair-menu .contents .slide3 .slick-prev {
	left: -60px;
}
.fair-menu .contents .slide3 .slick-prev:before {
	content: '';
	background: url(../img/arrow_slideL-btn.svg) no-repeat;
	background-size: 100%;
	width: 28px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 0;
}

.fair-menu .contents .slide3 .slick-next {
	right: -60px;
}
.fair-menu .contents .slide3 .slick-next:before {
	content: '';
	background: url(../img/arrow_slideR-btn.svg) no-repeat;
	background-size: 100%;
	width: 28px;
	height: 44px;
	position: absolute;
	top: 0;
	right: 0;
}

.fair-menu .contents .slide3 p {
	font-size: 22px;
	text-align: center;
	padding-top: 52px;
}

.fair-menu .slide3-auto {
	margin-top: 55px;
}

.fair-menu .slide3-auto .slick-slide {
	margin: 0;
}

.fair-menu a.btn {
	background: #fff;
	border: 1px solid #00B2C1;
	color: #00B2C1;
	margin-top: 49px;
}
.fair-menu a.btn::after {
	background: url(../img/arrow_btn2.svg) no-repeat;
	background-size: 100%;
}

.fair-menu .box2 {
	padding-top: 50px;
}

.fair-menu .box2 .area_btn {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.fair-menu .box2 .area_btn a.btn {
	width: 323px;
	text-align: center;
}

.fair-menu .box3 {
	background: url(../img/bg_fairmenu.webp);
	background-size: auto;
	margin-top: 120px;
	padding: 30px 0 150px;
}

.fair-menu .box4 .area_btn {
	max-width: 660px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.fair-menu .box4 .area_btn a.btn {
	width: 323px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.fair-menu {
		padding: 50px 0;
	}
	.fair-menu::before {
		width: 3px;
		height: 40px;
	}
	.fair-menu h2 {
		font-size: 30px;
	}
	.fair-menu .contents {
		width: 80%;
		margin: 50px auto 0;
	}
	.fair-menu .contents h3 {
		font-size: 15px;
		padding: 5px 0 5px 20px;
	}
	.fair-menu .contents h3::before {
		width: 8px;
		height: 43px;
	}
	.fair-menu .box2 .contents h3 {
		letter-spacing: -1px;
	}
	.fair-menu .box2 .contents h3 span {
		letter-spacing: normal;
	}
	.fair-menu .box2 .contents h3::before {
		width: 8px;
		height: 63px;
	}
	.fair-menu .contents h3 span {
		font-size: 13px;
	}
	.fair-menu .contents .slide3 .slick-prev,
	.fair-menu .contents .slide3 .slick-next {
		width: 14px;
		height: 22px;
		top: 36%;
	}
	.fair-menu .contents .slide3 .slick-prev {
		left: -25px;
	}
	.fair-menu .contents .slide3 .slick-prev:before {
		width: 14px;
		height: 22px;
	}
	.fair-menu .contents .slide3 .slick-next {
		right: -25px;
	}
	.fair-menu .contents .slide3 .slick-next:before {
		width: 14px;
		height: 22px;
	}
	.fair-menu .contents .slide3 p {
		font-size: 14px;
		padding-top: 15px;
	}
	.fair-menu .slide3-auto {
		margin-top: 25px;
	}
	.fair-menu .slide3-auto .slick-slide {
		margin: 0;
	}
	.fair-menu .box2 {
		padding-top: 50px;
	}
	.fair-menu .box2 .area_btn {
		display: block;
	}
	.fair-menu .box2 .area_btn a.btn {
		width: 270px;
	}
	.fair-menu .box2 .area_btn a.btn:nth-of-type(2),
	.fair-menu .box2 .area_btn a.btn:nth-of-type(3) {
		margin-top: 20px;
	}
	.fair-menu .box3 {
		background: url(../img/bg_fairmenu.webp);
		background-size: cover;
		margin-top: 70px;
		padding: 30px 0 50px;
	}
	.fair-menu .box4 .area_btn {
		display: block;
	}

	.fair-menu .box4 .area_btn a.btn {
		width: 270px;
	}
	.fair-menu .box4 .area_btn a.btn:nth-of-type(2) {
		margin-top: 20px;
	}
}

/* ----------------------------------------------------
 recommended
---------------------------------------------------- */
.recommended {
	padding: 130px 0 100px;
	position: relative;
}
.recommended::before {
	content: '';
	width: 5px;
	height: 120px;
	background: #3e3a39;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}

.recommended h2 {
	font-size: 60px;
	font-weight: 500;
	text-align: center;
}

.recommended .box5 {
	background: url(../img/bg_reco-gift.webp) no-repeat;
	background-size: 100%;
}

.recommended .box5 .contents2 {
	max-width: 1000px;
	margin: 100px auto 0;
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.recommended .box5 .contents2 .img {
	width: 25%;
}

.recommended .box5 .contents2 .text {
	width: 72%;
}

.recommended .box5 .contents2 .text h3 {
	font-family: var(--gothic);
	font-size: 20px;
	font-weight: 500;
}

.recommended .box5 .contents2 .text h3 span {
	font-size: 25px;
}

.recommended .box5 .contents2 .text p {
	font-size: 18px;
	padding-top: 15px;
	line-height: 1.6;
}

.recommended .contents {
	max-width: 1000px;
	margin: 95px auto 0;
}

.recommended .contents h3 {
	font-size: 25px;
	line-height: 1.2;
	padding: 5px 0 5px 30px;
	position: relative;
}
.recommended .contents h3::before {
	content: '';
	background: #3e3a39;
	width: 14px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
}

.recommended .contents h3 span {
	font-size: 20px;
}

.recommended .box .contents h3::after {
	content: '';
	background: url(../img/reco-gift_logo_img01.webp) no-repeat;
	background-size: 100%;
	width: 150px;
	height: 91px;
	position: absolute;
	top: -10px;
	right: 0;
}
.recommended .box2 .contents h3::after {
	content: '';
	background: url(../img/reco-gift_logo_img02.webp) no-repeat;
	background-size: 100%;
	width: 150px;
	height: 91px;
	position: absolute;
	top: -10px;
	right: 0;
}

.recommended .contents .slide3 {
	margin-top: 26px;
}

.recommended .contents .slide3 .slick-slide {
	margin: 0;
}

.recommended .contents .slide3 .slick-prev,
.recommended .contents .slide3 .slick-next {
	width: 28px;
	height: 44px;
	top: 43%;
}

.recommended .contents .slide3 .slick-prev {
	left: -60px;
}
.recommended .contents .slide3 .slick-prev:before {
	content: '';
	background: url(../img/arrow_slideL-btn.svg) no-repeat;
	background-size: 100%;
	width: 28px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 0;
}

.recommended .contents .slide3 .slick-next {
	right: -60px;
}
.recommended .contents .slide3 .slick-next:before {
	content: '';
	background: url(../img/arrow_slideR-btn.svg) no-repeat;
	background-size: 100%;
	width: 28px;
	height: 44px;
	position: absolute;
	top: 0;
	right: 0;
}

.recommended .contents p.text2 {
	text-align: center;
	font-size: 22px;
	padding-top: 45px;
}

.recommended .contents .slide3 p {
	font-size: 22px;
	text-align: center;
	padding-top: 52px;
}

.recommended .slide3-auto {
	margin-top: 55px;
}

.recommended .slide3-auto .slick-slide {
	margin: 0;
}

.recommended .img_2col {
	max-width: 1000px;
	margin: 76px auto 0;
	display: flex;
}


.recommended a.btn {
	background: #fff;
	border: 1px solid #00B2C1;
	color: #00B2C1;
	margin-top: 49px;
}
.recommended a.btn::after {
	background: url(../img/arrow_btn2.svg) no-repeat;
	background-size: 100%;
}

.recommended .box2 {
	padding-top: 50px;
}

.recommended .box2 .area_btn {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.recommended .box2 .area_btn a.btn {
	width: 323px;
	text-align: center;
}

.recommended .box3 {
	margin-top: 120px;
	padding-top: 30px;
}

.recommended .box3 .area_img {
	max-width: 1000px;
	margin: 26px auto 0;
}

@media screen and (max-width: 768px) {
	.recommended {
		padding: 50px 0;
	}
	.recommended::before {
		width: 3px;
		height: 40px;
	}
	.recommended h2 {
		font-size: 30px;
	}
	.recommended .box5 {
		background: url(../img/bg_fair-concept_sp.webp) no-repeat;
	}
	.recommended .box5 .contents2 {
		width: 90%;
		margin: 50px auto 0;
		padding: 50px 0;
		display: block;
	}
	.recommended .box5 .contents2 .img {
		width: 90%;
		margin: 0 auto;
	}
	.recommended .box5 .contents2 .text {
		width: 90%;
		margin: 0 auto;
	}
	.recommended .box5 .contents2 .text h3 {
		font-size: 17px;
	}
	.recommended .box5 .contents2 .text h3 span {
		display: block;
		font-size: 20px;
	}
	.recommended .box5 .contents2 .text p {
		font-size: 16px;
		text-align: justify;
	}
	.recommended .contents {
		width: 80%;
		margin: 50px auto 0;
	}
	.recommended .contents h3 {
		font-size: 15px;
		padding: 5px 0 5px 20px;
	}
	.recommended .contents h3::before {
		width: 8px;
		height: 43px;
	}
	.recommended .contents h3 span {
		font-size: 13px;
	}
	.recommended .box .contents h3::after {
		width: 90px;
		height: 61px;
	}
	.recommended .box2 .contents h3::after {
		width: 90px;
		height: 61px;
	}
	.recommended .contents .slide3 .slick-prev,
	.recommended .contents .slide3 .slick-next {
		width: 14px;
		height: 22px;
		top: 36%;
	}
	.recommended .box .contents .slide3 .slick-prev,
	.recommended .box .contents .slide3 .slick-next {
		top: 50%;
	}
	.recommended .contents .slide3 .slick-prev {
		left: -25px;
	}
	.recommended .contents .slide3 .slick-prev:before {
		width: 14px;
		height: 22px;
	}
	.recommended .contents .slide3 .slick-next {
		right: -25px;
	}
	.recommended .contents .slide3 .slick-next:before {
		width: 14px;
		height: 22px;
	}
	.recommended .contents .slide3 p {
		font-size: 14px;
		padding-top: 15px;
	}
	.recommended .contents p.text2 {
		font-size: 14px;
		padding-top: 15px;
	}
	.recommended .slide3-auto {
		margin-top: 25px;
	}
	.recommended .slide3-auto .slick-slide {
		margin: 0;
	}
	.recommended .box2 {
		padding-top: 50px;
	}
	.recommended .box2 .area_btn {
		display: block;
	}
	.recommended .box2 .area_btn a.btn {
		width: 270px;
	}
	.recommended .box2 .area_btn a.btn:nth-of-type(2),
	.recommended .box2 .area_btn a.btn:nth-of-type(3) {
		margin-top: 20px;
	}
	.recommended .box4 .area_btn {
		display: block;
	}
	.recommended .box4 .area_btn a.btn {
		width: 270px;
	}
	.recommended .box4 .area_btn a.btn:nth-of-type(2) {
		margin-top: 20px;
	}
	.recommended .img_2col {
		margin: 36px auto 0;
	}
	.recommended .box3 {
		margin-top: 0;
	}
}

/* ----------------------------------------------------
 gift
---------------------------------------------------- */
.gift {
	background: url(../img/bg_fair-concept.webp) no-repeat;
	background-size: 100%;
	padding: 130px 0 199px;
	position: relative;
}
.gift::before {
	content: '';
	width: 5px;
	height: 120px;
	background: #3e3a39;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}

.gift h2 {
	font-size: 60px;
	font-weight: 500;
	text-align: center;
}

.gift .contents {
	max-width: 1000px;
	margin: 95px auto 0;
}

.gift .contents h3 {
	font-size: 25px;
	line-height: 1.2;
	padding: 20px 0 20px 30px;
	position: relative;
}
.gift .contents h3::before {
	content: '';
	background: #3e3a39;
	width: 14px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
}

.gift .contents h3 span {
	font-size: 20px;
}

.gift .contents .slide3 {
	margin-top: 26px;
}

.gift .contents .slide3 .slick-slide {
	margin: 0;
}

.gift .contents .slide3 .slick-prev,
.gift .contents .slide3 .slick-next {
	width: 28px;
	height: 44px;
	top: 43%;
}

.gift .contents .slide3 .slick-prev {
	left: -60px;
}
.gift .contents .slide3 .slick-prev:before {
	content: '';
	background: url(../img/arrow_slideL-btn.svg) no-repeat;
	background-size: 100%;
	width: 28px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 0;
}

.gift .contents .slide3 .slick-next {
	right: -60px;
}
.gift .contents .slide3 .slick-next:before {
	content: '';
	background: url(../img/arrow_slideR-btn.svg) no-repeat;
	background-size: 100%;
	width: 28px;
	height: 44px;
	position: absolute;
	top: 0;
	right: 0;
}

.gift .contents p.text2 {
	text-align: center;
	font-size: 22px;
	padding-top: 45px;
}

.gift .contents .slide3 p {
	font-size: 22px;
	text-align: center;
	padding-top: 52px;
}

.gift .slide3-auto {
	margin-top: 55px;
}

.gift .slide3-auto .slick-slide {
	margin: 0;
}

.gift a.btn {
	background: #fff;
	border: 1px solid #00B2C1;
	color: #00B2C1;
	margin-top: 49px;
}
.gift a.btn::after {
	background: url(../img/arrow_btn2.svg) no-repeat;
	background-size: 100%;
}

@media screen and (max-width: 768px) {
	.gift {
		background: url(../img/bg_fair-concept_sp.webp) no-repeat;
		padding: 50px 0;
	}
	.gift::before {
		width: 3px;
		height: 40px;
	}
	.gift h2 {
		font-size: 30px;
	}
	.gift .contents {
		width: 80%;
		margin: 50px auto 0;
	}
	.gift .contents h3 {
		font-size: 15px;
		padding: 14px 0 14px 20px;
	}
	.gift .contents h3::before {
		width: 8px;
		height: 43px;
	}
	.gift .contents h3 span {
		font-size: 13px;
	}
	.gift .contents .slide3 .slick-prev,
	.gift .contents .slide3 .slick-next {
		width: 14px;
		height: 22px;
		top: 36%;
	}
	.gift .contents .slide3 .slick-prev {
		left: -25px;
	}
	.gift .contents .slide3 .slick-prev:before {
		width: 14px;
		height: 22px;
	}
	.gift .contents .slide3 .slick-next {
		right: -25px;
	}
	.gift .contents .slide3 .slick-next:before {
		width: 14px;
		height: 22px;
	}
	.gift .contents .slide3 p {
		font-size: 14px;
		padding-top: 15px;
	}
	.gift .slide3-auto {
		margin-top: 25px;
	}
	.gift .slide3-auto .slick-slide {
		margin: 0;
	}
}