@charset "UTF-8";
#global-header {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
}
#global-header .inner {
  position: relative;
  top: 0;
  left: 0;
  width: 80%;
}
@media screen and (max-width: 1440px) {
  #global-header .inner {
    width: 90%;
  }
}
@media screen and (max-width: 1280px) {
  #global-header .inner {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  #global-header .inner {
    width: 100%;
    border-radius: 0;
  }
}
#global-header .inner .logo {
  width: 197px;
  height: auto;
  position: fixed;
  left: 20px;
  top: 20px;
}
#global-header .inner .logo a {
  display: block;
  height: 100%;
}
#global-header .inner .logo a img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  #global-header .inner .logo {
    width: 250px;
  }
  #global-header .inner .logo a {
    padding: 8px 0;
  }
  #global-header .inner .logo a img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #global-header .inner .logo {
    width: 20%;
  }
}
@media screen and (max-width: 480px) {
  #global-header .inner .logo {
    width: 50%;
  }
}

#top-key-visual {
  position: relative;
  z-index: 1;
  width: 100%;
}
#top-key-visual #slider.tps {
  width: 100%;
  height: 70vh;
  overflow-y: hidden;
}
@media screen and (max-width: 520px) {
  #top-key-visual #slider.tps {
    height: 30vh;
  }
}
#top-key-visual #slider.tps img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 520px) {
  #top-key-visual #slider.tps .slide-right img {
    object-position: 90% 0;
  }
}
#top-key-visual .hero-header {
  display: none;
  width: 100vw;
  min-height: 100vh;
  /*for IE11*/
  min-height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: hidden;
  /*background: rgba(0,0,0,.35);*/
}
@media screen and (max-width: 1024px) {
  #top-key-visual .hero-header {
    min-height: 70vh;
    /*for IE11*/
  }
}
@media screen and (max-width: 480px) {
  #top-key-visual .hero-header {
    min-height: 65vh;
  }
}
#top-key-visual .hero-header .hero-header__title {
  position: absolute;
  width: 100%;
  height: 118px;
  text-align: center;
  top: 0;
  bottom: 13%;
  margin: auto;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
#top-key-visual .hero-header .hero-header__title .key-logo {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.7));
}
#top-key-visual .hero-header .hero-header__title .key-senmon {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.25em;
  margin-bottom: 12px;
}
#top-key-visual .hero-header .hero-header__title .key-desc {
  color: #fff;
  font-size: 32px;
  font-family: "futura-pt, sans-serif";
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.85);
}
#top-key-visual .hero-header .hero-header__title .key-desc span {
  color: #fff;
  font-size: 32px;
  font-family: "futura-pt, sans-serif";
  padding: 12px;
  line-height: 1.8;
}
#top-key-visual .hero-header .hero-header__title .key-desc span br {
  display: none;
}
#top-key-visual .hero-header .hero-header__title .key-desc span br.sp {
  display: none;
}
@media screen and (max-width: 1440px) {
  #top-key-visual .hero-header .hero-header__title .key-desc {
    width: 70%;
    margin: 0 auto;
  }
  #top-key-visual .hero-header .hero-header__title .key-desc span br {
    display: none;
  }
  #top-key-visual .hero-header .hero-header__title .key-desc span br.sp {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #top-key-visual .hero-header .hero-header__title .key-desc {
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
  }
  #top-key-visual .hero-header .hero-header__title .key-desc span {
    font-size: 15px;
    padding: 0;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  #top-key-visual .hero-header .hero-header__title img {
    width: 50%;
  }
}

#sub-key-visual {
  position: relative;
  z-index: 1;
}
#sub-key-visual .key-slide {
  position: relative;
}
@media screen and (max-width: 768px) {
  #sub-key-visual .key-slide {
    height: 240px;
  }
}
@media screen and (max-width: 415px) {
  #sub-key-visual .key-slide {
    height: 200px;
  }
}
#sub-key-visual .key-slide img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
#sub-key-visual .key-text {
  position: absolute;
  width: 100%;
  height: 0;
  text-align: center;
  top: -30%;
  bottom: 0;
  margin: auto;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
