@charset "UTF-8";
/* CSS Document */

.qtrans_flag span { display:none }
.qtrans_flag { height:12px; width:18px; display:block; }
.qtrans_flag_and_text { padding-left:20px; }
.qtrans_flag_ja { background:url(../img/jp.png) no-repeat }
.qtrans_flag_en { background:url(../img/gb.png) no-repeat }
.qtrans_flag_kr { background:url(../img/kr.png) no-repeat }
.qtrans_flag_zh { background:url(../img/cn.png) no-repeat }

/*Language -----------------------------------------------------------------*/
.lang_btn{ position: absolute; width: 70px; top: -20px; z-index: 1000; }
.lang_btn_co{ position: relative; text-align: center; }
.lang_btn label{
display: block;
line-height: 1;
cursor: pointer;
font-size: 0.8em;
color: #fff;
}
.lang_btn label i{font-size: 3em;margin-bottom: 2px;}
.lang_btn a{display: block;text-decoration: none;line-height: 40px;}
input{display: none;}
.lang_btn li{height: 0;overflow: hidden;transition: all 0.5s;}
ul#lang_lists{width: 150px;margin-top: 20px;margin-left: -57px;}
#lang_lists li{text-align: center;opacity: 0;}
#lang_list:checked ~ #lang_lists li{ opacity: 1; height: 40px; border-bottom: 1px solid #fff; }
#lang_lists li a{ background: rgba(0, 0, 0, 0.7); color: #fff; }
#lang_lists li a:hover{ opacity: 1; background: #fff; color: #4c4c4c; }

/*header -----------------------------------------------------------------*/
.logo{ display: flex; line-height: 2em; }

/*--- メニュー ---------------------------------------------------------------------------------------------------*/
#mainNav{
-webkit-transition: all 0.2s;
transition: all 0.2s;
background-color: #f5f5f5;
}
#mainNav.navbar{
border-radius: 0;
min-height: unset;
margin-bottom: 0;
border: none;
}
#mainNav .navbar-brand img{max-width: 100%;}
#mainNav .navbar-brand:hover {opacity: 0.5;}
#mainNav .navbar-brand-sp{display: none;}
.cp_cont {position: relative;}
.cp_offcm02 {
z-index: 5;
height: 80px;
background: #3dc8bb;
border-bottom: rgba(255,255,255,0.9) solid 1px;
}
.cp_offcm02 .menu{
display: flex;
justify-content: space-between;
list-style: none;
padding: 0;
align-items: center;
width: 1100px;
margin: 0 auto;
color: #fff;
}
.cp_offcm02 .menu a{
font-weight: bold;
font-size: 15px;
}
#mainNav .navbar-brand a{
width: 200px;
padding: 15px 0;
margin-left: 0;
}
.cp_offcm02 .menu a:hover,.cp_offcm02 .menu a.active{
opacity: 0.5;
}
.menu li.menu_main {position: relative;}


/*--- menu toggle ---------------------------------------------------------------------------------------------------*/
#cp_toggle02 {display: none;}
.cp_mobilebar {display: none;}

@media (max-width: 992px) {
#mainNav{
position: fixed;
top: 0;
width: 100%;
height: 50px;
}
#mainNav .navbar{padding: 0.5rem 0.5rem !important;}
#mainNav .container{
padding-right: 0;
padding-left: 0;
max-width: 100% !important;
}
#mainNav .navbar-brand{display: none;}
.cp_offcm02 a{padding: 0.6em 2em;}
#mainNav .navbar-brand-sp{
display: block;
width: 45%;
margin: 9px 0 5px 5px;
}
#mainNav .navbar-brand-sp img{max-width: 100%;max-height: 100%;}

/* menu  ---------------------------------------------------------------------------------------------------*/
.cp_offcm02 {
left: 0;
visibility: visible;
width: 0%;
position: fixed;
z-index: 2;
top: 50px;
overflow: scroll;
height: 100%;
transition: opacity 0.3s ease-in, visibility 0.3s ease-in 0.3s;
opacity: 0;
background-color: #6dd0b0e8;
justify-content: unset;
flex-direction: column;
border-top: 1px solid #dcdcdc;
/*padding-top: 1em;*/
}
.cp_offcm02 nav {}

.cp_offcm02 .menu{flex-direction: column;}
.menu li.menu_main{
text-align: left;
width: 100%;
border-bottom: 1px solid #dcdcdc;
margin: 0;
}
.cp_offcm02 .menu a{
display: block;
padding: 0.7em 1em;
}
li.menu_main ul.menu_sub {
position: unset;
visibility: visible;
opacity: 1;
width: 100%;
}
li.menu_main ul.menu_sub a{}

li.menu_main ul.menu_sub li{
width: 100%;
margin-left: 1em;
}


/* menu ハンバーガー  ---------------------------------------------------------------------------------------------------*/
.cp_mobilebar {
display: block;
z-index: 10;
position: fixed;
top: 5px;
right: 0px;
padding: 0 10px;
height: 40px;
border-radius: 5px;
/*background-color: #438c99; 色替え*/
background-color: rgba(255, 255, 255, 0.2);
}
.cp_menuicon {
display: block;
position: relative;
width: 25px;
height: 100%;
cursor: pointer;
-webkit-transition: transform .3s ease-in;
transition: transform .3s ease-in;
}
.cp_menuicon > span {
display: block;
position: absolute;
top: 57%;
margin-top: -0.3em;
width: 100%;
height: 0.2em;
border-radius: 1px;
background-color: #64bda0;
-webkit-transition: transform .3s ease-in;
transition: transform .3s ease-in;
}
.cp_menuicon > span:before, .cp_menuicon > span:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
border-radius: 1px;
background-color: #64bda0;
-webkit-transition: transform .3s ease;
transition: transform .3s ease;
}
.cp_menuicon > span:before {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) translate(-1px, -8px);
}
.cp_menuicon > span:after {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) translate(-1px, 8px);
}
#cp_toggle02:checked + .cp_mobilebar .cp_menuicon {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#cp_toggle02:checked + .cp_mobilebar span:before,
#cp_toggle02:checked + .cp_mobilebar span:after {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) translate(0px, 0px) rotate(90deg);
}
#cp_toggle02:checked ~ .cp_offcm02 {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
width: 100%;
}
}





@media screen and (max-width: 640px) {
	.logo{
		width: 87%;
		margin: unset;
		padding: 0.7em 0.5em;
	}
	.c-header__topWrap__title{
  font-size: 12px;
  text-align: left;
  line-height: 1.4em;
	}
	#mainNav .navbar-brand-sp{
	display: block;
	width: 60%;
	height: 40px;
	margin: 0;
	}
	.lang_btn {
  top: 15px;
  left: 260px;
	}
	#lang_lists li a {
  padding: 0;
	}
}