@charset "utf-8";
/* CSS Document */

html{
	font-size: clamp(14px, 2vw + 12px, 20px);
	-webkit-text-size-ajust: 100%;
	color: #000000;
	width: 100%;
}
body{
	font-family: fot-tsukuardgothic-std, sans-serif;
	line-height: 1.8;
	margin: 0;
	color: #a13742;
}
section{
	padding: 80px 0;
}
img{
	vertical-align: bottom;
	max-width: 100%;
	margin: 0;
}
h2{
	font-size: clamp(20px, calc(20px + 1.4vw), 44px);
	font-family: fot-tsukuardgothic-std, sans-serif;
	margin: 20px 0 40px;
	text-align: center;
	line-height: 1.4;
}
h3{
	font-size: clamp(18px, calc(18px + 1vw), 33px);
}
h2 > span, h3 > span{
	display: block;
	font-size: 80%;
}
h4{
	font-size: clamp(16px, calc(16px + 1vw), 22px);
}
figure{
	text-align: center;
}

/*　ーー　共通　ーー　*/
.font{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.btn{
	padding: 15px 0;
	border-radius: 100px;
	display: block;
	width: 45%;
	margin: 0 auto;
	font-size: clamp(14px, calc(14px + 1vw), 24px);
	text-align: center;
	transition: letter-spacing 0.3s;
}
.bg-yl{
	background-color: #f6b218;
}
.inner {
  width: 96%;
  max-width: 980px;
  margin: 0 auto;
}
.flex_box{
	display: flex;
	align-items: center;
}
.wave01, .wave02{
	position: relative;
	overflow: hidden;
}
.wave02{
	padding-top: 100px;
}
.wave01::after,
.wave02::before{
	content: "";
	position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
}
.wave01::after{
	background: url('../images/wave_pc_01.webp') no-repeat bottom;
  background-size: contain;
  bottom: 0;
}
.wave02::before{
	background: url('../images/wave_pc_02.webp') no-repeat top;
  background-size: contain;
  top: 0;
}

/*　ーー　/共通　ーー　*/

/*　ーー　header　ーー　*/


/* 	================
main
==================== */
.main_image{
	background: url('../images/main_bg.webp') no-repeat;
	background-size: cover;
	background-position: bottom;
	height: calc(100vh - 60px);
	position: relative;
}
.main_image h1{
	width: 28%;
	position: absolute;
	top: 30px;
	left: 40px;
}
.main_image .medal{
	width: 15vw;
  position: absolute;
  top: 15vh;
  left: -20vw;
  right: 0;
  margin: 0 auto;
}
.main_image .link{
	position: fixed;
	right: 30px;
	top: 30px;
	width: 7%;
	cursor: pointer;
	z-index: 10;
}

/* 	================
concept
==================== */
#concept ul{
	display: flex;
	align-items: center;
	gap: 40px;
	width: 80%;
	margin: 0 auto;
}
#concept ul li p{
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
	font-size: clamp(12px, calc(12px + 1vw), 22px);
	line-height: 1.5;
}
#concept ul li figure{
	position: relative;
}
#concept ul li figure::after{
	content: "";
	background: url('../images/arrow.svg') no-repeat;
	width: 22px;
	height: 33px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -33px;
}
#concept ul li:last-child figure::after{
	content: none;
}
#concept p{
	font-family:'Noto Sans JP', sans-serif;
}

/* 	================
ambassador
==================== */
#ambassador{
	text-align: center;
}
#ambassador p{
	font-size: clamp(22px, calc(22px + 1.5vw), 40px);
	line-height: 1.4;
}
#ambassador p span{
	display: block;
	font-family:'meiryo', sans-serif;
	font-size: clamp(14px, calc(14px + 1vw), 26px);
}
#ambassador .deco{
	width: 22%;
  margin: 20px 0 10px;
}
#ambassador figure{
	position: relative;
	width: 45%;
	margin: 30px auto;
}
#ambassador figure::after{
	content: "";
	background: url('../images/deco_02.svg') no-repeat;
	background-size: contain;
	position: absolute;
	right: -180px;
	top: 70px;
	width: 300px;
  height: 130px;
  z-index: 9;
}
#ambassador .photo{
	position: relative;
	margin-top: 50px;
}
#ambassador .photo .deco_txt{
	position: absolute;
	top: -24px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50%;
}
#ambassador .photo .deco_txt img{
	opacity: 0.5;
}

