/*------------------------------------------------------------------------------
								共通
------------------------------------------------------------------------------*/
#contents-wrapper {
	padding-bottom:300px;
}
#comment-area ruby[data-ruby] {
  position:relative;
}
#comment-area ruby[data-ruby]::before {
  content: attr(data-ruby);
  position:absolute;
  left:-2em;
  top:-1.8em;
  right:-2em;
  text-align:center;
  font-size:.5em;
}
#comment-area rt {
  display:none;
}
.main-bnr-area {
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 0px;
	line-height: 0px;
}
.main-bnr-area.bnr1 {
	width: 500px;
}
.main-bnr-area.bnr2 {
	width: 820px;
}
.main-bnr-area.bnr3 {
	width: 1120px;
}
.main-bnr-area.bnr4 {
	width: 820px;
}
.main-bnr-area.bnr5 {
	width: 1200px;
}
.main-bnr-area li {
	display: inline-block;
	margin: 0 1%;
	box-sizing: border-box;
}
.main-bnr-area.bnr1 li {
	width: 98%;
}
.main-bnr-area.bnr2 li {
	width: 48%;
}
.main-bnr-area.bnr3 li {
	width: 31.333%;
}
.main-bnr-area.bnr4 li {
	width: 48%;
}

.bnr-area {
	position: relative;
	margin: 0 auto;
	font-size: 0px;
}
.bnr-area li {
	box-sizing: border-box;
	border: 1px solid #fbcc36;
}
.bnr-area.bnr1 {
	width: 260px;
}
.bnr-area.bnr2 {
	width: 520px;
}
.bnr-area.bnr3 {
	width: 780px;
}
.bnr-area.bnr4 {
	width: 100%;
	max-width: 1080px;
	padding: 0 40px;
	box-sizing: border-box;
}
.bnr-area.bnr1 li {
	width: 98%;
	display: inline-block;
	margin: 0 1%;
	box-sizing: border-box;
}
.bnr-area.bnr2 li {
	width: 48%;
	display: inline-block;
	margin: 0 1%;
	box-sizing: border-box;
}
.bnr-area.bnr3 li {
	width: 31.333%;
	display: inline-block;
	margin: 0 1%;
	box-sizing: border-box;
}
.bnr-area.bnr4 li {
	width: 23.5%;
	display: inline-block;
	margin: 0 0.75%;
	box-sizing: border-box;
}
section .box {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width:100%;
	box-sizing: border-box;
	max-width: 1440px;
	padding:0 60px 0;
}
/*------------------------------------------------------------------------------
								MAIN
------------------------------------------------------------------------------*/
#main-area {
	position: relative;
	width: 100%;
	padding:0;
	height: 100vh;
	min-height: 50vw;
	max-height: 70vw;
	margin: 0 auto;
	background: #000000;
}
#main-area h1 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
	text-indent: -99999px;
}
#main-area .main-box {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#main-area .main-box .main-img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("../../img/top/main-visual-pc.jpg?ver1.1") no-repeat center center / cover;
}
#main-area .main-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
#main-area .main-box .main-logo {
	position: absolute;
	width: 56%;
	padding-top: 11.538461538461538%;
	height: 0px;
	left: 50%;
	top: 50%;
	margin-left: -27.5%;
	margin-top: 9.5vw;
	transform: rotate(-8deg)
}
#main-area .main-box .main-logo li {
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 0px;
	top:0px;
	left:0px;
	text-indent: -99999px;
}
#main-area .main-box .main-logo .main-logo1 {background: url("../../img/top/main-logo1.png") no-repeat center center / contain;}
#main-area .main-box .main-logo .main-logo2 {background: url("../../img/top/main-logo2.png") no-repeat center center / contain;}
#main-area .main-box .main-logo .main-logo-sub {background: url("../../img/top/main-logo-sub.png") no-repeat center center / contain;}
#main-area .main-box .copy {
	position: absolute;
	width: 4%;
	height: 0px;
	line-height: 0px;
	padding-top: 17%;
	left: 50%;
	top: 50%;
	margin-left: -2%;
	margin-top: -5.5%;
	background: url("../../img/top/main-copy.png") no-repeat center center / contain;
	text-indent: -99999px;
}
#main-area .day {
	position: absolute;
	width: 7%;
	padding-top: 4%;
	line-height: 0px;
	height: 0px;
	top: 50%;
	left: 50%;
	margin-left: 24%;
	margin-top: 19%;
	background: url("../../img/top/main-day.png") no-repeat center center / contain;
	text-indent: -99999px;
}
/*------------------------------------------------------------------------------
								ANIMATION
------------------------------------------------------------------------------*/
/*スケールダウン*/
.fromBottomOut {
	transform: translate(0,40px);
	opacity: 0.0;
}
.fromBottomIn {
	-webkit-transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translate(0,0);
	opacity: 1.0;
}
.slideLeftOut {
	transform: translate(-400%,0px);
	opacity: 1.0;
}
.slideLeftIn {
	-webkit-transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	transform: translate(3%,0);
	opacity: 1.0;
}
.slideRightOut {
	transform: translate(400%,0px);
	opacity: 1.0;
}
.slideRightIn {
	-webkit-transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	transform: translate(-3%,0);
	opacity: 1.0;
}
.slideLeftOut2 {
	transform: translate(3%,0px);
	opacity: 1.0;
}
.slideLeftIn2 {
	-webkit-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	transition:         all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	transform: translate(0,0);
	opacity: 1.0;
}
.slideRightOut2 {
	transform: translate(-3%,0px);
	opacity: 1.0;
}
.slideRightIn2 {
	-webkit-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	transition:         all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	transform: translate(0,0);
	opacity: 1.0;
}
.scaleDownOut {
	transform: translate(0px, 0px) rotate(0deg) scale(1.5);
	opacity: 1.0;
}
.scaleDownIn {
	-webkit-transition: all 2.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 2.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translate(0px, 0px) rotate(0deg) scale(1.0);
	opacity: 1.0;
}
.scaleUpOut {
	-webkit-transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translate(0px, 0px) rotate(0deg) scale(0.6);
	opacity: 0.0;
}
.scaleUpIn {
	-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translate(0px, 0px) rotate(0deg) scale(1.0);
	opacity: 1.0;
}
.scaleUpOut2 {
	-webkit-transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(0.9,0.9);
	opacity: 0.0;
}
.scaleUpIn2 {
	-webkit-transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(1.0,1.0);
	opacity: 1.0;
}
.scaleUpOut3 {
	-webkit-transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(0.95,0.95);
	opacity: 0.0;
}
.scaleUpIn3 {
	-webkit-transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(1.0,1.0);
	opacity: 1.0;
}
.alphaOut {
	opacity: 0.0;
}
.alphaIn {
	-webkit-transition: all 2.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 2.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 1.0;
}
.fix {
	transform: translate(0px, 0px) rotate(0deg) scale(1.0);
	-webkit-transition: all 0.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 0.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 1.0;
}
/*------------------------------------------------------------------------------
								MIDDLE
------------------------------------------------------------------------------*/
.middle {
	background: #000000 url("../../img/common/bg1.jpg") no-repeat center center / cover;
	position: relative;
	font-family: 'Noto Serif JP', serif;
}
.billing {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	color: #FFFFFF;
}
.billing h3,.billing h4,.billing h5,.billing p {
	text-align: center;
	line-height: 1.8em;
}
.billing h4 {
	font-size: 20px;
	font-weight: 600;
}
.billing h5 {
	font-size: 13px;
	font-weight: 600;
}
.billing p {
	font-size: 10px;
	font-weight: 600;
}

