.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {

}

#title-area{
	position: absolute;
	-webkit-transform : translateY(0);
	transform : translateY(0);
	top: 15px;
}
#title-area img{
	width: 250px;
}
.sub-title-en {
	font-size: 1.2em;
}

.contents-area {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.contents-area img {
	width: 100%;
}
.cotents-list {
	padding-right: 1%;
	padding-left: 1%;
}
.form-area {

	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
.mar_top {
	margin-top: 20vh;
}
/* NEWS */
.date-header{
	font-size: 1em;
}

.cat-name-sub{
	margin-left: 5%;
	font-size: 1em;
}
.cat-name-sub a{
	color: #666;
}
.cat-name-sub a:hover{
	color: #333;
}
.news-name{
	margin-bottom: 20px;
	font-size: 1.8em;
}
.news-name a{
	color: #666;		
}
.news-name a:hover{
	color: #333;		
}
.contents-main {
	margin-top: 100px;
}
.contents-main-news{
	margin-bottom: 100px;
	padding: 0 10px;
	font-weight: 200;
	font-size: 0.9em;
	margin-top: 50px;
}
.contents-main-news img{

	width: 99%;
	height: 99%;
}
.contents-header {
	width: 100%;
	margin-top: 200px;
}
.top-title {
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: 3px;
}
.pageng{
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
}
.pageng li{
	display: inline-block;
}
.pageng li:first-child{
	margin-right: 10%;
}
.portfolio-img{
   position: relative;
    width: 100%;
    height: auto;
}
.portfolio-img:before{
	content: "";
    display: block;
    padding-top: 100%;
}
.portfolio-img img{
	position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;	

}
.news-cat {
	width: 96%;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 30px;
}
.entry-text {
	width: 96%;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
}
.entry-text img{
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
/* pop-up */
.pop-area{
	background-color: rgba(132, 168, 212, 0.8);
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
	text-shadow: 1px 1px 1px rgba(102, 102, 102, 0);
	width: 130px;
	height: 130px;
	position: fixed;
	top: 10px;
	font-size: .9em;
	right: 10px;
	border-radius: 50%;
}
.pop-area-w{
	background-color: rgba(104, 136, 176, 0.8);
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
	text-shadow: 1px 1px 1px rgba(102, 102, 102, 0);
	width: 100px;
	height: 100px;
	position: fixed;
	top: 150px;
	font-size: .9em;
	right: 25px;
}
.pop-area-y{
	background-color: rgba(128, 147, 172, 0.8);
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
	text-shadow: 1px 1px 1px rgba(102, 102, 102, 0);
	width: 100px;
	height: 100px;
	position: fixed;
	top: 260px;
	font-size: .9em;
	right: 25px;
}
.pop-text-b {
	font-size: 1.2em;
	margin-top: 0;
}
.pop-btn {
	text-shadow: 1px 1px 1px rgba(102, 102, 102, 0);
	font-size: .7em;
	border-radius: 3px;
	margin-top: 5px;
}

/* icon-menu */
.icon-area-menu{
	top: 53%;
}

/* open */
.add-area {
	font-size: 1.1em;
	padding: 10px;
	margin: 0;
	color: #FFF;
	background-color: #49372c;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.add-area.active {
	font-size: 1.1em;
}
#other-area {
	display: none;
	margin-top: 50px;
}
#other-area.active {

}
#other-area a {
	font-weight: 700;
	text-decoration: underline;
}
.concept-img {
	width: 100%;
	padding-bottom: 30px;
}
.concept-img img{
	width: 100%;
}

#entry-box{
	width:96%;
	float: left;
}

.wrap{
	margin:0 auto;
}

/* about members */

