@charset "UTF-8";
.fc-site-color {
  color: #000;
}

.bc-site-color {
  background-color: #000;
}

.fc-black {
  color: #3E3A39;
}

.bc-black {
  background-color: #3E3A39;
}

.fc-white {
  color: #fff;
}

.bc-grey {
  background-color: #a1a1a1;
}

.fc-grey {
  color: #a1a1a1;
}

.bc-white {
  background-color: #fff;
}

.fc-main_color {
  color: #425b75;
}

.bc-main_color {
  background-color: #425b75;
}

.fc-sub_color {
  color: #f8f3e9;
}

.bc-sub_color {
  background-color: #f8f3e9;
}

a {
  transition: all 0.3s;
}

.c-btn04 > *, .c-btn04, .c-btn03:hover .icn_cart, .c-btn03::after, .c-btn03, .c-btn02:hover .outer, .c-btn02:after, .c-btn02 .outer, .c-btn02, .c-btn01::after {
  transition: all 0.5s;
}

@media screen and (max-width: 1535px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 599px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 599px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 374px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
}

/* # =================================================================
    # 共通要素
# ================================================================= */
html {
  font-size: 62.5%;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #3e3a39;
}
@media screen and (max-width: 599px) {
  html {
    font-size: 1.6666666667vw;
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}
a.fig {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
a.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
a.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
}

address {
  font-style: normal;
}

img {
  max-height: 100%;
}

figure,
.fig {
  margin: 0;
  vertical-align: top;
}
figure picture,
.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
figure img,
.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

i {
  display: inline-block;
  height: auto;
  line-height: 0;
  vertical-align: top;
}
i img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
i svg {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
.hvropa:hover {
  opacity: 0.7;
}

.fadeIn00 {
  opacity: 0;
  transform: translate3d(0, 10%, 0);
  transition: 1s;
  transition-delay: 0.3s;
}
@media screen and (max-width: 599px) {
  .fadeIn00 .fadeIn00 {
    transition: 1.2s;
  }
}
.fadeIn00.is-show {
  opacity: 1;
  transform: translate3d(0, 0%, 0);
}

.fadeIn01 {
  opacity: 0;
  transform: translate3d(0, 10%, 0);
  transition: 1s;
}
@media screen and (max-width: 599px) {
  .fadeIn01 {
    transition: 1.2s;
  }
}
.fadeIn01.is-show {
  opacity: 1;
  transform: translate3d(0, 0%, 0);
}
.fadeIn01.is-show:nth-child(1) {
  transition-delay: 0s;
}
.fadeIn01.is-show:nth-child(2) {
  transition-delay: 0.2s;
}
.fadeIn01.is-show:nth-child(3) {
  transition-delay: 0.4s;
}
.fadeIn01.is-show:nth-child(4) {
  transition-delay: 0.6s;
}
.fadeIn01.is-show:nth-child(5) {
  transition-delay: 0.8s;
}
.fadeIn01.is-show:nth-child(6) {
  transition-delay: 1s;
}
.fadeIn01.is-show:nth-child(7) {
  transition-delay: 1.2s;
}
.fadeIn01.is-show:nth-child(8) {
  transition-delay: 1.4s;
}
.fadeIn01.is-show:nth-child(9) {
  transition-delay: 1.6s;
}
.fadeIn01.is-show:nth-child(10) {
  transition-delay: 1.8s;
}
.fadeIn01.is-show:nth-child(11) {
  transition-delay: 2s;
}
.fadeIn01.is-show:nth-child(12) {
  transition-delay: 2.2s;
}
.fadeIn01.is-show:nth-child(13) {
  transition-delay: 2.4s;
}
.fadeIn01.is-show:nth-child(14) {
  transition-delay: 2.6s;
}
.fadeIn01.is-show:nth-child(15) {
  transition-delay: 2.8s;
}
.fadeIn01.is-show:nth-child(16) {
  transition-delay: 3s;
}
.fadeIn01.is-show:nth-child(17) {
  transition-delay: 3.2s;
}
.fadeIn01.is-show:nth-child(18) {
  transition-delay: 3.4s;
}
.fadeIn01.is-show:nth-child(19) {
  transition-delay: 3.6s;
}
.fadeIn01.is-show:nth-child(20) {
  transition-delay: 3.8s;
}

.fadeIn04 {
  opacity: 0;
  transition: 1s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 599px) {
  .fadeIn04 {
    transition: 1.2s;
  }
}
.fadeIn04.inview {
  transform: none;
}
.fadeIn04.inview.is-show {
  opacity: 1;
}

.popup01 {
  transform: translateY(40px) scale(0.8);
  opacity: 0;
}
.popup01.inview.is-show {
  animation: popup 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
/*下記追加記述*/
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  4% {
    transform: scale(1.1);
  }
  7% {
    transform: scale(1);
  }
  11% {
    transform: scale(1.07);
  }
  18% {
    transform: scale(1);
  }
}
@keyframes furifuri {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(12deg);
  }
  50% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes furifuri2 {
  0% {
    transform: rotate(0);
  }
  33% {
    transform: rotate(5deg);
  }
  66% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0);
  }
}
.zoomin01 {
  opacity: 0;
  transform: scale(0.6);
}
@media screen and (max-width: 599px) {
  .zoomin01 {
    transition: 1.2s;
  }
}
.zoomin01.inview {
  transform: none;
}
.zoomin01.inview.is-show {
  transition-delay: 0.8s;
  animation: zoomin01 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomin01 {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.shine_ani {
  overflow: hidden;
}
.shine_ani:hover::before {
  animation-play-state: paused;
}

.shine_ani::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -18rem;
  left: 0;
  width: 4rem;
  height: 100%;
  background-color: #a5b6c8;
  transition: 300ms;
  animation: shinyshiny 1.8s ease-in-out infinite;
  z-index: 3;
}

@keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  71% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.foote-nav li a {
  display: grid;
  place-content: center;
  width: 100%;
  margin: 0;
  max-width: none;
  padding-bottom: 1em;
  transform: translateY(1em);
}
.foote-nav li a img {
  max-width: 180px;
}
@media screen and (max-width: 599px) {
  .foote-nav li a img {
    width: 90%;
  }
}
.foote-nav li a:hover {
  transform: translateY(0);
}

/* foundation */
/* layout */
/*component*/
.c-inner01 {
  width: auto;
  margin: 0 5rem;
}

.c-inner02 {
  width: auto;
  margin: 0 9rem;
}

.c-inner03 {
  width: auto;
  margin: 0 1.8rem;
}

.c-btn01 {
  margin: 0 auto;
  border: 1px solid #000000;
  background-color: #fff;
  display: grid;
  place-content: center;
  place-items: center;
  font-size: 20px;
  height: 4.6rem;
  font-weight: bold;
  position: relative;
  color: #000;
  padding: 0 4.6rem 0 3.4rem;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  .c-btn01 {
    font-size: 3.33vw;
  }
}
.c-btn01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform-origin: top;
  transform: rotate(45deg) translateY(-50%);
  width: 0.6em;
  height: 0.6em;
  border: 1px solid #000;
  border-bottom: none;
  border-left: none;
}
.c-btn01:hover {
  background-color: #000;
  color: #fff;
}
.c-btn01:hover::after {
  border-color: #fff;
  right: 1.5rem;
  transform: rotate(45deg) translateY(-50%);
}

