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

/*-----------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------------*/

/*l-header
----------------------------------------------------*/
.l-header {
  position: relative;
  width: 100%;
  background: #f0b200;
}

.l-header::after {
  content: "";
  display: block;
  clear: both;
}

/*site-header
----------------------------------------------------*/

/*main-logo*/
.site-header .header-container .main-logo {
  display: inline-table;
  margin-top: 15px;
  margin-left: 33px;
  line-height: 1.6;
  -webkit-transition: 0.28s;
  -moz-transition: 0.28s;
  -o-transition: 0.28s;
  transition: 0.28s;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .site-header .header-container .main-logo {
    width: calc(100% - 771px);
    max-width: 286px;
    margin-top: 15px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .site-header .header-container .main-logo {
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .site-header .header-container .main-logo {
    width: 100%;
    height: 60px !important;
    margin: 0;
  }
}


/*main-logo h1共通*/
.site-header .header-container .main-logo h1,
.site-header .header-container .main-logo h1 a,
.site-header .header-container .main-logo h1 a img {
  -webkit-transition: 0.28s;
  -moz-transition: 0.28s;
  -o-transition: 0.28s;
  transition: 0.28s;
}

/*main-logo h1*/
@media screen and (max-width: 1024px) {
  .site-header .header-container .main-logo .h1 {
    line-height: 1.5;
    text-align: left;
  }
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .site-header .header-container .main-logo h1 {
    width: 350px;
    float: left;
    display: inline-table;
    margin-top: 10px;
    margin-left: 15px;
  }
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .site-header .header-container .main-logo .h1 {
    width: auto;
    float: left;
    display: inline-table;
    margin-top: 10px;
    margin-left: 15px;
  }
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .site-header .header-container .main-logo h1 {
    -moz-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0;
  }
}

@media screen and (max-width: 480px) {
  .site-header .header-container .main-logo .h1 {
    width: 165px !important;
  }
}





/*main-logo h1 a*/
.site-header .header-container .main-logo h1 a {
  height: 100%;
  display: block;
  text-decoration: none;
}


@media screen and (max-width: 1024px) {
  .site-header .header-container .main-logo h1 a {
    display: inline-block;
  }
}


.site-header .header-container .main-logo h1 a:hover {
  color: inherit;
}



/*logo-img*/
.site-header .header-container .main-logo .logo-img {
  position: relative;
  display: block;
  padding-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .site-header .header-container .main-logo .logo-img {
    display: inline-block;
    padding: 0;
  }
}

/*logo-head*/
.site-header .header-container .main-logo .logo-img .logo-head {
  position: absolute;
  top: 2px;
  right: 0;
  display: block;
  line-height: 1;
  text-align: center;
  color: #005aa0;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .site-header .header-container .main-logo .logo-img .logo-head {
    left: 75px;
    right: auto;
    color: #000;
  }
}

@media screen and (max-width: 480px) {
  .site-header .header-container .main-logo .logo-img .logo-head {
    top: 6px;
    left: 56px;
    letter-spacing: normal;
    font-size: 1rem;
  }
}

/*logo-img img*/
@media screen and (min-width: 1025px) {
  .site-header .header-container .main-logo .logo-img img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .site-header .header-container .main-logo .logo-img img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .site-header .header-container .main-logo .logo-img img {
    width: 165px;
    margin: 10px 0 0 15px;
  }
}


/*logo-text*/
.site-header .header-container .main-logo .logo-text {
  position: relative;
  display: block;
  padding-top: 8px;
  letter-spacing: normal;
}

.site-header .header-container .main-logo .logo-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  background: url(../img/common/logo-line.gif) repeat-x left top;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .site-header .header-container .main-logo .logo-text {
    display: none;
  }
}





