@charset "UTF-8";
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.main-shifukunotoki {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 10px;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .main-shifukunotoki {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki {
    overflow: hidden;
    font-size: 2.6666666667vw;
  }
}
.main-shifukunotoki .wrap {
  width: 120em;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .wrap {
    width: auto;
    padding-right: 2em;
    padding-left: 2em;
  }
}
.main-shifukunotoki .ttl_wrap .en {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.2em;
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .ttl_wrap .en {
    font-size: 1.4em;
  }
}
.main-shifukunotoki .ttl_wrap .jp {
  margin-top: 0.5em;
  font-size: 4em;
  line-height: 1.8;
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(70deg, #a18052, #000000);
  -webkit-background-clip: text;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .ttl_wrap .jp {
    font-size: 2.3em;
  }
}
.main-shifukunotoki .garamond {
  font-family: "EB Garamond", serif;
}
.main-shifukunotoki .text {
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .text {
    letter-spacing: 0;
    font-size: 1.4em;
  }
}
.main-shifukunotoki .text p + p {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .text p + p {
    margin-top: 1.5em;
  }
}
.main-shifukunotoki .image {
  position: relative;
}
.main-shifukunotoki .image figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: 0;
  z-index: 2;
  text-align: right;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .image figcaption {
    font-size: 1em;
  }
}
.main-shifukunotoki .image figcaption.white {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .main-shifukunotoki .order1 {
    order: 1;
  }
  .main-shifukunotoki .order2 {
    order: 2;
  }
}
.main-shifukunotoki a.scroll {
  display: block;
  margin-top: -50px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki a.scroll {
    margin-top: -30px;
    padding-top: 30px;
  }
}

.main-shifukunotoki .bt--sNavSP {
  font-family: "Cormorant Garamond", serif;
  font-size: 2em;
  box-sizing: border-box;
  width: 6em;
  height: 3em;
  border: 0.01rem solid #e3e3e3;
  border-right: none;
  padding: 0 0 0 2em;
  position: fixed;
  top: 70%;
  right: 0;
  border-radius: 0.08rem 0 0 0.08rem;
  background: #fff url(../imgs/arw-nenu_r.svg) 0.5em 50%/1em auto no-repeat;
  text-align: left;
  box-shadow: 0 0 10px rgba(56, 56, 58, 0.1);
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 7000;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .bt--sNavSP {
    font-size: 1.4em;
    width: 5.5em;
    top: 25%;
  }
}
.main-shifukunotoki .bt--sNavSP.is-show {
  opacity: 1;
  pointer-events: auto;
}
.main-shifukunotoki .sNavSP {
  z-index: 8000;
  display: block;
  box-sizing: border-box;
  width: 25em;
  border: 1px solid #e3e3e3;
  border-right: none;
  position: fixed;
  top: 60%;
  right: 0;
  background: #fff;
  border-radius: 0.08rem 0 0 0.08rem;
  box-shadow: 0 0 10px rgba(56, 56, 58, 0.1);
  translate: 100% -50% 0;
  transition: translate 0.4s;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sNavSP {
    width: 19em;
    top: 40%;
  }
}
.main-shifukunotoki .sNavSP.active {
  translate: 0 -50% 0;
}
.main-shifukunotoki .bt--sNavSP_close {
  font-family: "Cormorant Garamond", serif;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2em;
  border: none;
  padding: 0 0 0 2em;
  background: transparent url(../imgs/arw-nenu.svg) 0.5em 50%/1em auto no-repeat;
  font-size: 2em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .bt--sNavSP_close {
    font-size: 1.4em;
  }
}
.main-shifukunotoki ul {
  padding: 0 1em 1em;
}
.main-shifukunotoki ul li:nth-child(n+2) {
  border-top: 1px solid #e3e3e3;
}
.main-shifukunotoki ul .item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  background: 0 50%/0.8em auto no-repeat;
  background-image: url(../assets/imgs/arrow_left.svg);
  padding: 1em 0;
  transition: all 0.3s ease;
}
.main-shifukunotoki ul .item:hover {
  color: #7f633e;
}
.main-shifukunotoki ul .text {
  text-align: center;
}
.main-shifukunotoki ul .text .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.6em;
  letter-spacing: 0.1em;
}
.main-shifukunotoki ul .text .jp {
  font-size: 0.9em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .main-shifukunotoki .bt--sNavSP:hover + .sNavSP {
    translate: 0 -50% 0;
  }
  .main-shifukunotoki .sNavSP:hover {
    translate: 0 -50% 0;
  }
}
.main-shifukunotoki .sec_mv {
  width: 100%;
  position: relative;
  z-index: 2;
}
.main-shifukunotoki .sec_mv .wrap {
  position: relative;
  display: grid;
  grid-template-columns: auto 83em;
}
@media screen and (min-width: 768px) {
  .main-shifukunotoki .sec_mv .wrap {
    width: 100%;
    max-width: 144em;
    height: 77em;
  }
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_mv .wrap {
    height: 63em;
    padding-right: 4em;
    padding-left: 4em;
  }
}
.main-shifukunotoki .sec_mv .mv_cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-shifukunotoki .sec_mv .mv_cont .mv_text {
  width: 36.5em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_mv .mv_cont .mv_text {
    width: 21em;
  }
}
.main-shifukunotoki .sec_mv .mv_cont .mv_logo {
  width: 45em;
  margin-top: 7.5em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_mv .mv_cont .mv_logo {
    width: 29.5em;
    margin-top: 5em;
  }
}
.main-shifukunotoki .sec_mv .image {
  position: absolute;
}
.main-shifukunotoki .sec_mv .image.--01 {
  width: 56.5em;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_mv .image.--01 {
    width: 22em;
  }
}
.main-shifukunotoki .sec_mv .image.--02 {
  width: 20em;
  top: 24em;
  right: 62em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_mv .image.--02 {
    width: 10em;
    top: 8em;
    right: 0;
    left: 3em;
  }
}
.main-shifukunotoki .sec_mv .image.--03 {
  width: 41em;
  bottom: 0;
  right: 36em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_mv .image.--03 {
    width: 19em;
    right: auto;
    left: 0;
  }
}
.main-shifukunotoki .sec_mv .image.--04 {
  width: 18em;
  bottom: 7em;
  right: 10em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_mv .image.--04 {
    width: 9em;
    bottom: 4em;
    right: 5em;
  }
}
.main-shifukunotoki .sec_mv .image.--05 {
  width: 13.5em;
  bottom: -5em;
  right: 3em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_mv .image.--05 {
    width: 8.5em;
    bottom: -3em;
    right: 1em;
  }
}
.main-shifukunotoki .sec_concept {
  position: relative;
  margin-top: 15em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_concept {
    margin-top: 10em;
  }
}
.main-shifukunotoki .sec_concept .bg {
  position: absolute;
  top: -25em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_concept .bg {
    top: -17em;
    width: 60em;
  }
}
.main-shifukunotoki .sec_concept .wrap > * {
  position: relative;
  z-index: 2;
}
.main-shifukunotoki .sec_concept .image {
  margin-top: 13em;
}
@media screen and (min-width: 768px) {
  .main-shifukunotoki .sec_concept .image {
    width: 100em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_concept .image {
    margin-top: 7em;
  }
  .main-shifukunotoki .sec_concept .image figcaption {
    position: static;
    margin-top: 2em;
  }
}
.main-shifukunotoki .sec_concept .flex {
  /*display: flex;
  gap: em(130);
  justify-content: center;
  align-items: center;*/
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_concept .flex {
    text-align: left;
  }
}
.main-shifukunotoki .sec_concept .flex .text {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_concept .flex .text {
    margin-top: 2em;
  }
}
.main-shifukunotoki .sec_anchor {
  margin-top: 15em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_anchor {
    margin-top: 7em;
  }
}
.main-shifukunotoki .sec_anchor .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_anchor .grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5em;
  }
}
.main-shifukunotoki .sec_anchor .grid .box {
  height: 20em;
  border: 1px solid #e3e3e3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_anchor .grid .box {
    width: calc((100% - 1em) / 3);
    height: 10.8em;
  }
}
.main-shifukunotoki .sec_anchor .grid .box:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(40deg, rgb(243, 238, 231), rgb(255, 255, 255));
  opacity: 0;
  transition: opacity 0.5s ease;
}
.main-shifukunotoki .sec_anchor .grid .box:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2em;
  transform: translateX(-50%);
  width: 1em;
  height: 1em;
  background: url(../assets/imgs/arrow_down.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_anchor .grid .box:after {
    bottom: 1em;
    width: 0.8em;
    height: 0.8em;
  }
}
.main-shifukunotoki .sec_anchor .grid .box:hover:before {
  opacity: 1;
}
.main-shifukunotoki .sec_anchor .grid .box a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.main-shifukunotoki .sec_anchor .grid .box .ttl_wrap {
  text-align: center;
  padding-top: 3em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_anchor .grid .box .ttl_wrap {
    padding-top: 1.8em;
  }
}
.main-shifukunotoki .sec_anchor .grid .box .ttl_wrap .en {
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_anchor .grid .box .ttl_wrap .en {
    font-size: 0.7em;
    letter-spacing: 0.1em;
  }
}
.main-shifukunotoki .sec_anchor .grid .box .ttl_wrap .jp {
  font-size: 2em;
  margin-top: 0.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: inherit;
  height: 3.5em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_anchor .grid .box .ttl_wrap .jp {
    font-size: 1.1em;
    margin-top: 0.2em;
  }
}
.main-shifukunotoki .sec_themes {
  margin-top: 15em;
  padding-top: 15em;
  background: url(../imgs/bg_03.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_themes {
    margin-top: 8em;
    padding-top: 8em;
  }
}
.main-shifukunotoki .sec_themes .ttl_wrap {
  text-align: center;
}
.main-shifukunotoki .sec_themes .grid {
  margin-top: 8em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5em;
  padding: 0 6em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_themes .grid {
    margin-top: 5em;
    grid-template-columns: 1fr;
    padding: 0 4em;
  }
}
.main-shifukunotoki .sec_themes .grid .box {
  position: relative;
}
.main-shifukunotoki .sec_themes .grid .box .num {
  position: absolute;
  top: -1.1em;
  right: -0.05em;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 15em;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_themes .grid .box .num {
    top: -1em;
    right: -0.3em;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 12em;
  }
}
.main-shifukunotoki .sec_themes .grid .box .box_inner {
  border: 1px solid #e3e3e3;
  background: #fff;
  text-align: center;
  padding: 8em 0 5em;
  border-radius: 20em 20em 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_themes .grid .box .box_inner {
    padding: 6em 0 3em;
  }
}
.main-shifukunotoki .sec_themes .grid .box .ic {
  width: 22.65em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_themes .grid .box .ic {
    width: 15em;
  }
}
.main-shifukunotoki .sec_themes .grid .box .ttl {
  margin-top: 0.8em;
  font-size: 2.5em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_themes .grid .box .ttl {
    font-size: 2em;
  }
}
.main-shifukunotoki .sec_themes .grid .box .text {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_themes .grid .box .text {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .main-shifukunotoki .sec_themes .grid .box:nth-child(2) {
    margin-top: 5em;
  }
  .main-shifukunotoki .sec_themes .grid .box:nth-child(3) {
    margin-top: 10em;
  }
}
.main-shifukunotoki .sec_themes .image {
  margin-top: -15rem;
  position: relative;
  z-index: 1;
  width: 80vw;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_themes .image {
    margin-top: -3em;
    width: 34em;
    height: 15em;
  }
  .main-shifukunotoki .sec_themes .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
}
.main-shifukunotoki .sec_space {
  margin-top: 15em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_space {
    margin-top: 10em;
  }
}
.main-shifukunotoki .sec_space .ttl_fl {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 12em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_space .ttl_fl {
    display: grid;
    gap: 3em;
    text-align: center;
  }
}
.main-shifukunotoki .sec_space .grid_wrap {
  margin-top: 10em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_space .grid_wrap {
    margin-top: 5em;
  }
}
.main-shifukunotoki .sec_space .grid_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 100%;
  background: #e3e3e3;
  z-index: 1;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.7s;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_space .grid_wrap:before {
    left: auto;
    right: 4.1em;
  }
}
.main-shifukunotoki .sec_space .grid_wrap.scrollIn:before {
  transform: scaleY(1);
}
.main-shifukunotoki .sec_space .grid_wrap .grid_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 22em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_space .grid_wrap .grid_inner {
    grid-template-columns: 1fr;
    gap: 2em;
  }
}
.main-shifukunotoki .sec_space .grid_wrap .grid_inner .ttl {
  font-size: 3em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_space .grid_wrap .grid_inner .ttl {
    font-size: 2em;
  }
}
.main-shifukunotoki .sec_space .grid_wrap .grid_inner .text {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_space .grid_wrap .grid_inner .text {
    margin-top: 1em;
  }
}
.main-shifukunotoki .sec_space .grid_wrap .grid_inner .ic {
  position: absolute;
  top: 9.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 12em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_space .grid_wrap .grid_inner .ic {
    top: 25.5em;
    left: auto;
    right: 0;
    width: 8em;
  }
}
.main-shifukunotoki .sec_oneday {
  margin-top: 29em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_oneday {
    margin-top: 17em;
  }
}
.main-shifukunotoki .sec_oneday .oneday_top {
  width: 100%;
  position: absolute;
  top: -18em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_oneday .oneday_top {
    top: -10em;
  }
}
.main-shifukunotoki .sec_oneday .ttl_wrap {
  text-align: center;
}
.main-shifukunotoki .sec_oneday .ttl_wrap .text {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_oneday .ttl_wrap .text {
    margin-top: 3em;
  }
}
.main-shifukunotoki .sec_oneday .fixed-wrap {
  margin-top: 10em;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_oneday .fixed-wrap {
    grid-template-columns: 1fr;
    margin-top: 7em;
  }
}
@media screen and (min-width: 768px) {
  .main-shifukunotoki .sec_oneday .fixed-wrap .images-container {
    height: calc(100vh - 80px);
    position: sticky;
    top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10em 0.6em;
    margin-top: 5em;
  }
  .main-shifukunotoki .sec_oneday .fixed-wrap .images-container .image {
    max-width: 320px;
    margin: 2em auto 0;
  }
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_oneday .fixed-wrap .images-container {
    padding: 4em 5em 5em;
  }
  .main-shifukunotoki .sec_oneday .fixed-wrap .images-container .image {
    margin-top: 3em;
  }
}
.main-shifukunotoki .sec_oneday .fixed-wrap .images-container .detail {
  text-align: center;
}
.main-shifukunotoki .sec_oneday .fixed-wrap .images-container .detail .main {
  line-height: 1;
}
.main-shifukunotoki .sec_oneday .fixed-wrap .images-container .detail .main .--01 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_oneday .fixed-wrap .images-container .detail .main .--01 {
    font-size: 2em;
  }
}
.main-shifukunotoki .sec_oneday .fixed-wrap .images-container .detail .main em {
  font-size: 5.9em;
  font-family: "EB Garamond", serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_oneday .fixed-wrap .images-container .detail .main em {
    font-size: 4em;
  }
}
.main-shifukunotoki .sec_oneday .fixed-wrap .images-container .detail .main .--02 {
  font-size: 3.5em;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_oneday .fixed-wrap .images-container .detail .main .--02 {
    font-size: 2em;
  }
}
.main-shifukunotoki .sec_oneday .fixed-wrap .images-container .detail .main .--02 sup {
  font-size: 0.4em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_oneday .fixed-wrap .images-container .detail .main .--02 sup {
    font-size: 0.5em;
  }
}
.main-shifukunotoki .sec_oneday .fixed-wrap .images-container .detail .sub {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  font-size: 2.5em;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_oneday .fixed-wrap .images-container .detail .sub {
    font-size: 2em;
  }
}
.main-shifukunotoki .sec_oneday .fixed-wrap .images-container .detail .sub sup {
  font-size: 0.5em;
}
.main-shifukunotoki .sec_oneday .fixed-wrap .container {
  border-right: 1px solid #e3e3e3;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_oneday .fixed-wrap .container {
    border-right: none;
    border-top: 1px solid #e3e3e3;
  }
}
.main-shifukunotoki .sec_oneday .fixed-wrap .container .container_inner {
  padding: 5em 3em 5em 5em;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_oneday .fixed-wrap .container .container_inner {
    padding: 2em;
  }
}
.main-shifukunotoki .sec_oneday .fixed-wrap .container .container_inner:nth-child(n+2) {
  border-top: 1px solid #e3e3e3;
}
.main-shifukunotoki .sec_oneday .fixed-wrap .container .container_inner .inner_inner {
  display: grid;
  grid-template-columns: 30.5em 43.3em;
  gap: 5em;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_oneday .fixed-wrap .container .container_inner .inner_inner {
    grid-template-columns: 1fr;
    gap: 2em;
  }
}
.main-shifukunotoki .sec_oneday .fixed-wrap .container .image .num {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(70deg, #a18052, #674d29);
  color: #eee9e1;
  font-size: 2.5em;
  font-family: "EB Garamond", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6em;
  height: 1.6em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_oneday .fixed-wrap .container .image .num {
    font-size: 2em;
    width: 1.4em;
    height: 1.4em;
  }
}
.main-shifukunotoki .sec_oneday .fixed-wrap .container .detail {
  display: flex;
  align-items: baseline;
  gap: 2em;
}
.main-shifukunotoki .sec_oneday .fixed-wrap .container .detail .time {
  font-family: "Cormorant Garamond", serif;
  font-size: 5em;
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_oneday .fixed-wrap .container .detail .time {
    font-size: 4em;
  }
}
.main-shifukunotoki .sec_oneday .fixed-wrap .container .detail .tag_wrap {
  display: flex;
  align-items: center;
  gap: 0.6em;
}
.main-shifukunotoki .sec_oneday .fixed-wrap .container .detail .tag_wrap .tag {
  font-size: 1.2em;
  border: 1px solid #e3e3e3;
  border-radius: 100px;
  letter-spacing: 0;
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_oneday .fixed-wrap .container .detail .tag_wrap .tag {
    font-size: 1em;
  }
}
.main-shifukunotoki .sec_oneday .fixed-wrap .container .ttl {
  font-size: 2.5em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_oneday .fixed-wrap .container .ttl {
    font-size: 2em;
  }
}
.main-shifukunotoki .sec_oneday .fixed-wrap .container .text {
  margin-top: 0.8em;
  letter-spacing: 0;
}
.main-shifukunotoki .sec_oneday .fixed-wrap .container .text .bold {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_oneday .fixed-wrap .container .inner.--01 .image,
  .main-shifukunotoki .sec_oneday .fixed-wrap .container .inner.--05 .image {
    text-align: center;
  }
  .main-shifukunotoki .sec_oneday .fixed-wrap .container .inner.--01 .image img,
  .main-shifukunotoki .sec_oneday .fixed-wrap .container .inner.--05 .image img {
    width: auto;
    height: 28em;
  }
  .main-shifukunotoki .sec_oneday .fixed-wrap .container .inner.--01 .image .num,
  .main-shifukunotoki .sec_oneday .fixed-wrap .container .inner.--05 .image .num {
    left: 2.4em;
  }
}
.main-shifukunotoki .sec_element {
  position: relative;
  padding-top: 15em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_element {
    padding-top: 10em;
  }
}
.main-shifukunotoki .sec_element > * {
  position: relative;
  z-index: 2;
}
.main-shifukunotoki .sec_element .bg {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_element .bg {
    width: 50em;
    top: -5em;
  }
}
.main-shifukunotoki .sec_element .ttl_wrap {
  text-align: center;
}
.main-shifukunotoki .sec_element .slick_wrap {
  position: relative;
  margin-top: 10em;
}
@media screen and (min-width: 768px) {
  .main-shifukunotoki .sec_element .slick_wrap {
    width: 100em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_element .slick_wrap {
    margin-top: 5em;
  }
}
.main-shifukunotoki .sec_element .slick_wrap .ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 12.5em;
  font-size: 3em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_element .slick_wrap .ttl {
    bottom: auto;
    top: 10.5em;
    width: 100%;
    font-size: 2em;
  }
}
.main-shifukunotoki .sec_element .slick_wrap .item .text {
  width: 38.5em;
  margin-top: 2em;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_element .slick_wrap .item .text {
    width: 100%;
    margin-top: 5em;
  }
}
.main-shifukunotoki .sec_element .slick_element .slide-arrow {
  position: absolute;
  width: 3.5em;
  top: 27em;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_element .slick_element .slide-arrow {
    width: 1.5em;
    top: 8.5em;
  }
}
.main-shifukunotoki .sec_element .slick_element .slide-arrow.prev {
  left: 1em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_element .slick_element .slide-arrow.prev {
    left: 0.7em;
  }
}
.main-shifukunotoki .sec_element .slick_element .slide-arrow.next {
  right: 1em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_element .slick_element .slide-arrow.next {
    right: 0.7em;
  }
}
.main-shifukunotoki .sec_element .slick_element .dots-wrap {
  position: absolute;
  bottom: 11em;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_element .slick_element .dots-wrap {
    bottom: auto;
    top: 17.5em;
    gap: 0.5em;
  }
}
.main-shifukunotoki .sec_element .slick_element .dots-wrap li {
  width: 1em;
  height: 1em;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_element .slick_element .dots-wrap li {
    width: 0.8em;
    height: 0.8em;
  }
}
.main-shifukunotoki .sec_element .slick_element .dots-wrap li.slick-active {
  background: #fff;
}
.main-shifukunotoki .sec_element .slick_element .dots-wrap button {
  display: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.main-shifukunotoki .sec_element .grid {
  margin-top: 10em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_element .grid {
    margin-top: 5em;
    grid-template-columns: 1fr;
    gap: 4em;
    padding: 0 3em;
  }
}
.main-shifukunotoki .sec_element .grid .ttl {
  font-size: 2.5em;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_element .grid .ttl {
    font-size: 2em;
    margin-top: 0.5em;
  }
}
.main-shifukunotoki .sec_element .grid .ttl small {
  font-size: 0.5em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_element .grid .text {
    margin-top: 0.2em;
  }
}
.main-shifukunotoki .sec_element .catalog {
  margin-top: 13em;
  border: 1px solid #e3e3e3;
  padding: 3em 0 1em;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.main-shifukunotoki .sec_element .catalog:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .main-shifukunotoki .sec_element .catalog {
    width: 80em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_element .catalog {
    margin-top: 10em;
    padding: 3em 0 2em;
  }
}
.main-shifukunotoki .sec_element .catalog .en {
  position: absolute;
  top: -1.05em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 12em;
  background: #fff;
  font-size: 3em;
  font-family: "Cormorant Garamond", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_element .catalog .en {
    width: 10em;
    font-size: 2em;
  }
}
.main-shifukunotoki .sec_element .catalog .en .plus {
  width: 0.7em;
  height: 1px;
  background: #38383a;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_element .catalog .en .plus {
    width: 0.5em;
  }
}
.main-shifukunotoki .sec_element .catalog .en .plus:before {
  content: "";
  width: 0.7em;
  height: 1px;
  transform: rotate(90deg);
  background: #38383a;
  display: block;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_element .catalog .en .plus:before {
    width: 0.5em;
  }
}
.main-shifukunotoki .sec_element .catalog .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_element .catalog .flex {
    gap: 0;
  }
}
.main-shifukunotoki .sec_element .catalog .flex .image {
  width: 12.2em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_element .catalog .flex .image {
    width: 10em;
  }
}
.main-shifukunotoki .sec_element .catalog .flex .ttl {
  font-size: 2.5em;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_element .catalog .flex .ttl {
    font-size: 1.6em;
    text-align: center;
  }
}
.main-shifukunotoki .sec_style {
  margin-top: 15em;
  padding-top: 15em;
  padding-bottom: 15em;
  background: url(../imgs/bg_04.jpg) no-repeat top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_style {
    margin-top: 10em;
    padding-top: 10em;
    padding-bottom: 10em;
  }
}
.main-shifukunotoki .sec_style .ttl_fl {
  display: flex;
  justify-content: center;
  gap: 15em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_style .ttl_fl {
    display: grid;
    gap: 3em;
    text-align: center;
  }
}
.main-shifukunotoki .sec_style .ttl_fl .text {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_style .ttl_fl .text {
    margin-top: 0;
  }
}
.main-shifukunotoki .sec_style .sub_ttl {
  margin-top: 10em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_style .sub_ttl {
    margin-top: 7em;
  }
}
.main-shifukunotoki .sec_style .sub_ttl .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 3em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_style .sub_ttl .en {
    font-size: 2em;
  }
}
.main-shifukunotoki .sec_style .sub_ttl .jp {
  font-size: 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_style .sub_ttl .jp {
    font-size: 1.2em;
  }
}
.main-shifukunotoki .sec_style .sub_ttl .jp:before, .main-shifukunotoki .sec_style .sub_ttl .jp:after {
  content: "";
  width: 3em;
  height: 1px;
  background: #38383a;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_style .sub_ttl .jp:before, .main-shifukunotoki .sec_style .sub_ttl .jp:after {
    width: 2em;
  }
}
.main-shifukunotoki .sec_style .box_wrap {
  margin-top: 5em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_style .box_wrap {
    margin-top: 3em;
  }
}
.main-shifukunotoki .sec_style .box_wrap .box {
  background: #fff;
  border: 1px solid #e3e3e3;
}
.main-shifukunotoki .sec_style .box_wrap .box .ttl {
  padding: 0.3em 1em;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5em;
  display: flex;
  align-items: baseline;
  gap: 0.6em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_style .box_wrap .box .ttl {
    padding: 0.5em 1em;
    font-size: 2em;
  }
}
.main-shifukunotoki .sec_style .box_wrap .box .ttl small {
  font-size: 0.45em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_style .box_wrap .box .ttl small {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_style .box_wrap .box .ttl.ttl_sp {
    align-items: end;
    padding-top: 0.6em;
  }
  .main-shifukunotoki .sec_style .box_wrap .box .ttl.ttl_sp span {
    line-height: 1.4;
  }
}
.main-shifukunotoki .sec_style .box_wrap .box .grid {
  border-top: 1px solid #e3e3e3;
  padding: 4em;
  display: grid;
  grid-template-columns: 45em auto;
  gap: 4em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_style .box_wrap .box .grid {
    padding: 2em;
    gap: 2em;
    grid-template-columns: 1fr;
  }
}
.main-shifukunotoki .sec_style .box_wrap .box .grid .right .bottom {
  display: grid;
  grid-template-columns: 25em auto;
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_style .box_wrap .box .grid .right .bottom {
    grid-template-columns: 1fr;
    margin-top: 0;
    gap: 2em;
  }
}
.main-shifukunotoki .sec_style .box_wrap .box .grid .right .material {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_style .box_wrap .box .grid .right .material {
    width: 25em;
    margin: 0 auto;
  }
}
.main-shifukunotoki .sec_style .box_wrap .box .grid .right .material .image figcaption {
  position: static;
  text-align: left;
  font-size: 1em;
  line-height: 1.5;
  margin-top: 0.5em;
  letter-spacing: -0.12em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_style .box_wrap .box .grid .right .material {
    order: 2;
  }
}
.main-shifukunotoki .sec_style .box_wrap .box .grid .right .text {
  margin-top: 1.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_style .box_wrap .box .grid .right .text {
    order: 1;
  }
}
.main-shifukunotoki .sec_cta {
  background: url(../imgs/cta_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 24em 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_cta {
    padding: 10em 0;
  }
}
.main-shifukunotoki .sec_cta .logo {
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 95%;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_cta .logo {
    bottom: 0;
    width: 100%;
  }
}
.main-shifukunotoki .sec_cta .box {
  width: 99em;
  margin: 0 auto;
  background: #fff;
  padding: 5em 0;
  display: grid;
  grid-template-columns: 41.6em auto;
  justify-content: center;
  gap: 3em;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_cta .box {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 5em;
  }
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_cta .box .image {
    width: 30em;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_cta .box .cont {
    text-align: center;
  }
}
.main-shifukunotoki .sec_cta .box .ttl {
  font-size: 3em;
  line-height: 1.8;
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(70deg, #a18052, #000000);
  -webkit-background-clip: text;
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_cta .box .ttl {
    font-size: 1.6em;
  }
}
.main-shifukunotoki .sec_cta .box .btn {
  margin-top: 3em;
}
.main-shifukunotoki .sec_cta .box .btn a {
  position: relative;
  font-size: 2em;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0.6em 0;
  background: linear-gradient(70deg, #a18052, #674d29);
}
@media screen and (max-width: 767px) {
  .main-shifukunotoki .sec_cta .box .btn a {
    font-size: 1.6em;
  }
}
.main-shifukunotoki .sec_cta .box .btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(70deg, #41301a, #d1a971);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.main-shifukunotoki .sec_cta .box .btn a:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 1.3em;
  width: 0.6em;
  height: 0.6em;
  background: url(../assets/imgs/arrow_right_w.svg) no-repeat center/contain;
}
.main-shifukunotoki .sec_cta .box .btn a span {
  position: relative;
  z-index: 1;
}
.main-shifukunotoki .sec_cta .box .btn a:hover::before {
  opacity: 1;
}/*# sourceMappingURL=unique.css.map */