/* Scss Document */
body {
  background: #0A0A0A;
}

.pankuzu {
  position: relative;
  border-bottom: 1px solid #282828;
  padding: 10px 0;
}
.pankuzu .inner {
  text-align: center;
}
.pankuzu .inner a, .pankuzu .inner span {
  color: #fff;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}
.pankuzu .inner span {
  padding-left: 10px;
}

#cta {
  position: relative;
  min-height: 400px;
  background: url(../images/cta_background.png) no-repeat center;
  background-size: cover;
  padding: 40px 0;
}
#cta .cta_header {
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  #cta .cta_header {
    margin-bottom: 24px;
  }
}
#cta .cta_header h2 {
  text-align: center;
}
#cta .cta_header h2 span {
  display: inline-block;
  padding: 0 50px;
  position: relative;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  font-size: 10rem;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #cta .cta_header h2 span {
    font-size: 4.2rem;
  }
}
#cta .cta_header h2 span::before, #cta .cta_header h2 span::after {
  display: inline-block;
  content: "";
  background: url(../images/icon/icon_title_bg_s.svg) no-repeat;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 28px;
}
@media screen and (max-width: 520px) {
  #cta .cta_header h2 span::before, #cta .cta_header h2 span::after {
    top: 10px;
  }
}
#cta .cta_header h2 span::before {
  left: 0;
}
#cta .cta_header h2 span::after {
  right: 0;
}
#cta .inner {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1100px) {
  #cta .inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #cta .inner {
    display: block;
  }
}
#cta .inner .cta_left {
  width: 42%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #cta .inner .cta_left {
    display: block;
    width: 80%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 520px) {
  #cta .inner .cta_left {
    width: 90%;
  }
}
#cta .inner .cta_left p {
  color: white;
  font-size: 1.2vw;
  line-height: 2;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #cta .inner .cta_left p {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  #cta .inner .cta_left p {
    font-size: 1.2rem;
  }
}
#cta .inner .cta_left a {
  display: inline-block;
  padding: 12px;
  outline: 1px solid #c44d6d;
  transition: all 0.6s ease;
}
#cta .inner .cta_left a:hover {
  background-color: #c44d6d;
}
#cta .inner .cta_left a:hover span.btntxt {
  color: #0A0A0A;
}
#cta .inner .cta_left a:hover span.annotation {
  color: #0A0A0A;
}
#cta .inner .cta_left a span {
  display: inline-block;
  text-align: center;
  color: white;
  width: 100%;
  line-height: 1;
}
#cta .inner .cta_left a span.btntxt {
  color: #c44d6d;
  font-size: 3rem;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 8px;
  transition: all 0.6s ease;
}
#cta .inner .cta_left a span.normal {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 520px) {
  #cta .inner .cta_left a span.normal {
    font-size: 1.3rem;
  }
}
#cta .inner .cta_left a span.annotation {
  color: #c44d6d;
  font-size: 1.5rem;
  font-weight: bold;
  transition: all 0.6s ease;
}
#cta .inner .cta_right {
  width: 42%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #cta .inner .cta_right {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #cta .inner .cta_right {
    width: 90%;
  }
}
#cta .inner .cta_right p {
  color: white;
  font-size: 1.2vw;
  line-height: 2;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #cta .inner .cta_right p {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 520px) {
  #cta .inner .cta_right p {
    font-size: 1.2rem;
  }
}
#cta .inner .cta_right p img {
  width: 15px;
  height: auto;
}
#cta .inner .cta_right p img:nth-child(1) {
  position: relative;
  top: -3px;
  display: inline-block;
  margin-right: 6px;
}
#cta .inner .cta_right p img:nth-child(2) {
  position: relative;
  top: -3px;
  display: inline-block;
  margin-left: 6px;
}
#cta .inner .cta_right a {
  display: inline-block;
  padding: 12px;
  outline: 1px solid #0ED954;
  transition: all 0.6s ease;
}
#cta .inner .cta_right a:hover {
  background-color: #0ED954;
}
#cta .inner .cta_right a:hover span.btntxt {
  color: #0A0A0A;
}
#cta .inner .cta_right a:hover span.annotation {
  color: #0A0A0A;
}
#cta .inner .cta_right a span {
  display: inline-block;
  text-align: center;
  color: white;
  width: 100%;
  line-height: 1;
}
#cta .inner .cta_right a span.btntxt {
  color: #0ED954;
  font-size: 3rem;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 8px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 520px) {
  #cta .inner .cta_right a span.btntxt {
    font-size: 2.4rem;
  }
}
#cta .inner .cta_right a span.normal {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 520px) {
  #cta .inner .cta_right a span.normal {
    font-size: 1.3rem;
  }
}

