@charset "utf-8";
/* =====================
  fonts
===================== */
/*  Yu Gothic
------------------------*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* =====================
  base
===================== */
*,
*:before,
*:after {
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
svg {
  width: 100%;
  height: 100%;
  display: block;
}
:root {
  --col-gr: #5c4a4a;
  --col-w: #ffffff;
  --col-pk: #e29f9f;
}
body {
}

/*-------------------------------------------*/
/*	loading
/*-------------------------------------------*/
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  margin: auto;
  background-color: var(--col-w);
  animation: loading_bg 2s forwards;
  z-index: 9999;
}
.loading img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .loading img {
    width: 44px;
    height: 44px;
  }
}
@keyframes loading_bg {
  0% {
    opacity: 1;
    z-index: 9999;
  }
  70% {
    opacity: 1;
    z-index: 9999;
  }
  100% {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}

/*-------------------------------------------*/
/*	PC
/*-------------------------------------------*/
@media screen and (min-width: 768px) {
  /* =====================
    base
  ===================== */
  body {
    font-family: "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
      "游ゴシック体", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo,
      "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: var(--col-gr);
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url(../img/bg_hands.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
  }
  .pc_none {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a {
    text-decoration: none;
    color: var(--col-gr);
  }
  .inner {
    padding: 100px 5%;
    min-width: 960px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .title {
    font-size: 48px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
  }
  .title .jp {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    display: block;
  }
  .title.w {
    color: #ffffff;
  }
  .text p {
    font-size: 16px;
    line-height: 2;
  }
  .text p:not(:last-child) {
    margin-bottom: 30px;
  }

  /* =====================
    header
  ===================== */
  #header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: background-color 0.5s ease;
  }
  #header.bg {
    background-color: rgba(255, 255, 255, 0.8);
  }
  #header .inner {
    margin: 0 auto;
    padding: 15px 40px;
    min-width: 960px;
    max-width: 1600px;
    position: relative;
    display: flex;
  }
  #header .inner h1.logo {
    font-size: 24px;
    line-height: 1.5;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
  }
  #header .inner h1.logo span {
    display: block;
  }
  #header .inner h1.logo .mini {
    font-size: 15px;
  }
  #header .inner h1.logo .jp {
    font-size: 14px;
    padding-top: 5px;
    font-weight: 400;
  }
  #header .inner .logo a {
    display: block;
    line-height: 1;
  }
  #gnav {
    margin: 0 0 0 auto;
  }
  #gnav ul {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
  }
  #gnav ul li {
    width: 25%;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-right: 40px;
  }
  #gnav ul li a {
    display: block;
  }
  #gnav ul li a.active {
    border-bottom: 1px solid var(--col-gr);
  }
  /* =====================
    #fv
  ===================== */
  #fv .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    min-height: 800px;
  }
  #fv .inner .logo {
    width: 550px;
  }
  /* =====================
    #movie
  ===================== */
  #movie {
    background-color: var(--col-pk);
  }
  #movie .inner .title {
    margin-bottom: 0;
  }
  #movie .inner .lead {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #ffffff;
  }
  .youtube {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video video {
    width: 100%;
    height: auto;
  }

  /* =====================
    #about
  ===================== */
  #about .inner .text {
    text-align: center;
  }
  #about .inner .text .att {
    font-size: 12px;
    line-height: 1.5;
  }
  /* =====================
    #news
  ===================== */
  .list_news li {
    border-bottom: 1px solid #cccccc;
    padding: 15px 0;
  }
  .list_news li .date {
    font-size: 14px;
  }
  .list_news li a {
    text-decoration: underline;
  }
  /* =====================
    #message
  ===================== */
  #message {
    background: #ffffff;
  }
  .msgbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .msgbox figure {
    width: 25%;
  }
  .msgbox .right {
    width: 70%;
  }
  .msgbox .right .profile {
    font-size: 15px;
    line-height: 1;
  }
  .msgbox .right .ttl {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  .msgbox .right .ttl span {
    font-size: 16px;
    padding-left: 5px;
  }
  .msgbox .right .text.msg p {
    font-size: 15px;
    line-height: 1.7;
  }

  /* =====================
    #supporter
  ===================== */
  .jpnbox {
    background: #ffffff;
    padding: 25px;
    margin: 0 auto 50px;
    width: 35%;
    border: 1px solid #5c4a4a;
  }
  .text_supporter {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
  }
  .list_supporter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .list_supporter::before {
    content: "";
    display: block;
    width: 23.5%;
    order: 1;
  }
  .list_supporter::after {
    content: "";
    display: block;
    width: 23.5%;
  }
  .list_supporter li {
    width: 23.5%;
    margin-bottom: 30px;
    text-align: center;
    border: solid 1px #cccccc;
  }

  .list_supporter li a {
    
  }
  .list_supporter li a figure {
    
  }
  .list_supporter li a p {
    font-size: 15px;
  }
  .ttl_supporter {
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #5c4a4a;
  }

  /* =====================
    #footer
  ===================== */
  #footer {
    background-color: #f4f4f4;
    text-align: center;
    padding: 120px 0;
  }
  #footer .txt {
    font-size: 15px;
    margin-bottom: 50px;
  }
  #footer .ttl {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 50px;
  }
  #footer .logo {
    margin-bottom: 50px;
  }
  #footer .logo img {
    width: 130px;
    margin: 0 auto;
  }
  #footer .contact {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 50px;
  }
  #footer .contact a {
    position: relative;
    display: inline-block;
  }
  #footer .contact a::after {
    border-bottom: 4px solid #fba627;
    display: block;
    content: "";
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: -5px;
  }
  address {
    font-style: normal;
    text-align: center;
    font-size: 13px;
    background: #ffffff;
    padding: 80px 0;
  }
  /* =====================
  share
  ===================== */
  #share {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    transform: translateX(140%);
    transition: 0.3s;
  }
  #share.fixed {
    transform: translateX(0);
  }
  #share .share {
    display: block;
  }
  #share .share li {
    width: 70px;
    height: 70px;
  }
  #share .share li a {
    display: block;
  }
  #share .share li a.fb {
    background-color: #0766ff;
  }
  #share .share li a.x {
    background-color: #000000;
  }
  #share .share li a.line {
    background-color: #06c755;
  }
}
/*-------------------------------------------*/
/*	SP
/*-------------------------------------------*/
@media screen and (max-width: 767px) {
  /* =====================
    base
  ===================== */
  body {
    font-family: "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
      "游ゴシック体", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo,
      "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: var(--col-gr);
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .sp_none {
    display: none !important;
  }
  a {
    text-decoration: none;
    color: var(--col-gr);
  }
  a.link {
    color: #var(--col-gr);
    text-decoration: underline;
  }
  .inner {
    padding: 50px 5%;
  }
  .title {
    font-size: 30px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
  }
  .title .jp {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: block;
  }
  .title.w {
    color: #ffffff;
  }
  .text p {
    font-size: 16px;
    line-height: 2;
  }
  .text p:not(:last-child) {
    margin-bottom: 30px;
  }
  .fixed_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/img/bg_hands.jpg"); /* 背景画像のパスを指定 */
    background-position: 65%;
    background-repeat: no-repeat;
    background-size: cover; /* 背景画像がコンテナを完全にカバーするようにします */
    z-index: -1; /* 他のコンテンツの背後に配置 */
  }
  #wrap {
    position: relative; /* z-indexが機能するように */
  }

  /* =====================
    header
  ===================== */
  #header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: background-color 0.5s ease;
  }
  #header.bg {
    background-color: rgba(255, 255, 255, 0.8);
  }
  #header .inner {
    margin: 0 auto;
    padding: 15px 10px;
    position: relative;
  }
  #header .inner h1.logo {
    font-size: 20px;
    line-height: 1.5;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
  }
  #header .inner h1.logo span {
    display: block;
  }
  #header .inner h1.logo .mini {
    font-size: 12px;
  }
  #header .inner h1.logo .jp {
    font-size: 12px;
    padding-top: 5px;
    font-weight: 400;
  }
  #header .inner .logo a {
    display: block;
    line-height: 1;
  }
  #gnav ul {
    text-align: center;
  }
  #gnav ul li {
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-size: 3vw;
    margin: 0 1.5%;
  }
  #gnav ul li a {
    display: block;
  }
  /* =====================
    #fv
  ===================== */
  #fv .inner {
    padding: 180px 0 100px;
  }
  #fv .inner .logo {
    width: 74%;
    margin: 0 auto;
  }

  /* =====================
    #movie
  ===================== */
  #movie {
    background-color: var(--col-pk);
  }
  #movie .inner .title {
    margin-bottom: 0;
  }
  #movie .inner .lead_sp {
    text-align: center;
    font-size: 5vw;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffff;
    line-height: 1.5;
  }
  .youtube {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video video {
    width: 100%;
    height: auto;
  }
  /* =====================
    #about
  ===================== */
  #about .inner .text p {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 300;
  }
  #about .inner .text .att {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
  }
  #about .inner .text .att br {
    display: none;
  }
  /* =====================
    #news
  ===================== */
  .list_news li {
    border-bottom: 1px solid #cccccc;
    padding: 15px 0;
  }
  .list_news li .date {
    font-size: 14px;
  }
  .list_news li a {
    text-decoration: underline;
  }
  /* =====================
    #message
  ===================== */
  #message {
    background: #ffffff;
  }
  .msgbox {
    margin-bottom: 30px;
  }
  .msgbox figure {
    width: 50%;
    margin: 0 auto 20px;
  }
  .msgbox .right {
    width: 100%;
  }
  .msgbox .right .profile {
    font-size: 15px;
    text-align: center;
  }
  .msgbox .right .ttl {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  .msgbox .right .ttl span {
    font-size: 16px;
    padding-left: 5px;
  }
  .msgbox .right .text p {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 300;
  }

  /* =====================
    #supporter
  ===================== */
  .jpnbox {
    background: #ffffff;
    padding: 15px 25px;
    margin: 0 auto 50px;
    width: 74%;
    border: 1px solid #5c4a4a;
  }
  .text_supporter {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
  }
  .list_supporter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .list_supporter li {
    width: 48.5%;
    margin-bottom: 15px;
    text-align: center;
    border: solid 1px #cccccc;
  }

  .list_supporter li a {
    pointer-events: none;
  }
  .list_supporter li a figure {
    margin-bottom: 5px;
  }
  .list_supporter li a p {
    font-size: 15px;
  }
  .ttl_supporter {
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #5c4a4a;
  }

  /* =====================
    #footer
  ===================== */
  #footer {
    background-color: #f4f4f4;
    text-align: center;
    padding: 60px 0;
  }
  #footer .ttl {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 50px;
  }
  #footer .logo {
    margin-bottom: 50px;
  }
  #footer .logo img {
    width: 130px;
    margin: 0 auto;
  }
  #footer .contact {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 50px;
  }
  #footer .contact a {
    position: relative;
    display: inline-block;
  }
  #footer .contact a::after {
    border-bottom: 4px solid #fba627;
    display: block;
    content: "";
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: -5px;
  }
  address {
    font-style: normal;
    text-align: center;
    font-size: 13px;
    background: #ffffff;
    padding: 50px 0;
  }
  /* =====================
  share
  ===================== */
  #share {
    position: fixed;
    bottom: 10%;
    right: 0px;
    z-index: 999;
    transform: translateX(140%);
    transition: 0.3s;
  }
  #share.fixed {
    transform: translateX(0);
  }
  #share .share {
    display: block;
  }
  #share .share li {
    width: 44px;
    height: 44px;
  }
  #share .share li a {
    display: block;
  }
  #share .share li a.fb {
    background-color: #0766ff;
  }
  #share .share li a.x {
    background-color: #000000;
  }
  #share .share li a.line {
    background-color: #06c755;
  }
}
