@charset "utf-8";

/* layout pc
--------------------------------------------------*/


/* import
--------------------------------------------------*/
@import "init.css";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');


.goto_top_box{
	display:none;
}

/* html, body
--------------------------------------------------*/
html,body{
	position:relative;
	width:100%;
	min-width:1140px;
	text-align:left;
	-webkit-text-size-adjust: none;
	background:#ffffff;
	
	font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing:0.1em;
}



/* layout
--------------------------------------------------*/
/* ■■■ 共通 ■■■ */

/* ■■■ ヘッダー ■■■ */
header{
	position:fixed;
	width:100%;
	min-width:1140px;
	height:80px;
	background:#ffffff;
	z-index:3;
}

.header_logo{
	position:relative;
	width:177px;
	height:auto;
	margin-top:20px;
	margin-left:20px;
	cursor:pointer;
	transition-duration:0.4s;
}

.header_btn_set{
	position:absolute;
	top:23px;
	right:20px;
}

.header_btn{
	width:auto;
	height:34px;
	float:left;
	cursor:pointer;
	transition-duration:0.4s;
}

.header_logo:hover,
.header_btn:hover{
	opacity:0.5;
	transition-duration:0.2s;
}

.header_btn_line{
	position:relative;
	width:1px;
	height:23px;
	float:left;
	margin-top:6px;
}




/* ■■■ メインビジュアル ■■■ */
.mv{
	position:relative;
	padding-top:54px;
	padding-bottom:228px;
	background:#ffffff;
	z-index:1;
	min-width:1140px;
	overflow-x:hidden;
}

.main_image{
	position:relative;
	width:100%;
	left:0;
	height:auto;
	/*min-width:1400px;*/
}


/*
@media screen and (max-width:1400px){

.main_image{
	position:relative;
	width:100%;
	left:50%;
	margin-left:-700px;
	height:auto;
	min-width:1400px;
}

}

*/

/* ■■■ スクロールアニメ ■■■ */
.scroll_text{
	position:absolute;
	bottom:258px;
	margin-bottom:-16px;
	left:50%;
	margin-left:11px;
	display:block;
	z-index:1;
	width:50px;
	height:auto;
}

#scroll-down {
	position:absolute;
	bottom:258px;
	left:50%;
	display: block;
	z-index:1;
}

#scroll-down::before {

	animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
	
	position: absolute;
	top:0;
	left:0;
	margin-left:0;
	width: 2px;
	height:160px;
	background: #000000;
	content: ' ';
}

@keyframes elasticus {
	0% {
		transform-origin: 0% 0%;
		transform: scale(1, 0);
	}
	50% {
		transform-origin: 0% 0%;
		transform: scale(1, 1);
	}
	50.1% {
		transform-origin: 0% 100%;
		transform: scale(1, 1);
	}
	100% {0%;
		transform-origin: 0% 100%;
		transform: scale(1, 0);
	}
}




/* ■■■ ct01 ■■■ */

.ct01{
	position:relative;
	width:100%;
}

.ct01_text_set{
	position:relative;
	width:500px;
	left:50%;
	margin-left:-500px;
	background:#ffffff;
	z-index:1;
}

.ct01_caption01{
	position:relative;
	padding-top:10px;
	margin-left:-23px;
	margin-bottom:50px;
}

.ct01_caption02{
	position:relative;
	width:450px;
	padding-top:10px;
	margin-left:-20px;
	margin-bottom:30px;
	font-size:19px;
	color:#0B82EB;
	line-height:1;
	display:block;
	border-top:1px solid #0B82EB;
	border-bottom:1px solid #0B82EB;
	padding-top:10px;
	padding-bottom:13px;
	padding-left:3px;
}

.ct01_image01{
	position:relative;
	margin-left:-20px;
}

.ct01_image02{
	position:relative;
	margin-top:30px;
	margin-bottom:20px;
	margin-left:-20px;
}


.ct01_text01{
	font-size:10px;
	display:block;
	text-align:left;
}

.ct01_text02{
	font-size:16px;
	line-height:2.8;
	letter-spacing:4px;
	margin-left:-20px;
	margin-bottom:70px;
}

