@charset"UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:700&display=swap');
@import url("icomoon.css?v=2");


/**************************************
 * Common Styles
 **************************************/
html {
	font-size: 62.5%; /* 62.5%を指定すると「1.0 rem = 10px」 */
}
body{
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #fff;
	color: #000;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	font-weight: 400;
  font-style: normal;
	line-height: 1.7;
  letter-spacing: 0.03em;
}
body.lang-en{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.42;
  letter-spacing: 0.02em;
}
hr {
	margin: 0;
	border-top:1px solid #cccccc;
	color: inherit;
}
noscript p {
	margin: 5px;
	padding: 10px;
	border: 2px solid #bf0000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffefef;
	color: #bf0000;
}
img{
	vertical-align: bottom;
}
img.full{
	width:100%;
	height: auto;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  border-bottom:none;
}
a.text-solid{
  border-bottom: 1px solid #000;
}
a.text-dashed{
  border-bottom: 1px dashed #000;
}
a:focus,
a:active {
	color: inherit;
	text-decoration: none;
	outline: none;
}
a.trans{
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	transition: .1s ease-in;
}
a.trans:hover{
	cursor: pointer;
	opacity: 0.7;
}

a img {
	border: none;
}


.container-full {
	position: relative;
	display: block;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  padding-right: 20px;
  padding-left: 20px;
}
.side-padding {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
/*
@media screen and (max-width: 960px) {
	.side-padding {
		padding-right: 20px;
		padding-left: 20px;
	}
}
*/


a.img-wrap{
	display: inline-block;
	line-height: 1;
	vertical-align: bottom;
}
a.img-wrap img,
a.img-wrap svg
{
	display: block;
	margin: 0;
	padding: 0;	
	vertical-align: bottom;
}

.rel-wrap{
	display: block;
	position: relative;
	width:100%;
	height:100%;
}

.ofi{
  object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
  object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
  font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */
}

.ofi-2{
  object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
  object-position: 50% 0%; /* 他のブラウザ用(＝通常の指定) */
  font-family: 'object-fit: cover; object-position: 0% 0%;' /* IE・Edge対応 */
}

.ofi-3{
  object-fit: contain; /* 他のブラウザ用(＝通常の指定) */
  object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
  font-family: 'object-fit: contain; object-position: 50% 50%;' /* IE・Edge対応 */
}

.wrap-21by9,
.wrap-16by9,
.wrap-4by3,
.wrap-1by1{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
}
.wrap-21by9:before,
.wrap-16by9:before,
.wrap-4by3:before,
.wrap-1by1:before{
	content:"";
	display: block;
	padding-top: 75%;
}
.wrap-21by9:before{
  padding-top: 42.857143%;
}
.wrap-16by9::before{
  padding-top: 56.25%;
}
.wrap-4by3::before{
  padding-top: 75%;
}
.wrap-1by1::before{
  padding-top: 100%;
}
.wrap-21by9 .content,
.wrap-16by9 .content,
.wrap-4by3 .content,
.wrap-1by1 .content{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;		
}

.sr-text{
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.grecaptcha-badge{
	display: none;
}

/* Common width
============================================== */
.wd810{width:100%;max-width:810px;margin-right: auto;margin-left: auto;}
.wd1100{width:100%;max-width:1100px;margin-right: auto;margin-left: auto;}


/* Common fonts
============================================== */
.font-en{
  font-size: 0.8em;
}


/* Common colors
============================================== */
/* white */
.bg-white{background-color: #fff;}
.font-white{color: #fff;}
/* gray */
.bg-gray{background-color: #f5f5f5;}
/* blue */
.bg-blue{background-color: #e1f2f4;}
/* pink */
.bg-pink{background-color: #fdeff5;}
/* yellow */
.bg-yellow{background-color: #fbfbef;}



strong {
	font-weight: 500;
}

img.circle{
	border-radius: 50%;
}

/* header
============================================== */
#hd-common{
  padding-top:16px;
}
@media (min-width: 961px) {
  #hd-common {
    padding-top: 24px;
  }
}
/*
#hd-common .tel-wrap{
  display: inline-block;
  line-height: 1;
  height:26px;
}
#hd-common .tel-wrap .tel{
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-right: 12px;
  line-height: 1;
	font-size: 2.3rem;
  height: 100%;
  padding-left: 20px;
}
#hd-common .tel-wrap .tel::before{
  position: absolute;
  top:3px;
  left:0;
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	content: "\f095";
	font-size: 2rem;
  line-height: 1;
}
#hd-common .tel-wrap .tel .inner{
  display: inline-block;
  line-height: 26px;
}
*/


#hd-common .lang-switch{
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem;
}
#hd-common .lang-switch li{
  display: inline-block;
  float: left;
  text-align: center;
}
#hd-common .lang-switch li a{
  background-color: #fff;
  color: #000;
}
#hd-common .lang-switch li.current-lang a{
  background-color: #000;
  color: #fff;
}
#hd-common .lang-switch li a{
  box-sizing: border-box;
  display: inline-block;
  line-height: 26px;
  padding-left:calc(10px + 0.2em);
  padding-right:10px;
  letter-spacing: 0.1em;
  border:2px solid #000;
}

#hd-common .btn-list{
  display: inline-block;
  font-size: 3.0rem;
  line-height: 1;
  margin-top: -6px;
  padding-right:40px;
}
@media (min-width: 961px) {
  #hd-common .btn-list{
    padding-right:0px;
  }
}
#hd-common .btn-list li{
  display: inline-block;
  float: left;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
