@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:500,600');

*{
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing:border-box;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,section,summary {
	display:block;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
	content: '';
	content: none;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
a img{
	border: 0;
}
img {
	vertical-align:bottom;
}
hr, legend {
	display: none;
}
audio, canvas, progress, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
html {
	box-sizing: border-box;
	cursor: default;
	font-family: sans-serif;
	line-height: 1.5;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote,
th, td{
	margin: 0;
	padding: 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
select::-ms-expand {
    display: none;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
input, select {
	vertical-align:middle;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
textarea {
  resize: none;
}
input[type="button"], input[type="text"], input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
input[type="submit"], input[type="button"] {
	-webkit-appearance: button;
	appearance: button;
	border: none;
	cursor: pointer;
}
input[type="submit"], input[type="button"],button {
	outline:none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
label { cursor: pointer;vertical-align: middle;}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var,i
{
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
area{
	outline: none;
}
/* =Fonts family,size
-------------------------------------------------------------- */
html,
body {
	margin: 0;
	padding: 0;
   font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	/* font-family: 'A+EqpB-游ゴシック体 Pr6N D',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
	color: #000;
  background: #fff;
	font-size: 15px;
	line-height: 1.6;
  font-weight: 500;

}
@media screen and (max-width: 767px) {
body {
   font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
   /*font-family: 'A+EqpB-游ゴシック体 Pr6N D','NoChattering';*/
}
}

table {
  font-size:inherit;
  font:100%;
}

/* =a style
-------------------------------------------------------------- */
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #000;
}
a:link	{
	text-decoration: none;
	color: #000;
}
a:visited	{
	text-decoration: none;
	color: #000;
}

a:active	{
	text-decoration: none;
	color: #000;
}
a[href=""] {
	pointer-events:none;
}


.cf::before,.cf::after {content:"";display:table;}
.cf::after {clear:both;}
.cf {*zoom:1;}


/* heading */
.heading-block{
    color: #fff;
    text-align: center;
	background:url("../img/bg_r1.png") no-repeat center;
    background-size: cover;
	width:100%;	
}

.heading-block h1{
	padding: 75px 0 65px;
	line-height: 0;
}

.heading-block p{
    font-size:1.2vw;
    letter-spacing: 0.5em;
}

@media screen and (max-width: 767px) {
.heading-block{
	background:url("../img/bg_r1_sp.png") no-repeat center;
    background-size: cover;
	width:100%;	
}
.heading-block h1{
    width: 128px;
    z-index: 3;
	margin: 0 auto;
	padding: 45px 0 35px;
    }
.heading-block h1 img{
    width: 100%;
    height: auto;
    }
.heading-block p{
    font-size:1.5em;
    letter-spacing: 0.2em;
    }
}

#box1{
    background:url("../img/bg_r2.png") no-repeat center;
	background-size:100% 100%;
	width:100%;
	margin:0 auto 0;
}

@media screen and (max-width:767px) { 
    #box1{
	background:url("../img/bg_r2_sp.png") no-repeat center;
	background-size:100% 100%;
	width:100%;
	margin:0 auto 0;
    padding: 16px 20px 10px;
    } 
}

.box{
	/*height: 100vh;*/
    padding: 40px 0 34px;
}

@media screen and (max-width: 767px) {
	.box{
    padding: 15px 0 15px;
}
}

#box1.box{
 justify-content: flex-start;
 padding: 36px 0 20px;
}

@media screen and (max-width:767px) { 
    #box1.box{
     justify-content: center;
	 padding: 17px 20px 10px;
    } 
}

#box2{
	background:#EBEBEB;
	padding-bottom: 50px;
}

#box3{
	width:100%;
	background-image: url(../img/bg_triangle01.png);
	background-repeat: no-repeat;
	background-size:100% 100%;
	padding: 40px 0 0;
	/*height: auto !important;*/
}

#box4{
	width:100%;
	background-image: url(../img/bg_triangle02.png);
	background-repeat: no-repeat;
	background-size:100% 100%;
	/*padding: 0 0 34px;*/
	padding: 0;
	/*height: auto !important;*/
}

#box5{
	background:#F7F6F5;
	padding: 32px 0 0;
	/*height: 920px !important;*/
}

@media screen and (max-width: 767px) {
	#box2{
	background:#EBEBEB;
	padding: 17px 6% 40px;
	}

	#box3{
	padding: 17px 20px 0;
	}

	#box4{
	background-image: url(../img/bg_triangle01.png);
	padding: 0 20px 0;
	}

	#box5{
	background-image: none;
	background:#F7F6F5;
	padding: 13px 20px 40px;
	}
}

.f-serif {
    font-family: 'Noto Serif JP', serif;
}

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

a{
	color: #fff;
    outline: none;
	text-decoration: none;
}

a:hover,
a:active{
	text-decoration: none;
}

#box3 h2,
#box4 h2{
	color: #000;
}

#box5 h2{
	color: #000;
}

#box1 .box-area {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width: 1100px;
	max-width: 1100px;
	margin: 0 auto 50px;
}

