@charset "UTF-8";
/*
Theme Name:CARAD
*/
@import url("https://fonts.cdnfonts.com/css/palatino");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Sawarabi+Mincho&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
.grecaptcha-badge {
  display: none;
}

#body.overflow {
  overflow: hidden;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background-color: #fff;
}
#loading img {
  width: 150px;
}

#loading.loaded {
  display: none;
}

.img-wrap {
  opacity: 0;
  position: relative;
  transition: 1.5s 0.5s transform cubic-bezier(0.215, 0.61, 0.355, 1);
}

.img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: 100% 0;
  transition: 1s 0.3s transform cubic-bezier(1, 0, 0, 1);
}

.img-wrap.img-animation {
  opacity: 1;
}

.img-wrap.img-animation::after {
  transform: scaleX(0);
}

.scroll-in {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.45, 0, 0.55, 1) 0.5s;
}

.scroll-in.action-animation {
  opacity: 1;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 1080px) {
  .sp {
    display: none !important;
  }
}

a {
  transition: all 0.4s;
}
a:hover {
  opacity: 0.75;
}

video {
  width: 100%;
  height: 100%;
  display: block;
}

.logo_container {
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .logo_container {
    line-height: 1;
  }
}
.logo_container img {
  width: 150px;
  height: auto;
}

.wp-block-gallery.has-nested-images.is-cropped {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a > img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 250px;
  width: 250px;
}