#hd-common .btn-list li:last-child{
  padding-right: 0px;
}
#hd-common .btn-list li a{
  color:inherit;
  display: inline-block;
  line-height: 40px;
  letter-spacing: 0;
}

#hd-top{
  padding-bottom:50px;
}
#site-name{
  position: relative;
  top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#site-title a{
	display: inline-block;
  width:150px;
}
@media (min-width: 961px) {
  #hd-top{
    padding-bottom:0px;
  }
  #site-title a{
    width:150px;
  }
}

#page-home #main-visual{
	padding-top:0px;
	position: relative;
	display: block;
  width:100%;margin-right: auto;margin-left: auto;
	background-color: #f5f5f5;
	/*padding-bottom: 3px;*/
}
@media (min-width: 1921px) {
	#page-home #main-visual{
		padding-top:75px;
	}
}
#page-home #main-visual{
  overflow: hidden;	
}
#page-home #main-visual .main-slider{
	position: relative;
	overflow: hidden;
	width: 100%;
  max-width: 1920px;
	margin: 0 auto;
}

/* navigation
============================================== */
.drawer-container {
	max-width:none;
	text-align: right;
  display: inline;
}
.drawer-hamburger {
	background-color: #000;
  position: fixed;
  z-index: 104;
	top:0px;
	right: 16px;
  display: block;
	width:26px;
/*	border-radius: 50%;*/
	padding: 0;
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 23px;
	padding-left: 12px;
	opacity: 0.9;
  border: 0;
  margin: 0;
}
.drawer-hamburger.fixed{
}
.drawer--top .drawer-hamburger{
	right:0px;
	background-color: transparent;
}
.drawer--top.drawer-open .drawer-hamburger{
	background-color: transparent;
}
.drawer-hamburger:hover {
  cursor: pointer;
	background-color: transparent;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after{
	height: 2px;
	background-color: #000;
}
.drawer--top.drawer-close .drawer-hamburger-icon,
.drawer--top.drawer-close .drawer-hamburger-icon:before,
.drawer--top.drawer-close .drawer-hamburger-icon:after{
	background-color: #000;
}
.drawer--top.drawer-open .drawer-hamburger-icon:before,
.drawer--top.drawer-open .drawer-hamburger-icon:after{
	background-color: #fff;
}
.drawer--right.drawer-open .drawer-hamburger {
	right: 18rem;
}
.drawer-navbar .drawer-navbar-header {
	border-bottom: none;
}
.drawer-navbar-header{
	z-index: 102;
	height:0;
}
.drawer-nav {
	text-align:left;
	overflow: scroll;
	height: 100vh;
  background-color: #000;
	color:#fff;
}
.drawer-nav a {
	text-decoration:none;
	color:#fff;
	font-size:15px;
	overflow: hidden;
}
.drawer-nav ul {
	padding:4% 15% 7.5rem 25%;
	/*border-bottom:1px solid #000;*/
	margin:0;
}
.drawer-nav ul li {
	padding:5px 0 20px;
	position:relative;
	list-style: none;
}
#contact{
  overflow: hidden;
}
#hd-nav-wrap{
  display: none;
  position: fixed;
  background-color: #fff;
  z-index: 101;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 0.9;
  height:50px;
  padding-left: 50px;
}
#hd-nav-wrap.fixed{
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
  display: block;
}
#hd-nav-wrap .link-text{
  margin-top:5px;
  font-weight: bold;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.14em;
  display: inline-block;
  line-height: 40px;
  font-size: 1.6rem;
  position: relative;
}
#hd-nav-wrap .link-text::before{
/*
  position: absolute;
  left:0;
  top:0;
*/
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	content: "\f075";
  line-height: 1;
  margin-right: 0.4em;
}

/*@media (min-width: 64em){*/
@media (min-width: 961px) {
  #hd-nav-wrap{
    display: none!important;
    box-shadow:none!important;
  }
	#header-r1 .contact-wrap{
		display: block;
	}
  .drawer-nav {
    background-color: #fff;
    color:#000;
  }
  .drawer-navbar {
    margin-top:73px;
    margin-bottom: 50px;
		height: 52px;
		border-bottom: none;
	}	
	.drawer-navbar .drawer-menu {
		display: inline-block;
		padding-right: 16px;
	}
	.drawer-navbar .drawer-nav{
		text-align: center;
		height:52px;
    max-height: unset;
	}
	.drawer-nav ul li {
		position: relative;
		padding: 5px 0 0;
	}
	.drawer-nav a {
		position: relative;
		padding-right: 0.6em;
    padding-left: 0.6em;
		/*font-size: 1.6rem;*/
		font-size: 1.47rem;
		letter-spacing: 0.1em;
    font-weight: 500;
    color:#000;
	}
}
.drawer-nav ul li a .txt{
	display: inline-block;
	position: relative;
	padding-left:5px;
	padding-right:5px;
}
.drawer-nav ul li a .txt:after{
	display: block;
	content: ' ';
	border-bottom: 1px solid #000;
	position: absolute;
	width: 0%;
  left: 0px;
	bottom: -5px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	z-index: 20; 
}
.drawer-nav ul li a:hover .txt:after{
	width: 100%;
}


