@charset "UTF-8";
@-webkit-keyframes cross-off-link-anim-before {
  0% {
    left: calc(-100% + 24px);
  }
  100% {
    left: 100%;
  }
}
@keyframes cross-off-link-anim-before {
  0% {
    left: calc(-100% + 24px);
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes cross-off-link-anim-after {
  0% {
    left: calc(-200% + 24px);
  }
  100% {
    left: 0;
  }
}

@keyframes cross-off-link-anim-after {
  0% {
    left: calc(-200% + 24px);
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes cross-off-link-small-anim-before {
  0% {
    left: calc(-100% + 15px);
  }
  100% {
    left: 100%;
  }
}

@keyframes cross-off-link-small-anim-before {
  0% {
    left: calc(-100% + 15px);
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes cross-off-link-small-anim-after {
  0% {
    left: calc(-200% + 15px);
  }
  100% {
    left: 0;
  }
}

@keyframes cross-off-link-small-anim-after {
  0% {
    left: calc(-200% + 15px);
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes view-more-anim-before {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}

@keyframes view-more-anim-before {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}

@-webkit-keyframes view-more-anim-after {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes view-more-anim-after {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* ================================================== */
/* HEADER ここから */
/*.header-wrap {
  top: 0;
}

.header-wrap:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
}

.header-sp-fixed:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
}

.header-btn-list > li > a {
  background-color: #314a5b;
}

@media only screen and (min-width: 48.0625em) {
  .header-btn-list > li > a {
    background-color: transparent;
  }
}

.header-btn-list-item {
  background-color: #314a5b;
}

.header-btn-list-item.has-child {
  position: relative;
}

.header-btn-list-item.has-child > a {
  display: inline-block;
  background-color: #314a5b;
}

.header-btn-list-item.has-child > a:before {
  background-color: #314a5b;
}

.header-btn-list-item.has-child:before {
  display: block;
  z-index: 5;
  position: absolute;
  top: 32px;
  right: 15px;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

.header-btn-list-item.has-child.is-active:before {
  -webkit-transform: translateY(-25%) rotate(-45deg);
  transform: translateY(-25%) rotate(-45deg);
}

@media only screen and (min-width: 48.0625em) {
  .header-btn-list-item {
    background-color: transparent;
  }
  .header-btn-list-item.has-child > a {
    background-color: #fff;
  }
  .header-btn-list-item.has-child:before {
    display: none;
  }
  .header-btn-list-item > li > a {
    display: block;
  }
}

.child-navi {
  display: none;
  z-index: 10;
  width: 100%;
  color: #000;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media only screen and (min-width: 48.0625em) {
  .child-navi {
    display: block;
    top: 140px;
    left: 0;
    color: #fff;
  }
  .fixed .child-navi {
    top: 70px;
  }
}

.child-navi__tabs {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #f2f2f2;
}

@media only screen and (min-width: 48.0625em) {
  .child-navi__tabs {
    background-color: transparent;
  }
}

.child-navi__tab {
  -ms-flex: 1;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.child-navi__tab span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px;
  text-align: center;
  text-decoration: none;
}

.child-navi__tab + .child-navi__tab {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.child-navi__tab.is-active {
  background-color: #fff;
}

.child-navi__tab:hover {
  cursor: pointer;
}

@media only screen and (min-width: 48.0625em) {
  .child-navi__tab {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    font-size: 1.8rem;
  }
  .child-navi__tab span {
    position: relative;
    width: auto;
    padding: 0 5px;
  }
  .child-navi__tab span:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    margin: auto;
    background-color: #f47b37;
    content: "";
  }
  .child-navi__tab + .child-navi__tab {
    margin-left: 30px;
    border-top: none;
  }
  .child-navi__tab.is-active {
    background-color: transparent;
  }
  .child-navi__tab.is-active span:after {
    width: 100%;
  }
}

@media only screen and (min-width: 48.0625em) {
  .child-navi__tabs + .child-navi__tab-contents {
    margin-top: 40px;
  }
}

.child-navi__cols {
  -ms-flex-align: stretch;
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.child-navi__cols:first-child {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.child-navi__col {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.child-navi__col__inner {
  -ms-flex-align: start;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}

.child-navi__col__inner .child-navi__col {
  margin-top: 0;
}

.child-navi__col + .child-navi__col {
  border-top: 1px solid #fff;
}

@media only screen and (min-width: 48.0625em) {
  .child-navi__col {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    margin-bottom: 0;
    border-bottom: none;
  }
  .child-navi__col + .child-navi__col {
    margin-top: 0;
    margin-left: 2%;
    padding-left: 2%;
    border-top: none;
  }
  .child-navi__col:last-child {
    -ms-flex: 0.5;
    -webkit-box-flex: 0.5;
    flex: 0.5;
  }
}

.child-navi__heading {
  font-size: 1.4rem;
}

.child-navi__heading a {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  text-decoration: none;
}

.child-navi__heading a:hover {
  text-decoration: underline;
}

.child-navi__heading a:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

@media only screen and (min-width: 48.0625em) {
  .child-navi__heading {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1.8rem;
  }
}

.child-navi__title {
  position: relative;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.child-navi__title > a {
  display: inline-block;
  position: relative;
  padding: 20px 40px 20px 5%;
  text-decoration: none;
}

.child-navi__title > a:hover {
  text-decoration: underline;
}

.child-navi__title + .child-navi__title {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.child-navi__title:after {
  display: block;
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  content: "";
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.child-navi__title.has-child:before,
.child-navi__title.has-child:after {
  display: block;
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  width: 14px;
  height: 2px;
  margin: auto;
  background-color: #000;
  content: "";
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.child-navi__title.has-child:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.child-navi__title.is-active:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

@media only screen and (min-width: 48.0625em) {
  .child-navi__title {
    background-color: transparent;
    font-size: 1.5rem;
  }
  .child-navi__title a {
    padding: 0;
  }
  .child-navi__title + .child-navi__title {
    margin-top: 10px;
    border-top: none;
  }
  .child-navi__title:after {
    display: none;
  }
  .child-navi__title.has-child:before,
  .child-navi__title.has-child:after {
    display: none;
  }
}

.child-navi__content {
  display: none;
}

@media only screen and (min-width: 48.0625em) {
  .child-navi__content {
    -ms-flex-align: stretch;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
}

.child-navi__items {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 1.2rem;
}

@media only screen and (min-width: 48.0625em) {
  .child-navi__items {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

.child-navi__item {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.child-navi__item:after {
  display: block;
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  content: "";
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.child-navi__item a {
  padding: 15px 40px 15px 10%;
  text-decoration: none;
}

.child-navi__item a:hover {
  text-decoration: underline;
}

.child-navi__title a,
.child-navi__item a,
.child-navi__btn a {
  color: #fff;
}

@media only screen and (min-width: 48.0625em) {
  .child-navi__item {
    border-top: none;
    background-color: transparent;
  }
  .child-navi__item + .child-navi__item {
    margin-top: 5px;
  }
  .child-navi__item a {
    padding: 0;
  }
  .child-navi__item:after {
    display: none;
  }
}
*/

/* @2019.07. */
/*
.header-btn-list-item.has-child > a {
  pointer-events: none;
}
.header-btn-list-item.has-child > a {
  pointer-events: auto!important;
}
.child-navi__title > a {
  display: block;
}

.child-navi__title.has-child > a {
  pointer-events: none;
}

@media only screen and (min-width: 48.0625em) {
  .child-navi__title.has-child > a {
    pointer-events: auto;
  }
  .child-navi__item.pc-dn:first-child + .child-navi__item {
    margin-top: 0;
  }
}*/

/* @/2019.07. */
/* HEADER ここまで */
/* ================================================== */
/* ================================================== */
/* PAGE ここから */
.page {
  overflow: hidden;
}

.page__header {
  padding: 30px 0;
}

.page__header__navi {
  padding: 20px 0;
  overflow: auto;
}

.page__header__navi__items {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.page__header__navi__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.3rem;
}

.page__header__navi__item + .page__header__navi__item {
  margin-left: 15px;
}

@media only screen and (min-width: 48.0625em) {
  .page__header__navi__item {
    font-size: 1.5rem;
  }
}

.page__heading1 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 48.0625em) {
  .page__heading1 {
    font-size: 4rem;
  }
}

.page__content {
  margin-top: 75px;
}

@media only screen and (min-width: 48.0625em) {
  .page__content {
    margin-top: 140px;
  }
}

.page__footer {
  z-index: 20;
  position: relative;
}

.main-content {
  position: relative;
}

.category-switcher.js-headroom + .main-content {
  padding-top: 75px;
}

@media only screen and (min-width: 48.0625em) {
  .category-switcher.js-headroom + .main-content {
    padding-top: 122px;
  }
}

.page--home .main-content {
  z-index: 2;
}

.sub-content {
  z-index: 1;
  position: relative;
}

/* PAGE ここまで */
/* ================================================== */
/* ================================================== */
/* FOOTER ここから */
.footer-navi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #314a5b;
  color: #fff;
}

@media only screen and (min-width: 48.0625em) {
  .footer-navi {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.footer-navi__items {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.footer-navi__item {
  margin: 0 10px;
  font-size: 1.2rem;
  font-weight: 400;
}

@media only screen and (min-width: 48.0625em) {
  .footer-navi__item {
    margin: 0 30px;
    font-size: 1.5rem;
  }
}

.footer-category-switcher {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #314a5b;
  color: #fff;
}

.footer-category-switcher__inner {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.footer-category-switcher__items {
  padding: 20px 0;
}

.footer-category-switcher__items__border {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

@media only screen and (min-width: 48.0625em) {
  .footer-category-switcher__items {
    -ms-flex-pack: center;
    -ms-flex-align: stretch;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
  }
  .footer-category-switcher__items__border span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #f47b37;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: left, width;
    transition-property: left, width;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

.footer-category-switcher__item {
  -ms-flex: 1;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  text-align: center;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page--news .footer-category-switcher__item {
  color: #fff;
}

.footer-category-switcher__item a,
.footer-category-switcher__item span {
  display: block;
  padding: 10px 5px;
  text-decoration: none;
}

.footer-category-switcher__item:nth-child(2) {
  margin-right: 10px;
  margin-left: 10px;
}

.footer-category-switcher__item + .footer-category-switcher__item {
  margin-top: 15px;
}

.footer-category-switcher__item.is-active {
  color: #fff;
}

.footer-category-switcher__item.is-active a,
.footer-category-switcher__item.is-active span {
  position: relative;
}

.footer-category-switcher__item.is-active a:after,
.footer-category-switcher__item.is-active span:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #f47b37;
  content: "";
}

.footer-category-switcher__item.is-enable {
  color: #fff;
}

@media only screen and (min-width: 48.0625em) {
  .footer-category-switcher__item {
    color: rgba(255, 255, 255, 0.4);
    font-size: 2.4rem;
  }
  .footer-category-switcher__item a,
  .footer-category-switcher__item span {
    display: block;
    padding: 60px 20px;
    text-decoration: none;
  }
  .footer-category-switcher__item:nth-child(2) {
    margin-right: 40px;
    margin-left: 40px;
  }
  .footer-category-switcher__item + .footer-category-switcher__item {
    margin-top: 0;
  }
  .footer-category-switcher__item.is-active a:after,
  .footer-category-switcher__item.is-active span:after {
    display: none;
  }
  .footer-category-switcher__item:hover {
    color: #fff;
    cursor: pointer;
  }
}

/* FOOTER ここまで */
/* ================================================== */
/* ================================================== */
/* PAGE LOADER ここから */
/* PAGE LOADER ここまで */
/* ================================================== */
/* SINCE 2020 ======================================= */
.c-svg, .c-svg-logo, .c-svg-logo--banta-v-ja, .c-svg-icon, .c-svg-icon--short-arrow, .c-svg-icon--facebook, .c-svg-icon--instagram, .c-svg-icon--twitter, .c-svg-icon--youtube {
  fill: #000;
  display: block;
  position: relative;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: fill;
  transition-property: fill;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-svg svg, .c-svg-logo svg, .c-svg-logo--banta-v-ja svg, .c-svg-icon svg, .c-svg-icon--short-arrow svg, .c-svg-icon--facebook svg, .c-svg-icon--instagram svg, .c-svg-icon--twitter svg, .c-svg-icon--youtube svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 100%;
  height: 100%;
}

.c-svg-logo--banta-v-ja:before {
  display: block;
  width: 100%;
  padding-top: 84.21053%;
  content: "";
}

.c-svg-icon--short-arrow:before {
  display: block;
  width: 7px;
  height: 7px;
  -webkit-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-svg-icon--short-arrow svg {
  display: none;
}

@media only screen and (min-width: 48.0625em) {
  .c-svg-icon--short-arrow:after {
    display: block;
    width: 100%;
    padding-top: 86.48649%;
    content: "";
  }
  .c-svg-icon--short-arrow:before {
    display: none;
  }
  .c-svg-icon--short-arrow svg {
    display: block;
  }
}

.c-svg-icon--facebook:before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: "";
}

.c-svg-icon--instagram:before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: "";
}

.c-svg-icon--twitter:before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: "";
}

.c-svg-icon--youtube:before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: "";
}
