@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');
html{
	scroll-behavior:smooth;
}
body{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	background-image: url("../images/texture_paper.jpg");
	background-color: rgba(255,255,255,0.80);
	background-position: center;
	background-blend-mode: lighten;
}
.overflow{
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
}
@media screen and (max-width: 1080px){
	body{
		font-size: clamp(0.875rem, 0.77rem + 0.53vw, 1.125rem);
	}
}
/*==========================================TOPページ=======*/

/*================
common
=================*/
h1{
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding-top: 80px;
}
h2{
	text-align: center;
}
@media screen and (max-width: 1080px){
	h1{
		font-size: clamp(1.125rem, 0.967rem + 0.79vw, 1.5rem);
		/*24(1080)から18(320)*/
	}
}

/*================
header
=================*/
.header_container01{
	position: absolute;
	width: 100%;
	z-index: 5;
	height: 65px;
}
.header_container02{
	position: fixed;
	width: 100%;
	background-color: #ffffff;
	border-bottom: solid 1px #E5E5E5;
	height: 65px;
	transition: transform 0.4s; 
	transform: translateY(-100px); 
	/* 初期状態で上にずらす */
	z-index: -1;
}

.header{
	height: 65px;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}
.header_logo{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
.header_logo img{
	width: 250px;
}
@media screen and (max-width: 1080px){
	.header_container01 , .header_container02{
		height: clamp(2.813rem, 2.286rem + 2.63vw, 4.063rem);
		/*65(1080)から45(320)*/
	}
	.header{
		height: clamp(2.813rem, 2.286rem + 2.63vw, 4.063rem);
		/*65(1080)から45(320)*/
	}
	.header_logo img{
		width: clamp(8.125rem, 4.967rem + 15.79vw, 15.625rem);
		/*250(1080)から130(320)*/
	}
}
/*重なる前にロゴを透明にする*/
@media screen and (max-width: 750px){
	.header_container02 .header_logo{
		opacity: 0;
	}
}
/*navigation*/
.navigation{
	background: url("../images/nav.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	top: 4px;
	left: 50%;
	transform: translate(-50%, 0);
}
.navigation ul{
	display: flex;
	padding: 0 20px;
}
.navigation ul li{
	padding: 20px;
	font-size: 16px;
	font-weight: 600;
}
@media screen and (max-width: 1080px){
	.navigation ul li{
		padding: clamp(0.625rem, 0.362rem + 1.32vw, 1.25rem);
		/*20(1080)から10(320)*/
	}
}

/*bluesealクリック時の位置を微調整*/
#blueseal:target{
	padding-top: 5em;
}

/*================
swiper
=================*/
.swiper01_sec{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	box-shadow: 0 0 8px gray;
}

.swiper-slide img{
	width: 100%;
}
/*幅指定*/
.swiper-block{
 width: 100%;
 max-width: 1080px;
 margin: 0 auto;
 overflow: hidden;
}

/*================
説明部分
=================*/
.explan_sec{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.top_explanation{
	width: 640px;
	margin: 50px auto;
	font-size: 18px;
}
.top_explanation p:first-child{
	font-size: 26px;
	text-align: center;
	margin-bottom: 8px;
}
@media screen and (max-width: 1080px){
	.top_explanation{
		width: clamp(12.5rem, 0.921rem + 57.89vw, 40rem);
		/*640から200まで*/
		font-size: clamp(0.875rem, 0.77rem + 0.53vw, 1.125rem);
		/*18から14まで*/
		margin-top: clamp(1.25rem, 0.461rem + 3.95vw, 3.125rem);
		margin-bottom: clamp(1.25rem, 0.461rem + 3.95vw, 3.125rem);
		/*50(1080)から20(320)*/
 	}
	.top_explanation p:first-child{
		font-size: clamp(1.25rem, 1.092rem + 0.79vw, 1.625rem);
		/*26(1080)から20(320)*/
	}
}


/*================
画像挿入部分
=================*/
.parallax-window{
	width: clamp(20rem, 100vw, 120rem);
	height: 45vh;

	box-shadow: 2px 2px 4px rgba(0,0,0,0.4) inset;

}
@media screen and (max-width: 1080px){
	.parallax-window{
		height: 30vh;
	}
}
@media screen and (max-width: 650px){
	.parallax-window{
		height: 20vh;
	}
}
@media screen and (max-width: 440px){
	.parallax-window{
		display: none;
	}
}




/*================
メニューリンク部分
=================*/
.menulink_sec{
	width: 100%;
	max-width: 1080px;
	margin: 40px auto 0;
}
/*集合写真がなくなるタイミングで上に詰める*/
@media screen and (max-width: 440px){
	.menulink_sec{
		margin-top: 0;
	}
}
.menu_links {
  width: 100%;
  max-width: 1080px;
	margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 1%; /* 画像の間に余白を追加 */
  justify-content: space-between; /* 並び方を調整 */
}
.menu_links li {
  flex: 1 1 calc(33.33% - 3%); /* 3分割しつつ余白を考慮 */
	margin-bottom: 1%;
  box-sizing: border-box;
	
}
.menu_links li img {
  width: 100%; /* 親要素の幅に合わせる */
  height: auto;
}
@media screen and (min-width: 1080px) {
  .menu_links li img {
    width: clamp(9.375rem, -1.401rem + 34.48vw, 21.875rem);
  }
}
@media screen and (max-width: 1080px){
	.menu_links{
		margin-top: clamp(0.625rem, 0.362rem + 1.32vw, 1.25rem);
		/*20(1080)から10(320)*/
	}
}
/*440px以下*/
@media screen and (max-width: 440px){
	.menu_links li {
	  flex: 1 1 calc(50% - 1%); /* 2分割しつつ余白を考慮 */
	}
	.menu_links {
	  gap: 2%; /* 画像の間に余白を追加 */
		justify-content: space-around;
	}
}

/*メニューリンクホバー動作*/
.menu_link_box{
	position: relative;
	overflow: hidden;
}
.menu_link_box .caption{
	font-size: 24px;
	color: #000000;
	text-align: center;
	padding-top: 28%;
}
.menu_link_box .mask{
	font-weight: 800;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	/* マスクを表示しない */
	background-color: rgba(255,255,255,0.7);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.menu_link_box:hover .mask{
	opacity: 1;
}
@media screen and (max-width: 1080px){
	.menu_link_box .caption{
		font-size: clamp(1rem, 0.789rem + 1.05vw, 1.5rem);
		padding: 28% 0 0 0;
	}
}

/*スマホサイズで文字を表示*/
@media screen and (min-width: 440px){
	.menu_category{
		display: none;
	}
}
@media screen and (max-width: 440px){
	.caption{
		display: none;
	}
	.menu_category{
		font-weight: 700;
		text-align: center;
		font-size: 16px;
	}
	.menu_link_box{
		margin-bottom: 10px;
	}
}

/*================
blueseal部分
=================*/
.blueseal_sec{
	width: 100%;
	max-width: 1080px;
	margin: 40px auto 0;
}
.bannar{
	text-align: center;
}
.bannar img{
	width: 1080px;
}
@media screen and (max-width: 1080px){
	.bannar img{
		width: clamp(20rem, 100vw, 67.5rem);
	}
}


/*================
access部分
=================*/
.info_sec{
	width: 100%;
	max-width: 1080px;
	margin: 40px auto 0;
}
.info_flex{
	margin: 20px auto 0;
	align-items: center;
	display: flex;
}
.info_flex img{
	width: 600px;
	padding-right: 50px;
}
.info_flex > div> p:first-child{
	font-size: 24px;
	margin-bottom: 10px;
}
.info_flex > div> p:nth-child(n+2){
	font-size: 18px;
	margin-bottom: 5px;
}

/*追記12/3*/
/* 画像スライドのスタイル */
.access-img {
    flex: 1;
	width: 600px;
}
@media screen and (max-width: 1080px){
	.access-img{
		width: clamp(14.375rem, -0.172rem + 46.55vw, 31.25rem);
		/*500(1080)から230(500)*/
	}
}
/* 店舗情報 */
.store-info {
    flex: 1;
	justify-content: center;
}


@media screen and (max-width: 1080px){
	.info_flex{
		margin: clamp(0.625rem, 0.362rem + 1.32vw, 1.25rem) clamp(1.25rem, 0.461rem + 3.95vw, 3.125rem) 0;
		/*上20(1080)から10(320),左右50(1080)から20(320)*/
	}
	.info_flex img{
		width: clamp(14.375rem, -0.172rem + 46.55vw, 31.25rem);
		/*500(1080)から230(500)*/
		padding-right: clamp(1.25rem, -0.366rem + 5.17vw, 3.125rem);
		/*50(1080)から20(500)*/
	}
	.info_flex > div> p:first-child{
		font-size: clamp(1.125rem, 0.967rem + 0.79vw, 1.5rem);
		/*24(1080)から18(320)*/
		margin-bottom: clamp(0.313rem, 0.181rem + 0.66vw, 0.625rem);
		/*10(1080)から5(320)*/
	}
	.info_flex > div> p:nth-child(n+2){
		font-size: clamp(0.75rem, 0.645rem + 0.53vw, 1rem);
		/*16(1080)から12(320)*/
		margin-bottom: clamp(0.125rem, 0.046rem + 0.39vw, 0.313rem);
		/*5(1080)から2(320)*/
	}
}
/*500px以下*/
@media screen and (max-width: 500px){
	.info_flex{
		flex-direction: column;
		text-align: center;
	}
	.info_flex img{
		width: clamp(17.5rem, 4.167rem + 66.67vw, 25rem);
		/*400(500)から280(320)*/
		padding-right: 0;
		margin-bottom: 10px;
	}
	.access-img{
		width: clamp(17.5rem, 4.167rem + 66.67vw, 25rem);
		/*400(500)から280(320)*/
	}
}


/*googlemap*/
.info_sec iframe{
	margin-top: 5%;
	width: 1080px;
	height: 400px;
	margin-bottom: 5%;
}
@media screen and (max-width: 1080px){
	.info_sec iframe{
		width: clamp(20rem, 100vw, 67.5rem);
		/*1080(1080)から320(320)*/
		height: clamp(6.25rem, -1.645rem + 39.47vw, 25rem);
		/*400(1080)から100(320)*/
	}
}



/*================
footer
=================*/
footer{
	background-image: url("../images/texture_wood.jpg");
	background-size: contain;
	background-color: rgba(255,255,255,0.5);
	background-blend-mode: lighten;
	background-position: center;
}
.footer{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.footer_flex{
	padding: 5% 8%;
}
.footer_flex ul{
	display: flex;
	justify-content: space-around;
}
.footer_flex img{
	width: 200px;
}
.footer p{
	color: #000;
	text-align: center;
}
@media screen and (max-width: 1080px){
	.footer_flex img{
		width: clamp(3.125rem, -0.822rem + 19.74vw, 12.5rem);
		/*200(1080)から50(320)*/
	}
}



/*==========================================MENUページ=======*/

/*============
header
==============*/
.header_container03{
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	border-bottom: solid 1px #E5E5E5;
	height: 65px;
	transition: transform 0.4s; 
	z-index: 5;
}
@media screen and (max-width: 1080px){
	.header_container03{
		height: clamp(2.813rem, 2.286rem + 2.63vw, 4.063rem);
		/*65(1080)から45(320)*/
	}
}
/*重なる前にロゴを透明にする*/
@media screen and (max-width: 750px){
	.header_container03 .header_logo{
		opacity: 0;
	}
}
/*============
common
==============*/
/*header部分を余白あけ*/
.menu_sec:first-child{
	margin-top: 65px;
}
@media screen and (max-width: 650px){
	.menu_sec:first-child{
		margin-top: clamp(16.25rem, 7.917rem + 26.67vw, 18.75rem);
		/*300(650)から260(500)*/
	}
}
@media screen and (max-width: 500px){
	.menu_sec:first-child{
		margin-top: clamp(12.5rem, 6.944rem + 27.78vw, 15.625rem);
		/*250(500)から200(320)*/
	}
}

/*メニューの名前を調整*/
.menu_name p:nth-child(1){
	font-weight: 600;
	text-align: center;
	font-size: 20px;
}
.menu_name p:nth-child(2){
	font-weight: 500;
	text-align: center;
	font-size: 18px;
}
.menu_img{
	margin-bottom: 5px;
}
@media screen and (max-width: 1080px){
	.menu_name p:nth-child(1){
		font-size: clamp(1rem, 0.895rem + 0.53vw, 1.25rem);
		/*20(1080)から16(320)*/
	}
	.menu_name p:nth-child(2){
		font-size: clamp(0.875rem, 0.77rem + 0.53vw, 1.125rem);
		/*18(1080)から14(320)*/
	}
	.menu_img{
		margin-bottom: clamp(0.125rem, 0.046rem + 0.39vw, 0.313rem);
		/*5(1080)から2(320)*/
	}
}


.menu_sec{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 100px 0;
}
.menu_sec{
	position: relative;
}
.menu_sec > p{
	position: absolute;
}
@media screen and (max-width: 1080px){
	.menu_sec > p{
		width: clamp(34.375rem, 15.48rem + 46.51vw, 46.875rem);
		/*750(1080)から550(650)*/
	}
	.menu_sec > p img{
		width: clamp(34.375rem, 15.48rem + 46.51vw, 46.875rem);
		/*750(1080)から550(650)*/
	}
}
.explanation{
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 700px;
}
.explanation p:nth-child(2){
	width: 100%;
	max-width: 620px;

}
.menu_sec:nth-child(odd) .explanation p:nth-child(2){
	margin-right: 0;
	margin-left: auto;
}
.menu_sec:nth-child(even) .explanation p:nth-child(2){
	margin-right: auto;
	margin-left: 0;
}
@media screen and (max-width: 1080px){
	.explanation{
		width: clamp(21.875rem, -11.192rem + 81.4vw, 43.75rem);
		/*700(1080)から350(650)*/
	}
	.explanation img{
		width: clamp(21.875rem, -11.192rem + 81.4vw, 43.75rem);
		/*700(1080)から350(650)*/
	}
	.explanation p:nth-child(2){
		width: clamp(21.875rem, -6.468rem + 69.77vw, 40.625rem);
		/*650(1080)から350(650)*/
	}
	.menu_sec:nth-child(odd) .explanation p:nth-child(2){
		margin-right: 10px;
		margin-left: auto;
	}
	.menu_sec:nth-child(even) .explanation p:nth-child(2){
		margin-right: auto;
		margin-left: 10px;
	}
}
.menu_gal {
  width: 100%;
  max-width: 1080px;
	margin-top: 1%;
  display: flex;
  flex-wrap: wrap;
  gap: 1%; /* 画像の間に余白を追加 */
  justify-content: space-between; /* 並び方を調整 */
}
.menu_img:first-child{
	visibility: hidden; 
}
.menu_img {
  flex: 1 1 calc(33.33% - 1%); /* 3分割しつつ余白を考慮 */
	margin-top: 1%;
  box-sizing: border-box;
}
.menu_img img {
  width: 100%; /* 親要素の幅に合わせる */
  height: auto;
}
@media screen and (min-width: 1080px) {
  .menu_img img {
    width: clamp(9.375rem, -1.401rem + 34.48vw, 21.875rem);
  }
}


/*============
奇数section
==============*/
.menu_sec:nth-child(odd) .explanation{
	margin: 0 10px 0 auto;
	text-align: right;
}
.menu_sec:nth-child(odd) > p{
	top: -12%;
	left: -25%;
}

/*============
偶数section
==============*/
.menu_sec:nth-child(even) .explanation{
	text-align: left;
	margin: 0 auto 0 10px;
}
.menu_sec:nth-child(even) > p{
	top: -12%;
	right: -25%;
}
.menu_sec:nth-child(even) .menu_gal{
	flex-direction: row-reverse;
}

/*円刑画像位置調整*/
/*982px以下*/
@media screen and (max-width: 982px){
	.menu_sec:nth-child(odd) > p{
		top: -9%;
		left: -28%;
	}
	.menu_sec:nth-child(even) > p{
		top: -9%;
		right: -28%;
	}
}



/*配置変え調整*/
/*650px以下*/
@media screen and (max-width: 650px){
	.menu_sec > p{
		width: clamp(18.75rem, 12.689rem + 30.3vw, 25rem);
		/*400(650)から300(350)*/
	}
	.menu_sec > p img{
		width: clamp(18.75rem, 12.689rem + 30.3vw, 25rem);
		/*400(650)から300(350)*/
	}
	.explanation{
		text-align: center;
	}
	.menu_sec{
		margin: 40% 0;
	}
	.menu_img:first-child{
		visibility: visible; 
	}
	.menu_sec:nth-child(odd) > p{
		top: 50%;
		left: 50%;
	}
	.menu_sec:nth-child(even) > p{
		top: 50%;
		right: 25%;
	}
	.menu_sec > p{
		top: -40%!important;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.explanation{
		text-align: center!important;
		margin: 0 auto!important;
	}
	.explanation{
		width: clamp(17.5rem, 7.197rem + 51.52vw, 28.125rem);
		/*450(650)から280(320)*/
	}
	.explanation p:nth-child(2){
		width: clamp(21.875rem, -6.468rem + 69.77vw, 40.625rem);
		/*650(1080)から350(650)*/
	}
	.explanation p:nth-child(2){
		width: clamp(17.5rem, 13.258rem + 21.21vw, 21.875rem);
		/*350(650)から280(320)*/
		margin-right: auto!important;
		margin-left: auto!important;
	}
	.ex_label::before{
        content: attr(data-label);
		font-size: clamp(1.25rem, 1.129rem + 0.61vw, 1.375rem);
		/*22(650)から20(320)*/
		font-weight: 900;
    }
    .ex_label img {
        display: none;
    } 
	.ex_label{
		margin-bottom: 5%;
	}
	/*偶数*/
	.menu_sec:nth-child(even) .menu_gal{
		flex-direction: row;
	}
	/*ラストの下の余白を少なくする*/
	.menu_sec:nth-child(5){
		margin-bottom: 0;
	}
	.menu_sec:nth-child(5) > p{
		top: -50%!important;
	}
}

/*メニュー画像長方形はら正方形へ*/
/*500px以下*/
@media screen and (max-width: 500px){
	.menu_sec > p{
		top: -30%!important;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.menu_sec:nth-child(5) > p{
		top: -40%!important;
	}
}

/*メニュー画像３列から２列へ*/
/*440px以下*/
@media screen and (max-width: 440px){
	.menu_img {
	  flex: 1 1 calc(50% - 1%); /* 3分割しつつ余白を考慮 */
	}
	.menu_sec{
		margin: 45% 0;
	}
	.menu_sec > p{
		top: -20%!important;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.menu_sec:nth-child(5) > p{
		top: -25%!important;
	}
}



/*============
ブルーシールsection
==============*/
/*波を作る*/
.blueseal_menu_sec .container{
  background: #005bac;
  height: auto;
}
.blueseal_menu_sec .wave{
	position: relative;
	width: 100%;
	height: calc((250/1920) * 100vw);
}
.blueseal_menu_sec .wave::before{
	content: "";
	position: absolute;
	background-image: url("../images/wave.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	top: 1px;
	left: 50%;
	transform: translateX(-50%);
	width: inherit;
	height: inherit;
}
.blueseal_contents{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
/*logo*/
h3{
	text-align: center;
	padding-top: 10px;
}
h3 img{
	width: 300px;
}
@media screen and (max-width: 1080px){
	h3 img{
		width: clamp(12.5rem, 9.868rem + 13.16vw, 18.75rem);
	}
}

/*blueseal_flex内*/

.blueseal_flex{
	color: #fff;
	font-size: 16px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding-top: 100px;
	padding-bottom: 10px;
}
/*flex div:nth-child(1)*/
.blueseal_flex div:nth-child(1) p:nth-child(3) img{
	width: 600px;
}
.blueseal_flex div:nth-child(1) p:nth-child(2){
	width: 600px;
	text-align: center;
	margin-bottom: 60px;
}
.blueseal_flex div:nth-child(1) p:nth-child(1) img{
	width: 600px;
}
@media screen and (max-width: 1080px){
	.blueseal_flex{
		padding-top: clamp(3.75rem, -0.029rem + 9.3vw, 6.25rem);
		/*100(1080)から60(650)*/
		margin-right: 10px;
	}
	.blueseal_flex div:nth-child(1) p:nth-child(3) img{
		width: clamp(21.875rem, -1.744rem + 58.14vw, 37.5rem);
		/*600(1080)から350(650)*/
	}
	.blueseal_flex div:nth-child(1) p:nth-child(2){
		width: clamp(21.875rem, -1.744rem + 58.14vw, 37.5rem);
		/*600(1080)から350(650)*/
		text-align: center;
		margin-bottom: clamp(2.5rem, 0.61rem + 4.65vw, 3.75rem);
		/*60(1080)から40(650)*/
	}
	.blueseal_flex div:nth-child(1) p:nth-child(1) img{
		width: clamp(21.875rem, -1.744rem + 58.14vw, 37.5rem);
		/*600(1080)から350(650)*/
	}
}
/*flex div:nth-child(2)*/
.blueseal_flex div:nth-child(2) img{
	width: 500px;
	margin-right: 40px;
}
@media screen and (max-width: 1080px){
	.blueseal_flex div:nth-child(2) img{
		width: clamp(25rem, 15.552rem + 23.26vw, 31.25rem);
		/*500(1080)から400(650)*/
		margin-right: clamp(0.125rem, -1.576rem + 4.19vw, 1.25rem);
		/*20(1080)から2(650)*/
	}
}
/*650px以下でflex解除*/
@media screen and (max-width: 650px){
	.blueseal_flex{
		font-size: clamp(0.875rem, 0.754rem + 0.61vw, 1rem);
		flex-direction: column;
		text-align: center;
		position: relative;
		overflow: hidden;
		margin-right: 0;
	}
	/*flex div:nth-child(1)*/
	.blueseal_flex{
		padding-top: clamp(1.25rem, -1.174rem + 12.12vw, 3.75rem);
		/*60(650)から20(320)*/
	}
	.blueseal_flex div:nth-child(1) p:nth-child(3) img{
		width: clamp(18.75rem, 6.629rem + 60.61vw, 31.25rem);
		/*500(650)から300(320)*/
		padding-bottom: 450px;
	}
	.blueseal_flex div:nth-child(1) p:nth-child(2){
		width: clamp(18.75rem, 6.629rem + 60.61vw, 31.25rem);
		/*500(650)から300(320)*/
		text-align: center;
		margin: 0 auto;
		margin-bottom: clamp(1.25rem, 0.038rem + 6.06vw, 2.5rem);
		/*40(1080)から20(650)*/
	}
	.blueseal_flex div:nth-child(1) p:nth-child(1) img{
		width: clamp(17.5rem, 7.197rem + 51.52vw, 28.125rem);
		/*450(1080)から280(650)*/
		
	}
	
	/*flex div:nth-child(2)*/
	.blueseal_flex div:nth-child(2){
		position: absolute;
		bottom: -30%;
		left: 50%;
		transform: translateX(-50%);
	}
	.blueseal_flex div:nth-child(2) img{
		width: clamp(25rem, 18.939rem + 30.3vw, 31.25rem);
		/*500(1080)から400(650)*/
	}
}
@media screen and (max-width: 500px){
	.blueseal_flex div:nth-child(2){
		bottom: -25%;
	}
}
@media screen and (max-width: 400px){
	.blueseal_flex div:nth-child(1) p:nth-child(3) img{
		padding-bottom: 400px;
	}
	.blueseal_flex div:nth-child(2){
		bottom: -24%;
	}
}