@charset "UTF-8";

html{
	width:100%;
}
body{
	/* font-size:small; */
	/* font:x-small; */
	font-size:14px;
	color:#333333;
	line-height:1.2;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	width:100%;
	margin:0px;
	padding:0px;
	-webkit-text-size-adjust:100%;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:100;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:200;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:300;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:400;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Bold");
  font-weight:bold;
}
.wrap{
	text-align:left;
	overflow:hidden;
}
.wrap a{
	cursor:pointer;
	color:#333!important;
	text-decoration:none;
	transition: opacity 0.2s ease-out;
}
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{
	cursor:pointer;
	color:#333;
	text-decoration:none;
	transition: opacity 0.2s ease-out;
}
a:hover{
  opacity: .7;
	text-decoration:none;
}
a{
	-webkit-tap-highlight-color:transparent;
}
img{
	vertical-align:top;
	max-width:100%;
	height:auto;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
a img{
	vertical-align:bottom;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
input, 
textarea, 
select,
button,
label{
  outline:none;
	-webkit-tap-highlight-color:transparent;
}
:focus {
	outline: 0;
  border-color: orange;
}
.spOnly{
  display: none;
}
#wrap{
  overflow:hidden;
}
@media screen and (max-width: 750px) {
.spOnly{
  display: block;
}
.pcOnly{
  display: none;
}
#msContact {
  margin-top: 0;
}
}


/* main
-----------------------------------------------*/
#main{
  background: #f4efe7;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
}
#main .txt{
  position: absolute;
  z-index: 3;
  bottom: -80px;
  left: 0;
  background: #9DB471;
  padding: 40px 40px 40px 60px;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.5;
}
#main .txt p{
  font-size: 18px;
}
#main .txt h1{
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
#main .slideArea{
  position: relative;
}
#mainSlider{
	position: static;
	z-index: 1;
	height: 100%;
	max-width: 1276px;
	margin: 0 auto;
	opacity: 0;
	transition: opacity .5s cubic-bezier(.210, .60, .350, 1);
}
#mainSlider.slick-initialized{
	opacity: 1;
}
#mainSlider li{
	padding: 0 2px;
}
#mainSlider .spOnly{
	display: none;
}
#mainSlider .slick-next,
#mainSlider .slick-prev{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80px;
	height: 24px;
	font-size: 0;
	z-index: 1;
	background: rgba(0,26,44,0.5);
	padding: 0;
	border: none;
	cursor: pointer;
	transition: background .3s cubic-bezier(.210, .60, .350, 1), opacity .8s cubic-bezier(.210, .60, .350, 1);
}
#mainSlider .slick-next:hover,
#mainSlider .slick-prev:hover{
	background: #FBB03B;
}
#mainSlider .slick-next{
	right: 0;
}
#mainSlider .slick-prev{
	left: 0;
}
#mainSlider .slick-arrow::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	box-sizing: border-box;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}
#mainSlider .slick-next::before{
	right: 12px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#mainSlider .slick-prev::before{
	left: 12px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 750px) {
  #main{
    padding: 0;
  }
	#mainSlider .spOnly{
		display: block;
		width: 100%;
		height: auto;
	}
	#mainSlider .pcOnly{
		display: none;
	}
	#mainSlider .slick-next,
	#mainSlider .slick-prev{
		width: 44px;
		height: 48px;
	}
	#mainSlider .slick-arrow::before{
		width: 6px;
		height: 6px;
	}
	#mainSlider .slick-prev::before{
		left: 20px;
	}
	#mainSlider .slick-next::before{
		right: 19px;
	}
  
#mainSlider li{
	padding: 0;
}
#main .txt{
  position: sticky;
  padding: 20px;
}
#main .txt p{
  font-size: 14px;
}
#main .txt h1{
  font-size: 24px;
}
}


