
@charset "UTF-8";

.NabeTheWorld {
	background-color: #F7F7F0;
	color: #333333;
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.NabeTheWorld {
		font-size: 14px;
	}
}

.NabeTheWorld img {
	width: 100%;
}


.NabeTheWorld .cp-button .cp-button_inner {
	background-color: #009933;
    border: 2px solid #009933;
}

@media(min-width: 768px),print {
	.NabeTheWorld .cp-button_inner:hover {
		color: #009933;
		background-color: #fff;
	}

	.NabeTheWorld .cp-button_inner:hover::before {
		background-image: url(/assets/img/cms_parts/ico_arrow-green.svg);
		height: 10px;
	}
}



.NabeTheWorld__mv {
	overflow: hidden;
	max-width: 1440px;
	padding-bottom: 230px;
	margin: auto;
	position: relative;
	background-image: url(/nabe/nabe-the-world/images/mv_bg.svg);
	background-position: -200px 96%;
}

.NabeTheWorld__mv .NabeTheWorld__mv-inner {
	position: absolute;
	width: 860px;
	top: 43px;
	left: 0;
	right: 0;
	margin: auto;
}

.NabeTheWorld__mv .NabeTheWorld__mv-inner .NabeTheWorld__mv-hashtag {
	position: absolute;
	width: 280px;
	right: -40px;
	bottom: -70px;
}

.NabeTheWorld__mv .NabeTheWorld__mv-products {
	margin: -140px auto 0;
	width: 90%;
}

.NabeTheWorld__mv .NabeTheWorld__mv-products ul {
	display: flex;
}

.NabeTheWorld__mv .NabeTheWorld__mv-products ul li {
	flex: 0 0 33.33333%;
	position: relative;
}

.NabeTheWorld__mv .NabeTheWorld__mv-products .NabeTheWorld__mv-pkg {
	max-width: 260px;
	margin: auto;
}

.NabeTheWorld__mv .NabeTheWorld__mv-products .NabeTheWorld__mv-ill {
	width: 237px;
	position: absolute;
	bottom: -60px;
	right: -60px;
}

@media screen and (max-width: 768px) {

	.NabeTheWorld__mv {
		padding-bottom: 200px;
		background-position: -160px 92%;
		background-size: 120%;
	}
	
	.NabeTheWorld__mv .NabeTheWorld__mv-inner {
		position: absolute;
		width: 100%;
		top: 24px;
	}

	.NabeTheWorld__mv .NabeTheWorld__mv-inner .NabeTheWorld__mv-hashtag {
		position: absolute;
		width: 150px;
		right: 20px;
		bottom: -40px;
	}
	
	.NabeTheWorld__mv .NabeTheWorld__mv-products {
		width: 100%;
	}
	
	.NabeTheWorld__mv .NabeTheWorld__mv-products .NabeTheWorld__mv-pkg {
		width: 80%;
	}
	
	.NabeTheWorld__mv .NabeTheWorld__mv-products .NabeTheWorld__mv-ill {
		width: 80%;
		bottom: -50%;
		right: 0;
		left: 0;
		margin: auto;
	}

}



.NabeTheWorld__contents {
	position: relative;
	margin-top: -50px;
	border-radius: 50px 50px 0 0;
}

.NabeTheWorld__contents .NabeTheWorld__contents__ttl {
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	margin: auto;
	width: 248px;
	height: 209px;
	padding: 1%;
	border-radius: 300px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.NabeTheWorld__contents {
		padding-left: 20px;
		padding-right: 20px;
		border-radius: 30px 30px 0 0;
	}
	
	.NabeTheWorld__contents .NabeTheWorld__contents__ttl {
		top: -8%;
		width: 30%;
		height: auto;
		padding: 3%;
	}
}



.NabeTheWorld__news {
	margin-top: 0;
	background-color: #fff;
}

.NabeTheWorld__news .NabeTheWorld__contents__ttl {
	background-color: #fff;
}

.NabeTheWorld__news .NabeTheWorld__contents__ttl img {
	max-width: 180px;
}

.NabeTheWorld__news-inner {
	max-width: 1000px;
	margin: auto;
	padding: 140px 0 270px;
}

.NabeTheWorld__news-inner dl {
	display: flex;
	font-size: 16px;
	padding-bottom: 24px;
	border-bottom: 1px solid #DFDFDF;
}