#sns-link {
	margin: 0 auto;
	height: auto;
	position: relative;
	overflow: hidden;
}
.sns-link1 {
	width: 240px;
}
.sns-link2 {
	width: 500px;
}
.sns-link3 {
	width: 760px;
}
#sns-link li {
	width: 240px;
	float: left;
	margin-right: 20px;
	opacity: 1.0;
}
#sns-link li:last-child {
	margin-right: 0px;
}
#sns-area {
	position:relative;
	left:auto;
	width:auto;
	width: 150px;
	padding-left: 0;
	margin: 0 auto 0;
	overflow: hidden;
}
#sns-area li {
	width:40px;
	height:40px;
	position:relative;
	margin-right:15px;
	float: left;
	opacity: 0.8;
}
#sns-area li:last-child {
	margin-right:0px;
}
#sns-area li a {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-indent:-999999px;
}
#sns-area #snsFb {
	background:url("../../img/bnr/sns-icon.png") no-repeat left 0px top / auto 40px;
}
#sns-area #snsTw {
	background:url("../../img/bnr/sns-icon.png") no-repeat left -40px top / auto 40px;
}
#sns-area #snsLine {
	background:url("../../img/bnr/sns-icon.png") no-repeat left -80px top / auto 40px;
}
/*------------------------------------------------------------------------------
								TRAILER AREA
------------------------------------------------------------------------------*/
#movie-area {
	background: #000000;
}
#trailer-area {
	width:100%;
	margin:0px auto 0px;
}
#trailer-area .prArea {  
	margin: 0 auto 0 auto;
	color: #000;
	font-size: 16px;
	line-height: 1.6em;
	width:100%;
	box-sizing: border-box;
	max-width: 1280px;
	padding:0;
}

