@charset "utf-8";
/* CSS Document */
span.pink {
  color: deeppink;
}
span.green {
  color: limegreen;
}
span.orange {
  color: orange;
}
.news_single_div.feature {
  padding: 0;
}
.feature-profile {
  margin-bottom: 60px !important;
}
.news_single_div.feature .feature-list {
  margin: 160px auto 160px;
}
.feature-item {
  display: flex;
  padding: 1vw;
  max-width: 800px;
  margin: 0 auto;
  flex-direction: column;
  justify-content: flex-start;
}
.news_single_div.feature {
  margin-bottom: 80px !important;
}
.feature-contents {
  margin-top: 0 !important;
  height: 100%;
}
.news_single_div.feature .main-copy {
  text-align: center;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.6rem;
  max-width: 800px;
  margin: 0 auto;
}
p.subtitle {
  display: block;
  font-size: 30px;
  padding: 0 0 80px;
  text-align: center;
  font-weight: 600;
  line-height: 1.3em;
}
p.subtitle2 {
  font-size: 40px;
  display: block;
  margin: 0 auto 10px;
  text-align: center;
  width: fit-content;
  font-family: 'Libre Bodoni', serif;
  font-style: italic;
}
.feature.contents img {
  width: 100%;
}
.feature.container a.hover, .feature.container a:active, .feature.container a:hover {
  color: #000;
  text-decoration: none;
  opacity: 1;
}
.container-comment {
  margin-top: -20vw;
  margin-left: 1vw;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
}
.container-comment p {
  font-size: 22px;
  display: table;
  margin-top: 6px;
}
.feature.contents {
  width: 100%;
  text-align: center;
  margin: 40px auto 0;
}
.item-mainimage {
  padding: 30px;
}
.feature.contents figure img {
  max-width: 800px;
  margin: 0 auto;
}
.feature .feature-item p {
  width: auto;
  height: auto;
}
.feature .feature-item span {
  font-size: 0.9em;
  color: #999;
  letter-spacing: 0.02em;
  padding-left: 0.7em;
}
.feature-item p.item-comment {
  text-align: left;
  margin: 0 auto;
  width: 50%;
  max-width: 400px;
  font-size: 1.4rem;
  /* padding-bottom: 16px; */
  line-height: 1.4em;
  letter-spacing: 0.04em;
  height: auto;
  position: absolute;
  bottom: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.feature-item dd a.button {
  margin-right: 0;
  bottom: -2px;
  font-size: 0.76em;
  width: fit-content;
}
.item-contents .feature-item dl dt img {
  width: 50px;
  border: #bbb 1px solid;
  vertical-align: middle;
}
.feature-item dl {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 1vw;
}
.feature-item dd p {
  text-align: left;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 0.06em;
}
.feature-item dd {
  font-size: 0.8em;
  width: 100%;
  padding-left: 0.8vw;
  line-height: 1.8em;
  color: #999;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.feature .feature-item span.item-icon {
  font-weight: 400;
  font-size: 16px;
  border-right: 1px solid;
  padding: 0 6px;
  margin-right: 6px;
}
.feature .feature-item span.item-link {
  font-weight: 400;
  font-size: 16px;
  display: flex;
  height: 36px;
  justify-content: flex-end;
  padding-right: 14px;
  margin-top: -36px;
  padding-top: 10px;
}
.item-icon:after, .item-link:after {
  display: none;
}
.item-contents {
  margin-bottom: 80px;
}
span.subtitle2-before {
  font-family: 'Libre Bodoni', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 0.8em;
}
.feature.container a {
  cursor: crosshair;
}
.feature .feature-item span.item-link:after {
  display: block;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  height: 8px;
  width: 8px;
  margin: 6px 0px 10px 8px;
  rotate: 45deg;
}
.feature .feature-item span.item-link:hover:after {
  border-color: #a18563;
  transition: .3s;
}
p.item-comment {
  width: 800px;
  max-width: 90%;
  display: inline-block;
  text-align: left;
  line-height: 1.8em;
  letter-spacing: 0.18em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.item-image {
    display: flex;
    max-width: 800px;
    justify-content: center;
    flex-direction: row;
    margin: 0 auto;
}




.feature-item dd a {
    width: 100%;
}

/*スマホここから*/
@media screen and (max-width: 768px) {
	.feature-item p.item-comment {
    margin: 0 auto;
    padding: 2vw;
    margin-bottom: 3vw;
}
.item-image {
    display: flex;
    flex-direction: column-reverse;
}
  p.subtitle {
    font-size: 6vw;
    padding: 0;
    width: 80%;
    margin: 0 auto 40px;
  }
  .news_single_div.feature .main-copy {
    padding-bottom: 20px;
  }
  .feature-item {
    display: flex;
    font-size: 0.9em;
    line-height: 1.6em;
    height: max-content;
    margin-bottom: 5vw;
    flex-direction: column-reverse;
  }
  .item-mainimage {
    padding: 3vw 1vw 1vw;
  }
  #borderitems p.subtitle2 {
    font-size: 7.8vw;
  }
  .item-mainimage {}
  .feature.container {
    margin: 0 auto;
    padding: 1vw;
    padding-bottom: 27px;
    max-height: 100vh;
    grid-auto-rows: auto auto auto;
    grid-template-areas:
      "item01 item02"
      "container-comment container-comment"
      "item03 item03";
    justify-items: start;
  }
  .item-contents {
    margin-bottom: 80px;
  }
  .container-comment {
    font-size: 0.86em;
    grid-area: container-comment;
    position: absolute;
    margin-top: 34vw;
  }
  .container-comment p {
    white-space: nowrap;
    font-size: 1.2em;
  }
  .feature-item p {
    height: auto !important;
  }
  .feature .feature-item span {
    padding-left: 0.7em;
  }
  .feature .feature-item span.item-link {
    color: #fff;
    z-index: -100;
    position: relative;
  }
  .feature .feature-item p {
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .feature-item dt {
    width: 20%;
  }
  .feature-item dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
    float: none;
  }
  .feature-item dd p {
    text-align: left;
    line-height: 1.6em;
  }
  .feature-item dd {
    font-size: 0.86em;
    width: 80%;
    padding: 0 2vw;
    line-height: 0.8em;
  }
}
/*スマホここまで*/