/* mv*/
#mv {
	width:100%;
	padding:0 0 0;
	text-align: center;
	overflow: hidden;
}
#mainslider li {
	width:100%;
}
#mainslider li:first-child {
	background: url(../img/top-mv01.jpg) no-repeat center 0;
}
#mainslider li:nth-child(2) {
	background: url(../img/top-mv02.jpg) no-repeat center 0;
}
#mainslider li:nth-child(3) {
	background: url(../img/top-mv03.jpg) no-repeat center 0;
}

/* episode */
#episode {
	width:100%;
}
#episode .wrap {
	width:100%;
	height:390px;
	position: relative;
	overflow: hidden;
	background-color: #7c2e29;
}
#episode .wrap .cover {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	background-size: cover !important;
}
#episode .wrap .inner {
	width:1100px;
	height:100%;
	margin:0 auto;
	position: relative;
	top:0;
}
#episode .wrap .inner h2 {
	position: relative;
    top:120px;
    text-align: center;
    width:40%;
}
#episode #intro.wrap h2,
#episode #epi02.wrap h2 { /*1,3*/
	float: left;
	padding:0 0 0 20px;
}
#episode #epi01.wrap h2,
#episode #epi03.wrap h2 { /*2,4*/
   	float:right;
	padding:0 20px 0 0;
}
#episode #intro.wrap .inner h2 {
	top:145px;
}
#episode .wrap .inner .square {
	position: absolute;
	top:-100px;
	width:600px;
	height:600px;
	padding:165px 0 0;
	background: url(../img/episode-bg-square.png) no-repeat 0 0;
	overflow: hidden;
	z-index: 1;
	color:#333;
	font-size: 16px;
}
#episode .wrap .inner .txt {
	width:300px;
	margin:40px auto 0;
	word-wrap: break-word;
	text-align: center;
}
#episode #intro.wrap .inner .txt {
	margin:0 auto;
}
#episode .wrap .inner .txt strong {
	font-size: 125%;
	font-weight: bold;
	color: #7c2e29;
}
#episode #intro.wrap .square .large {
	font-size: 20px;
	margin-bottom: 1em;
}

