@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
/* Font
----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
/* ==========================================================================
   Foundation
========================================================================== */
/* Color
----------------------------------------------------------------- */
/* ==========================================================================
   Foundation
========================================================================== */
/* Reset
----------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select, textarea {
  vertical-align: middle;
  -webkit-appearance: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* フォームスタイルのリセット */
input[type=text],
input[type=number],
input[type=password] {
  font-size: 16px;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button, input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  border: none;
  outline: none;
}

input[type=radio] {
  opacity: 0;
}

input[type=checkbox] {
  opacity: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
  margin: 0;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}

/* ==========================================================================
   Foundation
========================================================================== */
/* Mixin
----------------------------------------------------------------- */
/* ==========================================================================
   Foundation
========================================================================== */
/* Base
----------------------------------------------------------------- */
* {
  background: none;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  word-wrap: break-word;
}

html {
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-y: scroll;
  /*scroll-behavior: smooth;*/
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  width: 100%;
}

body {
  background-color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  height: 100%;
  width: 100%;
}
body._navy {
  background-color: 900;
}
body._lightgray {
  background-color: 900;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

button {
  cursor: pointer;
}
button:hover {
  opacity: 0.7 !important;
}
@media screen and (max-width: 844px) {
  button:hover {
    opacity: 1 !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none;
}
a:hover {
  opacity: 0.7 !important;
}
@media screen and (max-width: 844px) {
  a:hover {
    opacity: 1 !important;
  }
}

address {
  font-style: normal;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 844px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 844px) {
  .sp {
    display: block !important;
  }
}

.fade {
  opacity: 0;
}
.fade.in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 844px) {
  .fade.in {
    -webkit-animation-name: fade-in--sp;
            animation-name: fade-in--sp;
  }
}

.fadeup {
  opacity: 0;
}
.fadeup.in {
  -webkit-animation-name: fadeup-in;
          animation-name: fadeup-in;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 844px) {
  .fadeup.in {
    -webkit-animation-name: fadeup-in--sp;
            animation-name: fadeup-in--sp;
  }
}

.fadeslide {
  opacity: 0;
}
.fadeslide.in {
  -webkit-animation-name: fadeslide-in;
          animation-name: fadeslide-in;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 844px) {
  .fadeslide.in {
    -webkit-animation-name: fadeslide-in--sp;
            animation-name: fadeslide-in--sp;
  }
}

.p-r {
  position: relative;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.ta-c {
  text-align: center !important;
}

.f-jc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-jsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-as-jfs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.f-as-jc {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-as-jfe {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.f-as-jsb {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-ac-jfs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.f-ac-jc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-ac-jsb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-ae-jfs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.f-ae-jc {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-ae-jsb {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fw {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* ==========================================================================
   Layout
========================================================================== */
/* Header
----------------------------------------------------------------- */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .header {
    background-color: #FFF;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    height: 75px;
  }
}
@media screen and (max-width: 844px) {
  .header {
    height: 90px;
  }
}
.header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px 0 10px;
  width: 22vw;
}
@media screen and (max-width: 1200px) {
  .header__logo {
    height: 100px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 305px;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo {
    height: 75px;
    width: 245px;
  }
}
@media screen and (max-width: 844px) {
  .header__logo {
    height: 90px;
    width: 285px;
  }
}
.header__logo a {
  display: block;
}
.header__logo img {
  height: auto;
  width: 100%;
}
.header__nav {
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: calc(100% - 22vw - 353px);
}
@media screen and (max-width: 1024px) {
  .header__nav {
    width: calc(100% - 22vw - 265px);
  }
}
@media screen and (max-width: 1200px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 7px;
  width: 100%;
}
.header__nav ul li {
  height: 100%;
  position: relative;
}
.header__nav ul li a, .header__nav ul li p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1vw;
  font-weight: 700;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.7vw;
  position: relative;
  white-space: nowrap;
}
.header__nav ul li p {
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.header__nav ul li:nth-last-child(1) {
  padding-right: 0;
}
.header__nav ul li .delta {
  background-image: url(/assets/img/header/delta.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 10px;
  display: none;
  height: 10px;
  position: absolute;
  left: calc(50% - 6px);
  bottom: 0;
  width: 12px;
}
.header__nav ul li.-on .delta {
  display: block;
}
.header__nav.-scrolled {
  background: rgba(255, 255, 255, 0.9);
}
.header__nav.-scrolled ul li a,
.header__nav.-scrolled ul li p {
  color: #000;
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
          filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
.header__etc {
  background-color: #333;
  max-width: 353px;
  padding: 15px 20px;
  width: 353px;
}
@media screen and (max-width: 1024px) {
  .header__etc {
    padding: 10px 15px;
    width: 265px;
  }
}
@media screen and (max-width: 1200px) {
  .header__etc {
    display: none;
  }
}
.header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__cta a {
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 0;
  width: calc(50% - 5px);
}
@media screen and (max-width: 1024px) {
  .header__cta a {
    font-size: 13px;
    padding: 5px 0;
  }
}
.header__cta a:nth-child(1) {
  background-color: #000;
}
.header__cta a:nth-child(2) {
  background-color: #E70012;
}
.header__link {
  padding-top: 5px;
}
@media screen and (max-width: 1024px) {
  .header__link {
    padding-top: 3px;
  }
}
.header__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header__link ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-right: 20px;
  padding: 7px 0;
}
@media screen and (max-width: 1024px) {
  .header__link ul li a {
    font-size: 12px;
    margin-right: 15px;
    padding: 5px 0;
  }
}
.header__link ul li a i {
  margin-top: 2px;
  margin-right: 3px;
  font-size: 15px;
}
.header__button {
  background-color: #333;
  display: none;
  height: 100px;
  width: 100px;
}
@media screen and (max-width: 1200px) {
  .header__button {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header__button {
    height: 75px;
    width: 75px;
  }
}
@media screen and (max-width: 844px) {
  .header__button {
    height: 90px;
    width: 90px;
  }
}
.header__button #nav-button {
  display: block;
  height: 100px;
  position: relative;
  width: 100px;
}
@media screen and (max-width: 1024px) {
  .header__button #nav-button {
    height: 75px;
    width: 75px;
  }
}
@media screen and (max-width: 844px) {
  .header__button #nav-button {
    height: 90px;
    width: 90px;
  }
}
.header__button #nav-button span {
  background-color: #FFF;
  border-radius: 4px;
  display: inline-block;
  height: 4px;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 20px);
  width: 40px;
}
.header__button #nav-button span::before, .header__button #nav-button span::after {
  background-color: #FFF;
  border-radius: 4px;
  content: "";
  display: inline-block;
  height: 4px;
  position: absolute;
  left: 0;
  width: 40px;
}
.header__button #nav-button span::before {
  top: -13px;
}
.header__button #nav-button span::after {
  top: 13px;
}
.header__button #nav-button.-open span {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: bar;
          animation-name: bar;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.header__button #nav-button.-open span::before, .header__button #nav-button.-open span::after {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.header__button #nav-button.-open span::before {
  -webkit-animation-name: bar_before;
          animation-name: bar_before;
}
.header__button #nav-button.-open span::after {
  -webkit-animation-name: bar_after;
          animation-name: bar_after;
}

