@charset "UTF-8";
/* CSS Document */
/* body */
body{
	font-family: 'YuGothic','Meiryo UI',sans-serif;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	color: #333;
}
.anchor {
    display: block;
    padding-top: 120px!important;
    margin-top: -120px!important;
}
img{
	width: 100%;
	height: auto;
}
.inner{
	width: 1000px;
	margin: 0 auto;
}
.description{
	font-size: 16px;
	line-height: 1.6em;
}
.sp{
	display: none; 
}
nav{
    background-color: #f18e43;
    font-size: 1.6rem;
    position: fixed;
    width: 100%;
    z-index: 99;
}
#main-nav{
    text-align: right;
}
nav img{
    width: auto;
    height: 100%;
    position: absolute;
    background-color: #fff;
    padding: 5px 50px;
    border-radius: 50px;
    margin: 0 0 0 30px;
}

nav a:hover{
    opacity: 1;
}
#main-nav li{
    display: inline-block;
    color:#fff;
}

#main-nav li a {
    display: block;
    padding:20px 10px;
}

nav #main-nav li a:hover{
    background-color:#81cddb;
    opacity: 1;
}

/***menu***/
#main-nav .sub-menu:before {
  /*font-family: 'FontAwesome';
  font-size: 2em;
  position: absolute;
  top: -32px;
  left: 10px;
  content: '\f0d8';
  color: #464646;*/
}
 
#main-nav .sub-menu {
  position: relative;
  z-index: 1;
  display: none;
  width: 95%;
  border-top: none;
}
 
#main-nav .sub-menu li {
  display: block;
  float: none;
  padding: 0;
}
 
#main-nav li:hover .sub-menu {
  display: block;
}
 
#main-nav .sub-menu li a:before {
  color: #333;
}
 
#main-nav .sub-menu li a {
  font-size: 1em;
  font-weight: normal;
  padding: 10px 30px 10px 10px;
  text-align: left;
  color: #fff;
  background-color: #f18e43;
}
 
#main-nav .sub-menu li a:hover {
  background-color: #81cddb;
}
 
@media (min-width: 768px) {
  #main-nav .sub-menu {
    position: absolute;
    width: 200px;
    border-top: 1px solid #eee;
  }
}
/******/
.nav-links .page-numbers{
    font-size: 18px;
    border: 1px solid #666;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
}

.nav-links .current{
    background-color: #ddd;
}

.nav-links .prev,.nav-links .next{
    border: none;
    background-color:unset;
    
}
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

a:hover{
    opacity:0.7;
}
.btn,
a.btn,
button.btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn--red.btn--cubic {
    color: #fff;
    background-color: #f6ab04;
    border-bottom: 5px solid #ff6900;
}

