/* CSS Document */

/* ALL_setting
================================================== */
*{
	margin:0;
	padding:0;
	font-family: "Noto Serif JP", Meiryo, sans-serif, monospace;
	font-size: 16px;
}

html , body {
	min-height: 100%;
	height: auto;
	height: 100%;
	word-break: break-all;
}

#wrapper{
	width: 100%;
	min-height:100vh;
	position: relative;
}

img{vertical-align: top;}

.a_link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pc{ display: inherit!important; }
.sp{ display: none!important; }
@media screen and (max-width: 699px){
.pc{ display: none!important; }
.sp{ display: inherit!important; }
}

/* setting
================================================== */

.width_50{
	width: 50%;
}

.text_pink_border{
	border-bottom: 1px dashed#f392ba;
}

@media screen and (max-width: 699px){
	.width_50{
		width: 80%;
	}
}

/* Font_setting
================================================== */

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

Presti Text Light{
font-family: "presti-text", serif;
font-weight: 200;
font-style: normal;
}
Presti Text Light Italic{
font-family: "presti-text", serif;
font-weight: 200;
font-style: italic;
}
Presti Text Book{
font-family: "presti-text", serif;
font-weight: 300;
font-style: normal;
}
Presti Text Book Italic{
font-family: "presti-text", serif;
font-weight: 300;
font-style: italic;
}
Presti Text Regular{
font-family: "presti-text", serif;
font-weight: 400;
font-style: normal;
}
Presti Text Italic{
font-family: "presti-text", serif;
font-weight: 400;
font-style: italic;
}
Presti Text Semibold{
font-family: "presti-text", serif;
font-weight: 600;
font-style: normal;
}
Presti Text Semibold Italic{
font-family: "presti-text", serif;
font-weight: 600;
font-style: italic;
}
Presti Text Bold{
font-family: "presti-text", serif;
font-weight: 700;
font-style: normal;
}
Presti Text Bold Italic{
font-family: "presti-text", serif;
font-weight: 700;
font-style: italic;
}
Presti Text Black{
font-family: "presti-text", serif;
font-weight: 900;
font-style: normal;
}
Presti Text Black Italic{
font-family: "presti-text", serif;
font-weight: 900;
font-style: italic;
}

/* loading_setting
================================================== */
#loader {
	width: 100%;
	height: 100vh;
	display: table;
	position: fixed;
	_position: absolute;
	z-index: 9999;
}

.loader_box{
	width: 15%;
	margin: auto;
	height: 100vh;
	display: table;
}

.loader_table_cell{
	display: table-cell;
	vertical-align: middle;
}

#fade {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	width:100%;
	height:100%;
	display: none;
	
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9998;
}

.fade_normal{
	background-color: white!important;
	background-image: url("../image/load_img_bg.jpg");
	background-size: cover;
}

@media screen and (max-width: 1299px){
	.loader_box{
		width: 50%;
		margin: auto;
		height: 100vh;
		display: table;
	}
}

/* scroll_animation_setting
================================================== */

.scroll_fade{
	opacity: 0;
}

.scroll_fade_up{
	opacity: 0;
}

.scroll_fade_down{
	opacity: 0;
	position: relative;
	z-index: 1;
}

.scroll_fade_left{
	opacity: 0;
}

.scroll_fade_right{
	opacity: 0;
}

.slick-active{
    animation-name: fadeanime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
}

.main_slide_slick .slick-list .slick-track .slick-active{
    animation-name: none;
    animation-duration:3s;
    animation-fill-mode:forwards;
    opacity: 0;
}