.ct01_mask_image{
	position:absolute;
	top:0;
	left:50%;
	width:auto;
	height:calc(100% + 2px);
	margin-top:-1px;
	margin-left:34px;
	z-index:1;
}

.ct01_mask_photo{
	position:fixed;
	top:64px;
	right:0;
	width:calc(50% - 35px);
	height:auto;
	z-index:0;
}


@media screen and (max-width:1200px){

	.ct01_mask_image{
		position:absolute;
		top:0;
		left:600px;
		margin-left:0;
		z-index:1;
	}

  .ct01_mask_photo {
    left:600px;
	right:auto;
	width:600px;
  }
}

.ct01_mask_clip{
	position:absolute;
	width:47%;
	height:1258px;
	clip-path: inset(0 0 round 80px 0 0 80px);
	margin:0 auto 0;
	right:0;
	z-index:1;
}

.bg{
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   background-image: url('../img/ct01/photo01_pc.png');
   background-size: cover;
   background-position: center;
   z-index: -1;
}



/* ■■■ ct02 ■■■ */
.ct02{
	position:relative;
	width:100%;
	background:#ffffff;
	padding-top:200px;
	min-width:1140px;
}

.ct02_caption01{
	position:absolute;
	top:138px;
	left:50%;
	margin-left:212px;
	z-index:1;
}

.ct02_text01{
	position:absolute;
	top:138px;
	left:50%;
	margin-left:252px;
	margin-top:265px;
	z-index:1;
	font-size:21px;
	line-height:2.8;
}

.ct02_photo01{
	position:relative;
	top:20px;
	left:50%;
	margin-left:-1100px;
}




/* ■■■ ct03 ■■■ */
.ct03{
	position:relative;
	width:100%;
	background:#ffffff;
	padding-top:178px;
	min-width:1140px;
	overflow-x:hidden;
}

.ct03_caption01{
	position:absolute;
	top:128px;
	left:50%;
	margin-left:-550px;
	z-index:1;
}


/* ■■■ ct03 スライダー ■■■ */
.slide-items {
	margin-top:100px;
  width: 100%;
  height: 100%;
}

.slide-items li{
	position:relative;
  width: 100%;
  height: 100%;
  display:block;
  margin:0;
}


.ct03_bg{
	position:relative;
	width:100%;
	height:auto;
	padding-top:10vw;
	padding-bottom:10vw;
}

.ct03_text{
	position:absolute;
	top:50%;
	left:50%;
	width:46%;
	margin-top:-21.5%;
	margin-left:-46.5%;
	height:auto;
	z-index:1;
	opacity:0;
}

.ct03_photo{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-46%;
	margin-left:-32%;
	width:64%;
	height:auto;
	z-index:1;
	opacity:0;
}

.ct03_photo01{
	opacity:1;
}

.inner{
	margin: 0 0;
}

.arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 0;
    position: relative;
}

.prev-arrow,
.next-arrow {
	width:30px;
    display: block;
    cursor: pointer;
    position:relative;
}

.prev-arrow:hover,
.next-arrow:hover{
    opacity:0.5;
	transition-duration:0.4s;
}

.slide-items a:hover{
	position:relative;
    opacity:0.8;
	transition-duration:0.4s;
	display:block;
}

.prev-arrow img{
	width:22px;
	height:auto;
}

.next-arrow img{
	width:22px;
	height:auto;
}


.prev-arrow {
   position:absolute;
   top:calc(50% - 12.5px);
   left:calc(50% - 12.5px - 30.5px);
   z-index:1;
}

.next-arrow {
   position:absolute;
   top:calc(50% - 12.5px);
   left:calc(50% + 12.5px + 10.5px);
}




/* ■■■ ct04 ■■■ */
.ct04{
	position:relative;
	width:100%;
	background:#ffffff;
	padding-top:90px;
	min-width:1140px;
	overflow-x:hidden;
}

.ct04_caption01{
	position:relative;
	left:50%;
	margin-left:-550px;
	z-index:1;
}

.ct04_caption02{
	position:relative;
	left:50%;
	margin-left:-325px;
	margin-top:100px;
	margin-bottom:40px;
	z-index:1;
}