#trailer-area .video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0;
	background:#000000;
}
#trailer-area .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*------------------------------------------------------------------------------
								INTRO AREA
------------------------------------------------------------------------------*/
#intro-area {
	background: url("../../img/top/intro-back.jpg") no-repeat left top / 100vw auto;
	color: #CCCCCC;
}
#intro-area .intro-box {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 60px;
}
#intro-area .intro-box .txt-box {	
	position: relative;
	font-weight: 500;
	margin: 0 auto;
	width: 100%;
	max-width: 1600px;
	padding-left: 500px;
	padding-right: 260px;
	box-sizing: border-box;
	min-height: 850px;
}
#intro-area .intro-box .txt-box h4 {
	font-family: 'Teko', sans-serif;
	color: #f0cb68;
	font-weight: 400;
	font-size: 36px;
}
#intro-area .intro-box .txt-box p {
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	line-height: 1.8em;
	text-align: justify;
}
#intro-area .intro-box h6 {
	position: absolute;
	top: -180px;
	right: 0%;
	width: 140px;
	height: 1000px;
	background: url("../../img/top/intro-logo.png") no-repeat right top / contain;
	text-indent: -99999px;
}
#intro-area .intro-box h5 {
	position: absolute;
	top: -160px;
	right: 125px;
	width: 100px;
	height: 1000px;
	background: url("../../img/top/intro-copy.png") no-repeat right top / contain;
	text-indent: -99999px;
}
@media screen and (max-width: 1600px) {
#intro-area .intro-box {
	padding: 0 80px;
}
#intro-area .intro-box .txt-box {
	padding-left: 0px;
	padding-top: 200px;
	min-height: 820px;
}
#intro-area .intro-box h6 {
	top: -120px;
}
#intro-area .intro-box h5 {
	top: -100px;
}
}

/*------------------------------------------------------------------------------
								COMMENT
------------------------------------------------------------------------------*/
#comment-area {
	font-family: 'Noto Serif JP', serif;
	color: #CCCCCC;
}
#comment-area .comment-main {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 60px;
	width: 100%;
	max-width: 1440px;
}
#comment-area h3 {
	width: 12em;
	line-height: 2em;
	padding: 0px;
	height: 2em;
	margin: 0 auto;
	text-align: center;
	position: relative;
	color: #f0cb68;
	border: 1px solid #f0cb68;
	font-size: 18px;
	font-weight: 600;
}
#comment-area ul {
	width:100%;
	overflow: hidden;
	position: relative;
}
#comment-area ul li {
	width: 100%;
}