.NabeTheWorld__news-inner dl + dl {
	margin-top: 24px;
}

.NabeTheWorld__news-inner dl dt {
	margin-right: 20px;
	width: 170px;
}


@media screen and (max-width: 768px) {

	.NabeTheWorld__news-inner {
		max-width: 1000px;
		margin: auto;
		padding: 80px 0 180px;
	}

	.NabeTheWorld__news-inner dl {
		flex-direction: column;
		padding-bottom: 14px;
	}

	.NabeTheWorld__news-inner dl + dl {
		margin-top: 14px;
	}

	.NabeTheWorld__news-inner dl dt {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}



.NabeTheWorld__concept {
	background-image: url(/nabe/nabe-the-world/images/bg_concept.png);
	background-size: 120%;
	background-repeat: no-repeat;
	background-position: 50% 120%;
	background-color: #BDD9EC;
	padding: 140px 0 480px;
}

.NabeTheWorld__concept .NabeTheWorld__contents__ttl {
	background-color: #BDD9EC;
	width: 248px;
	height: 220px;
}

.NabeTheWorld__concept .NabeTheWorld__contents__ttl img {
	max-width: 220px;
}

.NabeTheWorld__concept-inner {
	max-width: 1340px;
	margin: 0 auto 0;
	background-color: #F1F3EF;
	border-radius: 40px;
	padding: 40px 70px 0;
}

.NabeTheWorld__concept-inner .NabeTheWorld__concept-ttl {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 44px;
	border-bottom: 2px dashed #672D06;
}

.NabeTheWorld__concept-inner .NabeTheWorld__concept-ttl img {
	max-width: 580px;
	margin: auto;
}

.NabeTheWorld__concept-col {
	display: flex;
}

.NabeTheWorld__concept-inner .NabeTheWorld__concept-col .NabeTheWorld__concept-img {
	flex: 0 0 38%;
	margin-left: -20px;
}

.NabeTheWorld__concept-inner .NabeTheWorld__concept-col .NabeTheWorld__concept-tx {
	flex: 0 0 1;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.NabeTheWorld__concept-inner .NabeTheWorld__concept-col .NabeTheWorld__concept-tx span {
	color: #7E1100;
	font-weight: 700;
	font-size: 24px;
}

@media screen and (max-width: 768px) {

	.NabeTheWorld__concept {
		background-size: 160%;
		background-position: 50% 99%;
		padding: 60px 10px 220px;
	}
	
	.NabeTheWorld__concept .NabeTheWorld__contents__ttl {
        width: 36%;
        height: 9%;
        top: -3%;
	}
	
	.NabeTheWorld__concept .NabeTheWorld__contents__ttl img {
		max-width: 100%;
	}
	
	.NabeTheWorld__concept-inner {
		border-radius: 20px;
		padding: 34px 20px 0;
		position: relative;
		z-index: 1;
	}
	
	.NabeTheWorld__concept-inner .NabeTheWorld__concept-ttl {
		padding-bottom: 20px;
		margin-bottom: 24px;
	}
	
	.NabeTheWorld__concept-inner .NabeTheWorld__concept-ttl img {
		max-width: 580px;
		margin: auto;
	}
	
	.NabeTheWorld__concept-col {
		flex-direction: column-reverse;
		position: relative;
		padding-bottom: 240px;
	}
	
	.NabeTheWorld__concept-inner .NabeTheWorld__concept-col .NabeTheWorld__concept-img {
		flex: auto;
		margin-left: 0;
		position: absolute;
		width: 120%;
		left: -10%;
		bottom: 0;
		margin: auto;
	}
	
	.NabeTheWorld__concept-inner .NabeTheWorld__concept-col .NabeTheWorld__concept-tx {
		font-size: 16px;
	}
	
	.NabeTheWorld__concept-inner .NabeTheWorld__concept-col .NabeTheWorld__concept-tx span {
		font-size: 20px;
	}

}



.NabeTheWorld__taste {
	background-color: #084481;
}

.NabeTheWorld__taste .NabeTheWorld__contents__ttl {
	background-color: #084481;
}

.NabeTheWorld__taste .NabeTheWorld__contents__ttl img {
	max-width: 194px;
}

.NabeTheWorld__taste-inner {
	padding-top: 100px;
}

.NabeTheWorld__taste-product {
	position: relative;
	padding: 130px 0 0;
	border-radius: 50px 50px 0 0;
	background-size: contain;
	background-position: 50% 100%;
	padding-bottom: 50px;

}

.NabeTheWorld__taste-product .NabeTheWorld__taste-product-ill {
	width: 237px;
	height: 237px;
	position: absolute;
}

.NabeTheWorld__taste-product .NabeTheWorld__taste-product-item {
	max-width: 1200px;
	margin: 0 auto 25px;
	display: flex;
	justify-content: space-between;
}
.NabeTheWorld__taste-product .NabeTheWorld__taste-product-item .NabeTheWorld__taste-product-ttl {
	flex: 0 0 640px;
}

.NabeTheWorld__taste-product .NabeTheWorld__taste-product-item .NabeTheWorld__taste-product-ttl h4 {
	border-top: 2px solid;
	border-bottom: 2px solid;
	font-size: 33px;
	margin-bottom: 20px;
	padding: 5px 0;
	letter-spacing: 0.03em;
}

.NabeTheWorld__taste-product .NabeTheWorld__taste-product-item .NabeTheWorld__taste-product-ttl p {
	font-size: 22px;
	font-weight: 700;
}

.NabeTheWorld__taste-product .NabeTheWorld__taste-product-item .NabeTheWorld__taste-product-ttl p span {
	font-size: 60px;
	margin-right: 20px;
	display: inline-block;
    vertical-align: sub;
	font-family: "Great Vibes", cursive;
	font-weight: 400;
}

.NabeTheWorld__taste-product .NabeTheWorld__taste-product-item .NabeTheWorld__taste-product-ttl .cp-button {
	margin-top: 30px;
}

.NabeTheWorld__taste-product .NabeTheWorld__taste-product-item .NabeTheWorld__taste-product-tx {
	flex: 0 0 500px;
	letter-spacing: 0.03em;
	line-height: 2;
}

.NabeTheWorld__taste-product .NabeTheWorld__taste-product-img figure {
	width: 267px;
	margin: auto;
}

.NabeTheWorld__taste-france {
	color: #fff;
	background-image: url(/nabe/nabe-the-world/images/bg_taste01.png);
}

.NabeTheWorld__taste-france .NabeTheWorld__taste-product-item .NabeTheWorld__taste-product-ttl p {
	color: #F5DCA5;
}

.NabeTheWorld__taste-france .NabeTheWorld__taste-product-ill {
	top: -200px;
	right: 20%;
}


.NabeTheWorld__taste-NY {
	margin-top: -50px;
	background-color: #F7F7F0;
	background-image: url(/nabe/nabe-the-world/images/bg_taste02.png);
}

.NabeTheWorld__taste-NY .NabeTheWorld__taste-product-item .NabeTheWorld__taste-product-ttl h4 {
	color: #C5000A;
}

.NabeTheWorld__taste-NY .NabeTheWorld__taste-product-ill {
	bottom: 34px;
	transform: rotateY(180deg);
	left: 10%;
}

.NabeTheWorld__taste-seoul {
	margin-top: -50px;
	padding-bottom: 0;
	background-color: #C3000A;
	background-image: url(/nabe/nabe-the-world/images/bg_taste03.png);
	color: #fff;
}

.NabeTheWorld__taste-seoul .NabeTheWorld__taste-product-item .NabeTheWorld__taste-product-ttl p {
	color: #F5DCA5;
}

.NabeTheWorld__taste-seoul .NabeTheWorld__taste-product-item .NabeTheWorld__taste-product-ttl .cp-button .cp-button_inner {
	background-color: #1A1A1A;
    border: 2px solid #1A1A1A;
}


@media(min-width: 768px),print {
	.NabeTheWorld__taste-seoul .NabeTheWorld__taste-product-item .NabeTheWorld__taste-product-ttl .cp-button_inner:hover {
		color: #1A1A1A;
		background-color: #fff;
	}

	.NabeTheWorld__taste-seoul .NabeTheWorld__taste-product-item .NabeTheWorld__taste-product-ttl .cp-button_inner:hover::before {
		background-image: url(/assets/img/cms_parts/ico_arrow-black.svg);
		height: 10px;
	}
}

.NabeTheWorld__taste-seoul .NabeTheWorld__taste-product-ill {
	bottom: -100px;
	right: 20%;
}


@media screen and (max-width: 768px) {
	
	.NabeTheWorld__taste {
		padding: 0;
	}

	.NabeTheWorld__taste .NabeTheWorld__contents__ttl {
		width: 34%;
        height: 9%;
        top: -2%;
	}
	
	.NabeTheWorld__taste .NabeTheWorld__contents__ttl img {
		max-width: 100%;
	}
	
	.NabeTheWorld__taste-inner {
		padding-top: 30px;
	}
	
	.NabeTheWorld__taste-product {
		padding: 60px 20px 50px;
		border-radius: 30px 30px 0 0;
	
	}
	
	.NabeTheWorld__taste-product .NabeTheWorld__taste-product-ill {
		width: 26%;
		height: auto;
	}
	
	.NabeTheWorld__taste-product .NabeTheWorld__taste-product-item {
		flex-direction: column;
	}
	.NabeTheWorld__taste-product .NabeTheWorld__taste-product-item .NabeTheWorld__taste-product-ttl {
		text-align: center;
		flex: auto;
	}
	
	.NabeTheWorld__taste-product .NabeTheWorld__taste-product-item .NabeTheWorld__taste-product-ttl h4 {
		font-size: 24px;
		padding: 10px 0;
	}
	
	.NabeTheWorld__taste-product .NabeTheWorld__taste-product-item .NabeTheWorld__taste-product-ttl p {
		font-size: 16px;
	}
	
	.NabeTheWorld__taste-product .NabeTheWorld__taste-product-item .NabeTheWorld__taste-product-ttl p span {
		font-size: 50px;
	}
	
	.NabeTheWorld__taste-product .NabeTheWorld__taste-product-item .NabeTheWorld__taste-product-ttl .cp-button {
		width: 98%;
		margin: 20px auto 0;
	}
	
	.NabeTheWorld__taste-product .NabeTheWorld__taste-product-item .NabeTheWorld__taste-product-tx {
		flex: auto;
		margin-top: 30px;
	}

	.NabeTheWorld__taste-seoul {
		padding-bottom: 0;
	}
	
	.NabeTheWorld__taste-product .NabeTheWorld__taste-product-img figure {
		width: 40%;
		margin: auto;
	}
	
	.NabeTheWorld__taste-france .NabeTheWorld__taste-product-ill {
		top: -100px;
		right: 5%;
	}
	
	.NabeTheWorld__taste-NY .NabeTheWorld__taste-product-ill {
		left: 5%;
	}

	.NabeTheWorld__taste-seoul .NabeTheWorld__taste-product-ill {
		bottom: -40px;
		right: 5%;
	}
	

}


.NabeTheWorld__movie {
	margin-top: 200px;
	background-color: #fff;
}

.NabeTheWorld__movie .NabeTheWorld__contents__ttl {
	background-color: #fff;
}

.NabeTheWorld__movie .NabeTheWorld__movie-inner {
	padding: 155px 0 220px;
	max-width: 700px;
	margin: auto;
	position: relative;
	text-align: center;
	font-weight: 700;
}

.NabeTheWorld__movie .NabeTheWorld__movie-inner .NabeTheWorld__movie-item {
	text-align: center;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}


.NabeTheWorld__movie .NabeTheWorld__movie-inner .cp-youtube-maxwidth {
	max-width: 700px;
}

@media screen and (max-width: 768px) {

	.NabeTheWorld__movie {
		margin-top: 100px;
	}

	.NabeTheWorld__movie .NabeTheWorld__movie-inner {
		padding: 80px 0 180px;
	}
}


.NabeTheWorld__recipe {
	background-color: #F2EFE1;
}

.NabeTheWorld__recipe .NabeTheWorld__recipe-inner {
	padding: 160px 0 ;
	max-width: 1153px;
	margin: auto;
}

.NabeTheWorld__recipe .NabeTheWorld__contents__ttl {
	background-color: #F2EFE1;
}

@media screen and (max-width: 768px) {

	.NabeTheWorld__recipe .NabeTheWorld__recipe-inner {
		padding: 80px 0 ;
		max-width: 1153px;
		margin: auto;
		position: relative;
		z-index: 1;
	}

	.NabeTheWorld__recipe .NabeTheWorld__contents__ttl {
        top: -2.5%;
        width: 36%;
        height: 6%;
	}
}



