@charset "UTF-8";
/* ----------------------------------------
   default.css
---------------------------------------- */
/* BASE
---------------------------------------- */
html, body {
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #231815;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body * {
  box-sizing: border-box;
}

/* HTML PARTS */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

hr {
  border: none;
}

map,
area {
  outline: none;
}

sup {
  vertical-align: top;
  font-size: 0.5em;
}

hr {
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  background: #666;
  border: none;
}

a {
  text-decoration: none;
  color: #231815;
}

a:hover {
  text-decoration: underline;
}

/* Layout
---------------------------------------- */
#container {
  position: relative;
  overflow: hidden;
  min-width: 320px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1rem;
}

/* header */
header {
  position: relative;
  height: 145px;
  background: #fff;
  text-align: left;
  z-index: 999;
}

header h1 > div {
  display: table;
  width: 100%;
}

header h1 > div > div {
  display: table-cell;
  vertical-align: middle;
}

header h1 > div > div:first-child {
  text-align: left;
}

header h1 > div > div:last-child {
  text-align: right;
}

header h1 {
  padding: 8px 75px 0 50px;
}

header h1 a img {
  width: 180px;
}

header nav {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  color: #fff;
  width: 100%;
  height: 68px;
  z-index: 100;
}
header nav dl dt {
  display: none;
}
header nav dl dd {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 2.5%;
}
header nav dl dd ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  position: relative;
  padding-left: 32px;
}
header nav dl dd ul li a {
  display: block;
  height: 59px;
  padding: 26px 29px 0;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 1.2857142857rem;
  white-space: nowrap;
}
header nav dl dd ul li.ja a {
  padding-top: 27px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.1428571429rem;
}
header nav dl dd ul li.empty {
  display: none;
}
header nav dl dd > div a {
  display: block;
  margin-top: 8px;
  padding: 5px 15px 3px;
  background: #e60012;
  border-radius: 3px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
}
header nav dl dd > div a:hover {
  background: #ff3443;
  text-decoration: none;
  opacity: 1.0;
}

@media screen and (max-width: 1500px) {
  header nav dl dd ul li a {
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
@media screen and (max-width: 1160px) {
  header nav dl dd > div a {
    font-size: 1.2068965517vw;
  }
}
@media screen and (max-width: 1000px) {
  header nav dl dd > div a {
    padding: 7px 5px 6px;
  }
}
header nav::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 4px;
  background: #3ebaa5;
  background: -moz-linear-gradient(left, #bcd540 0%, #3ebaa5 50%, #00a0e9 100%);
  background: -webkit-linear-gradient(left, #bcd540 0%, #3ebaa5 50%, #00a0e9 100%);
  background: linear-gradient(to right, #bcd540 0%, #3ebaa5 50%, #00a0e9 100%);
  z-index: 20;
}

header nav a:hover {
  opacity: 0.75;
}

header nav.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}

/* footer */
footer {
  background: #000;
  color: #fff;
  margin-top: 50px;
  padding: 20px 40px;
  text-align: right;
}

footer .goTop a {
  position: relative;
  padding-right: 24px;
  text-decoration: none;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 1.1428571429rem;
}

footer .goTop a:hover {
  opacity: 0.75;
}

footer .goTop a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -6.5px;
  border-style: solid;
  border-width: 0 8px 13px 8px;
  border-color: transparent transparent #ffffff transparent;
}

/* #hero */
body.content #hero {
  height: 315px;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.content #hero > .tbl {
  width: 90%;
  height: 100%;
  max-width: 990px;
  margin: 0 auto;
}

body.content #hero > .tbl .cell {
  padding-top: 10px;
}

body.content #hero > .tbl h1 {
  letter-spacing: 0.12em;
  line-height: 1.1;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 2.8571428571rem;
}

body.content #hero > .tbl p {
  margin-top: 10px;
  padding: 5px 5px 3px;
  background: #fff;
  letter-spacing: 0.4em;
  line-height: 1.1;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

/* Main Contents */
body.content .main {
  margin: 0 auto;
  padding: 0 10px;
}

body.content .main #lead {
  display: table;
  width: 100%;
}

body.content .main #lead > .inner {
  display: table-cell;
  padding: 60px 0 50px;
  text-align: center;
  vertical-align: middle;
}

body.content .main #lead h2 {
  margin-bottom: 40px;
  line-height: 1.1;
  text-align: left;
  font-size: 3.2857142857rem;
  font-weight: bold;
}

body.content .main #lead .inner p {
  text-align: left;
  font-weight: bold;
}

body.content .main .cnt {
  margin: 0 auto;
}

body.content #paging {
  padding-top: 50px;
}

body.content #paging ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto;
}

