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

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

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

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

.fc-white {
  color: #fff;
}

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

.fc-grey {
  color: #fffff9;
}

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

.fc-main_color {
  color: #e00012;
}

.bc-main_color {
  background-color: #e00012;
}

.fc-sub_color {
  color: #e38e79;
}

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

.fc-brown {
  color: #40220f;
}

.bc-brown {
  background-color: #40220f;
}

@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;
  transition: all 0.3s;
}
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;
}

/*下記追加記述*/
@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.4);
}
@media screen and (max-width: 599px) {
  .zoomin01 {
    transition: 1.2s;
  }
}
.zoomin01.inview {
  transform: none;
}
.zoomin01.inview.is-show {
  transition-delay: 0.8s;
  animation: zoomin01 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomin01 {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.zoomin02 {
  opacity: 0;
  transform: scale(0.8);
}
.zoomin02.inview.is-show {
  -webkit-animation: zoomin02 0.4s ease-in-out 0.4s forwards;
  animation: zoomin02 0.4s ease-in-out 0.4s forwards;
}

@keyframes zoomin02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(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-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: "";
  transition: all 0.5s;
  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;
  transition: all 0.5s;
}
.c-btn02 .outer {
  border-radius: 5rem;
  background-color: #e00012;
  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;
  transition: all 0.5s;
}
.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;
  transition: all 0.5s;
}
.c-btn02:hover {
  opacity: 1;
}
.c-btn02:hover .outer {
  opacity: 0.8;
  transition: all 0.5s;
}
.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;
  transition: all 0.5s;
  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: "";
  transition: all 0.5s;
  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;
  transition: all 0.5s;
}
.c-btn03:hover::after {
  border-color: #fff;
  right: 1.5rem;
  transform: rotate(45deg) translateY(-50%);
}

/*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: "Noto Sans JP", sans-serif;
  padding-top: 46px;
  overflow-x: clip;
}
#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 .movieBox {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
#Contens section .movieBox video,
#Contens section .movieBox iframe {
  width: 100%;
}
#Contens section .movieBox iframe {
  aspect-ratio: 1/1;
}
#Contens section .movieBox .play-btn {
  display: block;
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#Contens section .movieBox .play-btn.playActive {
  display: none;
}
#Contens section .itemBox .c-desc {
  margin-top: 3.4rem;
}
#Contens section .itemBox .image {
  position: relative;
  z-index: 0;
}
#Contens section .itemBox .image .bg {
  position: absolute;
  z-index: -1;
  width: 24rem;
  top: 0;
}
#Contens section .itemBox:has(.image .bg):nth-child(odd) .image .bg {
  right: 0;
}
#Contens section .itemBox:has(.image .bg):nth-child(even) .image .bg {
  left: 0;
}
#Contens section .ttl-image {
  font-size: 0;
}
#Contens section .ttl-image img {
  width: 100%;
  height: auto;
}
#Contens section .c-center {
  margin-left: auto;
  margin-right: auto;
}
#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: 15px;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 599px) {
  #Contens .c-ant {
    font-size: 2.5vw;
  }
}
#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;
  z-index: 1;
}
#Contens #i-section01 {
  z-index: 0;
}
#Contens #i-section01 .pict_box {
  position: relative;
  z-index: 0;
}
#Contens #i-section01 .pict_box.pict_box01 .ttl-image {
  position: absolute;
  top: 57.7rem;
  left: 4.8rem;
  width: 11.5rem;
}
#Contens #i-section02 {
  padding-top: 2.6rem;
  padding-bottom: 8rem;
}
#Contens #i-section02 .s-ttl {
  margin-bottom: 13rem;
}
#Contens #i-section02 .cont_box + .cont_box {
  margin-top: 7.4rem;
}
#Contens #i-section02 .cont_box.ver01 .c-ttl {
  margin-bottom: 4.6rem;
  width: 35.8rem;
}
#Contens #i-section02 .cont_box.ver01 .image-box01 {
  position: relative;
}
#Contens #i-section02 .cont_box.ver01 .image-box01 .icn01 {
  position: absolute;
  top: 20.8rem;
  right: 4.3rem;
  display: inline-block;
  width: 13.4rem;
  z-index: 1;
}
#Contens #i-section02 .cont_box.ver01 .pict-box01 {
  margin-top: 7.2rem;
  position: relative;
}
#Contens #i-section02 .cont_box.ver01 .pict-box01 .fukidashi01 {
  position: absolute;
  top: 0;
  right: 6.9rem;
  display: inline-block;
  width: 20rem;
  z-index: 1;
}
#Contens #i-section03 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
#Contens #i-section03 .cont_box + .cont_box {
  margin-top: 5.6rem;
}
#Contens #i-section03 .cont_box .ttl-icn {
  font-size: 0;
  position: relative;
  z-index: 0;
}
#Contens #i-section03 .cont_box .ttl-icn + .image-box01 {
  position: relative;
  z-index: 2;
}
#Contens #i-section03 .cont_box .image-box01 + .comt-box01 {
  margin-top: 4rem;
}
#Contens #i-section03 .cont_box .comt-box01 {
  margin-top: 4rem;
}
#Contens #i-section03 .cont_box .price-box {
  margin-top: 6.8rem;
}
#Contens #i-section03 .cont_box .price-box .price__desc {
  text-align: center;
  font-size: 1.9rem;
  letter-spacing: 0;
  color: #40220f;
  font-weight: 600;
  line-height: 1.5;
}
#Contens #i-section03 .cont_box .price-box .price__desc .big-txt {
  font-size: 2.1rem;
}
#Contens #i-section03 .cont_box .price-box .price {
  width: 26rem;
  margin: 2rem auto 2.8rem;
}
#Contens #i-section03 .cont_box.ver01 .ttl-icn {
  width: 37rem;
  margin-left: auto;
  margin-right: auto;
}
#Contens #i-section03 .cont_box.ver01 .ttl-icn + .image-box01 {
  margin-top: -12.5rem;
}
#Contens #i-section03 .cont_box.ver02 .ttl-icn {
  width: 41rem;
  margin-left: auto;
  margin-right: auto;
}
#Contens #i-section03 .cont_box.ver02 .ttl-icn + .card-box01 {
  margin-top: -10rem;
}
#Contens #i-section03 .cont_box.ver02 .card-box01 + .image-box01 {
  margin-top: 10.7rem;
}
#Contens #i-section04 .image-block {
  background: url(../img/sec04_bg.webp) no-repeat center center/100% 100%;
  padding: 8.9rem 0 5rem;
}
#Contens #i-section04 .image-block .sub-ttl {
  width: 34.8rem;
  margin-bottom: 1.1rem;
  position: relative;
  z-index: 1;
}
#Contens #i-section04 .image-block .s-ttl {
  width: 46.6rem;
  position: relative;
  z-index: 1;
}
#Contens #i-section04 .image-block .s-ttl img {
  display: inline-block;
}
#Contens #i-section04 .image-block .image {
  margin-top: 0rem;
  position: relative;
  z-index: 0;
}
#Contens #i-section04 .image-block .date-box {
  font-size: 0;
  width: 50rem;
  margin-top: 6rem;
  position: relative;
  z-index: 1;
}
.foote-nav li a {
  background-color: #e00012;
}