@charset "utf-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
*{
	box-sizing: border-box
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
	font-family: sans-serif;
}
html {
	font-size: 62.5%;
}
body{
	color: #333;
	background: #0E0054
}
ol, ul {
	list-style: none;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
input[type=text],
input[type=email],
input[type=tel],
textarea{
	border: 1px solid #ccc;
	padding: 12px;
	border-radius: 4px;
	width: 100%;
	outline: none;
	font-size: 1.6rem
}
main{
	width: 1000px;
	margin: 0 auto;
	background: #fff
}
    .sp{ display: none; }
    .pc{ display: block; }
/*------------------------------------------------------------
	Stracture
------------------------------------------------------------*/
.inner{
	width:91%;
	padding: 30px 0;
	margin: 0 auto;
}
.inner2 {
	width:91%;
	padding:30px 40px;
	margin: 0 auto;
	background: #FFF;
	border:3px solid #00173D;
	border-radius: 10px;
}

.swiper {
	width:100%;
  height: auto;
}
/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
header{
	z-index: 1;
	margin: 0 auto;
	width: 100%;
	height: 80px;
	position: relative;
	background: #FFF;
	display: flex
}

#confirm header,#thanks header {
	background: #FFF;
	height: 90px;
	margin-bottom: 20px;
}
#confirm main,#thanks main {
	margin-bottom: 20px;
}
#hdr_logo{
	width: 130px;
	margin:10px 20px 0 20px;
}
#hdr_logo img{
	width: 100%;
	height: auto
}
#hdr_description{
	padding-top: 27px;
	font-size: 1.7rem;
	font-weight: bold;

}
#hdr_tel{
	position: absolute;
	display: block;
	width: 190px;
	top:30px;
	right: 230px;

	padding-left: 27px;
	line-height: 1;
	text-decoration:none;
	color:#000;
	display: none
}
#hdr_tel img{
	width: 100%;
	height: auto
}
#hdr_tel span{
	font-size: 1.3rem;
	font-weight: bold;
	display: block;
	padding-top: 3px;
}
#hdr_entry{
	display: block;
	position: absolute;
	width: 250px;
	height: 80px;
	background:#B34400;
	color: #fff;
	font-size: 2.0rem;
	line-height: 1;
	text-decoration: none;
	padding-left: 0px;
	right: 0;
	top:0;
	font-weight: bold;
	padding-top: 24px;
	text-align: center
}
#hdr_entry img{
	vertical-align: middle;
	width: 27px;
	height: auto;
	margin-right: 3px
}
#hdr_entry:hover{
	opacity: 0.95;
}
#confirm #hdr_entry,#thanks #hdr_entry{
	display: none
}
/*------------------------------------------------------------
	MV
------------------------------------------------------------*/
#mv{

	z-index: 0;
	position:relative;
	width: 100%;

}

#mv img{
	width: 100%;
	height: auto
}
/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
#contact{
	text-align: center;
	background: #eee;
	padding: 40px 0;
}
#contact .inner2{
	overflow: hidden;

}
#contact .item{
	width: 50%;
	padding: 50px 0;

}
#contact .item h2{
	font-size: 3rem;
	padding-bottom: 5px;
}

#contact .item h2 div{
	font-size: 1.5rem;
	display: block;
	padding-bottom: 5px;
}
#contact .item:first-child{
	float: left;
	border-right: 3px solid #eee;
}
#contact .item:first-child p{
	padding-top: 12px
}
#contact .item:last-child{
	float: right;
}
#contact .item p{
	font-size: 1.6rem;
	margin-bottom: 20px
}
#contact .bdr{
	width: 80px;
}
.btn_contact{
}
footer{
	text-align: center;
	font-size: 1.6rem;
	padding: 30px 0;
	background: #FFF
}
#ftr_logo{
	width:120px;
	margin: 0 auto 20px auto
}
#ftr_logo img{
	width:100%;
	height: auto;
}
#ftr_address{
	padding-top: 10px;

}
#copyright{
	padding-top: 10px;

}

	
/*------------------------------------------------------------
	Common
------------------------------------------------------------*/

