@charset "UTF-8";

.section-works__subpage-indetail {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 160px auto;
  padding: 24rem 0 0 0;
}

a.non-indetail__link {
  pointer-events: none;
  cursor: text;
}

/*-------------------------
title
-------------------------*/
.indetail-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.indetail-category p {
  font-size: 1.4rem;
  padding: 1rem 3rem 1rem 3rem;
  background-color: #DDEEE7;
  border-radius: 50vh;
  width: fit-content;
}

.works-indetail__title h2 {
  font-size: 3.6rem;
  font-weight: 600;
  margin: 30px 0 15px 0;
  line-height: unset;
}

.works-indetail__title h3 {
  font-size: 1.6rem;
  line-height: 1.5;
}

.works-indetail__title ul {
  margin: 60px 0 40px 0;
}

.works-indetail__title ul li {
  font-size: 1.6rem;
  font-weight: 600;
  color: #33403D;
  list-style: none;
  line-height: 1.3;
}

.works-indetail__title ul li:nth-child(2) {
  margin: 15px 0;
}

.works-indetail__title ul li span {
  font-weight: 400;
}

.indetail-link {
  text-decoration: none;
  color: #33403D;
  transition: all .3s;
}

.indetail-link:hover {
  color: #5E6966;
}

.indetail-link span {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
}

.indetail-link img {
  width: 15px;
  height: auto;
}

.indetail-pdf {
  text-decoration: none;
  color: #5E6966;
  transition: all .3s;
}

.indetail-pdf:hover {
  opacity: 0.6;
}

.indetail-pdf span {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
}

.indetail-pdf img {
  width: 15px;
  height: auto;
}

.indetail-thumbnail {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  max-height: 900px;
  aspect-ratio: 4 / 3;
  border-radius: 0 40px 0 40px;
}

/*-------------------------
explanation
-------------------------*/
table {
  margin: 80px 0 40px 0;
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}

.indetail-table th {
  width: 30%;
  font-size: 2rem;
  text-align: left;
  padding: 0 20px 60px 0;
}

.indetail-table td {
  font-size: 1.6rem;
  color: #5E6966;
  padding: 0 0 60px 0;
  text-align: justify;
  line-height: 1.5;
}

/*
.indetail-table td span {
  font-size: 1.4rem;
  display: block;
}
*/
span.indetail-td__note {
  margin-top: 10px;
  font-size: 1.4rem;
  display: block;
}

.indetail-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  column-gap: 40px;
}

.indetail-more img.more-img__l {
  width: 40%;
  height: auto;
}

.indetail-more img.more-img__r {
  width: 20%;
  height: auto;
}

.indetail-more img.more-img__walkevent-banner {
  width: 80%;
  height: auto;
}

/*-------------------------
back to list
-------------------------*/
.backtolist__btn {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto 160px;
  text-align: center;
}

.backtolist__btn-loading {
  display: inline-flex;
  text-decoration: none;
  font-weight: 600;
  color: #3E7F79;
  width: 200px;
  height: 200px;
  font-size: 1.4rem;
  position: relative;
  opacity: 1 !important;
  /*  transition: all 0.3s;*/
  background-color: #3E7F79;
  border-radius: 100%;
  transition: color .4s;
  overflow: hidden;
}

.backtolist__btn-loading::before,
.backtolist__btn-loading::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #7CCFC6;
  pointer-events: none;
}

.backtolist__btn-loading::before {
  bottom: 0;
  left: 0;
}

.backtolist__btn-loading::after {
  top: 0;
  right: 0;
}

.backtolist__btn-loading:hover {
  color: #7CCFC6;
}

.backtolist__btn-loading:hover::before,
.backtolist__btn-loading:hover::after {
  height: 100%;
}

.backtolist__btn-loading:hover::before {
  transition: height .2s .2s linear;
}

.backtolist__btn-loading:hover::after {
  transition: height .2s linear;
}

.backtolist__btn-loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #FBFCFB;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

/*-------------------------
slider
-------------------------*/
.section-others {
  position: relative;
}

p.deco-txt__others {
  font-size: 3.6rem;
  font-weight: 600;
  position: absolute;
  top: 10%;
  left: -0.3%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #F1E8DC;
  letter-spacing: 0.01em;
  line-height: initial;
}

.others-slider {
  background-color: rgba(241, 232, 220, .3);
  padding: 8rem 0 8rem 0;
  margin: 0 0 240px 0;
}

.others-slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: calc(100% - 10%);
  margin: 0 0 0 auto;
  overflow-x: auto;
}

.others-slider__content li {
  flex: 0 0 300px;
  padding: 0 4rem 2rem 0;
  flex-shrink: 0;
  list-style: none;
}

.others-slider__content::-webkit-scrollbar {
  height: 12px;
}

/*scroll bar*/
.others-slider__content::-webkit-scrollbar-thumb {
  background: #E2D0B8;
  border-radius: 6px;
}

/*scroll bar bg*/
.others-slider__content::-webkit-scrollbar-track {
  background: rgba(226, 208, 184, .4);
  border-radius: 6px;
}

.others-item__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.others-item__thumbnail img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: .4s ease;
}

.others-thumbnail__image {
  position: relative;
  overflow: hidden;
}

.others-works {
  text-decoration: none;
}