#sub-key-visual .key-text img {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  #sub-key-visual .key-text img {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  #sub-key-visual .key-text img {
    width: 40%;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1024px) {
  #sub-key-visual .key-text {
    top: -25%;
  }
}
@media screen and (max-width: 768px) {
  #sub-key-visual .key-text {
    top: -10%;
  }
}
@media screen and (max-width: 415px) {
  #sub-key-visual .key-text {
    top: -15%;
  }
}
#sub-key-visual .key-text span {
  font-size: 2em;
}
@media screen and (max-width: 1024px) {
  #sub-key-visual .key-text span {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 415px) {
  #sub-key-visual .key-text span {
    font-size: 1.4em;
  }
}

#custom-key-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1440px) {
  #custom-key-visual {
    height: 50vh;
  }
}
@media screen and (max-width: 520px) {
  #custom-key-visual {
    height: 50vh;
  }
}
#custom-key-visual.harf {
  height: 50vh;
}
#custom-key-visual .custom_key_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#custom-key-visual .custom_key_inner .keypic {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  position: absolute;
  object-fit: cover;
}
@media screen and (max-width: 1440px) {
  #custom-key-visual .custom_key_inner .keypic {
    object-fit: cover;
  }
}
#custom-key-visual .key_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1440px) {
  #custom-key-visual .key_txt img {
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  #custom-key-visual .key_txt img {
    width: 60%;
  }
}

#global-footer {
  background: #0D0D0D;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  #global-footer {
    padding: 40px 0 0;
  }
}
#global-footer .inner {
  padding: 12px 0 40px;
}
@media screen and (max-width: 768px) {
  #global-footer .inner {
    padding-top: 40px;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .inner {
    padding-top: 0;
  }
}
#global-footer .inner .key-text {
  margin-bottom: 24px;
}
#global-footer .inner ul {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 128px 128px 128px 128px 128px 128px 128px 128px 128px;
  column-gap: 6px;
  row-gap: 2px;
}
@media screen and (max-width: 1100px) {
  #global-footer .inner ul {
    width: 80%;
    grid-template-columns: 33% 33% 33%;
    column-gap: 0.5%;
  }
}
#global-footer .inner ul li {
  width: 100%;
  margin-bottom: 3%;
  opacity: 0;
}
#global-footer .inner ul li a {
  display: inline-block;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1100px) {
  #global-footer .inner ul li a {
    width: 100%;
  }
}
#global-footer .inner ul li a:hover {
  opacity: 0.5;
}
#global-footer .inner ul li a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#global-footer .copy-wrap {
  background: url(../images/global_footer_bg.jpg) no-repeat;
  background-size: cover;
  padding: 40px 0;
  position: relative;
}
@media screen and (max-width: 520px) {
  #global-footer .copy-wrap {
    padding: 0 0 130px 0;
  }
}
#global-footer .copy-wrap .copy_wrap_inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #global-footer .copy-wrap .copy_wrap_inner {
    width: 90%;
  }
}
#global-footer .copy-wrap .copy_wrap_inner .footer-logo {
  text-align: left;
}
@media screen and (max-width: 520px) {
  #global-footer .copy-wrap .copy_wrap_inner .footer-logo {
    display: none;
  }
}
#global-footer .copy-wrap .copy_wrap_inner .footer-logo img {
  display: inline-block;
}
#global-footer .copy-wrap .copy_wrap_inner .footer-navi {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 520px) {
  #global-footer .copy-wrap .copy_wrap_inner .footer-navi {
    padding-bottom: 24px;
  }
}
#global-footer .copy-wrap .copy_wrap_inner .footer-navi ul.footer-wrap {
  width: 100%;
}
@media screen and (max-width: 520px) {
  #global-footer .copy-wrap .copy_wrap_inner .footer-navi ul.footer-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
}
#global-footer .copy-wrap .copy_wrap_inner .footer-navi ul.footer-wrap li.footer-li > a {
  display: inline-block;
  border-left: 6px solid #D4000F;
  padding: 8px 12px;
  line-height: 1;
  background: #040405;
  color: #fff;
  font-size: 2.1em;
  margin-bottom: 8px;
  margin-right: 4px;
  position: relative;
  z-index: 10;
  width: 240px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 520px) {
  #global-footer .copy-wrap .copy_wrap_inner .footer-navi ul.footer-wrap li.footer-li > a {
    width: 100%;
    box-sizing: border-box;
    border-left: none;
    border-top: 1px solid #D4000F;
    text-align: center;
  }
}
#global-footer .copy-wrap .copy_wrap_inner .footer-navi ul.footer-wrap li.footer-li > a:hover {
  background: #D4000F;
  border-left-color: #ccc;
}
#global-footer .copy-wrap .copy_wrap_inner .footer-navi ul.footer-wrap li.footer-li div.footer-inner {
  display: grid;
  grid-template-columns: 16.5% 16.5% 16.5% 16.5% 16.5% 16.5%;
  column-gap: 0.2%;
  row-gap: 4px;
  margin-bottom: 14px;
}
@media screen and (max-width: 520px) {
  #global-footer .copy-wrap .copy_wrap_inner .footer-navi ul.footer-wrap li.footer-li div.footer-inner {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
}
#global-footer .copy-wrap .copy_wrap_inner .footer-navi ul.footer-wrap li.footer-li div.footer-inner a {
  display: inline-block;
  color: #FFFFFF;
  text-align: center;
  padding: 8px 16px;
  font-size: 1.3em;
  background: #0F0F0F;
  margin-right: 2px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
