@charset "UTF-8";
body{
	font-size: 14px;
	color: #333;
	line-height: 1.5;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #394928;
}
html {
    margin-top: 0;
}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd{margin: 0px;padding: 0px;font-size: 14px;}
li{list-style-type: none;}
table{border-collapse: collapse;}
a:link,a:visited{cursor: pointer;color: #333;text-decoration: none;}
a{transition: opacity .4s cubic-bezier(.210, .60, .350, 1);}
img{vertical-align: top;border: 0;max-width: 100%;height: auto;}
a img{vertical-align: bottom;-webkit-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;transition: opacity .2s cubic-bezier(.210, .60, .350, 1);}
input {-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;}
input[type="text"] {line-height: 1.5;}
button {-webkit-appearance: none;-moz-appearance: none;appearance: none;padding: 0;border: none;background-color: transparent;cursor: pointer;transition: .1s linear;}
select {box-sizing: border-box;white-space: nowrap;}
.spOnly{display: none;}
@media only screen and (max-width:767px) {
.pcOnly{display: none;}
.spOnly{display: block;}
}
#wrap{
	position: relative;
}
footer {
  margin-top: 0!important;
}
/* header */
header{
  position: relative;
	overflow: hidden;
	height: 120px!important;
	box-sizing: border-box;
	padding: 40px!important;
	background: #394928!important;
}
header p{
	float: left;
	width: 350px;
}
header ul{
	display: table;
	float: right;
}
header ul li{
	display: table-cell;
	vertical-align: middle;
	padding-left: 60px;
}
header ul li:first-child{
	padding-left: 0;
}
header ul li a{
	display: block;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
header ul li a:hover{
	opacity: .7;
}
header a img{
  vertical-align: bottom!important;
}
#outline,#pageTop{display: none;}
@media only screen and (max-width:1200px) {
header p{
	width: 300px;
}
header ul li{
	padding-left: 30px;
}
header ul li a{
	font-size: 13px;
}
}
@media only screen and (max-width:1000px) {
header p{
	width: 250px;
}
header ul li{
	padding-left: 20px;
}
header ul li a .spOnly{
	display: block;
}
}
@media only screen and (max-width:767px) {
header{
	height: auto!important;
	padding: 20px 0 10px!important;
	border-bottom: 1px solid #fff;
	margin-bottom: 40px;
}
header p{
	float: none;
	width: 250px;
	margin: 0 auto;
}
header ul{
	display: table;
	width: 100%;
	float: none;
	margin-top: 20px;
}
header ul li{
	padding: 0;
}
header ul li a{
	font-size: 11px;
	line-height: 1.2;
}
}


/* main */
#main{
	position: relative;
	z-index: 2;
}
#main .inner{
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	max-width: 1440px;
	padding-left: 300px;
	box-sizing: border-box;
}
#main h1{
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	color: #fff;
	font-feature-settings: "palt";
	line-height: 1.2;
}
#main h1 span{
	font-size: 40px;
}
#main h1 strong{
	font-size: 76px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}
#main .img{
	position: relative;
	z-index: 1;
	float: right;
}
#main .img a{
	display: block;
	position: relative;
}
#main .img a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	opacity: 0;
	transition: opacity .4s cubic-bezier(.210, .60, .350, 1);
}
#main .img a:hover::before{
	opacity: 1;
}
#main .img .play{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
}
#main .img .play img{
	display: block;
	width: 92px;
	margin: 0 auto;
}
#main .img .play strong{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-top: 5px;
}
@media only screen and (max-width:1180px) {
#main h1 span{
	font-size: 30px;
}
#main h1 strong{
	font-size: 60px;
}
}
@media only screen and (max-width:880px) {
#main h1 span{
	font-size: 26px;
}
#main h1 strong{
	font-size: 50px;
}
}
@media only screen and (max-width:767px) {
#main .inner{
	padding-left: 0;
}
#main .img{
	float: none;
}
#main h1{
	position: relative;
	left: 0;
	top: 0;
	transform: translateY(0);
	text-align: center;
	margin-bottom: 10px;
}
#main h1 span{
	font-size: 20px;
}
#main h1 strong{
	font-size: 40px;
}
#main .img .play img{
	width: 60px;
}
#main .img .play strong{
	font-size: 16px;
}
}


/* section */
section .ttl{
	text-align: center;
}
section .ttl p{
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	line-height: 1.2;
}
section .ttl h2{
	font-size: 18px;
	line-height: 1.2;
	margin-top: 8px;
}
section .ttl h2:first-child{
	font-size: 40px;
	margin-top: 0;
}
@media only screen and (max-width:767px) {
section .ttl p{
	font-size: 36px;
}
section .ttl h2{
	font-size: 14px;
	margin-top: 8px;
}
section .ttl h2:first-child{
	font-size: 24px;
}
}