.btn1{
	display: inline-block;
	background:#B34400;
	border: none;
	border-radius: 7px;
	color: #FFF;
	text-decoration: none;
	line-height: 1;
	text-align: center;
	width: 265px;
	padding: 21px 10px 18px 10px;
	font-size: 1.8rem;
	position: relative;
	font-weight: bold
}
.btn1:hover{
	opacity: 0.9;
}
.btn1 span,.btn2 span{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	width: 8px;
	height: 20px;
	position: absolute;
	top:18px;
	right: 15px;
	background-image: url("../img/arrow_wh.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.bdr{
	display: block;
	width: 200px;
	height: 3px;
	background: #00173D;
	margin: 5px auto 0 auto
}
.h1{
	font-size: 30px;
	text-align: center;
	padding: 20px 0px 0px 0px;
	margin-bottom: 40px
}
.h2{
	font-size: 20px;
	text-align: center;
	background: #00173D;
	color: #FFF;
	padding: 10px;
	margin-bottom: 10px
}
.h1 span{
	font-size: 43px;

}
.ta1{
	width: 100%;
	margin-bottom: 20px;
}
.ta1 td,.ta1 th{
	font-size: 1.6rem;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.ta1 th{
	background: #eeee;
	width: 25%
}
.ta1 td{
	background: #FFF;

}
.box1{

}
.box1 .item1{
	width: 100%;
	font-size: 17px;
	line-height: 180%;
	margin-bottom: 20px;
}
.box1 .item2{
	width: 100%
}

.edit_btn{ font-size: 1.6rem; }
.center{ text-align: center }
.txt1{font-size: 1.6rem}
.sp{ display: none; }
.pc{ display: block; }
.mb50{ margin-bottom: 50px; }
.mb40{ margin-bottom: 40px; }
.mb30{ margin-bottom: 30px; }
.mb20{ margin-bottom: 20px; }
.mb10{ margin-bottom: 10px; }
.mb5{ margin-bottom: 5px; }
.error{ color: red; }
.dummy{
	background: #eee;
	text-align: center;
	padding: 20rem 0;
	font-size: 2rem;
}

#intro{
	margin-bottom: 50px;
}

#gallery{
	background: #eee;	
}
/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/
#faq{

	padding-bottom: 50px;
}

.faq_list .item{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px dashed #ccc;
	font-size: 1.6rem;
}
.faq_list .item:last-child{
	border: none;
}
.faq_list h2{
	font-size: 2.3rem;
	margin-bottom: 15px;
}
.qbox,.abox{
	padding-left: 46px;
	position: relative;
}
.qbox{
	padding-top: 3px;
}
.abox{
	padding-top: 6px;
}
.q,.a{
	font-size: 20px;
	font-family: Arial, Helvetica, "sans-serif";
	color: #FFF;
	border-radius: 100px;
	background: #00173D;
	display: inline-block;
	font-weight: bold;
	padding: 8px 0 0 0;
	width: 3.5rem;
	height: 3.5rem;
	text-align: center;
	line-height: 1;
	position: absolute;
	top:0px;
	left: 0px;
}
.q{
	background: #00173D;
}
.a{
	background: #86A4D4;
}

/*------------------------------------------------------------
	Form
------------------------------------------------------------*/
#form{

	padding-bottom: 50px;
}
#privacy{
	font-size: 1.4rem;
	height: 300px;
	overflow-y: auto;
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
	margin-bottom: 30px
}
#privacy p{
	padding-bottom: 15px;
}


/*------------------------------------------------------------
	Work
------------------------------------------------------------*/
#work{

	background-image: url("../img/bg2.jpg");
	background-size: cover
}
#work .inner{
	padding-bottom: 0
}
.box_about{
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
	justify-content: space-between;
	flex-wrap: wrap
}
.box_about .item1{
	width: 27%;
	position: relative;
	display: block

}
.box_about .item1 img{
	margin-top: -100px;
}
.box_about .item2 figure{
	margin-bottom: 25px;
}
.box_about .item2{
	width: 68%;
	padding: 2rem 0 2rem 0;
}
.box_about h1{
	font-size: 2.7rem;
	border-bottom: 1px solid #FFF;
	margin-bottom: 15px;
	padding-bottom: 5px;
	color: #FFF
}
.box_about p{
	font-size: 1.6rem;
	line-height: 170%;
	color: #FFF
}
.work_detail{
	background: #FFF;
	padding: 15px;
	margin-bottom: 35px;
	width: 100%
}
.work_detail p,.work_detail h2{
	color: #333
}
.work_detail h2{
	font-size: 1.8rem;
	margin-bottom:0.5rem;
}
.box_about ul{
	padding: 15px 0 10px 0;
	display: flex;
}
.box_about li{
	width: 100%;
	padding: 0 3px;
}
.dummy{
	text-align: center;
	background: #eee;
	padding: 200px 0;
}

#boshu{
	margin-bottom: 40px;
}
/*------------------------------------------------------------
	Movie
------------------------------------------------------------*/
#movie{
	background: #002253;
	padding: 20px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------------------------------
	point