@media screen and (max-width: 520px) {
  #global-footer .copy-wrap .copy_wrap_inner .footer-navi ul.footer-wrap li.footer-li div.footer-inner a {
    margin-right: 0;
    margin-bottom: 4px;
    background: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    padding: 6px 0;
  }
}
#global-footer .copy-wrap .copy_wrap_inner .footer-navi ul.footer-wrap li.footer-li div.footer-inner a:hover {
  background: #A53139;
  color: #ccc;
}
#global-footer .copy-wrap .copy_wrap_inner .copy {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #global-footer .copy-wrap .copy_wrap_inner .copy {
    bottom: 78px;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .copy-wrap .copy_wrap_inner .copy {
    bottom: auto;
    position: static;
  }
}
#global-footer .copy-wrap .copy_wrap_inner .copy small {
  font-family: "futura-pt, sans-serif";
  color: #fff;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  #global-footer .copy-wrap .copy_wrap_inner .copy small {
    font-size: 1em;
  }
}

.pankuzu {
  background: #F0F0F0;
}
.pankuzu ul {
  width: 1240px;
  margin: 0 auto;
  padding: 8px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .pankuzu ul {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .pankuzu ul {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .pankuzu ul {
    padding: 4px 0;
  }
}
.pankuzu ul li {
  color: #fff;
}
.pankuzu ul li::after {
  content: ">";
  margin: 0 12px;
}
@media screen and (max-width: 480px) {
  .pankuzu ul li::after {
    margin: 0 5px;
  }
}
.pankuzu ul li:last-child::after {
  display: none;
}
.pankuzu ul li a {
  font-family: "futura-pt, sans-serif";
  font-weight: 400;
  font-size: 1.3em;
  transition: all ease 0.5s;
  color: #fff;
}
@media screen and (max-width: 415px) {
  .pankuzu ul li a {
    font-size: 1.1em;
  }
}
.pankuzu ul li a:hover {
  color: #838383;
}

/*#pankuzu {
  .inner {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    @media screen and (max-width: 768px){
      width: 100%;
    }
    li {
      &.cursor {
        padding: 8px 16px;
      }
      a {
        display: inline-block;
        padding: 8px 16px;
        font-size: 12px;
        color: #333333;
        transition: all .5s ease;
        &:hover {
          background: #333;
          color: #fff;
        }
      }
      span {
        font-size: 12px;
        color: #333333;
        display: inline-block;
        padding: 8px 16px;
      }
    }
  }
}*/
#container {
  padding: 150px 0 0 0;
}
@media screen and (max-width: 768px) {
  #container {
    padding: 120px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  #container {
    padding: 60px 0 0 0;
  }
}
@media screen and (max-width: 415px) {
  #container {
    padding: 40px 0 0 0;
  }
}

.content-area {
  width: 1240px;
  margin: 0 auto;
  padding: 0 0 150px 0;
}
@media screen and (max-width: 1366px) {
  .content-area {
    width: 80%;
    padding: 0 0 120px 0;
  }
}
@media screen and (max-width: 1024px) {
  .content-area {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .content-area {
    width: 80%;
    padding: 0 0 80px 0;
  }
}
@media screen and (max-width: 480px) {
  .content-area {
    width: 95%;
    padding: 0 0 50px 0;
  }
}

.content-header {
  margin-bottom: 24px;
}
@media screen and (max-width: 415px) {
  .content-header {
    margin-bottom: 0;
  }
}
.content-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 6em;
  color: #EC6E01;
  line-height: 0.8em;
}
@media screen and (max-width: 415px) {
  .content-header h2 {
    font-size: 4em;
  }
}
.content-header h2 span {
  font-family: "futura-pt, sans-serif";
  font-size: 0.4em;
  color: #333;
}
.content-header h2 span::before {
  content: "";
  background: url("../svg/cta-line.svg") no-repeat center;
  width: 104px;
  height: 1px;
  display: block;
  margin-top: 24px;
}
@media screen and (max-width: 415px) {
  .content-header h2 span::before {
    margin-top: 18px;
  }
}