/* ==========================================================================
   Layout
========================================================================== */
/* Nav
----------------------------------------------------------------- */
.nav {
  display: none;
  background: #333;
  height: calc(100vh - 90px);
  overflow: hidden;
  position: fixed;
  top: calc(-100vh - 90px);
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .nav {
    display: block;
  }
}
.nav.-open {
  top: 100px;
}
@media screen and (max-width: 1024px) {
  .nav.-open {
    top: 75px;
  }
}
@media screen and (max-width: 844px) {
  .nav.-open {
    top: 90px;
  }
}
.nav .inner {
  height: calc(100% - 100px);
  overflow-y: auto;
  padding: 0 0 50px !important;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 1024px) {
  .nav .inner {
    height: calc(100% - 75px);
  }
}
@media screen and (max-width: 844px) {
  .nav .inner {
    height: calc(100% - 90px);
  }
}
.nav--primary {
  padding: 20px 0;
  width: 100%;
}
.nav--primary li {
  display: block;
  position: relative;
  width: 100%;
}
.nav--primary li a, .nav--primary li p {
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 13px 0;
  position: relative;
}
.nav--primary li .-parent i {
  font-size: 18px;
  margin-left: 8px;
}
.nav--primary li .-parent.-on {
  padding-bottom: 20px;
}
.nav--primary li .-parent.-on .delta {
  display: block;
}
@media screen and (max-width: 1200px) {
  .nav--primary li .-parent.-on .delta {
    display: none;
  }
}
.nav--primary li .delta {
  background-image: url(/assets/img/header/delta.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 10px;
  display: none;
  height: 10px;
  position: absolute;
  left: calc(50% - 6px);
  bottom: 0;
  width: 12px;
}
.nav--secondary {
  background-color: #FFF;
  margin: 0 auto;
  max-width: 353px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 1024px) {
  .nav--secondary {
    max-width: 265px;
  }
}
@media screen and (max-width: 844px) {
  .nav--secondary {
    max-width: none;
  }
}
.nav__cta {
  padding: 15px 10px;
}
.nav__cta a {
  color: #FFF;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 0;
}
.nav__cta a:nth-child(1) {
  background-color: #000;
}
.nav__cta a:nth-child(2) {
  background-color: #E70012;
  margin-top: 15px;
}
.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px 15px;
}
.nav__link a {
  border: solid 1px #707070;
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
  width: calc(50% - 5px);
}
.nav__link a i {
  margin-right: 3px;
  font-size: 16px;
}

.-submenu {
  background-color: #000;
  display: none;
  padding: 30px 0;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .-submenu {
    padding: 20px 30px;
    position: static;
  }
}
.-submenu.-on {
  display: block;
}
.-submenu .inner {
  max-width: 960px;
}
@media screen and (max-width: 1024px) {
  .-submenu .inner {
    max-width: 720px;
  }
}
.-submenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.-submenu ul li {
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 844px) {
  .-submenu ul li {
    display: block;
    width: 50%;
  }
}
.-submenu ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-right: 30px;
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  .-submenu ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 844px) {
  .-submenu ul li a {
    font-size: 14px;
    margin-right: 0;
  }
}
.-submenu ul li a i {
  margin-top: 2px;
  margin-right: 3px;
  font-size: 17px;
}
@media screen and (max-width: 1024px) {
  .-submenu ul li a i {
    font-size: 15px;
  }
}
@media screen and (max-width: 844px) {
  .-submenu ul li a i {
    font-size: 17px;
  }
}