/* 	================
yakiimo
==================== */

#yakiimo h3{
	font-size: clamp(16px, calc(16px + 1vw), 28px);
	background: #fbd98c;
	padding: 10px 10px 10px 30px;
	position: relative;
}
#yakiimo h3::after{
	content: "";
	display: block;
	background-color: #a13742;
	width: 95%;
	height: 2px;
	position: absolute;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
#yakiimo p{
	padding: 20px;
	font-size: clamp(12px, calc(12px + 1vw), 20px);
	margin-bottom: 20px;
}
#yakiimo a{
	background-color: #f6b218;
	border: 3px solid #a13742;
}
#yakiimo .box{
	position: relative;
	margin-bottom: 50px;
}
#yakiimo figure{
	position: absolute;
	bottom: 0;
	right: 20px;
	width: clamp(200px, 28vw, 326px);
}

/* 	================
video
==================== */
#video{
	padding-bottom: 100px;
}

/* 	================
recipe
==================== */
#recipe p{
	font-size: clamp(12px, calc(12px + 1vw), 22px);
}
#recipe li{
	margin-bottom: 60px;
	padding-bottom: 30px;
	border-bottom: 2px solid #a13742;
}
#recipe li .flex_box{
	gap: 20px;
}
#recipe li figure{
	position: relative;
	display: inline-block;
}
#recipe li figure img{
	display: block;
}
#recipe li:nth-child(1) figure::before{
	content: "\\ しっとり /";
}
#recipe li:nth-child(2) figure::before{
	content: "\\ ほくほく /";
}
#recipe li:nth-child(3) figure::before{
	content: "\\ とろ～り /";
}
#recipe li:nth-child(4) figure::before{
	content: "\\ スイーツ?! /";
}
#recipe li:nth-child(1) figure::before,
#recipe li:nth-child(2) figure::before,
#recipe li:nth-child(3) figure::before,
#recipe li:nth-child(4) figure::before{
	position: absolute;
	top: 10px;
	left: -30px;
	color: #ffffff;
	background-color: #a13742;
	transform: rotate(-22deg);
	padding: 5px 25px;
	font-size: clamp(12px, calc(12px + 1vw), 24px);
}
#recipe li .flex_box .box{
	padding: 30px;
	width: 100%;
}
#recipe li .txt{
	display: block;
	padding: 20px 60px;
}
#recipe h3{
	font-size: clamp(14px, calc(14px + 1vw), 26px);
}
#recipe h4{
	text-align: center;
	font-size: clamp(26px, calc(26px + 1.5vw), 50px);
	margin-bottom: 20px;
}
#recipe a{
	border: 3px solid #a13742;
	position: relative;
}
#recipe a::after{
	content: "";
	background: url('../images/arrow.svg') no-repeat;
	width: 15px;
	height: 23px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
}

/* 	================
feature
==================== */
#feature{
	text-align: center;
	padding-bottom: 0;
	position: relative;
}
#feature .content:nth-child(even){
	background-color: #fbd98c;
}
#feature .content{
	padding: 80px 0;
}
#feature .content:first-child{
	padding-top: 20px;
}
#feature .heater{
	margin: -30px 0 70px;
	position: relative;
}
#feature .heater figure{
	position: relative;
	z-index: 10;
}
#feature .heater figure span{
	display: block;
	font-size: clamp(12px, calc(12px + 1vw), 20px);
	color: #ffffff;
	margin-top: 10px;
}
#feature .heater .deco_bg{
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#feature .heater .deco_bg{
	z-index: 1;
}
#feature .heater + .flex_box figure{
	margin-bottom: 0;
	flex: 0 0 60%;
}
#feature .flex_box{
	width: 80%;
	margin: 0 auto;
	gap: 20px;
}
#feature .flex_box h3{
	flex: 1;
	font-size: clamp(20px, calc(20px + 1vw), 34px);
}
#feature .txt{
	font-size: clamp(16px, calc(16px + 1vw), 24px);
	margin-top: 40px;
}
#feature p{
	font-size: clamp(14px, calc(14px + 1vw), 22px);
}
#feature figure{
	margin-bottom: 40px;
}