.content-header2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 415px) {
  .content-header2 {
    margin-bottom: 60px;
  }
}
.content-header2 h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 6em;
  color: #EC6E01;
  line-height: 0.8em;
  text-align: center;
}
@media screen and (max-width: 415px) {
  .content-header2 h2 {
    font-size: 4em;
  }
}
.content-header2 h2 span {
  font-family: "futura-pt, sans-serif";
  font-size: 0.4em;
  color: #333;
}
.content-header2 h2 span::before {
  content: "";
  background: url("../svg/cta-line.svg") no-repeat center;
  width: 104px;
  height: 1px;
  display: block;
  margin: 24px auto 0 auto;
}
@media screen and (max-width: 415px) {
  .content-header2 h2 span::before {
    margin-top: 18px;
  }
}

a.btn {
  text-align: center;
  margin-top: 54px;
  position: relative;
  background: #010302;
  padding: 5% 0;
  width: 100%;
  margin: 40px auto 0 auto;
  display: block;
  transition: all ease 0.5s;
}
a.btn::before {
  content: "";
  position: absolute;
  left: 24px;
  width: 12px;
  height: 20px;
  transition: all ease 0.5s;
}
a.btn:hover {
  background: #1C1C1C;
}
a.btn:hover::before {
  left: 36px;
}
a.btn img {
  width: 13%;
}

.btn2 {
  text-align: center;
  margin-top: 64px;
}
@media screen and (max-width: 415px) {
  .btn2 {
    margin-top: 40px;
  }
}
.btn2 a {
  display: inline-block;
  padding: 16px 84px;
  border-radius: 3em;
  border: 1px solid #EC6E01;
  font-size: 16px;
  color: #EC6E01;
  position: relative;
  transition: all 0.8s ease;
}
@media screen and (max-width: 415px) {
  .btn2 a {
    font-size: 14px;
    padding: 10px 48px;
  }
}
.btn2 a:hover {
  background: rgba(236, 110, 1, 0.25);
}
.btn2 a img {
  position: relative;
  left: 24px;
}