------------------------------------------------------------*/
#point{

}
ul.list1{

}
ul.list1 li{
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between
}
ul.list1 li .item1{
	width: 45%;
}
ul.list1 li .item1 img{
	width: 100%;
	height: auto
}
ul.list1 .item2{

	width: 52%;
}
ul.list1 h3{
	font-size: 2.6rem;
	margin:0 0 1rem 0; 
}
ul.list1 p{
	font-size: 17px;
	line-height: 200%;
}
.pimg{
	width: 90px;
	height: auto;
	margin-bottom: 7px;
}

/*------------------------------------------------------------
	Manga
------------------------------------------------------------*/

#manga img{
	width:100%;
	height: auto
}
#manga .inner{
	padding-bottom: 0;
}
@media screen and (max-width: 768px) {

    .sp{ display: block; }
    .pc{ display: none; }
    main{
        width: 100%;
    }
    .inner{
        width:91%;
        padding: 30px 0;
        margin: 0 auto;
    }
    .inner2 {
        width:91%;
        padding:30px 10px;
        margin: 0 auto;
        background: #FFF;
        border:3px solid #00173D;
        border-radius: 10px;
    }
	header{
		width: 100%;
		height: 70px;
	}
    #hdr_logo{
        width: 110px;
        margin:10px 20px 0 10px;
    }
	#hdr_entry{
		width: 140px;

		height: 70px;
	}
	#hdr_description{
		display: none
	}
#confirm header,#thanks header {
	height: 75px;
	margin-bottom: 10px;
}
#confirm #hdr_description,#thanks #hdr_description {
	display: block
}
	.h1{
		font-size: 27px;
		margin-bottom: 20px;
		line-height: 130%
	}
	.ta1 th,.ta1 td{
		width: 100%;
		display: block
	}
	ul.list1 li{
		display: block
	}
    ul.list1 li .item1{
        width: 100%;
		margin-bottom: 10px;
    }

    ul.list1 .item2{

        width: 100%;
    }
	#intro{
		margin-bottom:0px;
	}
.box_about{
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
	justify-content: space-between;
}
.box_about .item1{
	width: 100%;
	padding: 10px 0 ;
	display: block;
 	order: 5;
	text-align: center;
}
.box_about .item1 img{
	width: 60%;
	height: auto;
	margin-top: 0;
}

.box_about .item2{
	width: 100%;
	padding: 2rem 0 2rem 0;
	 	order: 1;
}
.box_about h1{
	font-size: 21px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 15px;
	padding-bottom: 5px;
	color: #FFF
}
.box_about p{
	font-size: 1.6rem;
	line-height: 170%;
	color: #FFF
}
.work_detail{
	background: #FFF;
	padding: 15px;
	margin-bottom: 15px;
	 	order: 3;
}
.work_detail p,.work_detail h2{
	color: #333
}
.work_detail h2{
	font-size: 16px;
	margin-bottom:0.5rem;
}
.box_about ul{
	padding: 0px 0 10px 0;
	display: flex;
	 	order: 4;
}
.box_about li{
	width: 100%;
	padding: 0 3px;
}
#contact{
	text-align: center;
	background: #eee;
	padding: 40px 0;
}
#contact .inner2{
	overflow: hidden;

}
#contact .item{
	width: 100%;
	padding: 20px 0;

}
#contact .item h2{
	font-size: 3rem;
	padding-bottom: 5px;
}

#contact .item h2 div{
	font-size: 1.5rem;
	display: block;
	padding-bottom: 5px;
}
#contact .item:first-child{
	float: none;
	border-right: none;
	padding-bottom: 0
}
#contact .item:first-child p{
	padding-top: 12px
}
#contact .item:last-child{
	float: none;
	width: 100%;
}
#contact .item p{
	font-size: 1.6rem;
	margin-bottom: 20px
}
#contact .bdr{
	width: 80px;
}
/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/
#faq{

	padding-bottom: 30px;
}

.faq_list .item{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px dashed #ccc;
	font-size: 1.6rem;
}
.faq_list .item:last-child{
	border: none;
	margin-bottom: 0;
}
.faq_list h2{
	font-size: 20px;
	margin-bottom: 12px;
}
.qbox,.abox{
	padding-left: 46px;
	position: relative;
}
.qbox{
	padding-top: 3px;
}
.abox{
	padding-top: 3px;
}
.q,.a{
	font-size: 20px;
	font-family: Arial, Helvetica, "sans-serif";
	color: #FFF;
	border-radius: 100px;
	background: #00173D;
	display: inline-block;
	font-weight: bold;
	padding: 8px 0 0 0;
	width: 3.5rem;
	height: 3.5rem;
	text-align: center;
	line-height: 1;
	position: absolute;
	top:0px;
	left: 0px;
}
.q{
	background: #00173D;
}
.a{
	background: #86A4D4;
}
}