@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+SC:500');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;/*	outline: 0;*/
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: none;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
a {
	-webkit-tap-highlight-color: transparent;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	/*\*/
	overflow: hidden;/**/
}
option {
	padding-right: 10px;
}
a {
	outline: none;
	color: #0297dc;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a:focus {
	outline: none;
}
fieldset, img {
	border: 0;
}
.guard {
	pointer-events: none;
	cursor: default;
}
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
}
/* ------------------------------
	コンテンツ
------------------------------ */
header, article, aside, section, footer, nav, menu, details, hgroup, summary {
	display: block;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-size: 14px;
	font-family: 'Noto Serif SC', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 500;
	line-height: 1.55;
	color: #333;
	letter-spacing: 0.02em;
}
#wrp {
    width:100%;
	position: relative;
	overflow: hidden;
	display: block;
	border-bottom: 8px solid #e1ca00;
}
#mainImg {
    margin: 0 auto;
    width: 100%;
	padding-top: 36%;
    text-align: left;
    position: relative;
}
#mainImg.revue {
	padding-top: 56%;
}
#mainImg img {
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
    position: absolute;
}
.contents {
	width: 100%;
	overflow: hidden;
	padding: 1em 0;
	margin: 0 auto;
	background: -prefix-linear-gradient(bottom, rgba(225,202,0,0.05), rgba(255,255,255,1));
    background: linear-gradient(to bottom, rgba(225,202,0,0.05), rgba(255,255,255,0));
}
.contents a:hover {
	opacity: .7;
}
.contents img {
	max-width: 100%;
	vertical-align: bottom;
}
.report, .banner-area, .writer-prof {
	width: 100%;
	max-width: 900px;
	padding: 1em;
	box-sizing: border-box;
	margin: 0 auto;
}
.report.w {
	max-width: 1200px;
}
.header-control {
	left: 0;
	padding-top: 2px;
	position: absolute;
	top: 0;
	width: 100%;
}
.header-control {
	background: #ededed;
	border: none;
	font-size: 11px;
	height: 30px;
	padding: 0;
}
.header-control {
	background-color: rgba(0, 0, 0, 0.8);
	height: auto;
	position: fixed;
	z-index: 999;
}
.header-control .logo {
	display: block;
	margin: 0 auto;
	height: 35px;
}
.mainimage {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
@-webkit-keyframes bg_anime1 {
 0% {
-webkit-transform: scale(1);
}
 100% {
-webkit-transform: scale(1.1);
}
}
@keyframes bg_anime1 {
 0% {
transform: scale(1);
}
 100% {
transform: scale(1.1);
}
}
.movie .inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 480px;
	max-height: 100% !important;
}
.view {
	width: 100%;              /*横幅いっぱいにwidthを指定*/
	max-width: 1600px;
	margin: 0 auto 2em;
	padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
	height: 0px;              /*高さはpaddingで指定するためheightは0に*/
	position: relative;
	overflow: hidden;
	display: block;
	-webkit-overflow-scrolling: touch; /*-- これが重要っぽい --*/
	overflow-scrolling: touch; /*-- これも重要そう --*/
}
.view iframe, .view .player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.logobox {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
}
.titlebox02 {
	padding: 1em 0;
	text-align: center;
}
.maintitle {
	font-size: 4vw;
	text-align: center;
	font-weight : bold;
	line-height: 1.3;
	width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
}
.responselogo {
    max-width: 150px;
    display: block;
    margin: 0.8em auto 0.4em;
}
.maintitle02 {
	font-size: 7vw;
	line-height: 1.4em;
	font-weight : bold;
	text-align: center;
}
.titlebox02 .read {
	font-size: 5vw;
	font-weight : bold;
	text-align: center;
}
.titlebox02 .read span {
	font-size: 0.7em;
	display: block;
}
.titlebox02 .read .work {
	font-size: 0.5em;
	margin-left: 10px;
}
.titlebox02 .read::after {
    border: 2px solid #e1ca00;
    content: " ";
    display: block;
	margin: 0.5em auto;
    width: 15%;
}
.column .titlebox02 .read::after {
	display: none;
}
.subtitle {
	font-size: 1.4em;
	font-weight : bold;
	color: #fff;
	line-height: 1;
}
@keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.report .eff-bef {
	opacity: 0;
}
.report .eff-aft {
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	opacity: 1.0;
}
.report .title {
	font-size: 5vw;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 0.8em;
	text-align: center;
	/*
	color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
.report .title span {
	font-size: 0.7em;
	display: block;
}
.report .title.sub {
    text-align: left;
}
/*.report .title.sub::before {
	width: 28px;
    height: 26px;
    content: "　";
    background: url(../img/ico_phev.png) left center no-repeat;
    background-size: 24px auto;
    display: inline-block;
}*/
.report .title.sub::after {
    border: 2px solid #e1ca00;
    content: " ";
    display: block;
    margin: 0.4em 0 0.6em;
    width: 30%;
    max-width: 120px;
}
.report p {
	margin-bottom: 1em;
}
.report p.big {
	font-size: 4.4vw;
	font-weight: bold;
	margin-top: 1.2em;
	text-align: center;
	margin-bottom: 0;
}
.credit {
	font-size: 0.8em;
	text-align: right;
	margin-bottom: 2em;
}
.report .figure {
	margin: 1em 0 2em;
	vertical-align: middle;
}
.report .figure.R {
	float: right;
	width: 50%;
	max-width: 600px;
	margin: 0 0 0.5em 0.5em;
}
.photo {
	letter-spacing: -.4em;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}
.photo.car {
	margin-top: 2em;
	clear: both;
}
.photo li.w2, .photo li.w3, .photo li.w4 {
	letter-spacing: normal;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	line-height: 1.1;
}
.photo li.w3 {
	width: 49%;
	margin: 0.5%;
	box-sizing: border-box;
}
.photo li.w4 a, .photo li.w3 a, .banner-area a {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.photo li.w2 .txt, .photo li.w3 .txt, .photo li.w4 .txt {
    position: absolute;
    bottom: 0;
    padding: 10px 10% 0;
    box-sizing: border-box;
    width: 100%;
    background: -prefix-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    color: #fff;
    height: 24%;
    font-size: 8vw;
	opacity: 0.7;
	white-space: nowrap;
}
.photo li.w4 .txt span {
    font-size: 3vw;
    display: block;
    line-height: 1.6em;
}
.photo li.w2 .txt, .photo li.w3 .txt {
	padding: 10px 5% 0;
    font-size: 2vw;
    font-weight: bold;
	opacity: 0.7;
	height: 25%;
}
.banner-area {
	text-align: center;
	vertical-align: top;
	margin-top: 2em;
}
.link-btn {
    display: block;
    margin: 1.2em auto 1em;
    border: 1px solid #000;
	background-color: #000;
    color: #fff;
    padding: 5px;
    font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	max-width: 400px;
	width: 60%;
	min-width: 200px;
	text-align: center;
	transition: 0.2s;
}
.link-btn span {
    display: block;
    font-size: 0.7em;
}
.link-btn:hover {
	text-decoration: none;
}
.banner-area .title {
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 6vw;
	margin-bottom: 0.2em;
}
.title-interview {
	text-align: center;
	color: #e1ca00;
	font-weight: bold;
	font-size: 7vw;
	margin-bottom: 0.2em;
}
.banner-area ul li {
	margin-bottom: 1em;
}
.writer-prof .prof-image {
	margin-bottom: 0.8em;
}
.writer-prof .profile {
	border-top: 3px solid #eee;
	padding-top: 2em;
	margin-bottom: 3em;
}
.writer-prof .title {
	color: #e1ca00;
	font-weight: bold;
	font-size: 1em;
}
.writer-prof .name {
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 0;
	letter-spacing: 0.1em;
}
.writer-prof .name .occupation {
	font-size: 12px;
	margin-left: 10px;
	letter-spacing: 0;
}
.writer-prof p {
	font-size: 0.9em;
}
.thm-footer {
	background-color: #f0f0f0;
}
.thm-footer .item {
	color: #ccc;
}
.thm-footer .item .link {
	color: #ccc;
	text-decoration: none;
	display: inline-block;
}
.thm-footer .section.site .control-list {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
}
.thm-footer .section.site .control-list .logo {
	display: block;
	margin: auto;
	text-align: center;
}
.thm-footer .inner {
	background-color: #444;
	font-size: 10px;
	padding: 15px 0;
}
.thm-footer .inner .common-link-list {
	list-style-type: none;
	margin: 0 3vw;
	padding: 0;
	text-align: center;
}
.thm-footer .inner .common-link-list .item {
	display: inline-block;
	margin-right: 1em;
}
.thm-footer .item .link img {
	max-width: 110px;
}
.page-top.is-visible {
	display: block;
}
#page_top{
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0.9;
	z-index: 10000;
}
#page_top a{
	border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #e1ca00;
    color: #fff;
    font-size: 0;
    margin: auto;
    padding: 0;
	display: block;
	position: relative;
}
#page_top a:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-right: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 2px 0 0 2px;
	content: '';
}
.sp {
	display: block;
}
.pc {
	display: none;
}
@media screen and (min-width: 480px) {
body {
	font-size: 16px;
	line-height: 1.8;
}
.contents {
	padding: 2em 0;
}
.header-control .logo {
	height: 40px;
}
.report .figure.R {
    margin: 0 0 2em 2em;
}
.subtitle {
	margin-top: 0.5em;
    font-size: 1.88em;
}
.writer-prof .prof-image {
	width: 100%;
	max-width: 400px;
	float: left;
	margin: 0 2em 2em 0;
}
.report .title {
	font-size: 1.8em;
	margin-bottom: 0.8em;
}
.report .title  {
	font-size: 1.8em;
	margin-bottom: 0.8em;
}
.thm-footer .item .link img {
	max-width: 100%;
}
.report .figure.R {
	width: 45%;
}
.photo.car {
	margin-top: 5em;
}
.photo li.w2 .txt {
    font-size: 2.6vw;
	height: 18%;
}
.photo li.w4 {
	width: 25%;
}
.photo li.w3 {
	width: 32.333%;
}
.photo li.w4 {
	width: 25%;
}
.photo li.w4 .txt {
    height: 18%;
    font-size: 3.9vw;
}
.photo li.w4 .txt span {
    font-size: 0.3em;
}
#page_top a{
	border-radius: 50%;
    height: 68px;
    width: 68px;
    text-align: center;
    background: #e1ca00;
    color: #fff;
    font-size: 0;
    margin: auto;
    padding: 0;
	display: block;
	position: relative;
}
#page_top a:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-right: -11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 2px 0 0 2px;
	content: '';
}
.link-btn {
	font-size: 1.2em;
    padding: 15px 10px;
    margin-bottom: 0;
    line-height: 1.2em;
}
.link-btn.jp {
	font-size: 1.2em;
}
.contents a.link-btn:hover {
	background-color: #000;
	color: #fff;
	opacity: 1;
}
}