.key-text {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .key-text {
    margin-bottom: 40px;
  }
}
.key-text img {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .key-text img {
    width: 50%;
  }
}
@media screen and (max-width: 415px) {
  .key-text img {
    margin-bottom: 0px;
  }
}
.key-text span {
  font-size: 2em;
}
@media screen and (max-width: 1024px) {
  .key-text span {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 415px) {
  .key-text span {
    font-size: 1.4em;
  }
}
.key-text span.txt-white {
  color: #fff;
}
.key-text span.txt-black {
  color: #111111;
}

.follow {
  width: 400px;
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(30, 62, 100, 0.75);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .follow {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
.follow .info {
  padding: 16px 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .follow .info {
    border-right: 1px solid #fff;
    padding: 16px 24px;
    border-bottom: none;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .follow .info {
    width: 100%;
    padding: 20px 0px 20px 12px;
  }
}
@media screen and (max-width: 410px) {
  .follow .info {
    padding: 20px 0px 20px 12px;
  }
}
@media screen and (max-width: 400px) {
  .follow .info {
    width: 60%;
    padding: 14px 0px 14px 12px;
  }
}
.follow .info p {
  color: #fff;
  font-size: 1.4em;
  line-height: 1.6em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .follow .info p {
    font-size: 1.4em;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 480px) {
  .follow .info p {
    font-size: 1.2em;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 350px) {
  .follow .info p {
    line-height: 1.2em;
  }
}
.follow .info p br.sp {
  display: none;
}
@media screen and (max-width: 400px) {
  .follow .info p br.sp {
    display: block;
  }
}
.follow .info p br.sp-s {
  display: none;
}
@media screen and (max-width: 375px) {
  .follow .info p br.sp-s {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .follow .contact-wrap {
    width: 35%;
  }
}
@media screen and (max-width: 400px) {
  .follow .contact-wrap {
    width: 40%;
  }
}
.follow .contact-wrap ul {
  display: flex;
  align-items: center;
}
.follow .contact-wrap ul li {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 12px;
}
@media screen and (max-width: 768px) {
  .follow .contact-wrap ul li {
    width: 50%;
    padding: 24px 12px;
  }
}
@media screen and (max-width: 480px) {
  .follow .contact-wrap ul li {
    width: 70px;
    padding: 18px 12px;
  }
}
@media screen and (max-width: 440px) {
  .follow .contact-wrap ul li {
    width: 60px;
    padding: 18px 12px;
  }
}
@media screen and (max-width: 400px) {
  .follow .contact-wrap ul li {
    width: 80px;
  }
}
@media screen and (max-width: 350px) {
  .follow .contact-wrap ul li {
    padding: 24px 12px;
  }
}
.follow .contact-wrap ul li a {
  text-align: center;
  height: 100%;
  transition: all ease 0.5s;
  width: 100%;
}
.follow .contact-wrap ul li a img {
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .follow .contact-wrap ul li a img {
    width: 20%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .follow .contact-wrap ul li a img {
    width: 40%;
  }
}
@media screen and (max-width: 410px) {
  .follow .contact-wrap ul li a img {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .follow .contact-wrap ul li a img {
    width: 40%;
  }
}
.follow .contact-wrap ul li a span {
  color: #fff;
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  .follow .contact-wrap ul li a span {
    font-size: 1.3em;
    display: none;
  }
}
.follow .contact-wrap ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

.pankuzu {
  background: #0c0c0c;
}
.pankuzu .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 5px 0;
}
@media screen and (max-width: 1100px) {
  .pankuzu .inner {
    width: 95%;
  }
}
.pankuzu .inner a {
  color: #fff;
  font-size: 12px;
}
.pankuzu .inner span {
  color: #fff;
  font-size: 12px;
}

.ctabox {
  width: 220px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  padding: 10px 14px;
}
@media screen and (max-width: 520px) {
  .ctabox {
    width: 90%;
    left: 5%;
    right: auto;
  }
}
.ctabox .holiday_time {
  padding-bottom: 12px;
  border-bottom: 2px solid #FEF251;
}
@media screen and (max-width: 520px) {
  .ctabox .holiday_time {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
  }
}
.ctabox .holiday_time p {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  .ctabox .holiday_time p {
    font-size: 12px;
    width: 50%;
  }
}
.ctabox .holiday_time p:nth-child(1) {
  margin-bottom: 8px;
}
@media screen and (max-width: 520px) {
  .ctabox .holiday_time p:nth-child(1) {
    margin-bottom: 0;
  }
}
.ctabox .linkbox {
  padding-top: 12px;
}
@media screen and (max-width: 520px) {
  .ctabox .linkbox {
    padding-top: 0;
  }
}
.ctabox .linkbox a {
  display: inline-block;
  padding: 4px 8px 4px 26px;
  color: #fff;
  font-size: 14px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 520px) {
  .ctabox .linkbox a {
    font-size: 12px;
    padding-left: 20px;
  }
}
.ctabox .linkbox a:nth-child(1) {
  background: url(../svg/ctabox_icon1.svg) no-repeat left center;
}
.ctabox .linkbox a:nth-child(2) {
  background: url(../svg/ctabox_icon2.svg) no-repeat left center;
}
.ctabox .linkbox a:hover {
  color: #FEF251;
}

.anchor {
  padding-top: 120px;
  margin-top: -120px;
}

/*---------------animation---------------*/
/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s;
}

/*---TOP遅れて表示---*/
.post {
  opacity: 0;
}

#container {
  padding-top: 0;
  background: #0D0D0D;
}

#top_tyumoku {
  margin-bottom: 80px;
}
@media screen and (max-width: 520px) {
  #top_tyumoku {
    margin-bottom: 56px;
  }
}
#top_tyumoku .banner_box {
  display: flex;
  justify-content: space-between;
  flex: 1;
  transition: all 0.7s ease;
  opacity: 0;
  position: relative;
  top: 56px;
}
#top_tyumoku .banner_box.active {
  top: 0;
  opacity: 1;
}
@media screen and (max-width: 520px) {
  #top_tyumoku .banner_box {
    display: block;
  }
}
#top_tyumoku .banner_box:nth-child(even) {
  flex-direction: row-reverse;
}
#top_tyumoku .banner_box .banner_pic {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  #top_tyumoku .banner_box .banner_pic {
    width: 100%;
    height: 80px;
  }
}
#top_tyumoku .banner_box .banner_pic.active img {
  transform: scale(1.3);
}
#top_tyumoku .banner_box .banner_pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transform: scale(1);
  transition: all 0.8s ease;
}
@media screen and (max-width: 1280px) {
  #top_tyumoku .banner_box .banner_pic img {
    object-fit: cover;
    height: 100%;
  }
}
#top_tyumoku .banner_box .banner_info {
  width: 50%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1280px) {
  #top_tyumoku .banner_box .banner_info {
    padding: 12px 0 16px;
  }
}
@media screen and (max-width: 520px) {
  #top_tyumoku .banner_box .banner_info {
    width: 100%;
  }
}
#top_tyumoku .banner_box .banner_info .info_in {
  text-align: center;
}
#top_tyumoku .banner_box .banner_info .info_in h2 {
  padding-top: 10px;
  margin-bottom: 12px;
}
#top_tyumoku .banner_box .banner_info .info_in h2 img {
  vertical-align: bottom;
}
@media screen and (max-width: 520px) {
  #top_tyumoku .banner_box .banner_info .info_in h2 img {
    width: auto;
    height: 30px;
  }
}
#top_tyumoku .banner_box .banner_info .info_in .bannerbtn {
  display: inline-block;
  background: #FEF251;
  padding: 8px 32px;
  color: #1a1a1a;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 520px) {
  #top_tyumoku .banner_box .banner_info .info_in .bannerbtn {
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1;
  }
}
#top_tyumoku .banner_box .banner_info .info_in .bannerbtn:hover {
  box-shadow: 0 0 14px rgba(250, 240, 80, 0.35);
  background: #1a1a1a;
  color: #FEF251;
  border-radius: 8px;
}

