@charset "UTF-8";
/* ================================================= *
 *        	Common
 * ================================================= */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 62.5%;
  line-height: 1.6;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1rem;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

p, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

a:focus, *:focus {
  outline: none;
}

.text-center {
  text-align: center;
}

/*For modern browsers*/
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* ------------------------------------
 *        	fonts
------------------------------------ */
body {
  color: #000;
  font-size: 1.4rem;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ, Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    -webkit-font-feature-settings: "pkna";
            font-feature-settings: "pkna";
  }
}

@font-face {
  font-family: "DIN";
  src: url("../webfonts/DIN Alternate Bold.ttf");
}

/* ------------------------------------
 *        	layout
------------------------------------ */
.main {
  margin-right: 80px;
}

@media (max-width: 768px) {
  .main {
    margin-right: 0;
  }
}

section {
  padding: 60px 0;
}

@media (max-width: 1024px) {
  section {
    padding: 30px 0;
  }
}

.section__inner {
  padding: 0 4%;
}

.section__ttl {
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .section__ttl {
    margin: 0 auto 30px;
  }
}

.section__ttl--en {
  font-family: futura-pt-bold, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.4rem;
}

.container {
  max-width: 1200px;
  width: 92%;
  margin: auto;
}

.over_area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.over_area_inner {
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

.onlySp {
  display: none;
}

@media (max-width: 768px) {
  .onlyPc {
    display: none;
  }
  .onlySp {
    display: block;
  }
}

@media (max-width: 480px) {
  .BReak:before {
    display: inline;
    content: "\A";
    white-space: pre;
  }
}

/* ================================================= *
 *        	header
 * ================================================= */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 999;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.header_logo {
  padding-left: 50px;
}

@media (max-width: 480px) {
  .header_logo {
    padding-left: 15px;
  }
}

.header_logo__img {
  width: 227px;
}

.hm_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #ff7843;
}

.hm_menu__inner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 60px 4%;
  background-color: #ff7843;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9;
}

.hm_menu__btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  margin: auto;
  padding-left: 7.1875%;
  padding-right: 12.5%;
}

@media (max-width: 1024px) {
  .hm_menu__btn__wrap {
    padding: 0 2%;
  }
}

@media (max-width: 480px) {
  .hm_menu__btn__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 60px;
    padding: 0 4%;
  }
}

.hm_menu__list {
  text-align: left;
}

@media (max-width: 480px) {
  .hm_menu__list {
    margin-bottom: 30px;
  }
}

.hm_menu__item {
  color: #fff;
  font-size: 2.9rem;
}

@media (max-width: 480px) {
  .hm_menu__item {
    font-size: 3.6rem;
  }
}

.hm_menu__link {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 2.9rem;
}

@media (max-width: 480px) {
  .hm_menu__link {
    font-size: 3.6rem;
  }
}

.sub_menu__list {
  margin-left: 1em;
  margin-bottom: 10px;
}

.sub_menu__item {
  margin-bottom: 3px;
  font-size: 1.6rem;
}

@media (max-width: 480px) {
  .sub_menu__item {
    font-size: 2.0rem;
  }
}

.sub_menu__link {
  color: #fff;
}

.hm_menu__btn {
  width: 365px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .hm_menu__btn {
    width: 50%;
    margin-right: 8%;
  }
}

@media (max-width: 480px) {
  .hm_menu__btn {
    width: 100%;
    margin-right: 0;
  }
}

.hm_menu__btn__home {
  max-width: 350px;
  width: 100%;
}

@media (max-width: 480px) {
  .hm_menu__btn__home {
    position: absolute;
    top: 30px;
    max-width: 280px;
  }
}

.hm_menu__btn__home_txt {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-size: 1.4rem;
}

@media (max-width: 480px) {
  .hm_menu__btn__home_txt {
    font-size: 1.0rem;
  }
}

.hm_menu__btn__item01 {
  margin-bottom: 15px;
}