@media screen and (max-width: 1200px) {
  .header + .-submenu {
    display: none;
  }
}

html.-open, body.-open {
  -ms-touch-action: none;
      touch-action: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html.-open::-webkit-scrollbar {
  display: none;
}

body.-open::-webkit-scrollbar {
  display: none;
}

/* ==========================================================================
   Layout
========================================================================== */
.main {
  background-color: #F8F8F8;
  height: 100%;
  padding-bottom: 80px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 844px) {
  .main {
    padding-bottom: 40px;
  }
}

.page main {
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .page main {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 844px) {
  .page main {
    padding-bottom: 50px;
  }
}

/* ==========================================================================
   Layout
========================================================================== */
/* Footer
----------------------------------------------------------------- */
.footer {
  background-color: #333;
  padding-top: 50px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 30px;
  }
}
.footer__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .footer__content {
    padding: 0 15px;
  }
}
@media screen and (max-width: 844px) {
  .footer__content {
    padding: 0 20px;
  }
}
.footer__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 30px 15px 10px;
  width: 320px;
}
@media screen and (max-width: 1024px) {
  .footer__logo {
    padding: 10px 25px 10px 5px;
    width: 230px;
  }
}
@media screen and (max-width: 844px) {
  .footer__logo {
    width: 100%;
  }
}
.footer__logo a {
  display: block;
}
.footer__logo img {
  height: auto;
  width: 100%;
}
.footer__address {
  padding: 0 50px;
  text-align: left;
  width: calc(100% - 320px - 400px);
}
@media screen and (max-width: 1024px) {
  .footer__address {
    padding: 0 30px;
    width: calc(100% - 230px - 300px);
  }
}
@media screen and (max-width: 844px) {
  .footer__address {
    padding: 25px 0;
    width: 100%;
  }
}
.footer__address p {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .footer__address p {
    font-size: 12px;
  }
}
@media screen and (max-width: 844px) {
  .footer__address p {
    font-size: 14px;
  }
}
.footer__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 400px;
}
@media screen and (max-width: 1024px) {
  .footer__cta {
    width: 300px;
  }
}
@media screen and (max-width: 844px) {
  .footer__cta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.footer__cta a {
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 0;
  width: calc(50% - 10px);
}
@media screen and (max-width: 1024px) {
  .footer__cta a {
    font-size: 13px;
    padding: 5px 0;
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 844px) {
  .footer__cta a {
    font-size: 16px;
    padding: 7px 0;
    width: 100%;
  }
}
.footer__cta a:nth-child(1) {
  background-color: #000;
}
.footer__cta a:nth-child(2) {
  background-color: #E70012;
}
@media screen and (max-width: 844px) {
  .footer__cta a:nth-child(2) {
    margin-top: 10px;
  }
}
.footer__nav {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .footer__nav {
    margin-top: 30px;
    padding: 30px;
  }
}
@media screen and (max-width: 844px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav a {
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .footer__nav a {
    font-size: 13px;
  }
}
.footer__nav--1, .footer__nav--2 {
  padding-right: 15px;
  text-align: left;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .footer__nav--1, .footer__nav--2 {
    padding-right: 12px;
  }
}
.footer__nav--1 ul, .footer__nav--2 ul {
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .footer__nav--1 ul, .footer__nav--2 ul {
    padding-top: 15px;
  }
}
.footer__nav--1 li, .footer__nav--2 li {
  line-height: 1;
  padding: 0;
  text-align: left;
}
.footer__nav--1 li a, .footer__nav--2 li a {
  font-size: 14px;
  line-height: 1.4;
  padding: 5px 0;
}
@media screen and (max-width: 1024px) {
  .footer__nav--1 li a, .footer__nav--2 li a {
    font-size: 12px;
    padding: 3px 0;
  }
}
.footer__nav--2 ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__nav--2 li:nth-child(odd) {
  width: 40%;
}
.footer__nav--2 li:nth-child(even) {
  width: 60%;
}
.footer__nav--3 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  width: 50%;
}
.footer__nav--4 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer__nav--4 {
    padding-top: 30px;
  }
}
.footer__nav--4 div {
  line-height: 1;
}
.footer__nav--4 a {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .footer__nav--4 a {
    font-size: 12px;
  }
}
.footer__copyright {
  color: #FFF;
  font-size: 14px;
  line-height: 1;
  padding: 5px 0;
}
@media screen and (max-width: 1024px) {
  .footer__copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 844px) {
  .footer__copyright {
    background-color: #000;
    font-size: 10px;
    margin-top: 25px;
    padding: 20px 0;
  }
}

/* ==========================================================================
  Component
========================================================================== */
/* animation
----------------------------------------------------------------- */
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in--sp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in--sp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeup-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeup-in--sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup-in--sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes button_bar-out-white {
  0% {
    background-color: #FFF;
  }
  100% {
    background-color: #E70012;
  }
}
@keyframes button_bar-out-white {
  0% {
    background-color: #FFF;
  }
  100% {
    background-color: #E70012;
  }
}
@-webkit-keyframes button_bar-in-white {
  0% {
    background-color: #E70012;
  }
  100% {
    background-color: #FFF;
  }
}
@keyframes button_bar-in-white {
  0% {
    background-color: #E70012;
  }
  100% {
    background-color: #FFF;
  }
}
@-webkit-keyframes button_bar-out-black {
  0% {
    background-color: #000;
  }
  100% {
    background-color: #E70012;
  }
}
@keyframes button_bar-out-black {
  0% {
    background-color: #000;
  }
  100% {
    background-color: #E70012;
  }
}
@-webkit-keyframes button_bar-in-black {
  0% {
    background-color: #E70012;
  }
  100% {
    background-color: #000;
  }
}
@keyframes button_bar-in-black {
  0% {
    background-color: #E70012;
  }
  100% {
    background-color: #000;
  }
}
@-webkit-keyframes button_color-out-white {
  0% {
    color: #FFF;
  }
  100% {
    color: #000;
  }
}
@keyframes button_color-out-white {
  0% {
    color: #FFF;
  }
  100% {
    color: #000;
  }
}
@-webkit-keyframes button_color-in-white {
  0% {
    color: #000;
  }
  100% {
    color: #FFF;
  }
}
@keyframes button_color-in-white {
  0% {
    color: #000;
  }
  100% {
    color: #FFF;
  }
}
@-webkit-keyframes button_color-out-black {
  0% {
    color: #000;
  }
  100% {
    color: #FFF;
  }
}
@keyframes button_color-out-black {
  0% {
    color: #000;
  }
  100% {
    color: #FFF;
  }
}
@-webkit-keyframes button_color-in-black {
  0% {
    color: #FFF;
  }
  100% {
    color: #000;
  }
}
@keyframes button_color-in-black {
  0% {
    color: #FFF;
  }
  100% {
    color: #000;
  }
}
@-webkit-keyframes button_bg-out {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes button_bg-out {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes button_bg-in {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes button_bg-in {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes mv_banner {
  0% {
    right: -353px;
  }
  100% {
    right: 0;
  }
}
@keyframes mv_banner {
  0% {
    right: -353px;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes mv_banner--tb {
  0% {
    right: -380px;
  }
  100% {
    right: 0;
  }
}
@keyframes mv_banner--tb {
  0% {
    right: -380px;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes mv_banner--sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mv_banner--sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes text_effect {
  0% {
    left: -500px;
    width: 100%;
  }
  30% {
    left: 0;
    width: 100%;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes text_effect {
  0% {
    left: -500px;
    width: 100%;
  }
  30% {
    left: 0;
    width: 100%;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes fadein_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadein_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes menu_fadein {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 200px;
  }
}
@keyframes menu_fadein {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 200px;
  }
}
@-webkit-keyframes menu_fadein--tb {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 180px;
  }
}
@keyframes menu_fadein--tb {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 180px;
  }
}
@-webkit-keyframes menu_ul_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu_ul_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes menu_ul_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu_ul_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes menu_parent_border {
  0% {
    border-bottom-color: #FFF;
  }
  100% {
    border-bottom-color: #1f233e;
  }
}
@keyframes menu_parent_border {
  0% {
    border-bottom-color: #FFF;
  }
  100% {
    border-bottom-color: #1f233e;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 180px;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 180px;
  }
}
@-webkit-keyframes fadeslide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeslide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeslide-in--sp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeslide-in--sp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes menu-over {
  0% {
    background-position: 90% center;
  }
  100% {
    background-position: 93% center;
  }
}
@keyframes menu-over {
  0% {
    background-position: 90% center;
  }
  100% {
    background-position: 93% center;
  }
}
@-webkit-keyframes menu-out {
  0% {
    background-position: 93% center;
  }
  100% {
    background-position: 90% center;
  }
}
@keyframes menu-out {
  0% {
    background-position: 93% center;
  }
  100% {
    background-position: 90% center;
  }
}
@-webkit-keyframes button2-over {
  0% {
    background-position: 98% center;
  }
  100% {
    background-position: 100% center;
  }
}
@keyframes button2-over {
  0% {
    background-position: 98% center;
  }
  100% {
    background-position: 100% center;
  }
}
@-webkit-keyframes button2-out {
  0% {
    background-position: 100% center;
  }
  100% {
    background-position: 98% center;
  }
}
@keyframes button2-out {
  0% {
    background-position: 100% center;
  }
  100% {
    background-position: 98% center;
  }
}
@-webkit-keyframes bar_before {
  0% {
    background-color: #FFF;
    top: -13px;
  }
  25% {
    background-color: #FFF;
    top: 0;
  }
  50% {
    background-color: #FFF;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    background-color: #FFF;
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes bar_before {
  0% {
    background-color: #FFF;
    top: -13px;
  }
  25% {
    background-color: #FFF;
    top: 0;
  }
  50% {
    background-color: #FFF;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    background-color: #FFF;
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@-webkit-keyframes bar {
  0% {
    background-color: #FFF;
  }
  25% {
    background-color: #FFF;
  }
  50% {
    background-color: #333;
  }
  100% {
    background-color: #333;
  }
}
@keyframes bar {
  0% {
    background-color: #FFF;
  }
  25% {
    background-color: #FFF;
  }
  50% {
    background-color: #333;
  }
  100% {
    background-color: #333;
  }
}
@-webkit-keyframes bar_after {
  0% {
    background-color: #FFF;
    top: 13px;
  }
  25% {
    background-color: #FFF;
    top: 0;
  }
  50% {
    background-color: #FFF;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    background-color: #FFF;
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes bar_after {
  0% {
    background-color: #FFF;
    top: 13px;
  }
  25% {
    background-color: #FFF;
    top: 0;
  }
  50% {
    background-color: #FFF;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    background-color: #FFF;
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes reservation_button-over {
  0% {
    background-position: center 40px, center 80%;
  }
  100% {
    background-position: center 40px, center 85%;
  }
}
@keyframes reservation_button-over {
  0% {
    background-position: center 40px, center 80%;
  }
  100% {
    background-position: center 40px, center 85%;
  }
}
@-webkit-keyframes reservation_button-over--tb {
  0% {
    background-position: center 26px, center 80%;
  }
  100% {
    background-position: center 26px, center 85%;
  }
}
@keyframes reservation_button-over--tb {
  0% {
    background-position: center 26px, center 80%;
  }
  100% {
    background-position: center 26px, center 85%;
  }
}
@-webkit-keyframes reservation_button-out {
  0% {
    background-position: center 40px, center 85%;
  }
  100% {
    background-position: center 40px, center 80%;
  }
}
@keyframes reservation_button-out {
  0% {
    background-position: center 40px, center 85%;
  }
  100% {
    background-position: center 40px, center 80%;
  }
}
@-webkit-keyframes reservation_button-out--tb {
  0% {
    background-position: center 26px, center 85%;
  }
  100% {
    background-position: center 26px, center 80%;
  }
}
@keyframes reservation_button-out--tb {
  0% {
    background-position: center 26px, center 85%;
  }
  100% {
    background-position: center 26px, center 80%;
  }
}
@-webkit-keyframes tab-on {
  0% {
    background-color: #1f233e;
    background-position: center calc(100% - 20px);
  }
  100% {
    background-color: #a38249;
    background-position: center calc(100% - 15px);
  }
}
@keyframes tab-on {
  0% {
    background-color: #1f233e;
    background-position: center calc(100% - 20px);
  }
  100% {
    background-color: #a38249;
    background-position: center calc(100% - 15px);
  }
}
@-webkit-keyframes tab-on--tb {
  0% {
    background-color: #1f233e;
    background-position: center calc(100% - 15px);
  }
  100% {
    background-color: #a38249;
    background-position: center calc(100% - 10px);
  }
}
@keyframes tab-on--tb {
  0% {
    background-color: #1f233e;
    background-position: center calc(100% - 15px);
  }
  100% {
    background-color: #a38249;
    background-position: center calc(100% - 10px);
  }
}
@-webkit-keyframes tab-on--sp {
  0% {
    background-color: #1f233e;
    background-position: center calc(100% - 12px);
  }
  100% {
    background-color: #a38249;
    background-position: center calc(100% - 9px);
  }
}
@keyframes tab-on--sp {
  0% {
    background-color: #1f233e;
    background-position: center calc(100% - 12px);
  }
  100% {
    background-color: #a38249;
    background-position: center calc(100% - 9px);
  }
}
@-webkit-keyframes tab-off {
  0% {
    background-color: #a38249;
    background-position: center calc(100% - 15px);
  }
  100% {
    background-color: #1f233e;
    background-position: center calc(100% - 20px);
  }
}
@keyframes tab-off {
  0% {
    background-color: #a38249;
    background-position: center calc(100% - 15px);
  }
  100% {
    background-color: #1f233e;
    background-position: center calc(100% - 20px);
  }
}
@-webkit-keyframes tab-off--tb {
  0% {
    background-color: #a38249;
    background-position: center calc(100% - 10px);
  }
  100% {
    background-color: #1f233e;
    background-position: center calc(100% - 15px);
  }
}
@keyframes tab-off--tb {
  0% {
    background-color: #a38249;
    background-position: center calc(100% - 10px);
  }
  100% {
    background-color: #1f233e;
    background-position: center calc(100% - 15px);
  }
}
@-webkit-keyframes tab-off--sp {
  0% {
    background-color: #a38249;
    background-position: center calc(100% - 9px);
  }
  100% {
    background-color: #1f233e;
    background-position: center calc(100% - 12px);
  }
}
@keyframes tab-off--sp {
  0% {
    background-color: #a38249;
    background-position: center calc(100% - 9px);
  }
  100% {
    background-color: #1f233e;
    background-position: center calc(100% - 12px);
  }
}
@-webkit-keyframes accordion-out {
  0% {
    padding-top: 20px;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes accordion-out {
  0% {
    padding-top: 20px;
  }
  100% {
    padding-top: 0;
  }
}
@-webkit-keyframes accordion-out--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes accordion-out--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@-webkit-keyframes accordion-over {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 20px;
  }
}
@keyframes accordion-over {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 20px;
  }
}
@-webkit-keyframes accordion-over--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes accordion-over--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@-webkit-keyframes accordion-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes accordion-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes accordion-arrow-out {
  0% {
    padding-top: 20px;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes accordion-arrow-out {
  0% {
    padding-top: 20px;
  }
  100% {
    padding-top: 0;
  }
}
@-webkit-keyframes accordion-arrow-out--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes accordion-arrow-out--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@-webkit-keyframes accordion-arrow-over {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 20px;
  }
}
@keyframes accordion-arrow-over {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 20px;
  }
}
@-webkit-keyframes accordion-arrow-over--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes accordion-arrow-over--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
/* ==========================================================================
  Component
========================================================================== */
/* Button
----------------------------------------------------------------- */
.button {
  display: inline-block;
  margin: 50px auto 0 0;
  max-width: 290px;
  padding: 15px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .button {
    margin-top: 30px;
    max-width: 230px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 844px) {
  .button {
    max-width: none;
    padding: 15px 0;
  }
}
.button p {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .button p {
    font-size: 15px;
  }
}
@media screen and (max-width: 844px) {
  .button p {
    -webkit-animation: none;
            animation: none;
    font-size: 18px;
  }
}
.button .bg {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: button_bg-out;
          animation-name: button_bg-out;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 844px) {
  .button .bg {
    -webkit-animation: none;
            animation: none;
  }
}
.button .bar {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  height: 1px;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 60px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .button .bar {
    width: 45px;
  }
}
@media screen and (max-width: 844px) {
  .button .bar {
    -webkit-animation: none;
            animation: none;
    width: 60px;
  }
}
.button.-white {
  background-color: #FFF;
  color: #FFF;
}
.button.-white p {
  -webkit-animation-name: button_color-out-white;
          animation-name: button_color-out-white;
}
@media screen and (max-width: 844px) {
  .button.-white p {
    color: #000;
  }
}
.button.-white .bar {
  -webkit-animation-name: button_bar-out-white;
          animation-name: button_bar-out-white;
}
@media screen and (max-width: 844px) {
  .button.-white .bar {
    background-color: #E70012;
  }
}
.button.-white .bg {
  background-color: #000;
}
.button.-white:hover p {
  -webkit-animation-name: button_color-in-white;
          animation-name: button_color-in-white;
}
.button.-white:hover .bar {
  -webkit-animation-name: button_bar-in-white;
          animation-name: button_bar-in-white;
}
.button.-black {
  background-color: #000;
  border: solid 1px #000;
  color: #000;
}
.button.-black p {
  -webkit-animation-name: button_color-out-black;
          animation-name: button_color-out-black;
}
.button.-black .bar {
  -webkit-animation-name: button_bar-out-black;
          animation-name: button_bar-out-black;
}
.button.-black .bg {
  background-color: #FFF;
}
.button.-black:hover p {
  -webkit-animation-name: button_color-in-black;
          animation-name: button_color-in-black;
}
.button.-black:hover .bar {
  -webkit-animation-name: button_bar-in-black;
          animation-name: button_bar-in-black;
}
.button:hover {
  opacity: 1 !important;
}
.button:hover p {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
@media screen and (max-width: 844px) {
  .button:hover p {
    -webkit-animation: none;
            animation: none;
  }
}
.button:hover .bg {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: button_bg-in;
          animation-name: button_bg-in;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
@media screen and (max-width: 844px) {
  .button:hover .bg {
    -webkit-animation: none;
            animation: none;
  }
}
.button:hover .bar {
  -webkit-animation-name: button_bar-in-white;
          animation-name: button_bar-in-white;
}
@media screen and (max-width: 844px) {
  .button:hover .bar {
    -webkit-animation: none;
            animation: none;
  }
}

.pdf-buttons {
	margin-top: 1em;
	
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 844px) {
  .pdf-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pdf-button,
.word-button,
.link-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/assets/img/main/pdf-button_icon.png), url(/assets/img/main/pdf-button_arrow.png);
  background-position: calc(100% - 25px) center, calc(100% - 4px) calc(100% - 4px);
  background-repeat: no-repeat;
  background-size: 54px auto, 12px auto;
  border: solid 1px #E70012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  margin-right: 20px;
  min-height: 135px;
  padding: 35px 25px;
  position: relative;
  text-align: left;
  /*width: calc(50% - 10px);*/
	width: 100%;
}
.pdf-button:hover,
.word-button:hover,
.link-button:hover {
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.7 !important;
}
@media screen and (max-width: 844px) {
  .pdf-button:hover,
.word-button:hover,
.link-button:hover {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 1024px) {
  .pdf-button,
.word-button,
.link-button {
    background-position: calc(100% - 15px) center, calc(100% - 3px) calc(100% - 3px);
    background-size: 46px auto, 10px auto;
    margin-right: 15px;
    min-height: 120px;
    padding: 25px 15px;
    /*width: calc(50% - 7.5px);*/
	width: 100%;
  }
}
@media screen and (max-width: 844px) {
  .pdf-button,
.word-button,
.link-button {
    margin-top: 15px;
    margin-right: 0;
    width: 100%;
  }
}
.pdf-button:nth-child(even),
.word-button:nth-child(even),
.link-button:nth-child(even) {
  margin-right: 0;
}
.pdf-button:nth-child(n+3),
.word-button:nth-child(n+3),
.link-button:nth-child(n+3) {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .pdf-button:nth-child(n+3),
.word-button:nth-child(n+3),
.link-button:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 844px) {
  .pdf-button:nth-child(n+3),
.word-button:nth-child(n+3),
.link-button:nth-child(n+3) {
    margin-top: 15px;
  }
}
.pdf-button.no-pdf,
.word-button.no-pdf,
.link-button.no-pdf {
  background-image: url(/assets/img/main/pdf-button_arrow.png);
  background-position: calc(100% - 4px) calc(100% - 4px);
  background-repeat: no-repeat;
  background-size: 12px auto;
}
@media screen and (max-width: 1024px) {
  .pdf-button.no-pdf,
.word-button.no-pdf,
.link-button.no-pdf {
    background-position: calc(100% - 3px) calc(100% - 3px);
    background-size: 10px auto;
  }
}
.pdf-button__label,
.word-button__label,
.link-button__label {
  border: solid 1px #E70012;
  border-top: none;
  border-left: none;
  color: #E70012;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 2px 6px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .pdf-button__label,
.word-button__label,
.link-button__label {
    font-size: 12px;
    padding: 1px 4px;
  }
}
.pdf-button__name,
.word-button__name,
.link-button__name {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .pdf-button__name,
.word-button__name,
.link-button__name {
    font-size: 18px;
  }
}
.pdf-button__text,
.word-button__text,
.link-button__text {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .pdf-button__text,
.word-button__text,
.link-button__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 844px) {
  .pdf-button__text,
.word-button__text,
.link-button__text {
    font-size: 14px;
  }
}
.pdf-button__link,
.word-button__link,
.link-button__link {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.pdf-button__list,
.word-button__list,
.link-button__list {
  margin-left: -0.6em;
  width: 100%;
  z-index: 2;
}
.pdf-button__list p,
.word-button__list p,
.link-button__list p {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #E70012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.7;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0.6em;
  text-align: left;
  width: 100%;
}
.pdf-button__list p:nth-child(1),
.word-button__list p:nth-child(1),
.link-button__list p:nth-child(1) {
  padding-top: 15px;
}
.pdf-button__list a,
.word-button__list a,
.link-button__list a {
  color: #E70012;
  display: inline-block;
  font-size: 14px;
  text-align: left;
  text-decoration: underline;
}
.pdf-button__list a:hover,
.word-button__list a:hover,
.link-button__list a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .pdf-button__list a,
.word-button__list a,
.link-button__list a {
    font-size: 12px;
  }
}
@media screen and (max-width: 844px) {
  .pdf-button__list a,
.word-button__list a,
.link-button__list a {
    font-size: 13px;
  }
}

.word-button {
  background-image: url(/assets/img/main/word-button_icon.png), url(/assets/img/main/pdf-button_arrow.png);
}

/* ==========================================================================
  Component
========================================================================== */
/* Crumbs
----------------------------------------------------------------- */
.crumbs {
  padding-top: 25px;
}
@media screen and (max-width: 1024px) {
  .crumbs {
    padding-top: 20px;
  }
}
.crumbs .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.crumbs a, .crumbs p {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .crumbs a, .crumbs p {
    font-size: 12px;
  }
}
.crumbs a i, .crumbs p i {
  color: #000;
  padding: 0 5px;
}
.crumbs a {
  color: #E70012;
}
.crumbs a:hover {
  text-decoration: underline;
}

/* ==========================================================================
  Component
========================================================================== */
/* Heading
----------------------------------------------------------------- */
.head {
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 25px;
  padding-left: 60px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .head {
    font-size: 28px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 844px) {
  .head {
    margin-top: 15px;
    padding-top: 20px;
    padding-left: 0;
  }
}
.head .bar {
  background-color: #E70012;
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 30px;
  left: 0;
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .head .bar {
    top: 25px;
    width: 30px;
  }
}
@media screen and (max-width: 844px) {
  .head .bar {
    top: 0;
    width: 40px;
  }
}
.head .e {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .head .e {
    font-size: 14px;
  }
}

.head2 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .head2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 844px) {
  .head2 {
    font-size: 24px;
  }
}
.head2::after {
  background-color: #E70012;
  content: "";
  display: block;
  height: 1px;
  margin-top: 25px;
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .head2::after {
    margin-top: 20px;
    width: 35px;
  }
}

/* ==========================================================================
  Component
========================================================================== */
/* Inner
----------------------------------------------------------------- */
.inner {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 844px) {
  .inner {
    padding: 0 20px;
    width: 100%;
  }
}

.inner--4 {
  margin: 0 auto;
  width: 66.6666666667%;
}
@media screen and (max-width: 1024px) {
  .inner--4 {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 844px) {
  .inner--4 {
    width: 100%;
  }
}

/* ==========================================================================
  Component
========================================================================== */
/* Title
----------------------------------------------------------------- */
.title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/assets/img/main/title_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 90px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .title {
    height: 250px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 844px) {
  .title {
    padding-top: 90px;
  }
}
.title__sub {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .title__sub {
    font-size: 12px;
  }
}
.title__head {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
  padding-top: 10px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .title__head {
    font-size: 36px;
    line-height: 1.3;
  }
}

.info {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .info {
    margin-top: 20px;
  }
}
.info__content {
  background-color: #FFF;
  padding: 40px 100px;
}
@media screen and (max-width: 1024px) {
  .info__content {
    padding: 30px 70px;
  }
}
@media screen and (max-width: 844px) {
  .info__content {
    padding: 20px 10px;
  }
}
.info__text {
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .info__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 844px) {
  .info__text {
    font-size: 15px;
  }
}
.info__text a {
  color: #E70012;
  text-decoration: underline;
}
.info__text a:hover {
  text-decoration: none;
}

.jfanews {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .jfanews {
    margin-top: 20px;
  }
}
.jfanews__content {
  background-color: #FFF;
  margin-bottom: 100px;
  padding: 40px 100px 70px;
}
@media screen and (max-width: 1024px) {
  .jfanews__content {
    margin-bottom: 70px;
    padding: 30px 70px 50px;
  }
}
@media screen and (max-width: 844px) {
  .jfanews__content {
    margin-bottom: 50px;
    padding: 20px 10px 30px;
  }
}
.jfanews__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
}
.jfanews__image {
  background-color: #F8F8F8;
  padding: 30px;
  width: 230px;
}
@media screen and (max-width: 844px) {
  .jfanews__image {
    padding: 20px;
    width: 100%;
  }
}
.jfanews__image img {
  height: auto;
  width: 150px;
}
@media screen and (max-width: 844px) {
  .jfanews__image img {
    width: 120px;
  }
}
.jfanews__info {
  padding: 30px 0 20px 30px;
  width: calc(100% - 230px);
}
@media screen and (max-width: 844px) {
  .jfanews__info {
    padding: 30px 0 0;
    width: 100%;
  }
}
.jfanews__text {
  color: #333;
  font-size: 16px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .jfanews__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 844px) {
  .jfanews__text {
    font-size: 15px;
  }
}
.jfanews__detail, .jfanews__price {
  padding-top: 30px;
}
.jfanews__detail__head, .jfanews__price__head {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .jfanews__detail__head, .jfanews__price__head {
    font-size: 14px;
  }
}
@media screen and (max-width: 844px) {
  .jfanews__detail__head, .jfanews__price__head {
    font-size: 15px;
  }
}
.jfanews__detail__content, .jfanews__price__content {
  color: #333;
  font-size: 16px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .jfanews__detail__content, .jfanews__price__content {
    font-size: 14px;
  }
}
@media screen and (max-width: 844px) {
  .jfanews__detail__content, .jfanews__price__content {
    font-size: 15px;
  }
}
.jfanews__link {
  padding-top: 30px;
}
.jfanews__link a {
  color: #E70012;
  display: block;
  font-size: 16px;
  text-align: left;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .jfanews__link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 844px) {
  .jfanews__link a {
    font-size: 15px;
  }
}
.jfanews__link a i {
  margin-right: 6px;
}
.jfanews__link a:hover {
  text-decoration: none;
}
.jfanews__backnumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 30px;
  width: 100%;
}
.jfanews__backnumber__head {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .jfanews__backnumber__head {
    font-size: 14px;
  }
}
@media screen and (max-width: 844px) {
  .jfanews__backnumber__head {
    font-size: 15px;
  }
}
.jfanews__backnumber__block {
  margin: 5px 15px 10px 0;
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 844px) {
  .jfanews__backnumber__block {
    margin: 5px 0 5px 0;
    width: 100%;
  }
}
.jfanews__backnumber__block:nth-child(3n+1) {
  margin-right: 0;
}
@media screen and (max-width: 844px) {
  .jfanews__backnumber__block:nth-child(3n+1) {
    margin-right: 0;
  }
}
.jfanews__backnumber__button {
  background-image: url(/assets/img/main/jfanews/backnumber_arrow_down.png);
  background-position: calc(100% - 10px), calc(50% + 1px);
  background-repeat: no-repeat;
  background-size: auto 10.5px;
  border: solid 1px #707070;
  cursor: pointer;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 5px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .jfanews__backnumber__button {
    font-size: 14px;
  }
}
@media screen and (max-width: 844px) {
  .jfanews__backnumber__button {
    font-size: 15px;
  }
}
.jfanews__backnumber__button:hover {
  background-color: #FBD5D8;
}
.jfanews__backnumber__button.-on {
  background-color: #FBD5D8;
  background-image: url(/assets/img/main/jfanews/backnumber_arrow_up.png);
}
.jfanews__backnumber__content {
  display: none;
  opacity: 0;
  padding-top: 10px;
}
.jfanews__backnumber__content.-on {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  display: block;
}
.jfanews__backnumber__content a {
  color: #E70012;
  display: block;
  font-size: 16px;
  text-align: left;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .jfanews__backnumber__content a {
    font-size: 14px;
  }
}
@media screen and (max-width: 844px) {
  .jfanews__backnumber__content a {
    font-size: 15px;
  }
}
.jfanews__backnumber__content a i {
  margin-right: 6px;
}
.jfanews__backnumber__content a:hover {
  text-decoration: none;
}
.jfanews__line {
  border-top: 1px solid #D9D9D9;
  margin: 50px 0 40px;
}
@media screen and (max-width: 844px) {
  .jfanews__line {
    margin: 40px 0 30px;
  }
}
/*# sourceMappingURL=jfanews.css.map */