.vrsf-inner-out {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .vrsf-inner-out {
    width: 90%;
  }
}
.vrsf-inner-out .top-subtitle .inner {
  text-align: center;
}
.vrsf-inner-out .top-subtitle .inner h2 {
  text-align: center;
}
@media screen and (max-width: 520px) {
  .vrsf-inner-out .top-subtitle .inner h2 img {
    height: 30px;
    width: auto;
    margin: 0 auto;
  }
}
.vrsf-inner-out .top-subtitle .inner p.sub-title {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.vrsf-inner-out ul.new-box {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.vrsf-inner-out ul.new-box li.vrsf-box {
  display: block;
  cursor: pointer;
  transition: all ease 0.5s;
  margin: 0.1%;
}
.vrsf-inner-out ul.new-box li.vrsf-box:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
.vrsf-inner-out ul.new-box li.vrsf-box .thumbnail {
  margin-bottom: 8px;
}
.vrsf-inner-out ul.new-box li.vrsf-box .thumbnail img {
  width: 100%;
  object-fit: cover;
}
.vrsf-inner-out ul.new-box li.vrsf-box .vrsf-txt h4 {
  text-align: left;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .vrsf-inner-out ul.new-box li.vrsf-box .vrsf-txt h4 {
    font-size: 1.3em;
    margin-bottom: 12px;
  }
}
.vrsf-inner-out ul.new-box li.vrsf-box .vrsf-txt .date-box {
  display: flex;
  justify-content: flex-start;
}
.vrsf-inner-out ul.new-box li.vrsf-box .vrsf-txt .date-box p.category {
  color: #FEF251;
  font-size: 1.35em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.vrsf-inner-out ul.new-box li.vrsf-box .vrsf-txt .date-box p.category .tax {
  color: #FEF251;
  padding-left: 4px;
}

@media screen and (max-width: 520px) {
  #vrsf {
    margin-bottom: 80px;
  }
}
#vrsf .vrsf-inner {
  max-width: 1240px;
  width: 70%;
  height: 100%;
  margin: 0 auto;
  padding: 24px 0;
  background-size: cover;
}
@media screen and (min-width: 1366px) {
  #vrsf .vrsf-inner {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #vrsf .vrsf-inner {
    max-width: 100%;
    width: 90%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 520px) {
  #vrsf .vrsf-inner {
    width: 100%;
    padding: 0 0 15px;
  }
}
#vrsf .btnarea {
  text-align: center;
}
#vrsf .btnarea a {
  display: inline-block;
  padding: 6px 40px;
  border-radius: 2em;
  background: #FEF251;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.6s ease;
}
#vrsf .btnarea a:hover {
  background: #333;
  color: #FEF251;
  border-radius: 2em;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
}

