@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	background-color: #DEDFDA;
	color: #010000;
	margin-top: 0!important;
}

#gt-nvframe{display:none;}

/* ---------- common ---------- */
.width-1140-max {
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	max-width: 1140px;
}

/* ---------- header ---------- */
.header_c {
    position: fixed;
    width: 100%;
    height: 120px;
    top: 0;
    left: 0;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 40px;
    z-index: 999;
    background-color: transparent;
	align-items: start;
}
.header_c::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: ease 0.3s;
}
.header_c > div{
	position: relative;
	z-index: 2;
}
.header_c .online_bt_link a {
  padding: 10px 20px;
  border: 1px solid #C1C1C1;
  background-color: #fff;
  gap: 10px;
  border-radius: 0px;
}
.header_c .icon img {
  width: 30px;
}
.header_c .logo {
    gap: 20px;
	max-width: 120px;;
}
.header_c .header_right{
    gap: 30px;
}
.header_c .header_right .head_menu .ul {
    gap: 30px;
}
.header_c .header_right .head_menu .ul .li a p{
    color: #fff;
	letter-spacing: 0.1em;
}
.header_c .header_right .menu-bt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  border-radius: 0px;
  z-index: 999;
}

.header_c .header_right .menu-bt .line {
  position: relative;
  width: 40px;
  height: 23px;
}

.header_c .header_right .menu-bt .line div {
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 10px;
  background-color: #fff;
  transition: ease 0.4s;
}

.header_c .header_right .menu-bt .line div:nth-of-type(1) { top: 0; }
.header_c .header_right .menu-bt .line div:nth-of-type(2) { top: 50%; transform: translateY(-50%); }
.header_c .header_right .menu-bt .line div:nth-of-type(3) { bottom: 0; }
.header_c .header_right .menu-bt.active .line div:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header_c .header_right .menu-bt.active .line div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  opacity: 0;
}
.header_c .header_right .menu-bt.active .line div:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.header_c .logo1{
    position: relative;
    display: block;
}
.header_c .logo1 img{
    position: relative;
    z-index: 2;
	transition: ease 0.3s;
}
.header_c.active .logo1 img{
	opacity: 0;
}
.header_c .logo1::after{
	content: "";
    position: absolute;
    z-index: 1;
	transition: ease 0.3s;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("https://kepani.jp/system_panel/uploads/images/logo_black.svg");
	background-position: center center;
	background-size: 100% 100%;
	opacity: 0;
}
.header_c.active .logo1::after{
	opacity: 1;
}
.header_c .header_right{
	position: relative;
}
.header_c .header_right > div{
	position: relative;
	z-index: 2;
}
.header_c .header_right::after{
	content: "";
	position: absolute;
	width: calc(100% + 100px);
	height:  calc(100% + 20px);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #010000;
	opacity: 0;
	transition: ease 0.5s;
}
.header_c.active .header_right::after{
	opacity: 1;
}
.header_c{
    transition: background-color 0.3s ease;
}
.header_c .header_left .head_menu .ul .li a p{
    transition: color 0.3s ease;
}

.menu-wrap.burgermenu_d::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #010000;
    opacity: 0.9;
}
.menu-wrap.burgermenu_d .ul .menu_box a {
    border-bottom: 1.5px solid #fff;
}
.menu-wrap.burgermenu_d .ul .menu_box a p.en {
    font-weight: 700;
	letter-spacing: 0.15em;
}
.translate_bt {
	position: relative;
	cursor: pointer;
	padding-bottom: 10px;
}
.translate_bt img{
	transform: translateY(5px);
}
.translate_bt .translate_wrap{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	gap: 15px;
	padding: 15px;
	pointer-events: none;
	opacity: 0;
	transition: ease 0.3s;
	z-index: 999;
	background-color: #010000;
	border-radius: 5px;
}
.translate_bt:hover .translate_wrap{
	opacity: 1;
	pointer-events: all;
}
.translate_bt .translate_wrap a p{
	font-weight: 500;
	white-space: nowrap;
color: #333;
}

