@charset "utf-8";

#google_translate_element {
    display: flex
;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    padding: 10px 20px;
    background: #a9a9a9bd;
    border-radius: 50px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    width: fit-content;
    transition: all 0.3s 
ease;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 100000;
}

/* hover時の軽い浮き上がり */
#google_translate_element:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}

/* Google提供のセレクトボックス部分 */
.goog-te-gadget {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px !important;
  color: #333 !important;
}

.goog-te-gadget select {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 8px 14px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  appearance: none;
  outline: none;
  transition: all 0.3s ease;
}

/* セレクトボックス hover時 */
.goog-te-gadget select:hover {
  border-color: #2a78d1;
  box-shadow: 0 0 0 2px rgba(42,120,209,0.15);
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    position: fixed;
    bottom: 0 !important;
    top: 95% !important;
    display: none !important;
}

/* スマホ対応 */
@media screen and (max-width: 959px) {
    #google_translate_element {
        /* width: 90%; */
        padding: 8px 10px;
        border-radius: 10px;
        font-size: 13px;
        margin: 0 !important;
        right: 5px !important;
        bottom: 5px !important;
    }
  .goog-te-gadget select {
    width: 100%;
    font-size: 13px;
  }
}


/* ==========================================================
   header(PC用)
========================================================== */
@media screen and (min-width: 960px) {

#header_image {
    position: relative;
}

.image-crossfader {
  overflow: hidden;
  position: relative;
  height: 100svh;
  z-index: -1;
}
.image-crossfader-inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: scale(1.06);
  transition:
    opacity 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.image-crossfader-inner.is-visible {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.image-crossfader-inner:nth-child(1) {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
              url("../images/header-a-pc.jpg");
    background-size: auto 100%;
    background-position: center;
}

.image-crossfader-inner:nth-child(2) {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
              url("../images/header-b-pc.jpg");
    background-size: auto 100%;
    background-position: center;
}

.image-crossfader-inner:nth-child(3) {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
              url("../images/header-c-pc.jpg");
    background-size: auto 100%;
    background-position: center;
}


/*(catchcopy)-------------------------------------------*/

    #catchcopy {
        position: absolute;
        z-index: 1;
        top: 60%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        text-align: center;
        width: 100%;
    }

    #catchcopy h1 {
 
        line-height: 1.5em;
        font-size: 45px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-weight: 700;
        padding: 0;
        letter-spacing: -0.1px;
    }

#catchcopy h2 {
    line-height: 3em;
    font-size: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-weight: 400;
    padding: 0;
    letter-spacing: 8px;
}

    #catchcopy h3 {
        font-size: 13px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-weight: 500;
        padding: 0;
        color: #fff;
        line-height: 2;
        letter-spacing: 0.1em;
        font-family: "Inter", serif;
    }

}

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

/* ==========================================================
   header(SP用)
========================================================== */

#header_image {
    position: relative;
}

.image-crossfader {
  overflow: hidden;
  position: relative;
  height: 100svh;
  z-index: -1;
}
.image-crossfader-inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: scale(1.06);
  transition:
    opacity 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.image-crossfader-inner.is-visible {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.image-crossfader-inner:nth-child(1) {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
              url("../images/header-a-sp.jpg");
    background-size: auto 100%;
    background-position: center;
}

.image-crossfader-inner:nth-child(2) {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
              url("../images/header-b-sp.jpg");
    background-size: auto 100%;
    background-position: center;
}

.image-crossfader-inner:nth-child(3) {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
              url("../images/header-c-sp.jpg");
    background-size: auto 100%;
    background-position: center;
}


/*(catchcopy)-------------------------------------------*/

    #catchcopy {
        position: absolute;
        z-index: 1;
        top: 50%;
        padding: 0 15px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        color: #fff;
        text-align: center;
        width: 100%;
    }

    #catchcopy h1 {
        line-height: 1.6em;
        font-size: 20px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-weight: 600;
        padding: 0;
        letter-spacing: -0.4px;
    }

    #catchcopy h2 {
        line-height: 1.6em;
        font-size: 14px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-weight: 400;
        padding: 9px 0 10px;
        letter-spacing: 6px;
    }

#catchcopy h3 {
        line-height: 2em;
        font-size: 10px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-weight: 400;
        padding: 0;
        font-family: "Inter", serif;
    }

}





/*(scrolldown)-------------------------------------------*/

.scrolldown {
    position: absolute;
    right: 50%;
    bottom: 30px;
    height: 50px;
    z-index: 1;
}

.scrolldown span {
    position: absolute;
    left: -19px;
    top: -17px;
    color: #fff;
    width: 40px;
    font-size: 0.7rem;
}

.scrolldown::after{
  content: "";
  position: absolute;
  top: 0;
  right: 2px;
  width: 1px;
  height: 40px;
  background: #fff;
  animation: pathmove 1.5s ease-in-out infinite;
  opacity:0;
}