@charset "UTF-8";

/* CSS Document */

html {
	font-size: 62.5%;
	-ms-overflow-style: auto;
}
body {
	font-family: 'Noto Sans JP', serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 220%;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-weight: 400;
	letter-spacing: 0.05em;
  word-break: break-all;
}

@-ms-viewport {
	width: auto!important;
	initial-scale: 1;
}

/*==================================================

title
==================================================*/


h1 {
	font-size: 3.3rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 180%;
}
h2 {
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 180%;
	text-align: center;
}
h3 {
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 0.1em;
}
h4 {
	font-size: 2.5rem;
	line-height: 160%;
	letter-spacing: 0.1em;
	font-weight: 500;
}
h5 {
	font-size: 2.2rem;
	line-height: 160%;
	letter-spacing: 0.1em;
}
h6 {
	font-size: 2.0rem;
	line-height: 160%;
	letter-spacing: 0.1em;
}


h1,h2,h3,h4,h5,h6 {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

p {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-wrap: break-word;
}
.tS{
	font-size: 0.9em;
	line-height: 2em;
}

/* micro cf */

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/*==================================================

link img
==================================================*/

a {
	color: #4780D5;
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #ffa7eb;
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a.fade:hover {
	opacity: 0.7;
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0; 
	-ms-interpolation-mode: bicubic;
}

/*==================================================

table
==================================================*/

table{
	width: 96%;
	margin: 20px auto 30px;
}
table th,
table td{
	padding: 20px 20px;
	text-align: left;
	vertical-align: top;
}
table th{
	font-weight: 500;
}


.spbr{
	display: none;
}.pcbr{
	display: block;
}
@media only screen and (max-width: 960px) {
}
@media only screen and (min-width:1px) and (max-width: 768px) {

body {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 200%;
}

table{
	width: 96%;
	margin: 20px auto 30px;
}
	table.resp th{
		background: #f3f3f3;
	}
table.resp th,
table.resp td{
	width: 100%;
	display: block;
	padding: 12px 15px;
	text-align: left;
}
}

@media only screen and (min-width:1px) and (max-width: 600px) {

body {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 200%;
}
.spbr{
	display: block;
}.pcbr{
	display: none;
}
}
/*==================================================

margin
==================================================*/

.mt-space0 {margin-top: 0!important;}
.mt-space3p {margin-top: 3%!important;}
.mt-space5p {margin-top: 5%!important;}
.mt-space8p {margin-top: 8%!important;}

.pt-space3p {padding-top: 3%!important;}
.pt-space5p {padding-top: 5%!important;}
.mb-space3p {margin-bottom: 3%!important;}
.mb-space5p {margin-bottom: 5%!important;}

/*==================================================

list
==================================================*/

ol,ul {
  list-style:none;
  margin: 0;
  padding: 0;
}

hr {
	background-color: #FFF;
	border-top: 2px dotted #ededed;
	margin: 10px 0 20px;
}

.Flexbox{
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10 ---*/
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.Flexboxcenter{
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;
	display:flex;
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;
	justify-content:center;
	-ms-flex-align:center;/*--- IE10 ---*/
	-webkit-align-items:center;
	align-items: center;
	-ms-flex-wrap:wrap;/*--- IE10 ---*/
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}


@media only screen and (max-width: 960px) {
	body ,p,ol,ul{
		line-height: 1.8em;
		font-size: 1.5rem;
	}	
	h1 {
		font-size: 2.8rem;
	}
	h2 {
		font-size: 2.3rem;
	}
	h3 {
		font-size: 2.2rem;
	}
	h4,h5,h6 {
		font-size: 2.0rem;
	}

}
@media only screen and (max-width: 768px) {
	
	h1 {
		font-size: 2.8rem;
	}
	h2 {
		font-size: 2.0rem;
	}
	h3 {
		font-size: 2.0rem;
	}
	h4,h5,h6 {
		font-size: 2.0rem;
	}

}
@media only screen and (max-width: 568px) {
	
	
}
@media only screen and (max-width: 530px) {
	body ,p,ol,ul{
		line-height: 1.8em;
		font-size: 1.4rem;
	}
	h1 {
		font-size: 2.2rem;
	}
	h2 {
		font-size: 1.7rem;
	}
	h3 {
		font-size: 1.8rem;
	letter-spacing: 0.05em;
	}
	h4 {
		font-size: 1.6rem;
	}
	h5,h6 {
		font-size: 1.6rem;
	}
	
}


/*==================================================

メイン画像
=================================================*/

.top-image {
	position: relative;
	line-height: 0;
	overflow: hidden;
	margin: 0 auto;
	z-index: 20;
}

.top-image .imgwrap{
	position: relative;
}

.top-image .catch{
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	margin: auto;
	max-width: 600px;
	width: 60%;
}

.inner{
	position: relative;
	max-width: 1000px;
	width: 96%;
	margin: 0 auto;
}

.main-image,
.main-images{
	position: relative;
	line-height: 0;
	margin: 0 auto;
	z-index: 30;
}
.main-image .bread,
.main-images .bread{
	position: absolute;
	right: 3%;
	top: 28%;
	color: #fff;
	font-size: 1.3rem;
}
.main-image .bread a,
.main-images .bread a{
	color: #fff;
}

.main-image .imgright{
	position: absolute;
	width: 85%;
	top: 32%;
	right: 0;
	z-index: 20;
}
.main-image .title{
	position: absolute;
	left: 5%;
	top: 30%;
	z-index: 30;
}
.main-images .title{
	position: absolute;
	left: 5%;
	top: 45%;
	z-index: 30;
}
.main-image h2,
.main-images h2{
	text-align: left;
	font-weight: 500;
	font-size: 4.0rem;
	color: #fff;
}
.main-image .en,
.main-images .en{
	font-size: 2.8rem;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: left;
	color: #fff;
	margin-bottom: 5%;
}

.top-image img,
.main-image img,
.main-images img{
	width: 100%;
	height: auto;
}

@media only screen and (min-width:1px) and (max-width: 1200px) {
.inner{
	padding: 0 20px;
}
}


@media only screen and (min-width:1px) and (max-width: 1100px) {

.top-image {
	margin: 70px auto 0;
}
.main-image,
.main-images {
	margin: 70px auto 0;
}

.top-image .catch{
	position: absolute;
	left: 0;
	right: 0;
	top: 38%;
	margin: auto;
	max-width: 600px;
	width: 60%;
}
}
@media only screen and (min-width:1px) and (max-width: 768px) {

.inner{
	padding: 10px 20px;
}
	
.main-image .bread{
	position: absolute;
	right: 3%;
	top: 20%;
	color: #fff;
	font-size: 1.3rem;
}
.main-images .bread{
	position: absolute;
	right: 3%;
	top: 15%;
	color: #fff;
	font-size: 1.3rem;
}

.main-image .imgright{
	position: absolute;
	width: 80%;
	top: 32%;
	right: 0;
	z-index: 20;
}
.main-image .title{
	position: absolute;
	left: 5%;
	top: 30%;
	z-index: 30;
}
.main-images .title{
	position: absolute;
	left: 5%;
	top: 35%;
	z-index: 30;
}
.main-image h2,
.main-images h2{
	text-align: left;
	font-weight: 500;
	font-size: 3.0rem;
	color: #fff;
}
.main-image .en,
.main-images .en{
	font-size: 2.0rem;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: left;
	color: #fff;
	margin-bottom: 5%;
}


}
@media only screen and (min-width:1px) and (max-width: 480px) {

.main-image h2,
.main-images h2{
	font-size: 2.8rem;
}
.main-image .en,
.main-images .en{
	font-size: 1.8rem;
}

	
}