header {
  position: fixed;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 25px 12px;
  background-color: rgba(255, 255, 255, 0.43);
}
@media screen and (max-width: 768px) {
  header {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

.drawer-hamburger {
  width: 53px;
  z-index: 999;
  padding: 10px 0;
}
.drawer-hamburger .drawer-hamburger-icon {
  width: 35px;
  height: 1px;
}
.drawer-hamburger .drawer-hamburger-icon::before {
  top: -8px;
  width: 18px;
  right: 0;
  left: auto;
  height: 1px;
}
.drawer-hamburger .drawer-hamburger-icon::after {
  top: 8px;
  width: 53px;
  right: 0;
  left: auto;
  height: 1px;
}

.drawer-open .drawer-hamburger-icon::before {
  top: inherit;
  width: inherit;
  right: inherit;
  left: inherit;
  height: 1px;
  background-color: #fff;
}
.drawer-open .drawer-hamburger-icon:after {
  top: inherit;
  width: inherit;
  right: inherit;
  left: inherit;
  height: 1px;
  background-color: #fff;
}

.drawer--right .drawer-nav {
  right: -35%;
}
@media screen and (max-width: 768px) {
  .drawer--right .drawer-nav {
    right: -100%;
  }
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer-menu {
  padding-bottom: 50px;
}

.header-nav-pc {
  width: 60%;
  z-index: 9;
}
.header-nav-pc .header-menu-pc {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  list-style: none;
  margin-bottom: 0;
}
.header-nav-pc .header-menu-pc a {
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  mix-blend-mode: difference;
}

.header-nav {
  background-color: #262626;
  padding: 100px 30px;
  color: #fff;
  font-size: 18px;
  z-index: 99;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .header-nav {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.header-nav ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.header-nav ul li {
  list-style: none;
  padding: 20px 0;
  width: 50%;
  text-align: center;
}
.header-nav ul li a {
  transition: all 0.3s;
}
.header-nav ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.header-menu-pc {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* =========================================================
   共通ベース
   ========================================================= */
.header-menu-pc {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ラッパー */
.intro--line {
  position: relative;
  width: 1px;
  height: 125px;
  margin: 80px auto 40px;
  background-color: #6C6C6C;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .intro--line {
    height: 40px;
    margin: 30px auto 20px;
  }
}

.intro--ball {
  position: absolute;
  left: 50%;
  top: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #6C6C6C;
  opacity: 0;
  animation: intro-ball-drop-pc 3s cubic-bezier(0.25, 0.8, 0.25, 1) infinite;
}
@media screen and (max-width: 768px) {
  .intro--ball {
    animation-name: intro-ball-drop-sp;
  }
}

/* PC 用 */
@keyframes intro-ball-drop-pc {
  0% {
    opacity: 0;
    transform: translate(-50%, -8px);
  }
  12% {
    opacity: 1;
    transform: translate(-50%, -4px);
  }
  75% {
    opacity: 1;
    transform: translate(-50%, 119px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 132px);
  }
}
/* SP 用 */
@keyframes intro-ball-drop-sp {
  0% {
    opacity: 0;
    transform: translate(-50%, -8px);
  }
  12% {
    opacity: 1;
    transform: translate(-50%, -4px);
  }
  75% {
    opacity: 1;
    transform: translate(-50%, 34px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 47px);
  }
}
/* =========================================================
   PC（min-width: 768px）
   - 横並び
   - 2階層目はドロップダウン
   ========================================================= */
@media (min-width: 768px) {
  .header-menu-pc {
    display: flex;
    gap: 32px;
    align-items: stretch;
  }
  .header-menu-pc > li {
    position: relative;
  }
  .header-menu-pc > li > a {
    display: inline-flex;
    align-items: center;
    height: 56px;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #2f3235;
    position: relative;
    text-decoration: none;
  }
  .header-menu-pc > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: width 0.2s ease;
  }
  .header-menu-pc > li > a:hover::after {
    width: 100%;
  }
  .header-menu-pc .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    margin: 8px 0 0;
    padding: 8px 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #e1e3e6;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    display: none;
    z-index: 1000;
  }
  .header-menu-pc .sub-menu li {
    white-space: nowrap;
  }
  .header-menu-pc .sub-menu a {
    display: block;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 400;
    color: #70757a;
    text-decoration: none;
    line-height: 1.5;
  }
  .header-menu-pc .sub-menu a:hover {
    background-color: #f6f7f8;
    color: #2f3235;
  }
  .header-menu-pc > li:hover > .sub-menu {
    display: block;
  }
}
/* =========================================================
   SP（max-width: 767px）
   - 縦並び
   - 2階層目は常時表示（インデント）
   ========================================================= */
@media (max-width: 767px) {
  .header-nav-pc {
    width: 100%;
  }
  .header-menu-pc {
    display: block;
    border-top: 1px solid #e1e3e6;
  }
  .header-menu-pc > li {
    border-bottom: 1px solid #e1e3e6;
  }
  .header-menu-pc > li > a {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #2f3235;
    text-decoration: none;
  }
  .header-menu-pc .sub-menu {
    position: static;
    margin: 0;
    padding: 0 0 10px 24px;
    list-style: none;
    border: none;
    background: none;
    display: block;
  }
  .header-menu-pc .sub-menu li {
    border: none;
  }
  .header-menu-pc .sub-menu a {
    display: block;
    padding: 6px 0;
    font-size: 13px;
    font-weight: 400;
    color: #70757a;
    text-decoration: none;
    line-height: 1.5;
  }
}
h1, h2, h3, h4 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

h2, h3, p {
  margin: 0;
}

.enttl {
  font-family: "Palatino", sans-serif !important;
  letter-spacing: 4px !important;
  font-size: 30px;
}

body header{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  font-weight: 300;
}

body footer{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  font-weight: 300;
}

section {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: unset;
  text-decoration: unset;
}


footer {
  padding: 100px 0 0;
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 60px 0 0;
  }
}
footer > p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 30px 0 22px;
  border-top: solid 1px #616161;
}
@media screen and (max-width: 768px) {
  footer > p {
    font-size: 12px;
    padding: 25px 0;
  }
}
footer .footer_inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  footer .footer_inner {
    padding: 0 20px;
  }
}
footer .footer_inner img {
  width: 250px;
  height: auto;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer .footer_inner img {
    width: 180px;
  }
}
footer .footer_inner a.sns_btn {
  display: block;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer_inner a.sns_btn {
    margin: 0 auto 25px;
  }
}
footer .footer_inner a.sns_btn i {
  font-size: 20px;
}
footer .footer_inner .footer-nav {
  width: 100%;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .footer-nav {
    padding-bottom: 25px;
  }
}
footer .footer_inner .footer-nav > ul {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .footer-nav > ul {
    margin-top: 40px;
  }
}
footer .footer_inner .footer-nav > ul li {
  list-style: none;
  padding: 0 0 30px;
  width: 12.5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .footer-nav > ul li {
    padding: 8px 0;
    width: 50%;
  }
}
footer .footer_inner .footer-nav > ul li a {
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .footer-nav > ul li a {
    font-size: 14px;
  }
}
footer .footer_inner .footer-nav > ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
}