/* footer
============================================== */
#site-footer #footer-info{
  overflow: hidden;
  padding-top: 100px;
}
#site-footer #footer-info .footer-inner{
  padding-left:80px;
  padding-right:80px;
}
#site-footer #footer-info .name a{
  width:134px;
}
#site-footer #footer-info hr{
  margin-top: 16px;
  margin-bottom: 50px;
  border-top: 1px solid #000;
}
#site-footer #footer-info .addr{
  margin-top: 16px;
}
#site-footer #footer-info .tel-wrap{
  margin-top:3px;
}
#site-footer #footer-info .tel{
}
#site-footer #footer-info .follow-wrap{
  width: 120px;
}
#site-footer #footer-info .follow-wrap .title{
  padding-bottom:8px;
  border-bottom: 1px solid #000;
  font-weight: 500;
}
#site-footer #footer-info .follow-wrap .btn-list{
  margin-top:5px;
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1;
}
#site-footer #footer-info .follow-wrap .btn-list li{
  display: inline-block;
  float: left;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
#site-footer #footer-info .follow-wrap .btn-list li a{
  color:inherit;
  display: inline-block;
  line-height: 40px;
  letter-spacing: 0;
}

#site-footer #copyright-wrap{
  overflow: hidden;
}
#site-footer #copyright{
  font-size: 1.3rem;
  margin-top:10px;
	padding-top:1.5em;
	padding-bottom:1.5rem;
	width:100%;
}

#pagetop {
	display: block;
	position: fixed;
	right:0PX;
	bottom: 13px;
	z-index: 100;
	width: 50px;
	height: 50px;
	opacity: 0.9;
}
body.is-sp #pagetop{
	display: none!important;
}

/* common
============================================== */
.article-head{
  padding-top:102px;
}
.article-body{
  margin-top:88px;
  padding-bottom:116px;
}
.content-bottom{
  padding-bottom:75px;
}

/*** h-type-1 ***/
.h-type-1{
	display: block;
  position: relative;
  overflow: hidden;
	line-height: 1;
	text-align: center;
}
.h-type-1 .title-en{
	display: inline-block;
	position: relative;
  font-size: 4.0rem;
	font-weight: 500;
  padding-bottom:0.45em;
}
#ceo .h-type-1 .title-en{
  font-size: 3.4rem;
  padding-bottom: 0.6em;
}
#instagram .h-type-1 .title-en{
  padding-left: 1.3em;
}
#instagram .h-type-1 .title-en::before{
  position: absolute;
  top: -0.05em;
  left:0;
  margin-top:0.1em;
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	content: "\e915";
  line-height: 1;
}
.h-type-1 .title-en::after{
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 134px;
  left: calc(50% - 67px);
  bottom: 0;
  border-top: 2px solid #000;
}
.h-type-1 .title-ja{
  font-size: 1.7rem;
  margin-top:0.6em;
  font-weight:normal;
  font-weight:400;
  line-height: 1.6;
}