.c-btn02 {
  font-size: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  height: 10rem;
}
.c-btn02 .outer {
  border-radius: 5rem;
  background-color: #425b75;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.c-btn02 .text-image {
  width: 31.7rem;
  z-index: 1;
}
.c-btn02:after {
  content: "";
  border-radius: 5rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  box-shadow: 7px 7px 5px rgba(191, 191, 191, 0.75);
  z-index: 0;
}
.c-btn02:hover {
  opacity: 1;
}
.c-btn02:hover .outer {
  opacity: 0.8;
}
.c-btn02:hover:after {
  box-shadow: none;
}

.c-btn03 {
  margin: 0 auto;
  border: 1px solid #3E3A39;
  background-color: #fff;
  display: grid;
  place-content: center;
  place-items: center;
  height: 4.7rem;
  position: relative;
  color: #000;
  padding: 0 4rem 0 2.2rem;
  width: fit-content;
  border-radius: 2.3rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.6rem;
}
.c-btn03 .icn_cart {
  width: 2.2rem;
  height: auto;
  display: inline-block;
}
.c-btn03 .text {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0em;
}
@media screen and (max-width: 599px) {
  .c-btn03 .text {
    font-size: 3.33vw;
  }
}
.c-btn03::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.2rem;
  transform-origin: top;
  transform: rotate(45deg) translateY(-50%);
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-bottom: none;
  border-left: none;
}
.c-btn03:hover {
  background-color: #000;
  color: #fff;
}
.c-btn03:hover .icn_cart {
  fill: #fff;
}
.c-btn03:hover::after {
  border-color: #fff;
  right: 1.5rem;
  transform: rotate(45deg) translateY(-50%);
}

.c-btn04 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.c-btn04 .text {
  font-size: 15px;
  display: block;
  line-height: 1;
  font-weight: 300 !important;
  letter-spacing: 0.12em;
  color: #b1b1b1;
}
@media screen and (max-width: 599px) {
  .c-btn04 .text {
    font-size: 2.5vw;
  }
}
.c-btn04 .arw01 {
  width: 2.5rem;
  height: auto;
  display: inline-block;
}
.c-btn04:hover .text {
  opacity: 0.7;
}
.c-btn04:hover .arw01 {
  transform: translateY(0.8rem);
}

.s-ttl-image {
  font-size: 0;
}

.c-ttl {
  font-size: 0;
}

/*project*/
/*utility*/
.u-bl-lgpc {
  display: none !important;
}
@media screen and (max-width: 1535px) {
  .u-bl-lgpc {
    display: block !important;
  }
}

.u-bl-pc {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .u-bl-pc {
    display: block !important;
  }
}