body.content #paging ul li {
  padding: 0 18px;
  line-height: 1.1;
  border-left: 1px solid #000;
}

body.content #paging ul li:first-child {
  border-left: none;
}

body.content #paging ul li:first-child::before {
  content: '＜';
  margin-right: 12px;
  font-size: 1rem;
}

body.content #paging ul li:last-child::after {
  content: '＞';
  margin-left: 12px;
  font-size: 1rem;
}

body.content #paging ul li a {
  text-decoration: none;
  color: #231815;
  font-family: futura-pt, sans-serif;
  font-size: 1.0714285714rem;
}

body.content #paging ul li a:hover {
  text-decoration: underline;
}

/* @media : PC
---------------------------------------- */
@media screen and (min-width: 769px) {
  /* STYLE */
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  header nav ul li a {
    font-size: 1.8vw !important;
  }

  body.content .main .lead {
    height: 255px;
  }
}
/* @media : SP
---------------------------------------- */
@media screen and (max-width: 768px) {
  html, body {
    line-height: 1.5;
  }

  #container {
    min-width: 100%;
  }

  header {
    height: 100px;
  }

  header h1 {
    position: relative;
    padding: 6px 10px 6px;
    background: #fff;
    z-index: 110;
  }

  header h1 div.logo1 img {
    width: 118px !important;
  }

  header h1 div.logo2 img {
    width: 59.6px !important;
  }

  header nav {
    height: 50px;
  }

  header nav dl dt {
    display: block;
    position: relative;
    height: 50px;
    background: #000;
    z-index: 10;
  }
  header nav dl dd {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 99px);
    padding-right: 0;
    background: #000;
    transition: all 400ms ease;
    z-index: 1;
  }
  header nav dl dd ul {
    display: table;
    position: relative;
    width: 100%;
    height: 80%;
    padding-left: 0;
  }
  header nav dl dd ul li,
  header nav dl dd ul li.empty {
    display: table-row;
  }
  header nav dl dd ul li a {
    display: table-cell;
    height: auto;
    padding: 0 !important;
    border-top: 1px solid #666;
    text-align: center;
    vertical-align: middle;
    font-size: 2.34375vw;
  }
  header nav dl dd ul li:last-child a {
    border-bottom: 1px solid #666;
  }
  header nav dl dd ul li.empty > div {
    display: table-cell;
    padding: 0 !important;
    border-top: 1px solid #666;
    height: 20vh;
  }
  header nav dl dd > div {
    padding: 5px 10px;
  }
  header nav dl dd > div a {
    margin-top: 0;
    padding: 10px 0 8px;
    border-radius: 6px;
    font-size: 2.34375vw;
  }

  #menuBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    height: 42px;
    cursor: pointer;
  }

  #menuBtn span {
    display: block;
    position: absolute;
    left: 50%;
    width: 80%;
    height: 3px;
    margin-left: -40%;
    background: #fff;
    border-radius: 3px;
    transition: all 400ms ease;
  }

  #menuBtn span:nth-child(1) {
    top: 25%;
  }

  #menuBtn span:nth-child(2) {
    top: 50%;
  }

  #menuBtn span:nth-child(3) {
    top: 75%;
  }

  header nav.fixed dl dd {
    height: calc(100vh - 49px);
  }

  body.open {
    overflow: hidden;
  }

  body.open #menuBtn span:nth-child(1) {
    top: 50%;
    transform: rotate(135deg);
  }

  body.open #menuBtn span:nth-child(2) {
    margin-left: 0;
    width: 0;
  }

  body.open #menuBtn span:nth-child(3) {
    top: 50%;
    transform: rotate(45deg);
  }

  body.open header nav dl dd {
    bottom: calc(-100vh + 99px);
  }

  body.open header nav.fixed dl dd {
    bottom: calc(-100vh + 49px);
  }

  body.content .main .lead {
    padding: 10px;
  }

  body.content .main .lead article p:last-child {
    margin-top: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  header nav ul li a {
    font-size: 18px !important;
  }

  header nav dl dd > div a {
    font-size: 16px !important;
  }

  body.content #hero {
    height: 30vh;
  }

  body.content .main #lead > .inner {
    padding: 30px 0 25px;
  }

  body.content .main #lead > .inner h2 {
    margin-bottom: 20px;
    font-size: 5.625vw;
  }

  body.content .main #lead .inner p {
    text-align: left;
  }

  footer {
    margin-top: 25px;
    padding: 20px;
  }
}
@media screen and (max-width: 360px) {
  header h1 div:first-child img {
    width: 90%;
    height: auto;
  }

  header h1 div:last-child img {
    width: 90%;
    height: auto;
  }
}