.hm_menu__btn__item02 {
  margin-bottom: 50px;
}

.hm_menu__btn__entry {
  position: relative;
  margin-bottom: 15px;
  background-color: #fff;
  font-size: 2.1rem;
  text-align: center;
}

.hm_menu__btn__entry_link {
  display: block;
  margin-left: -9.125%;
  padding: 5px 0;
  color: #19191a;
  font-weight: bold;
}

.hm_menu__btn__entry_arrow {
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6.274%;
}

.hm_btn {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 999;
  cursor: pointer;
}

.hm_btn__line {
  display: inline-block;
  position: absolute;
  left: 20px;
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.hm_btn__line:first-of-type {
  top: 30px;
}

.hm_btn__line:last-of-type {
  top: 50px;
}

.hm_btn.close .hm_btn__line {
  background-color: #fff;
}

.hm_btn.close .hm_btn__line:first-of-type {
  -webkit-transform: translateY(10px) rotate(-45deg);
      -ms-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.hm_btn.close .hm_btn__line:last-of-type {
  -webkit-transform: translateY(-10px) rotate(45deg);
      -ms-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

.hm_menu__social_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(100vw / 1280 * 50);
}

.hm_menu__social_btn__item {
  margin: 0 15px;
}

@media (max-width: 480px) {
  .hm_menu__social_btn__item {
    margin: 0 20px;
  }
}

.hm_menu__social_btn__link {
  color: #fff;
  font-size: 2.5rem;
}

.hm_menu__social_btn__link .fa-twitter {
  font-size: 2.2rem;
  vertical-align: middle;
}

.hm_menu__social_btn__link .fa-facebook-f {
  font-size: 2.0rem;
}

.hm_menu__social_btn__link .fa-youtube {
  font-size: 2.5rem;
  vertical-align: middle;
}

/* ================================================= *
 *        	side_bar
 * ================================================= */
.side_bar {
  position: fixed;
  top: 80px;
  right: 0;
  width: 80px;
  height: calc(100vh - 120px);
}

@media (max-width: 768px) {
  .side_bar {
    display: none;
  }
}

.entry_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
  display: block;
  padding: 0.5rem 2.0rem;
  border: 1px solid #000;
  color: #000;
  font-family: futura-pt-bold, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.4rem;
}

.social_btn {
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.8rem;
  text-align: center;
}

.social_btn__item .fa-twitter {
  margin-bottom: -10px;
  font-size: 2.4rem;
}

.social_btn__link {
  color: #000;
}

/* ================================================= *
 *        	Footer
 * ================================================= */
.footer {
  width: 100%;
  padding: 10px 10%;
  background-color: #ff7843;
  color: #fff;
  text-align: center;
}

.footer .copyright {
  font-size: 1.4rem;
}

.footer_banner_inner {
  width: 100%;
  margin: auto;
  margin-top: 50px;
  padding: 50px 0 44px;
  border-right: 4px solid #f3f3f5;
  text-align: center;
  background-color: #ff7742;
}
@media (max-width: 480px) {
  .footer_banner_inner {
    padding-bottom: 90px;
  }
}
.footer_banner_title {
  width: 92%;
  margin: auto;
  margin-bottom: 31px;
  font-size: 4.5rem;
}
@media (max-width: 480px) {
  .footer_banner_title {
    margin-bottom: 30px;
  }
}

.footer_banner_inner .footer_banner_wrap,
.main_read .banner_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer_banner_inner .footer_banner_wrap li,
.main_read .banner_wrap li {
  max-width: 406px;
  width: 100%;
  margin: 0 12px;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.footer_banner_inner .footer_banner_wrap li a,
.main_read .banner_wrap li a {
  color: #fff;
  font-size: 15px;
}

.footer_banner_inner .footer_banner_wrap li a span,
.main_read .banner_wrap li a span {
  display: block;
  margin-top: 8px;
}