#box2 .box-area {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width: 1100px;
	max-width: 1100px;
	margin: 0 auto;
}

#box2 .box-area::after {
	content:"";
	display: block;
	width:calc(66.6666% - 50px);
}

#box3 .box-area {
	width: 100%;
	max-width: 1100px;
	/*margin: 0 auto 50px;*/
	margin: 0 auto 0;
}

#box4 .box-area {
	width: 100%;
	max-width: 1100px;
	/*margin: 0 auto 50px;*/
	margin: 0 auto 0;
}

#box5 .box-area {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
}

#box1 .box-area2 h2{
	font-size: 20px;
	margin: 0 0 40px 0;
	line-height: 1.4;
	color: #FFF;
	text-align: center;
	letter-spacing:0.2em;
}

#box1 .box-area2 h2 span{
	font-size: 36px;
	display: block;
	letter-spacing:0.2em;
}

#box1 .set-area{
	width: 100%;
	background: #FFF;
	padding: 32px 0 40px;
	margin:0;
	width:calc(31.8%);
	text-align: left;
	letter-spacing: 0;
	box-shadow: 0 0 12px rgb(0,0,0,0.7);
	font-size:18px;
	line-height:1.6667;
}
#box1 .set-area:nth-child(3n){
margin-right:0;
}
#box1 .set-area .ph{
	padding: 20px 20px 20px 0;
}

#box1 .set-area figure{
	width: 332px;
	margin:0 auto;
}

#box1 .set-area figure img{
	width:100%;
}

#box1 .set-area dl{
	width: auto;
	margin: 6px 0 0 25px;
}

#box1 .set-area .btn-box{
	width: 210px;
	margin:44px auto 0;
}
#box1 .set-area .btn-box img{
	width:100%;
}

#box1 .set-area .btn-box a{
    transition: all .5s;
}

#box1 .set-area .btn-box a:hover{
    opacity: 0.7;
}

#box1 .set-area h3{
	width: 284px;
	margin: 0 auto 40px;
	line-height: 0;
	text-align: center;
}
#box1 .set-area h3 img{
	width: 100%;
}

#box1 .set-area p{
    margin:0 0 40px 0;
}

#box2 .box-area2 h2{
    font-size: 20px;
    margin:0 0 34px 0;
    line-height: 1.4;
    color: #000;
    text-align: center;
	letter-spacing: 0.2em;
}

#box2 .box-area2 h2 span{
    font-size: 36px;
     display: block;
	letter-spacing: 0.2em;
}

#box3 .box-area,
#box4 .box-area {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

#box3 .box-area2 h2,
#box4 .box-area2 h2{
	font-size: 20px;
	margin: 0;
	line-height: 1.4;
	color: #000;
	text-align: center;
	letter-spacing: 0.2em;
}

#box5 .box-area2 h2{
	font-size: 20px;
	margin: 0;
	line-height: 1.4;
	color: #000;
	text-align: center;
	letter-spacing: 0.2em;
}

#box3 .box-area2 h2 span,
#box4 .box-area2 h2 span{
	font-size: 36px;
	display: block;
	letter-spacing: 0.2em;
}
#box5 .box-area2 h2 span{
	font-size: 36px;
	display: block;
	letter-spacing: 0.115em;
}
#box3 .box-area2 p {
	width: 900px;
	text-align: left;
	margin: 22px auto 25px;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.05em;
}
#box4 .box-area2 p {
	width: 900px;
	text-align: left;
	margin: 25px auto 94px;
	font-size: 0.92rem;
	line-height: 2;
	letter-spacing: 0.005em;
	color: #060;
}
#box4 .box-area2 .vl {
	width: 100%;
	text-align: center;
	margin: 0 auto 36px;
	line-height: 0;
}
#box5 .box-area2 p {
	width: 1100px;
	text-align: center;
	margin: 25px auto 52px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #000000;
	padding: 0 0 17px;
}

@media screen and (max-width: 767px) {
	#box1 .box-area2 h2 {
		font-size: 13px;
		margin: 0 0 10px 0;
		letter-spacing:0.2em;
	}
	#box1 .box-area2 h2 span{
		font-size: 21px;
		letter-spacing:0.2em;
	}
	#box1 .box-area {
	display:block;
	width: 100%;
	max-width: 100;
	margin: 0 auto;
	}

#box1 .set-area{
	width: 100%;
	padding: 10px 0 10px;
	margin:0 0 5px 0;
	width:100%;
	text-align: left;
	letter-spacing: 0;
	box-shadow: none;
	font-size:11px;
	line-height:1.5;
}
	#box1 .set-area h3{
	width: 100%;
	margin: 0 0 8px;
	padding: 0 70px 0;
}
#box1 .set-area h3 img{
	width: 100%;
}

	#box1 .set-area figure{
	width: 39%;
	height:auto;
	margin:0 auto;
	padding: 5px 0 0 10px;
	float:left;
	text-align:center;
	}

	#box1 .set-area figure img{
	width:100%;
	}