/* section
-----------------------------------------------*/
section .inner{
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
section h2{
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
section h2 span{
  display: block;
  font-size: 80px;
	font-family: 'Oswald', sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}
section h2 span > span{
  display: inline-block;
}
@media screen and (max-width: 750px) {
  section h2{
    font-size: 14px;
    margin-bottom: 20px;
  }
  section h2 span{
    font-size: 50px;
    margin-bottom: 2px;
  }
}

/* movie
-----------------------------------------------*/
#movie{
  background: #f4efe7;
  position: relative;
}
#movie::before{
  position: absolute;
  content: "";
  display: block;
  background: url("../img/img_block_01.svg")no-repeat;
  width: 120px;
  height: 90px;
  top: 30px;
  right: 0;
}
#movie::after{
  position: absolute;
  content: "";
  display: block;
  background: url("../img/img_block_02.svg")no-repeat;
  width: 120px;
  height: 90px;
  bottom: -70px;
  left: 0;
}
#movie .inner{
  max-width: 1120px;
  padding: 150px 40px 100px;
}
#movie h2 span > span{
  color: #9db471;
}
#movie ul{
  display: flex;
}
#movie li:first-child{
  margin-right: 40px;
}
#movie li p{
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}
#movie li a{
  position: relative;
  display: inline-block;
}
#movie li a .play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
}
#movie li a .play img{
	display: block;
	width: 80px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #movie::before{
    width: 40px;
    height: 30px;
    top: 20px;
  }
  #movie::after{
    width: 50px;
    height: 36px;
    bottom: 0;
  }
  #movie .inner{
    padding: 40px 20px;
  }
  #movie ul{
    flex-wrap: wrap;
    justify-content: center;
  }
  #movie li:first-child{
    margin-right: 0;
    margin-bottom: 20px;
  }
  #movie li p{
    font-size: 16px;
    margin-top: 10px;
  }
  #movie li a .play img{
    width: 60px;
  }
}

/* story
-----------------------------------------------*/
#story{
  background: #f4efe7;
}
#story .inner{
  max-width: 1440px;
  padding: 20px 0 0;
  position: relative;
  top: 60px;
  display: flex;
}
#story h2 {
  text-align: left;
}
#story h2 span > span{
  color: #fbb03b;
}
#story .txt{
  box-sizing: border-box;
  word-break: auto-phrase;
  width: 47.78%;
  padding: 40px 40px 0 140px;
  text-align: left;
}
#story .txt p{
  font-size: 18px;
  line-height: 2;
}
#story .txt p + p{
  margin-top: 30px;
}
#story .img {
  position: relative;
}
#story .img02 {
  max-width: 750px;
  width: 100%;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
}
@media screen and (max-width: 1300px) {
  #story .txt{
    padding: 40px 40px 0 100px;
  }
}
@media screen and (max-width: 1220px) {
  #story .txt{
    padding: 0 10px 40px 40px;
    width: 50%;
  }
  #story .img{
    width: 50%;
  }
  #story .txt p{
    font-size: 16px;
  }
  #story .txt p + p{
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  #story .inner{
    flex-wrap: wrap;
    padding: 0 20px;
    top: 20px;
  }
  #story h2 {
    text-align: center;
  }
  #story .txt{
    width: 100%;
    padding: 0;
  }
  #story .txt p{
    font-size: 14px;
    line-height: 1.75;
  }
  #story .txt p + p{
    margin-top: 15px;
  }
  #story .img {
    top: 20px;
    width: 100%;
  }
}

/* character
-----------------------------------------------*/
#character{
  position: relative;
}
#character::before{
  position: absolute;
  content: "";
  display: block;
  background: url("../img/img_block_04.svg")no-repeat;
  width: 90px;
  height: 60px;
  top: 60px;
  left: 0;
}
#character .inner{
  max-width: 1210px;
  padding: 120px 40px;
}
#character h2 span > span{
  color: #9db471;
}
#character .col2{
  display: flex;
  justify-content: space-between;
}
#character .col2 li{
  text-align: center;
  max-width: 495px;
  width: 100%;
  word-break: auto-phrase;
}
#character .col2 li:first-child{
  margin-right: 40px;
}
#character .col2 .img{
  position: relative;
  margin-bottom: 35px;
}
#character .col2 .img::before{
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #ebf0e3;
  z-index: -1;
  right: -15px;
  bottom: -15px;
}
#character .col2 li:last-child .img::before{
  background: #ffefd9;
}
#character .col2 li h3{
  font-size: 28px;
  margin-bottom: 20px;
}
#character .col2 li p{
  font-size: 16px;
  line-height: 1.75;
}
#character .col3{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
#character .col3 li{
  text-align: center;
  max-width: 344px;
  margin-right: 40px;
}
#character .col3 li:last-child{
  margin-right: 0;
}
#character .col3 .img{
  position: relative;
  margin-bottom: 30px;
}
#character .col3 .img::before{
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #f4efe7;
  z-index: -1;
  right: -10px;
  bottom: -10px;
}
#character .col3 li h3{
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  #character::before{
    width: 50px;
    height: 36px;
    top: 60px;
    left: 0;
  }
  #character .inner{
    padding: 80px 20px 60px;
  }
  #character .col2{
    flex-wrap: wrap;
    justify-content: center;
  }
  #character .col2 li:first-child{
    margin-right: 0;
    margin-bottom: 20px;
  }
  #character .col2 .img{
    margin-bottom: 20px;
  }
  #character .col2 .img::before{
    right: -10px;
    bottom: -10px;
  }
  #character .col2 li h3{
    font-size: 20px;
    margin-bottom: 5px;
  }
  #character .col2 li p{
    font-size: 14px;
    font-feature-settings: "palt";
  }
  #character .col3{
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
  }
  #character .col3 li{
    max-width: 47%;
    margin-right: 20px;
  }
  #character .col3 li:nth-child(2){
    margin-right: 0;
  }
  #character .col3 li:last-child{
    margin-top: 20px;
  }
  #character .col3 .img{
    margin-bottom: 15px;
  }
  #character .col3 .img::before{
    right: -7px;
    bottom: -7px;
  }
  #character .col3 li h3{
    font-size: 16px;
  }
}

