@charset "UTF-8";
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.row__item {
  width: 100%;
}
.row__item--mobile-1 {
  width: 8.3333333333%;
}
.row__item--mobile-2 {
  width: 16.6666666667%;
}
.row__item--mobile-3 {
  width: 25%;
}
.row__item--mobile-4 {
  width: 33.3333333333%;
}
.row__item--mobile-5 {
  width: 41.6666666667%;
}
.row__item--mobile-6 {
  width: 50%;
}
.row__item--mobile-7 {
  width: 58.3333333333%;
}
.row__item--mobile-8 {
  width: 66.6666666667%;
}
.row__item--mobile-9 {
  width: 75%;
}
.row__item--mobile-10 {
  width: 83.3333333333%;
}
.row__item--mobile-11 {
  width: 91.6666666667%;
}
.row__item--mobile-12 {
  width: 100%;
}
.row__item--mobile-fifth {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-fifth {
    width: 20%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}
.row--min {
  margin: -10px;
}
@media screen and (min-width: 1080px) {
  .row--min {
    margin: -20px;
  }
}
.row--min .row__item {
  padding: 10px;
}
@media screen and (min-width: 1080px) {
  .row--min .row__item {
    padding: 20px;
  }
}
.row--std {
  margin: -20px;
  margin-bottom: 2rem;
}
.row--std .row__item {
  padding: 20px;
}
.row--wide {
  margin: -20px;
}
@media screen and (min-width: 768px) {
  .row--wide {
    margin: -40px;
  }
}
.row--wide .row__item {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .row--wide .row__item {
    padding: 40px;
  }
}
.row--mt {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .row--mt {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .row--mtad {
    margin-top: -12rem;
    margin-right: -6rem;
    margin-left: 2rem;
  }
}
.row--mt10 {
  margin-top: 10rem;
}
.row--mt15 {
  margin-top: 15rem;
}
.row--mt20 {
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  .row--spmtm20 {
    margin-top: -20rem;
  }
}
.row--max {
  margin: -20px;
}
@media screen and (min-width: 768px) {
  .row--max {
    margin: -40px;
  }
}
.row--max .row__item {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .row--max .row__item {
    padding: 40px;
  }
}
.row--center {
  justify-content: center;
}
.row--items-center {
  align-items: center;
}
.row--items-end {
  align-items: flex-end;
}
.row--around {
  justify-content: space-around;
}
.row--between {
  justify-content: space-between;
}
.row--right {
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .row--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .row--sp-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .row--sp-max {
    margin: 0;
    padding: 0;
  }
  .row--sp-max .row__item {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media screen and (max-width: 1079px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .pc-none {
    display: none;
  }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-fit {
  font-family: "object-fit: cover; object-position: center center;";
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.aligncenter {
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .aligncenter {
    margin: 0 auto;
  }
}

.alignright {
  float: none;
  margin-right: 0;
  margin-left: auto;
}
.alignleft {
  margin-right: auto;
  margin-left: 0;
}
.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt50 {
  margin-top: 5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mt70 {
  margin-top: 7rem;
}

.mt80 {
  margin-top: 8rem;
}

.mt90 {
  margin-top: 9rem;
}

.mt100 {
  margin-top: 10rem;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.mb90 {
  margin-bottom: 9rem;
}

.mb100 {
  margin-bottom: 10rem;
}

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mt10 {
    margin-top: 1rem;
  }
  .sp-mt20 {
    margin-top: 2rem;
  }
  .sp-mt30 {
    margin-top: 3rem;
  }
  .sp-mt40 {
    margin-top: 4rem;
  }
  .sp-mt50 {
    margin-top: 5rem;
  }
  .sp-mt60 {
    margin-top: 6rem;
  }
  .sp-mt70 {
    margin-top: 7rem;
  }
  .sp-mt80 {
    margin-top: 8rem;
  }
  .sp-mt90 {
    margin-top: 9rem;
  }
  .sp-mt100 {
    margin-top: 10rem;
  }
  .sp-mt150 {
    margin-top: 15rem;
  }
  .sp-mt200 {
    margin-top: 20rem;
  }
  .sp-mtm10 {
    margin-top: -1rem;
  }
  .sp-mtm20 {
    margin-top: -2rem;
  }
  .sp-mtm30 {
    margin-top: -3rem;
  }
  .sp-mtm40 {
    margin-top: -4rem;
  }
  .sp-mtm50 {
    margin-top: -5rem;
  }
  .sp-mtm60 {
    margin-top: -6rem;
  }
  .sp-mtm70 {
    margin-top: -7rem;
  }
  .sp-mtm80 {
    margin-top: -8rem;
  }
  .sp-mtm90 {
    margin-top: -9rem;
  }
  .sp-mtm100 {
    margin-top: -10rem;
  }
  .sp-mtm150 {
    margin-top: -15rem;
  }
  .sp-mtm200 {
    margin-top: -20rem;
  }
}
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0;
  }
  .tab-mt10 {
    margin-top: 1rem;
  }
  .tab-mt20 {
    margin-top: 2rem;
  }
  .tab-mt30 {
    margin-top: 3rem;
  }
  .tab-mt40 {
    margin-top: 4rem;
  }
  .tab-mt50 {
    margin-top: 5rem;
  }
  .tab-mt60 {
    margin-top: 6rem;
  }
  .tab-mt70 {
    margin-top: 7rem;
  }
  .tab-mt80 {
    margin-top: 8rem;
  }
  .tab-mt90 {
    margin-top: 9rem;
  }
  .tab-mt100 {
    margin-top: 10rem;
  }
  .tab-mt120 {
    margin-top: 12rem;
  }
  .tab-mt150 {
    margin-top: 15rem;
  }
  .tab-mt170 {
    margin-top: 17rem;
  }
  .tab-mt200 {
    margin-top: 20rem;
  }
  .tab-mt300 {
    margin-top: 30rem;
  }
  .tab-mt400 {
    margin-top: 40rem;
  }
  .tab-mtm10 {
    margin-top: -1rem;
  }
  .tab-mtm20 {
    margin-top: -2rem;
  }
  .tab-mtm30 {
    margin-top: -3rem;
  }
  .tab-mtm40 {
    margin-top: -4rem;
  }
  .tab-mtm50 {
    margin-top: -5rem;
  }
  .tab-mtm60 {
    margin-top: -6rem;
  }
  .tab-mtm70 {
    margin-top: -7rem;
  }
  .tab-mtm80 {
    margin-top: -8rem;
  }
  .tab-mtm90 {
    margin-top: -9rem;
  }
  .tab-mtm100 {
    margin-top: -10rem;
  }
  .tab-mtm150 {
    margin-top: -15rem;
  }
  .tab-mtm200 {
    margin-top: -20rem;
  }
  .tab-mtm300 {
    margin-top: -30rem;
  }
  .tab-mtm400 {
    margin-top: -40rem;
  }
  .tab-mtm500 {
    margin-top: -50rem;
  }
}
@media screen and (min-width: 1080px) {
  .pc-mtm10 {
    margin-top: -1rem;
  }
  .pc-mtm20 {
    margin-top: -2rem;
  }
  .pc-mtm30 {
    margin-top: -3rem;
  }
  .pc-mtm40 {
    margin-top: -4rem;
  }
  .pc-mtm50 {
    margin-top: -5rem;
  }
  .pc-mtm60 {
    margin-top: -6rem;
  }
  .pc-mtm70 {
    margin-top: -7rem;
  }
  .pc-mtm80 {
    margin-top: -8rem;
  }
  .pc-mtm90 {
    margin-top: -9rem;
  }
  .pc-mtm100 {
    margin-top: -10rem;
  }
  .pc-mtm150 {
    margin-top: -15rem;
  }
  .pc-mtm200 {
    margin-top: -20rem;
  }
  .pc-mtm300 {
    margin-top: -30rem;
  }
  .pc-mtm400 {
    margin-top: -40rem;
  }
  .pc-mtm500 {
    margin-top: -50rem;
  }
  .pc-mt10 {
    margin-top: 1rem;
  }
  .pc-mt20 {
    margin-top: 2rem;
  }
  .pc-mt30 {
    margin-top: 3rem;
  }
  .pc-mt40 {
    margin-top: 4rem;
  }
  .pc-mt50 {
    margin-top: 5rem;
  }
  .pc-mt60 {
    margin-top: 6rem;
  }
  .pc-mt70 {
    margin-top: 7rem;
  }
  .pc-mt80 {
    margin-top: 8rem;
  }
  .pc-mt90 {
    margin-top: 9rem;
  }
  .pc-mt100 {
    margin-top: 10rem;
  }
  .pc-mt150 {
    margin-top: 15rem;
  }
  .pc-mt200 {
    margin-top: 20rem;
  }
  .pc-mt300 {
    margin-top: 30rem;
  }
  .pc-mt400 {
    margin-top: 40rem;
  }
  .pc-mt500 {
    margin-top: 50rem;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb10 {
    margin-bottom: 1rem;
  }
  .sp-mb20 {
    margin-bottom: 2rem;
  }
  .sp-mb30 {
    margin-bottom: 3rem;
  }
  .sp-mb40 {
    margin-bottom: 4rem;
  }
  .sp-mb50 {
    margin-bottom: 5rem;
  }
  .sp-mb60 {
    margin-bottom: 6rem;
  }
  .sp-mb70 {
    margin-bottom: 7rem;
  }
  .sp-mb80 {
    margin-bottom: 8rem;
  }
  .sp-mb90 {
    margin-bottom: 9rem;
  }
  .sp-mb100 {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0;
  }
  .tab-mb10 {
    margin-bottom: 1rem;
  }
  .tab-mb20 {
    margin-bottom: 2rem;
  }
  .tab-mb30 {
    margin-bottom: 3rem;
  }
  .tab-mb40 {
    margin-bottom: 4rem;
  }
  .tab-mb50 {
    margin-bottom: 5rem;
  }
  .tab-mb60 {
    margin-bottom: 6rem;
  }
  .tab-mb70 {
    margin-bottom: 7rem;
  }
  .tab-mb80 {
    margin-bottom: 8rem;
  }
  .tab-mb90 {
    margin-bottom: 9rem;
  }
  .tab-mb100 {
    margin-bottom: 10rem;
  }
  .tab-mb120 {
    margin-bottom: 12rem;
  }
  .tab-mb150 {
    margin-bottom: 15rem;
  }
  .tab-mb170 {
    margin-bottom: 17rem;
  }
  .tab-mb200 {
    margin-bottom: 20rem;
  }
  .tab-mb300 {
    margin-bottom: 30rem;
  }
  .tab-mb400 {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 767px) {
  .sp-plr {
    padding: 0 2rem;
  }
}
.kyuujitsu {
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
  container-type: inline-size;
}
.kyuujitsu p {
  font-family: "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.1rem;
  text-align: justify !important;
  font-weight: 400;
  line-height: 2;
  color: #503d24;
}
@media screen and (max-width: 767px) {
  .kyuujitsu p {
    font-size: 1.6rem;
  }
}
.kyuujitsu .mv {
  background: url(https://taratta-tachikawa.jp/wp-content/uploads/2026/01/kyuujitsu-fv-bg.png) 50% 100%/cover no-repeat;
  padding: 10rem 0 15rem;
}
@media screen and (max-width: 767px) {
  .kyuujitsu .mv {
    padding: 5rem 0 7rem;
  }
}
.kyuujitsu .desc {
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .kyuujitsu .desc {
    margin: 2rem 0;
  }
}
.kyuujitsu .img-fixed {
  width: 100%;
  height: auto;
}
.kyuujitsu .img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.kyuujitsu .img-right {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.kyuujitsu .container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .kyuujitsu .container {
    max-width: 1040px;
    padding: 0 4rem;
  }
}
@media screen and (min-width: 768px) {
  .kyuujitsu .container--min {
    max-width: 740px;
  }
}
.kyuujitsu .container--mg {
  margin-block: 2.5rem 3rem;
}
@media screen and (min-width: 768px) {
  .kyuujitsu .container--mg {
    margin-block: 4rem 8rem;
  }
}
.kyuujitsu .bg-01 {
  background: #eee6d6;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .kyuujitsu .bg-01 {
    padding-bottom: 8rem;
  }
}
.kyuujitsu .bg-02 {
  background: #f3f2e0;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .kyuujitsu .bg-02 {
    padding-bottom: 8rem;
  }
}
.kyuujitsu .bg-03 {
  background: #e7e8f3;
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .kyuujitsu .bg-03 {
    padding-bottom: 10rem;
  }
}
.kyuujitsu .catchcopy {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  padding: 10rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .kyuujitsu .catchcopy {
    font-size: 2rem;
    padding: 5rem 0 2.5rem;
  }
}
.kyuujitsu .catchcopy div {
  position: relative;
  z-index: 2;
}
.kyuujitsu .catchcopy::before {
  content: "";
  display: block;
  width: 75rem;
  height: 75rem;
  border-radius: 50%;
  background: radial-gradient(#f4d8d6, rgba(238, 230, 214, 0), rgba(238, 230, 214, 0));
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kyuujitsu .catchcopy::before {
    width: 30rem;
    height: 30rem;
  }
}
.kyuujitsu .catchcopy--right div {
  text-align: right;
}
.kyuujitsu .catchcopy--right::before {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}
.kyuujitsu .relative {
  position: relative;
}
.kyuujitsu .zindex {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kyuujitsu .kazari {
    transform: scale(0.5);
  }
}
.kyuujitsu .kazari--01 {
  position: absolute;
  top: -10rem;
  right: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .kyuujitsu .kazari--01 {
    right: -5rem;
    transform: scale(0.5);
  }
}
.kyuujitsu .kazari--02 {
  position: absolute;
  top: -40rem;
  left: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .kyuujitsu .kazari--02 {
    transform: translateX(-50%) scale(0.5);
  }
}
.kyuujitsu .kazari--03 {
  position: absolute;
  bottom: -5rem;
  left: calc(100% - 4rem);
}
.kyuujitsu .kazari--04 {
  position: absolute;
  top: -10rem;
  right: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .kyuujitsu .kazari--04 {
    transform: translateX(-50%) scale(0.5);
  }
}
.kyuujitsu .kazari--05 {
  position: absolute;
  top: -10rem;
  left: 10rem;
  transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .kyuujitsu .kazari--05 {
    transform: translateX(-50%) scale(0.5);
  }
}
.kyuujitsu .kazari--06 {
  position: absolute;
  top: -5rem;
  right: -8rem;
}
.kyuujitsu .kazari--07 {
  position: absolute;
  top: -5rem;
  left: -8rem;
}
.kyuujitsu .kazari--08 {
  position: absolute;
  bottom: -2rem;
  right: 25rem;
}
.kyuujitsu .kazari--09 {
  position: absolute;
  bottom: -10rem;
  right: 0rem;
}
.kyuujitsu .kazari--10 {
  position: absolute;
  bottom: -5rem;
  left: -5rem;
}
.kyuujitsu .kazari--11 {
  position: relative;
  top: -3rem;
  left: 0;
}
.kyuujitsu .kazari--12 {
  position: absolute;
  bottom: 100%;
  left: -30rem;
}
.kyuujitsu .kazari--13 {
  position: absolute;
  bottom: -10rem;
  right: 100%;
}
.kyuujitsu .kazari--14 {
  position: absolute;
  bottom: 50%;
  left: 20rem;
}
.kyuujitsu .kazari--15 {
  position: absolute;
  bottom: -15rem;
  left: 0;
}
.kyuujitsu .storelink {
  border-top: 2px dotted #503d24;
  border-bottom: 2px dotted #503d24;
  text-align: center;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .kyuujitsu .storelink {
    margin-top: 3rem;
  }
}
.kyuujitsu .storelink a {
  display: inline-block;
  padding: 4rem 2rem;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #503d24;
}
@media screen and (max-width: 767px) {
  .kyuujitsu .storelink a {
    font-size: 16px;
    padding: 3rem 2rem;
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 1080px) {
  .kyuujitsu .storelink a {
    transition: 0.2s ease-out;
  }
  .kyuujitsu .storelink a:hover {
    opacity: 0.6;
  }
}