.u-bl-tb {
  display: none !important;
}
@media screen and (max-width: 599px) {
  .u-bl-tb {
    display: block !important;
  }
}

@media screen and (max-width: 599px) {
  .u-none-tb {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .u-none-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1535px) {
  .u-none-lgpc {
    display: none !important;
  }
}

/*page*/
#Contens {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  padding-top: 46px;
  overflow-x: clip;
  background-color: #fff;
}
#Contens section {
  position: relative;
}
#Contens section.ver01 {
  padding-bottom: 4rem;
}
#Contens section .sec_mv {
  position: relative;
  overflow: hidden;
}
#Contens section .sec_mv .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
#Contens section .sec_mv .mv {
  z-index: 9;
  position: relative;
  margin-top: -1px;
}
#Contens section .movie-box {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
#Contens section .movie-box video,
#Contens section .movie-box iframe {
  width: 100%;
}
#Contens section .movie-box iframe {
  aspect-ratio: 1/1;
}
#Contens section .movie-box .play-btn {
  display: block;
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#Contens section .movie-box .play-btn.playActive {
  display: none;
}
#Contens section .item-box .c-desc {
  margin-top: 3.4rem;
}
#Contens section .item-box .image {
  position: relative;
  z-index: 0;
}
#Contens section .item-box .image .bg {
  position: absolute;
  z-index: -1;
  width: 24rem;
  top: 0;
}
#Contens section .item-box:has(.image .bg):nth-child(odd) .image .bg {
  right: 0;
}
#Contens section .item-box:has(.image .bg):nth-child(even) .image .bg {
  left: 0;
}
#Contens section .bnr02 {
  display: block;
  width: 36rem;
  margin-top: 2.7rem;
  margin-left: auto;
  margin-right: auto;
}
#Contens section .bnr02:hover {
  opacity: 0.8;
}
#Contens .t-center {
  text-align: center;
}
#Contens .t-left {
  text-align: left;
}
#Contens .t-right {
  text-align: right;
}
#Contens .t-just {
  text-align: justify;
}
#Contens .c-desc {
  font-size: 25px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-left: 2.9rem;
  margin-right: 2.9rem;
  text-align: justify;
  color: #604C3F;
}
@media screen and (max-width: 599px) {
  #Contens .c-desc {
    font-size: 4.17vw;
  }
}
#Contens .c-ant {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media screen and (max-width: 599px) {
  #Contens .c-ant {
    font-size: 2.17vw;
  }
}
#Contens .c-ant .flex-box {
  display: block;
  position: relative;
  padding-left: 1em;
}
#Contens .c-ant .flex-box::after {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#Contens .c-btn01 + .c-ant {
  margin-top: 1.8rem;
  margin-left: 8.8rem;
  margin-right: 8.8rem;
}
#Contens #i-mv .mv {
  position: relative;
}
#Contens #i-mv .mv .icn {
  position: absolute;
  bottom: 3.8rem;
  left: 3.9rem;
  width: 16.5rem;
}
#Contens #i-section02 {
  padding-bottom: 18rem;
  background: url(../img/sec02_bg.webp) no-repeat center top/100%;
}
#Contens #i-section02 .cont_box {
  margin-top: 4.5rem;
}
#Contens #i-section03 .nav-box {
  margin-bottom: 3rem;
}
#Contens #i-section04 .graph-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3.8rem 2.1rem;
}
#Contens #i-section04 .graph-box .graph.wide {
  width: 32.5rem;
}
#Contens #i-section04 .graph-box .graph.min {
  width: calc((100% - 2.1rem) / 2);
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}
#Contens #i-section04 .info-txt {
  margin-top: 3rem;
  font-size: 0;
}
#Contens #i-section04 .info-txt img {
  width: 36.3rem;
}
#Contens #i-section04 .image-box {
  margin-top: 6rem;
}
#Contens #i-section06 .s-ttl-image {
  padding-bottom: 8.9rem;
}
#Contens #i-section06 .help_block .help_box:nth-of-type(odd) {
  background-color: #f8f3e9;
}
#Contens #i-section07 .point_block .point_box + .point_box {
  margin-top: 2.9rem;
}
#Contens #i-section08 .cmt_block .cmt_box {
  margin: 0 1.9rem;
}
#Contens #i-section09 {
  padding-bottom: 12rem;
}
#Contens #i-section09 .cmt_block .cmt_box {
  margin: 1rem 1.9rem 0;
}
#Contens #i-section10 {
  padding-bottom: 10rem;
}
#Contens #i-section11 {
  padding-bottom: 10rem;
}
#Contens #i-section11 .inner_footer {
  margin-top: 2.2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#Contens #i-section11 .inner_footer .c-ant {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 400;
  color: #232323;
}
#Contens #i-section11 .inner_footer .c-btn01 {
  margin-top: 4rem;
}
#Contens #i-section11 .inner_footer .c-btn01 + .c-ant {
  margin: 0;
  margin-top: 2.5rem;
}

.foote-nav li a {
  background-color: #425b75;
}