/* chapter
-----------------------------------------------*/
#chapter{
  background: #f4efe7;
  position: relative;
}
#chapter::before{
  position: absolute;
  content: "";
  display: block;
  background: url("../img/img_block_01.svg")no-repeat;
  width: 120px;
  height: 90px;
  top: -60px;
  right: 0;
}
#chapter .inner{
  max-width: 1397px;
  padding: 100px 40px;
}
#chapter h2 span > span{
  color: #fbb03b;
}
#chapter .col{
  display: flex;
  align-items: center;
}
#chapter .col + .col{
  margin-top: 80px;
}
#chapter .col .txt{
  width: 51.4%;
  padding: 0 40px 0 100px;
  box-sizing: border-box;
}
#chapter .col:nth-of-type(2) .txt{
  padding: 0 40px 0 80px;
}
#chapter .col .txt h3{
  font-size: 40px;
  font-weight: 500;
	font-family: 'Oswald', sans-serif;
  margin-bottom: 20px;
}
#chapter .col .txt h3 span{
  font-size: 80px;
  color: #fbb03b;
  padding-left: 10px;
}
#chapter .col .txt p{
  font-size: 18px;
  line-height: 2;
  word-break: auto-phrase;
}
#chapter .col .img{
  width: 48.6%;
}
#chapter .col .img a{
  position: relative;
  display: inline-block;
}
#chapter .col .img a img{
  z-index: 2;
  position: relative;
}
#chapter .col .img a::after{
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #e3e3d0;
  right: -15px;
  bottom: -15px;
  z-index: 1;
}
#chapter .col:nth-of-type(2) .img a::after{
  background: #f6e2c6;
}
#chapter .col .img a .play {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%,-50%);
}
#chapter .col .img a .play img{
	display: block;
	width: 80px;
	margin: 0 auto;
}
@media screen and (max-width: 1220px) {
  #chapter .col .txt{
    padding: 0 40px 0 0;
  }
  #chapter .col:nth-of-type(2) .txt{
    padding: 0 0 0 60px;
  }
}
@media screen and (max-width: 1100px) {
  #chapter .col .txt h3{
    font-size: 25px;
    margin-bottom: 10px;
  }
  #chapter .col .txt h3 span{
    font-size: 45px;
  }
  #chapter .col .txt p{
    font-size: 14px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 750px) {
  #chapter::before{
    width: 50px;
    height: 36px;
    top: -23px;
  }
  #chapter .inner{
    padding: 60px 20px;
  }
  #chapter .col{
    flex-wrap: wrap;
  }
  #chapter .col:first-of-type,
  #chapter .col:last-of-type{
    flex-direction: column-reverse;
  }
  #chapter .col + .col{
    margin-top: 40px;
  }
  #chapter .col .txt{
    width: 100%;
    padding: 0;
  }
  #chapter .col:nth-of-type(2) .txt{
    padding: 0;
  }
  #chapter .col .img{
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  #chapter .col .img a::after{
    right: -10px;
    bottom: -10px;
  }
  #chapter .col .img a .play img{
    width: 60px;
  }
}