/* 	================
spec
==================== */
#spec{
	padding-bottom: 120px;
}
#spec ul{
	width: 70%;
	margin: 30px auto 50px;
}
#spec ul li{
	color: #333333;
	padding: 5px 20px;
	font-size: clamp(12px, calc(12px + 1vw), 20px);
}
#spec ul li:nth-child(odd){
	background-color: #fdf0d1;
}
#spec a{
	background: #f6b218;
	color: #ffffff;
}
#spec figure{
	margin-top: 50px;
}


.purchase_promotion {
  width: 90vw;
  max-width: 780px;
  position: fixed;
  left: 50%;
  bottom: -4%;
  transform: translateX(-50%);
  background: #ffffff;
  box-shadow: 0 7px 12px -4px #0006;
  border-radius: 10px;
  margin: 50px auto;
  opacity: 0;
  transition: all 0.5s ease-out;
  z-index: 999999;
}
.purchase_promotion.scroll_view {
  opacity: 1;
}
.purchase_promotion .flex_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 1%;
	margin: 2% auto;
}
.purchase_promotion p {
	width: 35%;
	line-height: 50px;
	text-align: center;
	font-size: clamp(15px, 4.6vw, 22px);
	font-weight: bold;
	color: #000000;
	-webkit-text-fill-color: #000000;
	margin: 0;
}
.purchase_promotion p a img {
	padding-right: 0.5em;
	text-align: left;
}
.purchase_promotion p.doshisha_marche {
	width: 23%;
	line-height: 1.3;
}
.purchase_promotion p.rakuten {
	width: 23%;
	line-height: 1.2;
}
.purchase_promotion p.doshisha_marche a {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	background: #404040;
	background-size: 15%;
	border-radius: 50px;
	padding: 5%;
}
.purchase_promotion p.rakuten a {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	background: #666666;
	background-size: 15%;
	border-radius: 50px;
	padding: 5%;
}
.purchase_promotion p.doshisha_marche a:hover,
.purchase_promotion p.rakuten a:hover {
	opacity: 0.5;
}

/* 	================
footer
==================== */

footer {
	position: relative;
	background: #333333;
	text-align: center;
	z-index: 50;
	padding: 20px 0;
	font-family:'Noto Sans JP', sans-serif;
}
footer p {
	color: #ffffff;
	font-size: clamp(10px, 3.1vw, 14px);
	margin: 0 auto;
}