#campaign {
  padding: 64px 0 64px;
}
@media screen and (max-width: 480px) {
  #campaign {
    padding: 0 0 40px;
  }
}
#campaign .top-subtitle {
  margin-bottom: 40px;
}
#campaign .top-subtitle h2 {
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 520px) {
  #campaign .top-subtitle h2 img {
    height: 30px;
    width: auto;
    margin: 0 auto;
  }
}
#campaign .top-subtitle p {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
#campaign .inner {
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #campaign .inner {
    width: 90%;
  }
}
#campaign .inner .campwrap {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
}
@media screen and (max-width: 1100px) {
  #campaign .inner .campwrap {
    grid-template-columns: 48% 48%;
    column-gap: 4%;
    row-gap: 32px;
  }
}
@media screen and (max-width: 520px) {
  #campaign .inner .campwrap {
    display: block;
  }
}
#campaign .inner .campwrap .campbox {
  border-radius: 12px;
  background: #fff;
  padding: 20px;
  transition: all 0.7s ease;
  opacity: 0;
  position: relative;
  top: 56px;
}
#campaign .inner .campwrap .campbox.active {
  top: 0;
  opacity: 1;
}
@media screen and (max-width: 520px) {
  #campaign .inner .campwrap .campbox {
    padding: 10px 10px 20px 10px;
  }
  #campaign .inner .campwrap .campbox:nth-child(1) {
    margin-bottom: 12px;
  }
}
#campaign .inner .campwrap .campbox .pic {
  margin-bottom: 12px;
}
#campaign .inner .campwrap .campbox .pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#campaign .inner .campwrap .campbox h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  text-shadow: 2px 2px 0 rgba(1, 3, 2, 0.25);
  line-height: 1.2;
  margin-bottom: 12px;
}
@media screen and (max-width: 520px) {
  #campaign .inner .campwrap .campbox h3 {
    font-size: 18px;
  }
}
#campaign .inner .campwrap .campbox .desc {
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 18px;
}
@media screen and (max-width: 520px) {
  #campaign .inner .campwrap .campbox .desc {
    font-size: 13px;
  }
  #campaign .inner .campwrap .campbox .desc br {
    display: none;
  }
}
#campaign .inner .campwrap .campbox .btn {
  text-align: center;
}
#campaign .inner .campwrap .campbox .btn a {
  display: inline-block;
  padding: 6px 40px;
  border-radius: 2em;
  background: #FEF251;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.6s ease;
}
#campaign .inner .campwrap .campbox .btn a:hover {
  background: #333;
  color: #FEF251;
  border-radius: 2em;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
}

#blog {
  padding: 30px 0 40px 0;
}
@media screen and (max-width: 520px) {
  #blog {
    padding-bottom: 0;
  }
}
#blog .blog-inner {
  width: 1240px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
