@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat);
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #333;
  height: 100%;
}

html > body {
  font-size: 14px;
}

section, hgroup, nav, article, aside, header, footer {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, h7, p, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

form, input {
  margin: 0;
  padding: 0;
}

a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

a.hover,
a.active {
  color: #000;
  text-decoration: underline;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  *zoom: 1;
}

* html .clearfix {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  margin-top: -1px;
}

@media print {
  .clearfix:after {
    clear: both;
    height: 1px;
    margin-bottom: -1px;
    visibility: hidden;
  }
}
/*.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}*/
.button,
.button::before,
.button::after {
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fix {
  position: fixed !important;
}

.hidden {
  overflow: hidden;
}

#wrapper {
  position: relative;
  min-height: 100%;
  /*height:100%;*/
  background-image: url(../img/cmn/bg_logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.innerWide {
  max-width: 1200px;
  margin: 0 auto;
}

#header {
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  padding: 25px 40px 20px;
  overflow: hidden;
  top: 0;
  z-index: 30;
  background: #FFF;
}
#header h1#logo {
  width: 320px;
  height: 43px;
  text-align: left;
  display: block;
  margin: 0;
  position: absolute;
  left: 40px;
  top: 8px;
}
#header h1#logo a {
  display: block;
  position: relative;
}
#header h1#logo object {
  pointer-events: none;
  width: 100%;
}
#header h1#logo .toplink {
  width: 320px;
  height: 80px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 100;
}
#header .hamb {
  display: none;
}
#header .navigation {
  display: block;
  margin: 0;
}
#header .navigation ul {
  text-align: right;
}
#header .navigation li {
  display: inline-block;
  line-height: 1;
  padding: 16px 0 0;
  margin: 0 0 0 36px;
  font-size: 14px;
  font-family: 'Montserrat';
  position: relative;
}
#header .navigation li.current {
  padding-top: 4px;
  border-top: 2px solid #000;
}
#header .navigation li:hover {
  padding-top: 4px;
  border-top: 2px solid #000;
}
#header .navigation li::before,
#header .navigation li::after {
  width: 50%;
}
#header .navigation li::before {
  right: 0;
}
#header .navigation li::after {
  left: 0;
}
#header .navigation li:hover::before,
#header .navigation li:hover::after {
  width: 0;
  border-top: 2px solid #000;
}

.section {
  /*border-bottom:1px solid #ebebeb;*/
  padding: 48px 40px;
  /*clear: both;*/
}

h2.ttl {
  max-width: 1200px;
  /*text-indent: -9999px;*/
  font-size: 40px;
  text-align: center;
  line-height: 1;
  margin: 0 0 40px;
  border-top: 1px solid #ebebeb;
}

.moreBtn {
  text-align: center;
  width: 211px;
  margin: 0 auto;
  /*background:url(../img/cmn/arrow_link_24x16.png) no-repeat right center;*/
}
.moreBtn a {
  display: block;
  padding: 20px 13px;
  text-decoration: none;
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 1;
  position: relative;
}

.moreBtn.button {
  border: 2px solid #000;
  background-image: url(../img/cmn/arrow_link_pc.gif);
  background-repeat: no-repeat;
  background-position: right center;
}

.moreBtn.button:hover {
  background-color: #000;
  background-image: url(../img/cmn/arrow_link_pc_hover.gif);
  background-repeat: no-repeat;
  background-position: right center;
  border: 2px solid #000;
}
.moreBtn.button:hover a {
  color: #FFF;
}

.moreBtnBlank {
  text-align: center;
  width: 211px;
  margin: 0 auto;
  /*background:url(../img/cmn/arrow_blank_pc.png) no-repeat right top;*/
}
.moreBtnBlank a {
  display: block;
  padding: 20px 13px;
  text-decoration: none;
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 1;
}

