@charset "UTF-8";
@import url("/COMMON/WEBFONTS/ShinGoPro-Light/woff/ShinGoPro-Light.css");
@import url("/COMMON/WEBFONTS/ShinGoPro-Bold/woff/ShinGoPro-Bold.css");
@import url("/COMMON/WEBFONTS/ShinGoPro-Regular/woff/ShinGoPro-Regular.css");
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, td, th {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  font-size: 10px;
}
@media screen and (max-width: 1080px) {
  html {
    font-size: 0.9259259259vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  color: #231815;
  font-family: ShinGoPro-Regular, sans-serif;
}

input,
button {
  cursor: pointer;
}

.nbf-light {
  font-family: ShinGoPro-Light, sans-serif !important;
}

.nbf-regular {
  font-family: ShinGoPro-Regular, sans-serif !important;
}

.nbf-bold {
  font-family: ShinGoPro-Bold, sans-serif !important;
}

.f-base {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .f-base {
    font-size: 2.6rem;
  }
}

.f-light {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .f-light {
    font-size: 2.6rem;
  }
}

.u-center {
  text-align: center;
}

#header {
  border-bottom: 2px solid #E3E2E2;
  min-height: 14.7rem;
  padding-bottom: 0.5rem;
  background-color: #FFFFFF;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  #header {
    padding-bottom: 0;
    min-height: auto;
    position: fixed;
    border: none;
    top: 0;
    left: 0;
  }
}
#header .header-inner {
  max-width: 1240px;
  margin: auto;
  display: flex;
  padding: 2rem 20px 0;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  #header .header-inner {
    height: 12rem;
    padding: 2rem 3rem 2rem 1.7rem;
    justify-content: space-between;
    margin: 0;
  }
}
#header .header-logo {
  width: 8%;
  display: block;
  margin-right: 2rem;
}
@media screen and (max-width: 750px) {
  #header .header-logo {
    width: 10rem;
  }
}
@media screen and (max-width: 375px) {
  #header .header-logo {
    width: 10rem;
  }
}
#header .header-menu {
  margin-left: auto;
}
@media screen and (min-width: 751px) {
  #header .header-menu {
    display: block !important;
  }
}
@media screen and (max-width: 750px) {
  #header .header-menu {
    display: none;
    position: fixed;
    width: 100%;
    right: 0;
    top: 12rem;
    background-color: #D2DCE6;
    z-index: 100;
  }
}
#header .header-menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #header .header-menu-list {
    display: block;
    padding: 12rem 10rem 5rem 15rem;
    font-family: ShinGoPro-Light, sans-serif;
  }
}
#header .header-menu-list a {
  font-size: 14px;
  line-height: 1.666;
  position: relative;
}
@media screen and (max-width: 750px) {
  #header .header-menu-list a {
    font-size: 4rem;
    display: block;
  }
  #header .header-menu-list a::before {
    content: "";
    display: block;
    width: 2.2rem;
    height: 4.2rem;
    width: 0.55em;
    height: 1.05em;
    position: absolute;
    background: url("/HERITAGE/COMMON/IMAGES/ico_menu_arrow.png") center/cover no-repeat;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 375px) {
  #header .header-menu-list a {
    font-size: 4rem;
  }
}
#header .header-menu-list li {
  margin-left: 6.2rem;
}
#header .header-menu-list li:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  #header .header-menu-list li {
    margin: 0 0 8rem;
  }
}
@media screen and (min-width: 751px) {
  #header .header-menu-list .btn a {
    font-size: 1.2rem;
    border: 1px solid currentColor;
    border-radius: 2rem;
    padding: 0.1rem 1.75rem;
  }
}
#header .header-link-back {
  display: none;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  #header .header-link-back {
    font-size: 2.2rem;
    padding: 2.7rem 3.9rem;
  }
}
@media screen and (max-width: 750px) {
  #header .c-cnt-inner {
    padding: 0;
    max-width: none;
    background-color: #EDEDED;
  }
}
#header .header-menu-close {
  width: 4.2rem;
  height: 4.1rem;
  position: absolute;
  background: url("/HERITAGE/COMMON/IMAGES/btn_close.png") center/cover no-repeat;
  top: 4.5rem;
  right: 3.9rem;
}
#header .header-menu-btn {
  height: 0.7em;
  width: 1em;
  z-index: 2;
  position: absolute;
}
#header .header-menu-btn span {
  font-size: 0;
}
#header .header-menu-btn::before, #header .header-menu-btn::after,
#header .header-menu-btn span::before {
  border-top: 2px solid;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  opacity: 1;
  position: absolute;
  transition: all 0.5s;
  width: 100%;
}
#header .header-menu-btn::before {
  top: 0;
  transform: translate(-50%, 0);
}
#header .header-menu-btn::after {
  margin-top: -2px;
  top: 100%;
  transform: translate(-50%, 0);
}
#header .header-menu-btn span::before {
  top: 50%;
  transform: translate(-50%, -50%);
}
#header .header-menu-btn.is-active::before {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}
#header .header-menu-btn.is-active::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  margin-top: 0;
}
#header .header-menu-btn.is-active span::before {
  opacity: 0;
}
#header .burger-container {
  font-size: 5rem;
  height: 0.7em;
  position: relative;
  width: 1em;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 750px) {
  #header .burger-container {
    display: block;
  }
}