/* gallery */
#gallery {
	width:100%;
	height: 710px;
	overflow: hidden;
	position: relative;
}
.bg_mawashi {
	overflow: hidden;
	width:100%;
	height: 100%;
	background: url(../img/bg_mawashi_M.png) no-repeat top -200px right -200px,
	url(../img/bg_mawashi_M.png) no-repeat top 400px left -300px,
	#fff;
}
#gallery .images {
	width:60%;
	height: 592px;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
}
#gallery .images ul {
	width:100%;
	height: 100%;
	position: relative;
	top:60px;
	right: 0;
	overflow: hidden;
}
#gallery .images li {
	position: absolute;
	overflow: hidden;
  	text-indent: 100%;
  	white-space: nowrap;
	opacity: 0; 
	background-size: 100%;
}
@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}
#gallery .images li:nth-child(1) {
  -webkit-animation: example 0.5s ease 0.5s 1 forwards;
  animation: example 0.5s ease 0.5s 1 forwards;
  background:url(../img/top-gal_image01.png) no-repeat 0 center;
  top:0;
  right: 600px;
  width: 365px;
  height: 365px;
}
#gallery .images li:nth-child(2) {
  -webkit-animation: example 0.5s ease 1s 1 forwards;
  animation: example 0.5s ease 1s 1 forwards;
  background:url(../img/top-gal_image02.png) no-repeat 0 center;
  top: 358px;
  right: 705px;
  width: 188px;
  height: 188px;
}
#gallery .images li:nth-child(3) {
  -webkit-animation: example 0.5s ease 1.5s 1 forwards;
  animation: example 0.5s ease 1.5s 1 forwards;
  background:url(../img/top-gal_image03.png) no-repeat 0 center;
  top:225px;
  right: 485px;
  width:292px;
  height: 292px;
}
#gallery .images li:nth-child(4) {
  -webkit-animation: example 0.5s ease 2.0s 1 forwards;
  animation: example 0.5s ease 2.0s 1 forwards;
  background:url(../img/top-gal_image04.png) no-repeat 0 center;
  top:75px;
  right: 336px;
  width:292px;
  height: 292px;
}
#gallery .images li:nth-child(5) {
  -webkit-animation: example 0.5s ease 2.5s 1 forwards;
  animation: example 0.5s ease 2.5s 1 forwards;
  background:url(../img/top-gal_image05.png) no-repeat 0 center;
  top:226px;
  right: 150px;
  width:364px;
  height: 364px;
}
#gallery .images li:nth-child(6) {
  -webkit-animation: example 0.5s ease 3.0s 1 forwards;
  animation: example 0.5s ease 3.0s 1 forwards;
  background:url(../img/top-gal_image06.png) no-repeat 0 center;
  top:183px;
  right: 36px;
  width:220px;
  height: 220px;
}
#gallery .images li:nth-child(7) {
  -webkit-animation: example 0.5s ease 3.5s 1 forwards;
  animation: example 0.5s ease 3.5s 1 forwards;
  background:url(../img/top-gal_image07.png) no-repeat 0 center;
  top:361px;
  right: 0;
  width:189px;
  height: 189px;
}
#gallery .inner {
	width:1024px;
	height:auto;
	margin: 0 auto;
	padding:120px 0;
	text-align: center;
	overflow: hidden;
	position: relative;
	top:0;
	left: 0;
	z-index: 1000;
}
#gallery h2 {
	text-align: center;
	font-size: 36px;
	color: #333758;
	margin:0 auto 120px;
}
#gallery .txt {
	float: right;
	width: 40%;
	line-height: 1.75em;
}
#gallery .txt .btn,
#tourism .txt .btn {
	display: block;
    width: 300px;
    height: auto;
    line-height: 1.2em;
    border: #333 1px solid;
    margin: 30px auto;
    padding: 15px 0 11px;
    font-size: 16px;
    position: relative;
    z-index: 2;
    background-color: transparent;
    color: #333;
    overflow: hidden;
}
#gallery .txt .btn span {
	font-size: 70%;
}
#gallery .btn:hover,
#tourism .btn:hover {
	color: #fff;
	text-decoration: none;
}
#gallery .btn::after,
#tourism .btn::after {
	top: 200%;
	width: 100%;
	height: 100%;
}
#gallery .btn:hover::after {
	top: 0;
	background-color: #333758;
}

/*tourism*/
#tourism {
	position: relative;
	width:100%;
	height: 675px;
	background: url(../img/bg_higaki_touka.png) repeat 0 0, #fff;
	/*background-color: #7c2e29;*/
	
}
#tourism .outer,
#tourism .noren {
	position: absolute;
	width:100%;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	z-index: 100;
	overflow: hidden;
}
#tourism .noren {
	z-index: 100;
}
#tourism .noren img {
	width:100%;
}
#tourism .box {
	float: left;
	position: absolute;
	bottom:0;
}
#tourism .inner {
	left: 20%;
	width: 60%;
	margin:0 auto;
	padding:125px 0;
	/*background: url(../img/top-tourism-imgL.jpg) no-repeat left 0 bottom 0,
	url(../img/top-tourism-imgR.jpg) no-repeat right 0 bottom 0;*/
	z-index: 1000;
	text-align: center;
}
#tourism .left,
#tourism .right {
	width:20%;
	max-width: 296px;
	padding:35px 0 0;
	z-index: 10;
}
#tourism .left {
	left: 0;
	text-align: right;
	overflow: hidden;
}
#tourism .right {
	right: 0;
	text-align: left;
}
#tourism #tabiraiden {
	position: absolute;
	bottom:-20px;
	right:-30px;
	z-index: -1;
}
#tourism #tabiraiden.hover {
	right: 90px;
	transform: rotate(-5deg);
	transition: all 0.5s ease;
}
#tourism h2 {
	font-size: 36px;
	color: #7c2e29;
	margin:0 auto 60px;
}
#tourism .cs {
	font-size: 120%;
	color: #7c2e29;
	font-weight: bold;
	margin:0 0 1em;
	text-decoration: underline;
}
#tourism .btn:hover::after {
	top: 0;
	background-color: #7c2e29;
}

