@charset "UTF-8";
/* Objects */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght,YOPQ@100..900,40..300&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
/* orizin color */
/* base color */
/* template color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.f_main {
  overflow-x: clip;
}

@media screen and (min-width: 769px) {
  .f_block {
    margin-top: clamp(30px, 11.8888888889vw, 107px);
  }
}
@media screen and (max-width: 768px) {
  .f_block {
    margin-top: clamp(30px, 5vw, 45px);
  }
}
.f_block .c_item__label {
  text-align: center;
  word-break: keep-all;
}

.f_block__container {
  position: relative;
  max-width: 1395px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.f_block__content {
  max-width: 485px;
  padding-top: clamp(30px, 5.1111111111vw, 46px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .f_block__content {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  .f_block__content {
    padding-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .f_block__image {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 22.5468164794%;
  }
  .f_block__pic {
    position: absolute;
    bottom: 60px;
    right: 0;
    max-width: 24.6441947566%;
  }
}
@media screen and (max-width: 768px) {
  .f_block__image {
    margin-left: auto;
    margin-right: 25px;
    max-width: 270px;
    width: 34.6666666667%;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .f_block__image {
    max-width: 170px;
    width: 45.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .f_block__pic {
    margin-left: auto;
    margin-right: 23px;
    max-width: 220px;
    width: 55.4666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  .f_block__pic {
    position: absolute;
    top: 0;
    left: 30px;
  }
}
.f_contents {
  position: relative;
  margin-top: clamp(72px, 13.3333333333vw, 120px);
}
@media screen and (max-width: 768px) {
  .f_contents .c_item__label {
    text-align: center;
  }
}
.f_contents .c_item__label br {
  display: block;
}

.f_contents__star {
  position: absolute;
  opacity: 0;
}
.f_contents__star.active {
  -webkit-animation: img_star 600ms linear 1 forwards;
          animation: img_star 600ms linear 1 forwards;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

@-webkit-keyframes img_star {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes img_star {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.f_contents__left {
  top: 0;
}
@media screen and (min-width: 501px) {
  .f_contents__left {
    left: 10.8125%;
    width: 126px;
    translate: 0 calc(-100% + 13px);
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .f_contents__left {
    width: 80px;
    translate: 0 calc(-100% - 20px);
  }
}
@media screen and (max-width: 500px) {
  .f_contents__left {
    left: 10.6666666667%;
    width: 63px;
    translate: 0 -100%;
  }
}

.f_contents__right {
  top: 0;
}
@media screen and (min-width: 501px) {
  .f_contents__right {
    right: 10.375%;
    width: 167px;
    translate: 0 calc(-100% + 119px);
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .f_contents__right {
    width: 100px;
    translate: 0 calc(-100% + 40px);
  }
}
@media screen and (max-width: 500px) {
  .f_contents__right {
    right: 5.3333333333%;
    width: 88px;
    translate: 0 calc(-100% + 40px);
  }
}

.f_contents__icon {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
.f_contents__icon.active {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .f_contents__icon1 {
    top: -60px;
    right: 48.9375%;
  }
}
@media screen and (min-width: 769px) and (min-width: 1025px) {
  .f_contents__icon1 {
    max-width: 115px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .f_contents__icon1 {
    max-width: 75px;
  }
}
@media screen and (max-width: 768px) {
  .f_contents__icon1 {
    top: -35px;
    right: 10.4%;
    max-width: 100px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .f_contents__icon1 {
    max-width: 62px;
  }
}

.f_contents__icon2 {
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .f_contents__icon2 {
    bottom: 0;
    left: 6.75%;
    max-width: 11.375%;
    translate: 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .f_contents__icon2 {
    bottom: 342px;
    left: -18px;
    max-width: 150px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .f_contents__icon2 {
    max-width: 100px;
  }
}

@media screen and (min-width: 769px) {
  .f_contents__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 114px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .f_contents__side {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .f_contents__side {
    max-width: 485px;
    margin-left: auto;
    margin-right: auto;
  }
}

.f_contents__rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.f_contents__pic {
  position: relative;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .f_contents__pic {
    max-width: 50%;
    min-width: 460px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .f_contents__pic {
    max-width: 39.0625%;
    min-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .f_contents__pic {
    max-width: 600px;
    margin-top: 48px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.f_contents__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .f_contents__break {
    display: contents;
  }
  .f_contents__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 485px;
    margin-left: auto;
    margin-right: auto;
  }
}
.f_contents__entry {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  text-align: center;
  -webkit-filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.102));
          filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.102));
  scale: 1;
  border-radius: 50%;
  overflow: clip;
}
@media screen and (min-width: 1025px) {
  .f_contents__entry {
    max-width: 220px;
    right: -59px;
    bottom: -56px;
  }
}
@media screen and (max-width: 1024px) {
  .f_contents__entry {
    max-width: 165px;
    bottom: 0;
    left: 50%;
    translate: -50% 70%;
  }
}
.f_contents__entry:hover {
  opacity: 1;
  scale: 1.1;
}

.f_contents__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-animation: turn_image 20000ms infinite linear;
          animation: turn_image 20000ms infinite linear;
  border-radius: 50%;
  overflow: clip;
}

@-webkit-keyframes turn_image {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

@keyframes turn_image {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
.f_contents__ico {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9px;
}
@media screen and (min-width: 1025px) {
  .f_contents__ico {
    max-width: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .f_contents__ico {
    max-width: 22px;
  }
}

.f_contents__slug {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "YOPQ";
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media screen and (min-width: 1025px) {
  .f_contents__slug {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .f_contents__slug {
    font-size: 26px;
  }
}

.f_contents__caption {
  font-size: clamp(0.75rem, 1.5555555556vw, 0.875rem);
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
.f_contents__caption br {
  display: block;
}

@media screen and (min-width: 769px) {
  .f_flow {
    margin-top: 126px;
    margin-bottom: 136px;
  }
}
@media screen and (max-width: 768px) {
  .f_flow {
    margin-top: 140px;
  }
  .f_flow .container {
    padding: 0 !important;
  }
}

.f_flow__block {
  position: relative;
}

@media screen and (max-width: 768px) {
  .f_flow__pics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -150px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .f_flow__pics {
    margin-top: -80px;
  }
}
.f_flow__pic {
  display: block;
  width: 100%;
  rotate: 0deg;
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
@media screen and (min-width: 769px) {
  .f_flow__pic {
    position: absolute;
    max-width: 24%;
  }
}
@media screen and (max-width: 768px) {
  .f_flow__pic {
    max-width: 220px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .f_flow__pic + .f_flow__pic {
    margin-top: 40px;
  }
}

.f_flow__pic1 {
  top: -92px;
  right: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.f_flow__pic1.active {
  opacity: 1;
  rotate: 6.83deg;
}
@media screen and (max-width: 768px) {
  .f_flow__pic1 {
    margin-left: auto;
    margin-right: 8%;
  }
}

.f_flow__pic2 {
  bottom: -100px;
  left: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.f_flow__pic2.active {
  opacity: 1;
  rotate: -5.9deg;
}
@media screen and (max-width: 768px) {
  .f_flow__pic2 {
    margin-left: 8%;
    margin-right: auto;
  }
}

.f_flow__image {
  position: absolute;
}
@media screen and (min-width: 501px) {
  .f_flow__image {
    top: 0;
    left: 0;
    max-width: 28.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .f_flow__image {
    top: -91px;
    left: 18.9333333333%;
    max-width: 300px;
    width: 54.4%;
  }
}

.f_flow__inner {
  position: relative;
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .f_flow__inner {
    padding-top: 135px;
    padding-left: 195px;
    padding-right: 187px;
    padding-bottom: 152px;
  }
}
@media screen and (max-width: 768px) {
  .f_flow__inner {
    padding-top: 92px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 110px;
  }
  .f_flow__inner p {
    max-width: 485px;
    margin-left: auto;
    margin-right: auto;
  }
}

.f_flow__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .f_flow__bg {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .f_flow__bg {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  .f_flow__bg {
    -o-object-fit: unset;
       object-fit: unset;
  }
}

@media screen and (min-width: 769px) {
  .f_about {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .f_about {
    margin-top: 56px;
  }
}

.f_about__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 32px 42px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .f_about__links {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .f_about__links {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    max-width: 485px;
  }
}

.f_about__link:hover {
  opacity: 1;
}

.f_about__pic {
  position: relative;
}

.f_about__image {
  display: block;
  width: 100%;
  height: 100%;
  scale: 1;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 501px) {
  .f_about__image {
    aspect-ratio: 579/292;
  }
}
@media screen and (max-width: 500px) {
  .f_about__image {
    aspect-ratio: 314/180;
  }
}
.f_about__link:hover .f_about__image {
  scale: 1.1;
}

.f_about__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  translate: -50% -50%;
  color: #fff;
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "YOPQ";
  text-align: center;
  letter-spacing: 0.07em;
  text-indent: 0.07em;
}

.f_about__label {
  position: relative;
  display: block;
  text-align: center;
  font-size: clamp(0.8125rem, 1.7777777778vw, 1rem);
  margin-left: auto;
  margin-right: auto;
  background-color: #FEFBF5;
  border: 1px solid #D7CDBC;
  border-radius: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
  font-weight: 500;
  z-index: 1;
}
@media screen and (min-width: 501px) {
  .f_about__label {
    max-width: 400px;
    line-height: 78px;
    margin-top: -39px;
  }
}
@media screen and (max-width: 500px) {
  .f_about__label {
    max-width: 295px;
    line-height: 62px;
    margin-top: -31px;
  }
}
.f_about__link:hover .f_about__label {
  color: #fff;
  background-color: #D7CDBC;
}

.f_news {
  position: relative;
}
@media screen and (min-width: 769px) {
  .f_news {
    margin-top: 131px;
  }
}
@media screen and (max-width: 768px) {
  .f_news {
    margin-top: 177px;
  }
}
@media screen and (min-width: 829px) {
  .f_news .f_main__head {
    margin-bottom: 56px;
  }
  .f_news .c_btn {
    margin-top: 56px;
  }
}

.f_news__block {
  position: relative;
  background-color: #FFF7D7;
}
.f_news__block .container {
  position: static;
}
@media screen and (min-width: 769px) {
  .f_news__block {
    padding-top: 131px;
  }
}
@media screen and (max-width: 768px) {
  .f_news__block {
    padding-top: 24px;
  }
}

.f_news__icon {
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  top: -33px;
  right: 9.125%;
  max-width: 16.8125%;
}
.f_news__icon.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .f_news__icon {
    top: 0;
    right: 2.9333333333%;
    translate: 0 50%;
    max-width: unset;
    width: 210px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .f_news__icon {
    width: 143px;
    translate: 0 -50%;
  }
}

.f_news__contents {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.f_news__list + .f_news__list {
  margin-top: clamp(16px, 2.2222222222vw, 20px);
}

.f_news__link,
.f_news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f_news__link {
  gap: 47px;
  background-color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .f_news__link {
    padding-top: clamp(24px, 4.3333333333vw, 39px);
    padding-left: clamp(24px, 6.2222222222vw, 56px);
    padding-right: clamp(24px, 7.7777777778vw, 70px);
    padding-bottom: clamp(24px, 4.3333333333vw, 39px);
    border-radius: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: clip;
  }
}
@media screen and (max-width: 1024px) {
  .f_news__link {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: clip;
  }
}
.f_news__link:hover {
  opacity: 1;
  background-color: #FEFBF5;
}

@media screen and (min-width: 769px) {
  .f_news__head {
    gap: 56px;
  }
}
@media screen and (max-width: 768px) {
  .f_news__head {
    display: block;
  }
}

.f_news__time {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "YOPQ";
  font-size: clamp(0.75rem, 1.6666666667vw, 0.9375rem);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  color: #FF7449;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.f_news__link:hover .f_news__time {
  color: #9C8A6B;
}

.f_news__label {
  font-size: clamp(0.875rem, 1.7777777778vw, 1rem);
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}

.f_news__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  height: auto;
  background-color: #FF7449;
  border-radius: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.f_news__link:hover .f_news__ico {
  background-color: #9C8A6B;
}
@media screen and (min-width: 1025px) {
  .f_news__ico {
    width: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .f_news__ico {
    width: 28px;
  }
}
@media screen and (max-width: 768px) {
  .f_news__ico {
    display: none;
  }
}

.f_news__arrow {
  display: block;
  aspect-ratio: 1/1;
  width: 12px;
  height: auto;
  rotate: 90deg;
}