.header-link-back {
  display: none;
}

#footer {
  padding: 2rem 0;
}
@media screen and (max-width: 750px) {
  #footer {
    padding: 2.4rem 0;
  }
}
#footer .footer-inner {
  max-width: 1240px;
  margin: auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #footer .footer-inner {
    align-items: flex-end;
  }
}
#footer .footer-copy {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  #footer .footer-copy {
    font-size: 2.4rem;
  }
}
#footer .totop-btn {
  display: inline-block;
  margin-left: auto;
  width: 40px;
}
@media screen and (max-width: 750px) {
  #footer .totop-btn {
    width: 10rem;
  }
}

.c-noscript {
  text-align: center;
  padding: 1.5rem;
  color: #FFFFFF;
  background-color: #C3002F;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.c-noscript-txt {
  font-size: 1.6rem;
}

.container {
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .container {
    padding-top: 12rem;
  }
}

.c-cnt-wrapper {
  max-width: 1500px;
  margin: auto;
}

.c-cnt-inner {
  max-width: 1080px;
  margin: auto;
  padding: 0 4rem;
}

@media screen and (max-width: 750px) {
  .c-cnt-inner-sp {
    padding: 0 4rem;
  }
}

.flex {
  display: flex;
}

.flex-pc {
  display: flex;
}
@media screen and (max-width: 750px) {
  .flex-pc {
    display: block;
  }
}

.ico {
  position: relative;
}
.ico::before {
  content: "";
}
.ico-back::before {
  width: 16px;
  height: 17px;
  background: url(/HERITAGE/COMMON/IMAGES/ico_back.png) center/cover no-repeat;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 750px) {
  .ico-back::before {
    background: url(/HERITAGE/COMMON/IMAGES/ico_arrow_l.png) center/cover no-repeat;
    width: 1.2rem;
    height: 2.4rem;
    margin-right: 1rem;
    top: 0;
  }
}
.ico-aco::before {
  width: 3.9rem;
  height: 2rem;
  background: url(/HERITAGE/COMMON/IMAGES/ico_arrow_t_w.png) center/cover no-repeat;
  display: inline-block;
}
.ico-aco-02::before {
  position: absolute;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.6rem;
  height: 1.7rem;
  background: url(/HERITAGE/COMMON/IMAGES/ico_aco.png) center/cover no-repeat;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .ico-aco-02::before {
    width: 4rem;
    height: 4.1rem;
    right: 5rem;
  }
}
.ico-dl::before {
  display: inline-block;
  content: "";
  background: url(/HERITAGE/COMMON/IMAGES/ico_dl.png) center/contain no-repeat;
  width: 1.6rem;
  height: 1.4rem;
  position: absolute;
  left: 7rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .ico-dl::before {
    width: 3.5rem;
    height: 2.8rem;
    left: 5rem;
    transform: translateY(-50%);
  }
}

.area-btn {
  max-width: 36rem;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .area-btn {
    max-width: none;
  }
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.3rem;
  background-color: #901216;
  color: #FFFFFF;
  width: 100%;
  transition: opacity 0.2s;
  font-size: 1.4rem;
  line-height: 1.2;
}
.c-btn ._en {
  font-size: 70%;
  margin-top: 0.2em;
  letter-spacing: 0.05em;
}
.c-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .c-btn {
    font-size: 4rem;
    min-height: 9.2rem;
    letter-spacing: 0.2em;
  }
}

