@import url("//hello.myfonts.net/count/39de84");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
@font-face {
  font-family: 'VenusSB-MediumExtended';
  src: url("../webfonts/39DE84_0_0.eot");
  src: url("../webfonts/39DE84_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/39DE84_0_0.woff2") format("woff2"), url("../webfonts/39DE84_0_0.woff") format("woff"), url("../webfonts/39DE84_0_0.ttf") format("truetype");
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  min-width: 1280px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    min-width: auto;
    width: 100%;
  }
}

a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

/* Header */
.header {
  background: #1A1311;
  top: 0;
  width: 100%;
  z-index: 5;
}

.header__wrapper {
  background: #1A1311;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 57px 16px;
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .header__wrapper {
    padding: 10px 19px;
  }
}

.header__wrapper::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

@media screen and (min-width: 768px) {
  .header.scroll .header__wrapper {
    padding: 17px 57px 16px;
  }
}

@media screen and (min-width: 768px) {
  .header.scroll .top__link__logo {
    width: 157px;
  }
}

@media screen and (min-width: 768px) {
  .header.scroll .header__nav {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.header .top__link {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .header .top__link {
    margin-left: 20px;
  }
}

.header .top__link__logo {
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
  width: 203px;
}

@media screen and (max-width: 767px) {
  .header .top__link__logo {
    width: 125px;
  }
}

.header__nav {
  background: #1A1311;
  border-top: 1px solid #333333;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .header__nav {
    background: rgba(26, 19, 17, 0.95);
    height: 100vh;
    border-top: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: ease 0.5s all;
    transition: ease 0.5s all;
    width: 100%;
    position: absolute;
    bottom: auto;
    top: 0;
    padding-top: 21vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (min-width: 768px) {
  .header__nav {
    display: block !important;
  }
}

.header__nav__wrapper {
  height: 100%;
}

.header__nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header__nav__list {
    display: block;
  }
}

.header__nav__item {
  width: calc(100%/6);
  border-right: 1px solid #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .header__nav__item {
    width: auto;
    border-right: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin-bottom: 22px;
  }
}

@media screen and (max-height: 660px) {
  .header__nav__item {
    margin-bottom: 10px;
  }
}

.header__nav__item:last-child {
  border-right: none;
  margin-bottom: 0;
}

.header__nav__link {
  display: block;
  text-align: center;
  padding: 14px 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .header__nav__link {
    display: inline-block;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .header__nav__link:hover {
    opacity: 1;
    border-bottom: 6px solid #FFE100;
    padding: 14px 0 12px;
  }
}

@media screen and (min-width: 768px) {
  .header__nav__link.current {
    border-bottom: 6px solid #FFE100;
    padding: 14px 0 12px;
  }
}

.header__nav__txt {
  font-size: 12px;
  color: #fff;
}

.header__nav__txt-sub {
  font-size: 7px;
  font-family: 'VenusSB-MediumExtended', sans-serif;
  color: #ADADAD;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .header__nav__txt-sub {
    font-size: 21px;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .header__nav__txt-sp {
    font-size: 11px;
    color: #AC990C;
    margin-top: 5px;
  }
}

.header .menu {
  width: 22px;
  height: 16px;
  position: relative;
  cursor: pointer;
}

.header .menu__bar {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
}

.header .menu__bar:first-child {
  top: 0;
  left: 0;
}

.header .menu__bar:nth-child(2) {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80%;
}

.header .menu__bar:last-child {
  bottom: 0;
  left: 0;
}

.header .menu-open .menu__bar:first-child {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.header .menu-open .menu__bar:nth-child(2) {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.header .menu-open .menu__bar:last-child {
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
}

.header .menu__lang {
  background: #FFE100;
  border-radius: 50px;
  padding: 0 13px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

@media screen and (max-width: 767px) {
  .header .menu__lang {
    width: 286.5px;
    margin: 33px auto 130px;
  }
}

@media screen and (max-height: 660px) {
  .header .menu__lang {
    margin: 15px auto 130px;
  }
}

@media screen and (max-width: 767px) {
  .header .menu__lang.menu__open {
    border-radius: 25px 0 25px 0;
  }
}

@media screen and (max-width: 767px) {
  .header .menu__lang__link {
    display: block;
    background: #FFE100;
    font-size: 17px;
    font-family: 'VenusSB-MediumExtended', sans-serif;
    text-align: center;
    color: #1A1311;
    border-radius: 100px;
    padding: 17px 0;
    position: relative;
  }
}

.header .menu__lang__link:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #1A1311;
  border-bottom: 2px solid #1A1311;
  top: 45%;
  right: 19px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .header .menu__lang__list {
    display: none;
  }
}

.header .menu__lang__item {
  border-top: 1px solid #D3BE20;
}

.header .menu__lang__item__link {
  display: block;
  text-align: center;
  color: #231815;
  font-size: 13px;
  padding: 12px 0;
}

.header .menu__footer {
  background: #4B4644;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 0 45px;
}

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

.header .menu__footer__list:first-child {
  margin-right: 37px;
}

@media screen and (max-width: 374px) {
  .header .menu__footer__list:first-child {
    margin-right: 20px;
  }
}

.header .menu__footer__item {
  margin-bottom: 10px;
}

.header .menu__footer__link {
  font-size: 13px;
  color: #fff;
  position: relative;
}

.header .menu__footer__link::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/assets/common/images/link_icon.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 374px) {
  .header .menu__footer__link {
    letter-spacing: -0.05em;
  }
}

.lang {
  position: relative;
}

.lang__txt {
  font-family: 'VenusSB-MediumExtended', sans-serif;
  color: #fff;
  font-size: 14px;
  position: relative;
}

.lang__link {
  color: #fff;
  font-family: 'VenusSB-MediumExtended', sans-serif;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
}

.lang__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 40%;
  right: -15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.lang__link:hover {
  cursor: pointer;
}

.lang__list {
  background: #fff;
  width: 120px;
  position: absolute;
  bottom: -10px;
  right: 35%;
  -webkit-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px 0 20px 0;
  display: none;
  z-index: 10;
}

.lang__item {
  border-top: 1px solid #DBDBDB;
}

.lang__item:first-child {
  border-top: none;
}

.lang__item__link {
  display: block;
  text-align: center;
  color: #231815;
  font-size: 14px;
  padding: 10px 0;
}

.pankuzu {
  background: #fff;
  margin-top: 142px;
}

@media screen and (max-width: 767px) {
  .pankuzu {
    margin-top: 45px;
  }
}

.pankuzu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 28px 30px;
}

@media screen and (max-width: 767px) {
  .pankuzu__list {
    padding: 12px;
    line-height: 1.4;
  }
}

.pankuzu__item {
  color: #231815;
  margin-right: 10px;
  position: relative;
  font-size: 14px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .pankuzu__item {
    font-size: 12px;
    margin-right: 10px;
  }
}

.pankuzu__item::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-bottom: -3.5px;
  border-right: 2px solid #231815;
  border-top: 2px solid #231815;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .pankuzu__item::after {
    width: 4px;
    height: 4px;
    margin-bottom: 0;
    border-right: 1px solid #231815;
    border-top: 1px solid #231815;
  }
}

