/* CSS Document */
/*
--------------------------------------------------
  (c)2015 avex marketing Inc. All rights reserved.
-------------------------------------------------- */
/* All（共通スタイル）
-------------------------------------------------- */


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  font: 14px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  /**/	background-color: #000;
}
body.home {
}
/* html5 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
/**/

a {
  background: transparent;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
a:focus {
  /*outline: thin dotted;*/
	
  outline: 0;
}
a:active,
a:hover {
  outline: 0;
}
a:link,
a:visited {
  color: #e95457;
  text-decoration: none;
}
a:hover {
  color: #e95457;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
b,
strong {
  font-weight: bold;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 7px 0;
  border: none;
  border-top: 1px solid #304658;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
span.hide {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 0px;
  padding-top: 0px;
}
/**/

a img {
  border: none;
  /* 先行実装 */
	
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
/*
---------------------------------------------------------
共通スタイル
---------------------------------------------------------
*/
/* movieのレスポンシブ対応
------------------------------------------------*/
.iframe-content {
  /*position: relative;
  width: 100%;
  padding: 75% 0 0 0;*/
  position: relative;
  width: 100%;
 padding: calc(315 / 560 * 100%) 0 0;
}
.iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* PC SP表示
------------------------------------------------*/
body.pc {
}
body.sp {
}
div.pc {
  display: block;
}
div.sp {
  display: none;
}

@media screen and (max-width: 768px) {
div.pc {
  display: none;
}
div.sp {
  display: block;
}
}
/* nav-sns
------------------------------------------------*/

ul.nav-sns,
ul.nav-sns li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.nav-sns {
  display: table;
  /*	text-align: right;*/
	
  margin-bottom: 20px;
}
#header ul.nav-sns {
  margin: 0 0 0 auto;
}
#footer ul.nav-sns {
  margin: 0 auto 20px auto;
}
ul.nav-sns li {
  display: table-cell;
  /*	border-left: solid 5px #EFEFEF;*/
  border-left: solid 3px #000;
}
ul.nav-sns li a {
  height: 35px;
  display: block;
}

@media screen and (max-width: 768px) {
ul.nav-sns li a {
  height: 25px;
}
}
ul.nav-sns li.tw,
ul.nav-sns li.fb,
ul.nav-sns li.li,
ul.nav-sns li.tm,
ul.nav-sns li.gp,
ul.nav-sns li.it {
  background-position: center center;
  background-repeat: no-repeat;
  width: 35px;
  background-size: cover;/*	background-color: #E8E8E8;*/
}

@media screen and (max-width: 768px) {
ul.nav-sns li.tw,
ul.nav-sns li.fb,
ul.nav-sns li.li,
ul.nav-sns li.tm,
ul.nav-sns li.gp,
ul.nav-sns li.it {
  width: 25px;
}
}
ul.nav-sns li.tw {
  background-image: url(../images/icon-tw-w.png);
}
ul.nav-sns li.fb {
  background-image: url(../images/icon-fb-w.png);
}
ul.nav-sns li.li {
  background-image: url(../images/icon-li-w.png);
}
ul.nav-sns li.tm {
  background-image: url(../images/icon-tm-w.png);
}
ul.nav-sns li.it {
  background-image: url(../images/icon-itunes.png);
}
ul.nav-sns li.gp {
}
/* header
------------------------------------------------*/
#header {
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
#header .site-title {
  width: 315px;
  float: left;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
#header .site-title {
  width: 180px;
}
}
#header .site-title img {
  max-width: 315px;
  height: auto;
}

@media screen and (max-width: 768px) {
#header .site-title img {
  max-width: 180px;
}
}
#header .nav-sns {
  float: right;
}
#header {
}
section img {
  max-width: 100%;
  height: auto;
}
/* section　共通
------------------------------------------------*/
.section-body {
  max-width: 980px;
  margin: auto;
  box-sizing: border-box;
  padding: 10px;
  color: #fff;
}
.section-header {
  text-align: center;
}
.section-cover img {
  width: 100%;
  height: auto;
}
.section-arw {
  width: 100%;
  text-align: center;
  padding: 20px 0 80px 0;
}
.section-arw img {
}