/* gallery
-----------------------------------------------*/
#gallery{
  position: relative;
}
#gallery::before{
  position: absolute;
  content: "";
  display: block;
  background: url("../img/img_block_04.svg")no-repeat;
  width: 90px;
  height: 60px;
  top: -30px;
  left: 0;
}
#gallery h2 span > span{
  color: #9db471;
}
#gallery .inner{
  padding-left: 0;
  padding-right: 0;
  padding: 100px 0 130px;
}
@media screen and (max-width: 750px) {
  #gallery::before{
    width: 50px;
    height: 36px;
    top: -16px;
    left: 0;
  }
  #gallery .inner{
    padding: 60px 0;
  }
}

/* bnr
-----------------------------------------------*/
#bnr{
  background: #f4efe7;
}
#bnr .inner{
  max-width: 1280px;
  padding: 120px 40px;
}
#bnr h2 {
  font-size: 24px;
}
#bnr ul{
  display: flex;
}
#bnr li{
  margin-right: 40px;
}
#bnr li:last-child{
  margin-right: 0;
}
#bnr li img{
  display: block;
  border: solid 1px #635044;
}
#bnr li p{
  font-weight: bold;
  font-size: 18px;
  color: #333;
  position: relative;
  display: inline-block;
  padding-right: 34px;
  margin-top: 20px;
}
#bnr li p span{
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
#bnr li p::before{
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: #00a995;
  border-radius: 50%;
  top: 0;
  right: 0;
}
#bnr li:nth-child(2) p::before{
  background: #ef8742;
}
#bnr li:last-child p::before{
  background: #00345c;
}
#bnr li p::after{
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  margin-left: 6px;
  transform: rotate(45deg);
  top: 9px;
  right: 10px;
  margin-top: -1px;
}
@media screen and (max-width: 1200px) {
  #bnr li{
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  #bnr .inner{
    padding: 60px 20px;
  }
  #bnr h2 {
    font-size: 20px;
  }
  #bnr ul{
    flex-wrap: wrap;
    justify-content: center;
  }
  #bnr li{
    margin-right: 0;
    margin-bottom: 20px;
  }
  #bnr li:last-child{
    margin-bottom: 0;
  }
  #bnr li p{
    font-size: 16px;
    padding-right: 25px;
    margin-top: 10px;
  }
  #bnr li p::before{
    width: 20px;
    height: 20px;
  }
  #bnr li p::after{
    right: 8px;
    top: 8px;
  }
}

/* loop
-----------------------------------------------*/
#loop {
  width: 100%;
  overflow: hidden;
}
#loop img {
  width: 100%;
  height: auto;
}
.loop_wrapper {
  display: flex;
  align-items: center;
  height: 393px;
  overflow: hidden;
}
.loop_content {
  width: 696px;
  height: 393px;
}
.loop_content2 {
  width: 349px;
  height: 393px;
}
.loop_wrap {
  display: flex;
  animation: infinity-scroll-left 90s infinite linear 0.5s both;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 750px) {
  .loop_wrapper {
    height: 200px;
  }
  .loop_content {
    width: 353px;
    height: 200px;
  }
  .loop_content2 {
    width: 177px;
    height: 200px;
  }
}



/* modal
-----------------------------------------------*/
.modal{
	display:none;
	position:fixed;
	z-index:1000001;
  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;
	opacity: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;
}
}


/* slick
-----------------------------------------------*/
.slick-slider{
	position:relative;
	display:block;
	box-sizing:border-box;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-touch-callout:none;
	-khtml-user-select:none;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent;
}
.slick-list{
	position:relative;
	display:block;
	margin:0;
	height: 100%;
}
.slick-list.dragging{
	cursor:pointer;
	cursor:hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
.slick-track{
	position:relative;
	top:0;
	left:0;
	display:block;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
}
.slick-track:before,
.slick-track:after{
	display:table;
	content:'';
}
.slick-track:after{
	clear:both;
}
.slick-loading .slick-track{
  visibility:hidden;
}
.slick-slide{
	float:left;
	height:100%;
	min-height:1px;
}
.slick-slide:focus{
	outline:none;
}
[dir='rtl'] .slick-slide{
	float:right;
}
.slick-initialized .slick-slide{
	display:block;
}
.slick-loading .slick-slide{
	visibility:hidden;
}
.slick-vertical .slick-slide{
	display: block;
	height: auto;
}