/* concept */
#concept{
	position: relative;
	z-index: 1;
	background-image: url("bgi_concept_01.jpg");
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 170px 40px 140px;
	margin-top: -60px;
}
#concept .ttl{
	color: #fff;
}
#concept > p{
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 2.4;
	margin-top: 40px;
}
@media only screen and (max-width:767px) {
#concept{
	padding: 60px 20px;
	margin-top: 0;
}
#concept > p{
	font-size: 14px;
	line-height: 2;
	margin-top: 30px;
	text-align: left;
}
}


/* point */
#point{
	background: #fff;
	padding: 80px 0;
}
#point > p{
	text-align: center;
	font-size: 18px;
	line-height: 2;
	margin-top: 40px;
}
#point .box{
	font-size: 0;
	max-width: 1440px;
	margin: 60px auto 0;
}
#point .box .pointTtl{
	position: relative;
	padding-left: 120px;
}
#point .box .pointTtl .point{
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	border: 4px solid #333;
	text-align: center;
	padding-top: 12px;
}
#point .box .pointTtl .point span,
#point .box .pointTtl .point strong{
	display: block;
	font-family: 'Oswald', sans-serif;
	line-height: 1;
}
#point .box .pointTtl .point span{
	font-size: 19px;
}
#point .box .pointTtl .point strong{
	font-size: 46px;
}
#point .box .pointTtl h3{
	font-size: 36px;
	line-height: 1.3;
}
#point .box .txt{
	display: inline-block;
	vertical-align: middle;
	width: 52.28%;
	box-sizing: border-box;
	padding: 0 80px 0 150px;
}
#point .box .txt p{
	font-size: 18px;
	line-height: 2;
	margin-top: 30px;  
}
#point .box .img{
	display: inline-block;
	vertical-align: middle;
	width: 47.72%;
}
#point .box .col2{
	font-size: 0;
	margin-top: 40px;
}
#point .box .col2 .col{
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-right: 6%;
}
#point .box .col2 .col:nth-child(2n){
	margin-right: 0;
}
#point .box .col2 .col img{
	display: block;
	width: 270px;
	margin: 0 auto;
}
#point .box .col2 .col h4{
	font-size: 18px;
	margin-top: 30px;
}
#point .box .col2 .col p{
	font-size: 18px;
	line-height: 2;
	margin-top: 10px;
}
/* box2-3 */
#point #box2,
#point #box3{
	max-width: 1140px;
	padding: 0 40px;
	margin: 100px auto 0;
}
#point #box2 .img,
#point #box3 .img,
#point #box2 .txt,
#point #box3 .txt{
  display: block;
  width: 100%;
  padding: 0!important;
}
#point #box2 .txt p,
#point #box3 .txt p{
  margin-top: 20px;
}
#point #box3 .txt p{
  font-feature-settings: "palt";
}
#point #box2 .pointTtl,
#point #box3 .pointTtl{
  height: 100px;
  display: flex;
  align-items: center;
}
#point #box2 .img ul{
  display: flex;
  margin-top: 30px;
}
#point #box2 .img li{
  margin-right: 25px;
}
#point #box2 .img li:last-child{
  margin-right: 0;
}
#point #box2 .img li span{
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  display: block;
}
#point #box3 .img ul{
  display: flex;
  flex-wrap: wrap;
}
#point #box3 .img li{
  margin-right: 1.75%;
  max-width: 212px;
  width: 18.6%;
  text-align: center;
  margin-top: 30px;
}
#point #box3 .img li p{
  margin-top: 10px;
}
#point #box3 .img li:nth-child(5n){
  margin-right: 0;
}
#point #box3 .img li span{
  font-weight: bold;
  display: block;
}
#point #box3 .img li .img{
  margin: 0 auto;
}
@media only screen and (max-width:1180px) {
#point .box .txt{
	padding: 0 50px;
}
}
@media only screen and (max-width:1000px) {
#point .box{
	padding: 0 40px;
}
#point .box .txt{
	display: block;
	width: 100%;
	padding: 0;
}
#point .box .img{
	display: block;
	width: 100%;
	margin: 30px auto 0;
}
#box1 .img{
  text-align: center;
}
}
@media only screen and (max-width:767px) {
#point{
	padding: 60px 20px;
}
#point > p{
	text-align: left;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 30px;
}
#point .box{
	padding: 0;
	margin: 40px auto 0;
}
#point .box .pointTtl{
	padding-left: 0;
	text-align: center;
}
#point .box .pointTtl .point{
	position: relative;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	padding-top: 12px;
}
#point .box .pointTtl .point span{
	font-size: 14px;
}
#point .box .pointTtl .point strong{
	font-size: 32px;
}
#point .box .pointTtl h3{
	font-size: 22px;
	margin-top: 20px;
}
#point .box .txt p{
	font-size: 14px;
	line-height: 1.8;
	margin-top: 20px;
}
#point .box .img{
	margin: 30px auto 0;
}
#point .box .col2 .col{
	display: block;
	width: 100%;
	margin: 20px 0 0 0;
}
#point .box .col2 .col img{
	width: 200px;
}
#point .box .col2 .col h4{
	font-size: 14px;
	margin-top: 20px;
}
#point .box .col2 .col p{
	font-size: 14px;
	line-height: 1.8;
	margin-top: 10px;
}