#box1 .set-area dl{
	width: 55%;
	height:auto;
    margin: 0 auto 0;
		float:right;

}

#box1 .set-area .btn-box{
	width: 100%;
    max-width: 116px;
	margin:0 auto 0;
}
#box1 .set-area .btn-box img{
	width:100%;
}
}

@media screen and (max-width: 767px) {
#box2 .box-area {
	display:block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

#box2 .box-area2 h2{
    font-size: 13px;
    margin:0 0 24px 0;
    line-height: 1.4;
    color: #000;
    text-align: center;
	letter-spacing: 0.2em;
}

#box2 .box-area2 h2 span{
    font-size: 21px;
     display: block;
	letter-spacing: 0.2em;
}

#box3 .box-area,
#box4 .box-area {
	margin: 0 auto 0;
}

#box3 .box-area2 h2{
    font-size: 13px;
    margin:0;
    line-height: 1.4;
    color: #000;
    text-align: center;
	letter-spacing: 0.2em;
}

#box3 .box-area2 h2 span{
    font-size: 21px;
     display: block;
	letter-spacing: 0.06em;
}
}

@media screen and (max-width:767px) { 
#box3 .box-area2 p,
#box4 .box-area2 p {
	width: 100%;
	margin: 10px auto 6px;
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: 0.03em;
	padding: 0 15px;
	text-align: justify;
    text-justify: inter-ideograph;
}

#box4 .box-area2 .vl {
	width: 100%;
	text-align: center;
	margin: 0 auto 10px;
	line-height: 0;
}

#box4 .box-area2 .vl img {
	width: 100%;
	height:82px;
}

#box5 .box-area2 p {
	width: 100%;
	text-align: left;
	margin: 7px auto 15px;
	font-size: 12px;
	line-height: 1.75;
    letter-spacing: 0.03em;
	padding: 0 15px 17px;
	text-align: justify;
    text-justify: inter-ideograph;
}
#box5 .box-area {
	display:block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
#box5 .box-area2 h2{
	font-size: 12px;
	margin: 0;
	line-height: 1.4;
	color: #000;
	text-align: center;
	letter-spacing: 0.2em;
}

#box5 .box-area2 h2 span{
	font-size: 21px;
	display: block;
	letter-spacing: 0.02em;
}
}

/* history*/

.history{
	width: 100%;
	padding: 0;
	margin:0 50px 0 0;
	text-align: left;
	letter-spacing: 0.03em;
}

@media screen and (max-width:767px) { 
.history{
     margin:0;
    } 
}

.history .flexbox{
    display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
}

.history .ph{
	width: 700px;
	padding: 0;
}
.history .ph img{
	width: 100%;
	height:auto;
}

.history h3{
    font-size: 22px;
    margin:0 0 39px 0;
	padding: 0 0 13px;
    line-height: 1.4;
    color: #000;
    text-align: center;
	width: 100%;
	border-bottom:1px solid #000000;
	letter-spacing:0.025em;
}

.history p{
    font-size: 14px;
	width: 338px;
    color: #000;
	line-height: 1.8571;
    margin-top: 173px;
    text-align: justify;
    text-justify: inter-ideograph;
	letter-spacing:0.05em;
	margin-left: auto;
}
.history p .ls4{    
	letter-spacing:0;
}

@media screen and (max-width:767px) { 
    .history .flexbox{
     display: block;
    }
	.history h3{
    font-size: 13px;
    margin:0;
	padding: 0 0 5px;
    line-height: 1.4;
    color: #000;
    text-align: center;
	width: 100%;
	border-bottom:1px solid #000000;
	letter-spacing:0.01em;
    } 
	.history .ph{
     width: 81%;
	 margin: 22px auto 0;
    } 
	.history p{
     font-size: 13px;
     width: 92%;
	 margin: 22px auto 0;
	 letter-spacing:0;
	 line-height: 1.82;
	 padding: 0 0 65px;
    } 
}

/* pioneer*/

.pioneer{
	width: 100%;
	padding: 0;
	margin:0 50px 0 0;
	text-align: left;
	letter-spacing: 0.03em;
}

@media screen and (max-width:767px) { 
.pioneer{
     margin:0;
    } 
}

.pioneer .flexbox{
	width: 100%;
	padding: 0;
	margin: 50px;
}

.pioneer .ph{
	width: 50%;
	padding: 0;
}
.pioneer .ph img{
	width: 100%;
	height:auto;
}

.pioneer h3{
    font-size: 0.9rem;
    margin:0 0 20px 0;
    line-height: 1.5;
    color: #000;
    text-align: center;
	width: 100%;
	border-bottom:1px solid #000000;
}

.pioneer p{
	width: 30%;
    color: #000;
	line-height: 1.5;
    margin: 0 0 0 50px;
    text-align: justify;
    text-justify: inter-ideograph;
}

/* tt-years*/

.tt-years{
	width: 100%;
	padding: 0;
	margin:0 50px 0 0;
	text-align: left;
	letter-spacing: 0.03em;
}

