@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital@1&display=swap');
/* CSS Document */
span.pink {
  color: deeppink;
}
span.green {
  color: limegreen;
}
.news_single_div.feature {
  padding: 0;
}
.feature-profile {
  margin-bottom: 60px !important;
}
.news_single_div.feature .feature-list {
  margin: 160px auto 160px;
}
.feature-item {
  max-width: 800px;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.news_single_div.feature {
  margin-bottom: 80px !important;
}
.feature-contents {
  margin-top: 0 !important;
  height: 100%;
  /* background: #000; */
  /* margin: 0 calc(50% - 50vw); */
  /* width: 100vw; */
}
.news_single_div.feature .main-copy {
  text-align: left;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.6rem;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
p.subtitle {
  display: block;
  font-size: 40px;
  padding: 20px 40px;
  text-align: center;
  font-weight: 600;
  line-height: 1.3em;
  font-family: serif;
  font-style: italic;
  border: 1px green solid;
  width: 50%;
  color: green;
  min-width: fit-content;
  margin: 0 auto 780px;
  text-shadow: 1px 1px greenyellow;
  /* text-decoration: underline greenyellow 10px solid; */
  text-underline-offset: -4px;
}
span.feature-index {
  display: block;
  position: absolute;
  font-size: 20px;
  font-family: serif;
  font-weight: 600;
  font-style: italic;
  top: 0;
  text-decoration: underline 1px solid;
  text-underline-offset: 0.2em;
  text-shadow: none;
  z-index: 1;
}
span.feature-index a {
  color: green;
  text-decoration: underline 1px green;
}
span.feature-index:first-child {
  top: 300px;
  right: 0;
}
span.feature-index:last-child {
  top: 500px;
  left: 0;
}
p.subtitle:after {
  content: "";
  white-space: pre;
  position: absolute;
  width: 100%;
  top: 120px;
  left: 50%;
  height: 700px;
  border-left: 1px solid green;
  line-height: 1.8em;
  font-style: normal;
  text-decoration: none;
}
p.subtitle2 {
  font-size: 36px;
  display: block;
  margin: 0 auto 10px;
  text-align: center;
  width: fit-content;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: serif;
  font-style: italic;
  color: green;
}
.mag202302.contents img {
  width: 100%;
}
.mag202302.contents {
  width: 100%;
  text-align: center;
  margin: 40px auto 0;
}
.item-mainimage {
  background: snow;
  padding: 30px;
}
.mag202302.contents figure img {
  max-width: 800px;
  margin: 0 auto;
}
.mag202302 .feature-item p {
  width: auto;
  height: auto;
}
.mag202302 .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;
  font-size: 1.4rem;
  padding-bottom: 30px;
  line-height: 1.4em;
  letter-spacing: 0.04em;
  height: auto;
}
.feature-item dd a.button {
  margin-right: 0;
  float: right;
  bottom: -2px;
  font-size: 0.76em;
}
.item-contents .feature-item dl dt img {
  width: 50px;
  border: #bbb 1px solid;
  vertical-align: middle;
}
.feature-item dl {
  display: flex;
  width: 50%;
  float: right;
  margin-bottom: 8px;
  align-items: center;
  flex-direction: row;
}
.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: 60%;
  padding: 0 0.8vw;
  line-height: 1.8em;
  color: #999;
  text-align: left;
}
.mag202302 .feature-item span.item-icon {
  font-weight: 400;
  font-size: 16px;
  border-right: 1px solid;
  padding: 0 6px;
  margin-right: 6px;
}
.mag202302 .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: 150px;
}
a#sportyouter, a#knitskirt, a#borderitems {
  color: #000;
}
span.subtitle2-before {
  font-family: 'Libre Bodoni', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 0.8em;
}
.mag202302.container a {
  cursor: crosshair;
}
.mag202302 .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;
}
.mag202302 .feature-item span.item-link:hover:after {
  border-color: #a18563;
  transition: .3s;
}
.feature-item figure {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.comment {
  margin: 20px auto 180px;
  width: 100%;
  max-width: 800px;
  padding: 2%;
}
/*スマホここから*/
@media screen and (max-width: 768px) {
  p.subtitle {
    font-size: 6vw;
    padding: 2vw;
    width: 80%;
    margin: 0 auto 430px;
  }
  .news_single_div.feature .main-copy {
    padding-bottom: 20px;
  }
  .feature-item {
    font-size: 0.9em;
    line-height: 1.6em;
    height: max-content;
  }
  .item-mainimage {
    padding: 3vw 1vw 1vw;
  }
  #borderitems p.subtitle2 {
    font-size: 7.8vw;
  }
  .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;
  }
  .item02-name {
    margin-right: 6vw;
    margin-bottom: 1vw;
  }
  .item03 {
    margin-left: 0;
    margin-top: 4vw;
    gap: 2% 3%;
    width: 100%;
    justify-content: unset;
    grid-area: item03;
    justify-items: start;
  }
  .feature-item p {
    height: auto !important;
  }
	.mag202302 .feature-item span {
    padding-left: 2vw;
}
  .mag202302 .feature-item span.item-link {
    color: #fff;
    z-index: -100;
    position: relative;
  }
  .mag202302 .feature-item p {
    margin: 0 auto;
    margin: 8px auto;
    padding-top: 40px;
    padding-bottom: 8px;
  }
  .mag202302 .feature-item p:first-child {
    padding-top: 0;
  }
  .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;
  }
  .feature-item dd {
    font-size: 0.86em;
    width: 80%;
    padding: 2vw;
    line-height: 0.8em;
  }
  p.subtitle2 {
    font-size: 1.4em;
  }
  p.subtitle:after {
    content: "";
    white-space: pre;
    position: absolute;
    width: 100%;
    top: 60px;
    left: 50%;
    height: 370px;
    border-left: 1px solid green;
    line-height: 1.8em;
    font-style: normal;
    text-decoration: none;
  }
  span.feature-index:first-child {
    top: 150px;
  }
  span.feature-index:last-child {
    top: 260px;
  }
  span.feature-index {
    font-size: 0.8em;
    background: #fff;
  }
  .comment {
    margin-bottom: 40px;
    margin-top: 0;
  }
}
/*スマホここまで*/