/* box2-3 */
#point #box2,
#point #box3{
	padding: 0;
	margin: 40px auto 0;
}
#point #box2 .pointTtl,
#point #box3 .pointTtl{
  height: auto;
  padding-left: 0;
  display: block;
  text-align: center;
} 
#point #box2 .img ul{
  flex-wrap: wrap;
}
#point #box2 .img li{
  margin-right: 0;
  margin-bottom: 20px;
}
#point #box2 .img li span{
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}
#point #box3 .img li{
  margin-right: 0;
  max-width: none;
  width: 50%;
  padding-right: 5px;
  box-sizing: border-box;
  margin-top: 15px;
  height: auto;
}
#point #box3 .img li .img{
  position: relative;
  width: 100%;
  padding-top: 100%!important;
}
#point #box3 .img li .img img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top;
}
#point #box3 .img li:nth-child(even){
  padding-left: 5px;
  padding-right: 0;
}
#point #box3 .img li:first-child,
#point #box3 .img li:nth-child(2){
  margin-top: 0;
}
#point #box3 .img li p{
  margin-top: 5px;
  font-size: 12px;
}
}


/* making */
#making{
  background: #fff;
  padding: 90px 40px 100px;
  text-align: center;
}
#making .ttl + p {
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
}
#making .img {
  margin-top: 30px;
}
#making .img a {
  display: inline-block;
  position: relative;
}
#making .img a:hover {
  opacity: .7;
}
#making .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
}
@media only screen and (max-width:767px) {
#making{
  padding: 60px 20px;
}
#making .ttl + p {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}
#making .img {
  margin-top: 20px;
}
#making .img .play {
  width: 60px;
}
}


/* variation */
#variation{
  background: #ebece9;
  padding: 90px 40px 100px;
  text-align: center;
}
#variation .ttl + p {
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
}
#variation .img ul {
  display: flex;
  max-width: 1140px;
  margin: 40px auto 0;
}
#variation .img li{
  max-width: 550px;
}
#variation .img li span{
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  display: block;
  font-feature-settings: "palt";
  margin-top: 20px;
}
#variation .img li:first-child{
  margin-right: 40px;
}
#variation .img a {
  display: inline-block;
  position: relative;
}
#variation .img a:hover {
  opacity: .7;
}
#variation .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
}
@media only screen and (max-width:767px) {
#variation{
  padding: 60px 20px;
  text-align: left;
}
#variation .ttl + p {
  font-size: 14px;
  line-height: 1.8;
}
#variation .img ul {
  flex-wrap: wrap;
  margin: 0 auto;
}
#variation .img li{
  max-width: 100%;
  margin-top: 20px;
}
#variation .img li span{
  font-size: 16px;
  margin-top: 10px;
}
#variation .img li:first-child{
  margin-right: 0;
}
#variation .img .play {
  width: 60px;
}
}