/*** h-type-2 ***/
.article-head.h-type-2{
  padding-top:30px;
}
.h-type-2{
	display: block;
  position: relative;
  overflow: hidden;
	line-height: 1;
	text-align: center;
}
.h-type-2 .title-en{
  display: inline-block;
}
.h-type-2 .curve-title{
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0em;
}
#life-with-art .curve-title{
  color: #57b8c0;
}
#art_event .curve-title{
  color: #eb529e;
}
#art-school .curve-title{
  color: #f2db4b;
}
.h-type-2 .title-logo{
  margin-top:30px;
}
.h-type-2 .title-logo figure{
  display: inline-block;
  line-height: 1;
}
.h-type-2 .title-logo img,
.h-type-2 .title-logo svg{
  width: 44px;
}
.h-type-2 .title-logo svg{
	display: block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.h-type-2 .title-ja{
  margin-top:18px;
  font-weight: normal;
  font-weight: 400;
}
.h-type-2 .title-ja{
  display: inline-block;
  position: relative;
}
.h-type-2 .title-ja::before,
.h-type-2 .title-ja::after{
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 18px;
  top: 7px;
  border-top: 1px solid #000;
}
.h-type-2 .title-ja::before{
  left: -2.2em;
}
.h-type-2 .title-ja::after{
  right: -2.2em;
}

/*** h-type-3 ***/
.h-type-3{
	display: block;
  position: relative;
  overflow: hidden;
	line-height: 1;
	text-align: left;
}
.h-type-3 .title-en{
	display: inline-block;
	position: relative;
  font-size: 4.0rem;
	font-weight: 500;
  padding-bottom:0.45em;
	line-height: 1.275;
}
body.lang-en .h-type-3 .title-en{
/*  font-size: 3.8rem;*/
  padding-bottom:0.5em;
}
.h-type-3 .title-en::after{
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 134px;
  left: 0;
  bottom: 0;
  border-top: 2px solid #000;
}
.h-type-3 .title-ja{
  font-size: 1.7rem;
  margin-top:0.8em;
  font-weight:normal;
  font-weight:400;
	line-height: 1.6;
}

.link-btn{
  display: inline-block;
  position: relative;
	height: max-content;
	width: max-content;
  font-size: 1.8rem;
  padding-right:2em;
  padding-bottom: 0.1em;
	overflow: hidden;
}
.link-btn.type-1{
  border-bottom:1px solid #000;
}
.link-btn.type-2{
  border-bottom:1px dashed #000;
}
.link-btn.type-1::after,
.link-btn.type-2::after{
  content:'';
  position: absolute;
  display: block;
  top: 0.4em;
  right: 0;
  width: 14px;
  height: 17px;
  background-image: url("../img/common/icon-arrow-link.svg");
  background-repeat: no-repeat;
  background-size: 14px 17px;
  background-position: 0 0;
}
.link-btn.type-3{
	font-size: 1.4rem;
	line-height: 1.5;
	background-color: #000;
	color: #fff;
	text-align: center;
	border: none;
	vertical-align: middle;
	padding-top: 0.7em;
	padding-bottom: 0.8em;
	text-decoration: none;
	border-radius: 4px;
	box-sizing: border-box;
}
.link-btn.type-3 > span.txt{
	display: inline-block;
	/*width:100%;*/
	padding-left:1.3em;
	padding-right:0.5em;
}
.link-btn.type-3::after{
	border-color: #fff;
	border-style: solid;
	border-width: 0 1px 1px 0;
	content: "";
	display: inline-block;
	height: 8px;
	vertical-align: middle;
	width: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 1.2em;
	top: calc(50% - 4px);
}
.link-btn.type-3.comingsoon{
	padding-right: 0;
	border-radius: 0px;
}
.link-btn.type-3.comingsoon > span.txt{
	padding-right:1.3em;
	width:100%;
}
.link-btn.type-3.comingsoon::after{
	content: none;
}

/* ABOUT US
============================================== */
#abuot-us{
  padding-top:75px;
  padding-bottom:75px;
}
#abuot-us .desc{
  display: inline-block;
  width:700px;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2.1
		;
}
body.lang-en #abuot-us .desc{
  width:720px;
}

/* NEWS
============================================== */
#whats-new .news-list.row{
	margin-right: -10px;
	margin-left: -10px;
}
#whats-new .news-list > .col,
#whats-new .news-list > [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}
#whats-new .news-list .content-wrap .image-wrap{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
#whats-new .news-list .content-wrap .text-wrap{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px){
  #whats-new .news-list .content-wrap .image-wrap{
    -ms-flex: 0 0 128px;
    flex: 0 0 128px;
    width: 128px;
    max-width: 128px;
  }
  #whats-new .news-list .content-wrap .text-wrap{
    -ms-flex: 0 0 calc(100% - 128px);
    flex: 0 0 calc(100% - 128px);
    width: calc(100% - 128px);
    max-width: calc(100% - 128px);
    padding-left: 26px;
  }
}
#whats-new .news-list .content-wrap .image-wrap a{
  box-sizing: border-box;
  border:1px solid #cccccc;
}
#whats-new .news-list .content-wrap .text-wrap .date{
  margin-top:4px;
  font-size: 1.5rem;
}
#whats-new .news-list .content-wrap .text-wrap .category{
  margin-top:4px;
  position: relative;
  display: inline-block;
  background-color: #ebda69;
  line-height: 28px;
  border-radius: 2px;
  padding-left:2em;
  padding-right:2em;
}
#whats-new .news-list .content-wrap .text-wrap .title{
  margin-top:4px;
	font-weight: normal;
	font-weight: 400;
  font-size: 1.5rem;
}


