@charset "UTF-8";

/*------------------------------------------------------
 Base (Mobile First)
------------------------------------------------------*/
html {
	background: #FFF;
}
body{
    color: #000;
    width: 100%;
    line-height: 2em;
    -webkit-text-size-adjust: 100%;
    font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
 
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4;
}
 
img{
    max-width: 100%;
    vertical-align: bottom;
	height: auto;
}

.fade {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}

.fade:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.slideInRight {
  opacity : 0;
  transform: translateX(50px);
  transition: 1.5s;
}

.slideInLeft {
  opacity : 0;
  transform: translateX(-50px);
  transition: 1.5s;
}

.slideInUp {
  opacity : 0;
  transform: translateY(20px);
  transition: 2.5s;
}

.zoomin{overflow: hidden; }
.zoomin img{transition-duration: 0.5s;}
.slideInLeft:hover .zoomin img , .slideInRight:hover .zoomin img{transform: scale(1.2); transition-duration: 0.5s;}
 
/* clearfix */
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
/* For IE 6/7 only */
.clearfix {
    *zoom: 1;
}

.fade {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}

.fade:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

a {
	color: #575757;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.mb24 {
	margin-bottom: 24px;
}

/* フォントサイズ指定
================================================ */
html {
    /* ルートのフォントサイズを10pxに設定しておく */
	font-size: 62.5%;
}

body {
	/* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
	font-size: 1.6em;
}

/* header
================================================ */
header {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	border-bottom: 2px solid #000!important;
	height: 44px;
	background: #FFF!important;
	width: 100%;
	z-index: 50;
}
header h1 {
	padding: 12px;
	width: 45%;
}
header h1 img {
	display: block;
	width: 100%;
}
.sns {
	position: absolute;
	top: 6px;
	right: 6px;
}

.sns ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 5px;
}
.sns ul li {
	width: 6%;
	margin-right: 6px;
}
 