@media screen and (max-width:767px) { 
.tt-years{
     margin:0;
    } 
}

.tt-years .flexbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 1080px;
    max-width: 1080px;
	padding: 0;
	margin: 0 auto 24px;
}

.tt-years .ph{
	width: 700px;
	padding: 0;
}
.tt-years .ph img{
	width: 100%;
	height:auto;
}

.tt-years h3{
    font-size: 18px;
    margin:0;
	padding: 0 0 9px;
    line-height: 1.4;
    color: #000;
    text-align: center;
	width: 100%;
	letter-spacing:0.025em;
}

.tt-years h3 span{
    font-size: 22px;
    display: block;
}

.tt-years h3 span.lh{
	line-height: 1.32;
}

.tt-years p{
    font-size: 14px;
	width: 338px;
    color: #000;
	line-height: 1.8571;
    margin-top: 173px;
    text-align: justify;
    text-justify: inter-ideograph;
	letter-spacing:0.05em;
	margin-left: auto;
}

@media screen and (max-width:767px) { 
    .tt-years .flexbox{
     display: block;
	width: 100%;
    max-width: 100%;
    padding: 0;
	 margin: 0 auto 0;
    }
	.tt-years .ph{
     width: 80%;
    }
.tt-years h3{
    font-size: 12px;
    margin:0;
	padding: 0;
    line-height: 1.4;
    text-align: center;
	width: 100%;
	letter-spacing:0.025em;
}
.tt-years h3.ls_sp{
	letter-spacing:-0.05em;
}
.tt-years h3 span{
    font-size: 15px;
	display:inline;
	padding-left: 10px;
}
.tt-years h3 span.lh{
	line-height: 1.4;
} 
	.tt-years p{
	width: 80%;
    margin: 0;
    } 
}

/* tt-years-area*/

.tt-years-area{
	width: 100%;
	background: #FFFFFF;
	padding: 23px 0 24px;
	margin:0;
	width:340px;
	text-align: left;
	letter-spacing: 0;
	font-size:18px;
	line-height:1.6667;
}
.tt-years-area:nth-child(3n){
	margin-right:0;
}

.tt-years-area .ph{
	padding: 20px 20px 20px 0;
}

.tt-years-area figure{
	width: 194px;
	margin:0 auto;
}

.tt-years-area figure img{
	width:100%;
}

.tt-years-area .txt{
	width: 280px;
    margin: -5px auto 0;
	font-size: 14px;
    color: #000;
	line-height: 2.14;
    text-align: justify;
    text-justify: inter-ideograph;
	letter-spacing:0.025em;
}

.tt-years-area .txt.ls2{
	letter-spacing:-0.03em;
}

.tt-years-area .txt.ls3{
	letter-spacing:-0.01em;
}

.tt-years-area .txt .ls5{
	letter-spacing:-0.07em;
}

.tt-years-area .txt .ls6{
	letter-spacing:-0.14em;
}

.tt-years-area .btn-box{
	width: 210px;
	margin:44px auto 0;
}
.tt-years-area .btn-box img{
	width:100%;
}

.tt-years-area .btn-box a{
    transition: all .5s;
}

.tt-years-area .btn-box a:hover{
    opacity: 0.7;
}

.tt-years-area p{
    margin:0 0 40px 0;
}

@media screen and (max-width:767px) { 
.tt-years-area{
	margin:0;
	padding: 8px 12px 10px 5px;
	margin:0 0 15px;
	width: 100%;
	text-align: left;
	letter-spacing: 0;
	font-size:18px;
	line-height:1.6667;	 
    }		
.tt-years-area:nth-child(3n){
  margin-right:0;
  margin-bottom: 0;
}

.flex_ttsp{
  display: flex;
  align-items: center;
}

.tt-years-area figure{
	width: 35%;
	height:auto;
	margin:0 auto;
	/*float:left;*/
	text-align:center;
}

.tt-years-area figure.pdtp{
	padding-top:3%;
}

.tt-years-area figure img{
	width:60%;
	height:auto;
}

.tt-years-area .txt{
	width: 61%;
	height:auto;
    margin: 0 auto 0;
	font-size: 11px;
	line-height: 1.6;
	letter-spacing:0em;
	/*float:right;*/
}
.tt-years-area .txt .ls5{
	letter-spacing:0;
	line-height: 1.5;
	display: inline-block;
}
.tt-years-area .txt .ls6{
	letter-spacing:0;
	line-height: 1.5;
	display: inline-block;
}
}

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

.lowTtlBl{
  text-align: center;
}
.lowTtlBl span{
	display: block;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.025em;
	border-bottom: 1px solid #E1002A;
	padding: 0 0 12px;
	color:#E1002A;
}