.fade {
    animation-name: fadeanime;
    animation-duration:0s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes fadeanime{
	from {opacity: 0;}
	to {opacity: 1;}
}


.fadeup{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.fadedown{
animation-name:fadeDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-50px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.fadeleft{
animation-name:fadeLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

.faderight{
animation-name:fadeRightAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/* Menu_setting
================================================== */

.menu_wrapper{
	width: 100%;
	position: relative;
	z-index: 999;
}

.menu_box{
	width: 100px;
	right: 2%;
	position: fixed;
}


/* Contents_setting
================================================== */

.wrapper{}

.main_img_box{
	width: 100%;
	height: 800px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: -49px;
	margin: auto;
}

.main_img{
	height: 100%;
	padding-top: 0px;
	text-align: center;
	opacity: 0;
}

.main_img img{
	margin: auto;
	padding-left: 9%;
}

.main_img2{
	height: 100%;
	padding-top: 0px;
	text-align: center;
	opacity: 0;
}

.main_img2 img{
	margin: auto;
	padding-left: 0%;
}

.main_header{
	text-align: center;
	font-size: 1rem;
	padding: 16px 0 16px 0px;
	font-family: "presti-text", serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #8dccdf;
	position: absolute;
	width: 100%;
}

.main_header a{
	color: white;
	text-decoration: none;
	font-size: 1em;
}

.main_header2{
	text-align: center;
	font-size: 1rem;
	padding: 16px 0 16px 0px;
	font-family: "presti-text", serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #fff;
	position: absolute;
	z-index: 3;
	width: 100%;
}

.main_img_bg{
	width: 100%;
	height: 751px;
	margin-top: 45px;
	position: relative;
}

.main_img_shiroha{
	background-image: url("../image/main_img_bg_1.jpg");
	background-position: center center;
	background-size: cover;
}

.main_img_nagisa{
	background-image: url("../image/main_img_bg_2.jpg");
	background-position: center center;
	background-size: cover;
}

.main_img_mia{
	background-image: url("../image/main_img_bg_3.jpg");
	background-position: center center;
	background-size: cover;
}

.main_img_philia{
	background-image: url("../image/main_img_bg_4.jpg");
	background-position: center center;
	background-size: cover;
}

.main_img_bg2{
	padding-bottom: 40px;
	background-image: url("../image/intro_bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.main_logo{
	width: 220px;
	position: absolute;
	top: 625px;
	left: 50%;
	-webkit-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);
}

.main_text_box{
	width: 100%;
	padding: 70px 0 0 0;
}

.main_text_style1{
	font-family: "presti-text", serif;
	font-weight: 600;
	font-size: 2em;
	text-align: center;
	letter-spacing: 0.1em;
	color: #f392ba;
	line-height: 1.6em;
}

.main_text_style2{
	font-weight: 600;
	text-align: center;
	line-height: 2em;
	color: #42394c;
}

.main_img_sp{
	display: none;
}

.main_ribbon_left{
	width: 15%;
	position: absolute;
	top: 48px;
	z-index: 1;
}

.main_ribbon_right{
	width: 15%;
	position: absolute;
	top: 700px;
	right: 0;
	z-index: 1;
}

.main_ribbon_left_contents{
	width: 15%;
	position: absolute;
	top: 0px;
}

.main_ribbon_right_contents{
	width: 15%;
	position: absolute;
	bottom: 12%;
	right: 0;
}

.main_slide_box{
	position: relative;
	width: 100%;
}

.news_wrapper{

	background: linear-gradient(rgba(243,146,186,0.8),rgba(141,204,223,0.8));
}

.news_wrapper_bg{
	margin: 0px 0 0;
	padding: 24px 0;
	background-image: url("../image/gallery_border_bg.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 36%;
	position: relative;
	z-index: 99;
}

.title_text{
	font-family: "presti-text", serif;
	font-size: 3.2em;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}

.title_text_style2{
	font-family: "presti-text", serif;
	font-size: 3.2em;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #f392ba;
	text-align: center;
}

.news_box_page{
	width: 100%;
	letter-spacing: -1em;
}



.news_box_slick{
	width: 84%;
	margin: 20px auto;
}

.news_box{
	padding: 0 4%;
	box-sizing: border-box;
	position: relative;
}

.news_box_page .news_box{
	width: 33%!important;
	padding: 0 2% 1% 1%!important;
	box-sizing: border-box;
	display: inline-block;
	letter-spacing: normal;
}


.news_box:hover{
	opacity: 0.8;
}

.news_text_size{
	background-color: white;
	padding: 0 0 20px;
}

.news_text_box{
	background-color: white;
	padding: 20px 0;
	height: 140px;
	overflow: hidden;
	font-size: 0.9em;
	line-height: 1.8em;
	box-sizing: border-box;
}

.news_title span{
	background-color: #f392ba;
	padding: 8px 20px 5px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	font-family: "presti-text", serif;
	letter-spacing: 0.2em;
}

.news_text{
	padding: 3% 4%;
	font-size: 1em;
}

.news_bt{
	position: relative;
	width: 20%;
	border: 2px solid white;
	text-align: center;
	color: white;
	padding: 0.5% 1%;
	font-size: 1.2em;
	margin: 1% auto 1%;
}

.news_bt:hover{
	background-color: #f392ba;
	border: 2px solid #f392ba;
}

.project_wrapper{
	margin: 0px 0 0;
	padding: 40px 0 60px;
	background-image: url("../image/project_bg.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.project_flex_box{
	width:84%;
	margin: 10px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;	
}

.project_box {
	width:calc(100%/3);
	padding: 1.5%;
	height:auto;
	display:flex;
	flex-direction:column;
	box-sizing:border-box;
	position: relative;
}

.project_box2 {
	width:calc(100%/3);
	padding: 1.5%;
	height:auto;
	display:flex;
	flex-direction:column;
	box-sizing:border-box;
	position: relative;
}

.project_box:hover{
	opacity: 0.8;
}


.project_flex_box:after {
  content:"";
  display: block;
  width:calc(100%/3);
	height: 0;
}

.project_contents{
	background-color: white;
	box-shadow: 0px 0px 10px #8dccdf;
}

.project_text{
	height: 56px;
	padding: 4%;
	margin-bottom: 20px;
	font-size: 1em;
	font-weight: 900;
	color: #42394c;
	overflow: hidden;
}

.gallery_wrapper{

	background: linear-gradient(rgba(243,146,186,1),rgba(141,204,223,1));
}

.gallery_wrapper_bg{
	background-image: url("../image/gallery_border_bg.png");
	background-position: center bottom;
	background-size: 36%;
	background-repeat: repeat-x;
	margin: 0px 0 0;
	padding: 24px 0 38px;
}

.gallery_color_box{
	width: 60%;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
}

.gallery_box{
	width: 40%;
	padding: 0 2%;
	margin: auto;
	vertical-align: top;
}

.gallery_text{
	width: 70%;
	margin: 10px auto 6px auto;
	text-align: center;
	font-size: 1.2em;
	color: white;
	border-bottom: 1px solid white;
	padding: 0 0 8px 0;
}

.gallery_text2{
	font-family: "presti-text", serif;
	text-align: center;
	color: white;
	font-size: 0.9em;
	line-height: 1.4em;
}

.gallery_image:hover{
	opacity: 0.8;
}

.contents_wrapper{
	position: relative;
	background-image: url("../image/project_bg.jpg");
	background-size: 100%;
	background-position:center bottom;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 100vh;
	padding: 3vh 0 5vh;
	box-sizing: border-box;
	background-color: #fff;
}

.contents_main_title{
	font-family: "presti-text", serif;
	text-align: center;
	font-size: 4em;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #f392ba;
	padding: 1% 0;
}

.contents_main_box{
	width: 60%;
	margin: auto;
	background-color: rgba(255,255,255,.7);
	box-sizing: border-box;
	padding: 1% 2%;
}

.contents_main_box2{
	width: 70%;
	margin: 1% auto 0;
	background-color: rgba(255,255,255,.7);
	box-sizing: border-box;
	padding: 1% 2%;
}

.contents_data_text{
	font-family: "presti-text", serif;
	color: #f392ba;
	letter-spacing: 0.1em;
}

.contents_title_text{
	color:#42394c;
	font-size: 1.2em;
	font-weight: 900;
}

.contents_img{
	width: 80%;
	margin: auto;
	padding: 2% 0;
}

.contents_text{
	color:#42394c;
	line-height: 1.8em;
}

.contents_text a{
	color: #8dccdf;
}

.contents_bt_box{
	background-color:#f392ba;
	padding: 2vh 0;
	margin: -1px 0 0 0;
	position: relative;
	z-index: 1;
}

.contents_bt{
	position: relative;
	width: 30%;
	margin: auto;
	background-color: white;
	text-align: center;
	padding: 2vh;
	font-size: 1.2em;
	font-weight: 900;
	color: #f392ba;
}

.contents_bt:hover{
	color: #8dccdf;
}

.project_img_1{
	width: 60%;
}

.project_img_2{
	width: 30%;
}

/* Footer_setting
================================================== */

.footer_wrapper{
	background-color: #fff;
	padding: 30px 0;
}

.key_logo{
	width: 90px;
	margin: 0 auto 10px;
}

.footer_link_style1{
	color: #42394c;
	text-align: center;
	font-size: 1.2em;
	font-family: "schoolbook", serif;
	letter-spacing: 0.1em;
	vertical-align:middle;
	line-height: 1em;
}

.footer_link_style1 a{color: #42394c; text-decoration: none; vertical-align:text-top;}

.footer_link_style1 a:hover{color: #42394c; text-decoration:underline;}

.footer_link_style2{
	color: #42394c;
	text-align: center;
	padding: 14px 0 0 0;
	font-size: 1em;
	line-height: 1em;
}

.footer_link_style2 span{font-size: 1.1em; vertical-align: text; }

.footer_link_style3{
	display: table;
	width: 15%;
	max-width: 300px;
	margin: auto;
	padding: 1% 0 0.5%;
}

.footer_share_text_style1{
	color: #42394c;
	display: table-cell;
	padding: 0;
}

.footer_share_icon:hover{opacity: 0.8}

.footer_share_icon{
	display: table-cell;
	width: 20%;
	padding: 0 4%;
}


/* KSL_subscript_setting
================================================== */
.ksl_subscript_wrapper{
	width: 100%;
	border-top: 1px solid #f392ba;
	margin: 10px 0;
	padding: 10px 0;
}

.ksl_subscript_box_wrapper{
	margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.ksl_subscript_box{
	width: 25%;
	box-sizing: border-box;
	padding: 1% 2%;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
	position: relative;
}

.ksl_subscript_image{
	height: 240px;
	padding-bottom: 5px;
}

.ksl_subscript_image img{
	object-fit: contain;
	width: 100%;
	height: 100%;
	
}

.ksl_subscript_title{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 0.9em;
	font-weight: bold;
	color: #1d4a6d;
	height: 42px;
}

.ksl_subscript_data{
	font-size: 0.8em;
	color: #999;
}

.ksl_subscript_link_bt{
	width: 100%;
	text-align: center;
	background-color: #f392ba;
	color: white;
	font-size: 0.9em;
	font-weight: bold;
	padding: 6px 0;
	margin: 6px 0;
}

.ksl_subscript_box:hover .ksl_subscript_link_bt{
	background-color: #8dccdf;
}

@media screen and (max-width: 699px){
	.ksl_subscript_box{
		width: 50%;
		box-sizing: border-box;
		padding: 1% 2%;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
		position: relative;
	}
}

/* e-book_setting
================================================== */
.e_book_main{
     width: 100%;
     max-width: 1200px;
     margin: auto;
    display: flex;
}

.e_book_box{
	letter-spacing: normal;
	padding:1% 2%;
	margin-bottom: 2%;
	border-radius: 20px;
    width: 46%;
    text-align: center;
}

.e_book_tit{
    font-size: 18px;
    font-weight: 600;
    padding: 0.6rem 0;
    color: #8591f5;
    display: inline-block;
    border-bottom: #8591f5 2px solid;
    margin: 0 auto 20px;
}

.e_book_table_box{
    display: flex;
     margin: auto;
}

.e_book_left{
    width: 50%;
}

.e_book_img{
	width: 50%;
	display: table-cell;
	vertical-align: top;
}

.e_book_light{
    width: 47%;
	display: table-cell;
	vertical-align: top;
    padding-left: 2%;
}

.e_book_light_box{
	letter-spacing: normal;
	font-size: 1.1em;
	line-height: 2.0em;
}

.light_tit{
    font-weight: 600;
}

.light_text{
    text-align: left;
    font-size: 0.7em;
	line-height: 1.6em;
}

.e_book_link_text_color{
	color:#8591f5;
	font-size: 1em;
	
}

.book_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	transition: 0.3s;
	background-color: #fff;
	border: 1px solid #8591f5;
	border-radius: 10px;
}

.book_btn a:hover {
	color: #f2f2f2;
}


.btn_link a:hover {
	background-color: #f392ba;
	border: 1px solid #f392ba;
}


.btn_table tbody tr td{
	width: 28%;
	padding: 1% 1%;
}

@media screen and (max-width: 699px){
    
    .e_book_main{
		width: 100%;
		display: block;
        
}
    .e_book_table_box{
		width: 100%;
		display: block;
	}
    
    .e_book_box{
        width: 100%;
    }

	.e_book_img{
		width: 80%;
		margin: auto;
		padding-right: 0%;
		display: block;
		vertical-align: top;
	}
    
    .e_book_left{
        width: 100%;
    }

	.e_book_light{
        width: 100%;
		display: block;
		vertical-align: top;
		padding-top: 6%;
	}

	.btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		color: #333;
		font-size: 0.8em;
		font-weight: 700;
		text-decoration: none;
		transition: 0.3s;
		background-color: #fff;
		border: 1px solid #333;
		border-radius: 20px;
	}

	.btn_table tbody tr td{
		width: 48%;
		padding: 2% 1%;
	}
}

/* Smartphone_setting
================================================== */
@media screen and (max-width: 699px){
	
	.main_wrapper{
		position: relative;
	}
	
	.main_img_box{
		display: none;
	}
	
	.main_img_bg{
		width: 100%;
		height: auto;
		background-image: url("../image/main_img_bg_sp.jpg");
		background-position: bottom center;
		background-size: cover;
		text-align: center;
		position: relative;
		padding: 0;
	}
	
	.main_img_bg_box{
		overflow: hidden;
	}

	.main_img_sp{
		display: block;
		padding: 0% 0 0 0;
		opacity: 0;
	}

	.main_header{
		text-align: left;
		font-size: 0.8rem;
		padding: 12px 0 12px 14px;
		font-weight: 300;
		letter-spacing: 0.1em;
		box-sizing: border-box;
	}

	.main_header2{
		text-align: left;
		font-size: 0.8rem;
		padding: 12px 0 12px 14px;
		font-weight: 300;
		letter-spacing: 0.1em;
		box-sizing: border-box;
	}	

	.menu_box{
		width: 20%;
		right: 4%;
		position: fixed;
	}

	.main_logo{
		width: 48%;
		position: absolute;
		top: auto;
		bottom: -13%;
		left: 50%;
		-webkit-transform: translate(-50%, -0%);
		transform: translate(-50%, -0%);
		z-index: 99;
	}

	.main_text_box{
		width: 84%;
		margin: auto;
		padding: 20% 0 0 0;
	}

	.main_text_style1{
		font-size: 2em;
		text-align: left;
		letter-spacing: 0.2em;
		line-height: 1.2em;
		margin: 0 0 10px 0;
	}

	.main_text_style2{
		line-height: 2em;
		text-align: left;
	}

	.title_text{
		font-size: 2.2em;
		letter-spacing: 0.2em;
		text-align: center;
	}

	.title_text_style2{
		font-size: 2.2em;
		letter-spacing: 0.2em;
		text-align: center;
	}
	.news_box_slick{
		width: 70%;
		margin: 20px auto;
	}

	.news_bt{
		position: relative;
		width: 60%;
		border: 2px solid white;
		text-align: center;
		color: white;
		padding: 0.5% 1%;
		font-size: 1.2em;
		margin: 1% auto 1%;
	}

	.news_box_page .news_box{
		width: 50%!important;
		padding: 0 2% 1% 1%!important;
		box-sizing: border-box;
		display: inline-block;
		letter-spacing: normal;
	}

	.news_text_box{
		background-color: white;
		padding: 20px 0;
		height: 140px;
		overflow: hidden;
		font-size: 0.8em;
		line-height: 1.8em;
		box-sizing: border-box;
	}

	.news_box_page .news_box .news_title span{
		background-color: #f392ba;
		padding: 6px 10px 3px;
		font-size: 0.9em;
		font-weight: bold;
		color: #fff;
		font-family: "presti-text", serif;
		letter-spacing: 0.2em;
	}

	.project_flex_box{
		width:80%;
		margin: 10px auto 0;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;	
	}

	.project_box {
		width:100%;
		padding: 2%;
		margin: 5% 0 5% 0;
		height:auto;
		display:flex;
		flex-direction:column;
		box-sizing:border-box;
	}

	.project_box2 {
		width:100%;
		padding: 2%;
		margin: 5% 0 5% 0;
		height:auto;
		display:flex;
		flex-direction:column;
		box-sizing:border-box;
	}


	.project_contents{
		box-shadow: 0px 0px 10px #999;
	}
	
	.project_wrapper{
		margin: 20px 0 0;
		padding: 20px 0 60px;
		background-image: url("../image/project_sp_bg.jpg");
		background-size: contain;
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	
	.gallery_box{
		width: 50%;
		padding: 0 2% 20px;
		margin: auto;
		box-sizing: border-box;
	}

	.gallery_text{

	}

	.gallery_text span{
		background-color: white;
		padding: 4px 12px;
		font-size: 1em;
	}

	.footer_wrapper{
		padding: 30px 0 10px;
	}
	
	.key_logo{
		width: 18%;
		margin: 0 auto 10px;
	}
	.footer_link_style1{
		display: none;
	}

	.footer_link_style2{
		text-align: center;
		padding: 14px 14px 14px 14px;
		font-size: 0.7em;
	}
	.footer_link_style3{
		display: block;
		width: 50%;
		margin: auto;
		padding: 1% 0 0.5%;
		text-align: center;
	}

	.footer_share_text_style1{
		width: 100%;
		text-align: center;
		display: block;
		padding: 0;
	}

	.footer_share_icon:hover{opacity: 0.8}

	.footer_share_icon{
		display: inline-block;
		width: 28%;
		padding: 0 7%;
		margin: 4% 0 0 0;
		box-sizing: border-box;
	}
	.main_ribbon_left{
		width: 30%;
		position: absolute;
		top: 36px;
		z-index: 2;
	}

	.main_ribbon_right{
		width: 30%;
		position: absolute;
		top: 730px;
		right: 0;
		z-index: 2;
	}

	.main_ribbon_left_contents{
		width: 30%;
		position: absolute;
		top: 0px;
		z-index: 1;
	}

	.main_ribbon_right_contents{
		width: 30%;
		position: absolute;
		bottom: 12%;
		right: 0;
		z-index: 1
	}

	.contents_wrapper{
		position: relative;
		background-image: url("../image/project_sp_bg.jpg");
		background-size: 100%;
		background-position:center bottom;
		background-repeat: no-repeat;
		min-height: 80vh;
		padding: 3vh 0 5vh;
		box-sizing: border-box;
	}

	.contents_main_title{
		font-size: 2em;
		font-weight: 600;
		letter-spacing: 0.1em;
		color: #f392ba;
		padding: 1% 0;
	}

	.contents_main_box{
		width: 80%;
		margin: auto;
		background-color: rgba(255,255,255,.7);
		box-sizing: border-box;
		padding: 2% 2%;
		z-index: 2;
		position: relative;
	}
	
	.contents_main_box2{
		width: 90%;
		margin: 2% auto 0;
		background-color: rgba(255,255,255,.7);
		box-sizing: border-box;
		padding: 2% 2%;
		z-index: 2;
		position: relative;
	}
	.contents_title_text{
		color:#42394c;
		font-size: 1em;
		font-weight: 900;
	}

	.contents_img{
		width: 100%;
		margin: auto;
		padding: 4% 0;
	}

	.contents_bt{
		position: relative;
		width: 60%;
		margin: auto;
		background-color: white;
		text-align: center;
		padding: 1.4vh;
		font-size: 1em;
		font-weight: 900;
		color: #f392ba;
	}

	.news_wrapper_bg{
		margin: 0px 0 0;
		padding: 24px 0;
		background-image: url("../image/gallery_border_bg.png");
		background-repeat: repeat-x;
		background-position: center bottom;
		background-size: 100%;
		position: relative;
		z-index: 99;
	}

	.gallery_wrapper_bg{
		background-image: url("../image/gallery_border_bg.png");
		background-position: center bottom;
		background-size: 100%;
		background-repeat: repeat-x;
		margin: 0px 0 0;
		padding: 24px 0 38px;
	}
	.gallery_color_box{
		width: 90%;
		margin: 20px auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.main_img_bg2{
		padding-bottom: 40px;
		background-image: url("../image/intro_bg_sp.jpg");
		background-size: contain;
		background-position: top right;
		background-repeat: no-repeat;
	}
	.project_img_1{
		width: 100%;
	}

	.project_img_2{
		width: 60%;
	}

}