/* ART SCHOOL
   ORIGINAL ART
============================================== */
#page-home .section.type-1{
  position: relative;
}
#page-home .section.type-1 .article-body > .content-wrap{
  margin-top:88px;
}
@media screen and (min-width: 768px){
  #page-home .section.type-1 .content-body{
    padding-top: 54px;
  }
  #page-home .section.type-1 .content-body > .image-list-wrap{
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    width: 380px;
    max-width: 380px;
  }
  #page-home .section.type-1 .content-body > .detail{
    -ms-flex: 0 0 calc(100% - 380px);
    flex: 0 0 calc(100% - 380px);
    width: calc(100% - 380px);
    max-width: calc(100% - 380px);
    padding-left:60px;
  }
}
#page-home .section.type-1 .content-body > .image-list-wrap .image-list.row{
  margin-right: -10px;
  margin-left: -10px;
}
#page-home .section.type-1 .content-body > .image-list-wrap .image-list.row > li{
  padding-top:10px;
  padding-bottom:10px;
  padding-right: 10px;
  padding-left: 10px;
}
#page-home .section.type-1 .content-body > .detail > .content-wrap{
  margin-top: -30px;
}
#page-home .section.type-1 .content-title .catch-copy,
#page-home .section.type-1 .content-body > .detail .catch-copy{
  font-size:2.4rem;
  line-height: 1.66;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 36px;
}
#page-home .section.type-1 .content-body .title{
	font-size: 1.9rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
	padding-left: 0.5em;
	border-left: 5px solid #000;
  padding-bottom: 0.2em;
	margin-bottom:0.8em;
}
#page-home .section.type-1 .content-body .title2{
  font-size: 2.1rem;
  line-height: 1.68;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding-bottom: 1em;
}
#page-home .section.type-1 .content-body .title3{
  font-size: 2.4rem;
  line-height: 1.67;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) and (max-width: 960px){
  #page-home .section.type-1 .content-body > .image-list-wrap{
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
  }
  #page-home .section.type-1 .content-body > .detail{
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    width: calc(100% - 300px);
    max-width: calc(100% - 300px);
  }  
  #page-home .section.type-1 .content-body > .detail{
    padding-left:40px;
  }
}
@media screen and (max-width: 767px){
  #page-home .section.type-1 .content-body > .detail{
    padding-left:20px;
  }
  #page-home .section.type-1 .content-body > .detail > .content-wrap{
    margin-top: 0px;
  }
}
#page-home .section.type-1 .content-body > .detail .desc{
  line-height: 2;
}
#page-home .section.type-1 .sep-h{
  margin-top:2rem;
  margin-bottom:2rem;
  width:100%;
  height:21px;
  background-image: url("../img/top/bg-sep.svg");
  background-repeat: repeat-x;
  background-size: 68px 16px;
  background-position: 0 0;
}
#page-home .section.type-1 .info1-cell.title .label{
  position: relative;
  display: inline-block;
  background-color: #ebda69;
  height: 32px;
  border-radius: 20px;
  letter-spacing: 0.1em;
  padding-left:1em;
  padding-right:1em;
}
#page-home .section.type-1 .info1-table{
	width:100%;
	position: relative;
}
#page-home .section.type-1 .info1-cell.title{
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  width: 90px;
  max-width: 90px;
}
#page-home .section.type-1 .info1-cell.detail{
  -ms-flex: 0 0 calc(100% - 90px);
  flex: 0 0 calc(100% - 90px);
  width: calc(100% - 90px);
  max-width: calc(100% - 90px);
  padding-left: 10px;
}
#page-home .section.type-1 .content-body > .detail .desc p.txt{
  line-height: 1.75;
	padding-bottom: 1.8em;
}
#page-home .section.type-1 .content-body > .detail .desc p.txt.read{
	line-height: 1.75;
}
#page-home .section.type-1 .content-body > .detail .desc p.txt.note{
  position: relative;
  margin-top: 0.3em;
  font-size: 1.3rem;
  padding-left:1.1em;
}
#page-home .section.type-1 .content-body > .detail .desc p.txt.note::before{
  position: absolute;
  top:0;
  left:0;
  z-index: 2;
}
body#page-home.lang-ja .section.type-1 .content-body > .detail .desc p.txt.note::before{
  content: "※";  
}
body#page-home.lang-en .section.type-1 .content-body > .detail .desc p.txt.note::before{
  content: "* ";
}
#page-home .section.type-1 .content-body > .detail .desc .note-list li{
  margin-top: 0.5em;
  position: relative;
  font-size: 1.3rem;
  padding-left:1.3em;
  line-height: 1.6;

}
#page-home .section.type-1 .content-body > .detail .desc .note-list li::before{
  position: absolute;
  top:0;
  left:0;
  z-index: 2;
  content: "●";
}


/* INSTAGRAM
============================================== */
#page-home #instagram .article-body{
	margin-top:40px;
}
#page-home #instagram a.instagram-btn {
	font-size: 1.3rem;
	line-height: 1;
	margin: 26px auto 0 auto;
	background: #408bd1;
}
#page-home #instagram a.instagram-btn:hover{
	background: #359dff;
}
#page-home #instagram #sb_instagram{
}
@media (max-width: 480px){
	#sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: 50%!important;
	}
}

#page-home #instagram .article-body .gallery .row{
	margin-right: -14px;
	margin-left: -14px;
}
#page-home #instagram .article-body .gallery .col,
#page-home #instagram .article-body .gallery [class*="col-"] {
  padding-right: 14px;
  padding-left: 14px;
	padding-bottom:28px
}
@media screen and (max-width: 735px) {
	#page-home #instagram .article-body .gallery .row{
		margin-right: -0.115em;
		margin-left: -0.115em;
	}
	#page-home #instagram .article-body .gallery .col,
	#page-home #instagram .article-body .gallery [class*="col-"] {
		padding-right: 0.115em;
		padding-left: 0.115em;
		padding-bottom:0;
	}
}
#page-home #instagram .article-body .gallery ul a{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}