@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
	.inner {
    width: 1000px;
		margin: 0 auto;
	}
	.headWrap,.mainWrap,.footWrap {
    min-width: 1100px;
	}
  a{
    transition: 0.3s;
  }
  a:hover{
    opacity: 0.5;
  }
  .hoverBtn{
    position: relative;
    display: block;
    cursor: pointer;
  }
  .hoverBtn::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    opacity: 0;
    transition: 0.3s;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.inner {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

/*--------------------------------------------------------------------
フッター
--------------------------------------------------------------------*/
.footWrap{
  color: #fff;
  background: #000;
}
.footNav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 24px;
  letter-spacing: 0.1em;
}
.footNav a{
  color: #fff;
}
.footNav li{
  margin-left: 1.5em;
  margin-bottom: 8px;
  font-size: 14px;
}
.footNav .ttl{
  display: block;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
}
.footNav .topCont{
  padding-top: 1.2em;
}
.footNav .cate{
  margin-bottom: 13px;
  padding-top: 4px;
}
.footNav .low::before{
  content: "";
  display: inline-block;
  width: 9px;
  height: 10px;
  margin-right: 0.8em;
  background: url("../img/icon_arw.svg")no-repeat center center/contain;
}
.footNav section{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footNav ul:nth-of-type(2){
  margin-left: 108px;
}
.footNav .company{
  margin-left: 140px;
}
.footNav .company li:first-child{
  padding-bottom: 1.2em;
}
.footBtm{
  padding: 40px 0 30px;
  border-top: 1px solid rgba(255,255,255,0.8);
}
.footBtm .inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footCopy{
  padding-top: 13px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .footWrap {
	/*font-family: 'A+EqpB-游ゴシック体 Pr6N D','NoChattering';*/
  }
  .footNav{
    display: block;
    padding: 25px 15px;
  }
  .footNav li{
    margin-left: 0.8em;
    font-size: 12px;
    letter-spacing: 0;
  }
  .footNav .ttl{
    margin-bottom: 5px;
    font-size: 14px;
  }
  .footNav .cate{
    margin-bottom: 2px;
    padding-top: 6px;
  }
  .footNav .low::before{
    width: 7px;
    height: 8px;
    margin-right: 0.8em;
  }
  .footNav ul:nth-of-type(2){
    margin-left: 25px;
  }
  .footNav .company{
    margin-left: 0;
  }
  .footNav .company li:first-child img {
    width: 80%;
  }
  .footBtm{
    padding: 25px 0;
  }
  .footBtm img{
    width: 150px;
    height: auto;
  }
  .footCopy{
    padding-top: 0;
    font-size: 11px;
    text-align: right;
    line-height: 1.5;
  }
}


/*--------------------------------------------------------------------
brand
--------------------------------------------------------------------*/
.brand .reasonArea{
  overflow: hidden;
}
.brand .reasonArea .lowTtl{
  margin-bottom: 30px;
}
.brand .reasonArea .lowTtlBl{
  margin-bottom: 0;
}
.brand .reasonCont{
  width: 100%;
  /*max-width: 1400px;*/
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand .reasonCont .blc + .blc{
  padding-top: 18px;
}
.brand .reasonCont .mgtp2{
  padding-top: 29px;
}
.brand .reasonCont .detail{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /*padding-right: calc(50% - 500px);*/
}
.brand .reasonCont .detail figure{
  width: 450px;
  margin-right: 51px;
}
.brand .reasonCont .detail figure img{
  width: 100%;
}
.brand .reasonCont .detail p{
	margin-top: 92px;
	flex: 1;
	font-size: 14px;
	line-height: 2.1;
	text-align: left;
	letter-spacing: 0.05em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.brand .reasonCont .detail p.mgtp{
  margin-top: 45px;
  letter-spacing: 0.055em;
}
.brand .reasonCont .detail p.ls{
  letter-spacing: 0.06em;
}
.brand .reasonCont .detail span{
  display: block;
  /*min-height: 236px;*/
}
.brand .reasonCont .detail i{
  display: block;
  position: absolute;
  width: 450px;
  left: 482px;
}
.brand .reasonCont .detail i img{
  width: 100%;
}
.brand .reasonCont .blc:nth-child(2n) .detail{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 0;
  /*padding-left: calc(50% - 500px);*/
}
.brand .reasonCont .blc:nth-child(2n) .detail figure{
  margin-right: 0;
  margin-left: 49px;
}
.brand .reasonCont .blc:nth-child(2) .detail i{
  left: auto;
  right: 542px;
}
.brand .histoArea .lowTtl{
  margin-bottom: 20px;
}
.brand .histoLead{
  margin-bottom: 138px;
  padding: 18px 0 0;
}
.brand .histoLead p{
  text-align: center;
  font-size: 17px;
  line-height: 2.5;
}
.brand .histoLead p + p{
  padding-top: 38px;
}
.brand .histoArea .lowTtlBl{
  margin-bottom: 38px;
}
.brand .histoArea .lowTtlBl + p{
  margin-bottom: 38px;
  text-align: center;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .brand .leadArea{
    background-size: 60%;
    background-position: center 42%;
  }
  .brand .reasonArea .lowTtl{
    margin-bottom: 60px;
  }
  .brand .reasonArea .lowTtlBl{
    margin-bottom: 0;
  }
  .brand .reasonCont{
    margin: 0 auto;
  }
  .brand .reasonCont .blc + .blc{
    padding-top: 6px;
  }
  .brand .reasonCont .mgtp2{
  padding-top: 10px;
}
  .brand .reasonCont .detail{
    display: block;
    padding-right: 0;
  }
  .brand .reasonCont .detail figure{
    width: 50%;
    margin: 0 auto;
  }
  .brand .reasonCont .detail p{
    padding: 10px 0 0;
	margin-top: 0;
    margin-bottom: 0;
    position: relative;
    font-size: 12px;
    line-height: 1.8;
	letter-spacing:0;
  }
  .brand .reasonCont .detail p.mgtp{
    margin-top: 0;
  letter-spacing: 0.05em;
  }
  .brand .reasonCont .detail span{
    min-height: auto;
  }
  .brand .reasonCont .detail i,
  .brand .reasonCont .blc:nth-child(2n) .detail i,
  .brand .reasonCont .blc:nth-child(3n) .detail i{
    width: 180px;
    margin: auto;
    right: 0;
    left: 0;
    top: -30px;
    text-align: center;
  }
  .brand .reasonCont .blc:nth-child(3n) .detail i{
    top: -23px;
  }
  .brand .reasonCont .blc:nth-child(2n) .detail{
    padding-left: 0;
	padding-bottom: 10px;
  }
  .brand .reasonCont .blc:nth-child(2n) .detail figure{
    width: 50%;
    margin: 0 auto;
  }
  .brand .histoArea .lowTtl{
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .brand .histoLead{
    margin-bottom: 50px;
    padding: 22px 0 22px;
  }
  .brand .histoLead p{
    font-size: 12px;
    line-height: 2;
  }
  .brand .histoLead p + p{
    padding-top: 20px;
  }
  .brand .histoArea .lowTtlBl{
    margin-bottom: 20px;
  }
  .brand .histoArea .lowTtlBl + p{
    font-size: 13px;
  }
  .brand .histoDetail{
    padding: 40px 0 60px;
    background: #f0f0f0;
    text-align: center;
  }
  .brand .histoDetail .flow {
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .brand .histoDetail .flow::after {
    top: 80px;
  }
  .brand .histoDetail .flowInner::before,
  .brand .histoDetail .flowInner::after {
  	bottom: -74px;
  	left: 50%;
  	margin-left: -14px;
  }
  .brand .histoDetail .flowInner::before {
    transform: rotate(-65deg);
  	margin-left: -6px;
  }
  .brand .histoDetail .flowInner .flowBlock {
    width: 50%;
    font-size: 12px;
    padding-right: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
     -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -60px;
  }
  .brand .histoDetail .flow .flowBlock::before {
    position: absolute;
    content: '';
    top: 71px;
    right: 0;
    left: auto;
    width: 10px;
  }
  .brand .histoDetail .flow .flowBlock:nth-child(2n)::before {
    left: 0px;
    right: auto;
  }
  .brand .histoDetail .flow .flowBlock:nth-child(1)::before {
    width: 20px;
    right: -10px;
    top: 80px;
  }
  .brand .histoDetail .flow .flowBlock p {
    width: 100%;
    margin-top: 10px;
  }
  .brand .histoDetail .flow .flowBlock span {
    text-align: right;
    width: 50px;
  }
  .brand .histoDetail .flow .flowBlock img {
    margin-left: auto;
    width: 80px;
    height: 80px;
  }
  .brand .histoDetail .flow .flowBlock:nth-child(2n) {
    margin-left: auto;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 0;
  }
  .brand .histoDetail .flow .flowBlock:nth-child(2n) span {
    text-align: left;
  }
  .brand .histoDetail .flow .flowBlock:nth-child(2n) img {
    margin-right: auto;
    margin-left: 0;
  }

}

.lowTtl_reason {
    margin-bottom: 30px;
    background-color: #d2b432;
    width: 100%;
    padding: 0 15px 2px;
}

@media screen and (max-width: 767px) {
	.lowTtl_reason {
    margin-bottom: 70px;
    width: 100%;
    padding: 0 0 2px;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
	.reasonArea .reasonCont .lowTtlBl span {
    font-size: 16px;
    letter-spacing: 0;
	padding: 0 0 5px;
}
}


/*========= ページネーションCSS ===============*/

.pagination {
	position:fixed;
	right:20px;
	top: 50%;
  	transform: translateY(-50%);
	font-size:1em;
	z-index: 10;
	list-style: none;
}

.pagination a {
	display:block;
	height:20px;
	margin-bottom:5px;
	color:#fff;
	position:relative;
	padding:4px;
}

.pagination a.active:after {
	box-shadow:inset 0 0 0 5px;
}

.pagination a .hover-text {
	position:absolute;
	right:15px;
	top:0;
	opacity:0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	padding-right: 15px;
}

.pagination a:hover .hover-text {
	opacity: 1;
}

.pagination a:after {
	-webkit-transition:box-shadow 0.5s ease;
	transition:box-shadow 0.5s ease;
	width:10px;
	height:10px;
	display: block;
	border:1px solid;
	border-radius:50%;
	content:'';
	position: absolute;
	margin:auto;
	top:0;
	right:3px;
	bottom:0;
}

@media screen and (max-width:767px) { 
	.pagination a .hover-text{
		display: none;
	}	
}

/*スライダー#box2*/

/* 全体のスタイル */
#box2 .swiper-wrapper {
	width: 100%;
	height: auto;
    margin-bottom: 115px;
}
/* 全スライド共通スタイル */
#box2 .swiper-slide {
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 250px;
}

@media screen and (max-width:767px) {
	#box2 .swiper-wrapper {
	width: 100%;
	height: auto;
    margin-bottom: 0;
} 
#box2 .swiper-slide {
	line-height: 0;
}
}

/* 全体のスタイル */
#box2 .swiper-pagination-bullet {
	width: 39px;
	height: 35px;
	border-radius: 0%;
	background: #FFF;
	opacity: 1;
}

#box2 .swiper-pagination-bullet:first-child {background: url('../img/page01.svg'); background-size: cover;}
#box2 .swiper-pagination-bullet:nth-of-type(2),
#box2 .swiper-pagination-bullet:nth-of-type(3),
#box2 .swiper-pagination-bullet:nth-of-type(4),
#box2 .swiper-pagination-bullet:nth-of-type(5),
#box2 .swiper-pagination-bullet:nth-of-type(6),
#box2 .swiper-pagination-bullet:nth-of-type(7),
#box2 .swiper-pagination-bullet:nth-of-type(8),
#box2 .swiper-pagination-bullet:nth-of-type(9),
#box2 .swiper-pagination-bullet:nth-of-type(10),
#box2 .swiper-pagination-bullet:nth-of-type(11),
#box2 .swiper-pagination-bullet:nth-of-type(12),
#box2 .swiper-pagination-bullet:nth-of-type(13){background: url('../img/page00.svg'); background-size: cover;}
#box2 .swiper-pagination-bullet:nth-of-type(14){background: url('../img/page14.svg'); background-size: cover;}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4.4px;
}