.pankuzu__item:last-child::after {
  display: none;
}

.pankuzu__link {
  color: #696969;
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .pankuzu__link {
    display: inline;
    margin-right: 0;
  }
}

/* footer */
.footer {
  padding-top: 80px;
  position: relative;
  background: url("/assets/common/images/bg_footer.png") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 46px;
  }
}

.footer__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .footer__flex {
    display: block;
  }
}

.footer__exp {
  text-align: center;
  color: #fff;
  margin: 60px 36px 0 10px;
  width: 460px;
}

@media screen and (max-width: 767px) {
  .footer__exp {
    margin: 0;
    width: auto;
  }
}

.footer__logo {
  position: relative;
}

.footer__logo::after {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  background: #86807E;
  position: absolute;
  bottom: -23px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media screen and (max-width: 767px) {
  .footer__logo::after {
    bottom: -15px;
    width: 32px;
    background: #fff;
  }
}

.footer__logo__img {
  width: 286px;
}

@media screen and (max-width: 767px) {
  .footer__logo__img {
    width: 183px;
  }
}

.footer__adress {
  margin-top: 42px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .footer__adress {
    font-size: 13px;
    margin-top: 30px;
  }
}

.footer__phone {
  margin-top: 15px;
  letter-spacing: 0.05em;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer__phone {
    font-size: 13px;
    margin-top: 10px;
  }
}

.footer__phone a {
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .footer__phone a {
    text-decoration: underline;
  }
}

.footer__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 39px;
}

@media screen and (max-width: 767px) {
  .footer__link {
    margin-top: 20px;
  }
}