#comment-area ul li h4 {
	font-size: 30px;
	line-height: 1em;
	font-weight: 500;
	color: #f0cb68;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 20px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #f0cb68;
}
#comment-area ul li h4 span {
	font-size: 24px;
}
#comment-area ul li h5 {
	font-size: 20px;
	line-height: 1.8em;
	font-weight: 400;
	color: #f0cb68;
	font-family: "Noto Serif JP", serif;
}
#comment-area ul li h5 span {
	display: inline-block;
}
#comment-area ul li h6 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
	text-indent: -0.5em;
}
#comment-area ul li p {
	font-size: 18px;
	line-height: 2em;
	text-align: justify;
}
/*------------------------------------------------------------------------------
								ORIGINAL
------------------------------------------------------------------------------*/
#original-area {
	width: 100%;
	background: #000000 url("../../img/common/bg1.jpg") no-repeat center center / cover;
	padding: 4% 0 5%;
}
#original-area .original-main {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 60px;
	width: 100%;
	max-width: 1440px;
}
.original-img {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.original-img li {
	float: left;
	width: 8.6%;
	padding-top: 12.1%;
	margin-right: 0.54%;
	margin-bottom: 0.54%;
}
.original-img li:nth-child(11n) {
	margin-right: 0px;
}
.original-img li:nth-child(23) {
	margin-left: 9.14%;
}
.original-img .img1 {background: url("../../img/original/img1.jpg") no-repeat center center / cover;}
.original-img .img2 {background: url("../../img/original/img2.jpg") no-repeat center center / cover;}
.original-img .img3 {background: url("../../img/original/img3.jpg") no-repeat center center / cover;}
.original-img .img4 {background: url("../../img/original/img4.jpg") no-repeat center center / cover;}
.original-img .img5 {background: url("../../img/original/img5.jpg") no-repeat center center / cover;}
.original-img .img6 {background: url("../../img/original/img6.jpg") no-repeat center center / cover;}
.original-img .img7 {background: url("../../img/original/img7.jpg") no-repeat center center / cover;}
.original-img .img8 {background: url("../../img/original/img8.jpg") no-repeat center center / cover;}
.original-img .img9 {background: url("../../img/original/img9.jpg") no-repeat center center / cover;}
.original-img .img10 {background: url("../../img/original/img10.jpg") no-repeat center center / cover;}
.original-img .img11 {background: url("../../img/original/img11.jpg") no-repeat center center / cover;}
.original-img .img12 {background: url("../../img/original/img12.jpg") no-repeat center center / cover;}
.original-img .img13 {background: url("../../img/original/img13.jpg") no-repeat center center / cover;}
.original-img .img14 {background: url("../../img/original/img14.jpg") no-repeat center center / cover;}
.original-img .img15 {background: url("../../img/original/img15.jpg") no-repeat center center / cover;}
.original-img .img16 {background: url("../../img/original/img16.jpg") no-repeat center center / cover;}
.original-img .img17 {background: url("../../img/original/img17.jpg") no-repeat center center / cover;}
.original-img .img18 {background: url("../../img/original/img18.jpg") no-repeat center center / cover;}
.original-img .img19 {background: url("../../img/original/img19.jpg") no-repeat center center / cover;}
.original-img .img20 {background: url("../../img/original/img20.jpg") no-repeat center center / cover;}
.original-img .img21 {background: url("../../img/original/img21.jpg") no-repeat center center / cover;}
.original-img .img22 {background: url("../../img/original/img22.jpg") no-repeat center center / cover;}
.original-img .img23 {background: url("../../img/original/img23.jpg") no-repeat center center / cover;}
.original-img .img24 {background: url("../../img/original/img24.jpg") no-repeat center center / cover;}
.original-img .img25 {background: url("../../img/original/img25.jpg") no-repeat center center / cover;}
.original-img .img26 {background: url("../../img/original/img26.jpg") no-repeat center center / cover;}
.original-img .img27 {background: url("../../img/original/img27.jpg") no-repeat center center / cover;}
.original-img .img28 {background: url("../../img/original/img28.jpg") no-repeat center center / cover;}
.original-img .img29 {background: url("../../img/original/img29.jpg") no-repeat center center / cover;}
.original-img .img30 {background: url("../../img/original/img30.jpg") no-repeat center center / cover;}
.original-img .img31 {background: url("../../img/original/img31.jpg") no-repeat center center / cover;}

.original-box {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.left-box {
	position: absolute;
	top:0px;
	left:0px;
	width: 300px;
}
.right-box {
	width: 100%;
	box-sizing: border-box;
	padding-left: 300px;
	padding-left: 300px;
}

.headline {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	padding:0.3em 0 0.3em 50px;
	border-left: 10px solid #b4984e;
}
.headline:after {
	content: "";
	position: absolute;
	top:0px;
	left:10px;
	height: 100%;
	border-left: 10px solid #b4984e;
}
.headline h4,.headline h3 {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #FFFFFF;
}
.headline h4 {
	font-size: 26px;
	line-height: 1em;
	margin-bottom: 8px;
	letter-spacing: 0.5em;
}
.headline h3 {
	font-size: 36px;
	line-height: 1.3em;
}
.headline p {
	display: block;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 0.6em;
	margin-top: 20px;
	margin-bottom: -2px;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	color: #b4984e;
}
.right-box h3 {
	display: block;
	font-size: 28px;
	letter-spacing: 0.15em;
	line-height: 1em;
	margin-bottom: 10px;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	color: #b4984e;
}
.right-box p {
	line-height: 1.8em;
	font-family: 'Noto Sans JP', serif;
	font-weight: 400;
	color: #FFFFFF;
	text-align: justify;
	margin-bottom: 0px;
	font-size: 18px;
}
.left-box2 {
	float: left;
	width: 40%;
	position: relative;
}
.right-box2 {
	float: right;
	width: 60%;
	position: relative;
}
.left-box2 h3,.right-box2 h3 {
	position: absolute;
	top:0px;
	left:0px;
	font-size: 22px;
	line-height: 18px;
	border :1px solid #b4984e;
	width: 140px;
	text-align: center;
	height: 100%;
	box-sizing: border-box;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.2em;
	padding-left: 0.4em;
	color: #b4984e;
}
.left-box2 h3 {
	padding-top: 1.0em;
}
.right-box2 h3 {
	padding-top: 3em;
}
.left-box2 p,.right-box2 p {
	padding-left: 160px;
}
.left-box2 p {
	font-size: 16px;
	line-height: 2em;
}
.right-box2 p {
	font-size: 16px;
	line-height: 2em;
	padding: 0 0 0 155px;
}
.right-box2 p:first-child {
	margin-top: 10px;
}
.right-box2 p:last-child {
	margin-bottom: 20px;
}
.left-box2 p span,.right-box2 p span {
	font-size: 14px;
}

@media screen and (max-width: 1560px) {
.original-img li {
	float: left;
	width: 12%;
	padding-top: 16.9%;
	margin-right: 0.57%;
	margin-bottom: 0.57%;
}
.original-img li:nth-child(11n) {
	margin-right: 0.5%;
}
.original-img li:nth-child(23) {
	margin-left: 0%;
}
.original-img li:nth-child(8n) {
	margin-right: 0%;
}
.left-box2 {
	float: none;
	width: 100%;
}
.right-box2 {
	float: none;
	width: 100%;
	margin-top: 20px;
}
.left-box2 h3,.right-box2 h3 {
	width: 140px;
}
.left-box2 h3 {
	padding-top: 1.0em;
}
.right-box2 h3 {
	padding-top: 2.3em;
}
.left-box2 p {
	line-height: 2em;
}
.right-box2 p {
	padding: 0 0 0 155px;
}
.right-box2 p:first-child {
	margin-top: 0px;
}
.right-box2 p:last-child {
	margin-bottom: 0px;
}
}
/*==============================================================================
								SP
==============================================================================*/
@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								基本
------------------------------------------------------------------------------*/
#contents-wrapper {
	padding-bottom:40.8vw;
}
#comment-area ruby[data-ruby]::before {
  top:-2em;
}
.main-bnr-area.bnr1 {
	width: 75%;
}
.main-bnr-area.bnr2 {
	width: 75%;
}
.main-bnr-area.bnr3 {
	width: 75%;
}
.main-bnr-area.bnr4 {
	width: 75%;
}
.main-bnr-area.bnr5 {
	width: 75%;
}
.main-bnr-area li {
	display: inline-block;
	margin: 0 0 4%;
	box-sizing: border-box;
	border: 1px solid #31333b;
}
.main-bnr-area.bnr1 li {
	width: 100%;
}
.main-bnr-area.bnr2 li {
	width: 100%;
}
.main-bnr-area.bnr3 li {
	width: 100%;
}
.main-bnr-area.bnr4 li {
	width: 100%;
}

