@charset "UTF-8";
/* Color
============================ */
/* Category Color
============================ */
/* Header
============================ */
@media print {
  body {
    padding-top: 80px !important;
  }
}

.header {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 1.5s;
  background-color: rgba(255, 255, 255, 0.95);
}
@media print {
  .header {
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 1024px), print {
  .header {
    font-size: 12px;
  }
}
.header.hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.header.open {
  background-color: rgba(255, 255, 255, 0.95);
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header__logo {
  padding: 6% 5.3vw 6% 0;
  flex: 2 0 auto;
}
.header__logo a {
  display: block;
}
@media (min-width: 1024px), print {
  .header__logo {
    flex: 1 0 auto;
    padding: 28px 0 28px 5.833%;
    width: 390px;
    position: relative;
    top: -4px;
    box-sizing: border-box;
  }
}
.header__logo img {
  width: 65vw;
}
@media (min-width: 1024px), print {
  .header__logo img {
    width: 73%;
  }
}
.header__r-col {
  position: fixed;
  width: 100%;
  height: calc(100vh - 18vw - 45px - 80px);
  overflow: scroll;
  left: 0;
  top: -5px;
  padding-top: 45px;
  padding-bottom: 80px;
  border-bottom: solid 5px #be322d;
  background-color: rgba(255, 255, 255, 0.95);
  transform: translateY(-100%);
  transition: all 1.5s;
  animation-fill-mode: backwards;
}
@media (min-width: 1024px), print {
  .header__r-col {
    width: 700px;
    height: auto;
    position: relative;
    display: flex;
    transform: none;
    background-color: transparent;
    border: none;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
  }
}
.header__r-col.open {
  top: 17vw;
  transform: translateY(0);
}
@media (min-width: 1024px), print {
  .header__r-col.open {
    top: 0;
    transform: translateY(0);
  }
}
.header__nav-wrap {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px), print {
  .header__nav-wrap {
    width: 501px;
    flex-direction: column;
  }
}
@media (min-width: 1024px), print {
  .header__nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: none;
    background-color: transparent;
    border: none;
    padding: 0;
  }
}
.header__navItem {
  width: 77.333vw;
  margin: 0 auto 7vw;
  position: relative;
}
@media (min-width: 1024px), print {
  .header__navItem {
    width: auto;
    margin-bottom: 0;
  }
}
.header__navItem > a {
  font-size: 4.2vw;
  font-weight: bold;
  position: relative;
}
@media (min-width: 1024px), print {
  .header__navItem > a {
    font-weight: normal;
    font-size: 14px;
  }
}
.header__navItem > a:hover {
  color: #fff;
  background-color: #be322d;
}
.header__navItem > a:active {
  background-color: #be322d;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.header__navItem > a.mega-open:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -17px;
  background-color: #be322d;
}
.header__submenuToggleIcon {
  position: absolute;
  top: 0;
  margin: auto;
  right: 0;
  width: 5vw;
  height: 5vw;
}
@media (min-width: 1024px), print {
  .header__submenuToggleIcon {
    display: none;
  }
}
.header__submenuToggleIcon > div {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5vw;
  height: 0.26vw;
  background-color: #3c3c3c;
  transition: all 0.7s;
  transform-origin: center;
}
.header__submenuToggleIcon > div:nth-child(2) {
  transform: rotate(90deg);
}
.header__submenuToggleIcon.open > div:nth-child(2) {
  transform: rotate(0);
}
.header__subNavList {
  display: none;
  padding: 4vw 0 0;
}
.header__subNavItem {
  font-size: 3.2vw;
  margin-bottom: 4vw;
}
.header__subNavItem > a:active {
  color: #fff;
  background-color: #be322d;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.header__subNavItem--group {
  font-weight: bold;
}
.header__indent1 {
  padding-left: 1em;
}
.header__indent2 {
  padding-left: 2em;
}
.header__contact-wrap {
  text-align: center;
}
@media (min-width: 1024px), print {
  .header__contact-wrap {
    text-align-last: left;
    margin-left: 4.3%;
    width: 114px;
  }
}
.header__contact {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  display: inline-block;
  padding: 3vw 7vw;
  background-image: url(../img/contact_btn_bg.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}
@media (min-width: 1024px), print {
  .header__contact {
    padding: 12px 14.91%;
  }
}
.header__contact:visited {
  color: #fff;
}
.header__contact:hover {
  background-color: transparent !important;
  color: #be322d !important;
  background-image: url(../img/contact_btn_bg_active.svg);
}
.header__sns-search {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px), print {
  .header__sns-search {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 14px;
  }
  .header__sns-search.open-search .header__input-box {
    display: block;
  }
  .header__sns-search.open-search .header__icon-search {
    margin-left: 10px;
  }
  .header__sns-search.open-search .header__eng-link,
.header__sns-search.open-search .header__sns-icons {
    display: none;
  }
}
.header__eng-link {
  width: 77.333vw;
  display: block;
  font-weight: bold;
  text-align: left;
  margin-bottom: 7vw;
  font-size: 4.2vw;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}
@media (min-width: 1024px), print {
  .header__eng-link {
    width: auto;
    display: inline;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 4px;
    border-bottom: 1px solid #b3b3b3;
  }
}
.header__sns-icons {
  display: flex;
  align-items: center;
  margin-bottom: 7vw;
}
@media (min-width: 1024px), print {
  .header__sns-icons {
    margin-bottom: 0;
    margin-left: 20px;
  }
}
.header__sns-icon {
  display: inline-block;
  margin-left: 7.6vw;
  width: 7.6vw;
}
.header__sns-icon:first-child {
  margin-left: 0;
}
.header__sns-icon img {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px), print {
  .header__sns-icon {
    margin-left: 20px;
    width: 20px;
  }
  .header__sns-icon:first-child {
    margin-left: 0;
  }
}
.header__search-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 7vw;
  position: relative;
}
@media (min-width: 1024px), print {
  .header__search-wrap {
    margin-bottom: 0;
  }
}
.header__input-box {
  border: 1px solid #ccc;
  width: 56.8vw;
  padding: 0.3em 0.5em 0.2em;
}
@media (min-width: 1024px), print {
  .header__input-box {
    font-size: 12px;
    display: none;
    width: 163px;
    padding-right: 0 !important;
    margin-bottom: 1px;
  }
}
.header__icon-search {
  width: 10.66vw;
  margin-left: 3.73vw;
}
@media (min-width: 1024px), print {
  .header__icon-search {
    width: 30px;
    margin-left: 20px;
  }
}
@media (min-width: 1024px), print {
  .header__navToggleWrap {
    display: none;
  }
}
.header__navToggleBtn {
  cursor: pointer;
}
.header__navToggleBtn > div {
  width: 26px;
  height: 3px;
  background-color: #be322d;
  margin-bottom: 7px;
  transition: all 1.5s;
}
.header__navToggleBtn > div:last-child {
  margin-bottom: 0;
}
.header__navToggleBtn.open > div:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.header__navToggleBtn.open > div:nth-child(2) {
  opacity: 0;
}
.header__navToggleBtn.open > div:nth-child(3) {
  transform: translateY(-10px) rotate(135deg);
}
.header__megamenu {
  display: none;
  border-top: 1px solid #d8d8d8;
}
.header__megamenuItem {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.header__megaNavList {
  font-size: 13px;
  margin-right: 54px;
}
.header__megaNavList:last-child {
  margin-right: 0;
}
.header__megaNavList a {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}
.header__megaNavList a:hover {
  color: #be322d;
}
.header__megaNavItem {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  margin-bottom: 18px;
}
.header__megaNavItem--heading {
  position: relative;
  margin-top: 37px;
  margin-bottom: 22px;
  font-size: 15px;
}
.header__megaNavItem--heading:first-child {
  margin-top: 0;
}
.header__megaNavItem--heading::before {
  position: absolute;
  top: 50%;
  left: -17px;
  transform: translateY(-50%);
  display: block;
  width: 2px;
  height: 25px;
  content: "";
  background-color: #be322d;
}
.header__megaNavItem--heading a {
  font-size: 15px;
}

/* Footer
============================ */
.footer {
  background-color: #f2f2f2;
  position: relative;
  z-index: 1000;
}
.footer__inner {
  padding: 0 10.6vw 18vw;
}
@media (min-width: 1024px), print {
  .footer__inner {
    width: 1024px;
    padding: 30px 40px 0;
    box-sizing: border-box;
  }
}
@media (min-width: 1024px), print {
  .footer__columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1024px), print {
  .footer__column:nth-child(1) {
    width: 43%;
  }
  .footer__column:nth-child(2) {
    width: 33%;
  }
  .footer__column:nth-child(3) {
    width: 24%;
  }
}
.footer__group {
  overflow: hidden;
}
.footer__heading {
  margin-top: 4.4vw;
  padding: 2.6vw 0;
  font-size: 4vw;
  position: relative;
  z-index: 300;
  font-weight: 600;
}
@media (min-width: 1024px), print {
  .footer__heading {
    font-size: 18px;
    padding: 0;
    margin-top: 30px;
  }
}
.footer__toggleIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 5vw;
  height: 5vw;
}
@media (min-width: 1024px), print {
  .footer__toggleIcon {
    display: none;
  }
}
.footer__toggleIcon > div {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5vw;
  height: 0.26vw;
  background-color: #3c3c3c;
  transition: all 0.7s;
  transform-origin: center;
}
.footer__toggleIcon > div:nth-child(2) {
  transform: rotate(90deg);
}
.footer__toggleIcon.open > div:nth-child(2) {
  transform: rotate(0);
}
@media screen and (max-width: 1023px) {
  .footer__navList {
    display: none;
  }
  .footer__navList.open {
    display: block;
  }
}
.footer__navItem {
  position: relative;
  z-index: 200;
  font-size: 3.2vw;
  margin-bottom: 1.3em;
}
@media (min-width: 1024px), print {
  .footer__navItem {
    font-size: 15px;
    margin-bottom: 1em;
  }
}
.footer__navItem:first-child {
  margin-top: 2.6vw;
}
@media (min-width: 1024px), print {
  .footer__navItem:first-child {
    margin-top: 15px;
  }
}
.footer__navItem a {
  display: inline-block;
}
.footer__navItem a:hover {
  color: #fff;
  background-color: #be322d;
}
.footer__navItem a:active {
  background-color: #be322d;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.footer__indent1 {
  padding-left: 1em;
}
.footer__indent2 {
  padding-left: 2em;
}
.footer__sitemap {
  margin-top: 9.33vw;
}
@media (min-width: 1024px), print {
  .footer__sitemap {
    margin-top: 40px;
  }
}
.footer__sns {
  margin-top: 9.33vw;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px), print {
  .footer__sns {
    margin-top: 30px;
  }
}
.footer__sns a {
  display: inline-block;
  width: 10vw;
  margin-right: 4vw;
}
@media (min-width: 1024px), print {
  .footer__sns a {
    width: 24px;
    margin-right: 10px;
  }
}
.footer__sns a img {
  width: 100%;
}
.footer__contactList {
  margin-top: 13vw;
}
@media (min-width: 1024px), print {
  .footer__contactList {
    margin-top: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.footer__contactList hr {
  margin-top: 8vw;
  margin-bottom: 8vw;
  width: 8vw;
  height: 0.26vw;
  background-color: #3c3c3c;
}
@media (min-width: 1024px), print {
  .footer__contactList hr {
    width: 2px;
    height: 34px;
    margin: 0 30px;
  }
}
@media (min-width: 1024px), print {
  .footer__contactList hr:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1024px), print {
  .footer__contactList hr:last-child {
    margin-right: 0;
  }
}
.footer__contactHeading {
  font-size: 4vw;
  margin-bottom: 6.66vw;
}
@media (min-width: 1024px), print {
  .footer__contactHeading {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.footer__contactHeading a,
.footer__contactHeading a:visited {
  color: #3c3c3c;
  text-decoration: none;
}
.footer__contactHeading a:hover,
.footer__contactHeading a:visited:hover {
  border-bottom: 1px solid #3c3c3c;
}
@media (min-width: 1024px), print {
  .footer__contactItemWrap {
    display: flex;
    margin-left: 15px;
  }
}
.footer__contactItem {
  font-size: 3.2vw;
  margin-bottom: 1em;
}
@media (min-width: 1024px), print {
  .footer__contactItem {
    font-size: 15px;
    margin-bottom: 0;
  }
  .footer__contactItem:after {
    content: " ／ ";
    white-space: pre;
  }
  .footer__contactItem:last-child:after {
    content: "";
  }
}
.footer__contactItem a,
.footer__contactItem a:visited {
  color: #3c3c3c;
  text-decoration: none;
}
.footer__contactItem a:hover,
.footer__contactItem a:visited:hover {
  border-bottom: 1px solid #3c3c3c;
}
.footer__logoAndCopyright {
  background-color: #be322d;
  padding-top: 6.66vw;
  padding-bottom: 2.66vw;
}
@media (min-width: 1024px), print {
  .footer__logoAndCopyright {
    margin-top: 70px;
    padding-top: 45px;
    padding-bottom: 38px;
  }
}
@media (min-width: 1024px), print {
  .footer__logoAndCopyrightInner {
    padding: 0 28px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.footer__logo {
  width: 26.66vw;
  margin: auto;
}
@media (min-width: 1024px), print {
  .footer__logo {
    width: 130px;
    margin-left: 0;
  }
}
.footer__copyright {
  margin-top: 9.33vw;
  font-size: 2.6vw;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px), print {
  .footer__copyright {
    font-size: 9px;
    margin-top: 0;
  }
}

.hidden-gcs {
  position: fixed;
  top: 0;
  z-index: 2000;
  visibility: hidden;
}

.gsc-search-box {
  visibility: hidden;
}

/* Scroll top
============================ */
.scroll-top {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: right;
  z-index: 1500;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .scroll-top {
    display: none;
  }
}
.scroll-top img {
  position: absolute;
  bottom: 45px;
  right: 0;
  width: 60px;
  cursor: pointer;
}
.scroll-top img:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=headfoot.css.map */