/*fixed-header*/
@media screen and (max-width: 1024px) {
  .site-header.fixed-header .header-container .main-logo {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .site-header.fixed-header .header-container .main-logo .h1 .logo-head {
    left: 50px;
    visibility: hidden;
  }
}


@media screen and (min-width: 481px) and (max-width: 1024px) {
  .site-header.fixed-header .header-container .main-logo .h1 a {
    width: 200px;
  }
}

/*fixed-top.fixed-header*/
.site-header.fixed-top.fixed-header .header-container .main-logo {
  margin: 15px 0 0 33px;
}

@media screen and (min-width: 1025px) {
  .site-header.fixed-top.fixed-header .header-container .main-logo {
    padding-left: 10px;
    margin: 15px 0 0 0px;
  }
}

@media screen and (max-width: 1024px) {
  .site-header.fixed-top.fixed-header .header-container .main-logo {
    margin: 0;
  }
}



@media screen and (max-width: 1024px) {
  .site-header.fixed-top.fixed-header .header-container .main-logo .logo-img .logo-head {
    visibility: visible;
  }
}


/*fixed-top*/
@media screen and (max-width: 480px) {
  .site-header.fixed-top .header-container .main-logo .logo-img .logo-head {
    visibility: visible;
  }
}


/*sp-fixheader*/
@media screen and (max-width: 480px) {
  .site-header.sp-fixheader .header-container .main-logo {
    display: none;
  }
}


/*------------------------------------------------
ナビゲーションメニュー
--------------------------------------------------*/

@media screen and (min-width: 1281px) and (max-width: 1400px) {
  .site-navigation ul#gnav-mega {
    justify-content: space-around !important;
    padding: 0 10px;
  }
}

.site-navigation ul#gnav-mega li.home .fa:before,
.site-navigation ul#gnav-mega li.sns .fa:before {
  font-size: 2.4rem;
}

.site-navigation ul#gnav-mega li .fa:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .header-container .site-navigation ul#gnav-mega li.g-menu a.nav-link {
    padding: 0 1.8vw 5px 1.8vw !important;
    border-right: 1px solid #ddd;
    line-height: 2.5;
    font-size: 1.4rem !important;
  }
}

/*SPメニュー*/
.mm-menu_offcanvas.mm-menu_opened {
  z-index: 9999;
}

/*メニューナビ(ヘッダーで使用)*/
.menuNavi {
  max-width: 350px;
  float: right;
}

@media only screen and (max-width: 767px) {
  .menuNavi {
    margin-right: -10px;
  }
}

.menuNavi__list {
  list-style: none;
}

.menuNavi__item {
  float: left;
}

.menuNavi__link {
  width: 50px;
  height: 70px;
  display: block;
  line-height: 2;
  /*line-height: 70px;*/
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.2rem;
  cursor: pointer;
  transition: .2s;
}

@media only screen and (max-width: 767px) {
  .menuNavi__link {
    height: 50px;
    line-height: 2;
    /*line-height: 50px;*/
  }
}

.menuNavi__link-current,
.menuNavi__link:hover {
  background: #191919;
  color: #ffffff;
  text-shadow: none;
}

/*グローバルナビ(エキストラで使用)
-----------------------------------------------------------------*/
.globalNavi {
  padding-top: 23px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .globalNavi {
    padding: 19px 0;
    overflow-x: auto;
  }
}

.globalNavi__list {
  list-style: none;
  display: table;
}

@media only screen and (max-width: 767px) {
  .globalNavi__list {
    padding: 0 10px;
  }
}

.globalNavi__list .page_item,
.globalNavi__list .menu-item {
  height: 14px;
  float: left;
  padding: 0 15px;
  margin-bottom: 23px;
  border-left: 1px solid #3f3f3f;
  line-height: 1;
  color: #bfbfbf;
  transition: .2s;
}

@media only screen and (max-width: 767px) {

  .globalNavi__list .page_item,
  .globalNavi__list .menu-item {
    height: 12px;
    float: none;
    display: table-cell;
    margin-bottom: 0;
    font-size: 1.2rem;
    white-space: nowrap;
  }
}

.globalNavi__list .page_item:first-child,
.globalNavi__list .menu-item:first-child {
  padding-left: 0;
  border-left: 0;
}

.globalNavi__list .current_page_item,
.globalNavi__list .current-menu-item,
.globalNavi__list .page_item:hover,
.globalNavi__list .menu-item:hover {
  color: #ffffff;
  font-weight: bold;
}




/*ヘッダー内メニュー*/
.nav06 .sf-mega .wrap .item-wrap {
  width: 100%;
}

.nav06 .sf-mega ul.gsub {
  justify-content: center;
}

.nav06 .btn-tp02>span {
  display: flex;
  align-items: center;
}

.nav06 .btn-tp02 .fa {
  margin-right: 30px;
}

.nav06 .btn-tp02 .fa-twitter {
  width: 21px;
  height: 23px;
  font-size: 23px;
}

.nav06 .btn-tp02 .fa-instagram {
  width: 21px;
  height: 21px;
  font-size: 21px;
}

.nav06 .btn-tp02 .fa-youtube-play {
  width: 24px;
  height: 24px;
  font-size: 24px;
}


