@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}
.taCenter {
  text-align: center !important;
}
.taRight {
  text-align: right !important;
}
/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}
.fwBold {
  font-weight: bold !important;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1;
}
* + html .clearfix {
  zoom: 1;
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.mainBox {
  margin: 0 auto;
  max-width: 1200px;
}
/* fontMin */
.fontMin {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* red */
.red {
  color: #ca0a2a;
}
/* notes */
.notes {
  display: block;
  font-size: 1rem;
}
/* headLine01 */
/* .headLine01 {
	margin-bottom: 40px;
	text-align: center;
}
#main h3 {
    height: 168px;
    position: relative;
    text-align: center;
    background: url("../../img/index/h3_bg.png") no-repeat left center / 100% 168px;
    z-index: 2;
}
#main h3 span {
    margin-bottom: -19px;
    display: block;
    transform: translateY(-40px);
} */
/* headLine02 */
#main .headLine02 {
  margin-bottom: 19px;
  color: #4c4948;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 4px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}
#main .headLine02 > span {
  margin-top: 10px;
  display: block;
  font-size: 3rem;
  line-height: 1.4;
}
#main .headLine02 span sup {
  font-size: 1rem;
  vertical-align: 15px;
}
@media screen and (max-width: 767px) {
  #main .headLine02 {
    margin-bottom: -10px;
    font-size: 1.3rem;
    letter-spacing: 3.5px;
    text-align: center;
  }
  #main .headLine02 > span {
    margin-top: 15px;
    letter-spacing: 3px;
  }
}
/* comBtn */
.comBtn {
  text-align: center;
}
.comBtn a {
  padding: 13px 20px 12px 13px;
  width: 290px;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-align: center;
  box-sizing: border-box;
  background-color: #000;
}
.comBtn a::after {
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-70%);
  content: "";
}
.scrFadeTop {
  -webkit-transition: transform 1s 0.5s ease-in-out, opacity 1s linear;
  -moz-transition: transform 1s 0.5s ease-in-out, opacity 1s linear;
  -ms-transition: transform 1s 0.5s ease-in-out, opacity 1s linear;
  transition: transform 1s 0.5s ease-in-out, opacity 1s linear;
  transform: translateY(10px);
  opacity: 0;
}
.scrFadeTop.view {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .comBtn a {
    padding: 22px 18px 23px !important;
    width: 90% !important;
    max-width: 340px !important;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.25rem !important;
    letter-spacing: 0.3em;
    background: #000;
  }
  .comBtn a::after {
    display: inline-block !important;
    right: 20px;
  }
  .comBtn a:hover,
  .comBtn input:hover {
    opacity: 1;
  }
  #main h3 {
    background: none;
  }
}
