@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 .ref-item {
  font-size: 12px;
}

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

/* フェードアウトのアニメーション */
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.box-wrapper {
  /* フォント指定済 */
}
.box-wrapper * {
  font-family: "EB Garamond", 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: 50px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .box-wrapper .kv {
    margin-bottom: 140px;
  }
}
.box-wrapper .kv img {
  width: 100%;
}
.box-wrapper .kv__logo {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media screen and (max-width: 750px) {
  .box-wrapper .kv__logo {
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, -50%);
    width: 80%;
  }
}
.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 .two-columns {
  display: flex;
  padding-inline: 25px;
  margin-bottom: 18px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .two-columns {
    display: block;
    padding-inline: 0px;
  }
}
.box-wrapper .two-columns .sec__mainimg {
  width: 50%;
  max-width: none;
}
@media screen and (max-width: 750px) {
  .box-wrapper .two-columns .sec__mainimg {
    width: 100%;
  }
}
.box-wrapper .stickybox .sticky {
  position: sticky;
  top: 0;
}
.box-wrapper .sec:not(:last-child) {
  margin-bottom: 0px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .sec:not(:last-child) {
    margin-bottom: 0px;
  }
}
.box-wrapper .sec__mainimg {
  max-width: 600px;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 750px) {
  .box-wrapper .sec__mainimg {
    grid-template-columns: 1fr;
    width: 90%;
    margin-bottom: 20px;
  }
}
.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: 4%;
  width: 100%;
  padding: 0 25px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s ease;
  z-index: 10;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .sec__mainimg .credit_box .credit {
    font-size: 12px;
    padding: 0 15px;
  }
}
.box-wrapper .sec__mainimg .credit_box .credit .linkbuy {
  margin-left: 15px;
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .sec__mainimg .credit_box .credit .linkbuy {
    font-size: 11px;
    margin-left: 10px;
  }
}
.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: 8px;
}
.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: #fff;
  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__mainimg1 {
  max-width: 1000px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .sec__mainimg1 {
    width: 100%;
  }
}
.box-wrapper .sec__mainimg2 {
  max-width: 520px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .sec__mainimg2 {
    max-width: 75%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper .sec__mainimg3 {
    width: 75%;
  }
}
.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: 200px auto 140px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .box-wrapper .link {
    margin: 70px auto 70px;
  }
}
.box-wrapper .link .footerul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .link .footerul {
    margin-top: 0px;
  }
}
.box-wrapper .link li {
  padding: 10px 20px;
  font-size: 20px;
}
.box-wrapper .link img {
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .link img {
    width: 30%;
  }
}
.box-wrapper .link a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .link a {
    font-size: 14px;
  }
}

#style04 {
  margin-top: -20px;
}
@media screen and (max-width: 750px) {
  #style04 {
    margin-top: 0;
  }
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}