@charset "UTF-8";
/* ---------------------------- */
/* Base
/* ---------------------------- */
:root {
  --main-color: #000;
  --font: "Puritan", 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", メイリオ, Meiryo "system-ui", sans-serif;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 150px;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}

/* 変更 */
main .l-inner {
  margin: 0 auto;
}

main .l-inner * {
  box-sizing: border-box;
}

main .l-inner article {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.ftool-wrapper {
  background-color: #fff;
}

.ftool-wrapper p {
  line-height: 1em;
}

.ftool-wrapper .col--02--C {
  width: auto;
}

/*fix*/
/*==================================================
じわっ
===================================*/
/* blur */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    opacity: 0;
  }
  to {
    filter: blur(0);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.blurTrigger {
  opacity: 0;
}

.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 751px) {
  .delay-time02 {
    animation-delay: 0.2s;
  }
  .delay-time04 {
    animation-delay: 0.4s;
  }
  .delay-time05 {
    animation-delay: 0.5s;
  }
  .delay-time06 {
    animation-delay: 0.6s;
  }
  .delay-time08 {
    animation-delay: 0.8s;
  }
  .delay-time1 {
    animation-delay: 1s;
  }
  .delay-time12 {
    animation-delay: 1.2s;
  }
  .delay-time15 {
    animation-delay: 1.5s;
  }
  .delay-time2 {
    animation-delay: 2s;
  }
  .delay-time25 {
    animation-delay: 2.5s;
  }
  .delay-time3 {
    animation-delay: 3s;
  }
  .delay-time35 {
    animation-delay: 3.5s;
  }
  .delay-time4 {
    animation-delay: 4s;
  }
  .delay-time45 {
    animation-delay: 4.5s;
  }
}
.ftool-wrapper .ref-item .name {
  font-size: 12px;
}

.ftool-wrapper .col--02--C {
  width: auto;
}

/* フェードアウトのアニメーション */
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.box-wrapper {
  /* フォント指定済 */
}
.box-wrapper * {
  font-family: "hiragino-mincho-pron", sans-serif; /* フォント指定済 */
}
.box-wrapper .pc {
  display: none;
}
@media screen and (min-width: 750px) {
  .box-wrapper .pc {
    display: block;
  }
}
.box-wrapper .sp {
  display: block;
}
@media screen and (min-width: 750px) {
  .box-wrapper .sp {
    display: none;
  }
}
.box-wrapper .kv {
  margin-bottom: 80px;
  position: relative;
}
.box-wrapper .kv img {
  width: 100%;
}
.box-wrapper .kv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .box-wrapper .kv__logo {
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48%;
  }
}
.box-wrapper .main_desc {
  max-width: 600px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .main_desc {
    width: 90%;
    margin-bottom: 100px;
  }
}
.box-wrapper .main_desc h2 {
  font-size: 42px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .main_desc h2 {
    font-size: 24px;
  }
}
.box-wrapper .main_desc p {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .main_desc p {
    font-size: 14px;
    line-height: 1.8em;
  }
}
.box-wrapper .sec:not(:last-child) {
  margin-bottom: 200px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .sec:not(:last-child) {
    margin-bottom: 100px;
  }
}
.box-wrapper .sec__mainimg {
  max-width: 870px;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: 130px 620px 190px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .sec__mainimg {
    grid-template-columns: 1fr;
    width: 90%;
    margin-bottom: 30px;
  }
}
.box-wrapper .sec__mainimg .credit_box {
  position: relative;
  /* オーバーレイ背景 */
  /* 表示時 */
}
.box-wrapper .sec__mainimg .credit_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.box-wrapper .sec__mainimg .credit_box .credit {
  position: absolute;
  bottom: 5%;
  width: 100%;
  padding: 0 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s ease;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .box-wrapper .sec__mainimg .credit_box .credit {
    padding: 0 25px;
  }
}
.box-wrapper .sec__mainimg .credit_box .credit ul {
  list-style: none;
}
.box-wrapper .sec__mainimg .credit_box .credit ul li:not(:last-child) {
  margin-bottom: 10px;
}
.box-wrapper .sec__mainimg .credit_box .credit ul li a {
  color: #fff;
}
.box-wrapper .sec__mainimg .credit_box.active .credit {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.box-wrapper .sec__mainimg .credit_box.active .closebtn::before, .box-wrapper .sec__mainimg .credit_box.active .closebtn::after {
  background: #fff;
}
.box-wrapper .sec__mainimg .credit_box.active .closebtn::before {
  transform: rotate(90deg);
}
.box-wrapper .sec__mainimg .credit_box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* 薄い黒 */
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 5;
}
.box-wrapper .sec__mainimg .credit_box.active .overlay {
  opacity: 1;
  visibility: visible;
}
.box-wrapper .sec__mainimg .credit_box .closebtn {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 20px;
  bottom: 5%;
  left: auto;
  top: auto;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .box-wrapper .sec__mainimg .credit_box .closebtn {
    width: 15px;
    height: 15px;
    right: 15px;
    bottom: 15px;
  }
}
.box-wrapper .sec__mainimg .credit_box .closebtn::before, .box-wrapper .sec__mainimg .credit_box .closebtn::after {
  content: "";
  position: absolute;
  height: 25px;
  width: 2px;
  background: #000;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .box-wrapper .sec__mainimg .credit_box .closebtn::before, .box-wrapper .sec__mainimg .credit_box .closebtn::after {
    height: 15px;
    width: 1.3px;
  }
}
.box-wrapper .sec__mainimg .credit_box .closebtn::after {
  transform: rotate(90deg);
}
.box-wrapper .sec__mainimg .number {
  font-size: 60px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .box-wrapper .sec__mainimg .number {
    text-align: left;
    margin-bottom: 10px;
    font-size: 50px;
  }
}
.box-wrapper .sec__mainimg .number small {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .sec__mainimg .number small {
    font-size: 16px;
  }
}
.box-wrapper .sec__mainimg .sub_credit {
  margin-top: auto;
  padding-left: 30px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .sec__mainimg .sub_credit {
    margin-left: auto;
    margin-top: 20px;
  }
}
.box-wrapper .sec__mainimg .sub_credit p {
  font-size: 14px;
  line-height: 1.8em;
}
.box-wrapper .sec__subimg {
  max-width: 1360px;
  margin: 0 auto;
}
.box-wrapper .sec__subimg ul {
  display: flex;
  list-style: none;
}
@media screen and (min-width: 750px) {
  .box-wrapper .sec__subimg ul li {
    width: 25%;
  }
}
.box-wrapper .sec__subimg ul li img {
  width: 100%;
}
.box-wrapper .staff_credit {
  max-width: 600px;
  margin: 0 auto 140px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .box-wrapper .staff_credit {
    margin: 0 auto 100px;
  }
}
.box-wrapper .staff_credit h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.box-wrapper .staff_credit ul {
  list-style: none;
}
.box-wrapper .staff_credit ul li {
  font-size: 16px;
}
.box-wrapper .staff_credit ul li:not(:last-child) {
  margin-bottom: 10px;
}
.box-wrapper .staff_credit ul li a {
  color: #000;
}
.box-wrapper .link {
  max-width: 600px;
  margin: 0 auto 140px;
  text-align: center;
}
.box-wrapper .link img {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .link img {
    width: 45%;
  }
}
.box-wrapper .link a {
  display: block;
  font-size: 20px;
  color: #000;
}