@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
/*共通*/
.tsukemono {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}
.breadcrumb li{
    font-family: Noto Sans Jp,sans-serif;
}
.tsukemono p {
	font-size: 10px;
}
.tsukemono h2,
.youtubeArea .merit_text h2{
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #fb474f;
	line-height: 1.3;
	position: relative;
	text-align: center;
}
.youtubeArea .merit_text h2{
	font-size: 5vw;
}
.tsukemono h2:before,
.youtubeArea .merit_text h2:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 36px;
	background-image: url("/tsukemono/img/title_sp.png");
	background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
    right: 0;
    margin: auto;
    left: 0;
	bottom: 0;
}
.youtubeArea .merit_text h2:before{
	background-image: url("/tsukemono/img/title_type03_sp.png");
	height: 10vw;
}
.tsukemono h2.type02{
	color: #000;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 16px;
}
.tsukemono h2.type02:before{
	background-image: url("/tsukemono/img/title_type02_sp.png");
    width: 49%;
    bottom: 0;
    height: 17px;
    background-position: bottom;
}
.tsukemono h2.type03{
	color: #1b833f;
	font-size: 24px;
    max-width: 320px;
    margin: auto auto 44px;
}
.tsukemono h2.type03:before{
	background-image: url("/tsukemono/img/speech_ bubble_type02_sp.png");
	width: 123px;
	height: 118px;
	bottom: 35px;
	left: 30px;
	right: inherit;
}
.tsukemono .btn{
	display: block;
	max-width: 66%;
	margin: auto;
	background-color: #df1e1e;
	padding: 5px 10px;
	text-align: center;
	box-sizing: border-box;
}
.contentsWrap .tsukemono .btn p{
	display: inline-block;
	padding: 0 11px 0 0;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.05em;
	position: relative;
	margin-bottom: 0;
	text-align: center;
	display: inline-block;
}
.contentsWrap .onepoint_pick {
	margin: 0 auto 45px;
	width: 80%;
	text-align: center;

}
.contentsWrap .tsukemono .btn p:after{
	content: "";
	background-image: url("/tsukemono/img/arrow_sp.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 4px;
	height: 8px;
	right: -1px;
	top: 0;
	position: absolute;
	margin: auto;
	bottom: 0;
}
.tsukemono h3{
	font-size: 17px;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	font-weight: 600;
}
@media screen and (min-width: 769px) {
	.tsukemono h2{
		font-size: 35px;
	}
	.youtubeArea .merit_text h2{
		font-size: 31px;
	}
	.tsukemono h2:before{
		background-position: center;
		height: 80px;
	}
	.youtubeArea .merit_text h2:before {
		width: 496px;
		margin: auto;
		height: 80px;
		background-image: url("/tsukemono/img/title_type03.png");
	}
	.tsukemono h2.type02{
		font-size: 35px;
		margin-bottom: 44px;
	}
	.tsukemono h2.type02:before{
		height: 28px;
	}
	.tsukemono h2.type03{
		font-size: 41px;
		max-width: 960px;
		margin: auto auto 26px;
		width: 100%;
	}
	.tsukemono h2.type03:before {
		background-image: url("/tsukemono/img/speech_ bubble_type02.png");
		width: 213px;
		height: 175px;
		bottom: 40px;
		left: 215px;
		right: inherit;
	}
	.tsukemono h3{
		font-size: 30px;
		margin-bottom: 11px;
	}
	.tsukemono .btn{
		margin-left: 0;
		margin-right: auto;
		max-width: 61.5%;
		padding: 8px 0px;
	}
	.contentsWrap .tsukemono .btn p{
		font-size: 19px;
		padding: 0 30px 0 0;
		margin-bottom: 0;
	}
	.contentsWrap .tsukemono .btn p:after{
		background-image: url("/tsukemono/img/arrow.png");
		width: 8px;
		height: 18px;
		right: 0;
	}
}
@media screen and (max-width: 340px) {
	.tsukemono h2 {
		font-size: 14px;
	}
}
/*MV*/
.tsukemono .mv {
	background-image: url("/tsukemono/img/mv_bg_sp.png");
	background-position: top -50px center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.tsukemono .mv:after {
	content: "";
	position: absolute;
	background-image: url("/tsukemono/img/mv_after_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
	height: 21vw;
    bottom: 0;
}
.tsukemono .mv_img {
    position: relative;
    margin: 0 auto 2px;
    width: 65%;
    padding-top: 30px;
}
.tsukemono .mv_text {
	text-align: center;
	margin: auto;
	width: 95%;
    padding-bottom: 23vw;
}
.tsukemono .mv_text .mainTitle {
	font-size: 19px;
	letter-spacing: 0.05em;
	font-weight: 500;
    width: 100%;
    max-width: 430px;
    margin: auto auto 12px;
	position: relative;
	padding-bottom: 70px;
}
.tsukemono .mv_text .mainTitle span{
	font-weight: 600;
    position: absolute;
    width: 80%;
    right: 19px;
    z-index: 10;
    bottom: 0;
    margin: auto;
}
.tsukemono .mv_text .mainTitle:before {
	content: "";
	position: absolute;
	width: 80px;
	height: 72px;
	background-image: url("/tsukemono/img/speech_ bubble_sp.png");
	background-repeat: no-repeat;
	background-size: contain;
    bottom: 0px;
    left: 5px;
    margin: auto;
}
.tsukemono .mv_text .mainTitle:after {
	content: "";
	position: absolute;
	background-image: url("/tsukemono/img/mark.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 110px;
	height: 25px;
	margin: auto;
	right: 0px;
	bottom: -12px;
}
.tsukemono .mv_text p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: 500;
}
@media screen and (min-width: 769px) {
	.tsukemono .header{
	    background-image: url(/tsukemono/img/mv_bg.jpg);
		background-position: top -50px center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	.tsukemono .mv{
		background-image: none;
	}
	.tsukemono .mv_img {
		width: 100%;
		padding-top: 83px;
		margin: 0 auto;
		display: block;
		max-width: 412px;
	}
	.tsukemono .mv_text .mainTitle{
		width: 100%;
		max-width: 100%;
	}
	.tsukemono .mv_text .mainTitle span{
		width: 76%;
		right: 14px;
	}
	.tsukemono .mv_wrap {
		display: flex;
		flex-direction: row-reverse;
		max-width: 960px;
		width: 95%;
		margin:auto;
		padding-bottom: 236px;
	}
	.tsukemono .mv_text{
		max-width: 548px;
		width: 100%;
		margin-top: 195px;
		padding-bottom: 0;
	}
	.tsukemono .img_area{
		display: flex;
	}
	.tsukemono .mv_text .mainTitle{
		font-size: 28px;
		padding-bottom: 66px;
		margin-bottom: 47px;
	}
	.tsukemono .mv_text .mainTitle:before {
		height: 169px;
		width: 100%;
		background-image: url("/tsukemono/img/speech_ bubble.png");
		margin: auto;
		bottom: -3px;
		left: -20px;
		max-width: 206px;
	}
	.tsukemono .mv_text .mainTitle:after {
		width: 176px;
		height: 37px;
		margin: auto;
		right: 0px;
		bottom: -15px;
	}
	.tsukemono .mv_text p{
		font-size: 15px;
		line-height: 1.9;
		letter-spacing: inherit;
	}
	.tsukemono .mv:after {
		background-image: url(/tsukemono/img/mv_after.png);
		width: 100%;
		height: 251px;
	}
}
/* @media screen and (max-width: 1280px) and (min-width: 769px) {
	.tsukemono .mv_text .mainTitle{
		font-size: 2.4vw;
	}
} */
@media screen and (max-width: 355px) {
	.tsukemono .mv_text .mainTitle{
		font-size: 16px;
	}
}
/*merit*/
.tsukemono .merit{
	background: url("/tsukemono/img/merit_bg_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
	padding: 29px 0 120px;
}
.tsukemono .merit_wrap{
	width: 96%;
	margin: auto;
}
.tsukemono .merit_title_img{
	width: 95%;
	margin: auto auto 15px;
}
.tsukemono .merit_img{
	margin: auto auto 10px;
}
@media screen and (min-width: 769px) {
	.tsukemono .merit {
		background: url("/tsukemono/img/merit_bg.jpg");
		padding: 54px 0 70px;
    background-repeat: no-repeat;
		background-position: center;
	}
	.tsukemono .merit_title_img{
		width: 95%;
		margin: auto auto 30px;
		max-width: 565px;
	}
	.tsukemono .merit_title_img img{
		margin:auto;
	}
	.tsukemono .merit_img {
		max-width: 835px;
		margin: auto auto 25px;
	}
}
/*tube*/
.tsukemono .tube{
	background-image: url("/tsukemono/img/tube_bg_sp.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	padding: 40px 0 36px;
}
@media screen and (min-width: 769px) {
	.tsukemono .tube{
		padding: 94px 0 95px;
		background-image: url("/tsukemono/img/tube_bg.png");
	}
}
/*onpointArea*/
.tsukemono .nukadoko,
.tsukemono .miso{
	background-color:#fff7d6;
	border-radius: 10px;
	border: 1px solid #ccc;
	width: 95%;
	margin: auto auto 30px;
	box-sizing: border-box;
	padding-bottom: 35px;
}
.tsukemono .miso{
    padding-bottom: 10px;
    margin: auto;
}
.tsukemono .nukadoko_title,
.tsukemono .miso_title{
	color: #111;
	font-size: 23px;
	letter-spacing: 0.05em;
	line-height: 1.25;
	margin: 30px 0 20px;
	box-sizing: border-box;
}
.tsukemono .nukadoko_title::before,
.tsukemono .miso_title::before{
	display: none;
}
.tsukemono .nukadoko_item_bg,
.tsukemono .miso_item_bg{
	background-color: #fef0f3;
	border-radius: 20px;
	width: 90%;
	box-sizing: border-box;
}
.tsukemono .nukadoko_item_bg{
	padding: 20px 45px;
	margin: auto auto 35px;
	margin: auto auto 44px;
}
.tsukemono .miso_item_bg{
background-color: #ffd6d8;
    padding: 20px 68px 27px;
	margin: auto auto 39px;
}
.tsukemono .onpoint_list{
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	justify-content: center;
}
.tsukemono .nukadoko .onpoint_list{
	margin: auto auto 17px;
}
.tsukemono .miso .onpoint_list{
	margin: auto auto 17px;
}
.tsukemono .onpoint_list li{
    width: 41%;
	margin-bottom: 16px;
}
.tsukemono .onpoint_list li:first-child{
	width: 41%;
	margin-right: 12%;
}
.tsukemono .onpoint_list .list_img{
	margin-bottom: 5px;
}
.tsukemono .onpoint_list .list_text{
	width: 100%;
	margin: auto 0 auto auto;
	text-align: center;
}
.tsukemono .onpoint_list .list_text p{
	font-size: 10px;
	font-weight: 600;
	line-height: 1.6;
	display: inline-block;
	text-align: left;
}
.tsukemono .onpoint_list .list_text p span{
	font-weight: 600;
}
.tsukemono .banner{
	width: 92%;
	margin: auto;
	text-align: center;
}
.tsukemono .banner p{
	color: #fb474f;
	letter-spacing: 0.05em;
	font-size: 14px;
	line-height: 1.45;
	text-align: center;
	margin-top: 4px;
}
@media screen and (min-width: 769px) {
	.tsukemono .nukadoko,
	.tsukemono .miso{
		max-width: 960px;
		width: 93%;
		padding-bottom: 66px;
		margin: auto auto 60px;
	}
	.tsukemono .miso{
		padding-bottom: 0;
		margin: auto auto 0;
	}
	.tsukemono .nukadoko_title,
	.tsukemono .miso_title{
		font-size: 40px;
		margin: 64px 0 50px;
	}
	.tsukemono .nukadoko_item_bg,
	.tsukemono .miso_item_bg{
		max-width: 930px;
		padding: 20px 27px 33px;
		margin: auto auto 40px;
	}
	.tsukemono .nukadoko_item_bg{
		margin: auto auto 44px;
	}
	.tsukemono .miso_item_bg{
		padding: 29px 89px 29px;
	}
	.tsukemono .miso .onpoint_list {
		margin: auto auto 42px;
	}
	.tsukemono .onpoint_list li{
		width: 30%;
	}
	.tsukemono .onpoint_list li:first-child {
		width: 30%;
		margin-right: 20px;
		max-width: 324px;
	}
	.tsukemono .onpoint_list .list_img{
		margin-bottom: 18px;
	}
	.tsukemono .onpoint_list .list_text{
		/*width: 285px;*/
		margin: auto 0 auto auto;
	}
	.tsukemono .onpoint_list .list_text p{
		font-size: 16px;
	}
	.tsukemono .banner{
		text-align: center;
	}
	.tsukemono .banner p{
		font-size: 24px;
		margin-top: 7px;
	}
}
/*cook*/
.tsukemono .cook{
	background-repeat: no-repeat;
    background-size: cover;
	padding: 45px 0 47px;
}

.tsukemono .cook.cook_nukadoko {
	background-color: #fff0f3;
}
.tsukemono .cook.cook_miso {
	background-color: #ffe1e1;
}
.tsukemono .cook_wrap{
    width: 78.4%;
    margin: auto;
}
.tsukemono .cook_wrap{
	position: relative;
}
.tsukemono .cook_wrap img{
	margin: auto;
}
.tsukemono .cook_wrap .youtubeArea{
	position: absolute;
	bottom: 30px;
	width: 94%;
	margin: auto;
	text-align: center;
	right: 0;
	left: 0;
}
.tsukemono .youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.tsukemono .youtubeArea .miso_title{
    font-size: 6vw;
	margin: 10px 0 20px;
}
.tsukemono iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 769px) {
	.tsukemono .cook{
		background-size: cover;
		padding: 65px 0;
	}

	.tsukemono .cook_wrap{
		max-width: 960px;

	}
	.tsukemono .cook_wrap .youtubeArea{
		max-width: 76%;
		width: 100%;
		bottom: 65px;
	}
	.tsukemono .youtubeArea .miso_title{
		font-size: 34px;
		margin: 10px 0 20px;
	}
}
@media screen and (max-width: 470px) {
	.tsukemono .cook_wrap{
		width: 93%;
	}
	.tsukemono .youtubeArea .miso_title{
		font-size: 23px;
	}
	.youtubeArea .merit_text h2{
		font-size: 19px;
	}
	.youtubeArea .merit_text h2:before{
		height: 43px;
	}
}
/*produt*/
.tsukemono .produt{
	padding-top: 82px;
	width: 95%;
	margin: auto;
	padding-bottom: 155px;
}
.tsukemono .product_list{
	background-color: #fef0f3;
	position: relative;
	padding: 220px 0 34px;
	box-sizing: border-box;
	margin-bottom: 70px;
	border-radius: 15px;
}
.tsukemono .product_list:last-of-type{
	background-color: #ffd6d8;
	margin: auto auto 0;
}
.tsukemono .product_list .img{
	position: absolute;
	bottom: 180px;
	right: 0;
	left: 0;
	margin: auto;
	width: 34%;
	max-width: 130px;
}
.tsukemono .product_text{
	text-align: center;
}
.tsukemono .product_text p{
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
	.tsukemono .produt {
		padding-top: 140px;
		width: 100%;
		padding-bottom: 95px;
	}
	.tsukemono .product_list{
		width: 868px;
		margin: auto auto 143px;
		padding: 43px 0;
	}
	.tsukemono .product_text p{
		font-size: 19px;
		line-height: 1.68;
		margin-bottom: 18px;
	}
	.tsukemono .product_wrap{
		background-image: url(/tsukemono/img/bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: bottom 2px center;
		padding-bottom: 59px;
	}
	.tsukemono .product_list:last-of-type{
		background-color: #ffd6d8;
		margin: auto auto 0;
	}
	.tsukemono .product_list .img {
		bottom: -55px;
		right: inherit;
		left: 47px;
		width: 24%;
		max-width: 100%;
	}
	.tsukemono .product_list.miso .img{
		bottom: -51px;
		right: 101px;
		left: inherit;
		width: 24%;
	}
	.tsukemono .product_text{
		max-width: 559px;
		text-align: left;
		margin-right: 0;
		margin-left: auto;
	}
	.tsukemono .product_list.miso .product_text {
		margin-right: auto;
		margin-left: 49px;
	}
}
@media screen and (max-width: 340px) {
	.tsukemono .product_list .img {
		bottom: 190px;
	}
}
/*lineup*/
/* .tsukemono .lineup{
	padding: 78px 0 0;
} */
.tsukemono .lineup_list{
	width: 54%;
	margin: auto;
}
.tsukemono .lineup_list li{
	margin-right: 0;
	width: 100%;
	margin-bottom: 52px;
}
.tsukemono .lineup_list li:nth-of-type(2),
.tsukemono .lineup_list li:nth-of-type(3){
	margin-bottom: 38px;
}
.tsukemono .lineup_list .img{
	margin-bottom: 16px;
}
.tsukemono .lineup_list .img img{
	margin:auto;
}
.tsukemono .lineup_list .btn{
	max-width: 100%;
	padding: 8px 10px;
	line-height: 1.1;
}
.tsukemono .lineup_list .btn p{
    padding: 0 10px 0 0;
    font-size: 10px;
display:inline-block;
}
.tsukemono .img_area{
	position: relative;
	width:fit-content;
	margin:0 auto;
}
.tsukemono li.new .img_area::before,
.tsukemono li.renewal .img_area::before{
	content: "NEW";
	line-height: 1.4;
	white-space: pre-wrap;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	font-size: 12px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background: #e61511;
	color: #fff;
	left: -21px;
	top: -16px;
	font-family: 'Noto Sans Jp', sans-serif;
	letter-spacing: 0.1em;
	padding: 0;
	box-sizing: border-box;
	text-align:center;
}
.tsukemono li.renewal .img_area::before{
	content: "リニュー\Aアル";
	font-size: 10px;
	background: #ff7600;
	left: -21px;
	top: -16px;
	letter-spacing: -0.1em;
	padding: 1px 2px 0 0;
}
.tsukemono li.renewal:nth-child(2) .img_area::before{
	left: -28px;
}
.tsukemono li.new:nth-child(4) .img_area::before{
	left: -11px;
	top: -26px;
}
.tsukemono .capacity{
	position: absolute;
	background-color: #ff668b;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	padding: 18px 0;
	text-align: center;
	box-sizing: border-box;
	left: -21px;
	top: 45px;
}
.tsukemono li:nth-child(2) .capacity{
	left: -28px;
}
.tsukemono .capacity.type02{
	background-color: #003855;
	left: -11px;
	top: 30px;
}
.tsukemono li:nth-of-type(4) .capacity.type02{
	top: 40px;
}
.tsukemono li.new:nth-child(4) .capacity.type02{
	top: 37px;
}
.tsukemono .capacity p{
	font-size: 12px;
}
.tsukemono .lineup_list li .img{
    margin: auto auto 16px;
}
.tsukemono .lineup_list li .img > img{
	width:auto;
	height:180px;
}
.tsukemono .capacity.type02 + .img > img{
	height:230px;
}
@media screen and (min-width: 769px) {
	.tsukemono .lineup{
		padding: 78px 0 0;
		margin-bottom: 32px;
	}
	.tsukemono .lineup_list{
		width: 95%;
		max-width: 960px;
		margin: 80px auto auto;
		display: flex;
		align-items: flex-end;
		flex-wrap:wrap;
	}
	.tsukemono .lineup_list li,
	.tsukemono .lineup_list li:nth-of-type(n+2){
		width: 50%;
		margin-right: 0;
		display: flex;
		align-items: center;
		flex-direction: column;
		margin-bottom: 80px;
	}
	.tsukemono .img_area{
		width:fit-content;
		margin:0 auto;
	}
	.tsukemono li.new .img_area::before,
	.tsukemono li.renewal .img_area::before{
		font-size: 18px;
		height: 89px;
		width: 89px;
		left: -40px;
		top: -32px;
	}
	.tsukemono li.new .img_area::before{
		font-size: 20px;
	}
	.tsukemono li.renewal:nth-child(2) .img_area::before{
		top: -32px;
		left: -53px;
		padding-top:5px;
	}
	.tsukemono .capacity{
		width: 89px;
		height: 89px;
		padding: 29px 0;
		left: -40px;
		top: 70px;
	}
	.tsukemono .capacity.type02,
	.tsukemono li.new:nth-of-type(4) .img_area:before,
	.tsukemono li:nth-of-type(4) .capacity.type02{
		left: -30px;
		top: 57px;
	}
	.tsukemono li.new:nth-of-type(4) .img_area:before{
		top:-47px;
	}
	.tsukemono li.new:nth-child(4) .capacity.type02{
		top: 57px;
	}
	.tsukemono .capacity p{
		font-size: 26px;
	}
	.tsukemono .lineup_list .img{
		margin-bottom: 20px;
	}
	.tsukemono .lineup_list li .img > img{
		height:290px;
	}
	.tsukemono .lineup_list li:nth-of-type(3) .img > img,
	.tsukemono .lineup_list li:nth-of-type(4) .img > img{
		height:380px;
	}
	.tsukemono .capacity.type02{
		left: -21px;
		bottom: 270px;
	}
	.tsukemono .lineup_list li:nth-of-type(2) .capacity{
		left: -53px;
	}
	.tsukemono .lineup_list .btn{
		width: 100%;
		max-width: 275px;
		margin: 0;
		padding: 13px 10px;
	}
	.tsukemono .lineup_list .btn p {
		padding: 0 20px 0 0;
		font-size: 16px;
		line-height: 1.1;
	}
}
@media screen and (max-width: 340px) {
	.tsukemono .lineup_list .btn p{
		line-height: 1.3;
	}
}
