@charset "utf-8";

/*============================
MV
============================*/
.mv .txt_box .ttl {
  font-size: 0.30rem;
  line-height: 1.83;
}
@media screen and (max-width: 640px) {
  .mv .txt_box .ttl {
    font-size: 0.18rem;
    letter-spacing: 0.05em;
  }
}

/*============================
過ごし方
============================*/
.furukawa_time {
  padding-bottom: 0.80rem;
  position: relative;
}

@media screen and (max-width: 640px) {
  .furukawa_time {
    padding-bottom: 0;
  }
  .furukawa_time .in {
    padding: 0;
  }
}

.furukawa_time .txt {
  font-size: 0.18rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.22;
  padding: 0.60rem 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .furukawa_time .txt {
    font-size: 0.14rem;
    line-height: 2;
    padding: 0.40rem 0;
    letter-spacing: 0;
  }
}

.furukawa_time .txt.-first {
  padding-top: 0;
}

.furukawa_time .txt.-left {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .furukawa_time .txt.-left {
    text-align: center;
  }
}

.furukawa_time .ph_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1px;
}

.furukawa_time .ph_wrap .-full {
  width: 100%;
}

.furukawa_time .ph_wrap .-half {
  width: calc(50% - 0.5px);
}
/* @media screen and (max-width: 640px) {
  .furukawa_time .ph_wrap .-half {
    width: 100%;
  }
} */

.furukawa_time .-w40 {
  width: calc(40% - 0.5px);
}
@media screen and (max-width: 640px) {
  .furukawa_time .-w40 {
    width: 100%;
  }
}

.furukawa_time .-w60 {
  width: calc(60% - 0.5px);
}
@media screen and (max-width: 640px) {
  .furukawa_time .-w60 {
    width: 100%;
  }
}

.furukawa_time .-w45 {
  width: calc(45% - 0.5px);
}
/* @media screen and (max-width: 640px) {
  .furukawa_time .-w45 {
    width: 100%;
  }
} */

.furukawa_time .-w55{
  width: calc(55% - 0.5px);
}
/* @media screen and (max-width: 640px) {
  .furukawa_time .-w55 {
    width: 100%;
  }
} */

.furukawa_time .txt_box {
  padding-left: 0.50rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .furukawa_time .txt_box {
    padding-left: 0;
  }
}

.furukawa_time .-deco01 {
  position: relative;
}

.furukawa_time .-deco01::before {
  content: "";
  width: 6.40rem;
  height: 6.40rem;
  background-image: url(../img/common/deco02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -4.00rem;
  bottom: -3.00rem;
  z-index: -2;
}

.furukawa_time .-deco02 {
  position: relative;
}

.furukawa_time .-deco02::before {
  content: "";
  width: 4.00rem;
  height: 1.80rem;
  background-image: url(../img/common/deco_kamome.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -3.00rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: -2;
}

.furukawa_time .-deco03 {
  position: relative;
}

.furukawa_time .-deco03::before {
  content: "";
  width: 7.27rem;
  height: 4.40rem;
  background-image: url(../img/common/deco03.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -5.00rem;
  top: -2.50rem;
  z-index: -2;
  opacity: 0.5;
}