/* 現在のスライドのスタイル */
#box2 .swiper-pagination-bullet-active {
	width: 39px;
	height: 35px;
	border-radius: 0%;
}

#box2 .swiper-pagination-bullet-active:first-child {background: url('../img/page01ac.svg'); background-size: cover;}
#box2 .swiper-pagination-bullet-active:nth-of-type(2),
#box2 .swiper-pagination-bullet-active:nth-of-type(3),
#box2 .swiper-pagination-bullet-active:nth-of-type(4),
#box2 .swiper-pagination-bullet-active:nth-of-type(5),
#box2 .swiper-pagination-bullet-active:nth-of-type(6),
#box2 .swiper-pagination-bullet-active:nth-of-type(7),
#box2 .swiper-pagination-bullet-active:nth-of-type(8),
#box2 .swiper-pagination-bullet-active:nth-of-type(9),
#box2 .swiper-pagination-bullet-active:nth-of-type(10),
#box2 .swiper-pagination-bullet-active:nth-of-type(11),
#box2 .swiper-pagination-bullet-active:nth-of-type(12),
#box2 .swiper-pagination-bullet-active:nth-of-type(13){background: url('../img/page00ac.svg'); background-size: cover;}
#box2 .swiper-pagination-bullet-active:nth-of-type(14){background: url('../img/page14ac.svg'); background-size: cover;}

