@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #fff;
	color: #333333;
}

body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #333333;
}
.font-josefin{
	font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}

.cate_wrap > .cate{
	padding-top: 150px;
}

.default_title{
	font-size: 28px;
	font-weight: 700;
}
.default_title2{
	font-size: 24px;
	font-weight: 700;
}
.default_title3{
	font-size: 20px;
}
.default_en_title{
	font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 38px;
	font-weight: 700;
}
.default_en_title2{
	font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 30px;
}
.default_en_title3{
	font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 20px;
}
.default_txt{
	font-size: 20px;
}
.default_txt2{
	font-size: 18px;
}
.default_txt3{
	font-size: 16px;
}

/* ---------- common ---------- */
 .pagetitle3 {
   position: relative;
   width: 100%;
   height: 360px;
	 background-color:rgba(158,224,235,0.40);
 }
.pagetitle3::after {
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background: #9EE0EB;
   background: linear-gradient(180deg, rgba(158, 224, 235, 0.57) 0%, rgba(237, 221, 83, 0) 60%);
   z-index: 1;
 }

 .pagetitle2 {
   position: relative;
   width: 100%;
   height: 360px;
 }
.pagetitle2 .titlebox {
  width: 100%;
  position: relative;
  z-index: 2;
}

body.on .pagetitle2::after {
   content: "";
   position: absolute;
   width: 100%;
   height: 50%;
   top: 0;
   left: 0;
   background: #9EE0EB;
   background: linear-gradient(180deg, rgba(158, 224, 235, 0.57) 0%, rgba(237, 221, 83, 0) 60%);
   z-index: 1;
 }
 .pagetitle2 p, .pagetitle2  h1 {
   position: relative;
   z-index: 2;
   margin: 0;
 }
.top_cms_list{}
.top_cms_list .contents .webgene-blog{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: flex-start;
	flex-direction: row;
	gap: 10px;
}
.top_cms_list .contents .webgene-blog .webgene-item{
	width: calc(100% / 4 - 30px / 4);
}
.top_cms_list .contents .webgene-blog .webgene-item .catename{
	display: inline-block;
	padding: 2px 20px;
	border-radius: 100px;
	color: #fff;
}

.pagetitle{
	position: relative;
	display: flex;
	width: 100%;
	height: 490px;
	align-items: center;
}
.pagetitle .title_wrap{
	width: 40%;
}

body.on .pagetitle::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	background: #9EE0EB;
    background: linear-gradient(90deg,rgba(158, 224, 235, 0.57) 0%, rgba(237, 221, 83, 0) 60%);
	z-index: 1;
}
.pagetitle p,.pagetitle h1 {
   position: relative;
   z-index: 2; 
   margin: 0;
}
.pagetitle p{
	white-space: nowrap;
}
.pagetitle .default_txt{
	font-weight: 500;
	color: #6F6F6F;
}

.more_wrap{
	gap: 20px  30px;
}
.more a{
	position: relative;
	border-radius: 200px;
	border: 2px solid #0064A8;
	overflow: hidden;
	box-sizing: border-box;
	transition: ease 0.4s;
}
.more a:hover{opacity: 1;background-color: #0064A8;}
.more a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	transition: ease 0.3s;
	background-color: #0064A8;
}
.more a:hover::after{
	transform: translateX(0);
}
.more a > .flex{
	position: relative;
	z-index: 2;
	min-width: 210px;
	height: 50px;
	padding: 0 20px;
	justify-content: space-between;
}
.more a > .flex p{
	font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #0064A8;
	line-height: 1;
	transform: translateY(2px);
	transition: ease 0.3s;
}
.more a:hover > .flex p{
	color: #fff;
}
.more a > .flex::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 12px;
	height: 12px;
	background-image: url("https://ciel-blue.jp/system_panel/uploads/images/arrow1.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	transition: ease 0.3s;
}
.more a:hover > .flex::after{
	transform: translateY(-50%) translateX(3px);
	background-image: url("https://ciel-blue.jp/system_panel/uploads/images/arrow2.svg");
}
.more2 a{
	background-color: #fff;
	border-color: #fff;
}
.more2 a::after{
	background-color: #1C81C6;
}
.more3 a{
	background-color: #0064A8;
	border-color: #0064A8;
}
.more3 a::after{
	background-color: #fff;
}
.more3 a > .flex::after{
	background-image: url("https://ciel-blue.jp/system_panel/uploads/images/arrow2.svg");
}
.more3 a:hover > .flex::after{
	background-image: url("https://ciel-blue.jp/system_panel/uploads/images/arrow1.svg");
}
.more3 a > .flex p{
	color: #fff;
}
.more3 a:hover > .flex p{
	color: #0064A8;
}