/* ---------- pagetitle ---------- */
.pagetitle{
	position: relative;
	height: 80vh;
	max-height: 420px;
}
.pagetitle .txtbox {
	position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
    color: #fff;
	padding: 0 110px;
}
.pagetitle .txtbox h1,
.pagetitle .txtbox .h1 {
	font-size: 90px;
}
.pagetitle .txtbox .jp_title {
	font-size: 24px;
}
body.on .pagetitle::after  {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #525252;
    background: linear-gradient(90deg, rgba(82, 82, 82, 0.23) 0%, rgba(30, 30, 30, 0) 15%, rgba(66, 66, 66, 0.27) 29%, rgba(50, 50, 50, 0.3) 50%, rgba(66, 66, 66, 0.27) 69%, rgba(30, 30, 30, 0) 81%, rgba(82, 82, 82, 0.23) 100%);
    mix-blend-mode: multiply;
    z-index: 2;
}

/* ---------- breadcrumb ---------- */
.breadcrumb_block {
	padding: 20px 110px;
	border-bottom: 1px solid #010000; 
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb .li:not(:last-of-type)::after {
  content: "›";
  margin: 1em;
  color: #010000;
}
/* ---------- bottom_link_block ---------- */
.bottom_link_block {
	padding: 150px 110px;
}
.bottom_link_block .nav_grid2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 60px;
}
.bottom_link_block .nav_grid2 .nav_card {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
	aspect-ratio: 580 / 320;
	color: #fff;
}
.bottom_link_block .nav_grid2 .nav_card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	transition: background .35s ease;
}
.bottom_link_block .nav_grid2 .nav_card:hover::after {
    background: rgba(0, 0, 0, 0.45);
}
.bottom_link_block .nav_grid2 .nav_card .imgbox {
	position: absolute;
	inset: 0;
}
.bottom_link_block .nav_grid2 .nav_card .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1);
	transition: transform .6s ease;
}
.bottom_link_block .nav_grid2 .nav_card .txtbox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	align-items: center;
	text-align: center;
	gap: 8px;
	width: 100%;
}
.bottom_link_block .nav_grid2 .nav_card .txtbox h3,
.bottom_link_block .nav_grid2 .nav_card .txtbox p {
	margin: 0;
	color: #fff;
}
.bottom_link_block .nav_grid2 .nav_card .txtbox h3 {
	margin: 0;
	color: #fff;
}
.bottom_link_block .nav_grid2 .nav_card .txtbox .en_title {
	font-size: 40px;
	line-height: 1.5;
}
.bottom_link_block .nav_grid2 .nav_card:hover .imgbox img {
    transform: scale(1.06);
}

/* ---------- footer ---------- */
.footer_d {
    margin-top: 0px;
    background-color: #010000;
	padding-bottom: 50px;;
}
.footer_d .top_footer {
	align-items: start;
	padding-bottom: 0;
}
.footer_d .top_footer .rightbox .footer_list a {
    width: calc(100% / 3 - 60px / 3);
    border-bottom: none;
    padding-bottom: 0px;
}
.footer_d .top_footer .rightbox .footer_list {
    justify-content: flex-start;
}
.footer_d .top_footer .rightbox .footer_list a {
	position: relative;
	padding-left: 15px;
}
.footer_d .top_footer .rightbox .footer_list a::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    line-height: 1;
}
.footer_d .top_footer .rightbox .footer_list p{
	letter-spacing: 0.15em;
	font-size: 17px;
}

.footer_d .online_bt_link a {
    padding: 10px 20px;
    border: 1px solid #FFF;
    gap: 10px;
    border-radius: 0px;
	background-color: inherit;
}
.footer_d .online_bt_link img {
    width: 20px;
}
.footer_d .snsbox a {
    width: 30px;
    border-radius: 0%;
    background-color: inherit;
}
.footer_d .snsbox a i{
	font-size: 25px;
}
.footer_d .top_footer .leftbox .logo {
    max-width: 250px;
}
.footer_d .top_footer .leftbox .logo img{
	width: 160px;
}

/* ---------- font ---------- */