/* CEO
============================================== */
#page-home #ceo{
  
}
#page-home #ceo .title{
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#page-home .section.type-2 .content-body > .detail{
}
#page-home .section.type-2 .content-body > .image-wrap figure{
  display: inline-block;
}
#page-home .section.type-2 .content-body > .detail .desc{
  line-height: 1.8;
}
#page-home .section.type-2 .content-body > .image-wrap .link-btn{
  margin-top:1.5em;
}
@media screen and (min-width: 961px){
  #page-home .section.type-2 .content-body{
    padding-top: 54px;
  }
  #page-home .section.type-2 .content-body > .image-wrap{
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    width: 380px;
    max-width: 380px;
    padding-left:60px;
  }
  #page-home .section.type-2 .content-body > .detail{
    -ms-flex: 0 0 calc(100% - 380px);
    flex: 0 0 calc(100% - 380px);
    width: calc(100% - 380px);
    max-width: calc(100% - 380px);
  }
}
@media screen and (min-width: 768px) and (max-width: 960px){
  #page-home .section.type-2 .content-body > .image-wrap{
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
  }
  #page-home .section.type-2 .content-body > .detail{
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    width: calc(100% - 300px);
    max-width: calc(100% - 300px);
  }  
  #page-home .section.type-2 .content-body > .detail{
    padding-left:40px;
  }
}
@media screen and (max-width: 767px){
  #page-home .section.type-2 .content-body > .image-wrap{
    padding-left:20px;
  }
  #page-home .section.type-2 .content-body > .image-wrap figure{
    width: 250px;
  }
}


/* ACCESS
============================================== */
#page-home #access .title{
  font-size: 2.0rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding-bottom: 1em;
}
#page-home #access .title .ruby-ja{
	font-size: 0.7em;
}

/* CONTACT
============================================== */
#page-home #contact{
  padding-bottom:106px;  
}
#page-home #contact .info2-table{
	width:100%;
	position: relative;
}
#page-home #contact .info2-row:last-child{
	border-bottom: 0;
}
#page-home #contact .info2-cell.title{
  font-size: 1.7rem;
  padding-top: 30px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
	font-weight: normal;
	font-weight: 400;
}
#page-home #contact .info2-cell.title .txt{
  position: relative;
  display: inline-block
}
#page-home #contact .info2-cell.title .txt-required{
  margin-left: 0.5em;
  color: #dd2525;
}

#page-home #contact .info2-cell.detail{
  padding-top: 6px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
	overflow: hidden;
}
#page-home #contact .info2-cell.detail .wpcf7-form-control-wrap input,
#page-home #contact .info2-cell.detail .file-input-wrap{
	width:100%;
	height: 53px;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 1.5rem;
	-webkit-appearance: none;
	box-sizing: border-box;
  border-width: 0px;
  border-style:none;
  border-color:transparent;
  margin-bottom: 5px;
  background-color: #fff;
  /*border-radius: 5px;*/
}
#page-home #contact .info2-cell.detail.name .wpcf7-form-control-wrap input::placeholder {
  color: #000;
}
#page-home #contact .info2-cell.detail.name .wpcf7-form-control-wrap input:-ms-input-placeholder {
  color: #000;
}
#page-home #contact .info2-cell.detail.name .wpcf7-form-control-wrap input::-ms-input-placeholder {
  color: #000;
}
#page-home #contact .info2-cell.detail textarea{
	font-size: 1.5rem;
	width:100%;
	box-sizing: border-box;
	padding:1em;
	-webkit-appearance: none;
  border-width: 0px;
  border-style:none;
  border-color:transparent;
  /*border-radius: 5px;*/
}
#page-home #contact .info2-cell.detail select{
  width:100%;
  height: 53px;
  background-color: #fff;
  border-width: 0px;
  border-style:none;
  border-color:transparent;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
	padding-left: 1em;
}
#page-home #contact .info2-cell.detail .wpcf7-form-control-wrap > option{
  background-color: #fff;
  border-width: 0px;
  border-style:none;
  border-color:transparent;
  border-radius: 0;
}
#page-home #contact .info2-cell.detail .file-input-wrap{
	height: 53px;
	background-color: #FFF;
}
#page-home #contact .info2-cell.detail .wpcf7-form-control-wrap input[type="file"]{
	margin-top: 12px;
	height: 41px;
	background-color: transparent;
}
#page-home #contact .submit-btn{
  padding-top:48px;
}
#page-home #contact .submit-btn input[type="submit"] {
  font-size: 1.6rem;
  color: #fff;
	appearance: none;
	-webkit-appearance: none;
  cursor: pointer;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	padding: 0;
  margin: 0;
  width: 180px;
  height:46px;
  background-color: #000;
  letter-spacing: 0.15em;
	border-radius: 4px;
}
.wpcf7 .ajax-loader, div.wpcf7 .ajax-loader {
	display: none;
}