@media screen and (max-width:767px) { 
#box2 .swiper-pagination-bullet {
	width: 30px;
	height: 28px;/
	border-radius: 0%;
	background: #FFF;
	opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 -0.25em;
}
#box2 .swiper-pagination-bullet-active {
	width: 30px;
	height: 28px;
	border-radius: 0%;
}

#box2 .swiper-pagination-bullet:first-child {background: url('../img/page01_sp.svg') no-repeat; background-size: contain;}
#box2 .swiper-pagination-bullet:nth-of-type(2),
#box2 .swiper-pagination-bullet:nth-of-type(3),
#box2 .swiper-pagination-bullet:nth-of-type(4),
#box2 .swiper-pagination-bullet:nth-of-type(5),
#box2 .swiper-pagination-bullet:nth-of-type(6),
#box2 .swiper-pagination-bullet:nth-of-type(7),
#box2 .swiper-pagination-bullet:nth-of-type(8),
#box2 .swiper-pagination-bullet:nth-of-type(9),
#box2 .swiper-pagination-bullet:nth-of-type(10),
#box2 .swiper-pagination-bullet:nth-of-type(11),
#box2 .swiper-pagination-bullet:nth-of-type(12),
#box2 .swiper-pagination-bullet:nth-of-type(13){background: url('../img/page00_sp.svg') no-repeat; background-size: contain;}
#box2 .swiper-pagination-bullet:nth-of-type(14){background: url('../img/page14_sp.svg') no-repeat; background-size: contain;}