.box-cop3x {
	width: 32%;
	overflow:visible;
	float:left;
	font-size:11px;
	line-height:1.8em;
	margin-bottom: 15px;
	margin-right: 5px;

}
.in-box-members {
width: 100%;
padding: 0;
float: left;
height: 680px;
}
.member-img{
	width:100%;
	overflow: hidden;
	margin-bottom: 20px;
	float: left;
}
.member-img img{
	width:95%;
}
.member-title-top {
	font-size: 1.2em;
	margin-top: -10px;
}
.member-title-top .member-profile {
	font-size: .9em;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 700;
}
.member-title {
	font-size: 1.5em;
}
.member-profile {
	font-size: .9em;
	margin-top: 7px;
	margin-bottom: 7px;
	font-weight: 700;
}
.member-text {
	font-size: 1.1em;
}
.member-text img {
	width: 50%;
	margin-top: 20px;
}
.doc-area-left {
	width: 45%;
	float: left;
}
.doc-area-right {
	width: 45%;
	float: left;
	padding-right: 2%;
}
.doc-area-right p{
margin: 0;
font-size: .9em;
line-height: 1.6em;
}

.main-img-member {
	width: 90%;
	z-index: -1;
	margin: 0 10% 10% 0;
}
.main-img-member img{
	width: 100%;
}

/* box */
.box-title {
	font-size: 1.3em;
	line-height: 1.1em;
	height: 3em;
	overflow: hidden;
	margin-bottom: 10px;

	clear: both;
}
.box-date {
	margin-top: 10px;
	font-size: 0.8em;
	width: 40%;
	float: left;
	margin-bottom: 10px;
}
.box-cat {
	width: 58%;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 0.8em;
	float: left;
	text-align: right;
	margin-right: 1%;
}
.box-cat a{
	color: #ccc;
}
.box-title a:hover, .box-cat a:hover {
	text-decoration: underline;
}
/* top */
#contents-top {
	padding-top: 140px;
}


/* sub-menu */
.sub-menu{
	padding: 0;
}
.sub-menu li{
	display: inline-block;
	border-bottom: 2px solid #000;
	padding-bottom: 3px;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	margin-top: 30px;
	cursor: pointer;
	font-size: 1em;
}
.sub-menu li:hover{
	border-bottom: 2px solid #aaa;
}
.sub-menu li:first-child{
	margin-right: 7%;
}
.sub-menu li a {
	color: #000;
	letter-spacing: 0.25em;

}
.sub-menu li a:hover, .sub-menu li:hover a{
	color: #aaa;
	text-decoration: none;
}
/* slider */
#cover-content {
	width: 100%;
	height:480px;
	overflow: hidden;

}
#cover-content img{
	height: 100vh;	
	width:100vw;
}
.no-slide {
	margin-top: 200px;
}
.contents-img, .contents-img-logo{
	width: 100%;
	text-align: center;
}
.contents-img img{
	width: 50%;
}
.contents-img-logo img{
	width: 25%;
}
/* ===========youtube================== */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-top: 50px;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* widge */
.widget-area{
	width: 95%;

	padding: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;
	font-weight: 200;
	font-size: 0.9em;
	line-height: 2em;
	border: 1px solid #ddd;
	background-color: #eee;
	bottom: 0;
	margin-right: auto;
	margin-left: auto;
}
.widget-header{
	font-size: 1 em;
	margin-bottom: 10px;
}
.widget-list{
	margin-bottom: 20px;
	padding-left: 15px;
}
/*----- form -----*/

.form-title{
	letter-spacing: 2px;
	margin-top: 15px;
	font-size: 0.9em;
}
.form-btn{
	text-align: center;
}

/*----- table -----*/
table{
	width: 100%;
	border-collapse:collapse;
  	margin:0 auto;
}
td,th{
	border: 1px solid #ebebeb;
}
th{
	background:#FFF;
}
.td10-t{
	height: 50px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 1em;
	background-color: #000;
}
.td10-c{
	height: 50px;
	text-align: center;
	color: #333;
	font-size: 1em;
}
.td20-h{
	height: 50px;
	width: 30%;
	text-align: center;

	color: #333;
	font-size: 12px;
	background-color: #f5f5f5;
}