/* POST
============================================== */

#page-post #blog-content{
/*	margin-top:60px;*/
	letter-spacing: 0.1em;
/*	padding-bottom:200px;*/
}

#page-post .content-area .page-title{
  display: inline-block;
	font-size: 2rem;
	font-weight: 500;
	text-align: left;
	position: relative;
  padding-bottom: 5px;
	margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	#page-post .content-area .page-title{
		padding-top:0.4em;
		padding-bottom:0.1em;
	}
}

/* ARCHIVE
============================================== */
#page-post .page-archive .blog-list .content-wrap .image-wrap{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
#page-post .page-archive .blog-list .content-wrap .text-wrap{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px){
  #page-post .page-archive .blog-list .content-wrap .image-wrap{
    -ms-flex: 0 0 128px;
    flex: 0 0 128px;
    width: 128px;
    max-width: 128px;
  }
  #page-post .page-archive .blog-list .content-wrap .image-wrap a{
    box-sizing: border-box;
    border:1px solid #cccccc;
  }
  #page-post .page-archive .blog-list .content-wrap .text-wrap{
    -ms-flex: 0 0 calc(100% - 128px);
    flex: 0 0 calc(100% - 128px);
    width: calc(100% - 128px);
    max-width: calc(100% - 128px);
    padding-left: 26px;
  }
}
#page-post .page-archive .blog-list .content-wrap .text-wrap .date{
  margin-top:4px;
  font-size: 1.5rem;
}
#page-post .page-archive .blog-list .content-wrap .text-wrap .category{
  font-size: 1.2rem;
  margin-top:4px;
  position: relative;
  display: inline-block;
  background-color: #ebda69;
  line-height: 1.4;
  border-radius: 2px;
  padding-top:0.2em;
  padding-bottom:0.25em;
  padding-left:1em;
  padding-right:1em;
}
#page-post .page-archive .blog-list .content-wrap .text-wrap .title{
  margin-top:4px;
	font-weight: normal;
	font-weight: 400;
  font-size: 1.5rem;
}
/* =========================================== */


#page-post .content-area .entry-title{
	font-size: 2.0rem;
	font-weight: 400;
	color:#000;
}
#page-post .content-area .entry-title a{
	color:#000;
}
#page-post .content-area .entry-date{
	display: inline-block;
	position: relative;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
	color: #000;
}
#page-post .content-area .entry-meta-wrap{
	position: relative;
	width:100%;
	display: block;
	/*padding-right:102px;*/
}
#page-post .content-area .entry-meta-wrap .writer{
	position: absolute;
	right:16px;
	top:7px;
	z-index: 2;
	width:70px;
}

#page-post .content-area .h-line{
	border-bottom: 1px solid #4c4f51;
}
#page-post .content-area .eyecatch{
	position: relative;
	width:100%;
	min-height: 50px;
}

#page-post .content-area .eyecatch .img-wrap{
	max-width:180px;
}

#page-post .content-area .entry-category li > .button{
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.3;
	padding-left: 1.5em;
	padding-right: 1.5em;
	border-radius: 6px;
	/*border-radius: 2em;*/
	margin-right: 0.7em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	#page-post .content-area .entry-category li > .button{
		line-height: 1;
		padding-top: 0.7em;
	}
}
#page-post .content-area .entry-category li > .button.category{background-color: #be9b67;}
#page-post .content-area .entry-content{
	font-size: 1.6rem;
	line-height: 1.7;	
}
#page-post .content-area .entry-content{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;	
	line-height: 1.7;
	vertical-align: baseline;
}
#page-post .content-area .entry-content p{
	margin: 0 0 0;
}
#page-post .content-area .entry-content img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
#page-post .content-area .entry-content p > img{
	margin: 0.3em 0.7em 0.3em 0;
}
#page-post .content-area .entry-content p > img:last-child{
	margin-right: 0;
}
#page-post .content-area .entry-content a{
	color: #004082;
	text-decoration: underline;
}
#page-post .content-area .entry-content hr {
	background-color: #4c4f51;
	border: 0;
	height: 1px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#page-post .content-area .entry-content ul,
#page-post .content-area .entry-content ol {
	margin: 0 0 0 0;
	padding: 0 0 0 2.1em;
}
#page-post .content-area .entry-content ul {
	list-style: disc;
}
#page-post .content-area .entry-content ol {
	list-style: decimal;
}
#page-post .content-area .entry-content li > ul,
#page-post .content-area li > ol {
	margin-bottom: 0;
}
#page-post .content-area .entry-content li > ul{
	margin-left: 20px;
}
#page-post .content-area .entry-content li > ol{
	margin-left: 24px;
}
#page-post .content-area .entry-content .alignleft {
	float: left;
	margin: 6px 28px 28px 0;
}
#page-post .content-area .entry-content .alignright {
	float: right;
	margin: 6px 0 28px 28px;
}
#page-post .content-area .entry-content .aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 28px;
}