a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #9f000c;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}
.main-visual{
	padding: 30px;
    padding:0 0 30px 0;
}
.news-cont{
	margin-bottom: 30px;
	font-size: 40px;
	text-align: center;
	padding: 70px 0;
	background-image:url("../images/ptn01.png"),url("../images/ptn02.png"),url("../images/bg05.png");
	background-repeat: repeat-x,repeat-x,no-repeat;
	background-size: 92px 26px,92px 26px,400px,auto;
	background-position: top left,bottom left,bottom -10px center;
}
.news-title{
	font-size: 40px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 25px;
	font-weight: bold;
}
.news-cont dl{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.news-cont dt{
	font-size: 22px;
	font-weight: bold;
	margin-right: 40px;
}
.news-cont dd{
	font-size: 18px;
    text-align: left;
}
.news-single{
    background-position: top left,bottom left, center;
}
 .news-content{
    font-size: 18px;
    /* border: solid 1px #999; */
    width: 80%;
    display: block;
    margin: 0 auto;
    padding: 15px;
    line-height: 1.5;
}

.news-date {
    text-align: right;
    margin: 0 auto;
}
.home{
    text-align: center;
    margin:20px 0;
}
.news-date span,.home span{
    font-size: 18px;
    background-color: #f6ab00;
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    border-radius: 5px;
}
.page-logo{
	width: 122px;
    height: auto;
	margin: 0 auto 30px;
}
.page-logos{
	width: 500px;
    height: auto;
	margin: 0 auto 30px;
}
.introduction{
	background: url("../images/bg01.jpg") no-repeat top center;
}
.introduction-txtbox{
	padding: 30px 20px 25px 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
}
.introduction-maintxt{
	width: 770px;
}
.introduction .copy-txt{
	width: 94px;
	height: auto;
}
.introduction-title{
	margin: 30px 0;
	padding-top: 100px;
	background: url("../images/txt02.svg") no-repeat;
	background-size: 568px auto;
	background-position: top 25px right 23px;
	width: 748px;
}
.introduction .description{
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	margin-right: 23px;
}
.introduction .description p{
	margin-bottom: 35px;
}
.introduction .description p:last-child{
	margin-bottom: 0;
}
.story{
	background: url("../images/bg02.jpg") no-repeat bottom center;	
}
.story-txtbox{
	padding-bottom: 237px;
}
.story-maintxt-ex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	padding: 80px 0 0 18px;
	margin-bottom: 40px;
}
.story-maintxt{
	width: 530px;
	margin-right: 38px;
}
.story-title{
	background: url("../images/txt05.svg") no-repeat;
	background-size: 240px auto;
	padding: 75px 90px 20px 0;
    width: 428px;
    height: auto;
    background-repeat: no-repeat;
    background-position: top right;
}
.story .description{
	margin-right: 35px;
	margin-bottom: 40px;
}
.story .copy-txt02{
	width: 894px;
	height: auto;
}
.story-img{
	width: 414px;
	height: auto;
}
.character-title01{
	text-align: right;
}
.character-title01 img{
	width: 446px;
	height: auto;
}
.character-title02{
	width: 580px;
	height: auto;
}
.character-box01{
	background-image: url("../images/ptn03.png");
	background-repeat: repeat;
	background-size: 20px 88px;
	background-position: top left;
	padding: 55px 0 115px;
}
.chara01{
	margin-top: 40px;
}
.chara02{
	margin-bottom: 30px;
	margin-left: 15px;
}
.chara03{
	margin-bottom: 50px;
}
.chara04{
	margin-top: 20px;
	margin-bottom: 15px;
}
.chara05{
	margin-top: 25px;
	margin-bottom: 3px;
}
.character-box02{
	background: url("../images/bg03.jpg") no-repeat bottom center;	
}
.character-txtbox{
	padding: 60px 20px 400px 100px;
}
.character .copy-txt{
	width: 196px;
	height: auto;
	display: block;
	margin-bottom: 45px;
}
.character-title02{
	width: 568px;
	height: auto;
	margin-bottom: 25px;
}
.character .description{
	margin-bottom: 50px;
}
.character .description .staff-box{
	background-color: rgba(255,255,255,0.3);
	padding: 20px 25px;
	border-radius: 10px;
	margin-top: 20px;
}
.character .copy-txt02{
	text-align: right;
}
.character .copy-txt02 img{
	width: 710px;
	height: auto;
}
.modal-box{
	margin: 0 auto;
	max-width: 1625px;
	width: 100%;
	padding:0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.content{
    margin: 0 auto;
    padding: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	max-width: 1920px;
}
.modal__bg{
    background: rgba(255,255,255,0.9);
    height: 100vh;
    position: absolute;
    width: 100%;
	z-index: 10;
}
.modal__content{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
	max-width: 950px;
	min-width: 750px;
	z-index: 20;
}
.modal__content p{
	position: relative;
}
.modal__content a{
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0;
	right: 80px;
	transition: 0.5s;
	opacity: 1;
}
.modal__content a:hover{
	opacity: 0.7;
}
.js-modal-open{
	transition: 0.5s;
	opacity: 0.6;
}
.js-modal-open:hover{
	opacity: 1;
	cursor: pointer;
}
.story02{
	position: relative;
	overflow:hidden;
}
.story02-inner{
	background: url("../images/bg04.png") top center;
	padding-bottom:95px;
}
.season02{
	text-align: center;
	margin-bottom: 30px;
}
.season02 img{
	width: 338px;
	height: auto;
}
.story02-txtbox{
	padding: 70px 0 100px 20px;
	position: relative;
}
.story02-title{
	padding: 75px 80px 20px 0;
	width: 414px;
	height: auto;
	background-image: url("../images/txt14.svg");
	background-repeat: no-repeat;
	background-size:  240px auto;
	background-position: top right;
}
.story02 .description{
	margin-bottom: 50px;
}
.story02 .copy-txt{
	margin-bottom: 50px;
	width: 765px;
	height: auto;
}
.story02 .copy-txt02{
	width: 708px;
	height: auto;
}
.story02-img{
	width: 526px;
	height: auto;
	position: absolute;
	bottom: 0;
	left: calc(50% + 330px);
}
.white-frame{
	padding: 47px 0;
	background: url("../images/ptn04.png");
	background-repeat: repeat-x;
	background-size: 162px 220px;
}
.white-frame .inner{
	padding: 0 20px;
}
.white-frame img{
	width: 827px;
}
.ptn{
	background: url("../images/ptn01.png");
	background-repeat: repeat-x;
	background-size: 92px 26px;
	padding-top: 26px;
	margin-top: 30px;
}
.map{
	margin:30px 0;
	padding: 30px 75px 85px;
	background-image:url("../images/ptn02.png");
	background-repeat: repeat-x;
	background-size: 92px 26px;
	background-position: bottom left;
}
.map-title{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 45px;
	margin-top: 50px;
}
.map .description{
	margin-bottom: 30px;
}
.map-btn{
	padding-bottom: 50px;
	border-bottom: 1px dotted #000;
	margin: 0 80px;
}
.map-btn.camp{
	border-bottom: 0;
	padding-bottom: 0;
}
.map-btn a{
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	border-radius: 5px;
	width: 550px;
	padding: 20px;
	background-color: #f08444;
	opacity: 1;
	transition: 0.5s;
}
.map-btn a:after{
	position: absolute;
	content: "";
	display: inline-block;
	background: url("../images/ic01.svg") no-repeat;
	width: 28px;
	height: 35px;
	background-size: 28px 35px;
	right: 40px;
	top: 25px;
}
.map-btn a:hover{
	opacity: 0.7;
}
.map img{
	margin-bottom: 50px;
	box-shadow: 1px 9px 12px -7px rgba(0,0,0,0.2);
}
.pagetop a{
	position: fixed;
	width: 80px;
    height: 80px;
    right: 30px;
    bottom: 30px;
    background: #82cddc;
    border-radius: 50%;
	box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.3);
	opacity: 1;
	transition: 0.5s;
	z-index: 100;
}
.pagetop a:before{
	content: "";
	display: inline-block;
	color: #fff;
	position: absolute;
	width: 38px;
	height: 38px;
	top: 32px;
	right: 0;
	left: 0;
	margin: auto;
	border-top: solid 6px;
	border-right: solid 6px;
	 -webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
	border-radius: 3px;
}
.pagetop a:hover{
	opacity: 0.7;
}
.stamp-rally{
	margin-bottom: 60px;
	text-align: center;
	padding: 40px 0;
}
.stamp-rally img{
	width: 966px;
}
.footer-bnr{
	padding: 0 20px;
	margin: 0 auto 30px;
	display: -webkit-box;
	display: -ms-flexbox;
    display: block;
    text-align: center;
	/*display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;*/
}
.footer-bnr img{
	width: 310px; 
}
.footer-bnr a{
	transition: 0.5s;
	opacity: 1;
    margin: 0 3px 20px;
    display: inline-block;
}
.footer-bnr a:hover{
	opacity: 0.7;
}
.footer-link{
	margin-bottom: 15px;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}