/* bnr */
section .bnr{
	overflow: hidden;
	margin-top: 40px;
}
section .bnr a{
	position: relative;
	float: left;
	display: table;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 20px 0;
	height: 340px;
	background: #000;
	color: #fff;
	background-size: cover;
	background-position: center;
}
section .bnr a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	opacity: 0;
	transition: opacity .4s cubic-bezier(.210, .60, .350, 1);
}
section .bnr a:hover::before{
	opacity: 1;
}
section .bnr02 a{
	width: 50%;
}
section .bnr03 a{
	width: 33.333%;
}
section .bnr a.bnr1{
	background-image: url("bgi_bnr_01.jpg");
}
section .bnr a.bnr2{
	background-image: url("bgi_bnr_02.jpg");
}
section .bnr a.bnr3{
	background-image: url("bgi_bnr_03.jpg");
}
section .bnr a.bnr4{
	background-image: url("bgi_bnr_04.jpg");
}
section .bnr a.bnr5{
	background-image: url("bgi_bnr_05.jpg");
}
section .bnr a .txt{
	position: relative;
	z-index: 1;
	display: table-cell;
	vertical-align: middle;
}
section .bnr a .txt h3{
	text-align: center;
	font-size: 20px;
}
section .bnr a.bnr4 .txt h3{
	text-align: center;
	font-size: 16px;
}
section .bnr a .txt h3 img{
	display: block;
	margin: 0 auto 5px;
}
section .bnr a .txt .more{
	font-size: 13px;
	font-weight: bold;
	margin-top: 25px;
}
section .bnr a .txt .more::after{
	content: "";
	position: relative;
	top: -2px;
	margin-left: 5px;
	display: inline-block;
	width: 17px;
	height: 6px;
	background-image: url("icon_arrow_01.svg");
}
section .bnr a.bnr4 .txt h3{
	text-align: center;
	font-size: 16px;
}
@media only screen and (max-width:767px) {
section .bnr{
	margin-top: 30px;
}
section .bnr a{
	float: none;
	padding: 15px 20px 0;
	height: 200px;
	margin: 2px 0 0 0;
}
section .bnr02 a{
	width: 100%;
}
section .bnr03 a{
	width: 100%;
}
section .bnr a .txt h3{
	font-size: 16px;
}
section .bnr a.bnr4 .txt h3{
	font-size: 14px;
}
section .bnr a.bnr1 .txt h3 img,
section .bnr a.bnr2 .txt h3 img{
	width: 200px;
}
section .bnr a.bnr3 .txt h3 img{
	width: 250px;
}
section .bnr a.bnr4 .txt h3 img{
	width: 130px;
}
section .bnr a .txt .more{
	margin-top: 10px;
}
}


/* ms */
#ms{
	background: #ebece9;
	padding: 100px 0 0;
}
#making + #variation + #ms{
	background: #e8eaef;
}
#ms > p{
	text-align: center;
	font-size: 18px;
	line-height: 2;
	margin-top: 30px;
}
@media only screen and (max-width:767px) {
#ms{
	padding: 60px 0 0;
}
#ms > p{
	text-align: left;
	font-size: 14px;
	line-height: 1.8;
	margin: 30px 20px 0;
}
}


/* topBtn */
#topBtn{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 90px;
	height: 60px;
	cursor: pointer;
	background: #000;
	transition: background 0.2s;
}
#topBtn:hover{
	background: #666;
}
#topBtn::after{
  content: "";
  display: block;
  position: absolute;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
  top: 50%;
	left: 50%;
  width: 16px;
  height: 16px;
	margin-top: 6px;
	transform: translate(-50%,-50%) rotate(-45deg);
}
@media screen and (max-width: 750px) {
#topBtn {
	width: 40px;
	height: 40px;
}
#topBtn::after{
  width: 10px;
  height: 12px;
	margin-top: 4px;
}
}

/* modal */
.modal{
	display:none;
	position:fixed;
	z-index:100;
  width:100%;
  height:100%;
  top:0;
  left:0;
	text-align:center;
	box-sizing:border-box;
	padding:0 20px;
}
.modal .bg{
	position:fixed;
  top:0;
  left:0;
  z-index:1;
  background:#000;
  width:100%;
  height:100%;
	opacity:0.8;
}
.modal .modalInner{
	position:relative;
	z-index:11;
  top:50%;
  left:0;
	max-width:600px;
	-webkit-transform:translateY(-50%);
  transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	box-sizing:padding-box;
	margin:0 auto;
}
.modal .modalBox{
	position:relative;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:left;
}
.modal .modalBox .modalClose{
	position:absolute;
	right:-50px;
	top:-13px;
	display:block;
	width:50px;
	height:50px;
	font-size:0;
	ppacity:1 !important;
}
.modal .modalBox .modalClose::before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  margin-top: -1px;
  margin-left: -15px;
  background: #fff;
  transform: rotate(-45deg);
}
.modal .modalBox .modalClose::after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  margin-top: -1px;
  margin-left: -15px;
  background: #fff;
  transform: rotate(45deg);
}
.modal.min{
	overflow-y:scroll;
}
.modal.min .modalInner{
	top:0;
	-webkit-transform:translateY(0);
  transform:translateY(0);
	-ms-transform:translateY(0);
	margin-top:30px;
	margin-bottom:30px;
}
.modal .modalInner{
	display:block;
	max-width:900px;
	margin:0 auto;
}
.movie{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.movie iframe{
	display:block;
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
@media screen and (max-width: 767px) {
.modal .modalBox .modalClose{
	right:-5px;
	top:-30px;
	width:30px;
	height:30px;
}
.modal .modalBox .modalClose::before{
  width: 20px;
  margin-left: -10px;
}
.modal .modalBox .modalClose::after{
  width: 20px;
  margin-left: -10px;
}
}
