.tochi-ttl2 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.tochi-body-text {
  font-size: 1.4rem;
  line-height: 2.6rem;
}

.tochi-sec4 .tochi-ttl2,
.tochi-sec4 .tochi-body-text, .tochi-sec3__flex, .tochi-sec2, .tochi-sec1 .tochi-ttl2,
.tochi-sec1 .tochi-body-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  padding-left: 30px;
  padding-right: 30px;
}

.tochi-ttl2 {
  margin-bottom: 18px;
}

.tochi-body-text > p {
  margin-bottom: 26px;
}
.tochi-body-text > p:last-child {
  margin-bottom: 0;
}

.tochi-header {
  margin: auto;
  max-width: 860px;
}
.tochi-header__inner {
  position: relative;
}
.tochi-header__ttl {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.666666;
  text-align: center;
  padding: 44px 0 21px;
}
.tochi-header__badge {
  color: #7f0019;
  border: 1.5px solid currentColor;
  border-radius: 5px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 1.4rem;
  padding: 3px 14.5px;
}

@-webkit-keyframes tochiSlideIn {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes tochiSlideIn {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes tochiSlideOut {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translateX(-80px);
  }
}
@keyframes tochiSlideOut {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translateX(-80px);
  }
}
.tochi-sec1 {
  margin-bottom: 92px;
}
.tochi-sec1__img {
  position: relative;
  z-index: -1;
  max-width: 700px;
  margin: auto;
}
.tochi-sec1__img video {
  width: 100%;
	filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
    outline: none;
    border: none;
}
.tochi-sec1__img-telop {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  display: flex;
  justify-content: center;
}
.tochi-sec1__img-telop span {
  font-weight: bold;
  font-size: 1.4rem;
}
.tochi-sec1__img-telop span.show-anim, .tochi-sec1__img-telop span.hide-anim {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: 0.6s;
          animation-timing-function: 0.6s;
}
.tochi-sec1__img-telop span.show-anim {
  -webkit-animation-name: tochiSlideIn;
          animation-name: tochiSlideIn;
}
.tochi-sec1__img-telop span.hide-anim {
  -webkit-animation-name: tochiSlideOut;
          animation-name: tochiSlideOut;
}
.tochi-sec1 .tochi-ttl2 {
  margin-top: -5px;
}

.tochi-img-swiper__slide {
  position: relative;
}
.tochi-img-swiper__slide::before {
  display: block;
  content: "";
  padding-top: calc(100% * 500 / 750);
}
.tochi-img-swiper__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tochi-sec2 {
  padding-top: 45px;
  padding-bottom: 48px;
}

.tochi-sec3 {
  background: rgba(0, 0, 0, 0.03);
  padding: 45px 0 55px;
}
.tochi-sec3__info {
  margin-bottom: 46px;
}
.tochi-sec3__img {
  display: block;
  width: 100%;
  max-width: 276px;
  margin: auto;
}

.tochi-sec4 {
  padding-top: 45px;
  padding-bottom: 50px;
}
.tochi-sec4 .tochi-body-text {
  margin-bottom: 43px;
}

.tochi-card-grid {
  padding: 0 30px;
  max-width: 375px;
  margin: auto;
}
.tochi-card-grid ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0 0 -15px;
}
.tochi-card-grid ul > * {
  margin-bottom: 0;
  flex: 0 0 50%;
  padding: 15px 0 0 15px;
  max-width: 50%;
  min-width: 0;
  word-wrap: break-word;
}
.tochi-card-grid ul > * > * {
  height: 100%;
}

.tochi-card-item {
  display: block;
  background: #fff;
  box-shadow: 0.5px 0.5px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 10px 0 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
.tochi-card-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: inherit;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-out;
}
.tochi-card-item:hover::after {
  opacity: 1;
}
.tochi-card-item > img {
  display: block;
  width: 100%;
  margin-bottom: -6px;
}
.tochi-card-item .plain-btn {
  align-self: flex-end;
  margin-right: 19.5px;
  font-size: 1.6rem;
}
.tochi-card-item .plain-btn > span {
  margin-right: 13px;
}

.tochi-modal .modal__container {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
  max-height: calc(100% - 100px);
  width: calc(100% - 18px);
  max-width: 815px;
}
.tochi-modal .modal__close {
  position: absolute;
  z-index: 1;
  top: 30.5px;
  right: 29.5px;
}
.tochi-modal .modal__scrollable {
  flex: 1;
}

