@charset "UTF-8";
* {
  margin: 0;
  font-size: 16px;
}
* a {
  display: block;
}

body {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "MS PMincho", "MS Mincho", serif;
  font-feature-settings: "palt" 1;
}
body img {
  width: 100%;
}

header {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 999px) {
  header {
    background-color: unset;
  }
}
header .header_wrap {
  display: flex;
  justify-content: space-between;
  transition: all 0.2s;
}
header .header_wrap h1 {
  display: flex;
  padding: 20px 0 0 20px;
  gap: 20px;
  transition: color 0.2s ease-in-out;
  align-items: center;
}
header .header_wrap h1 a {
  width: 140px;
  display: block;
}
@media screen and (max-width: 768px) {
  header .header_wrap h1 a {
    width: 120px;
  }
}
header .header_wrap h1 span {
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.08em;
  color: white;
  display: block;
  padding-top: 3px;
}
@media screen and (max-width: 999px) {
  header .header_wrap h1 span {
    display: none;
  }
}
header .header_wrap .header-right {
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
  gap: 20px;
}
header .header_wrap ul {
  display: flex;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  header .header_wrap ul {
    display: none;
  }
}
header .header_wrap ul li a {
  padding: 5px 15px;
  text-align: center;
  font-size: 14px;
  color: white;
}
header .header_wrap ul li a.outline, header .header_wrap ul li a.map {
  position: relative;
}
header .header_wrap ul li a.outline::before, header .header_wrap ul li a.map::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  height: 18.75px;
  top: 50%;
  left: 0px;
  transform: translate(-50%, -50%);
}
header .header_wrap ul li a.outline::before {
  background-image: url("../img/common/h-icon01.svg");
  width: 18.75px;
}
header .header_wrap ul li a.map::before {
  background-image: url("../img/common/h-icon02.svg");
  width: 11px;
  left: 4px;
}
header .header_wrap ul li:nth-child(3) {
  background-color: rgb(1, 61, 163);
}
header .header_wrap .ham {
  width: 55px;
  height: 25px;
  position: relative;
  z-index: 9999;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header .header_wrap .ham {
    width: 22px;
    height: 13px;
  }
}
header .header_wrap .ham span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: white;
  transition: all 0.2s;
  box-shadow: 0 0 3px #181878;
}
header .header_wrap .ham span:nth-child(1) {
  top: 0;
}
header .header_wrap .ham span:nth-child(2) {
  top: 50%;
}
@media screen and (max-width: 768px) {
  header .header_wrap .ham span:nth-child(2) {
    top: 45%;
  }
}
header .header_wrap .ham span:nth-child(3) {
  bottom: 0;
}
header .header_wrap .ham.x > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
header .header_wrap .ham.x > span:nth-child(2) {
  opacity: 0;
}
header .header_wrap .ham.x > span:nth-child(3) {
  bottom: 45%;
  transform: rotate(-45deg);
}
header.color_white .header_wrap h1 {
  color: white;
}
header .g-nav {
  padding: 1.6% 0;
}
@media screen and (max-width: 999px) {
  header .g-nav {
    display: none;
  }
}
header .g-nav ul {
  display: flex;
  justify-content: space-between;
  max-width: 30.625vw;
  margin: 0 auto;
  gap: 30px;
}
header .g-nav ul li {
  height: clamp(10px, 0.78125vw, 15px);
}
header .g-nav ul li a {
  color: white;
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: block;
}
header .g-nav ul li a img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.menu {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 100;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background: #4C4D52;
  background: linear-gradient(0deg, rgb(76, 77, 82) 0%, rgb(46, 49, 51) 35%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 18px;
  letter-spacing: 0.3em;
  color: white;
  transition: right 0.2s;
}
.menu figure {
  width: clamp(200px, 32.25vw, 387px);
  margin: 0 auto 34px;
}
.menu ul li {
  width: 380px;
  padding: clamp(20px, 3.2407407407vh, 35px) 0;
}
.menu ul li a {
  display: block;
  color: white;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 17px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .menu ul li a {
    height: 11px;
  }
}
.menu ul li a img {
  height: 100%;
}
.menu .btn {
  margin: 0 auto;
  margin-top: 20px;
}
.menu .btn a {
  color: white;
  width: clamp(260px, 49.4791666667vw, 380px);
  border-radius: 10px;
  border: 1px solid white;
  text-align: center;
  line-height: clamp(35px, 6.5104166667vw, 50px);
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
.menu a {
  transition: all 0.2s;
}
.menu a:hover {
  opacity: 0.5;
}
.menu.show {
  right: 0;
}

@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  footer #crevia_recommend {
    padding: 50px 0 87px !important;
  }
}
footer #crevia_recommend .wrap {
  background-color: transparent;
  padding: 0 17.5px;
}
footer #crevia_recommend .wrap h2 {
  font-size: 33px;
  font-family: sans-serif;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 768px) {
  footer #crevia_recommend .wrap h2 {
    font-size: 19px;
  }
}
footer #crevia_recommend .wrap figure {
  max-width: 367px;
  margin: 57px auto 0;
}
@media screen and (max-width: 768px) {
  footer #crevia_recommend .wrap figure {
    margin-top: 30px;
  }
}
footer #crevia_recommend .wrap figure figcaption {
  color: white;
  font-size: 21px;
  font-weight: 300;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  footer #crevia_recommend .wrap figure figcaption {
    font-size: 14px;
    text-align: left;
  }
}

#fnavi_sp ul > li a img {
  width: 100%;
}
#fnavi_sp ul > li:nth-child(1) > a {
  background-color: #181878;
}
#fnavi_sp ul > li:nth-child(2) > a {
  background-color: #626C88;
}
#fnavi_sp ul > li:nth-child(3) > a {
  background-color: #A6976E;
}
#fnavi_sp ul > li:nth-child(4) > a {
  background-color: #6AAEAF;
}/*# sourceMappingURL=common.css.map */