.copylight{
	width: 310px;
	font-size: 12px;
	margin-right: 20px;
	margin-bottom: 0;
}
.link-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	width: 310px;
}
.link-list .page-logo{
	margin-right: 40px;
	margin-bottom: 0;
}
.link-list .page-logo a,
.tw-logo a,
.in-logo a{
	opacity: 1;
	transition: 0.5s;
}
.link-list .page-logo a:hover,
.tw-logo a:hover,
.in-logo a:hover{
	opacity: 0.7;
}
.in-logo{
	width: 20px;
	height: auto;
	margin-right: 15px;
}
.tw-logo{
	width: 24px;
	height: auto;
}

@media screen and (max-width: 768px){
	body{
		max-width: 100%;
	}
	.inner{
		width: 100%;
		padding: 0 20px;
	}
	.description{
		font-size: 12px;
	}
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
nav {
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  width: 300px;
  background: #f18e43;;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 103;
  opacity: 0;
}
nav {
    right: -280px;
    width: 280px;
    height: 100%;
}
    
nav img{
    width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
    position: relative;
    }
    
.open nav {
  right: 0;
  opacity: 1;
}

nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 3px dotted #fff;
}

nav .inner ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
  text-align: center;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
} 
    #main-nav li {
    display: block;
}
/*============
.toggle_btn
============*/
.toggle_btn_wrapper {
    display: block;
    top: 15px;
    right: 0px;
    position: fixed;
    width: 50px;
    height: 40px;
    transition: all .5s;
    background-position: left 5px top 8px;
    background-size: 30px auto;
    background-color: #f18e43;;
    background-repeat: no-repeat;
    box-shadow: 0 0 8px gray;
    cursor: pointer;
    z-index: 103;
}
.open .toggle_btn_wrapper {
    right: 280px;
    box-shadow: none;
}
.toggle_btn {
  display: block;
  position: fixed;
  top: 20px;
  right: 10px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}