@media screen and (max-width: 768px) {
.section-arw img {
  max-width: 32px;
}
}


/* cover
------------------------------------------------*/
#cover {
  position: relative;

  height: 100vh;
}
@media screen and (max-width: 768px) {
#cover {
  position: relative;
  height: 100%;
  height: 90vh;
}
}
#cover .cover-body {
  text-align: center;
  padding: 10px 0 40px 0;
}

@media screen and (max-width: 768px) {
#cover .cover-body {
  height: 80vh;
}
}
#cover .cover-body img {
  height: 70vh;
}

@media screen and (max-width: 768px) {
#cover .cover-body img {
  /*width:75%;
  height:100%;
  width:auto;*/
  height: 75vh;
}
}
#cover .cover-arw {
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
#cover .cover-arw {
  bottom: 20px;
}
}

#cover .cover-arw img {
}

@media screen and (max-width: 768px) {
#cover .cover-arw img {
  max-width: 32px;
}
}

/* introduction
------------------------------------------------*/

#intro {
  position: relative;
  /*height: 100%;
  height: 100vh;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/index_5reason/pc-intro-bg.png);
}

@media screen and (max-width: 768px) {
#intro {
  background:none;
   
}
}
#intro .section-header {
}
#intro .section-body {
  max-width: inherit;
  width: 100%;
  padding: 100px 10px 100px 10px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #intro .section-body {
    padding: 50px 10px 50px 10px;
    background-position: top center;
   background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/index_5reason/intro-bg.png);
}
  }
#intro .section-body img {
  margin-bottom:60px;
}
#intro .intro-arw {
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
}
#intro .intro-arw img {
}

@media screen and (max-width: 768px) {
#intro .intro-arw img {
  max-width: 32px;
}
}
/* sec01
------------------------------------------------*/
#sec01 {
}
#sec01 .section-header {
}
/* sec02
------------------------------------------------*/
#sec02 {
  background-color: #fff;
  color: #000;
}
#sec02 .section-header {
  color: #000;
}
#sec02 .section-body {
  color: #000;
}
/* sec03
------------------------------------------------*/
#sec03 {
}
#sec03 .section-header {
}
/* sec04
------------------------------------------------*/
#sec04 {
  background-color: #fff;
}
#sec04 h2 {
  font-size: 130%;
  padding: 2em 0 10px 0;
  margin:0;
  font-weight: 800;
}
#sec04 .section-header {
  color: #000;
}
#sec04 .section-body {
  color: #000;
}
/* sec05
------------------------------------------------*/
#sec05 {background-color: #FEB900;

}
#sec05 .section-header {
  background-color: #FEB900;
}
#sec05 .section-body {color:#000;
}
#sec05 .section-body .album-title {
  font-size: 36px;
  line-height: 2;
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
#sec05 .section-body .album-title {
  font-size: 26px;
}
}
/* sec06
------------------------------------------------*/
#sec06 {
  
color:#fff;
}
#sec06 .section-header {
  background-color: #000;
}
#sec06 .section-body {color:#fff;
}
#sec06 .section-body .album-title {
  font-size: 36px;
  line-height: 2;
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
#sec06 .section-body .album-title {
  font-size: 26px;
}
}
/* fin
------------------------------------------------*/
#fin {
  position: relative;
}
#fin .section-cover {
}
#fin .section-cover img {
  width: 100%;
  height: auto;
}
#fin .nav-bottom {
  width: 100%;
}
#fin .nav-bottom a {
  position: absolute;
  width: 100%;
  bottom: 0px;
  display: block;
  text-align: center;
  background-color: #000;
  overflow: hidden;
  padding: 20px 0 0 0;
  height: 65px;
}
@media screen and (max-width: 768px) {
  #fin .nav-bottom a {
  position: relative;
  width: 100%;
  background-color: #000;
  overflow: hidden;
  padding: 60px 0;
  height: auto;
}
}
#fin .nav-bottom a:hover {
  padding: 70px 0 0 0;
  height: 200px;
}
@media screen and (max-width: 768px) {
  #fin .nav-bottom a:hover {
  padding: 60px 0;
  height: auto;
}
}
/*
---------------------------------------------------------

---------------------------------------------------------
*/
/*
------------------------------------------------*/