/* exhibition */
#exhi {
	width:100%;
	padding:135px 0 30px;
	background: url(../img/exhi-bg-blue.png) no-repeat left 0 bottom 0, url(../img/exhi-bg-ukiyoe.jpg) no-repeat 0 0;
	background-size: contain, cover;
	text-align: center;
	color: #fff;
}
#exhi .inner {
	width:100%;
	max-width:1100px;
	height: auto;
	margin:0 auto;
}
#exhi .label {
	margin:0 auto 40px;
}
#exhi h2 {
	margin:0 auto 50px;
}
#exhi .txt {
	margin:0 auto 60px;
	font-size: 16px;
	line-height: 1.8em;
}
#exhi .info {
	margin:0 auto 52px;
}
#exhi a.btn {
	display: block;
	width:30%;
	min-width:400px;
	height: 3em;
	border: #fff 1px solid;
	margin:0 auto 50px;
	font-size: 16px;
	position: relative;
	z-index: 2;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	line-height: 3em;
	overflow: hidden;
}
#exhi .btn:hover {
	color: #fff;
	text-decoration: none;
}
#exhi .btn::after {
	top: 200%;
	width: 100%;
	height: 100%;
}
#exhi .btn:hover::after {
	top: 0;
	background-color: #e83428;
}
#exhi .caption {
	font-size:12px;
}

@media screen and (min-width: 1024px) { /* 1024px以上用（PC用）の記述 */
#mv {
	height:570px;
}
#mainslider li {
	height: 570px;
}
#episode #intro.wrap .cover,
#episode #epi02.wrap .cover { /*1,3*/
	left:0;
}
#episode #epi01.wrap .cover,
#episode #epi03.wrap .cover { /*2,4*/
	right:0;
}
#episode #intro.wrap .cover {
	background: linear-gradient(to right, rgba(124,46,41,0) 0%,rgba(124,46,41,0) 66%,rgba(124,46,41,1) 84%,rgba(124,46,41,1) 100%), url(../img/episode-bg_intro.jpg) no-repeat right 35% top 0;
}
#episode #epi01.wrap .cover {
	background: linear-gradient(to left, rgba(124,46,41,0) 0%,rgba(124,46,41,0) 66%,rgba(124,46,41,1) 84%,rgba(124,46,41,1) 100%), url(../img/episode-bg-01.jpg) no-repeat left 35% top 0;
}
#episode #epi02.wrap .cover {
	background: linear-gradient(to right, rgba(124,46,41,0) 0%,rgba(124,46,41,0) 66%,rgba(124,46,41,1) 84%,rgba(124,46,41,1) 100%), url(../img/episode-bg-02.jpg) no-repeat right 35% top 0;
}
#episode #epi03.wrap .cover {
	background: linear-gradient(to left, rgba(124,46,41,0) 0%,rgba(124,46,41,0) 66%,rgba(124,46,41,1) 84%,rgba(124,46,41,1) 100%), url(../img/episode-bg-03.jpg) no-repeat left 35% top 0;
}
#episode .wrap .inner h2 {
	position: relative;
    left: 0;
    top:120px;
}
#episode #intro.wrap .square,
#episode #epi02.wrap .square { /*1,3*/
	right:0;
}
#episode #epi01.wrap .square,
#episode #epi03.wrap .square { /*2,4*/
   	left:0;
}
}

@media screen and (max-width: 1023px) { /* 1023px以下用（タブレット用）の記述 */
.pc {
	display:none;
}
/*mv*/
#mv {
	padding:0 0 0;
	margin:0 auto;
	text-align: center;
}
#mainslider li {
	width: 100%;
	height: 100%;
}
#mainslider li:first-child {
	background: url(../img/top-mv01.jpg) no-repeat center 0;
}
#mainslider li:nth-child(2) {
	background: url(../img/top-mv02.jpg) no-repeat center 0;
}
#mainslider li:nth-child(3) {
	background: url(../img/top-mv03.jpg) no-repeat center 0;
}