.moreBtnBlank.button {
  border: 2px solid #000;
  background-image: url(../img/cmn/arrow_blank_pc.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.moreBtnBlank.button:hover {
  background-color: #000;
  background-image: url(../img/cmn/arrow_blank_pc_hover.png);
  border: 2px solid #000;
}
.moreBtnBlank.button:hover a {
  color: #FFF;
}

.backBtn {
  text-align: center;
  width: 211px;
  margin: 0 auto;
  /*background:url(../img/cmn/arrow_blank_pc.png) no-repeat right top;*/
}
.backBtn a {
  display: block;
  padding: 20px 13px;
  text-decoration: none;
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 1;
}

.backBtn.button {
  border: 2px solid #000;
  background-image: url(../img/cmn/arrow_link_back_pc.gif);
  background-repeat: no-repeat;
  background-position: 13px center;
}

.backBtn.button:hover {
  background-color: #000;
  background-image: url(../img/cmn/arrow_link_back_pc_hover.png);
  border: 2px solid #000;
}
.backBtn.button:hover a {
  color: #FFF;
}

#footer {
  background: #000;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  width: 100%;
  z-index: 20;
}
#footer .innerWide {
  padding: 60px 40px;
  overflow: hidden;
}
#footer .bnrArea {
  display: inline-block;
  float: left;
}
#footer .bnrArea li {
  display: inline-block;
  text-indent: -9999px;
}
#footer .bnrArea .bnrGSA a {
  display: block;
  background: url(../img/cmn/bnr_footer_01_pc.jpg) no-repeat;
  width: 151px;
  height: 40px;
  margin: 0 16px 0 0;
}
#footer .bnrArea .bnrIS a {
  display: block;
  background: url(../img/cmn/bnr_footer_02_pc.jpg) no-repeat;
  width: 150px;
  height: 40px;
  margin: 0 16px 0 0;
}
#footer .bnrArea .bnrAG a {
  display: block;
  background: url(../img/cmn/bnr_footer_03_pc.jpg) no-repeat;
  width: 150px;
  height: 40px;
  margin: 0;
}
#footer .aside {
  color: #FFF;
  display: inline-block;
  float: right;
}
#footer .aside a {
  color: #FFF;
}
#footer .aside .sns {
  text-align: right;
}
#footer .aside .sns li {
  text-align: left;
  display: inline-block;
  text-indent: -9999px;
  margin: 0;
}
#footer .aside .sns li a {
  display: block;
  height: 20px;
  margin: 0 0 0 12px;
}
#footer .aside .sns .tw a {
  background: url(../img/cmn/icon_footer_tw_pc.png) no-repeat left 2px;
  width: 20px;
}
#footer .aside .sns .fb a {
  background: url(../img/cmn/icon_footer_fb_pc.png) no-repeat top;
  width: 9px;
}
#footer .aside .sns .insta a {
  background: url(../img/cmn/icon_footer_insta_pc.png) no-repeat top;
  width: 20px;
}
#footer .aside .sns .yt a {
  background: url(../img/cmn/icon_footer_yt_pc.png) no-repeat left 2px;
  width: 22px;
}
#footer .aside .submenu li {
  display: inline-block;
  margin: 12px 0 0 17px;
  line-height: 1;
  font-family: 'Montserrat';
}
#footer .aside .copy {
  line-height: 1;
  margin: 37px 0 0;
  text-align: right;
  font-family: 'Montserrat';
}

.innerPage {
  margin: 91px 0 0;
  height: 100%;
}

.bgLogo {
  width: 450px;
  height: 408px;
}