.c-note {
  font-size: 1.2rem;
  line-height: 1.666;
}
@media screen and (max-width: 750px) {
  .c-note {
    font-size: 2.4rem;
  }
}

.c-sec {
  line-height: 2.142;
}

.c-hero {
  text-align: center;
  position: relative;
  height: 25rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .c-hero {
    height: auto;
  }
}
.c-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .c-hero img {
    height: auto;
  }
}
.c-hero-ttl {
  left: 50%;
  top: 50%;
  color: #FFFFFF;
  position: absolute;
  font-size: 4rem;
  font-weight: normal;
  transform: translate(-50%, -50%);
  font-family: ShinGoPro-Light, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .c-hero-ttl {
    font-size: 6rem;
  }
}
.c-hero-ttl span {
  font-size: 2.6rem;
  display: block;
  margin-top: 0.5em;
  font-family: ShinGoPro-Regular, sans-serif;
}
@media screen and (max-width: 750px) {
  .c-hero-ttl span {
    font-size: 3.2rem;
  }
}

.c-hdg {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .c-hdg {
    font-size: 3.2rem;
  }
}
.c-hdg-01 {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 0.5rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.c-hdg-02 {
  line-height: 2;
  background: #D2DCE6;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #FFFFFF;
}
@media screen and (max-width: 750px) {
  .c-hdg-02 {
    font-size: 3.4rem;
    letter-spacing: 0.2em;
    height: 10rem;
  }
}

.c-list li::before {
  content: "●";
}
.c-list.u-indent li {
  margin-left: 0.9em;
  text-indent: -0.9em;
}

.c-info {
  color: #E40012;
}
.c-info-ttl {
  font-size: 2rem;
  border: none;
}
@media screen and (max-width: 750px) {
  .c-info-ttl {
    font-size: 3.2rem;
  }
}
.c-info-txt {
  font-size: 1.6rem;
  border: 1px solid currentColor;
  padding: 3rem;
  display: flex;
}
@media screen and (max-width: 750px) {
  .c-info-txt {
    font-size: 2.6rem;
  }
}
.c-info-txt span {
  display: inline-block;
  margin: auto;
}

.c-pager {
  display: inline-flex;
  justify-content: space-around;
  color: #A0ADB3;
  border-top: 1px solid #C8C5C4;
  border-bottom: 1px solid #C8C5C4;
  padding: 1.1rem 0;
  min-width: 48rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .c-pager {
    padding: 2rem 0;
    width: 100%;
  }
}
.c-pager-wrapper {
  text-align: center;
  margin: 5.9rem auto 6.9rem;
}
.c-pager li {
  font-size: 1.4rem;
  margin: 0 1.5rem;
  line-height: 1;
  position: relative;
  height: 3rem;
  width: 3rem;
}
@media screen and (max-width: 750px) {
  .c-pager li {
    font-size: 2.8rem;
    height: 6rem;
    width: 6rem;
  }
}
.c-pager li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-pager li a {
  display: block;
}
.c-pager .arrow {
  color: #000000;
}
.c-pager .prev {
  margin-left: 0;
}
.c-pager .next {
  margin-right: 0;
}
.c-pager .is-current {
  color: #FFFFFF;
  background: #A0ADB3;
  border-radius: 50%;
}

@media screen and (max-width: 750px) {
  .only-pc {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .only-sp {
    display: none;
  }
}

._mt-05 {
  margin-top: 0.5rem !important;
}
._mt-1 {
  margin-top: 1rem !important;
}
._mt-15 {
  margin-top: 1.5rem !important;
}
._mt-2 {
  margin-top: 2rem !important;
}
._mt-25 {
  margin-top: 2.5rem !important;
}
._mt-3 {
  margin-top: 3rem !important;
}
._mt-35 {
  margin-top: 3.5rem !important;
}

.s-color-red {
  color: #E40012;
}

.s-bold {
  font-weight: bold;
}

.s-block {
  display: block;
}

.u-hover-opa {
  transition: opacity 0.2s;
}
.u-hover-opa:hover {
  opacity: 0.8;
}

.js-aco-btn {
  cursor: pointer;
}
.js-aco-btn::before {
  transform: rotate(180deg);
}
.js-aco-btn.is-active::before {
  transform: rotate(0);
}

.js-aco-cnt {
  display: none;
}
.js-aco-cnt.is-active {
  display: block;
}/*# sourceMappingURL=common.css.map */