/* ■■■ レシピ ■■■ */
.ct04_recipe_box_set{
	position:relative;
	width:1000px;
	margin:80px auto 0;
}


.ct04_recipe_box{
	position:relative;
	width:300px;
	display:block;
	float:left;
	margin-right:50px;
	color:#8895ac;
	text-decoration:none;
}


.ct04_recipe_box:nth-child(3n){
	margin-right:0;
}


.ct04_recipe_box:nth-child(n+4){
	margin-top:40px;
}

.ct04_recipe_text{
	position:relative;
	text-align:center;
	font-size:17px;
	margin-top:10px;
	color:#333333;
}

.ct04_recipe_btn{
	position:relative;
	width:auto;
	height:auto;
	margin:7px auto 0;
}





.ct04_recipe_photo_box img{
	position:relative;
	width:100%;
	height:auto;
	display:block;
	transition:0.2s all;
}

.ct04_recipe_photo_box{
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	border-radius:25px;
	z-index:1;
}

.ct04_recipe_box:hover .ct04_recipe_photo_box img{
	transform:scale(1.08,1.08);
	transition:0.4s;
}

.ct04_recipe_box:hover .ct04_recipe_btn{
	opacity:0.7;
	transition:0.4s;
}

.ct04_recipe_box:hover .ct04_recipe_btn{
	text-decoration:underline;
}

/* ■■■ タグ ■■■ */
.ct04_recipe_tag_box{
	position:absolute;
	top:-10px;
	left:-8px;
	z-index:2;
}

.ct04_recipe_box .ct04_recipe_tag{
	position:relative;
	width:145px;
	height:auto;
}

.ct04_recipe_box .ct04_recipe_tag{
	position:relative;
	width:145px;
	height:auto;
}

.ct04_recipe_tag_text{
	position:absolute;
	top:6px;
	left:8px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	line-height:1;
	
}

/* ■■■ バナー ■■■ */
.ct04_banner{
	position:relative;
	margin:50px auto 20px;
	display:block;
}

.ct04_banner:hover{
    opacity:0.7;
	transition-duration:0.4s;
}







/* ■■■ ct05 ■■■ */
.ct05{
	position:relative;
	width:100%;
	background:#ffffff;
	padding-top:200px;
	padding-bottom:140px;
	min-width:1140px;
	overflow-x:hidden;
}

.ct05_caption01{
	position:relative;
	left:50%;
	margin-left:-550px;
	z-index:1;
}

.ct05_bg_box{
	position:relative;
	min-width:1200px;
	margin-top:225px;
	background-image:url("../img/ct05/bg01_pc.jpg");
	background-size:1920px auto;
	background-position:25% bottom;
	background-repeat:no-repeat;
	padding-top:120px;
	padding-bottom:120px;
	background-color:#ffffff;
}

.ct05_caption02{
	position:relative;
	left:50%;
	margin-top:-250px;
	padding-bottom:80px;
	margin-left:-550px;
	z-index:1;
}


.ct05_photo01{
	position:absolute;
	top:0;
	left:50%;
	margin-top:-285px;
	margin-left:-80px;
	height:auto;
	z-index:1;
	width:740px;
	height:auto;

}


.ct05_text{
	position:relative;
	width:760px;
	margin:0 auto 0;
	font-size:16px;
	line-height:2.3;
}


.ct05_text_big img{
	position:relative;
	margin-left:-3px;
}




/* ■■■ ct06 ■■■ */
.ct06{
	position:relative;
	width:100%;
	background:#ffffff;
	min-width:1140px;
	overflow-x:hidden;
}

.ct06_bg{
	position:relative;
	width:100%;
	padding-top:90px;
	background-image:url("../img/ct06/bg_pc.jpg");
	background-size:100% auto;
}


.ct06_caption{
	position:relative;
	margin:0 auto 0;
}

/* 
.ct06_photo01{
	position:absolute;
	top:103px;
	width:670px;
	height:auto;
	left:50%;
	margin-left:-120px;
}
 */


.ct06_text_set{
	position:relative;
	margin-top:70px;
}