@media screen and (min-width: 768px) {
.sp {
	display: none;
}
.pc {
	display:block;
}
.header-control .logo {
	height: 60px;
}
.report .title {
    font-size: 2em;
    margin-bottom: 1em;
}
.report .title.sub {
    font-size: 2em;
}
/*.report .title.sub::before {
    width: 50px;
    height: 45px;
    background-size: 44px auto;
    display: inline-block;
}*/
.titlebox {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
	overflow: hidden;
}
.column .titlebox02 {
	position: absolute;
	left: 4%;
	top: 0.5em;
	z-index: 100;
	color: #000;
}
.column .titlebox02.R {
	left: auto;
	right: 4%;
	top: 1em;
	text-align: right;
}
.maintitle {
	font-size: 3.3vw;
	line-height: 1em;
    white-space: nowrap;
	font-weight: normal;
}
.responselogo {
	max-width: 300px;
	width: 50%;
	display: inline-block;
}
.maintitle02 {
	font-size: 4.4vw;
	line-height: 1.4em;
}
.titlebox02.R .maintitle02 {
	text-align: right;
}
.titlebox02 .black, .titlebox02.R .black {
	color: #000;
}
/*
.maintitle02::after {
    border: 3px solid #000;
    content: " ";
    display: block;
	margin: 0.2em 0;
    width: 20%;
}
.titlebox02.R .maintitle02::after, 
.titlebox02 .read::after {
	display: none;
}*/
.titlebox02 .read {
	font-size: 3vw;
}
.titlebox02.R .read {
	font-size: 2.4vw;
	text-align: right;
	line-height: 1em;
}
.report p.big {
    font-size: 1.6em;
    margin-bottom: 0;
}
.title-interview {
	font-size: 2.8em;
	position: relative;
	width: 600px;
	margin: 0 auto 0.2em;
}
.banner-area {
	margin-bottom: 2em;
}
.banner-area .title {
	font-size: 2em;
	position: relative;
	width: 500px;
	margin: 0 auto 0.5em;
}
.banner-area .title:before, .banner-area .title:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 60px;
	height: 1px;
	background-color: #000;
}
.banner-area .title:before {
	left: 0;
}
.banner-area .title:after {
	right: 0;
}
.banner-area ul {
	letter-spacing: -.4em;
	margin-left: -2%;
	text-align: center;
}
.banner-area ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-left: 2%;
}
}
@media screen and (min-width: 1600px) { 
.maintitle {
	font-size: 3.3em;
}
}