/* contents
================================================ */
main{
	padding-top: 44px;
}
.swiper-container.pc {
	display: none;
}
.swiper-slide {
	position: relative;
}
.swiper-slide .slidetext {
	background: #000;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 10;
	padding: 7% 3%;
	width: 100%;
	background: -moz-linear-gradient(bottom, #000, transparent);
	background: -webkit-linear-gradient(bottom, #000, transparent);
	background: linear-gradient(to top, #000, transparent);
}
.swiper-slide .slidetext dl {
	text-align: center;
}
.swiper-slide .slidetext dl dt {
	background: #D81626;
	color: #FFF;
	font-size: 1.1rem;
	font-family: 'Didact Gothic', sans-serif;
	max-width: 60%;
	padding: 2% 4%;
	border-radius: 15px;
	margin-bottom: 6px;
	display: inline-block;
}
.swiper-slide .slidetext dl dd {
	font-size: 1.6rem;
	color: #FFF;
	font-weight: bold;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	color: #FFF!important;
}
.swiper-button-next:after {
	color: #FFF!important;
}
.swiper-pagination-bullet {
	background: #CCC!important;
}
:root {
    --swiper-theme-color: #FFF!important;
}
.present h2 {
	text-align: center;
	background: #002C74;
	padding: 6px;
	color: #FFF;
	font-size: 1.8rem;
	font-family: 'Didact Gothic', sans-serif;
}
.presentBox {
	overflow: hidden;
}
.presentBox .presentTxt {
	width: 50%;
	float: left;
	padding: 2%;
}
.presentBox .presentTxt p {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
}
.presentBox .presentTxt p .itemname {
	color: #002C74;
	font-size: 1.6rem;
}
.presentBox .presentTxt .people {
	font-size: 1.6rem;
}
.presentBox .presentTxt .people .num {
	font-size: 5.5rem;
	line-height: 1;
	color: #002C74;
}
.presentBox .presentTxt .people .numsub {
	font-size: 3.5rem;
	line-height: 0.8;
	color: #002C74;
}

.presentBox .presentImg {
	width: 50%;
	float: right;
}
.formbtn a {
	text-align: center;
	background: #D81626;
	color: #FFF;
	padding: 6px;
	display: block;
	width: 100%;
	font-size:1.2rem;
	margin-top: 6px;
}
.contents h2 {
	text-align: center;
	background: #D81626;
	padding: 6px;
	color: #FFF;
	font-size: 1.8rem;
	font-family: 'Didact Gothic', sans-serif;
}

.interviewArea {
	position: relative;
}
.interviewArea .interview-copy {
	background: #000;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 10;
	padding: 5% 3%;
	width: 100%;
	background: -moz-linear-gradient(bottom, #000, transparent);
	background: -webkit-linear-gradient(bottom, #000, transparent);
	background: linear-gradient(to top, #000, transparent);
}
.interviewArea .interview-copy .volicon {
	width: 60px;
	font-size: 1.0rem;
	background: #D81626;
	color: #FFF;
	padding: 4px 10px;
	border-radius: 15px;
	margin: 0 auto;
	margin-bottom: 6px;
	text-align: center;
}
.interviewArea .interview-copy p {
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
}

.movieArea {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}
.movieArea h2 {
	text-align: center;
	background: #D81626;
	padding: 6px;
	color: #FFF;
	font-size: 1.8rem;
	font-family: 'Didact Gothic', sans-serif;
}
.movieArea .movie-inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.movieArea .movie-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.official {
	background: #E6E6E6;
	text-align: center;
	padding: 12px;
	border-radius: 20px;
	margin: 48px auto;
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.official img {
	width: 30%;
}
.official p {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.5;
}
.official a {
	display: block;
}
.official a:hover {
	text-decoration: none;
}

/* 共通項目
================================================ */

		
/* footer
================================================ */
.footerWarp {
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 24px;
	text-align: center;
	background: #FFF;
	border-top: 1px solid #000;
}
.footerWarp p {
	font-size: 1rem;
	color: #000;
}

 
/*------------------------------------------------------
 Tablet ~
------------------------------------------------------*/
@media screen and (min-width:768px) {
    /* タブレット端末以上から効くスタイル */   
	header {
		height: 66px;
	}	
	header h1 {
		width: 35%;
	}
	.sns ul {
		padding-top: 10px;
	}
	.sns ul li {
		width: 7%;
		margin-right: 10px;
	}


	/* main
	================================================ */
	main{
		padding-top: 66px;
	}
	.swiper-container.sp {
		display: none;
	}
	.swiper-container.pc {
		display: block;
	}
	.swiper-slide img {
		width: 100%;
		height: auto;
	}
	.swiper-slide .slidetext {
		padding: 4%;
	}
	.swiper-slide .slidetext dl {
		margin-bottom: 0;
	}
	.swiper-slide .slidetext dl dt {
		font-size: 1.4rem;
		max-width: 80%;
		padding: 6px 10px;
		border-radius: 15px;
		margin-bottom: 6px;
	}
	.swiper-slide .slidetext dl dd {
		font-size: 2.4rem;
		color: #FFF;
		font-weight: bold;
	}
	.presentBox .presentTxt p {
		font-size: 2.4rem;
		line-height: 1.5;
	}
	.presentBox .presentTxt p .itemname {
		font-size: 3.2rem;
	}
	.presentBox .presentTxt .people {
		font-size: 5.2rem;
	}
	.presentBox .presentTxt .people .num {
		font-size: 11.8rem;
		line-height: 1;
		color: #002C74;
	}
	.presentBox .presentTxt .people .numsub {
		font-size: 7.6rem;
		line-height: 0.8;
		color: #002C74;
	}
	.formbtn a {
		font-size:1.6rem;
		padding: 8px;
		margin-top: 16px;
	}
	.contents h2 {
		font-size: 3.0rem;
	}
	.present h2 {
		font-size: 3.0rem;
	}
	.movieArea h2 {
		font-size: 3.0rem;
	}
	.interviewArea .interview-copy .volicon {
		width: 60px;
		font-size: 1.4rem;
		padding: 6px 10px;
	}
	.interviewArea .interview-copy p {
		font-size: 2.7rem;
	}
	.official {
		border-radius: 30px;
		width: 50%;
	}
	.official img {
		width: 40%;
	}
	.official p {
		font-size: 2.0rem;
	}
}


/*------------------------------------------------------
 PC ~
------------------------------------------------------*/
@media screen and (min-width:1180px) {
    /* PC以上から効くスタイル */
	header {
		height: 88px;
	}
	header h1 {
		width: 30%;
	}
	/* main
	================================================ */
	main{
		padding-top: 88px;
	}
	.contents {
		overflow: hidden;
	}
	.interviewArea .left {
		width: 50%;
		float: left;
		max-height: 450px;
	}
	.interviewArea .right {
		width: 50%;
		float: right;
		max-height: 450px;
	}
	.presentBox .presentTxt {
		width: 45%;
		float: left;
		padding: 2%;
	}
	.presentBox .presentImg {
		width: 55%;
		float: right;
	}
	.presentBox .presentTxt p {
		font-size: 2.0rem;
		line-height: 1.5;
	}
	.presentBox .presentTxt p .itemname {
		font-size: 2.6rem;
	}
	.presentBox .presentTxt .people {
		font-size: 3.2rem;
	}
	.presentBox .presentTxt .people .num {
		font-size: 7.8rem;
		line-height: 1;
		color: #002C74;
	}
	.presentBox .presentTxt .people .numsub {
		font-size: 5.6rem;
		line-height: 0.8;
		color: #002C74;
	}
	.formbtn a {
		font-size:1.6rem;
		padding: 8px;
		margin-top: 16px;
	}
	.interviewArea .interview-copy p {
		font-size: 2.4rem;
	}
	.contents02 {
		overflow: hidden;
		border-bottom: 1px solid #D81626;
	}
	.contents02 .present {
		width: 50%;
		float: right;
		max-height: 440px;
	}
	.contents02 .movieArea {
		width: 50%;
		float: left;
		max-height: 440px;
	}
	.official {
		border-radius: 30px;
		width: 30%;
	}
	.official img {
		width: 35%;
	}
	.official p {
		font-size: 2.0rem;
	}
}