@import url("reset.css");

html, body{height:100%; width:100%; }
img{vertical-align: top;}
strong{font-weight:900;}
em{font-style:italic;}	
td{vertical-align:top;}
.clear{float:none; clear:both;}

	
body{
	background-color: #fffde9;
    color: #000;
	font-family: "area-normal", "arial", sans-serif;
	margin: 0;
	padding: 0;
}

a{
	color: inherit;
}

a:focus:not(:focus-visible) {
  outline: 2px solid tomato !important;
}

a:focus {
  outline: 2px solid tomato !important;
}
a:focus-visible {
  outline: 2px solid tomato !important;
}

.noscroll{
	overflow:hidden;
}


.nomouse{
	pointer-events: none;
}


/* common fadein animation */
	
	
.scrollin{
	-webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0s; 
    transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0s; 
}
	
.scrollin1{
	-ms-transform: translateY(50px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(50px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(50px) translateX(0px) translateZ(0px) scale(1);
	opacity:0;
}	
	
.loadfinish .scrollin1.startani{
	-ms-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(0px) translateX(0px) translateZ(0px) scale(1);
	opacity:1;
}
	
	
.scrollinopacity{
	opacity:0;
}	
	
.loadfinish .scrollinopacity.startani{
	opacity:1;
}

.scrollintext{
	-ms-transform: translateY(150px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(150px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(150px) translateX(0px) translateZ(0px) scale(1);
	opacity:0;
}	
	
.loadfinish .scrollintext.startani{
	-ms-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(0px) translateX(0px) translateZ(0px) scale(1);
	opacity:1;
}
	
	
.scrollintop{
	-ms-transform: translateY(-50px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(-50px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(-50px) translateX(0px) translateZ(0px) scale(1);
	opacity:0;
}	
	
.loadfinish .scrollintop.startani{
	-ms-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(0px) translateX(0px) translateZ(0px) scale(1);
	opacity:1;
}
	
.scrollinbottom{
	-ms-transform: translateY(50px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(50px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(50px) translateX(0px) translateZ(0px) scale(1);
	opacity:0;
}	
	
.loadfinish .scrollinbottom.startani{
	-ms-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(0px) translateX(0px) translateZ(0px) scale(1);
	opacity:1;
}
	
.scrollinleft{
	-ms-transform: translateY(0px) translateX(-50px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(0px) translateX(-50px) translateZ(0px) scale(1); 
    transform: translateY(0px) translateX(-50px) translateZ(0px) scale(1);
	opacity:0;
}	
	
.loadfinish .scrollinleft.startani{
	-ms-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(0px) translateX(0px) translateZ(0px) scale(1);
	opacity:1;
}
	
.scrollinright{
	-ms-transform: translateY(0px) translateX(50px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(0px) translateX(50px) translateZ(0px) scale(1); 
    transform: translateY(0px) translateX(50px) translateZ(0px) scale(1);
	opacity:0;
}	
	
.loadfinish .scrollinright.startani{
	-ms-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(0px) translateX(0px) translateZ(0px) scale(1);
	opacity:1;
}

.scrollingoleft{
	-ms-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(0px) translateX(0px) translateZ(0px) scale(1);
	opacity:0;
}	
	
.loadfinish .scrollingoleft.startani{
	-ms-transform: translateY(0px) translateX(-30%) translateZ(0px) scale(1); 
    -webkit-transform: translateY(0px) translateX(-30%) translateZ(0px) scale(1); 
    transform: translateY(0px) translateX(-30%) translateZ(0px) scale(1);
	opacity:1;
}
	

.scrollingoright{
	-ms-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    -webkit-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); 
    transform: translateY(0px) translateX(0px) translateZ(0px) scale(1);
	opacity:0;
}	
	
.loadfinish .scrollingoright.startani{
	-ms-transform: translateY(0px) translateX(30%) translateZ(0px) scale(1); 
    -webkit-transform: translateY(0px) translateX(30%) translateZ(0px) scale(1); 
    transform: translateY(0px) translateX(30%) translateZ(0px) scale(1);
	opacity:1;
}
	
.scrollinscale{
	-ms-transform: scale(0.9); 
    -webkit-transform: scale(0.9); 
    transform: scale(0.9);
	opacity:0;
}	
	
.loadfinish .scrollinscale.startani{
	-ms-transform: scale(1); 
    -webkit-transform: scale(1); 
    transform: scale(1);
	opacity:1;
}
	
	
.scrollinscale2{
	-ms-transform: scale(1); 
    -webkit-transform: scale(1); 
    transform: scale(1);
	opacity:0;
}	
	
.loadfinish .scrollinscale2.startani{
	-ms-transform: scale(1.2); 
    -webkit-transform: scale(1.2); 
    transform: scale(1.2);
	opacity:1;
}

/* header */

.header{
	position: fixed;
	left: 0px;
	top:0px;
	right: 0px;
	margin: auto;
	height: 128px;
	z-index: 99;
	-webkit-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
}


.header_spacing{
	height: 128px;
	-webkit-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
}

.nottop .header{
	background-color: #fffde9;
	height: 90px;
}

.nottop .header_spacing{
	height: 90px;
}

.header .top_logo_wrapper{
	position: absolute;
	left: 52px;
	top:0px;
	bottom: 0px;
	height: 56px;
	height: 3.3vw;
	margin: auto;
}

.header .top_logo_wrapper img{
	height: 100%;
}

.nottop .header .top_logo_wrapper{
	-webkit-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
	height: 40px;
}

.header .top_menu{
	position: absolute;
	right: 110px;
	height: 23px;
	top:0px;
	bottom: 0px;
	margin: auto;
}

.header .top_menu a:hover{
	opacity: 0.5;
}

.header .top_menu > ul{
	display: flex;
	gap: 36px;
}

.header .top_menu > ul li{
	position: relative;
}

.top_logout_btn.btn_with_border{
	padding-top: 3px;
	padding-bottom: 3px;
	color:#792980
}

.hidden_lang{
	-webkit-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
	position: absolute;
	top:100%;
	left: 50%;
	width:70px;
	margin-left: -35px;
	padding-top: 10px;
	opacity: 0;
	pointer-events: none;
}

.top_menu_lang_btn_wrapper:hover .hidden_lang{
	opacity: 1;
	pointer-events: auto;
}

.hidden_lang ul{
	padding: 5px;
	display: flex;
	gap: 10px;
	justify-content: center;
	background-color: #792980;
}

.hidden_lang ul a{
	color:#fff;
}


.top_menu_lang_btn{
	display: block;
	background-image: url("../images/top_lang.png");
	background-position: 0px 0px;
	background-size: 100% 200%;
	width: 21px;
	height: 23px;
	cursor: pointer;
}

.top_menu_search_btn{
	display: block;
	background-image: url("../images/top_search.png");
	background-position: 0px 0px;
	background-size: 100% 200%;
	width: 24px;
	height: 23px;
	cursor: pointer;
}


.top_menu_dropdown_btn{
	width:23px;
	height:23px;
	z-index: 11;
	display: block;
}	
	
.dropdown_btn{
	-webkit-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
	position: fixed;
	top:52px;
	right: 52px;
	width: 23px;
	height: 23px;
	z-index: 10000;
	display: block;
	cursor: pointer;
}

.dropdown_btn:hover{
	opacity: 0.5;
}

.nottop .dropdown_btn{
	top:34px;
}

.dropdown_btn .linewrapper{
	width:23px;
	height:23px;
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	margin:auto;
	display:block;
}	
	
.dropdown_btn .line{
	position:absolute;
	width:100%;
	-webkit-transition: all 0.15s 0.1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.15s 0.1s cubic-bezier(0.77, 0, 0.175, 1);
	height:2px;
	overflow:hidden;
	display:block;
}	
	
.dropdown_btn .line span{
	position:absolute;
	width:100%;
	height:2px;
	display:block;
	background-color:#792980;
}		
	
	
.dropdown_btn .leftline{
	left:0%;
}	
	
.dropdown_btn .line .rightline{
	left:300%;
}	
	
.dropdown_btn .line1{
	top:10%;
}	
	
.dropdown_btn .line2{
	top:50%;
	margin-top:-1px;
}
	
.dropdown_btn .line3{
	top:90%;
	margin-top:-2px;
}

.dropdown_btn .line1 .rightline{
}	
	
.dropdown_btn .line2 .rightline{
}	
	
.dropdown_btn .line3 .rightline{
}
	
.dropdown_btn .line1 .leftline{
}	
	
.dropdown_btn .line2 .leftline{
}	
	
.dropdown_btn .line3 .leftline{
}	
	
.dropdown_btn.close .leftline{
	left:-400%;
}	
	
.dropdown_btn.close .line1 .leftline{
}	
	
.dropdown_btn.close .line2 .leftline{
}	
	
.dropdown_btn.close .line3 .leftline{
}	
	
.dropdown_btn.close .rightline{
	left:0%;
}		
	
	
.dropdown_btn.close .line span{
	background-color:#fff;
}	

.dropdown_btn.close .line1{
	top:50%;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	margin-top:-1px;
}	
	
.dropdown_btn.close .line2{
	top:50%;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	margin-top:-1px;
}	
	
.dropdown_btn.close .line3{
	top:50%;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	margin-top:-1px;
	width:100%;
}


.dropdown_btn.close .line1 .rightline{
	-webkit-transition: all 0.15s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.15s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}	
	
.dropdown_btn.close .line2 .rightline{
	-webkit-transition: all 0.15s 0.25s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.15s 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}	
	
.dropdown_btn.close .line3 .rightline{
	-webkit-transition: all 0.15s 0.25s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.15s 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}


.dropdown_btn:hover .line{
	width:100%;
	border-color:#792980;
}	

.dropdown{
	background-color: #792980;
	-webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1), padding 0.15s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1), padding 0.15s cubic-bezier(0.77, 0, 0.175, 1);
	position: fixed;
	top:0%;
	right: 0px;
	bottom: 0px;
	margin: auto;
	width: 300px;
	padding: 52px;
	opacity: 0;
	pointer-events: none;
	z-index: 9999;
	overflow: auto;
}

.nottop .dropdown{
	padding: 34px 52px;
}

.dropdown a{
	color: #fff;
}

.dropdown a:hover{
	opacity: 0.5;
}

.dropdown li + li{
	margin-top: 15px;
}

.dropdown li ul{
	margin-top: 15px;
}

.dropdown li ul li{
	list-style:none;
	margin-left:1em;
	position: relative;
}	

.dropdown li ul li::before{
	content:"•";
	position: absolute;
	margin-left: -1em;
	left: 0px;
	color:#fffde9;
}	

.dropdown li ul ul li::before{
	content:"◦";
}	

.openmenu .dropdown{
	opacity: 1;
	pointer-events: auto;
}

.dropdown .hidden_menu{
	display: none;
}

.dropdown ul li.has_hidden_menu > a{
	display: block;
	position: relative;
	padding-right: 20px;
}

.dropdown ul li.has_hidden_menu > a::after{
	content:"";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-left: 6px;
	transform: rotate(45deg);
	top: 10px;
	top: 30%;
	top: calc(4px + 0.3vw);
  	position: absolute;
	right: 0px;
}

.dropdown ul li.has_hidden_menu.opened > a::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: none;
	transform: rotate(-45deg);
	top: 14px;
	top: 45%;
	top: calc(8px + 0.3vw);
}

.dropdown ul li.has_hidden_menu.opened .hidden_menu{
	display: block;
}

.dropdown .inner_hidden_menu{
	display: none;
}

.dropdown ul li.has_inner_hidden_menu > a{
	display: block;
	position: relative;
	padding-right: 20px;
}

.dropdown ul li.has_inner_hidden_menu > a::after{
	content:"";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-left: 6px;
	transform: rotate(45deg);
	top: 10px;
	top: 1.3vh;
	top: calc(4px + 0.3vw);
  	position: absolute;
	right: 0px;
}

.dropdown ul li.has_inner_hidden_menu.opened > a::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: none;
	transform: rotate(-45deg);
	top: 14px;
	top: 1.6vh;
	top: calc(8px + 0.3vw);
}

.dropdown ul li.has_inner_hidden_menu.opened .inner_hidden_menu{
	display: block;
}

/* top text menu */

.top_text_menu{
	padding: 0px 52px 24px 52px;
	position: relative;
	z-index: 9;
	text-align: right;
	text-transform: uppercase;
	margin-left: auto;
	box-sizing: border-box;
}

.top_text_menu ul{
	display: flex;
	gap: 10px 36px;
	justify-content: end;
	flex-wrap: wrap;
}

.top_text_menu a{
	-webkit-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
	color:#792980;
}

.top_text_menu a:hover{
	opacity: 0.5;
}

.top_text_menu ul li{
	position: relative;
}

.top_text_menu ul ul li{
	position: relative;
}

.top_text_menu ul ul li+li::after{
	content:"";
	position: absolute;
	left: 10px;
	top:0px;
	right: 10px;
	border-top:1px solid #fff;
	opacity: 0.2;
}

.top_text_menu ul ul ul li{
	list-style:none;
	margin-left:10px;
}	

.top_text_menu ul ul ul li::before{
	content:"•";
	position: absolute;
	left: 0px;
	top:5px;
	color:#fffde9;
}	

.top_text_menu ul li.has_hidden_menu > a::after{
	content:"";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #792980;
	border-bottom: 1px solid #792980;
	margin-left: 6px;
	transform: rotate(45deg);
	top: -5px;
	top: -20%;
  	position: relative;
}

.top_text_menu ul li.has_hidden_menu:hover > a::after{
	border-top: 1px solid #792980;
	border-right: 1px solid #792980;
	border-bottom: none;
	transform: rotate(-45deg);
	top: -1px;
	top: -1%;
}

.top_text_menu .hidden_menu{
	-webkit-transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
	position: absolute;
	top:100%;
	left: 0%;
	width:240px;
	padding-top: 12px;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}

.top_text_menu .at_right .hidden_menu{
	left: auto;
	right: 0%;
}

.top_text_menu ul li.has_hidden_menu:hover .hidden_menu{
	opacity: 1;
	pointer-events: auto;
}

.top_text_menu ul li.has_hidden_menu:focus-within .hidden_menu{
	opacity: 1;
	pointer-events: auto;
}

.top_text_menu .hidden_menu ul{
	display: flex;
	flex-direction: column;
	gap: 0px;
	justify-content: start;
	background-color: #792980;
}

.top_text_menu .hidden_menu ul ul{
	margin-top: 10px;
}

.top_text_menu .hidden_menu a{
	color:#fff;
	display: block;
	width: 100%;
	text-align: left;
	text-transform:capitalize;
	padding: 5px 10px;
	box-sizing: border-box;
}

.top_text_menu ul li.has_inner_hidden_menu > a{
	padding-right: 20px;
	position: relative;
	width: auto;
}

.top_text_menu ul li.has_inner_hidden_menu > a::after{
	content:"";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fffde9;
	border-bottom: 1px solid #fffde9;
	margin-left: 6px;
	transform: rotate(45deg);
	top: 10px;
  	position: absolute;
	right: 10px;
}

.top_text_menu ul li.has_inner_hidden_menu:hover > a::after{
	border-top: 1px solid #fffde9;
	border-right: 1px solid #fffde9;
	border-bottom: none;
	transform: rotate(-45deg);
	top: 15px;
}

.top_text_menu .hidden_menu .inner_hidden_menu{
	display: none;
}

.top_text_menu ul li.has_inner_hidden_menu:hover .inner_hidden_menu{
	display: block;
}

.top_text_menu ul li.has_inner_hidden_menu:focus-within .inner_hidden_menu{
	display: block;
}

.top_text_menu .hidden_menu .inner_hidden_menu ul {
  margin-top: 0px;
	border-left:1px solid #b3b3b3
}

.top_text_menu .inner_hidden_menu{
	position: absolute;
	left: 100%;
	top: 0%;
	white-space: nowrap;
}

.top_text_menu .at_right .inner_hidden_menu{
	right: 100%;
	left: auto;
}

.top_text_menu .at_right .inner_hidden_menu ul{
	border-left:none;
	border-right:1px solid #b3b3b3;
}

.break{flex-basis: 100%; /* Forces this item to take up the whole row */
  height: 0;
}

/* content */


/* footer */

.footer{
	font-weight: 600;
}

.footer1{
	padding: 36px 52px 36px 52px;
	color:#fff;
	position: relative;
	background-color: #792980;
}

.footer_item_wrapper{
	display: flex;
	gap: 100px;
}

.footer_item_wrapper .footer_item{
	flex:0 0 calc(25% - 75px)
}

.footer_item .t1+.t2{
	margin-top: 12px;
}

.footer1 a{
	text-decoration: underline;
	color: #fff;
}

.footer1 a:hover{
	opacity: 0.5;
}

.footer2{
	padding: 36px 52px;
	background-color: #fffde9;
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 20px;
}

.footer2 a:hover{
	opacity: 0.5;
}

.footer2_left ul{
	display: flex;
	gap: 48px;
}

.footer2_left a{
	display: block;
}

.footer2_left img{
	height: 80px;
}


@media screen and (max-width: 1280px) { 

	.footer2_left ul {
		gap: 36px;
	}

	.footer2_left img{
		height: 60px;
	}

}

.footer_sns{
	display: flex;
	justify-content: end;
	gap: 24px;
}

.footer_sns a{
	height: 36px;
	display: block;
	background-size: 100% 100%;
}


.sns_fb{
	width: 13px;
	background-image: url("../images/sns_fb.png");
}

.sns_ig{
	width: 24px;
	background-image: url("../images/sns_ig.png");
}

.sns_yt{
	width: 26px;
	background-image: url("../images/sns_yt.png");
}

.footer_copyright{
	color: #792980;
	margin-top: 20px;
	text-align: right;
}

/* common */




.section_center_content{
    padding-left: 52px;
    padding-right: 52px;    
    max-width: 1400px;
    margin: auto;
	position:relative;
}	



/* content */


.img_wrapper{
}
	
.img_wrapper img{
  width: 100%;
}	

/* text */



.flex{
	display: flex;
	flex-wrap: wrap;
}	

.flex.nowrap{
	flex-wrap: nowrap;
}

.flex_v_center{
	align-items: center;
	width:100%;
}

.flex_v_bottom{
	align-items: flex-end;
}

.flex_reverse{
	flex-direction: row-reverse;
}

.flex .col{
	align-items: stretch;
}


.col{
	float:left;
	padding-left:0px;
	padding-right:0px;
	position:static;
	-webkit-flex-basis: auto; /* Safari 6.1+ */
    flex-basis: auto;
}

.row .col{
	margin-top: 30px;
}	
	
.first_col{
	clear:left;
}	

.col12{
	width:100%;
}
	
.col10{
	width:83.33%;
}

.col9{
	width:75%;
}

.col8{
	width:66.66%;
}

.col7{
	width:58.33%;
}

.col6{
	width:50%;
}

.col5{
	width:41.66%;
}

.col4{
	width:33.33%;
}

.col2{
	width:16.67%;
}

.col3{
	width:25%;
}

.col1{
	width:8.33%;
}



	
body{
	font-size: 16px;
	line-height:1.5em;
	font-weight: 800;
}


input, textarea{
	font-size: 14px;
	line-height:1.5em;
	font-weight: 800;
	font-family: "area-normal", "arial", sans-serif;
}

.textsize1, h1{
	font-size: calc(6px + 2.60vw);
	line-height:1.2em;
}	
	
.textsize2, h2{
	font-size: calc(6px + 1.91vw);
	line-height:1.2em;
}	
	
.textsize3, h3{
	font-size: calc(6px + 1.5vw);
	line-height:1.3em;
}	
	
.textsize4, h4{
	font-size: calc(6px + 1.35vw);
	line-height:1.4em;
}	
	
.textsize5, h5{
	font-size: calc(6px + 1.08vw);
	line-height:1.4em;
}	
	
.textsize6, h6{
	font-size: calc(6px + 0.79vw);
	line-height:1.5em;
}	

.textsize7{
	font-size: 14px;
	line-height:1.5em;
}

.numsize1{
	font-size: calc(6px + 4.40vw);
	line-height:1em;
}

.numsize2{
	font-size: calc(6px + 2.59vw);
	line-height:1em;
}

.footersize1{
	font-size: calc(6px + 1.08vw);
	line-height:1.4em;
}

.footersize2{
	font-size: 10px;
	line-height:1.4em;
}

small{
	font-size: 80%;
}	
	
h1,h2,h3,h4,h5,h6{
	margin-top: 20px;
}

h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{
	margin-top: auto;
}

p{
	margin-top:20px;
}

p:first-child, br+p{
	margin-top:0px;
}

.free_text{
	line-height: 2em;
	font-weight: 600;
}



.free_text h1,
.free_text h2,
.free_text h3,
.free_text h4,
.free_text h5,
.free_text h6{
	font-weight: 900;
}

.free_text h1 + p,
.free_text h2 + p,
.free_text h3 + p,
.free_text h4 + p,
.free_text h5 + p,
.free_text h6 + p{
}

.free_text h1 + table,
.free_text h2 + table,
.free_text h3 + table,
.free_text h4 + table,
.free_text h5 + table,
.free_text h6 + table{
}

.free_text h1,
.free_text h2,
.free_text h3,
.free_text h4,
.free_text h5,
.free_text h6,
.free_text .textsize1,
.free_text .textsize2,
.free_text .textsize3,
.free_text .textsize4,
.free_text .textsize5,
.free_text .textsize6{
	/* line-height: 1.1em; */
}

.free_text p + table{
    margin-top: 20px;
}

.free_text figure{
    margin-top: 20px;
}

.free_text figure:first-child{
	margin-top: 0px;
}

.free_text figure.table table{
	width: 100%;
}

.free_text strong{
    font-weight: 900;
}

.free_text a{
	text-decoration: underline;
}

.free_text a:hover{
    opacity: 0.5;
}

.free_text img{
    max-width: 100%;
}

.free_text ol{
	margin-top: 20px;
}

.free_text ol:first-child{
	margin-top: 0px;
}

.free_text ol li{
	list-style:decimal;
	margin-left:1em;
}	

.free_text ol li+li{
	margin-top: 10px;
}
	
.free_text ul{
	margin-top: 20px;
}

.free_text ul:first-child{
	margin-top: 0px;
}

.free_text ul li{
	list-style:none;
	margin-left:1em;
}	

.free_text ul li::before{
	content:"•";
	position: absolute;
	margin-left: -1em;

}	
	
.free_text ul li+li{
	margin-top: 10px;
}

.free_text ul ul{
	margin-left: 20px;
	margin-bottom: 20px;
}
	
.free_text a{
  word-wrap: break-word;
}

.free_text a img{
	display: block;
}

.free_text hr{
	background:none;
	border:none;
	border-top:1px solid #b3b3b3;
	margin-top:30px;
	margin-bottom:30px;
}

.free_text .table-responsive{
	min-height: .01%;
	overflow-x: auto;
	margin-top:20px;
}	
	
.free_text .table-responsive:first-child{
	margin-top:auto;
}

.free_text figure.table{
	margin-top:20px;
}	
	
.free_text figure.table:first-child{
	margin-top:auto;
}

 .free_text td{
    padding: 10px 20px;
}

.free_text blockquote{
	margin-top: 30px;
	border-left:1px solid #000;
	padding-left: 30px;
}

.free_text .blockquote:first-child{
	margin-top:auto;
}	
	
.free_text img{
	max-width: 100%;
	height: auto;
}

.free_text .image img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

.center_text{
	text-align:center;
}	

.right_text{
	text-align:right;
}	
	
.float_right{
	float:right;
}	

.swiper-slide{
	position: relative;
}	




/* mobile */
.mobile_show{
	display:none;
}

.mobile_show2{
	display:none;
}
	

@media screen and (max-width: 1599px) { 

	.top_text_menu ul {
		gap: 10px 24px;
	}

	body{
		font-size: 15px;
		line-height:1.5em;
	}

	.textsize7{
		font-size: 13px;
		line-height:1.5em;
	}

}


@media screen and (max-width: 1439px) { 

	

}


@media screen and (max-width: 1279px) { 

    .top_text_menu ul {
        gap: 10px 20px;
    }
}

@media screen and (max-width: 1023px) { 

	
	.header{
		height: 50px;
	}

	.header_spacing{
		height: 50px;
	}

	.nottop .header{
		height: 50px;
	}

	.nottop .header_spacing{
		height: 50px;
	}

	.header .top_logo_wrapper{
		left: 20px;
		height: 30px;
	}

	.nottop .header .top_logo_wrapper{
		height: 30px;
	}

	.header .top_menu{
		right: 57px;
	}

	.header .top_menu > ul {
		display: flex;
		gap: 15px;
	}

	.dropdown_btn{
		top:13px;
		right: 20px;
	}

	.nottop .dropdown_btn {
		top: 13px;
	}

	.footer_item_wrapper{
		flex-direction: column;
		gap: 30px;
	}

	.footer1 {
		padding: 30px 20px;
	}

	.footer2{
		flex-direction: column;
		padding: 30px 20px;
		align-items: center;
	}

	.footer2_left ul {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}

	.footer2_left img {
		height: 40px;
	}

	.footer2_right{
		margin-top: 20px;
	}

	.footer_sns {
		justify-content: center;
	}

	.section_center_content {
		padding-left: 20px;
		padding-right: 20px;
	}

	.col{
		width: 100%;
	}

	/* mobile */
	.mobile_hide{
		display:none !important;
		}
		
	.mobile_show{
		display:block !important;
		}	
	


}

@media screen and (max-width: 640px) { 
	 .header .top_logo_wrapper {
		left: 15px;
		height: 30px;
	}

	 .dropdown_btn {
		top: 18px;
		right: 15px;
		width: 16px;
		height: 16px;
	}

	.nottop .dropdown_btn {
		top: 18px;
	}

	.dropdown_btn .linewrapper{
		width: 16px;
		height: 16px;
	}

	 .header .top_menu {
		right: 40px;
	}

	 .header .top_menu > ul {
		gap: 8px;
	}

	.top_menu_search_btn {
	width: 16px;
	height: 16px;
	margin-top: 5px;
	}

	.top_menu_lang_btn_wrapper{
	margin-top: 5px;
	}

	.top_menu_lang_btn {
	width: 16px;
	height: 17px;
	}

	.top_logout_btn.btn_with_border {
		padding-left:6px;
		padding-right: 6px;
		padding-top: 0px;
		padding-bottom: 0px;
		line-height: 1em;
	}



	.free_text figure.table table{
		width: 100%;
	}	


	.textsize1, h1{
		font-size: calc(6px + 4.20vw);
		line-height:1.2em;
	}	
		
	.textsize2, h2{
		font-size: calc(6px + 3.8vw);
		line-height:1.2em;
	}	
		
	.textsize3, h3{
		font-size: calc(6px + 3vw);
		line-height:1.3em;
	}	
		
	.textsize4, h4{
		font-size: calc(6px + 2.7vw);
		line-height:1.4em;
	}	
		
	.textsize5, h5{
		font-size: calc(6px + 2.16vw);
		line-height:1.4em;
	}	
		
	.textsize6, h6{
		font-size: calc(6px + 1.6vw);
		line-height:1.5em;
	}	

	.numsize1{
		font-size: calc(6px + 8.80vw);
		line-height:1em;
	}

	.numsize2{
		font-size: calc(6px + 5vw);
		line-height:1em;
	}

	.footersize1{
		font-size: calc(6px + 2vw);
		line-height:1.4em;
	}

	.footersize2{
		font-size: 10px;
		line-height:1.4em;
	}


	/* mobile */

	.mobile_hide2{
		display:none;
	}
		
	.mobile_show2{
		display:block;
	}	

}