@media screen and (min-width: 1366px) {
  #blog .blog-inner {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  #blog .blog-inner {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #blog .blog-inner {
    width: 100%;
    padding: 30px 0;
  }
}
#blog .blog-inner .top-subtitle {
  margin-bottom: 32px;
}
#blog .blog-inner .top-subtitle h2 {
  text-align: center;
}
@media screen and (max-width: 520px) {
  #blog .blog-inner .top-subtitle h2 img {
    height: 30px;
    width: auto;
    margin: 0 auto;
  }
}
#blog .blog-inner .top-subtitle p.sub-title {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
#blog .blog-inner .content-inner .inner-box {
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #blog .blog-inner .content-inner .inner-box {
    width: 90%;
  }
}
#blog .blog-inner .content-inner .inner-box .bloglist {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  row-gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  #blog .blog-inner .content-inner .inner-box .bloglist {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
    row-gap: 12px;
  }
}
#blog .blog-inner .content-inner .inner-box .bloglist .blogbox {
  width: 100%;
  cursor: pointer;
  background: #1A1A1A;
}
@media screen and (max-width: 520px) {
  #blog .blog-inner .content-inner .inner-box .bloglist .blogbox:nth-child(n+7) {
    display: none;
  }
}
#blog .blog-inner .content-inner .inner-box .bloglist .blogbox .pic {
  position: relative;
  height: 260px;
}
@media screen and (max-width: 520px) {
  #blog .blog-inner .content-inner .inner-box .bloglist .blogbox .pic {
    height: 150px;
  }
}
#blog .blog-inner .content-inner .inner-box .bloglist .blogbox .pic .thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
#blog .blog-inner .content-inner .inner-box .bloglist .blogbox .pic .cover {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
}
#blog .blog-inner .content-inner .inner-box .bloglist .blogbox .postmeta {
  padding: 12px 12px 0 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 520px) {
  #blog .blog-inner .content-inner .inner-box .bloglist .blogbox .postmeta {
    margin-bottom: 4px;
    padding: 7px 7px 0 7px;
  }
}
#blog .blog-inner .content-inner .inner-box .bloglist .blogbox .postmeta time {
  color: #FEF251;
  font-size: 12px;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 520px) {
  #blog .blog-inner .content-inner .inner-box .bloglist .blogbox .postmeta time {
    display: block;
    margin-right: 0;
  }
}
#blog .blog-inner .content-inner .inner-box .bloglist .blogbox .postmeta .cate {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 520px) {
  #blog .blog-inner .content-inner .inner-box .bloglist .blogbox .postmeta .cate {
    display: block;
  }
}
#blog .blog-inner .content-inner .inner-box .bloglist .blogbox h3 {
  padding: 0 12px 12px 12px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 520px) {
  #blog .blog-inner .content-inner .inner-box .bloglist .blogbox h3 {
    font-size: 12px;
    padding: 0 7px 7px 7px;
    font-weight: normal;
  }
}
#blog .blog-inner .content-inner .inner-box div.btnarea {
  text-align: center;
}
#blog .blog-inner .content-inner .inner-box div.btnarea a {
  display: inline-block;
  padding: 6px 40px;
  border-radius: 2em;
  background: #FEF251;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.6s ease;
}
#blog .blog-inner .content-inner .inner-box div.btnarea a:hover {
  background: #333;
  color: #FEF251;
  border-radius: 2em;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
}

.topic {
  margin-bottom: 120px;
}
@media screen and (max-width: 480px) {
  .topic {
    margin-bottom: 80px;
  }
}

.instagram {
  width: 30%;
  margin: 60px auto 24px;
}
@media screen and (max-width: 1100px) {
  .instagram {
    width: 45%;
    margin: 32px auto 40px;
  }
}
@media screen and (max-width: 768px) {
  .instagram {
    width: 80%;
  }
}
@media screen and (max-width: 520px) {
  .instagram {
    width: 90%;
    margin: 12px auto;
  }
}
.instagram a {
  display: grid;
  width: 100%;
  transition: all ease 0.5s;
}
.instagram a img {
  width: 100%;
}
.instagram a:hover {
  background: #fff;
  color: #1a1a1a;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.55);
  border-radius: 2em;
}

#news {
  padding: 32px 0 80px;
}
@media screen and (max-width: 480px) {
  #news {
    padding: 40px 0 40px;
  }
}
#news .top-subtitle {
  margin-bottom: 40px;
}
#news .top-subtitle h2 {
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 520px) {
  #news .top-subtitle h2 img {
    height: 30px;
    width: auto;
    margin: 0 auto;
  }
}
#news .top-subtitle p {
  text-align: center;
  color: #2d2d2d;
  font-size: 18px;
}
#news .inner {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #news .inner {
    width: 95%;
  }
}
#news .inner dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #5A5400;
}
#news .inner dl div:nth-child(1) {
  border-top: 1px solid #5A5400;
}
@media screen and (max-width: 520px) {
  #news .inner dl div {
    display: block;
    padding: 8px;
  }
}
#news .inner dl div dt {
  width: 20%;
  padding-left: 12px;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 520px) {
  #news .inner dl div dt {
    width: 100%;
    padding-left: 0;
    color: #FEF251;
    font-weight: bold;
  }
}
#news .inner dl div dd {
  width: 80%;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  #news .inner dl div dd {
    width: 100%;
  }
}
#news .inner dl div dd a {
  transition: all ease 0.3s;
}
#news .inner dl div dd a:hover {
  color: #D30210;
}

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