.bnr-area.bnr1 {
	width: 46vw;
}
.bnr-area.bnr2 {
	width: 92vw;
}
.bnr-area.bnr3 {
	width: 92vw;
}
.bnr-area.bnr4 {
	width: 92vw;
	padding: 0 0;
}
.bnr-area.bnr1 li {
	width: 100%;
	display: inline-block;
	margin: 0 0;
	box-sizing: border-box;
}
.bnr-area.bnr2 li {
	width: 49%;
	display: inline-block;
	margin: 0 0.5%;
	box-sizing: border-box;
}
.bnr-area.bnr3 li {
	width: 49%;
	display: inline-block;
	margin: 0 0.5% 1%;
	box-sizing: border-box;
}
.bnr-area.bnr4 li {
	width: 48%;
	display: inline-block;
	margin: 0 1% 2%;
	box-sizing: border-box;
}
section .box {
	padding:0 40px 0;
}
/*------------------------------------------------------------------------------
								MAIN
------------------------------------------------------------------------------*/
#main-area {
	height: 100vh;
	min-height: 150vw;
	max-height: 169.2vw;
}
#main-area .main-box .main-img {
	background: url("../../img/top/main-visual-sp.jpg?ver1.1") no-repeat center center / cover;
}
#main-area .main-box .main-logo {
	width: 96%;
	padding-top: 20%;
	margin-left: -48%;
	margin-top: 31vw;
	transform: rotate(-12deg)
}
#main-area .main-box .copy {
	width: 10%;
	padding-top: 44%;
	margin-left: -5%;
	margin-top: -8%;
}
#main-area .day {
	width: 16%;
	padding-top: 9%;
	margin-left: 30%;
	margin-top: 54%;
}
/*------------------------------------------------------------------------------
								MIDDLE
------------------------------------------------------------------------------*/
.middle {
	background: #000000 url("../../img/common/bg1sp.jpg") no-repeat center center / cover;
	z-index: 0;
}
.billing h4,.billing h5,.billing p {
	line-height: 2.0em;
}
.billing h4 {
	font-size: 2.6vw;
}
.billing h5 {
	font-size: 2.0vw;
}
.billing p {
	font-size: 1.5vw;
}
.sns-link3 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 100px;
}
#sns-link li {
	width: 31%;
	margin-right: 3.5%;
}
#sns-area {
	width: 30vw;
}
#sns-area li {
	width:8vw;
	height:8vw;
	margin-right:3vw;
}
#sns-area #snsFb {
	background:url("../../img/bnr/sns-icon.png") no-repeat left 0px top / auto 8vw;
}
#sns-area #snsTw {
	background:url("../../img/bnr/sns-icon.png") no-repeat left -8vw top / auto 8vw;
}
#sns-area #snsLine {
	background:url("../../img/bnr/sns-icon.png") no-repeat left -16vw top / auto 8vw;
}
/*------------------------------------------------------------------------------
								TRAILER AREA
------------------------------------------------------------------------------*/
#trailer-area {
	width:100%;
	margin:0px auto 0px;
}
#trailer-area .prArea {  
	font-size: 2vw;
	width:100%;
}
/*------------------------------------------------------------------------------
								INTRO AREA
------------------------------------------------------------------------------*/
#intro-area {
	background: url("../../img/top/intro-back-sp.jpg") no-repeat left top / 100vw auto;
}
#intro-area .intro-box {
	padding: 0 40px;
}
#intro-area .intro-box .txt-box {
	padding-top: 20vw;
	padding-right: 29vw;
}
#intro-area .intro-box .txt-box h4 {
	font-size: 5vw;
}
#intro-area .intro-box .txt-box p {
	font-size: 2.5vw;
}
#intro-area .intro-box h6 {
	top: 4vw;
	width: 20vw;
	height: 140vw;
}
#intro-area .intro-box h5 {
	top: 64vw;
	right: 10vw;
	width: 16vw;
	height: 146vw;
}
/*------------------------------------------------------------------------------
								COMMENT
------------------------------------------------------------------------------*/
#comment-area {
}
#comment-area .comment-main {
	padding: 0 40px;
}
#comment-area h3 {
	border: 2px solid #f0cb68;
	font-size: 2.5vw;
}
#comment-area ul li h4 {
	font-size: 5vw;
	margin-bottom: 2.5vw;
	padding-bottom: 2.5vw;
	border-bottom: 2px dotted #f0cb68;
}
#comment-area ul li h4 span {
	font-size: 3.5vw;
}
#comment-area ul li h5 {
	font-size: 2.8vw;
}
#comment-area ul li h6 {
	font-size: 2.5vw;
}
#comment-area ul li p {
	font-size: 2.5vw;
	line-height: 1.8em;
}

