@charset "utf-8";
/* CSS Document */

/*----------------------------------
#base
----------------------------------*/
html,
body {
  height: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.4;
}

body {
  background: #000;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  color: #333;
  -webkit-text-size-adjust: 100%;
  font-family:  '黎ミンY40 B',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  text-align: center;
}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.otf) format('opentype');
 }

@font-face {
	font-family: '黎ミンY40 B';
	src: local('fontname') url('font/filename.ttf') format('truetype');
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.container {
  background: #fff;
  position: relative;
  overflow: hidden;
  margin: 30px auto 70px;
  font-size: 16px;
}

.contents {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
}

/*#ground {
  background: url("../img/bg.gif") top center repeat;
  background-attachment: fixed;
}*/

section {
  clear: both;
  padding: 0;
  text-align: center;
}

/*** link ***/
a {
  color: #1a479a;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -mz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

a:hover {
  opacity: .8;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  transition: all 0.2s;
  width: 100%;
}

.contents img {
  width: auto;
}

p {
  color: #fff;
}

@media print,screen and (max-width:950px) {
.inner {
  width: 90%;
}

}
@media print,screen and (max-width:768px) {
.contents img {
  width: 60%;
}
.numb a {
  color: #fff;
}
}

/*===================
      ヘッダー
===================*/
header {
  overflow: hidden;
  padding: 5px 10px;
  position: fixed;
  top: 0;
  transition: all .8s;
  width: 100%;
  z-index: 9999;
}

header.on {
  background: #fff;
}

.logo {
  float: left;
}

header nav {
  float: right;
  padding-top: 20px;
}

header nav li {
  float: left;
  margin-left: 20px;
}

header nav li a {
  color: #fff;
  /*font-family:  'Noto Sans Japanese', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
}

.menu-list {
  background: rgba(0,0,0,.6);
  display: none;
  margin-top: 80px;
  max-width: 890px;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 9996;
}

.white {
  background: rgba(0,0,0,.6);
}

.menu-list .inner {
  max-width: 890px;
}

.menu {
  display: none;
  width: 50px;
  height: 100px;
  right: 10px;
  top: 20px;
  position: absolute;
  cursor:pointer;
}

.menu1 {top:0px;}
.menu2 {top:13px;}
.menu3 {top:26px;}

.menu1,.menu2,.menu3 {
  background-color:#fff;
  height: 5px;
  position:absolute;
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out; /* Opera */
  -moz-transition: all 0.5s ease-out; /* Firefox */
  -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.5s ease-out; /* IE */
  width: 40px;
}

.menuclick1 {
  top:10px;
  -o-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg);
}

.menuclick2 {
  opacity:0;
}

.menuclick3 {
  top:10px;
  -o-transform: rotate(-405deg);
  -moz-transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg);
}

.menu-list li {
  /*border-bottom: 1px dashed #ccc;*/
  padding: 20px;
}

header.scr {
  background: rgba(0,0,0,.6);
}

@media print,screen and (max-width: 1200px) {
header nav {
  font-size: 15px;
}
}

@media print,screen and (max-width: 768px) {
header nav {
  display: none;
}

.menu {
  display: block;
}
.menu-list {
  width: 90%;
}

.logo {
  width: 50%;
}

.logo img {
  width: 100%;
}
}


/*----------------------------------
footer
----------------------------------*/
footer {
  background: #000;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}

@media print,screen and (max-width:768px) {
footer {
    padding: 30px 0 70px;
}
}

/*========================================
#見出し
=========================================*/
h1 {
 }

h2 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
  transform: translateY(-14px);
}

h2:before {
    content: "";
    width: 40%;
    background: #fff;
    height: 1px;
    display: block;
	position: absolute;
    left: 0;
	top: 14px;
}
h2:after {
    content: "";
    width: 40%;
    background: #fff;
    height: 1px;
    display: block;
	position: absolute;
    right: 0;
	top: 14px;
}

#s2 h2:before {
    content: "";
    width: 35%;
    background: #fff;
    height: 1px;
    display: block;
	position: absolute;
    left: 0;
	top: 14px;
}
#s2 h2:after {
    content: "";
    width: 35%;
    background: #fff;
    height: 1px;
    display: block;
	position: absolute;
    right: 0;
	top: 14px;
}

#s4 h2:before,
#s5 h2:before,
#s4 h2:after,
#s5 h2:after {
  content: none;
}


@media print,screen and (max-width:768px) {
h2 {
  font-size: 20px;
  margin-bottom: 0;
  padding: 20px 0;
}

h3 {
  font-size: 2.0rem;
}

h2:before,
h2:after,
#s2 h2:before,
#s2 h2:after {
    content: none;
}
}

/*----------------------------------
contents
----------------------------------*/
.contents .inner {
  max-width: 1120px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #fff;
  padding-bottom: 50px;
}

#mv,#s1,#s2,#s3 {
  width: 100%;
  height: 100%;
  background-position:center center;
  background-size:cover;
  text-align: center;
  text-align: -webkit-center;
}

#s1,#s2,#s3,#s4 {
  padding-top: 120px;
}

#s5 {
  padding-top: 100px;
}

#s1 p,#s2 p,#s3 p {
  font-size: 16px;
  line-height: 3.6;
}

#mv img {
  position: relative;
}

#mv {
  background-image: url('../img/mv.png');
}

#s1 {
  background-image: url('../img/s1.png');
}

#s2 {
  background-image: url('../img/s2.png');
}

#s3 {
  background-image: url('../img/s3.png');
}

#s4 table {
  margin: 0 auto 0;
  max-width: 570px;
}

#s4 th {
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  text-align: right;
  vertical-align: top;
  width: 27%;
}

#s4 td {
  color: #fff;
  font-size: 16px;
  padding: 15px 20px;
  text-align: left;
}

#s5 {
  background: url(../img/last.png) no-repeat bottom;
  padding: 180px 0 100px;
}

#s5 ul {
  margin: 0 auto 40px;
  max-width: 680px;
  overflow: hidden;
}

#s5 li {
  color: #fff;
  float: left;
  font-size: 16px;
  line-height: 1.8;
  width: 50%;
  text-align: center;
}
.sp {
  display: none;
}

@media print,screen and (max-width:1120px) {
.contents .inner {
  width: 95%;
}
}

@media print,screen and (max-width:768px) {
#mv {
  background-image: url('../img/mv_sp.png');
}

#s1,#s2,#s3 {
  padding-top: 80px;
}
#s1 p,#s2 p,#s3 p {
  font-size: 15px;
  line-height: 2.5;
}
.contents .inner {
  border: none;
}

#s2 {
  min-height: 720px;
}

#s4 table {
  margin: 0 auto;
}

#s4 th,
#s4 td {
  display: block;
  text-align: center;
  width: 100%;
}

#s4 th {
  padding: 15px 20px 0;
}

#s4 td {
  padding: 5px 20px 20px;
}

#s5 li {
  float: none;
  width: 100%;
}

.sp {
  display: block;
}
}