.onlineshop_contents{
	flex-wrap: nowrap;
	align-items: stretch;
}
.onlineshop_contents > div{
	width: calc(100vw / 3);
	min-height: calc(100vw / 3);
}
.onlineshop_contents .txtbox{
	padding: 50px 10px;
}

.onlineshop_bt a{
	border-radius: 200px;
	padding: 8px 30px;
}
.onlineshop_bt a .flex{
	gap: 10px;
}
.onlineshop_bt a .flex p{
	font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: 700;
	line-height: 1;
}
.onlineshop_bt a .cart_icon{
	width: 30px;
	aspect-ratio: 1 / 1;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.youtube_wrap{
	gap: 40px;
}
.youtube_wrap .youtubebox{
	width: calc(100% / 2 - 40px / 2);
}
.youtubebox{
	aspect-ratio: 1.6 / 0.9;
	position: relative;
}
.youtubebox iframe{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

/* ---------- header ---------- */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 40px;
	justify-content: space-between;
	gap: 30px;
	z-index: 9999;
}
.header::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #ffffff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.40) 80%, rgba(255, 255, 255, 0) 100%);
	opacity: 0;
	transition: ease 0.4s;
}
.header.on::after{
	opacity: 1;
}
.header > div{
	position: relative;
	z-index: 2;
}
.header,.header .head_left,.header .head_left .ul,.header .head_right{
	gap: 30px;
}
.header .head_left {
	flex-wrap: nowrap;
}
.header .head_left .logo{
	width: 120px;
}
.header .head_left .ul .li a{
	position: relative;
}
.header .head_left .ul .li a p{
	color: #0064A8;
}
.header .head_left .ul .li a p.en{
	font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: 700;
}
.header .head_left .ul .li a p.jp{
	position: absolute;
	left: 0;
	top: 100%;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	opacity: 0;
	transform: translateY(-8px);
	transition: ease 0.3s;
}
.header .head_left .ul .li a:hover p.jp{
	opacity: 1;
	transform: translateY(0);
}
.header .onlineshop_bt a{
	display: block;
	position: relative;
	border: 2px solid #0064A8;
	overflow: hidden;
	transition: ease 0.3s;
}
.header .onlineshop_bt a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	transition: ease 0.3s;
	background-color: #F8972D;
	z-index: 1
}
.header .onlineshop_bt a:hover{
	opacity: 1;
}
.header .onlineshop_bt a:hover::after{
	transform: translateX(0);
}
.header .onlineshop_bt a .flex{
	position: relative;
	z-index: 2;
}
.header .onlineshop_bt a .flex p{
	color: #0064A8;
	transition: ease 0.3s;
}
.header .onlineshop_bt a .flex .cart_icon{
	background-image: url("https://ciel-blue.jp/system_panel/uploads/images/cart1.png");
}
.header .menu-bt{
	display: none;
}
.header .onlineshop_bt a:hover{
	border: 2px solid #F8972D;
}
.header .onlineshop_bt a:hover .flex p{
	color: #fff;
}
.header .onlineshop_bt a:hover .flex .cart_icon{
	background-image: url("https://ciel-blue.jp/system_panel/uploads/images/cart2.png");
}

/* ---------- footer ---------- */
.footer{
	padding-top: 80px;
	padding-bottom: 50px;
}
.footer p{
	color: #fff;
}
.footer .leftbox{
	width: 30%;
	max-width: 200px;
}
.footer .rightbox{
	gap: 60px;
}
.footer .rightbox .ul .li:not(:last-of-type){
	margin-bottom: 10px;
}
.footer .rightbox .ul .title p{
	font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
}
.footer .rightbox .ul .li p{
	font-weight: 500;
}
.footer .bottom_footer .onlineshop_bt a{
	border: 2px solid #F8972D;
}
.footer .bottom_footer .onlineshop_bt a .flex p{
	color: #fff;
}
.footer .bottom_footer .onlineshop_bt a .flex .cart_icon{
	background-image: url("https://ciel-blue.jp/system_panel/uploads/images/cart2.png");
}