/*------------------------------------------------------------------------------
								ORIGINAL
------------------------------------------------------------------------------*/
.tablet {
	display: none;
}
#original-area {
	width: 100%;
	background: #000000 url("../../img/common/bg1sp.jpg") no-repeat center center / cover;
	padding: 8vw 0 6%;
}
.left-box {
	position: relative;
	width: 100%;
}
.right-box {
	padding-left: 0px;
}

.headline {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	padding:0.3em 0 0.3em 50px;
	border-left: 10px solid #b4984e;
}
.headline:after {
	content: "";
	position: absolute;
	top:0px;
	left:10px;
	height: 100%;
	border-left: 10px solid #b4984e;
}
.headline h4 {
	font-size: 4vw;
	margin-bottom: 2.5vw;
}
.headline h3 {
	font-size: 5vw;
	line-height: 1em;
}
.headline p {
	font-size: 6vw;
	margin-top: 4vw;
	margin-bottom: -2px;
}
.right-box h3 {
	font-size: 5vw;
	line-height: 1.2em;
	margin-top: 1vw;
	margin-bottom: 0vw;
}
.right-box p {
	font-size: 2.8vw;
}

.original-img li {
	float: left;
	width: 24%;
	padding-top: 33.8%;
	margin-right: 1.14%;
	margin-bottom: 1.14%;
}
.original-img li:nth-child(11n) {
	margin-right: 1.14%;
}
.original-img li:nth-child(8n) {
	margin-right: 1.14%;
}
.original-img li:nth-child(4n) {
	margin-right: 0%;
}
.original-img li:nth-child(25) {
	margin-left: 0%;
}
.original-img li:nth-child(29) {
	margin-left: 12.57%;
}
.right-box2 {
	margin-top: 3vw;
}
.left-box2 h3,.right-box2 h3 {
	width: 18vw;
	font-size: 3vw;
}
.left-box2 h3 {
	padding-top: 1.25em;
}
.right-box2 h3 {
	padding-top: 4.5em;
}
.left-box2 p {
	line-height: 2em;
	font-size: 2.5vw;
	padding: 0 0 0 21.5vw;
}
.left-box2 p span {
	font-size: 2.2vw;
}
.right-box2 p {
	line-height: 1.5em;
	margin-bottom: 0.5em;
	font-size: 2.5vw;
	padding: 0 0 0 36vw;
	text-indent: -5.2em;
}
.right-box2 p span {
	font-size: 2.5vw;
}
}