.default_title{ 
	font-size: 50px;
	letter-spacing: 0.05em;
}
.default_title2{
	font-size: 40px;
	letter-spacing: 0.05em;
}
.default_txt{
	font-size: 20px;
	letter-spacing: 0.05em;
}
.default_txt2{
	font-size: 18px;
	letter-spacing: 0.05em;
}
.default_txt3{
	font-size: 16px;
	letter-spacing: 0.05em;
}
.default_txt4{
	font-size: 14px;
	letter-spacing: 0.1em;
}

/* ---------- default ---------- */
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: #010000;
}
.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;
}

.lineheight22 {
    line-height: 2.2;
    letter-spacing: 0.08em;
    font-weight: 400;
}

.more {
	width: 200px;
	position: relative;
    border-radius: 0px;
	justify-content: start;
	align-items: center;
	color: #fff;
	background-color: #010000;
}
.more::before {
	content: '';
	width: 12px;
	height: 12px;
	border: 0;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	bottom: 50%;
	margin: auto;
	transition: ease 0.3s;
}
.more:hover::before {
    right: 15px;
}
.more a {
	width: 100%;
	padding: 20px;
}
.more a .flex {
	justify-content: start;
}
.more a p {
	color: #fff;
}
/* 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: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #9C9C9C}
.txt-color2{color: #433213}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #6A4832}
.bg-color2{background-color: #E3E3E3}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #FFE93C}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #FFE93C}
.hvr-txt-color2:hover{color: #F1F1E9}
.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: #FFE93C}
.hvr-bg-color2:hover{background-color: #F1F1E9}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #FFE93C}
.hvr-border-color2:hover{border-color: #F1F1E9}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

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

/* ---------- 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 ---------- */
	.banner_wrap .banner{
		padding: 50px;
	}
	.sns_a .box_wrap .webgene-item {
		width: calc((100% - 30px) / 4);
	}
	.pagetitle{
		height: 50vh;
		min-height: 400px;
	}
	.worries_b .worry-box {
		width: 80%;
		margin: 0 auto;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
	.footer_d .top_footer .leftbox .logo img{
		width: 140px;
	}
/* ---------- font ---------- */
	.default_title{ 
		font-size: 36px;
	}
	.default_title2{
		font-size: 30px;
	}
	.default_txt{
		font-size: 20px;
	}
	.default_txt2{
		font-size: 18px;
	}
	.default_txt3{
		font-size: 16px;
	}
	.default_txt4{
		font-size: 14px;
	}
	
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
	.sns_a .box_wrap .webgene-item {
		width: calc((100% - 20px) / 3);
	}
	.worries_b .worry-box {
		width: 100%;
	}
/* ---------- header ---------- */
.header_c .header_right .head_menu .ul .li:not(.icon) {
	display: none;
}
/* ---------- pagetitle ---------- */
	.pagetitle .txtbox {
		padding: 0 50px;
	}
	.pagetitle .txtbox h1,
	.pagetitle .txtbox .h1 {
		font-size: 70px;
	}
	.pagetitle .txtbox .jp_title {
		font-size: 22px;
	}
/* ---------- breadcrumb ---------- */
	.breadcrumb_block {
		padding: 10px 50px;
	}
/* ---------- bottom_link_block ---------- */
	.bottom_link_block {
		padding: 100px 50px;
	}
	.bottom_link_block .nav_grid2 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
/* ---------- footer ---------- */
	.footer_d .top_footer {
		padding-top: 10%;
		padding-bottom: 7%;
	}
/* ---------- font ---------- */
	.en_title{
		font-size: 76px;
	}
	.en_title2{
		font-size: 66px;
	}
	.default_title{ 
		font-size: 32px;
	}
	.default_title2{
		font-size: 34px;
	}
	.default_txt{
		font-size: 20px;
	}
	.default_txt2{
		font-size: 18px;
	}
	.default_txt3{
		font-size: 16px;
	}
	.default_txt4{
		font-size: 14px;
	}
	.allura1{
		font-size: 26px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap_all {
		padding: 100px 50px 100px;
	}
/* ---------- common ---------- */
	.more_a{
		margin: 0 auto;
	}
    .banner_wrap .banner {
        padding: 30px;
    }
	.onlineshop_wrap .box_wrap{
		padding-top: 150px;
		padding-bottom: 150px;
		gap: 10px;
	}
	.pagetitle{
		height: 40vh;
	}
	.pagetitle2{
		padding-top: 100px;
	}
/* ---------- header ---------- */
	.header_c {
		padding: 10px;
	}
	.header_c .header_right .head_menu {
    	display: none;
	}
    .header_c .logo {
        max-width: 50%;
    }
	.header_c .header_right .menu-bt {
		width: 45px;
	}
  	.header_c .header_left .logo{
    	margin-right: auto;
    }
	.header_c .header_right::after{
		width: calc(100% + 20px);
		height:  calc(100% + 20px);
	}

/* ---------- pagetitle ---------- */
	.pagetitle .txtbox {
		padding: 0 30px;
	}
	.pagetitle .txtbox h1
	.pagetitle .txtbox .h1 {
		font-size: 38px;
	}
	.pagetitle .txtbox .jp_title {
		font-size: 20px;
	}
/* ---------- breadcrumb ---------- */
	.breadcrumb_block {
		padding: 10px 30px;
	}
/* ---------- bottom_link_block ---------- */
	.bottom_link_block {
		padding: 100px 30px;
	}
/* ---------- footer ---------- */
/* ---------- font ---------- */
	.en_title{
		font-size: 56px;
	}
	.en_title2{
		font-size: 46px;
	}
	.en_title3{
		font-size: 36px;
	}
	.default_title{ 
		font-size: 36px;
	}
	.default_title2{
		font-size: 28px;
	}
	.default_txt{
		font-size: 20px;
	}
	.default_txt2{
		font-size: 18px;
	}
	.default_txt3{
		font-size: 16px;
	}
	.default_txt4{
		font-size: 14px;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap_all {
		padding: 80px 20px 80px;
	}
/* ---------- common ---------- */
    .banner_wrap .banner {
        padding: 30px 10px;
    }
	.banner_wrap .banner .banner_txt .allura1 {
		left: -20px;
	}
	.banner_wrap .banner.bg_img_wrap2{
		background-position: left center;
	}
	.banner_wrap .banner::before{
	    content: "";
	    position: absolute;
	    inset: 0;
	    background: rgba(227,227,227,0.7);
	    z-index: 1;
	}
	.banner_wrap .banner .banner_txt{
	    position: relative;
	    z-index: 2;
	}
	.newstop_b .webgene-blog .webgene-item a .catelabel {
		padding: 2px 6px;
	}
	.onlineshop_wrap .box_wrap{
		padding-top: 100px;
		padding-bottom: 100px;
		gap: 10px;
	}
	.more_a > a {
		width: 300px;
		padding: 14px 25px;
	}
	.sns_a .box_wrap .webgene-item {
		width: calc((100% - 10px) / 2);
	}
	.pagetitle{
		height: 30vh;
		min-height: 300px;
	}
	.pagetitle2{
		padding-top: 80px;
	}
	.worries_b .worry-box {
		padding: 30px 5%;
	}
/* ---------- header ---------- */
  .menu-wrap.burgermenu_d .ul .menu_box a p.en{font-size: 15px;}
/* ---------- pagetitle ---------- */
	.pagetitle .txtbox h1,
	.pagetitle .txtbox .h1 {
		font-size: 38px;
	}
/* ---------- footer ---------- */
	.footer_d .top_footer .leftbox .logo img{
		width: 90px;
	}
	.footer_d .top_footer .leftbox {
		max-width: 80%;
	}
/* ---------- font ---------- */
	.en_title{
		font-size: 38px;
	}
	.en_title2{
		font-size: 34px;
	}
	.en_title3{
		font-size: 30px;
	}
	.default_title{ 
		font-size: 24px;
	}
	.default_title2{
		font-size: 20px;
	}
	.default_txt{
		font-size: 18px;
	}
	.default_txt2{
		font-size: 16px;
	}
	.default_txt3{
		font-size: 15px;
	}
	.default_txt4{
		font-size: 14px;
	}
	.allura1{
		font-size: 20px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
