@charset "UTF-8";
html {
  width: 100%;
  box-sizing: border-box;
  font-size: 62.5%; /* 16px * 62.5% = 10px */
}
body {
  color: #000000;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}
.yu-mincho {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.nautica {
  font-family: "nautica", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.nautica-b {
  font-family: "nautica", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.center {
  text-align: center;
  display: block;
  margin: auto;
}
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
p {
  font-size: 1.6rem;
  line-height: 1.5;
}
a {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
a:hover {
  opacity: 0.7;
}
.section {
  padding: 60px 0;
}
.center {
  text-align: center;
  display: block;
  margin: auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inner {
  max-width: 1260px;
  margin: auto;
  padding: 0 80px;
}
.bg-gray {
  background-color: #f7f5f7;
}
@media(max-width:768px) {
  .flex {
    display: block;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .inner {
    padding: 0 60px;
  }
}
@media(max-width:500px) {
  .inner {
    padding: 0 30px;
  }
  p {
    font-size: 1.5rem;
  }
  .section {
    padding: 40px 0;
  }
}
/*---
タイトル
---*/
.title {
  margin-bottom: 60px;
  line-height: 2.8;
}
.title p {
  font-size: 4.8rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.title span {
  font-size: 1.8rem;
  display: block;
  text-align: center;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
@media(max-width:768px) {
  .title p {
    font-size: 4rem;
  }
}
@media(max-width:500px) {
  .title {
    margin-bottom: 36px;
    line-height: 1.8;
  }
  .title p {
    font-size: 3.6rem;
  }
  .title span {
    font-size: 1.6rem;
  }
}
/*---
ボタン
---*/
.btn_style {
  width: 240px;
  height: 60px;
  font-size: 1.8rem;
  background-color: #250802;
  color: #fff;
  text-align: center;
  position: relative;
  display: flex;
  margin: auto;
  align-items: center;
}
.btn_style::after {
  height: 14px;
  content: "";
  background-image: url(../images/arrow_right.png);
  display: inline-block;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 38%;
  z-index: 0;
}
.btn_style p {
  font-size: 1.8rem;
  width: 100%;
}
.form_submit {
  width: 240px;
  height: 60px;
  font-size: 1.8rem;
  background-color: #250802;
  color: #fff;
  text-align: center;
  position: relative;
  display: flex;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.form_submit:hover {
  opacity: 0.8;
}
.fa-chevron-right {
  display: inline;
}
.form_submit::after {
  height: 14px;
  content: "";
  background-image: url(../images/arrow_right.png);
  display: inline-block;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 38%;
  z-index: 0;
}
/*---
ヘッダー
---*/
#header {
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 99999;
  font-weight: 500;
  background-color: #eaeaea;
}
#header .nav-wrapper {
  max-width: 1440px;
  padding: 0 80px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}
#header h1 {
  max-width: 290px;
}
.header_logo {
  width: 160px;
}
.header_logo img {
  width: 100%;
}
#g-nav ul {
  display: flex;
  max-width: 760px;
  justify-content: space-between;
  text-align: center;
}
#g-nav ul li {
  margin: 0 36px 0 0;
}
#g-nav ul li:last-child {
  margin: 0;
}
#g-nav ul li:hover {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.navi_item {
  line-height: 1.3;
}
.navi_item_en {
  font-size: 3.0rem;
}
.navi_item p {
  font-size: 1.2rem;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.openbtn {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0px;
  cursor: pointer;
}
/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 20px;
  height: 2px;
  border-radius: 2px;
  width: 45%;
}
.openbtn span:nth-of-type(1) {
  top: 26px;
}
.openbtn span:nth-of-type(2) {
  top: 34px;
}
.openbtn span:nth-of-type(3) {
  top: 42px;
}
.openbtn.active span:nth-of-type(1) {
  top: 24px;
  left: 23px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 36px;
  left: 23px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}
#g-nav .navi_item:nth-last-child(2) {
  margin: 0;
}
#g-nav .navi_item:last-child {
  margin: 0;
}
.openbtn {
  display: none;
}
.openbtn span {
  background-color: #202020;
}
@media(max-width:768px) {
  #header {
    height: 80px;
  }
  #header .nav-wrapper {
    padding: 0 40px;
  }
  #g-nav {
    position: fixed;
    z-index: 999;
    top: -110%;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #FFF;
  }
  #g-nav.panelactive {
    right: 0;
    top: 3px;
    z-index: -1;
  }
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #eaeaea;
    z-index: -1;
  }
  #g-nav ul {
    display: inherit;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1em;
  }
  #g-nav ul li {
    list-style: none;
    text-align: center;
    margin: 0;
  }
  #g-nav ul li a {
    color: #3a3a3a;
    padding: 14px 0;
    display: block;
    letter-spacing: 0.1em;
  }
  #g-nav.navi_item:nth-last-child(2) {
    margin: inherit;
  }
  .openbtn {
    display: block;
    width: 80px;
    height: 80px;
  }
  .openbtn span:nth-of-type(1) {
    top: 32px;
  }
  .openbtn span:nth-of-type(2) {
    top: 40px;
  }
  .openbtn span:nth-of-type(3) {
    top: 48px;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 44px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 32px;
  }
}
@media (max-width:500px) {
  #header {
    height: 60px;
  }
  #header h1 {
    max-width: 180px;
    padding-top: 16px;
  }
  .header_logo {
    width: 100px;
  }
  .navi_item p {
    font-size: 1.4rem;
  }
  .openbtn {
    width: 60px;
    height: 60px;
  }
  .openbtn span {
    left: 17px;
  }
  .openbtn span:nth-of-type(1) {
    top: 22px;
  }
  .openbtn span:nth-of-type(2) {
    top: 30px;
  }
  .openbtn span:nth-of-type(3) {
    top: 38px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 26px;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 38px;
  }
}
/*---
フッター
---*/
#footer {
  color: #fff;
  background-color: #250802;
  position: relative;
  padding: 26px 0 0;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.footer_wrapper {
  font-size: 1.4rem;
  max-width: 1440px;
  padding: 0 80px 100px;
}
.footer_right {
  text-align: right;
}
.footer_right ul {
  max-width: 300px;
  line-height: 2;
  margin-bottom: 60px;
}
.footer_right ul li {
  display: inline;
  margin-left: 14px;
}
.footer_right_copy {
  font-size: 1.2rem;
}
@media(max-width:768px) {
  .footer_wrapper {
    padding: 0 40px 30px;
  }
  .footer_right {
    text-align: center;
  }
  .footer_right span {
    display: inline-block;
  }
  .footer_right ul {
    max-width: inherit;
    margin-top: 30px;
  }
  .footer_right ul li:first-child {
    margin-left: 0;
  }
}
@media(max-width:768px) {
  .footer_wrapper {
    padding: 0 30px 30px;
  }
}
/*---
トップへ戻る
---*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  border: solid 1px #000;
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("../images/arrow_top.png");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  display: block;
}
#page-top a {
  display: block;
  width: 100%;
  height: 100%;
}
/*---
下層ページ共通
---*/
/*ヘッダーイメージ*/
.header-image {
  content: "";
  background-size: 100%;
  background-position: bottom;
  height: 200px;
  background-image: url("../images/mv_pc.jpg");
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b3b3b;
}
.header-image .title {
  margin-bottom: 0;
  line-height: 2.0;
}
@media(max-width:500px) {
  .header-image {
    background-size: 100% 100%;
  }
}
/*タイトル*/
.subpage_title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.8;
}
@media(max-width:500px) {
  .subpage_title {
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
}