/* episode */
#episode {
}
#episode .wrap {
}
#episode .wrap .cover {
	clear: both;
	width:100%;
	left:0;
}
#episode #intro.wrap .cover,
#episode #epi02.wrap .cover { /*1,3*/
	left:0;
}
#episode #epi01.wrap .cover,
#episode #epi03.wrap .cover { /*2,4*/
	left:0;
}
#episode #intro.wrap .cover {
	background: linear-gradient(to right, rgba(124,46,41,0) 0%,rgba(124,46,41,0) 66%,rgba(124,46,41,1) 84%,rgba(124,46,41,1) 100%), url(../img/episode-bg_intro.jpg) no-repeat right 50% top 0;
}
#episode #epi01.wrap .cover {
	background: linear-gradient(to left, rgba(124,46,41,0) 0%,rgba(124,46,41,0) 66%,rgba(124,46,41,1) 84%,rgba(124,46,41,1) 100%), url(../img/episode-bg-01.jpg) no-repeat right -200px top 0;
}
#episode #epi02.wrap .cover {
	background: linear-gradient(to right, rgba(124,46,41,0) 0%,rgba(124,46,41,0) 66%,rgba(124,46,41,1) 84%,rgba(124,46,41,1) 100%), url(../img/episode-bg-02.jpg) no-repeat right 50% top 0;
}
#episode #epi03.wrap .cover {
	background: linear-gradient(to left, rgba(124,46,41,0) 0%,rgba(124,46,41,0) 66%,rgba(124,46,41,1) 84%,rgba(124,46,41,1) 100%), url(../img/episode-bg-03.jpg) no-repeat right -200px top 0;
}
#episode .wrap .inner {
	width:100%;
}
#episode #intro.wrap .inner,
#episode #epi02.wrap .inner,
#episode #epi01.wrap .inner,
#episode #epi03.wrap .inner {
	left:0;
}
#episode .wrap .inner h2 img {
	width:100%;	
}
#episode #intro.wrap .inner h2 img {
	max-width:345px;
}
#episode #epi01.wrap .inner h2 img {
	max-width:288px;
}
#episode #epi02.wrap .inner h2 img {
	max-width:331px;
}
#episode #epi03.wrap .inner h2 img {
	max-width:305px;
}
#episode .wrap .inner .square {
	position: absolute;
	top:-100px;
	width:59%;
	max-width:600px;
	padding:165px 0 0;
	background-size: contain;
}
#episode #intro.wrap .square,
#episode #epi02.wrap .square { /*1,3*/
	right:0;
	margin:0 0 0 1%;
	background-position: left;
}
#episode #epi01.wrap .square,
#episode #epi03.wrap .square { /*2,4*/
   	left : 0;
   	margin:0 1% 0 0;
   	background-position: right;
}
#episode .wrap .inner .txt {
	width:70%;
	max-width:300px;
}
/*gallery*/
#gallery {
	width:100%;
	height: auto;
    margin: 0 0 -20px;

}
.bg_mawashi {
	background: url(../img/bg_mawashi_M.png) no-repeat top -200px right -200px,
	url(../img/bg_mawashi_M.png) no-repeat bottom -200px left -200px,
	#fff;
}
#gallery .inner {
	width:100%;
	padding:80px 0 0;
	position: relative;
	top:0;
	left: 0;
}
#gallery h2 {
	font-size: 32px;
	margin:0 auto 60px;
}
#gallery .txt {
	float: none;
	width: 100%;
}
#gallery .images {
	width:100%;
	height: 592px;
	position: relative;
	top:-80px;
}
#gallery .images ul {
	width:962px;
	position: relative;
	top:0;
	left:calc(50% - 481px);
}

/*tourism*/
#tourism h2 {
	font-size: 32px;
	margin:0 auto 60px;
}
#tourism #tabiraiden {
	display: none;
}