#box2 .swiper-pagination-bullet-active:first-child {background: url('../img/page01ac_sp.svg') no-repeat; background-size: contain;}
#box2 .swiper-pagination-bullet-active:nth-of-type(2),
#box2 .swiper-pagination-bullet-active:nth-of-type(3),
#box2 .swiper-pagination-bullet-active:nth-of-type(4),
#box2 .swiper-pagination-bullet-active:nth-of-type(5),
#box2 .swiper-pagination-bullet-active:nth-of-type(6),
#box2 .swiper-pagination-bullet-active:nth-of-type(7),
#box2 .swiper-pagination-bullet-active:nth-of-type(8),
#box2 .swiper-pagination-bullet-active:nth-of-type(9),
#box2 .swiper-pagination-bullet-active:nth-of-type(10),
#box2 .swiper-pagination-bullet-active:nth-of-type(11),
#box2 .swiper-pagination-bullet-active:nth-of-type(12),
#box2 .swiper-pagination-bullet-active:nth-of-type(13){background: url('../img/page00ac_sp.svg') no-repeat; background-size: contain;}
#box2 .swiper-pagination-bullet-active:nth-of-type(14){background: url('../img/page14ac_sp.svg') no-repeat; background-size: contain;}
}


/*スライダー#box5*/

/* Swiper本体 */
#box5 .swiper-container {
	width: calc(100% - 100px);
	padding-bottom: 50px;
	box-sizing: content-box;
}
/* 前・次スライドボタンの縦位置調整（スライドの高さの中央に合わせる） */
#box5 .swiper-button-prev, .swiper-button-next {
	top: calc((100% - 50px) * 0.5);
	margin-top: -22px;
}

/* 全体のスタイル */
#box5 .swiper-wrapper {
	width: 100%;
	height: auto;
}
/* 全スライド共通スタイル */
#box5 .swiper-slide {
	color: #000;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 250px;
}

/*ページネーション*/
#box5 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 16px;
    left: 0;
    width: 100%;
}
#box5 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 18px;
}

/* 全体のスタイル */
#box5 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #FFFFFF;
	opacity: 1;
}

/* 現在のスライドのスタイル */
#box5 .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #e0002a;
}

#box5 .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
#box5 .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

#box5 .swiper-button-next {
    position: absolute;
    top: 50%;
	right: 24px;
    width: 12px;
    height: 22px;
    margin-top: -47px;
    z-index: 10;
    cursor: pointer;
    background-size: 12px 22px;
    background-position: center;
    background-repeat: no-repeat;
}

#box5 .swiper-button-prev {
    position: absolute;
    top: 50%;
	left: 24px;
    width: 12px;
    height: 22px;
    margin-top: -47px;
    z-index: 10;
    cursor: pointer;
    background-size: 12px 22px;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width:767px) {
	#box5 .swiper-container {
	width: 100%;
	padding-bottom: 50px;		/* ページネーション・スクロールバー分の余白50pxを下に取る */
	box-sizing: content-box;
}
 
    #box5 .swiper-button-prev {
		display:none;
}
    #box5 .swiper-button-next {
		display:none;
}
#box5 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #FFFFFF;
	opacity: 1;
}
#box5 .swiper-pagination-bullet-active {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #e0002a;
}
}


/*ムービー*/
.movie {
  position: relative;
  padding: 0;
}
  
@media screen and (min-width: 1200px) {
  .movie {
	position: relative;
    padding: 0;
  }
}

.movie .m_inner {
  /*max-width: 1090px;*/
  max-width: 300px;
}

@media screen and (max-width: 834px) {
  .movie .m_inner {
    padding: 0;
    /*max-width: 176px;*/
    max-width: 190px;
  }
}

.movie .img {
  /*border-radius: 50px 50px 0 0;*/
  overflow: hidden;
  position: relative;
  height: 0;
}

@media screen and (min-width: 609px) {
  .movie .img {
    padding-top: 92.1%;
  }
}

@media screen and (max-width: 609px) {
  .movie .img {
    padding-top: 153%;
  }
}

@media screen and (min-width: 1201px) {
  .movie .img {
    height: 100vh;
    padding-top: 0;
  }
}

@media screen and (max-width: 834px) {
  .movie .img {
    /*border-radius: 25px;*/
  }
}

.movie .img video {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

@media screen and (min-width: 1201px) {
  .movie .img video {
    height: 100vh;
    width: 100%;
  }
}

.movie .mv-content {
  /*position: absolute;
  top: 182px;
  left: 0;
  right: 0;*/
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%); 
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);  
}

@media screen and (max-width: 1024px) {
  .movie .mv-content {
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);			
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
  }
}

@media screen and (max-width: 834px) {
  .movie .mv-content {
    position: absolute;
    top: 26%;
    -webkit-transform: translateY(-26%);
    -ms-transform: translateY(-26%);
    transform: translateY(-26%);	
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.movie .mv-ttl {
  max-width: 300px;
  width: 100%;
}

.movie .mv-ttl img {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .movie .mv-ttl {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .movie .mv-ttl {
    max-width: 190px;
  }
  
  .movie .mv-ttl img {
    width: 100%;
  }
}






