@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

.en {
  font-family: "Anton", sans-serif;
  font-weight: 400;
}
.en.font-ss {
  font-family: sans-serif;
}
.top-column .en.font-ss {
  color: #fff !important;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

.nav-open {
  overflow: hidden;
}

.body-wrapper {
  position: relative;
  overflow-x: hidden;
}

figure {
  line-height: 0;
}

.sp,
.tb {
  display: none;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.container.top-access-ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.container.top-access-ttl h2 {
  align-self: flex-end;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.position-relative {
  position: relative !important;
}

.flex-1 {
  flex: 1;
}

.col-white {
  color: #fff !important;
}

.col-blue {
  color: #000ccc !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.line16 {
  font-size: 1.66;
}

.line2 {
  line-height: 2;
}

.f-12 {
  font-size: 1.2rem !important;
}

.f-14 {
  font-size: 1.4rem !important;
}

.f-15 {
  font-size: 1.5rem !important;
}

.f-20 {
  font-size: 2rem !important;
}

.f-24 {
  font-size: 2.4rem !important;
}

.f-27 {
  font-size: 2.7rem !important;
}

.f-28 {
  font-size: 2.8rem !important;
}

.f-32 {
  font-size: 3.2rem !important;
}

.f-40 {
  font-size: 4rem !important;
}

.f-52 {
  font-size: 5.2rem !important;
}

.f-64 {
  font-size: 6.4rem !important;
}

@media screen and (max-width: 768px) {
  body,
  .f-15 {
    font-size: 1.4rem !important;
  }
  .tb {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .f-14 {
    font-size: 1.3rem !important;
  }
  .f-20 {
    font-size: 1.6rem !important;
  }
  .f-24 {
    font-size: 1.8rem !important;
  }
  .f-27,
  .f-28 {
    font-size: 2rem !important;
  }
  .f-32 {
    font-size: 2rem !important;
  }
  .f-40 {
    font-size: 2.4rem !important;
  }
  .f-52 {
    font-size: 3.5rem !important;
  }
  .f-64 {
    font-size: 3.8rem !important;
  }
}

@media screen and (max-width: 480px) {
  .sp {
    display: block !important;
  }
  .sp-hide {
    display: none !important;
  }
}

/********************************************************
************************ Header *************************
********************************************************/

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
}
.single-post_column .header ,
.post-type-archive-post_column .header {
  background-color: black;
}

@media screen and (max-width: 768px) {
  .header__column {
    background-color: unset;
  }
  .header__column .header-menu {
    background-color: black;
  }
}

.header-logo {
  display: flex;
  align-items: center;
  width: 350px;
  padding: 10px 20px;
  line-height: 0;
}

.header-menu__sp {
  display: none;
}

.header-menu nav ul {
  height: 75px;
  align-items: center;
  margin-right: 10px;
}

.header-menu__search {
  display: block;
  width: 75px;
  text-align: center;
  line-height: 74px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: none;
}

.header-menu__contact {
  display: block;
  width: 150px;
  text-align: center;
  line-height: 74px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.header-menu ul li:hover a {
  text-decoration: underline;
}

.header-menu ul li {
  margin-right: 30px;
}

.menu-trigger {
  position: relative;
  display: none;
  width: 60px;
  height: 60px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  z-index: 99;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  left: 15px;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.4s;
}

.menu-trigger span:nth-of-type(1) {
  top: 20px;
}

.menu-trigger span:nth-of-type(2) {
  top: 29px;
}

.menu-trigger span:nth-of-type(3) {
  top: 38px;
}

.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

.menu-trigger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}

@media screen and (max-width: 1200px) {
  .header-menu nav {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    padding-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .header-logo {
    width: 240px;
    max-width: calc(100% - 120px);
    padding: 0 20px 0 0;
  }
  .header-menu__search {
    width: 60px;
    line-height: 59px;
  }
  .menu-trigger {
    display: block;
  }
  .header-menu nav {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100vh;
    padding: 15vh 10vw;
    background-color: #161616;
    transition: all 0.4s linear;
    z-index: 10;
  }
  .header-menu nav.active {
    display: block;
  }
  .header-menu__sp {
    display: block;
  }
  .header-menu ul li {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .header-menu ul li a {
    display: block;
    padding: 15px 0;
  }
  .header-menu__contact {
    display: none;
  }
}

/********************************************************
************************ Footer *************************
********************************************************/

.footer {
  padding: 30px 0;
  text-align: center;
}

.copyright {
  font-size: 1rem;
}

/************** common ***************/

.cmn-contact {
  /* padding: 40px 0; */
  /*
  background-color: #161616;
  */
  background-color: transparent;
}

.cmn-contact a {
  display: inline-block;
  line-height: 0;
}

@media screen and (max-width: 480px) {
  .cmn-contact {
    /* padding: 25px 0; */
  }
}

.cmn-btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 257px;
  padding: 0 20px;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 49px;
  color: #fff;
  background-color: #161616;
  border: 1px solid #161616;
}

.cmn-btn a::before {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  transform: translateY(-50%);
}

.cmn-btn a:hover {
  color: #161616;
  background-color: #fff;
  filter: opacity(1);
  opacity: 1;
}

@media screen and (max-width: 480px) {
}

.floating-bnr {
  position: fixed;
  max-width: 600px;
  bottom: 60px;
  right: 0;
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .floating-bnr {
    max-width: 400px;
    
  }
}

@media screen and (max-width: 768px) {
  .floating-bnr {
    max-width: 200px;
    width: 80%;
    bottom: 6px;
  }
}