/* exhibition */
#exhi {
	width:100%;
	padding:80px 0 30px;
	background: url(../img/exhi-bg-blue.png) no-repeat left 0 bottom 0, url(../img/exhi-bg-ukiyoe.jpg) no-repeat 0 0;
	background-size: contain, cover;
	text-align: center;
	color: #fff;
}
#exhi .inner {
	width:100%;
	padding:0 2%;
}
#exhi .label {
	margin:0 auto 30px;
}
#exhi h2 img,
#exhi .info img {
	width:100%;
} 
#exhi h2,
#exhi .info {
	margin:0 auto 30px;
	width:90%;
	max-width: 805px;
}
#exhi .txt {
	margin:0 auto 30px;
}
#exhi a.btn {
	display: block;
	width:30%;
	min-width:400px;
	margin:0 auto 50px;
}

}

@media screen and (max-width: 800px) {
    /* 767px以下用（タブレット／スマートフォン用）の記述 */
/* episode */
#episode .wrap {
	width:100%;
	height: auto;
	position: static;
}
#episode .wrap .cover {
	height:auto;
	position: static;
	padding:40px 10px;
}
#episode #intro.wrap .cover {
	background: linear-gradient(to bottom, rgba(124,46,41,0) 0%,rgba(124,46,41,0) 66%,rgba(124,46,41,1) 84%,rgba(124,46,41,1) 100%), url(../img/episode-bg_intro.jpg) no-repeat center top 0;
}
#episode #epi01.wrap .cover {
	background: linear-gradient(to bottom, rgba(124,46,41,0) 0%,rgba(124,46,41,0) 66%,rgba(124,46,41,1) 84%,rgba(124,46,41,1) 100%), url(../img/episode-bg-01.jpg) no-repeat center top 0;
}
#episode #epi02.wrap .cover {
	background: linear-gradient(to bottom, rgba(124,46,41,0) 0%,rgba(124,46,41,0) 66%,rgba(124,46,41,1) 84%,rgba(124,46,41,1) 100%), url(../img/episode-bg-02.jpg) no-repeat center top 0;
}
#episode #epi03.wrap .cover {
	background: linear-gradient(to bottom, rgba(124,46,41,0) 0%,rgba(124,46,41,0) 66%,rgba(124,46,41,1) 84%,rgba(124,46,41,1) 100%), url(../img/episode-bg-03.jpg) no-repeat center top 0;
}
#episode .wrap .inner {
	position: static;
}
#episode .wrap .inner h2 {
    top:50px;
    width:40%;
    margin:0 auto 20px;
    position: static;
}
#episode #intro.wrap h2,
#episode #epi02.wrap h2,
#episode #epi01.wrap h2,
#episode #epi03.wrap h2 {
	float: none;
	padding:0;
}
#episode .wrap .inner .square {
	position: static;
	width:90%;
	max-width:600px;
	height:auto;
	margin:0 auto !important;
	padding:30px 10px;
	background: url(../img/bg_higaki_touka.png) repeat 0 0,rgba(248, 248, 244, 0.86);
	font-size: 14px;
}
#episode #intro.wrap .square .large {
	font-size: 18px;
}
#episode .wrap .inner .txt {
	width:90%;
	max-width: none;
	margin: 0 auto;
}

/* exhibition */
#exhi .txt {
	width:90%;
	margin:0 auto 30px;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
}
#exhi a.btn {
	display: block;
	width:50%;
	min-width:300px;
	margin:0 auto 30px;
}
}

@media screen and (max-width: 479px) {
    /* 479px以下用（スマートフォン用）の記述 */

#episode .wrap .inner h2 {
	width: 60%;
}
#episode .wrap .inner h2 img {
	max-width: none;
}
/*tourism*/
#tourism {
	height: 100%;
}
/*.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 100%;
}*/
#tourism .outer,
#tourism .noren {
	position: relative;
}
#tourism .inner {
	position: static;
	float: none;
	width: 100%;
	padding:60px 0 40px;
	left: 0;
	top:0;
}
#tourism .left,
#tourism .right {
	position: static;
	width:50%;
	padding:0;
	max-width: none;
}
#tourism .left img,
#tourism .right img {
	width:100%;
}
#tourism #tabiraiden {
	display: none;
}
}
