@charset "UTF-8";

/*========================================================
▼Reset CSS
========================================================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

/*========================================================
▼共通コンテンツ
========================================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: #333333;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

p {
  line-height: 1.6;
}
a {
  text-decoration: none;
  color: #444;
}
.inner{
	margin-left: auto;
	margin-right: auto;
  max-width: 1000px;
	padding-left: 30px;
	padding-right: 30px;
}
@media screen and (min-width: 769px) {
	.inner{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 768px) {
	.inner{
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 769px) {
	.disp--sp{display: none;}
}
@media screen and (max-width: 768px) {
	.disp--pc{display: none;}
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
    display: block;
  }
}

#main img {
	display: inline;
}
/*========================================================
▼ヘッダー
========================================================*/
header {
  position: relative;
  z-index: 9990;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(41.25px + 1vw);
  margin: 0 auto;
  background-color: #0e0e0e;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(41.25px + 1vw);
  padding: 0 3%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-inner .logo {
  width: 30vw;
}

/*SNSアイコン*/
.header-inner .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-inner .sns a {
  display: block;
  padding: 0 1em;
  text-align: center;
  color: #fff;
}
.header-inner .sns a:last-of-type {
  padding-right: 0;
}
.header-inner .sns a:hover, .header-inner .logo:hover {
  opacity: .8;
}
.header-inner .sns a i {
  font-size: calc(2rem + 1vw);
  vertical-align: middle;
}

@media only screen and (min-width: 769px) {
  header {
    width: 100%;
    height: 90px;
  }
  .header-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .header-inner .logo {
    width: 211px;
  }
  .header-inner .sns a {
    padding: 0 1.5em;
  }
  .header-inner .sns a:hover, .header-inner .logo:hover {
    opacity: .8;
  }
  .header-inner .sns a i {
    font-size: 3.5rem;
    vertical-align: middle;
  }
}
/*========================================================
▼メインビジュアル
========================================================*/
#mv {
  background: url("../images/mv_bg.jpg") center/cover no-repeat;
	position: relative;
}
.mv__inner {
	bottom: 10px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.mv__scroll {
	display: inline-block;
}
.mv__scroll::before {
  background: url("../images/mv_scroll_arrow.png") center/cover no-repeat;
	content: "";
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 769px) {
	#mv{
		height: 690px;
	}
	.mv__ttl {
		margin-bottom: 20px;
	}
	.mv__scroll {
		transition: opacity .3s;
	}
	.mv__scroll::before {
		height: 22px;
		margin-bottom: 10px;
		width: 34px;
	}
	.mv__scroll:hover {
		opacity: .7;
	}
}
@media screen and (max-width: 768px) {
  #mv {
    height: calc(100vw *710/750);
    max-height: 710px;
  }
	.mv__ttl {
		margin-bottom: 15px;
	}
	.mv__ttl img {
		width: calc(100vw *432/750);
	}
	.mv__scroll::before {
		height: calc(100vw *22/750);
		margin-bottom: 5px;
		width: calc(100vw *34/750);
	}
	.mv__scroll img {
		width: calc(100vw *68/750);
	}
}

/*========================================================
▼メインコンテンツ
========================================================*/
/* lead */
.lead {
	text-align: center;
}
.lead__text {
	color: #434343;
	line-height: 2.3;
}
@media screen and (min-width: 769px) {
	.lead {
		padding-bottom: 90px;
		padding-top: 90px;
	}
	.lead__text {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 768px) {
	.lead {
		padding-bottom: 55px;
		padding-top: 55px;
	}
	.lead__text {
		font-size: 1.2rem;
	}
}
/* lineup */
.items {
	list-style-type: none;
}
.item img { max-width: 100%;}
.item {
	position: relative;
	text-align: center;
}
.item__link {
	display: block;
	position: absolute;
}
.item__link--left { left: 0;}
.item__link--right { right: 0;}
.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition-property: -webkit-filter;
  -o-transition-property: filter;
  transition-property: filter;
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.is_show .grayscale {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media screen and (min-width: 769px) {
	.items {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
    justify-content: space-between;
	}
	.item {
		margin-bottom: 50px;
	}
	.item--col1 { width: 100%;}
	.item:not(.item--col1) { width: calc( 440/940*100% );}
	.item--ex img { width: calc(700/940*100%);}
	.item--small img { width: calc(330/440*100%);}
	.item__link {
		bottom: -32px;
		transition: opacity .3s;
		width: 108px;
	}
	.item__link:hover {
		opacity: .7;
	}
}
@media screen and (max-width: 768px) {
	.item:not(.item--col1) { width: calc( 406/630*100% );}
	.item--small img { width: calc(279/406*100%);}
	.item--sp_ex img { width: calc(406/630*100%);}
	.item--sp_left { margin-right: auto; text-align: left;}
	.item--sp_right { margin-left: auto; text-align: right;}
}
@media screen and (min-width: 600px) and (max-width: 768px) {
	.item {
		margin-bottom: 40px;
	}
	.item__link {
		bottom: -24px;
		width: 90px;
	}
}
@media screen and (max-width: 599px) {
	.item {
		margin-bottom: 30px;
	}
	.item__link {
		bottom: -16px;
		width: 72px;
	}
}
/* bottomLogo */
#bottomLogo{
	background-color: #dcdcdc;
}
.credit a {
  color: #0088c8;
  text-decoration: underline;
}
.credit dt + dd { margin-top: 10px;}
.credit dd + dt { margin-top: 20px;}
.to_toppage__link {
	display: inline-block;
}
.to_toppage__link > span {
	display: block;
	transition: opacity .3s;
}
.to_toppage__link > span:last-child {
	text-decoration: underline;
}
@media screen and (min-width: 769px) {
	#bottomLogo{
		padding-bottom: 100px;
		padding-top: 50px;
	}
	.credit {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.to_toppage__link > span:last-child {
		font-size: 1.4rem;
		margin-top: 10px;
	}
	.to_toppage__link > span:hover {
		opacity: .7;
	}
}
@media screen and (max-width: 768px) {
  #bottomLogo{
    margin-top: 60px;
		padding-bottom: 45px;
		padding-top: 45px;
		text-align: center;
  }
	#bottomLogo .inner {
		display: inline-block;
	}
	.credit {
		font-size: 1rem;
		margin-bottom: 20px;
		text-align: left;
	}
	.credit dt + dd { margin-top: 10px;}
	.credit dd + dt { margin-top: 20px;}
	.to_toppage__link > span:first-child img {
		width: 140px;
	}
	.to_toppage__link > span:last-child {
		font-size: 1rem;
		margin-top: 5px;
	}
}

/*========================================================
▼フッター
========================================================*/
footer {
  text-align: center;
}
footer small {
  font-size: 12px;
  line-height: 50px;
  display: block;
  width: 100%;
  color: #fff;
  background: #000;
}

@media only screen and (max-width: 768px) {
  footer small {
    font-size: 2.6vw;
    line-height: 1.2;
    padding: 10px 0;
  }
}