@media (orientation: landscape) {
}
@media (orientation: portrait) {
}
@media screen and (max-width: 1024px) {
	.purchase_promotion p.doshisha_marche {
		width: 48%;
		max-width: 200px;
		margin: 0;
	}
	.purchase_promotion p.rakuten {
		width: 48%;
		max-width: 200px;
		margin: 0;
	}
}
@media screen and (max-width: 768px) {
	body{
		line-height: 1.6;
	}
	section{
		padding: 25px 0 50px;
	}
	.inner{
		width: 90%;
	}
	.wave02{
		padding-top: 20vw;
	}
	.wave01::after,
	.wave02::before{
		content: "";
		position: absolute;
	  width: 100%;
	  height: clamp(26px, 6vw, 50px);
	  left: 0;
	}
	.wave01::after{
		background: url('../images/wave_sp_01.webp') no-repeat bottom;
	  background-size: contain;
	  bottom: 0;
	}
	.wave02::before{
		background: url('../images/wave_sp_02.webp') no-repeat top;
	  background-size: contain;
	  top: 0;
	}
	.btn{
		width: 80%;
	}
	.flex_box{
		display: block;
	}

	.main_image{
		background-position-x: 62%;
		height: 58vh;
	}
	.main_image h1{
		width: 60%;
		top: 10px;
		left: 20px;
	}
	.main_image .medal{
		width: 32vw;
	  top: 10vh;
	  left: 5vw;
	  right: 0;
	  margin: 0;
	}
	.main_image .link{
		width: 22%;
		right: 15px;
		top: 20px;
	}

	#concept ul{
		display: block;
		width: 100%;
		padding-left: 10px;
	}
	#concept ul li{
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
		margin-bottom: 22px;
	}
	#concept ul li figure{
		flex: 0 0 45%;
	}
	#concept ul li p span{
		display: block;
		color: #333333;
	}
	#concept ul li figure::after{
		width: 12px;
		height: 16px;
		top: 101%;
		right: 50%;
		left: 49%;
		margin: 0 auto;
		transform: rotate(90deg);
	}
	#concept ul li p{
		text-align: left;
		margin: 0;
		flex: 1;
		line-height: 1.6;
	}

	#ambassador p span{
		margin-top: 10px;
		display: none;
	}
	#ambassador .deco{
		width: 50%;
		margin: 3vw 0;
	}
	#ambassador figure{
		width: 72%;
	}
	#ambassador figure::after{
		right: -15vw;
		top: 10vw;
		width: 33vw;
	  height: 15vw;
	}
	#ambassador .photo{
		margin-top: 6vw;
	}
	#ambassador .photo .deco_txt{
		width: 80%;
		top: -3.5vw;
	}

	#yakiimo h3{
		padding-left: 15px;
	}
	#yakiimo .box{
		margin-bottom: 20px;
	}

	#video{
		padding-bottom: 15vw;
    padding-top: 10vw;
	}
	#recipe li{
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
	#recipe li figure{
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	#recipe li:nth-child(1) figure::before,
	#recipe li:nth-child(2) figure::before,
	#recipe li:nth-child(3) figure::before,
	#recipe li:nth-child(4) figure::before{
		padding: 5px 15px;
	}
	#recipe li .flex_box .box{
		padding: 20px;
	}
	#recipe li .txt{
		padding: 0 20px 20px;
	}
	#recipe a::after{
		width: 10px;
		height: 15px;
		right: 6vw;
	}

	#feature .content{
		padding: 50px 0;
	}
	#feature .content:first-child{
		padding-top: 0;
	}
	#feature .content:nth-child(2) img{
		width: 60%;
	}
	#feature .content:nth-child(3) img{
		width: 80%;
	}
	#feature .content:nth-child(n+5) img{
		width: 80%;
	}
	#feature .flex_box h3{
		margin-top: 20px;
	}
	#feature .txt{
		padding: 0 30px;
	}
	#feature figure{
		margin-bottom: 20px;
	}
	#feature p{
		padding: 0 20px;
	}
	#feature .heater .deco_bg{
		top: -10px;
	}

	#spec{
		padding-bottom: 80px;
	}
	#spec figure{
		margin-top: 20px;
	}
	#spec ul{
		width: 100%;
		margin-bottom: 40px;
	}
	.purchase_promotion p:first-of-type {
		width: 100%;
	}

}
@media screen and (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
	h2{
		font-size: 36px;
	}
	.main_image{
		height: 50vh;
	}
	.main_image h1{
		width: 50%;
	}
	.main_image .medal{
		width: 20vw;
		left: -25vw;
	}
	.main_image .link{
		width: 14%;
	}
	#ambassador figure::after{
		right: -160px;
		top: 55px;
		width: 250px;
		height: 115px;
	}
	#ambassador .photo .deco_txt{
		top: -2.4vw;
	}
	#yakiimo figure{
    display: none;
  }
	#recipe li:nth-child(1) figure::before,
	#recipe li:nth-child(2) figure::before,
	#recipe li:nth-child(3) figure::before, 
	#recipe li:nth-child(4) figure::before{
		left: -5px;
	}
}

@media screen and (max-width: 480px) {
}

@media (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
  .main_image .link img{
		transition: transform .3s ease;
	}
	.main_image .link img:hover{
		transform: scale(1.1);
	}
	.btn:hover{
		letter-spacing: 1.3px;
	}
	#feature .timer{
		position: relative;
		display: inline-block;
		font-size: 24px;
		line-height: 1.4;
	}
	#feature .timer::before{
		content: "タイマー\A 60分";
		left: -120px;
	}
	#feature .timer::after{
		content: "100℃-200℃\A 温度調節機能";
		right: -170px;
	}
	#feature .timer::before,
	#feature .timer::after{
		position: absolute;
		top: 50%;
	  transform: translateY(-50%);
	  white-space: pre;
	}
}
@media (min-width: 800px) {
	#feature .timer{
		width: 50%;
	}
}