#drawer {
  display: none;
}

#drawer-area {
  display: none;
}

#overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
}

/* drawer icon ---------------------------------------------------------------------------------------------------*/
#gmenu-icon,
#gmenu-icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

/* } */
/* drawer torigger btn */
#drawer-area {
  display: block !important;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9010;
  width: 75px;
  height: 70px;
  transition: right 0.2s linear;
}
#drawer-area.toggle {
  right: 55%;
}
#drawer-area.move {
  -webkit-animation: headerMove 0.6s ease-in forwards;
  animation: headerMove 0.6s ease-in forwards;
}

#gmenu-icon {
  position: fixed;
  z-index: 9010;
  top: 24px;
  right: 24px;
  width: 35px;
  height: 30px;
  margin: 0;
  transition: right 0.2s linear;
}
@media screen and (max-width: 520px) {
  #gmenu-icon {
    right: 14px;
  }
}
#gmenu-icon span {
  position: absolute;
  z-index: 9011;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
#gmenu-icon span:nth-of-type(1) {
  top: 0;
}
#gmenu-icon span:nth-of-type(2) {
  top: 9px;
}
#gmenu-icon.active {
  right: 24px;
}
#gmenu-icon.active span:nth-of-type(1) {
  transform: translateY(4px) rotate(-45deg);
}
#gmenu-icon.active span:nth-of-type(2) {
  transform: translateY(-4px) rotate(45deg);
}
#gmenu-icon.move {
  -webkit-animation: borderMove 0.6s ease-in forwards;
  animation: borderMove 0.6s ease-in forwards;
}

/* drawer body */
#drawer {
  position: fixed;
  display: grid;
  place-items: center;
  top: 0;
  right: -100%;
  z-index: 8001;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #313131;
  transition: all 0.5s ease;
  padding: 12px;
}
#drawer .d_logo {
  position: absolute;
  top: 14px;
  left: 14px;
}
#drawer .d_logo a img {
  width: auto;
  height: 34px;
}
#drawer.toggle {
  right: 0;
}
#drawer ul.d-main {
  width: 90%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2%;
  row-gap: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  #drawer ul.d-main {
    display: block;
  }
}
#drawer ul.d-main li {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  #drawer ul.d-main li {
    margin-bottom: 8px;
  }
}
#drawer ul.d-main li a {
  display: inline-block;
  color: #282828;
  letter-spacing: 0.15em;
  font-size: 1.6rem;
  width: 90%;
  padding: 2% 5%;
  border: 1px solid #CFB174;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
#drawer ul.d-main li a:hover {
  background: #CFB174;
}
#drawer ul.d-main li a:hover .en {
  transition: all 0.15s ease-in-out;
  color: #fff;
}
#drawer ul.d-main li a:hover .ja {
  transition: all 0.15s ease-in-out;
  color: #fff;
}
#drawer ul.d-main li a span {
  display: block;
  line-height: 1;
}
#drawer ul.d-main li a .en {
  color: #CFB174;
  font-size: 4.8rem;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  #drawer ul.d-main li a .en {
    font-size: 4.8rem;
  }
}
#drawer ul.d-main li a .ja {
  color: #282828;
  font-size: 1.6rem;
}
@media screen and (max-width: 520px) {
  #drawer ul.d-main li a .ja {
    font-size: 1.4rem;
  }
}

#drawer ul.d-main li.d-main-item.slidedown {
  padding-bottom: 0;
}
#drawer ul.d-main li.d-main-item.slidedown ul li {
  padding: 4px 0;
}

@keyframes headerMove {
  0% {
    opacity: 1;
    right: 0;
  }
  100% {
    opacity: 0;
    right: 200px;
  }
}
@keyframes borderMove {
  0% {
    opacity: 1;
    right: 11px;
  }
  100% {
    opacity: 0;
    right: 200px;
  }
}
.sns-list {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 40px auto;
}
.sns-list li img {
  width: 80%;
}

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