.footer__link__list:first-child {
  margin-right: 24px;
}

@media screen and (max-width: 767px) {
  .footer__link__list:first-child {
    margin-right: 20px;
  }
}

@media screen and (max-width: 374px) {
  .footer__link__list:first-child {
    margin-right: 5px;
  }
}

.footer__link__item {
  text-align: left;
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  .footer__link__item {
    margin-top: 9px;
  }
}

.footer__link__item:first-child {
  margin-top: 0;
}

.footer__link__item a {
  color: #fff;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .footer__link__item a {
    font-size: 13px;
    padding-left: 15px;
  }
}

.footer__link__item a::before {
  content: "";
  background: url("/assets/common/images/link_icon.png") no-repeat;
  background-size: cover;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .footer__link__item a::before {
    width: 12px;
    height: 12px;
  }
}

.footer__map {
  width: 60%;
  height: 500px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 40px 0 0 0;
}

@media screen and (max-width: 767px) {
  .footer__map {
    margin-top: 30px;
    width: calc(100% - 15px);
    height: 53.3vw;
    margin-left: 15px;
    margin-right: auto;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px 0 0 0;
  }
}

.footer__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 40px 0 0 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .footer__map iframe {
    border-radius: 20px 0 0 0;
  }
}

.footer .copyright {
  padding: 38px 0 42px;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    padding: 22px 0 24px;
  }
}

.footer .copyright::before {
  content: "";
  display: block;
  width: 76.5%;
  height: 100%;
  background: #F7F7F7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .footer .copyright::before {
    display: none;
  }
}

.footer .copyright__txt {
  text-align: center;
  font-size: 12px;
  font-family: 'VenusSB-MediumExtended', sans-serif;
  color: #1A1311;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .footer .copyright__txt {
    font-size: 10px;
    line-height: 1.5;
  }
}

.footer .pagetop {
  position: absolute;
  bottom: 20px;
  right: 15px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .footer .pagetop {
    bottom: 15px;
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer .pagetop {
    bottom: 15px;
    right: 10px;
  }
}

@media screen and (max-width: 374px) {
  .footer .pagetop {
    bottom: 20px;
    right: 8px;
  }
}

.footer .pagetop img {
  width: 80px;
}

@media screen and (max-width: 767px) {
  .footer .pagetop img {
    width: 60px;
  }
}

@media screen and (max-width: 374px) {
  .footer .pagetop img {
    width: 45px;
  }
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

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

@media screen and (min-width: 768px) {
  .sp-visible {
    display: none !important;
  }
}

.anchor {
  position: absolute;
  top: -190px;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .anchor {
    top: -100px;
  }
}

/*animation*/
.scr {
  position: relative;
}

.scr.ani-elm:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffe100;
  z-index: 2;
}

.scr.ani-elm .target {
  opacity: 0;
}

.scr.scr-active:before {
  -webkit-animation: elmIn 1s;
  animation: elmIn 1s;
}

.scr.scr-active .target {
  opacity: 1;
  -webkit-transition: .1s .5s;
  transition: .1s .5s;
}

.effect_target {
  opacity: 0;
}

.empty_message_wrapper {
  width: 1200px;
  margin: 70px auto 0;
  background: #fff;
  border-radius: 40px 0 0 0;
  padding: 69px 101px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .empty_message_wrapper {
    width: 100%;
    margin: 28px auto 0;
    border-radius: 20px 0 0 0;
    padding: 0;
  }
}

.empty_message_wrapper {
  width: 1200px;
  margin: 70px auto 0;
  background: #fff;
  border-radius: 40px 0 0 0;
  padding: 69px 101px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .empty_message_wrapper {
    width: 92%;
    margin: 18px auto 0;
    border-radius: 20px 0 0 0;
    padding: 37px 25px 47px;
  }
}

.empty_message {
  padding: 50px 0 30px;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .empty_message {
    font-size: 15px;
    padding: 30px 0 20px;
  }
}

@-webkit-keyframes elmIn {
  0% {
    width: 0;
  }
  40% {
    width: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}

@keyframes elmIn {
  0% {
    width: 0;
  }
  40% {
    width: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}

/*base code*/
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.animatedElm {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animatedElm.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animatedElm.hinge {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/*the animation definition*/
@-webkit-keyframes fadeInUpPage {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpPage {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpPage {
  -webkit-animation-name: fadeInUpPage;
  animation-name: fadeInUpPage;
}

/*the animation definition*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