.ct06_text{
	position:relative;
	width:660px;
	margin:0 auto 0;
	font-size:19px;
	line-height:2.5;
	text-align:center;
	color:#ffffff;
	border-bottom:solid 1px #0B82EB;
	display:block;
}


.ct06_interview_box_set{
	position:relative;
	width:100%;
	margin:0 auto 0;
	background:#CEE5F4;
	text-align:center;
	padding-top:320px;
	padding-bottom:100px;
}

.ct06_interview_box_set_caption{
	position:relative;
	margin:87px auto 60px;
}

.ct06_interview_caption_box{
	position:relative;
	display:inline-block;
	text-align:left;
	margin-top:15px;
}

.ct06_interview_caption{
	position:relative;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}

.ct06_interview_caption_box_icon{
	position:relative;
	width:36px;
	height:auto;
	display:inline-block;
	vertical-align:-10px;
	margin-right:20px;
}


.ct06_interview_box{
	position:relative;
	width:1000px;
	margin:60px auto 0;
	background:rgba(255,255,255,1);
	border-radius:30px;
	text-align:left;
}

.ct06_interview_box_left_photo{
	position:absolute;
	top:-48px;
	left:35px;
	width:263px;
	height:auto;
}


.ct06_interview_box_left_caption_box{
	position:relative;
	width:660px;
	height:auto;
	display:block;
	padding-top:45px;
	padding-bottom:30px;
	margin-left:385px;
}

.ct06_interview_box_caption{
	position:relative;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	min-height:30px;
	line-height:2;
}

.ct06_interview_box_caption_box_icon{
	position:absolute;
	width:30px;
	height:auto;
	display:inline-block;
	margin-top:-5px;
	margin-right:20px;
	margin-left:-50px;
}


.ct06_interview_box_right_caption_box{
	position:relative;
	width:660px;
	height:auto;
	display:block;
	padding-top:45px;
	padding-bottom:30px;
	margin-left:110px;
}

.ct06_interview_box_right_photo{
	position:absolute;
	top:-48px;
	right:35px;
	width:263px;
	height:auto;
}


/* ■■■ インタビュー前半 ■■■ */
.ct06_caption02{
	position:absolute;
	top:55px;
	left:50%;
	margin-left:-630px;
	z-index:1;
}

.ct06_photo01{
	position:relative;
	margin:0 auto 0;
}

.ct06_fukidashi_set{
	position:absolute;
	width:100%;
	display:block;
	margin-top:-500px;
}

.ct06_fukidashi01{
	position:absolute;
	top:238px;
	left:50%;
	margin-left:-595px;
	z-index:1;
}

.ct06_fukidashi02{
	position:absolute;
	top:-182px;
	left:50%;
	margin-left:-121px;
	z-index:1;
}

.ct06_fukidashi03{
	position:absolute;
	top:-149px;
	left:50%;
	margin-left:200px;
	z-index:1;
}

.ct06_fukidashi04{
	position:absolute;
	top:242px;
	left:50%;
	margin-left:305px;
	z-index:1;
}



.ct06_photo02{
	position:relative;
	margin:20px auto 190px;
}

.ct06_fukidashi_set02{
	position:absolute;
	width:100%;
	display:block;
	margin-top:-690px;
}

.ct06_fukidashi05{
	position:absolute;
	top:53px;
	left:50%;
	margin-left:-630px;
	z-index:1;
}

.ct06_fukidashi06{
	position:absolute;
	top:390px;
	left:50%;
	margin-left:-500px;
	z-index:1;
}

.ct06_fukidashi07{
	position:absolute;
	top:390px;
	left:50%;
	margin-left:30px;
	z-index:1;
}

.ct06_fukidashi08{
	position:absolute;
	top:51px;
	left:50%;
	margin-left:305px;
	z-index:1;
}


.ct06_text02{
	position:relative;
	display:block;
	font-size:19px;
	line-height:3.2;
	text-align:center;
	color:#3366BF;
}

.ct06_text02_attention{
	font-weight:bold;
	display:display: inline-block;
	padding:2px 5px 2.5px;
	margin-left:2px;
	margin-right:2px;
	background:#FFF583;
}

/* ■■■ 吹き出しの中のテキスト ■■■ */
.ct06_fukidashi_text_set{
	position:absolute;
	width:100%;
	display:block;
	margin-top:-500px;
	z-index:1;
}