.others-works p {
  font-size: 1.2rem;
  font-weight: 300;
  color: #33403D;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}

.others-thumbnail__overlay {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, rgba(51, 64, 61, .9) 10%, transparent 90%);
  opacity: 0;
  transition: .3s;
}

.others-thumbnail__overlay span {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .2em;
  transform: translateY(10px);
  transition: .3s ease;
  text-shadow: 0 0 10px rgba(51, 64, 61, 1);
}

.others-works:hover .others-thumbnail__image img {
  transform: scale(1.05);
  /*  filter: blur(5px);*/
}

.others-works:hover .others-thumbnail__overlay {
  opacity: 1;
}

.others-works:hover .others-thumbnail__overlay span {
  transform: translateY(0);
}

.others-works h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #33403D;
  line-height: 1.3;
  margin: 20px 0 10px 0;
}

.others-works h3 span {
  font-size: 1.2rem;
  font-weight: 500;
}

/* @media screen and (min-width: 450px) {
  .scroll_content li {
    width: 45%;
  }
} */
@media (max-width:1440px) {
  .section-works__subpage-indetail {
    padding: 22rem 4rem 0 4rem;
  }

  .indetail-thumbnail {
    max-height: 800px;
  }
}

@media (max-width: 1024px) {
  .section-works__subpage-indetail {
    padding: 20rem 2rem 0 2rem;
    margin: 0 auto 140px auto;
    width: 90%;
  }

  .works-indetail__title h2 {
    font-size: 3.2rem;
  }

  /*
  .indetail-table th {
    width: 40%;
  }
*/
  .indetail-table th {
    display: block;
    width: 100%;
    padding: 0 0 30px 0;
    position: relative;
  }

  .indetail-table th::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /*    width: 40px;*/
    width: clamp(180px, 50vw, 240px);
    height: 1px;
    background-color: #8B9592;
    margin-top: 5px;
  }

  .indetail-table td {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .section-works__subpage-indetail {
    padding: 18rem 2rem 0 2rem;
    margin: 0 auto 120px auto;
    /*    width: 100%;*/
  }

  .indetail-category p {
    font-size: 1.2rem;
    padding: 0.5rem 2rem 0.5rem 2rem;
  }

  .works-indetail__title h2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 608px) {
  .indetail-category p {
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    letter-spacing: -.03em;
  }

  .indetail-link img {
    width: 13px;
    height: auto;
    margin-top: 3px;
  }

  .indetail-pdf img {
    width: 13px;
    height: auto;
    margin-top: 3px;
  }

  .works-indetail__title h2 {
    font-size: 2.4rem;
    line-height: 1.3;
  }

  .works-indetail__title h3 {
    font-size: 1.4rem;
  }

  .works-indetail__title ul li {
    font-size: 1.4rem;
  }

  .indetail-thumbnail {
    border-radius: 0 20px 0 20px;
  }

  .indetail-table th {
    font-size: 1.8rem;
  }

  .indetail-more img.more-img__l {
    width: 45%;
    height: auto;
  }

  .indetail-more img.more-img__r {
    width: 25%;
    height: auto;
  }

  .indetail-more img.more-img__walkevent-banner {
    width: 90%;
    height: auto;
  }

  /*
  .indetail-table td {
    font-size: 1.4rem;
  }
*/
  .others-slider {
    padding: 8rem 0 6rem 0;
  }

  .others-item__thumbnail img {
    width: 100%;
    height: auto;
  }

  .others-works p {
    font-size: 1rem;
  }

  .others-slider__content {
    margin: 0 0 0 80px;
  }

  .others-works h3 {
    font-size: 1.8rem;
  }

  p.deco-txt__others {
    font-size: 3.2rem;
    left: -1%;
  }
}

@media (max-width: 428px) {

  /*
  .section-works__subpage-indetail {
    margin: 0 auto 140px auto;
  }
*/
  .indetail-link span {
    display: inline-block;
  }

  .indetail-link img {
    margin-left: 8px;
    margin-bottom: -1.5px;
  }

  .indetail-table td {
    font-size: 1.4rem;
  }

  .indetail-more {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 40px;
  }

  .indetail-more img.more-img__l {
    width: 85%;
    height: auto;
  }

  .indetail-more img.more-img__r {
    width: 55%;
    height: auto;
  }

  .indetail-more img.more-img__walkevent-banner {
    width: 100%;
    height: auto;
  }

  .backtolist__btn {
    margin: 0 auto 140px;
  }

  .backtolist__btn-loading {
    width: 180px;
    height: 180px;
  }

  .others-slider {
    margin: 0 0 220px 0;
    padding: 6rem 0 4rem 0;
  }

  .others-thumbnail__overlay span {
    font-size: 1.2rem;
    letter-spacing: .15em;
  }

  p.deco-txt__others {
    font-size: 2.8rem;
    top: 8%;
  }
}

@media (max-width: 320px) {
  .indetail-table th {
    font-size: 1.6rem;
    letter-spacing: .03em;
  }

  .indetail-link span {
    margin-top: 5px;
  }

  .indetail-link img {
    margin-left: 0;
  }

  .indetail-pdf span {
    margin-top: 5px;
  }

  .others-slider__content li {
    flex: 0 0 250px;
    padding: 0 4rem 2rem 0;
  }

  .others-works h3 span {
    margin-top: 10px;
    display: block;
    line-height: 1.5;
  }
}