@charset "utf-8";
/*
===== font 共通 ==========================================
*/
.fontbold {
  font-family: 'HelveticaNeueW01-75Bold', 'Helvetica Neue', Helvetica, Arial, 'HiraKakuPro-W6', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.fontthin {
  font-family: 'HelveticaNeueW01-45Ligh', 'Helvetica Neue', Helvetica, Arial, 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.fontmedi {
  font-family: 'HelveticaNeueW01-65Medi', 'Helvetica Neue', Helvetica, Arial, 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
/*
====================================================
■ loading
====================================================
*/
#loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
}
#loading .logo {
  background: url(../../img/top/loading/logo.png) no-repeat;
  width: 245px;
  height: 41px;
  text-indent: -9999px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin-left: -122px;
  margin-top: -20px;
}
#loading .bg {
  width: 100%;
  height: 100%;
  background: #262626;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#loadingheight {
  width: 100%;
  height: 101%;
  position: absolute;
  z-index: 1;
}
/*
====================================================
■ mainvisual
====================================================
*/
#mainvisual {
  width: 100%;
  height: auto;
  position: relative;
}
#mainvisual ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #FFF;
  /* 
		li.ph1{
			visibility: visible;
			.ph{
				background-image: url(../../img/top/mainvisual/ph1.jpg);
			}
			.phblur{
				background-image: url(../../img/top/mainvisual/ph1.jpg);
			}
			.over{
				.title{
					background-image: url(../../img/top/mainvisual/ph1_title.png);
				}
			}
		}
		li.ph2{
			.ph{
				background-image: url(../../img/top/mainvisual/ph2.jpg);
			}
			.phblur{
				background-image: url(../../img/top/mainvisual/ph2.jpg);
			}
			.over{
				.title{
					background-image: url(../../img/top/mainvisual/ph2_title.png);
				}
			}
		}
		*/
  /*
		li.open{
		    .over{
			    visibility: visible;
			    opacity : 1;
		    }
		    .cover{
			    visibility: visible;
			    opacity : 1;
		    }
		    .phblur{
			    visibility: visible;
			    opacity : 1;			    
		    }
		    .ph{
		    }
		}
		*/
}
#mainvisual ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  visibility: hidden;
}
#mainvisual ul li .ph {
  width: 100%;
  height: 120%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#mainvisual ul li .phblur {
  width: 100%;
  height: 120%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  visibility: hidden;
  opacity: 0;
}
#mainvisual ul li .cover {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
}
#mainvisual ul li .over {
  position: absolute;
  left: 10%;
  top: 35%;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  /*CSSで矢印*/
}
#mainvisual ul li .over .title {
  display: block;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 520px;
  height: 106px;
  background-position: -68px center;
}
#mainvisual ul li .over .txt {
  padding-left: 3px;
  line-height: 195%;
  width: 700px;
  color: #5c5c5c;
}
#mainvisual ul li .over a {
  font-family: 'HelveticaNeueW01-75Bold', 'Helvetica Neue', Helvetica, Arial, 'HiraKakuPro-W6', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  position: relative;
  display: inline-block;
  padding: 0 16px 0 3px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  color: #5c5c5c;
  vertical-align: middle;
  margin-top: 38px;
}
#mainvisual ul li .over a::before {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 0px;
  top: 3.5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#mainvisual ul li .over a:hover {
  opacity: 0.6;
}
#mainvisual ul li.ph1 {
  visibility: visible;
}
@-moz-document url-prefix() {
  #mainvisual ul li .over a {
    font-family: 'HelveticaNeueW01-65Medi', 'Helvetica Neue', Helvetica, Arial, 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
  }
}
/*
====================================================
■ header
====================================================
*/
#header {
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
}
#header .inner {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  margin: 0 auto;
}
#header .logo {
  background: url(../../img/common/header/logo.png) no-repeat;
  width: 202px;
  height: 34px;
  text-indent: -9999px;
  margin-left: 53px;
}
/*
====================================================
■ product
====================================================
*/
#product {
  ulwidth: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
}
#product li {
  display: block;
  width: 50%;
  height: 0;
  padding-top: 27.3%;
  float: left;
  position: relative;
  overflow: hidden;
}
#product li a {
  display: block;
}
#product li a .cover {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
}
#product li a .phblur {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-size: cover;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}
#product li a .ph {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
}
#product li a .over {
  position: absolute;
  width: 100%;
  left: 0%;
  top: 0%;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
}
#product li a .over .title {
  font-family: 'HelveticaNeueW01-75Bold', 'Helvetica Neue', Helvetica, Arial, 'HiraKakuPro-W6', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  display: block;
  position: absolute;
  width: 80%;
  left: 10%;
  top: 0;
  color: #262626;
  font-size: 28px;
  line-height: 175%;
}
@media screen and (max-width: 1200px) {
  #product li a .over .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1050px) {
  #product li a .over .title {
    font-size: 28px;
  }
}
@-moz-document url-prefix() {
  #product ul li a .over .title {
    font-family: 'HelveticaNeueW01-65Medi', 'Helvetica Neue', Helvetica, Arial, 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
  }
}
/*
====================================================
■ information
====================================================
*/
#information {
  width: 950px;
  margin: 0 auto;
}
#information h2 {
  font-size: 28px;
  line-height: 24px;
  padding-top: 148px;
  padding-bottom: 135px;
  margin-left: 20px;
  letter-spacing: 0.04em;
  font-weight: normal;
}
#information .modTableRow1 table td {
  font-family: 'HelveticaNeueW01-65Medi', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
/*
====================================================
■ about
====================================================
*/
#about {
  width: 950px;
  margin: 0 auto;
}
#about h2 {
  font-size: 28px;
  line-height: 24px;
  padding-top: 140px;
  padding-bottom: 0px;
  margin-left: 20px;
  letter-spacing: 0.04em;
  font-weight: normal;
}
#about .modBtn {
  padding-bottom: 0px;
}