/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/* color */
.txt-color-normal{color: #333333;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #0064A8}
.txt-color2{color: #F8972D}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #0064A8}
.bg-color2{background-color: #F8972D}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #0064A8}
.border-color2{border-color: #F8972D}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #333333;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #0064A8}
.hvr-txt-color2:hover{color: #F8972D}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #0064A8}
.hvr-bg-color2:hover{background-color: #F8972D}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #0064A8}
.hvr-border-color2:hover{border-color: #F8972D}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
	.default_title{
		font-size: 26px;
	}
	.default_title2{
		font-size: 22px;
	}
	.default_title3{
		font-size: 18px;
	}
	.default_txt{
		font-size: 18px;
	}
	.default_txt2{
		font-size: 16px;
	}
    .default_txt3{
	font-size: 14px;
}
	
	.footer .rightbox{
		gap: 50px;
	}
	.footer .rightbox .ul .title p{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.footer .rightbox .ul .li p{
		font-size: 14px;
	}
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
	.footer .rightbox{
		gap: 40px;
	}
}
@media screen and (min-width: 1081px){
	.menu-wrap{display: none!important;}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
 .pagetitle2,.pagetitle3 {
   height: 300px;
 }
	.pagetitle{
		height: 300px;
}
	.youtube_wrap{
		gap: 30px;
	}
	.youtube_wrap .youtubebox{
		width: calc(100% / 2 - 30px / 2);
	}
/* ---------- header ---------- */
	.header .head_left .head_menu{
		display: none;
	}
	.header .menu-bt{
		display:block;
		position: relative;
		width: 70px;
		aspect-ratio: 1 / 1;
		border: 1px solid #0064A8;
		background-color: #fff;
		border-radius: 50%;
	}
	.header .menu-bt .line{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 30px;
		height: 20px;
	}
	.header .menu-bt .line > div{
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #0064A8;
		left: 0;
		transition: ease 0.3s;
	}
	.header .menu-bt .line > div:nth-of-type(1){
		top: 0;
	}
	.header .menu-bt .line > div:nth-of-type(2){
		top: 50%;
		transform: translateY(-50%);
	}
	.header .menu-bt .line > div:nth-of-type(3){
		bottom: 0;
	}
	.header .menu-bt.active .line > div:nth-of-type(1){
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}
	.header .menu-bt.active .line > div:nth-of-type(2){
		top: 50%;
		transform: translateY(-50%) translateX(50%);
		opacity: 0;
	}
	.header .menu-bt.active .line > div:nth-of-type(3){
		bottom: 50%;
		transform: translateY(50%) rotate(-45deg);
	}
	.menu-wrap{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color:rgba(255,255,255,0.90);
		z-index: 998;
	}
	.menu-wrap > div{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.menu-wrap .menu-wrap-box{
		overflow: auto;
	}
	.menu-wrap > div .ul{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		gap: 40px;
		padding: 50px;
	}
	.menu-wrap > div .ul .li{
		min-width: calc(100% / 4 - 120px / 4);
		text-align: center;
	}
	.menu-wrap > div .ul .li a{
		margin: 0 auto;
	}
	.menu-wrap > div .ul .li a p{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		color: #333333;
		font-size: 18px;
		font-weight: 700;
	}
	.menu-wrap > div .ul .li a p.en{
		font-size: 24px;
		font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
		color: #0064A8;
	}
/* ---------- footer ---------- */
	.footer{
		justify-content: center;
		width: 100%;
		text-align: center;
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.footer .leftbox{
		text-align: center;
	}
	.footer .rightbox{
		display: none;
	}
	.footer .bottom_footer{
		justify-content: center;
		padding-top: 50px;
	}
	.footer .bottom_footer .copyright{
		width: 100%;
		padding-top: 20px;
		
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
	
	.default_title{
		font-size: 26px;
	}
	.default_title2{
		font-size: 22px;
	}
	.default_title3{
		font-size: 18px;
	}
	.default_en_title{
		font-size: 34px;
	}
	.default_en_title2{
		font-size: 26px;
	}
	.default_en_title3{
		font-size: 18px;
	}
	.default_txt{
		font-size: 18px;
	}
	.default_txt2{
		font-size: 16px;
	}

/* ---------- common ---------- */
	.top_cms_list .contents .webgene-blog{
		gap: 30px 20px;
	}
	.top_cms_list .contents .webgene-blog .webgene-item{
		width: calc(100% / 2 - 20px / 2);
	}
	.pagetitle2,.pagetitle3{
		height: auto;
		padding-top: 140px;
	}
	.pagetitle{
		height: auto;
		padding-top: 140px;
	}
	.onlineshop_contents .imgbox{
		width: 30vw;
	}
	.onlineshop_contents .txtbox{
		width: 40vw;
		padding: 50px 10px;
	}
	.youtube_wrap{
		gap: 20px;
	}
	.youtube_wrap .youtubebox{
		width: calc(100% / 2 - 20px / 2);
	}
/* ---------- header ---------- */
	.header{
		padding: 10px 20px;
	}
/* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 50px 20px 0;
	}
	.pd_wrap_all{
		padding: 50px 20px 50px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cate_wrap > .cate{
		padding-top: 50px;
	}
	
	.default_title{
		font-size: 24px;
	}
	.default_title2{
		font-size: 20px;
	}
	.default_title3{
		font-size: 16px;
	}
	.default_en_title{
		font-size: 30px;
	}
	.default_en_title2{
		font-size: 22px;
	}
	.default_en_title3{
		font-size: 16px;
	}
	.default_txt{
		font-size: 14px;
	}
	.default_txt2{
		font-size: 13px;
	}
    .default_txt3{
	font-size: 12px;
}
	.pd_t-news-sp{
		padding-top: 100px;
	}
	
/* ---------- common ---------- */
	.top_cms_list .contents .webgene-blog{
		gap: 20px 15px;
	}
	.top_cms_list .contents .webgene-blog .webgene-item{
		width: calc(100% / 2 - 15px / 2);
	}
	.pagetitle2,.pagetitle3{
		height: auto;
		padding-top: 100px;
	}
	.pagetitle{
		height: auto;
		padding-top: 100px;
	}
	.pagetitle .title_wrap{
		width: 80%;
	}
	.more a > .flex{
		min-width: 170px;
	}
	.more a > .flex p{
		font-size: 16px;
	}
	.onlineshop_contents{
		flex-wrap: wrap;
	}
	.onlineshop_contents .imgbox{
		width: 100%;
		height: 120px;
	}
	.onlineshop_contents .txtbox{
		width: 100%;
		padding: 40px 10px;
	}
	.onlineshop_bt a{
		padding: 7px 10px 5px;
	}
	.onlineshop_bt a .cart_icon{
		width: 22px;
	}
	.onlineshop_bt a .flex p{
		font-size: 14px;
	}
	.youtube_wrap{
		gap: 20px;
	}
	.youtube_wrap .youtubebox{
		width: 100%;
	}
/* ---------- header ---------- */
	.header{
		padding: 10px;
	}
	.header, .header .head_left, .header .head_left .ul, .header .head_right{
		gap: 10px;
	}
	.header .head_left .logo{
		width: 90px;
	}
	.header .menu-bt{
		width: 50px;
	}
	.header .menu-bt .line{
		width: 20px;
		height: 16px;
	}
	
	.menu-wrap > div .ul{
		gap: 20px 0;
		padding: 80px 20px;
	}
	.menu-wrap > div .ul .li{
		width: 50%;
	}
	.menu-wrap > div .ul .li a p.en{
		font-size: 20px;
	}
	.menu-wrap > div .ul .li a p.jp{
		font-size: 14px;
	}
/* ---------- footer ---------- */
	.footer{
		padding-bottom: 20px;
	}
	.footer .leftbox{
		width: 80%;

	}
	.footer .bottom_footer{
		padding-top: 30px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