@media (min-width: 1025px) {
  .has-list:hover .sf-mega {
    transform: scaleY(1);
    transition: visibility ease 0.28s, opacity ease 0.28s, transform ease 0.28s;
    visibility: visible;
    opacity: 1;
  }
}

.btn-tp02 {
  width: 260px;
  height: 55px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 3.5;
}

.btn-tp02:hover {
  border: 1px solid rgba(255, 255, 255, 1);
}

.btn-tp02>span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding-left: 25px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.btn-tp02>span:after {
  content: "";
  position: absolute;
  top: 49%;
  right: 18px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 10px;
  height: 10px;
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.btn-tp02:hover>span:after {
  right: 15px;
}

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




/*------------------------------------------------------------------
mainv
-------------------------------------------------------------------*/
.mainv-inner {
  position: relative;
  width: 100%;
  height: 20rem;
  background-image: url(../img/1431522_m_black3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media screen and (max-width: 498px) {
  .mainv-inner {
    height: 30vw;
  }
}

@media screen and (max-width: 398px) {
  .mainv-inner {
    height: 37vw;
  }
}


@media screen and (max-width: 480px) {
  .mainv {
    padding-top: 0;
  }
}


.mainv .siteTitle__main {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  color: #ffffff;
  font-size: 3rem;
  text-shadow: -3px -3px 15px #000000, -3px -3px 5px #000000, -3px -3px 3px #000000, 3px 3px 10px #000000;
}

@media screen and (max-width: 767px) {
  .mainv .siteTitle__main {
    top: 50%;
  }
}

@media screen and (max-width: 480px) {
  .mainv .siteTitle__main {
    font-size: 5vw;
  }
}

.mainv .siteTitle__sub {
  bottom: 80%;
  width: 100%;
  max-width: 1100px;
  color: #ffffff;
  text-shadow: -3px -3px 15px #000000, -3px -3px 5px #000000, -3px -3px 3px #000000, 3px 3px 10px #000000;
}

@media screen and (max-width: 767px) {
  .mainv .siteTitle__sub {
    bottom: 45%;
  }
}


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


/*インフォメーションヘッダー
-------------------------------------------------*/
.infoHead {
  text-align: center;
  background: #c53929;
}

@media only screen and (max-width: 767px) {
  .infoHead {
    overflow: hidden;
  }
}

.infoHead__link {
  height: 30px;
  display: block;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .infoHead__link {
    display: inline-block;
    padding-left: 100%;
    font-size: 1.2rem;
    white-space: nowrap;
    animation-name: marquee;
    animation-timing-function: linear;
    animation-duration: 10s;
    animation-iteration-count: infinite;
  }
}

.infoHead__link:hover {
  background: rgba(255, 255, 255, 0.15);
  transition: .2s;
}


/*サイトタイトル(ヘッダーで使用)
--------------------------------------------------*/
.siteTitle {
  width: calc(100% - 350px);
  height: 30px;
  float: left;
  margin-top: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .siteTitle {
    width: calc(100% - 100px);
    height: 20px;
    margin-top: 15px;
  }
}

/*ロゴがあるとき*/
.siteTitle__logo {
  max-width: 100%;
  max-height: 30px;
  display: block;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .siteTitle__logo {
    max-height: 20px;
    line-height: 2;
    /*line-height: 20px;*/
  }
}

/*ロゴがないとき*/
.siteTitle__name {
  display: block;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

.siteTitle__name {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

@media only screen and (max-width: 767px) {
  .siteTitle__name {
    height: inherit;
    line-height: 2;
    /*line-height: 20px;*/
  }
}

.siteTitle__name h1 {
  text-align: center;
}

.siteTitle__link {
  width: auto;
  height: 30px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .siteTitle__link {
    height: 20px;
  }
}

.siteTitle__link:hover {
  opacity: 0.75;
}

.siteTitle__img {
  width: auto;
  max-height: 30px;
}

@media only screen and (max-width: 767px) {
  .siteTitle__img {
    max-height: 20px;
  }
}

.siteTitle__main {
  display: block;
  color: #ffffff;
  font-weight: 900;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .siteTitle__main {
    font-size: 1.5rem;
  }
}

.siteTitle__sub {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 185%);
  -webkit-transform: translate(-50%, 185%);
  -ms-transform: translate(-50%, 185%);
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .siteTitle__sub {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .siteTitle__sub {
    font-size: 1.4rem;
  }
}


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