.td20-c{
	color: #333;
	padding: 10px 10px 10px 4%;
}
.table-ad {
	width: 100%;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.td-left {
	width: 30%;
	border-style: none;
	text-align: right;
}
.td-right {
	width: 70%;
	border-style: none;
	text-align: left;
}

/*----- price -----*/
.title-price{
	color: #3f2d4d;
	letter-spacing: 2px;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: left;
	margin-left: 10px;
	font-size: 1.2em;
	font-weight: 300;
}
.price-table{
	width: 99%;
}
.price-td1{
	width: 40%;
	background-color: #dbe6d6;
	color: #3f4142;
	font-size: .9em;
	padding: 10px 20px;
	text-align: left;
}
.price-td2{

	width: 50%;
	background-color: #f3f5ec;
	color: #493c4f;
	text-align: right;
	padding: 10px 20px;
	font-size: 1em;
	letter-spacing: 1px;
}
/*----- faq -----*/
.title-a{
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: left;
}
.main-text {
	font-size: 1em;
	font-weight: 200;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 50px;
	margin-bottom: 30px;
}
.ans{
	font-size: 1em;
	font-weight: 300;
	text-align: left;
}

.categories-area{
 	float: left;
    width:95%;
    padding: 2%;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
    border-radius: 5px;
	border: 1px solid #ccc;
}
.cat-list-title{
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	white-space: nowrap;
	float: left;
	background-color: #000;
	color: #eee;
	padding: 5px 2%;
	border-radius: 5%;
	font-size: 1em;
	text-align: center;
	margin-right: 25px;
	margin-top: 10px;
}
.cat-list-title:hover{
	background-color: #666;
    color: #FFF;
}
.faq-block {
	float: left;
	width: 100%;
}
/*----- news blog -----*/
.news-title {
	text-align: left;
	font-weight: 300;
	width: 100%;
	font-size: 1.2em;
}
.news-date {
	text-align: right;
	font-weight: 200;
	width: 100%;
}
.main-text p img{
	width: 100%;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pad_l_about10 { padding-left: 10px; }
.pad_l_about50 { padding-left: 50px; }
.pad_l_about100 { padding-left: 100px; }
/*----- order -----*/

.btn-area-left{
	width:40%;
	float: left;
	text-align: right;
}
.btn-area-right{
	width:60%;
	float: right;
	text-align: center;
}
.btn-area-centre{
	width:90%;
	text-align: center;
}
.back-btn {
  cursor: pointer;
  background: #cccccc;

  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  letter-spacing: 1px;
}

.back-btn:hover {
  background: #dedede;
  background-image: -webkit-linear-gradient(top, #dedede, #cccccc);
  background-image: -moz-linear-gradient(top, #dedede, #cccccc);
  background-image: -ms-linear-gradient(top, #dedede, #cccccc);
  background-image: -o-linear-gradient(top, #dedede, #cccccc);
  background-image: linear-gradient(to bottom, #dedede, #cccccc);
  text-decoration: none;
	border: 1px solid #cccccc;
}

.next-btn {
  cursor: pointer;
  background: #000;
 
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border: 1px solid #000;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  padding: 7px 25px 7px 25px;
  text-decoration: none;
  letter-spacing: 1px;
}

.next-btn:hover {
  background: #000;
  background-image: -webkit-linear-gradient(top, #000, #333);
  background-image: -moz-linear-gradient(top, #000, #333);
  background-image: -ms-linear-gradient(top, #000, #333);
  background-image: -o-linear-gradient(top, #000, #333);
  background-image: linear-gradient(to bottom, #000, #333);
  text-decoration: none;
	border: 1px solid #333;
}

.add-to-cart-btn {
  cursor: pointer;
  background: #ff0091;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 45px 10px 45px;
  text-decoration: none;
  letter-spacing: 1px;
	margin-top: -6px;
	font-weight: bold;
}

.add-to-cart-btn:hover {
  background: #ff0091;
  background-image: -webkit-linear-gradient(top, #ff0091, #d7017c);
  background-image: -moz-linear-gradient(top, #ff0091, #d7017c);
  background-image: -ms-linear-gradient(top, #ff0091, #d7017c);
  background-image: -o-linear-gradient(top, #ff0091, #d7017c);
  background-image: linear-gradient(to bottom, #ff0091, #d7017c);
  text-decoration: none;
	border: 1px solid #ff0091;
}
.shopping-btn {
  cursor: pointer;
  background: #5698d4;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 45px 10px 45px;
  text-decoration: none;
  letter-spacing: 1px;
	margin-top: -6px;
	font-weight: bold;
}

.shopping-btn:hover {
  background: #5698d4;
  background-image: -webkit-linear-gradient(top, #5698d4, #4882b6);
  background-image: -moz-linear-gradient(top, #5698d4, #4882b6);
  background-image: -ms-linear-gradient(top, #5698d4, #4882b6);
  background-image: -o-linear-gradient(top, #5698d4, #4882b6);
  background-image: linear-gradient(to bottom, #5698d4, #4882b6);
  text-decoration: none;
	border: 1px solid #5698d4;
}

.send-btn {
  cursor: pointer;
  background: #525252;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 50px 10px 50px;
  text-decoration: none;
  letter-spacing: 1px;
}

.send-btn:hover {
  background: -webkit-linear-gradient(top, #adadad, #9c9c9c) #8e8e8e;
	background: -moz-linear-gradient(top, #adadad, #9c9c9c) #8e8e8e;
  background: -ms-linear-gradient(top, #adadad, #9c9c9c) #8e8e8e;
  background: -o-linear-gradient(top, #adadad, #9c9c9c) #8e8e8e;
  background: linear-gradient(to bottom, #adadad, #9c9c9c) #8e8e8e;
  text-decoration: none;
	border: 1px solid #9c9c9c;
}
.go-top-btn {
  cursor: pointer;
  background: #7d7d7d;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  padding: 7px 25px 7px 25px;
  text-decoration: none;
  letter-spacing: 1px;
}

.go-top-btn:hover {
  background: #adadad;
  background-image: -webkit-linear-gradient(top, #adadad, #9c9c9c);
  background-image: -moz-linear-gradient(top, #adadad, #9c9c9c);
  background-image: -ms-linear-gradient(top, #adadad, #9c9c9c);
  background-image: -o-linear-gradient(top, #adadad, #9c9c9c);
  background-image: linear-gradient(to bottom, #adadad, #9c9c9c);
  text-decoration: none;
	border: 1px solid #9c9c9c;
}

/*----- form -----*/


input[type="text"]{
border: 1px solid #ccc;
padding:7px;
color:#333;
margin: 0;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
font: 1.3em Arial, sans-serif;

}

input[type=checkbox] {

    margin-right: 10px;
}



textarea {
border:0;
padding:10px;
color:#333;
border: 1px solid #ccc;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	font: 1.3em Arial, sans-serif;
	margin: 2px 0 0;
}
/*----- select-----*/
select {
	width: 150px;
	height: 36px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #333;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 30px 3px 10px;
	font-size: 14px;
	background: #fff url(../images/arrow_d.png) no-repeat right 50%;
	background-size: 20px, 100%;
}
#qt1 {
	font-size: 12px;
	margin-top: -2px;
}
.pop-area, .pop-area-w, .pop-area-y{
  opacity: 1;
  transition: 500ms;
}
.pop-area.is-fadein, .pop-area-w.is-fadein, .pop-area-y.is-fadein {
  opacity: 0
}
@media screen and (max-width: 768px) {
	.widget-area{
		width: 90%;
	}
	.box-title {
	font-size: 1.1em;
	height: 2.5em;
	}
	.pop-area{
	width: 130px;
	height: 130px;
	top: 220px;
	font-size: .9em;
	right: 5px;
	}
	.pop-area-w{
	width: 100px;
	height: 100px;
	top: 360px;
	font-size: .9em;
	right: 20px;
	}
	.pop-area-y{
	width: 100px;
	height: 100px;
	top: 470px;
	font-size: .9em;
	right: 20px;
	}
	.n-page {
	top: 100px;
	}
	.n2-page {
	top: 260px;
	}
	.n3-page {
	top: 390px;
	}
	.doc-area-left {
	width: 90%;
	padding-left: 3%;
	}
	.doc-area-right {
	width: 90%;
	padding-right: 2%;
		padding-left: 3%;
	}
	.in-box-members {
		height: 550px;
	}
}
@media screen and (max-width: 605px) {
	.box-title {
	font-size: 1em;
	height: 2.5em;
	}
	.box-date {
	font-size: 0.7em;

	}
	.box-cat {
	font-size: 0.7em;

	}
	.shopify-area {
		margin-top: 20%;
	}
	.box-cop3x {
	width: 100%;
	overflow:visible;
	float:left;
	font-size:11px;
	line-height:1.8em;
	margin-bottom: 30px;
		margin-right: 0;
	margin-left: 2%;
	}
	.in-box-members {
	height: 100%;
	}
}
@media screen and (max-width: 460px) {
	#container {
	padding-top: 45px;
	}
	.no-slide {
	margin-top: 100px;
	}
	#cover-content {
	width: 100%;
	height:400px;

	}
	#title-area img{
	width: 170px;
	}
	.widget-area{
		width: 85%;
	}
	.contents-main-news img{
	
		width: 100%;
		height: 100%;
	}
	.sub-menu li{
	font-size: 0.8em;
	}
	.contents-header {
	margin-top: 150px;
	}
	.top-title {
	font-size: 2em;
	}
	.news-name{
	font-size: 1.5em;
	width: 98%;
	margin-right: auto;
		margin-left: auto;
	}
	.date-header{
	font-size: 0.9em;
	}

	.cat-name-sub{
	font-size: 0.9em;
	}
	.contents-main {
	margin-top: 60px;
	}
	.contents-main-news{
	margin-top: 30px;
	}
/* box */
	.box-title {
	font-size: 1.2em;
	height: 2.5em;
	}
	.box-date {
	font-size: 0.7em;

	}
	.box-cat {
	font-size: 0.7em;

	}
	.pad_l_about10 { padding-left: 0; }
	.pad_l_about50 { padding-left: 10px; }
	.pad_l_about100 { padding-left: 10px; }
	.small-text {
		font-size: 0.8em;
	}
	.n-page {
	top: 60px;
	}
	.n2-page {
	top: 210px;
	}
	.n3-page {
	top: 330px;
	}
	.pop-area{
	background-color: rgba(132, 168, 212, .9);
	width: 50%;
	height: 45px;
	border-radius: 0;
	top: 0;
	left: 0;
	padding: 0;
	}
	.pop-area-w{
	background-color: rgba(104, 136, 176, 0.9);
	border-radius: 0;
	top: 0;
	width: 25%;
	right: 25%;
	height: 45px;
	padding: 0;
	}
	.pop-area-y{
	background-color: rgba(128, 147, 172, 0.8);
	border-radius: 0;
	width: 25%;
	height: 45px;
	top: 0;
	font-size: .9em;
	right: 0;
	padding: 0;
	}
.pop-area-in {
	margin-top: 4px;
}
.pop-area-in-w {
	margin-top: 7px;
	font-size: .9em;
	line-height: 15px;
}
.pop-text {
	font-size: .7em;
}
.pop-area-in-w .pop-text{
	font-size: .9em;
}
.pop-text-b {
	margin-top: -5px;
	padding-top: 0;
	font-size: 1.1em;
}
.pop-btn {
	display: none;
}
.drawer-hamburger {
	margin-top: 40px;
}
.entry-text {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
}
@media screen and (max-width: 360px) {

	/* icon-menu */
	.icon-area-menu{
		top: 48%;
	}
}
@media screen and (max-width: 320px) {

	/* icon-menu */
	.icon-area-menu{
		display: none;
	}
}