.tochi-modal__hero {
  position: relative;
  z-index: -1;
  padding: 30px 30px 0;
}
.tochi-modal__hero video {
  width: 100%;
}
.tochi-modal__flex {
  padding: 0 30px 50px;
}
.tochi-modal__info {
  margin-bottom: 45.5px;
}
.tochi-modal__fig-item {
  margin-bottom: 9px;
}
.tochi-modal__fig-item:last-child {
  margin-bottom: 0;
}
.tochi-modal__fig-item > img {
  display: block;
  width: 100%;
}
.tochi-modal__fig-item > p {
  margin: 16px 0;
}
@media (min-width: 768px) {
  .tochi-ttl2 {
    font-size: 1.8rem;
    line-height: 2.9rem;
  }
  .tochi-body-text {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .tochi-sec4 .tochi-ttl2,
.tochi-sec4 .tochi-body-text, .tochi-sec3__flex, .tochi-sec2, .tochi-sec1 .tochi-ttl2,
.tochi-sec1 .tochi-body-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tochi-ttl2 {
    margin-bottom: 18px;
  }
  .tochi-body-text > p {
    margin-bottom: 30px;
  }
  .tochi-header {
    padding: 0 30px;
  }
  .tochi-header__ttl {
    font-size: 3rem;
  }
  .tochi-header__ttl {
    padding: 92px 0 0;
    margin-bottom: -12px;
  }
  .tochi-header__badge {
    border-width: 2px;
    right: 0;
    top: 50px;
    font-size: 1.8rem;
    padding: 4.5px 20px;
  }
  .tochi-sec1 {
    margin-bottom: 98px;
  }
  .tochi-sec1__img-telop {
    bottom: 75px;
  }
  .tochi-sec1__img-telop span {
    font-size: 2.2rem;
  }
  .tochi-sec1 .tochi-ttl2 {
    margin-top: -20px;
  }
  .tochi-sec2 {
    padding-top: 45px;
    padding-bottom: 48px;
  }
  .tochi-sec3 {
    padding: 60px 0;
  }
  .tochi-sec3__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tochi-sec3__info {
    margin-bottom: 0;
    max-width: 360px;
    width: 50%;
  }
  .tochi-sec3__img {
    margin: 0;
    max-width: 259px;
    width: 36%;
    margin-right: 50px;
  }
  .tochi-sec4 {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .tochi-sec4 .tochi-body-text {
    margin-bottom: 48px;
  }
  .tochi-card-grid {
    padding: 0 30px;
    max-width: 700px;
  }
  .tochi-card-grid ul {
    margin: -20px 0 0 -20px;
  }
  .tochi-card-grid ul > * {
    padding: 20px 0 0 20px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .tochi-card-item {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  }
  .tochi-card-item {
    padding: 10px 0 32px;
    border-radius: 10px;
  }
  .tochi-card-item > img {
    margin-bottom: 0;
  }
  .tochi-card-item .plain-btn {
    margin-right: 27px;
  }
  .tochi-card-item .plain-btn {
    font-size: 1.8rem;
  }
  .tochi-card-item .plain-btn > span {
    margin-right: 12px;
  }
  .tochi-modal .modal__container {
    max-height: calc(100% - 120px);
    width: calc(100% - 60px);
  }
  .tochi-modal .modal__close {
    top: 30px;
    right: 30px;
  }
  .tochi-modal__hero {
    padding: 30px 0 0;
    max-width: 402px;
    margin: auto;
  }
  .tochi-modal__flex {
    padding: 0 40px 48px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .tochi-modal__flex > * {
    width: 47%;
    max-width: 340px;
  }
  .tochi-modal__info {
    margin-bottom: 0;
  }
  .tochi-modal__fig-item > p {
    margin: 13px 0;
  }
}
@media (min-width: 1100px) {
  .tochi-card-grid {
    max-width: 920px;
  }
  .tochi-card-grid ul > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/*---------------
無印良品の家についてもっと詳しく（ie-section-more）追加のため
tokucho-detail.css より .td-footer 追加
-----------------*/
.td-footer {
    padding: 41.5px 0 50px;
}

@media (min-width: 768px) {
  .td-footer {
    padding: 41px 0 50px;
  }
}