@charset "UTF-8";

/* -----------------------------------------------
 *  	         component.css
 * ----------------------------------------------- */

/* =========== TOP =========== */

/* ===========mainVisual =========== */
article.top_mainvisual_area{
	position: relative;
	background-image: url(/top/img/top_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 90vh;
}
h1.top_main_heading1{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
    text-align: center;
    transform: translateY(0);
    opacity: 0;
    transition:all 2s;
}
/*moved*/
h1.top_main_heading1.moved{
    transform: translateY(-50%);
    opacity: 1;
}
h1.top_main_heading1 svg.svg_topmain_logo{
	width: 350px;
	height: 100px;
	fill:#fff;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.8));
}
h1.top_main_heading1 span.top_main_message{
    display: block;
	font-size: 18px;
	text-align: center;
    font-weight: normal;
	color: #fff;
    letter-spacing: 2px;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.8));
}
/* 768px */
@media only screen and (max-width: 48em) {
h1.top_main_heading1 svg.svg_topmain_logo{
}
h1.top_main_heading1 p.top_main_message{
	font-size: 24px;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
article.top_mainvisual_area{
	background-image: url(/top/img/top_bg_mb.jpg);
	height: 70vh;
}
h1.top_main_heading1 svg.svg_topmain_logo{
	width: 200px;
	height: 70px;
}
h1.top_main_heading1 span.top_main_message{
	font-size: 14px;
}
}


/* =========== message =========== */
article.top_message_area{
	padding: 10% 0;
	text-align: center;
	background-image: url(/top/img/message_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 400px 400px;
}
svg.svg_top_message_logo{
	margin: 0 0 30px 0;
	width: 200px;
	height: 60px;
}
p.top_message_item{
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 2.5;
	letter-spacing: 1.2px;
    text-shadow: 0px 0px 2px #d5eaf5;
}
/* 768px */
@media only screen and (max-width: 48em) {
article.top_message_area{
	padding: 20% 0;
	background-size: 400px 400px;
}
svg.svg_top_message_logo{
	margin: 0 0 20px 0;
	width: 200px;
	height: 60px;
}
p.top_message_item{
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 2.5;
	letter-spacing: 1.2px;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
article.top_message_area{
	padding: 20% 0;
	background-size: 350px 350px;
}
svg.svg_top_message_logo{
	margin: 0 0 10px 0;
	width: 200px;
	height: 40px;
}
p.top_message_item{
	margin: 0 auto 10px;
	font-size: 14px;
	line-height: 2.0;
    width: 90%;
}
}


/* =========== top_business_area =========== */
article.top_business_area{
	padding: 10% 2%;
	background-image: url(/top/img/model_bg_pc.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}
article.top_business_area h2{
	text-align: center;
	font-size: 25px;
}
section.business_model_sect{

}

section.business_image_sect{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.business_image_sect div{
	width: 48%;
	padding: 10px;
	margin: 0 0 20px 0;
}
section.business_image_sect div h3{
	color:#005482;
}
section.business_image_sect div p{

}

/* 768px */
@media only screen and (max-width: 48em) {
article.top_business_area{
}
}
/* 480px */
@media only screen and (max-width: 30em) {
article.top_business_area{
	padding: 10% 2%;
	background-image: url(/top/img/model_bg_mb.png);
}
section.business_image_sect{
	display: block;
}
section.business_image_sect div{
	width: 90%;
	margin: 0 auto 20px;
}

}


/* =========== top_artist_area =========== */
article.top_artist_area{
	padding: 10% 2%;
	background-color: #f5f5f5;
}
article.top_artist_area h2{
	text-align: center;
	font-size: 24px;
	margin: 0 0 20px 0;
}

section.top_artist_sect{
}

section.top_artist_sect div.top_artist_item{
	margin: 0 0 20px 0;
}


/* =========== top_contact_area =========== */
article.top_contact_area{
	padding: 10% 2%;
	background-color: #fff;
}
article.top_contact_area h2{
	text-align: center;
	font-size: 24px;
	margin: 0 0 20px 0;
}

section.artist_contact_sect{
	border: solid 1px #005482;
	padding: 20px;
	text-align: center;
}
section.artist_contact_sect h3{
	font-size: 25px;
	color: #005482;
}
section.artist_contact_sect a{
	text-decoration: underline;
	font-size: 20px;
}
@media only screen and (max-width: 30em) {
section.artist_contact_sect{
	padding: 10px;
	text-align: center;
}
section.artist_contact_sect h3{
	font-size: 18px;
	color: #005482;
	line-height: 1.2;
}
section.artist_contact_sect a{
	text-decoration: underline;
	font-size: 15px;
}
}

/* =========== top_news_area =========== */
article.top_news_area{
	padding: 10% 2%;
	background-color: #f5f5f5;
}
article.top_news_area h2{
	text-align: center;
	font-size: 24px;
	margin: 0 0 20px 0;
}


/* 半透明白影付き背景 */
.bg_set1{
	background-color: rgba(255,255,255,0.6);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}


/* =========== header 通常ページのヘッダー =========== */
header.heading_area_01{

}


/* =========== generalArti 汎用の括り =========== */
article.general_arti{
	margin:0 auto;
	}
/* 1200px */
@media only screen and (max-width: 75em) {
	article.general_arti{
		padding:0 1%;
	}
}

/*type2*/
article.general_arti_type2{
	margin:0 auto;
	padding:5% 0;
	}
/* 1200px */
@media only screen and (max-width: 75em) {
	article.general_arti_type2{
		padding:10% 0;
	}
}

/*type3*/
article.general_arti_type3{
	margin:0 auto;
	padding:0;
	}
/* 480px */
@media only screen and (max-width: 30em) {
	article.general_arti_type3{
		padding:5% 0;
	}
}


/* =========== content_Sect 汎用section =========== */
section.content_sect01{
	margin:0 0 5% 0;
	}

/* 02_点線ボーダーと上下padding */
section.content_sect02{
	margin:0;
	padding: 30px 0;
	border-bottom: dashed 1px #000;
	}
section.content_sect02.content_sect02_first{
	border-top: dashed 1px #000;
	}

/* 03_点線ボーダー */
section.content_sect03{
	padding-bottom: 5%;
	border-bottom: dashed 1px #000;
	}


/* =====================flexBox===================== */

/*flex_center 1段 中央 */
.flex_center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_center > div.flex_center_inner{
	width: 100%;
}


/*flex_1A 1段 50→100 */
.flex_1A{
	display: flex;
	justify-content: center;
}
.flex_1A div:first-child{
	width: 49%;
}
@media only screen and (max-width: 30em) {
.flex_1A{
	display: block;
}
.flex_1A div:first-child{
	width: 100%;
	margin: 0 0 30px 0;
}
}


/*flex_2A 2段 50:50 */
.flex_2A{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_2A div, .flex_2A section{
	width: 48%;
}

@media only screen and (max-width: 48em) {
.flex_2A{
}
.flex_2A div, .flex_2A section{
	width: 49%;
	margin: 0 0 30px 0;
}
}

/*flex_2B 2段 67:30*/
.flex_2B{
	display: flex;
	justify-content: space-between;
}
.flex_2B .flex_2B_innerA{
	width: 67%;
}
.flex_2B .flex_2B_innerB{
	width: 30%;
}
@media only screen and (max-width: 48em) {
.flex_2B{
	display: block;
}
.flex_2B .flex_2B_innerA{
	width: 100%;
	margin: 0 0 10px 0;
}
.flex_2B .flex_2B_innerB{
	width: 100%;
}
}


/*flex_2C 2段 55:45 */
.flex_2C{
	display: flex;
}
.flex_2C div:first-child{
	width: 45%;
}
.flex_2C div:nth-child(2){
	width: 55%;
}
@media only screen and (max-width: 30em) {
.flex_2C{
	display: block;
}
.flex_2C div:first-child{
	width: 100%;
}
.flex_2C div:nth-child(2){
	width: 100%;
}
}

/*flex_3A 3段 32%左右均等配置*/
.flex_3A{
	display: flex;
	justify-content: space-between;
}
.flex_3A > div, .flex_3A > li , .flex_3A > section{
	width: 31%;
}
@media only screen and (max-width: 48em) {
.flex_3A{
	display: block;
}
.flex_3A > div, .flex_3A > li , .flex_3A > section{
	width: 100%;
	margin: 0 0 10px 0;
}
}

/*flex_3B 3段 32%左右均等配置→48% 2段*/
.flex_3B{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_3B > div, .flex_3B > li , .flex_3B > section{
	width: 31%;
}
@media only screen and (max-width: 30em) {
.flex_3B{
}
.flex_3B > div, .flex_3B > li , .flex_3B > section{
	width: 48%;
	margin: 0 0 10px 0;
}
}


/*flex_center 1段 中央 */
.flex_center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_center > div.flex_center_inner{
	width: 100%;
}


/* ===========txtBox=========== */
/*01*/
.textbox_01{
	padding: 10px;
}

.textbox_02{
	padding: 10px;
	background-color: #f1f1f1;
}
/* 480px */
@media only screen and (max-width: 30em) {
.textbox_02{
	padding: 30px 10px;
}
}

.textbox_03{
	padding: 40px;
	background-color: #ffffff;
}
/* 480px */
@media only screen and (max-width: 30em) {
.textbox_03{
	padding: 20px 10px;
	background-color: #ffffff;
}
}

.textbox_04{
	padding: 10px 0;
	background-color: #ffffff;
}

/* ===========article=========== */

/* ===========section=========== */

/* ===========div=========== */
div.box_01{
	border: solid 1px #584835;
	padding: 60px 80px;
}
/* 480px */
@media only screen and (max-width: 30em) {
div.box_01{
	padding: 30px 40px;
}
}

/* ===========heading1=========== */
/*各ページ冒頭*/
h1.heading1_001{
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 1.2;
	letter-spacing: 3px;
	font-weight: normal;
	color: #434343;
}
h1.heading1_001 span{
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}
/* 480px */
@media only screen and (max-width: 30em) {
h1.heading1_001{
    letter-spacing: 2px;
	font-size: 30px;
	font-size: 3.0rem;
}
h1.heading1_001 span{
	font-size: 12px;
	font-size: 1.2rem;
}
}

/* ===========heading2=========== */
/*001*/
h2.heading2_001{
	text-align:left;
	margin:0 0 15px 0;
	font-size:40px;
	letter-spacing:1.5px;
	line-height:1.2;
	color: #000000;
	font-weight:bold;
	}
h2.heading2_001 span{
	text-align:left;
	font-size:16px;
	padding: 0 0 0 5px;
	}
/* 768px */
@media only screen and (max-width: 48em) {
h2.heading2_001{
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
h2.heading2_001{
	font-size:36px;
	letter-spacing:3px;
	}
}


/*002 profile name*/
h2.heading2_002{
	margin:0 0 10px 0;
	font-size:25px;
	letter-spacing:1.5px;
	line-height:1.2;
	color: #000000;
	font-weight:bold;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	}
h2.heading2_002 > span{
	font-size: 13px;
	}
/* 768px */
@media only screen and (max-width: 48em) {
h2.heading2_002{
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
h2.heading2_002{
	font-size:24px;
	letter-spacing:3px;
	}
}


/*003*/
h2.heading2_003{
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.2;
	letter-spacing: 1.8px;
	font-weight: normal;
	color: #434343;
}
h2.heading2_003 > span{
	font-size: 13px;
	}
/* 768px */
@media only screen and (max-width: 48em) {
h2.heading2_003{
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
h2.heading2_003{
	font-size:24px;
	letter-spacing:3px;
	}
}




/*004 ユーティリティ見出し*/
h2.heading2_004{
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	text-align: left;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	letter-spacing: 1.8px;
	font-weight: bold;
	color: #000;
}
h2.heading2_004 > span{
	font-size: 13px;
	}
/* 768px */
@media only screen and (max-width: 48em) {
h2.heading2_004{
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
h2.heading2_004{
	font-size:18px;
	letter-spacing:3px;
	}
}


/*005*/
h2.heading2_005{
	text-align:center;
	margin:0 0 20px 0;
	font-size:22px;
	letter-spacing:1.5px;
	line-height:1.2;
	color: #000000;
	font-family: 'Spectral', serif;
	font-weight:normal;
	}
h2.heading2_005 > span{
	display: block;
	font-size: 46px;
	font-family: 'Alex Brush', cursive;
	}
/* 768px */
@media only screen and (max-width: 48em) {
h2.heading2_005{
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
h2.heading2_005{
	font-size: 20px;
	}
h2.heading2_005 > span{
	font-size: 42px;
	}
}




h2.heading2_006{
	position: relative;
	margin: 0 0 25px 0;
	padding: 0 0 20px 0;
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 1.2;
	font-family: 'Spectral', serif;
	text-align: center;
	font-weight: normal;
	}
h2.heading2_006 span{
	display: block;
	font-size: 14px;
	}
h2.heading2_006::after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	background-color: #000;
	content: "";
	height: 1px;
	width: 150px;
	}
/* 768px */
@media only screen and (max-width: 48em) {

}
/* 480px */
@media only screen and (max-width: 30em) {
h2.heading2_006{
	font-size: 30px;
	font-size: 3.0rem;
	}
}


/*007*/
h2.heading2_007{
	position: relative;
	margin: 0 0 25px 0;
	padding: 0 0 20px 0;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.2;
	font-family: 'Spectral', serif;
	text-align: center;
	font-weight: normal;
	}
h2.heading2_007 span{
	display: block;
	font-size: 14px;
	}
h2.heading2_007::after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	background-color: #000;
	content: "";
	height: 1px;
	width: 150px;
	}
/* 768px */
@media only screen and (max-width: 48em) {

}
/* 480px */
@media only screen and (max-width: 30em) {
h2.heading2_007{
	font-size: 18px;
	font-size: 1.8rem;
	}
}




/* ===========heading3=========== */
/*アーティスト名*/
h3.heading3_001{
	position: relative;
	margin: 15px 0 5px 0;
	padding: 0px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: left;
	}
h3.heading3_001 span{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	}

/* 768px */
@media only screen and (max-width: 48em) {
h3.heading3_001{
	font-size: 20px;
	font-size: 2.0rem;
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
h3.heading3_001{
	font-size: 18px;
	font-size: 1.8rem;
	}
h3.heading3_001 span{
	font-size: 12px;
	font-size: 1.2rem;
	}
}


h3.heading3_002{
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
	font-weight: normal;
	}

h3.heading3_003{
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.6;
	font-family: 'Spectral', serif;
	text-align: center;
	font-weight: normal;
	}
h3.heading3_003 span{
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	font-weight: normal;
	}


h3.heading3_004{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	}



/* ===========heading4=========== */
/*001*/
h4.heading4_001{
	font-size: 14px;
	text-align: left;
	padding: 0;
	margin: 5px 0 5px 0;
	}
@media only screen and (max-width: 48em) {
h4.heading4_001{
	}
}





/* ===========heading5=========== */
h5.heading5_001{
	}
@media only screen and (max-width: 48em) {
h5.heading5_001{
	}
}

/* ===========title_has_back=========== */
.title_has_back{
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.title_has_back > img{
	display: none;
}
.title_has_back div.title_has_back_inner{
	padding: 8% 0;
}


/* ===========txt=========== */
.txt_01{
	margin: 5px 0 5px 0;
	font-size: 1.4px;
	font-size: 1.4rem;
    line-height: 1.6;
	}

/* 明朝文 */
.txt_02{
	margin: 0 0 10px 0;
	font-size: 1.8px;
	font-size: 1.8rem;
	text-align: left;
	line-height: 2.0;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: justify;
	}
/* 768px */
@media only screen and (max-width: 48em) {
.txt_02{
	margin: 0 0 5px 0;
	font-size: 1.4px;
	font-size: 1.4rem;
	}
}

/*03 smole*/
.txt_03{
	margin: 5px 0 5px 0;
	font-size: 1.2px;
	font-size: 1.2rem;
    line-height: 1.4;
	}

/* 768px */
@media only screen and (max-width: 48em) {
.txt_03{
	margin: 0 0 15px 0;
	font-size: 1.0px;
	font-size: 1.0rem;
	}
}

/*04 date*/
.txt_04{
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	}
/* ===========leadTxt=========== */
/*01*/
.lead_txt_01{
	margin: 0 0 20px 0;
	font-size: 1.6px;
	font-size: 1.6rem;
	}

/* 768px */
@media only screen and (max-width: 48em) {
.lead_txt_01{
	margin: 0 0 15px 0;
	font-size: 1.2px;
	font-size: 1.2rem;
	}
}

/*02 巨大見出し*/
.lead_txt_02{
	text-align:center;
	font-size:26px;
	line-height:1.6;
	font-weight: bold;
	}
/* 768px */
@media only screen and (max-width: 48em) {
.lead_txt_02{
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
.lead_txt_02{
	font-size:25px;
	line-height:1.4;
	}
}

/*03 ページ冒頭h1の下 中央寄せ*/
.lead_txt_03{
	text-align:center;
	font-size:18px;
	line-height:1.8;
	font-weight: normal;
	}
/* 768px */
@media only screen and (max-width: 48em) {
.lead_txt_03{
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
.lead_txt_03{
	font-size:18px;
	line-height:1.8;
	}
}

/*04 ページ冒頭h1の下 中央寄せ コンセプトタイトルが無い場合*/
.lead_txt_04{
	text-align:center;
	font-size:22px;
	line-height:1.4;
	font-weight: normal;
	font-family:"Sawarabi Mincho";
	}
/* 768px */
@media only screen and (max-width: 48em) {
.lead_txt_04{
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
.lead_txt_04{
	font-size:20px;
	line-height:2.2;
	}
}


/*05 article内冒頭*/
.lead_txt_05{
	text-align:center;
	font-size:14px;
	line-height:1.8;
	font-weight: normal;
	font-family:"Sawarabi Mincho";
	}
/* 768px */
@media only screen and (max-width: 48em) {
.lead_txt_05{
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
.lead_txt_05{
	font-size:12px;
	}
}


/* ===========figure=========== */
/* 001 */
figure.figure_001{
	margin: 0 0 20px 0;
	}
figure.figure_001 img{
	margin: 0 0 10px 0;
	}
figure.figure_001 figcaption{
	text-align: center;
	font-size: 16px;
	}

/* ===========img=========== */
img.img_001{

}

img.img_icon_1{
    display: block;
    width: 35px;
    margin: 0 auto 15px;
}

/* ===========a=========== */
a.a1{
	text-decoration: underline;
}
a.a1:hover{
	text-decoration: none;
}

/* ===========definitionList=========== */
dl.definition_list_01{
	}


/* ===========BTNsetting=========== */
.btn_01{
	width: 300px;
	}
.btn_01 a{
	display: block;
	width: 100%;
	font-size: 12px;
	padding: 15px 0;
	letter-spacing: 1.3px;
	line-height: 1;
	text-align: center;
	background-color: #625b3f;
	vertical-align: middle;
	color: #fff;
	background-image: url(/common/svg/icon_btn_01.svg);
	background-repeat:no-repeat;
	background-position: right 10px center;
	background-size: 15px 30px;
	transition: all 0.3s;
	}
.btn_01 a:hover{
	background-position: right 3px center;
	}

/* 768px */
@media only screen and (max-width: 48em) {
.btn_01 a{
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
.btn_01 a{
	}
}

/* btn_01の中央寄せバージョン */
.btn_02{
	width: 300px;
	margin: 0 auto;
	}
.btn_02 a{
	display: block;
	width: 100%;
	font-size: 12px;
	padding: 15px 0;
	letter-spacing: 1.3px;
	line-height: 1;
	text-align: center;
	background-color: #005482;
	vertical-align: middle;
	color: #fff;
	background-image: url(/common/svg/icon_btn_01.svg);
	background-repeat:no-repeat;
	background-position: right 10px center;
	background-size: 15px 30px;
	transition: all 0.3s;
	}
.btn_02 a:hover{
	background-position: right 3px center;
	}

/* 768px */
@media only screen and (max-width: 48em) {
.btn_02 a{
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
.btn_02 a{
	}
}

/*btn_03*/
.btn_03{
	text-align: center;
	margin: 0 auto;
	text-align: center;
	}
.btn_03 a{
	background-image: url(/common/img/icon_01.svg);
	background-size: 20px 12px;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 20px;
	margin: 0 auto 10px;
	font-size: 13px;
	font-size: 1.3rem;
	}




/* span */
/*span_01 btn01と同じスタイルで文字だけ表現*/
span.span_01{
	display: block;
	text-align: center;
	font-family: 'Nothing You Could Do', cursive;
	font-size: 34px;
	font-weight: normal;
	letter-spacing: 1.3px;
	line-height: 0;	
}
span.span_01::after{
	display: inline-block;
	content:url(/common/img/btn_after_bk.svg);
	height: 35px;
	width: 25px;
	padding: 0 0 0 10px;
}

span.span_02{
	display: block;
	font-family: 'Spectral', serif;
	font-size: 26px;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	line-height: 1;
}
@media only screen and (max-width: 30em) {
span.span_02{
	font-size: 16px;
}
}

/* strong */
strong.strong_01{
	display: block;
	font-family: 'Alex Brush', cursive;
	font-size: 100px;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	line-height: 1;
}
/* 480px */
@media only screen and (max-width: 30em) {
strong.strong_01{
	font-size: 50px;
}
}
/* =====================UL TXT LIST===================== */
ul.txt_list_01{
    list-style: outside;
	}
ul.txt_list_01 li{
    margin: 0 0 0 18px;
    padding: 0 0 0 0;
    font-size: 14px;
    font-size: 1.4rem;
	}

/* 02 */
ul.txt_list_02{
	font-family:"Sawarabi Mincho";
	list-style: none;
	}	
ul.txt_list_02 li{
	font-size:12px;
	text-align:left;
	line-height:1.6;
	font-weight: lighter;
	letter-spacing:2px;
	margin:0 0 0 0;
	padding:0 0 0 5px;
	font-family:"Sawarabi Mincho";
	}
ul.txt_list_02 li::before{
	content:"・";
	}



/* =====================UL INDEX LIST===================== */
/* index_list_01 ニュース用インデックスリスト */
ul.index_list_01{
	list-style:none;
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	}
ul.index_list_01 li{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: dashed 1px #000;
	}
ul.index_list_01 li:first-child{
	padding-top: 10px;
	border-top: dashed 1px #000;
	}
ul.index_list_01 li a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	}
ul.index_list_01 li span.news_tag{
	display: inline-block;
	background-color: #000;
	color: #fff;
	text-align: center;
	margin: 0 auto 5px;
	padding: 1px 0;
	font-size: 12px;
	font-size: 1.2rem;
	width: 100px;
	}
ul.index_list_01 li span.news_date{
	display: inline-block;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-size: 1.0rem;
	}
ul.index_list_01 li p{
	margin: 0 0 10px 0;	
	}
/*hover*/
ul.index_list_01 li a:hover{
	opacity: 0.6;
	background-color: rgba(00,00,00,0.2);
	}
/* 480px */
@media only screen and (max-width: 30em) {

}



/* =====================UL INDEX LIST 02===================== */
/* index_list_01 ニュース用インデックスリスト */
ul.index_list_02{
	list-style:none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
ul.index_list_02 li{
	width: 48%;
	margin: 0 0 15px 0;
	padding: 0;
	}

/* 480px */
@media only screen and (max-width: 30em) {
ul.index_list_02{
	display: block;
	}
ul.index_list_02 li{
	width: 100%;
	margin: 0 0 15px 0;
	}
}


/* =====================UL INDEX LIST 03===================== */
/* ギャラリーのインデックスリスト */
ul.index_list_03{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style:none;
	margin: 0 auto;
	width: 100%;
	padding:0;
	}
ul.index_list_03 li{
	width: 24.8%;
	margin: 0 0 0.2% 0;
	}
ul.index_list_03 li a{
	display: block;
	}
ul.index_list_03 li a img{
	border-radius: 3px 3px 3px 3px;
	}
/* 480px */
@media only screen and (max-width: 30em) {
ul.index_list_03 li{
	/*width: 49.5%; 2段にする場合
	margin: 0 0 1% 0;*/
	}
}


/* =====================UL INDEX LIST 04===================== */
/* プランリスト */
ul.index_list_04{
	margin: 0 auto 30px;
	padding:0;
	text-align: center;
	width: 100%;
	list-style: none;
	}
ul.index_list_04 li{
	font-size: 14px;
	margin: 0 0 5px 0;
	}


/* =====================UL SLIDER LIST===================== */
/* slider 01 onlyPadding*/
ul.slider_list_01{

}
ul.slider_list_01 li{
	margin: 0;
	padding: 0 5px;
}




/* =====================Definition List===================== */
/* 01 アコーディオン */
dl.definition_ist_01{
	font-family:"Sawarabi Mincho";
}
dl.definition_ist_01 dt{
	position:relative;
	margin: 0 0 10px 0;
	padding:5px 0 5px 10px;
	font-size: 16px;
	border-bottom:dotted 1px #000000;
	cursor:pointer;
	transition:all 0.3s;
}
dl.definition_ist_01 dt::after{
	position:absolute;
	right:10px;
	content:"▼";
	text-align:right;
}
dl.definition_ist_01 dt.isshow::after{
	content:"▲";
	text-align:right;
}


dl.definition_ist_01 dd{
	margin: 0 0 20px 0;
	padding:0 0 0 15px;
	font-size: 12px;
}

/* hover */
dl.definition_ist_01 dt:hover{
	background-color: #e9e9e9;
}

/* 02 会社概要情報 */
dl.definition_ist_02{
	text-align: left;
	margin: 0 0 0 0;
    border-bottom: solid 1px #f1f1f1;
}
dl.definition_ist_02::after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
dl.definition_ist_02 dt{
	float: left;
	width: 100px; /* 130→145 */
	margin: 0 0 5px 0;
	padding: 6px 0 4px 0;
	border-top: solid 1px #f1f1f1;
}

dl.definition_ist_02 dd{
	float: left;
	width: calc(100% - 100px); /* 135px→145px */
	margin: 0 0 5px 0;
	padding: 6px 0 4px 0;
	border-top: solid 1px #f1f1f1;
}


/* 03 バイオグラフィー */
dl.definition_ist_03{
	text-align: left;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #e5e5e5;
}
dl.definition_ist_03:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
dl.definition_ist_03 dt{
	display: block;
	float: left;
	width: 80px;
	margin: 0 0 5px 0;
	padding: 5px 0;
	border-top: solid 1px #e5e5e5;
}

dl.definition_ist_03 dd{
	display: block;
	float: left;
	width: calc(100% - 80px);
	margin: 0 0 5px 0;
	padding: 5px 0;
	border-top: solid 1px #e5e5e5;
}




/* 04 Q&A */
dl.definition_ist_04{
	text-align: left;
	font-family:"Sawarabi Mincho";
}
dl.definition_ist_04 dt{
	background-image: url(/common/img/icon_q.svg);
	background-size: 25px 25px;
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 0 35px;
	font-size: 20px;
	line-height: 1.2;
}
dl.definition_ist_04 dd{
	background-image: url(/common/img/icon_a.svg);
	background-size: 25px 25px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 0 30px 0;
	padding: 0 0 20px 35px;
	display: block;
	font-size: 14px;
	border-bottom: solid 1px #999;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
/* 480px */
@media only screen and (max-width: 30em) {
dl.definition_ist_04 dt{
	font-size: 16px;
}
dl.definition_ist_04 dd{
	font-size: 12px;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
dl.definition_ist_04 dt{
	background-image: url(/common/img/icon_q.svg);
	background-size: 20px 20px;
	margin: 0 0 5px 0;
	padding: 0 0 0 30px;
}
dl.definition_ist_04 dd{
	background-image: url(/common/img/icon_a.svg);
	background-size: 20px 20px;
	margin: 0 0 30px 0;
	padding: 0 0 20px 30px;
	font-size: 14px;
}
}

/*05*/
dl.definition_ist_05{

}
dl.definition_ist_05 dt{
	margin: 0 0 40px 0;
	float: left;
	width: 200px;
}
dl.definition_ist_05 dd{
	margin: 0 0 40px 0;
	float: left;
	width: calc(100% - 200px);
}
/* 480px */
@media only screen and (max-width: 30em) {
dl.definition_ist_05{

}
dl.definition_ist_05 dt{
	margin: 0 0 40px 0;
	float: left;
	width: 100px;
}
dl.definition_ist_05 dd{
	margin: 0 0 40px 0;
	float: left;
	width: calc(100% - 100px);
}
}


/* =========== designBox =========== */
.design_box_A{
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    padding: 20px;
    box-sizing: border-box;
}


/* ============================■■共通CLASS■■============================ */
/* =========== clearfix =========== */
.clearfix::after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

/* =========== flexSetting =========== */
/*flex-direction*/
.row-reverse{flex-direction: row-reverse !important;}
.column{flex-direction: column !important;}
.column-reverse{flex-direction: column-reverse !important;}

/* =========== fullwidth_type =========== */
/* 背景白_上下ボーダー */
.fullwidth_typeA{
	width:100%;
	background-color:#faf8f3 ;
	border-top:#d8d6d5 1px solid;
	border-bottom:#d8d6d5 1px solid;
	}
/* 背景ベージュ_上下ボーダー */
.fullwidth_typeB{
	width:100%;
	background-color:#faf8f3;
	border-top:#d8d6d5 1px solid;
	border-bottom:#d8d6d5 1px solid;
	}
/* 背景ベージュ_ボーダー無し */
.fullwidth_typeC{
	width:100%;
	background-color:#faf8f3;
	}

/* =========== inner_type =========== */
.inner_typeA{
	position:relative;
	margin:0 auto;
	padding:20px 0;	
	}
/* 960px */
@media only screen and (max-width: 60em) {
.inner_typeA{ width:98%;}
}

/* typeB backWhite */
.inner_typeB{
	position:relative;
	margin:0 auto;
	padding:20px 0;
	background-color:#FFF;	
	}
/* 960px */
@media only screen and (max-width: 60em) {
.inner_typeB{ width:98%;}
}

/* =========== br =========== */
.appear768, .appear480{
    display: none;
}
/* 768px */
@media only screen and (max-width: 48em) {
.erase768{
	display:none;
	}
.appear768{
	display:block !important;
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
.erase480{
	display:none;
	}
.appear480{
	display:block !important;
	}
}

/* =========== txt_color =========== */
.txt_white{ color:white !important;}

/* =========== txt_weight =========== */
.txt_nomal{ font-weight: normal !important;}
.txt_bold{ font-weight: bold !important;}

/* =========== bg_color =========== */
.bg_white{ background-color:white !important;}
.bg_black{ background-color:black !important;}
.bg_gray{ background-color:#f1f1f1 !important;}

/* =========== limit =========== */
.limited{width:94%;}

.limit{max-width:1050px; margin: 0 auto;}/*可変width 基本的にこれを使う*/

.limit1600{max-width:1600px !important; margin: 0 auto;}
.limit1400{max-width:1400px !important; margin: 0 auto;}
.limit1200{max-width:1200px !important; margin: 0 auto;}
.limit1050{max-width:1050px !important; margin: 0 auto;}
.limit1024{max-width:1024px !important; margin: 0 auto;}
.limit960{max-width:960px !important; margin: 0 auto;}
.limit768{max-width:768px !important; margin: 0 auto;}
.limit480{max-width:480px !important; margin: 0 auto;}

/* ========== marginBottom ========== */
.mb0{ margin-bottom:0 !important; }
.mb05{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb15{ margin-bottom:15px !important; }
.mb20{ margin-bottom:20px !important; }
.mb30{ margin-bottom:30px !important; }
.mb40{ margin-bottom:40px !important; }
.mb50{ margin-bottom:50px !important; }
.mb60{ margin-bottom:60px !important; }
.mb70{ margin-bottom:70px !important; }
.mb80{ margin-bottom:80px !important; }
.mb90{ margin-bottom:90px !important; }
.mb100{ margin-bottom:100px !important; }

/* ========== marginBottomParcent ========== */
.mb0p{ margin-bottom:0 !important; }
.mb01p{ margin-bottom:1% !important; }
.mb02p{ margin-bottom:2% !important; }
.mb03p{ margin-bottom:3% !important; }
.mb05p{ margin-bottom:5% !important; }
.mb10p{ margin-bottom:10% !important; }
.mb15p{ margin-bottom:15% !important; }
.mb20p{ margin-bottom:20% !important; }
.mb30p{ margin-bottom:30% !important; }
.mb40p{ margin-bottom:40% !important; }
.mb50p{ margin-bottom:50% !important; }
.mb60p{ margin-bottom:60% !important; }
.mb70p{ margin-bottom:70% !important; }
.mb80p{ margin-bottom:80% !important; }
.mb90p{ margin-bottom:90% !important; }
.mb100p{ margin-bottom:100% !important; }

/* ========== padding ========== */
.pd0{ padding:0 !important; }
.pd05{ padding:5px !important; }
.pd10{ padding:10px !important; }
.pd15{ padding:15px !important; }
.pd20{ padding:20px !important; }
.pd30{ padding:30px !important; }
.pd40{ padding:40px !important; }
.pd50{ padding:50px !important; }
.pd60{ padding:60px !important; }
.pd70{ padding:70px !important; }
.pd80{ padding:80px !important; }
.pd90{ padding:90px !important; }
.pd100{ padding:100px !important; }


/* ========== paddingTop&BottomParcent ========== */
.pdtb0p{ padding-top:0%!important; padding-bottom:0%!important; }
.pdtb01p{padding-top:1%!important; padding-bottom:1%!important;}
.pdtb02p{padding-top:2%!important; padding-bottom:2%!important;}
.pdtb03p{padding-top:3%!important; padding-bottom:3%!important;}
.pdtb05p{padding-top:5%!important; padding-bottom:5%!important;}
.pdtb10p{padding-top:10%!important; padding-bottom:10%!important;}
.pdtb15p{padding-top:15%!important; padding-bottom:15%!important;}
.pdtb20p{padding-top:20%!important; padding-bottom:20%!important;}
.pdtb30p{padding-top:30%!important; padding-bottom:30%!important;}
.pdtb40p{padding-top:40%!important; padding-bottom:40%!important;}
.pdtb50p{padding-top:50%!important; padding-bottom:50%!important;}
.pdtb60p{padding-top:60%!important; padding-bottom:60%!important;}
.pdtb70p{padding-top:70%!important; padding-bottom:70%!important;}
.pdtb80p{padding-top:80%!important; padding-bottom:80%!important;}
.pdtb90p{padding-top:90%!important; padding-bottom:90%!important;}
.pdtb100p{padding-top:100%!important; padding-bottom:100%!important;}

/* ========== paddingTop&BottomPixel ========== */
.pdtb0{ padding-top:0px!important; padding-bottom:0px!important; }
.pdtb0x{padding-top:1px!important; padding-bottom:1px!important;}
.pdtb02{padding-top:2px!important; padding-bottom:2px!important;}
.pdtb03{padding-top:3px!important; padding-bottom:3px!important;}
.pdtb05{padding-top:5px!important; padding-bottom:5px!important;}
.pdtb10{padding-top:10px!important; padding-bottom:10px!important;}
.pdtb15{padding-top:15px!important; padding-bottom:15px!important;}
.pdtb20{padding-top:20px!important; padding-bottom:20px!important;}
.pdtb30{padding-top:30px!important; padding-bottom:30px!important;}
.pdtb40{padding-top:40px!important; padding-bottom:40px!important;}
.pdtb50{padding-top:50px!important; padding-bottom:50px!important;}
.pdtb60{padding-top:60px!important; padding-bottom:60px!important;}
.pdtb70{padding-top:70px!important; padding-bottom:70px!important;}
.pdtb80{padding-top:80px!important; padding-bottom:80px!important;}
.pdtb90{padding-top:90px!important; padding-bottom:90px!important;}
.pdtb100{padding-top:100px!important; padding-bottom:100px!important;}


/* ========== border ========== */
.bd_typeA{border: solid 1px #acacac;}
.bd_typeB{border: solid 2px #000000;}
.bd_typeC{border-right: solid 1px #000000;}
@media only screen and (max-width: 30em) {
.bd_typeC{ border-right: none; }
}
.bd_typeD{border-bottom: solid 1px #acacac;}
.bd_typeE{border: solid 1px #000000;}

/* ========== marginBottomTypeSetting ========== */
.mb_typeA{ margin-bottom:10% !important; }
@media only screen and (max-width: 48em) {
.mb_typeA{ margin-bottom:10% !important; }
}
@media only screen and (max-width: 30em) {
.mb_typeA{ margin-bottom:5% !important; }
}

/* ========== txt-align ========== */
.txt_left{text-align:left !important;}
.txt_center{text-align:center !important;}
.txt_right{text-align:right !important;}
.txt_just{text-align:justify !important;}

/* ========== txt-align ========== */
.bg_pos_left{background-position: left center !important;}
.bg_pos_center{background-position: center center !important;}
.bg_pos_right{background-position: right center !important;}

/* ========== overflow ========== */
.hidden{overflow: hidden !important;}

/* ========== display ========== */
.display_none_sp{display: block;}
/* 768px */
@media only screen and (max-width: 48em) {
    .display_none_sp{display:none !important;}
}
/* 1024-600px */
@media (max-width: 64em) and (min-width: 30em){
    .display_none_tab{
        display: none !important;
    }
}
.display_none_pc{display:none !important;}
/* 768px */
@media only screen and (max-width: 48em) {
    .display_none_pc{display:block !important;}
}

/* ========== position ========== */
.relative{position: relative !important;}

/* =====================underLine===================== */
.underline_01{ border-bottom:solid 1px #d8d6d5;}



/* 1400px */
@media only screen and (max-width: 87.5em) {
}
/* 1024px */
@media only screen and (max-width: 64em) {
}
/* 960px */
@media only screen and (max-width: 60em) {
}
/* 768px */
@media only screen and (max-width: 48em) {
}
/* 720px */
@media only screen and (max-width: 45em) {
}
/* 600px */
@media only screen and (max-width: 37.5em) {
}
/* 480px */
@media only screen and (max-width: 30em) {
}
/* 320px */
@media only screen and (max-width: 20em) {
}