.ct06_fukidashi_text_set02{
	position:absolute;
	width:100%;
	display:block;
	margin-top:-690px;
	z-index:1;
}

.ct06_fukidashi_text_box01{
	position:absolute;
	top:238px;
	left:50%;
	margin-left:-595px;
	z-index:1;
	width:302px;
	text-align:center;
	margin-top:52px;
}

.ct06_fukidashi_text_box02{
	position:absolute;
	top:-182px;
	left:50%;
	margin-left:-121px;
	z-index:1;
	width:302px;
	text-align:center;
	margin-top:30px;
}

.ct06_fukidashi_text_box03{
	position:absolute;
	top:-149px;
	left:50%;
	margin-left:200px;
	z-index:1;
	width:302px;
	text-align:center;
	margin-top:64px;
}

.ct06_fukidashi_text_box04{
	position:absolute;
	top:242px;
	left:50%;
	margin-left:calc(305px + 25px);
	z-index:1;
	width:302px;
	text-align:center;
	margin-top:46px;
}

.ct06_fukidashi_text_box05{
	position:absolute;
	top:53px;
	left:50%;
	margin-left:-630px;
	z-index:1;
	width:302px;
	text-align:center;
	margin-top:64px;
}


.ct06_fukidashi_text_box06{
	position:absolute;
	top:390px;
	left:50%;
	margin-left:-500px;
	z-index:1;
	width:302px;
	text-align:center;
	margin-top:46px;
}


.ct06_fukidashi_text_box07{
	position:absolute;
	top:390px;
	left:50%;
	margin-left:calc(30px + 25px);
	z-index:1;
	width:302px;
	text-align:center;
	margin-top:64px;
}


.ct06_fukidashi_text_box08{
	position:absolute;
	top:51px;
	left:50%;
	margin-left:calc(305px + 25px + 16px);
	z-index:1;
	margin-top:32px;
}





.ct06_fukidashi_text01{
	font-size:17px;
	color:#3366BF;
	line-height:1.8;
	font-weight:bold;
}

.ct06_fukidashi_text02{
	font-size:16px;
	color:#3366BF;
	line-height:1.8;
	font-weight:bold;
	margin-top:10px;
	font-weight:normal;
}



/* ■■■ レシピエリア ■■■ */
.ct06_recipe_set{
	position:relative;
	width:100%;
	padding-top:180px;
	background-image:url("../img/ct06/bg02_pc.jpg");
	background-size:100% auto;
	padding-bottom:130px;
}

.ct06_caption03{
	position:absolute;
	top:110px;
	left:50%;
	margin-left:-630px;
	z-index:1;
}

.ct06_photo03{
	position:relative;
	top:0;
	left:50%;
	margin-left:-90px;
	z-index:1;
}

.ct06_recipe_text_set01{
	position:absolute;
	top:478px;
	left:50%;
	margin-left:-630px;
	z-index:1;
}

.ct06_recipe_text01_box{
	position:absolute;
	top:57px;
	left:55px;
	z-index:1;
}

.ct06_recipe_text01{
	width:500px;
	font-size:17px;
	font-weight:bold;
	line-height:2.5;
	text-align:left;
	color:#3366BF;
	border-bottom:solid 1px #99b2df;
	padding-left:30px;
	box-sizing:border-box;
	white-space:nowrap;
}

.ct06_recipe_text_set02{
	position:absolute;
	top:802px;
	left:50%;
	margin-left:-525px;
	z-index:1;
}

.ct06_recipe_text02_box{
	position:absolute;
	top:45px;
	left:55px;
	z-index:1;
}




/* ■■■ 追加ムービー ■■■ */
.ct06_movie{
	position:relative;
	width:800px;
	height:450px;
	margin:130px auto 0;

}



/* ■■■ レシピ下部 ■■■ */
.ct06_caption04{
	position:relative;
	margin-top:130px;
	margin-bottom:115px;
	left:50%;
	margin-left:-375px;
	z-index:1;
}