@media screen and (max-width: 920px) {
  #header {
    box-sizing: border-box;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    padding: 0;
    /*13px 20px 10px*/
    overflow: hidden;
    z-index: 30;
    height: auto;
  }
  #header h1#logo {
    width: 280px;
    height: 73px;
    float: none;
    text-align: left;
    display: block;
    line-height: 1;
    margin: 0;
    position: relative;
    top: 0;
    left: 20px;
  }
  #header h1#logo img {
    margin: 0;
  }
  #header h1#logo object {
    pointer-events: auto;
    width: 100%;
    margin: 0;
  }
  #header h1#logo .toplink {
    width: 320px;
    height: 73px;
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
  }
  #header .hamb {
    display: block;
    cursor: pointer;
    cursor: hand;
    position: absolute;
    padding: 15px;
    top: 11px;
    right: 5px;
    width: 22px;
    height: 18px;
    background-image: url(../img/cmn/icon_header_hamburger.png);
    background-size: 22px 18px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #header .hamb.action {
    background-image: url(../img/cmn/icon_header_close.png);
    background-size: 22px 18px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #header .navigation {
    display: none;
    float: none;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    opacity: 0.95;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
  }
  #header .navigation ul {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 263px;
    margin: -131px 0 0 -70px;
  }
  #header .navigation li {
    display: block;
    line-height: 1;
    padding: 0;
    margin: 0 0 33px;
    font-size: 20px;
    font-family: 'Montserrat';
  }
  #header .navigation li.current {
    padding: 0;
    border: none;
  }
  #header .navigation li.current a {
    padding-top: 2px;
    border-top: 2px solid #000;
  }
  #header .navigation li:hover {
    padding-top: 0;
    border-top: none;
  }

  .innerPage {
    margin: 73px 0 0;
    height: auto;
  }

  #footer .innerWide {
    text-align: center;
  }
  #footer .bnrArea {
    float: none;
  }
  #footer .bnrArea .bnrGSA a {
    margin: 0 16px 0 0;
  }
  #footer .bnrArea .bnrIS a {
    margin: 0 16px 0 0;
  }
  #footer .bnrArea .bnrAG a {
    margin: 0;
  }
  #footer .aside {
    float: none;
    text-align: center;
  }
  #footer .aside .sns {
    float: none;
    text-align: center;
    margin: 30px 0 0;
  }
  #footer .aside .copy {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  html {
    height: 100%;
  }

  #wrapper {
    height: auto;
  }

  #header {
    height: auto;
  }

  .innerWide {
    max-width: 100%;
    margin: 0 auto;
  }

  .section {
    /*border-bottom:1px solid #ebebeb;*/
    padding: 30px 20px;
    /*clear: both;*/
  }

  h2.ttl {
    /*text-indent: -9999px;*/
    font-size: 40px;
    text-align: center;
    line-height: 1;
    margin: 0 0 20px;
    border-top: 1px solid #ebebeb;
  }

  .moreBtn {
    text-align: center;
    width: 135px;
    margin: 0 auto;
    /*background:url(../img/cmn/arrow_link_24x16.png) no-repeat right center;*/
  }
  .moreBtn a {
    display: block;
    padding: 15px 13px;
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 11px;
    line-height: 1;
  }

  .moreBtn.button {
    border: 2px solid #000;
    background-image: url(../img/cmn/arrow_link_24x16.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px 8px;
  }

  .moreBtn.button:hover {
    background-color: #FFF;
    background-image: url(../img/cmn/arrow_link_24x16.png);
    border: 2px solid #000;
  }
  .moreBtn.button:hover a {
    color: #000;
  }

  .moreBtnBlank {
    text-align: center;
    width: 135px;
    margin: 0 auto;
    /*background:url(../img/cmn/arrow_blank_pc.png) no-repeat right top;*/
  }
  .moreBtnBlank a {
    display: block;
    padding: 15px 13px;
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 11px;
    line-height: 1;
  }

  .moreBtnBlank.button {
    border: 2px solid #000;
    background-image: url(../img/cmn/arrow_blank.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 12px 10px;
  }

  .moreBtnBlank.button:hover {
    background-color: #FFF;
    background-image: url(../img/cmn/arrow_blank.png);
    border: 2px solid #000;
  }
  .moreBtnBlank.button:hover a {
    color: #000;
  }

  .backBtn {
    text-align: center;
    width: 135px;
    margin: 0 auto;
    /*background:url(../img/cmn/arrow_blank_pc.png) no-repeat right top;*/
  }
  .backBtn a {
    display: block;
    padding: 15px 13px;
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 11px;
    line-height: 1;
  }

  .backBtn.button {
    border: 2px solid #000;
    background-image: url(../img/cmn/arrow_link_back.png);
    background-repeat: no-repeat;
    background-position: 7px center;
    background-size: 5px 8px;
  }

  .backBtn.button:hover {
    background-color: #FFF;
    background-image: url(../img/cmn/arrow_link_back.png);
    border: 2px solid #000;
  }
  .backBtn.button:hover a {
    color: #000;
  }

  #footer {
    box-sizing: border-box;
    padding: 20px;
    background: #000;
    overflow: hidden;
    position: static;
    width: 100%;
  }
  #footer .innerWide {
    padding: 0;
    overflow: hidden;
  }
  #footer .bnrArea {
    display: block;
    float: none;
    text-align: center;
    margin: 0 0 20px;
  }
  #footer .bnrArea li {
    display: inline-block;
    text-indent: -9999px;
  }
  #footer .bnrArea .bnrGSA a {
    display: block;
    background-image: url(../img/cmn/bnr_footer_01.jpg);
    background-repeat: no-repeat;
    background-size: 87px 23px;
    width: 87px;
    height: 23px;
    margin: 0;
  }
  #footer .bnrArea .bnrIS a {
    display: block;
    background-image: url(../img/cmn/bnr_footer_02.jpg);
    background-repeat: no-repeat;
    background-size: 87px 23px;
    width: 87px;
    height: 23px;
    margin: 0 5px;
  }
  #footer .bnrArea .bnrAG a {
    display: block;
    background: url(../img/cmn/bnr_footer_03.jpg);
    background-repeat: no-repeat;
    background-size: 87px 23px;
    width: 87px;
    height: 23px;
  }
  #footer .aside {
    color: #FFF;
    display: block;
    float: none;
    text-align: center;
  }
  #footer .aside a {
    color: #FFF;
  }
  #footer .aside .sns {
    text-align: center;
  }
  #footer .aside .sns li {
    text-align: left;
    display: inline-block;
    text-indent: -9999px;
    margin: 0;
  }
  #footer .aside .sns li a {
    display: block;
    height: auto;
    margin: 0 0 0 10px;
  }
  #footer .aside .sns .tw a {
    background-image: url(../img/cmn/icon_footer_tw.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 16px 13px;
    width: 16px;
  }
  #footer .aside .sns .fb a {
    background: url(../img/cmn/icon_footer_fb_pc.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 8px 15px;
    width: 8px;
  }
  #footer .aside .sns .insta a {
    background: url(../img/cmn/icon_footer_insta_pc.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 15px 15px;
    width: 15px;
  }
  #footer .aside .sns .yt a {
    background: url(../img/cmn/icon_footer_yt_pc.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 18px 13px;
    width: 18px;
  }
  #footer .aside .submenu li {
    display: inline-block;
    margin: 20px 0 0 17px;
    line-height: 1;
    font-family: 'Montserrat';
    font-size: 9px;
  }
  #footer .aside .copy {
    line-height: 1;
    margin: 30px 0 0;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 9px;
  }

  .innerPage {
    margin: 73px 0 0;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #wrapper {
    background-image: none;
  }

  #header {
    overflow: hidden;
  }
  #header h1#logo {
    width: 140px;
    height: 50px;
    float: none;
    text-align: left;
    display: block;
    line-height: 1;
    margin: -14px 0 10px;
    position: relative;
    top: 0;
  }
  #header h1#logo img {
    width: 140px;
    height: 23px;
    margin: 0;
  }
  #header h1#logo object {
    pointer-events: auto;
    width: 100%;
    margin: 0;
  }
  #header h1#logo .toplink {
    width: 140px;
    height: 62px;
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
  }
  #header .hamb {
    display: block;
    cursor: pointer;
    cursor: hand;
    position: absolute;
    padding: 15px;
    top: 3px;
    right: 5px;
    width: 15px;
    height: 12px;
    background-image: url(../img/cmn/icon_header_hamburger.png);
    background-size: 15px 12px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #header .hamb.action {
    background-image: url(../img/cmn/icon_header_close.png);
    background-size: 15px 12px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #header .navigation {
    top: 0px;
  }

  #footer {
    padding: 20px 15px;
  }

  .innerPage {
    margin: 25px 0 0;
    height: auto;
  }
}