#page-post #blog-sidebar .list-title{
	font-size: 1.5rem;
	line-height: 1;
	padding: 10px 0;
	font-weight: normal;
	background-color: #000;
	width: 100%;
	text-align: center;
	margin: 0;
	color: #fff;
}
#page-post #blog-sidebar .list-title.last{
	/*margin-top:3rem;*/
}
#page-post #blog-sidebar .list-item{
	position: relative;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.3em;
	width: 100%;
	/*border-bottom: 1px solid #004082;*/
	overflow: hidden;
	display: block;
}
#page-post #blog-sidebar .list-item a{
	font-weight: 400;
}
#page-post #blog-sidebar select{
	color: #4c4f51;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.3em;
	letter-spacing: 0.1em;
	width: 100%;
}

/* PAGER
============================================== */
.wp-pagenavi{
	margin-top:43px;	
	font-weight: bold;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
	border: none;
	font-size: 0.9rem;
	padding: 5px 5px 3px;
	position: relative;
	overflow: hidden;
	vertical-align: sub;
	margin: 0 7px;
	display: inline-block
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
}
.wp-pagenavi a.page{
	border:none;
	font-size: 1.9rem;
}
.wp-pagenavi span.current{
	font-size: 1.9rem;
	border:none;
	color: #4c4f51;
	position: relative;
}
.wp-pagenavi span.current::after{
	position: absolute;
	left:0;
	bottom:-3px;
	content:'';
	width:100%;
	border-bottom: 1px solid #4c4f51;
}
.wp-pagenavi a,
.wp-pagenavi span{
  margin: 5px;
}

.c-pager .c-button{
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.c-pager a{
  position: relative;
  display: inline-block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-bottom: 1px dashed #4c4f51;
}
.c-pager .c-pager__next a::after,
.c-pager .c-pager__prev a::before{
  content:'';
  position: absolute;
  display: block;
  top: calc(50% - 8px);
  width: 14px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: 14px 17px;
  background-position: 0 0;
}
.c-pager .c-pager__next a{
  padding-right:20px;
}
.c-pager .c-pager__next a::after{
  right: 0;
  background-image: url("../img/common/icon-arrow-right.svg");
	margin-left: 0.2em;
}
.c-pager .c-pager__prev a{
  padding-left:20px;
}
.c-pager .c-pager__prev a::before{
  left: 0;
  background-image: url("../img/common/icon-arrow-left.svg");
	margin-right: 0.2em;
}



/* RESPONSIVE
============================================== */

/****** 〜979px ******/
@media screen and (max-width: 979px){
}
/****** 〜767px ******/
@media screen and (max-width: 767px){
  
  
  #page-home .article-head {
    padding-top: 60px;
  }
  #page-home .article-body {
    margin-top: 40px;
    padding-bottom: 80px;
  }
  #page-home .content-body{
    margin-top: 30px;
  }
  #page-home .section.type-1 .content-body > .detail {
    padding-top: 20px;
  }
  #page-home .section.type-1 .content-title .catch-copy,
  #page-home .section.type-1 .content-body > .detail .catch-copy {
    font-size: 2rem;
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
/*
  #page-home .section.type-1 .content-body .title {
    font-size: 1.9rem;
    padding-bottom: 0px;
    margin-bottom: 20px;
    padding-left: 0.5em;
    border-left:5px solid #000;
  } 
*/
  
  .h-type-1 .title-en {
    font-size: 3.4rem;
  }
  #ceo .h-type-1 .title-en {
    font-size: 3rem;
  }
  #page-home #ceo.section.type-2 .content-body > .detail {
    padding-top: 30px;
  }  
  .h-type-3 .title-en {
    font-size: 3.0rem;
  }
  
  #site-title a{
    width:150px;
  }
  #abuot-us .desc,
  body.lang-en #abuot-us .desc{
    display: inline-block;
    width: 100%;
  }
  
  #abuot-us {
    padding-top: 30px;
    padding-bottom: 36px;
  }
  
  
  #page-home #contact .info2-cell.title {
    padding-top: 10px;
  }  
  
  #site-footer #footer-info .name a {
    width: 120px;
  }  
  #site-footer #footer-info .addr {
    margin-top: 26px;
  }  
  #site-footer #footer-info .follow-wrap {
    margin-top:40px!important;
  }  
  #site-footer #footer-info .footer-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  #site-footer #copyright {
    margin-top: 0px;
    padding-top: 1em;
  }  
}
/****** 〜600px ******/
@media screen and (max-width: 600px){
}
/****** 〜810px ******/
@media screen and (max-width: 810px){
}
/****** 〜767px ******/
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none){
}
/****** 768px〜 ******/
@media screen and (min-width: 768px){
}
/****** 〜960px ******/
@media screen and (max-width: 960px){
}
/****** md：768px〜960px ******/
@media screen and (min-width: 768px) and (max-width: 960px){
}
/****** xl：961px〜 ******/
@media screen and (min-width: 961px){	
}
/****** xl：961px〜 ******/
@media screen and (min-width: 1020px){	
}