.ct06_recipe_box{
	position:relative;
	width:1200px;
	height:400px;
	margin:auto;
	background:rgba(5,89,212,0.6);
	border-radius:40px;
	margin-bottom:90px;
}

.ct06_recipe_box a{
	text-decoration:none;
}

.ct06_recipe_box_last{
	margin-bottom:0;
}

.ct06_recipe_fukidashi01{
	position:absolute;
	top:170px;
	left:50%;
	margin-left:8px;
}

.ct06_recipe_comment_box{
	position:relative;
}

.ct06_recipe_comment_set01{
	position:absolute;
	top:170px;
	left:50%;
	margin-left:60px;
	margin-top:60px;
}

.ct06_recipe_comment_set02{
	position:absolute;
	top:170px;
	left:50%;
	margin-left:360px;
	margin-top:63px;
}

.ct06_recipe_comment_set05{
	position:absolute;
	top:170px;
	left:50%;
	margin-left:60px;
	margin-top:60px;
}

.ct06_recipe_comment_set06{
	position:absolute;
	top:170px;
	left:50%;
	margin-left:360px;
	margin-top:63px;
}

.ct06_recipe_comment_text{
	font-size:17px;
	font-weight:bold;
	line-height:2;
	text-align:left;
	color:#3366BF;
	letter-spacing:1px;
}

.ct06_recipe_photo_left{
	position:absolute;
	margin-top:-45px;
	margin-left:-30px;
}

.ct06_recipe_text_box_right{
	position:absolute;
	top:40px;
	left:50%;
	margin-left:50px;
}


.ct06_recipe_name{
	position:relative;
	font-size:25px;
	color:#ffffff;
	letter-spacing:0;
}

.ct06_recipe_btn{
	position:relative;
	margin-top:15px;
}

.ct06_recipe_btn:hover{
    opacity:0.7;
	transition-duration:0.4s;
}

/* ■■■ 写真右側タイプ ■■■ */
.ct06_recipe_photo_right{
	position:absolute;
	left:50%;
	margin-top:-45px;
	margin-left:0px;
}

.ct06_recipe_text_box_left{
	position:absolute;
	top:40px;
	left:50%;
	margin-left:-535px;
}

.ct06_recipe_fukidashi02{
	position:absolute;
	top:170px;
	left:50%;
	margin-left:-620px;
}

.ct06_recipe_comment_set03{
	position:absolute;
	top:170px;
	left:50%;
	margin-left:-600px;
	margin-top:50px;
}

.ct06_recipe_comment_set04{
	position:absolute;
	top:170px;
	left:50%;
	margin-left:-310px;
	margin-top:44px;
}





.ct06_last_photo{
	position:relative;
	left:50%;
	margin-left:-400px;
	margin-top:90px;
}






/* ■■■ フッター ■■■ */
.footer_box{
	position:relative;
	width:100%;
	background:#ffffff;
	z-index:1;
	min-width:1140px;
	overflow-x:hidden;
	letter-spacing:0;
}






/* ■■■ SNS ■■■ */
.sns{display: flex; max-width: 1040px; margin: 0 auto 1rem;}
.sns li{margin: 0 5px;}
.sns li:nth-child(1){margin-left:0;}
.sns li img{height: 45px;width: auto;}


/* フッターロゴ */	
.l-simple-footer__logo{
	bottom: 18px !important;
}

.l-simple-footer__logo__link .l-simple-footer__logo__img{
	width: auto !important;
	height:55px !important;
}




/* ■■■ PC/モバイル表示切り替え ■■■ */	
.rps_visible{
	display:none;
}

.rps_visible_inline_block{
	display:none;
}

.rps_del{
	display:block;
}

br.rps_del{
	display:inline;
}



/* ■■■ アニメーション用初期設定 ■■■ */

.fadein_anime{
	/*
	opacity: 0;
	*/
	opacity: 1;
}

@keyframes zoomDown {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8); /* 拡大率 */
  }
  
}
.add-animation {
  animation: zoomDown 0.4s linear 0s normal both;
}


@keyframes zoomUp {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1); /* 拡大率 */
  }
}

.add-animation02 {
  animation: zoomUp 0.4s linear 0s normal both;
}



/* ■■■ フォント設定 ■■■ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap');
.serif{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}