.open .toggle_btn{
  right: 290px;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  /*background-color: #fff;*/
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 102;
  cursor: pointer;
}
/*=============================
.btn-trigger
============================*/
.btn-trigger {
  position: relative;
  width: 50px;
  height: 44px;
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 20px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
    
    
	.main-visual{
		padding: 10px;
	}
    .page-logos{
        width:80%;
    }
	.news-cont{
		margin-bottom: 10px;
		padding: 40px 0;
		background-size: 92px 26px,92px 26px,330px,auto;
	}
	.news-title{
		font-size: 26px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.news-cont dl{
		text-align: left;
		padding-bottom: 15px;
		display: block;
	}
	.news-cont dt{
		font-size: 20px;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.news-cont dd{
		font-size: 16px;
	}
    .news-date{
        margin-bottom: 10px;
    }
    .news-date span{
        font-size: 12px;
    }
    .news-content {
    width: 100%; 
    }
	.introduction{
		background: url("../images/bg01-sp.jpg") no-repeat top center;
	}
	.introduction-txtbox{
		padding: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: flex-start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
	}
	.introduction-maintxt{
		width: 100%;
	}
	.introduction .copy-txt{
		width: 20%;
		max-width: 70px;
		padding-top: 5%;
	}
	.introduction-title{
		width: 100%;
		margin: 15px 0;
		padding-top: 65px;
		padding-right: 25px;
		background-size: 240px auto;
		background-position: top 35px right;
	}
	.introduction .description{
		margin-right: 17px;
	}
	.introduction .description p{
		margin-bottom: 20px;
	}
	.story02-inner{
		background: url("../images/bg04-sp.png") top center;
		padding-bottom:95px;
	}
	.story-txtbox{
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.story-maintxt-ex{
		display: block;
		padding: 0;
		margin-bottom: 20px;
	}
	.story-maintxt{
		width: 100%;
		margin-right: 0;
	}
	.story-title{
		background-size: 200px auto;
		padding: 40px 70px 30px 0;
		width: 100%;
		background-position: top right;
	}
	.story{
		background: url("../images/bg02-sp.jpg") no-repeat bottom center;	
	}
	.story .description{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.story .copy-txt{
		width: 80%;
		margin-bottom: 20px;
	}
	.story .copy-txt02{
		width: 90%;
		margin-bottom: 20px;
	}
	.story-img{
		width: 80%;
		margin: 0 auto;
	}
	.character-title01 img{
		width: 55%;
		margin-bottom: 15px;
	}
	.character-title02{
		width: 100%;
	}
	.character-box01{
		padding: 50px 0;
	}
	.character .description .staff-box{
		padding: 10px;
		margin-top: 15px;
	}
	.modal-box{
		margin: 0 auto;
		max-width: 100%;
		padding:0 20px;
		display: block;
		position: relative;
		width: 80%;
	}
	.modal-box:after{
		content: "";
		display: block;
		padding-top: 200%;
	}
	.modal-box div{
		position: absolute;
	}
	.chara01{
		position: absolute;
		width: 25%;
		margin: 0;
		top: 0;
		left: 9%;
	}
	.chara02{
		width: 25%;
		margin: 0;
		top: 33%;
		left: 0;
	}
	.chara03{
		width: 37%;
		margin: 0;
		top: 37%;
		left: calc(50% - 20%);
	}
	.chara04{
		width: 29%;
		margin: 0;
		top: 35%;
		right: 0;
	}
	.chara05{
		margin: 0;
		width: 31%;
		top: 0;
		right: 12%;
	}
	.character-box02{
		background: url("../images/bg03-sp.jpg") no-repeat bottom right;
	}
	.character-txtbox{
		padding: 60px 20px 400px 100px;
	}
	.character .copy-txt{
		width: 196px;
		margin-bottom: 25px;
	}
	.character-title02{
		width: 100%;
	}
	.character-txtbox{
		padding: 50px 20px 110px;
	}
	.character .copy-txt{
		width: 160px;
		margin-bottom: 25px;
	}
	.character-title02{
		width: 100%;
		height: auto;
		margin-bottom: 25px;
	}
	.character .description{
		margin-bottom: 0;
		text-shadow: 0px 0px 9px rgba(255,255,255,0.7);
	}
	.character .copy-txt02 img{
		width: 100%;
	}
	.modal__content{
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		padding: 40px;
	}
	.modal__content a{
		width: 60px;
		height: 60px;
		right: 0;
	}
	.modal__content a:hover{
		opacity: 1;
	}
	.js-modal-open{
		opacity: 1;
	}
	.modal__content img{
		width: 55%;
		margin: 0 auto 15px;
		display: block;
	}
	.modal__content .modal-txt{
		width: 40%;
		height: auto;
	}
	.modal__content .modal-txt.w60{
		width: 60%;
	}
	.modal__content .modal-txt.w45{
		width: 45%;
	}
	.modal__content p{
		text-align: left;
		line-height: 1.3em;
		font-size: 12px;
	}
	.season02{
		margin-bottom: 40px;
	}
	.story02-inner{
		padding-bottom: 20px;
	}
	.season02 img{
		width: 70%;
	}
	.story02-txtbox{
		padding: 50px 20px 10px;
	}
	.story02-title{
		padding: 40px 70px 30px 0;
		width: 100%;
		background-size:  200px auto;
	}
	.story02 .description{
		margin-bottom: 25px;
	}
	.story02 .copy-txt{
		margin-bottom: 25px;
		width: 100%;
	}
	.story02 .copy-txt02{
		width: 100%;
	}
	.story02-img{
		width: 100%;
		position: static;
	}
	.white-frame{
		padding: 25px 0;
		background-size: 90px auto;
	}
	.white-frame img{
		width: 80%;
	}
	.map{
		margin:30px 0;
		padding: 0 0 60px;
	}
	.map-title{
		font-size: 26px;
		margin-bottom: 25px;
		margin-top: 20px;
	}
	.map .description{
		margin-bottom: 25px;
	}
	.map-btn{
		padding-bottom: 30px;
		margin: 0;
	}
	.map-btn a{
		font-size: 20px;
		width: 80%;
	}
	.map-btn a:after{
		right: 25px;
		top: 19px;
		width: 21px;
		height: 26px;
		background-size: 21px 26px;
	}
	.map-btn a:hover{
		opacity: 1;
	}
	.map img{
		margin-bottom: 30px;
	}
	.pagetop a{
		width: 50px;
		height: 50px;
		right: 20px;
		bottom: 60px;
	}
	.pagetop a:before{
		width: 20px;
		height: 20px;
		top: 20px;
		border-top: solid 3px;
		border-right: solid 3px;
		border-radius: 2px;
	}
	.pagetop a:hover{
		opacity: 1;
	}
	.stamp-rally{
		margin-bottom: 30px;
		padding: 0;
	}
	.stamp-rally img{
		width: 100%;
	}
	.footer-bnr{
		padding: 0 20px;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
        text-align: center;
	}
	.footer-bnr img{
		width: 100%;
	}
	.footer-bnr a{
		width: 49%;
		margin-bottom: 4%;
	}
	.footer-bnr a:nth-child(even){
		margin-left: 2%;
	}
	.footer-bnr img{
		width: 100%;
	}
	.footer-bnr a:hover{
		opacity: 1;
	}
	.footer-link{
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 15px;
		padding: 0 20px;
		padding: 0 5px;
	}
	.copylight{
		width:170px;
		font-size: 10px;
		line-height: 1.3em;
		margin: 30px auto 0;
	}
	.link-list{
		display: block;
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
		text-align: center;
	}
	.link-list .page-logo{
		margin: 0 auto 30px;
	}
	.tw-logo img{
		width: 24px;
	}
	.in-logo img{
		width: 20px;
	}
	.page-logo a:hover,
	.tw-logo a:hover,
	.in-logo a:hover{
		opacity: 1;
	}
	
		

}
