.works {
  margin-top: 160px;
  padding: 160px 0;
  background: url(../images/item/works_bg.webp) center/cover no-repeat;
  background-image: -webkit-image-set(url(../images/item/works_bg.webp) 1x, url(../images/item/works_bg@2x.webp) 2x);
  background-image: image-set(url(../images/item/works_bg.webp) 1x, url(../images/item/works_bg@2x.webp) 2x);
}
@media (max-width: 767px) {
  .works {
    margin-top: 21.3333333333vw;
    padding: 21.3333333333vw 0;
  }
}
.works__wrap {
  width: calc(100% - 100px);
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .works__wrap {
    width: 92vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
  }
}
.works__item {
  position: relative;
}
@media (hover: hover) and (min-width: 1000px) {
  .works__item img {
    transition: scale var(--speed) ease-out;
  }
  .works__item .workslist__title a {
    transition: color var(--speed) ease-out;
  }
  .works__item:hover img {
    scale: 1.05;
  }
  .works__item:hover .workslist__title a {
    color: #999;
  }
  .works__item .workslist__lists a:hover {
    text-decoration: none;
  }
}
.works__tag {
  background-color: #333;
  color: #fff;
  width: 30px;
  height: 100px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: -10px;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 767px) {
  .works__tag {
    font-size: 1.2rem;
    width: 25px;
    height: 80px;
    right: 5px;
    top: -5px;
  }
}
.works__image {
  overflow: hidden;
}
.works__image img {
  width: 100%;
  aspect-ratio: 480/360;
  -o-object-fit: cover;
     object-fit: cover;
}
.works__title {
  font-size: 1.8rem;
  font-family: var(--ff-shippri);
  letter-spacing: normal;
  line-height: 1.77;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .works__title {
    padding: 2.6666666667vw 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.works .viremore {
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1700px;
  margin: 20px auto 0;
}
.works .viremore a {
  margin-left: auto;
}
@media (max-width: 767px) {
  .works .viremore {
    padding: 0;
    width: 92vw;
  }
  .works .viremore a {
    margin-right: auto;
  }
}

.otherLineup {
  padding-top: 160px;
}
@media (max-width: 767px) {
  .otherLineup {
    padding-top: 21.3333333333vw;
  }
}
.otherLineup h2 {
  text-align: center;
  font-size: 5.2rem;
  font-family: var(--ff-cg);
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .otherLineup h2 {
    font-size: 3.6rem;
  }
}
.otherLineup__wrap {
  width: 1200px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .otherLineup__wrap {
    width: 92vw;
    margin-top: 8vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 1px;
  }
}
.otherLineup__link {
  display: grid;
  grid-template-columns: 160px auto 15px;
  align-items: center;
  gap: 0 30px;
  background-color: var(--bgcolor);
  padding: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .otherLineup__link {
    grid-template-columns: 21.3333333333vw auto 15px;
    gap: 0 6.6666666667vw;
    padding: 4vw;
  }
}
@media (hover: hover) and (min-width: 1000px) {
  .otherLineup__link .arrow {
    transition: all var(--speed) ease-in;
  }
  .otherLineup__link .otherLineup__image img {
    transition: scale var(--speed) ease-in;
  }
  .otherLineup__link:hover .arrow {
    translate: 5px 0;
    scale: 1 -1;
  }
  .otherLineup__link:hover .otherLineup__image img {
    scale: 1.1;
  }
}
.otherLineup__image {
  overflow: hidden;
}
.otherLineup__title .semititle {
  background-color: var(--color);
  color: #fff;
  font-family: var(--ff-shippri);
  line-height: 1;
  display: inline-block;
  padding: 7px 20px;
}
@media (max-width: 767px) {
  .otherLineup__title .semititle {
    font-size: 1.2rem;
    padding: 5px 10px;
  }
}
.otherLineup__title .title {
  display: flex;
  gap: 19px;
  line-height: 1;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .otherLineup__title .title {
    gap: 10px;
    margin-top: 2vw;
  }
}
.otherLineup__title .title__en {
  font-size: 4.4rem;
  font-family: var(--ff-cg);
}
@media (max-width: 767px) {
  .otherLineup__title .title__en {
    font-size: 2.4rem;
  }
}
.otherLineup__title .title__en::first-letter {
  color: var(--color);
}
.otherLineup__title .title__jp {
  font-family: var(--ff-shippri);
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 15px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .otherLineup__title .title__jp {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.otherLineup__title .title__jp::before, .otherLineup__title .title__jp::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #333;
}
.otherLineup .arrow {
  width: 15px;
  height: 11px;
  background: url(../images/common/arrow_base.webp) center/contain no-repeat;
  background-image: -webkit-image-set(url(../images/common/arrow_base.webp) 1x, url(../images/common/arrow_base@2x.webp) 2x);
  background-image: image-set(url(../images/common/arrow_base.webp) 1x, url(../images/common/arrow_base@2x.webp) 2x);
}

.headline__cat {
  --bgcolor: #87c493;
}
.headline__en {
  font-size: 7.6rem;
  font-family: var(--ff-outfit);
  font-weight: 400;
}
@media (max-width: 767px) {
  .headline__en {
    font-size: 3.8rem;
  }
}
.pageimage {
  position: relative;
  background: url(../images/item/kanade/img_bg.webp) center top/100% auto repeat-y;
}
.pageimage > img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .pageimage > img {
    height: auto;
  }
}
.pageimage__about {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
  height: auto;
}
@media (max-width: 767px) {
  .pageimage__about {
    width: 92vw;
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}
.pageimage__about .title {
  color: #fff;
  font-size: 8.8rem;
  font-family: var(--ff-cg);
  line-height: 1;
  translate: 0 -50%;
}
@media (max-width: 767px) {
  .pageimage__about .title {
    font-size: 3rem;
  }
}
.pageimage__about .copy {
  font-size: 4rem;
  font-family: var(--ff-shippri);
}
@media (max-width: 767px) {
  .pageimage__about .copy {
    font-size: 2rem;
  }
}
.pageimage__about .text {
  margin-top: 20px;
  font-size: 2rem;
  font-family: var(--ff-shippri);
  line-height: 2.2;
}
@media (max-width: 767px) {
  .pageimage__about .text {
    font-size: 1.4rem;
    margin-top: 2.6666666667vw;
    text-align: left;
  }
}
.pageimage__about .text span {
  color: #87c493;
}
.pageimage__about .img {
  margin-top: 188px;
}
@media (max-width: 767px) {
  .pageimage__about .img {
    margin-top: 11.7333333333vw;
  }
}

.titles {
  text-align: center;
  line-height: 1;
}
.titles .en {
  font-family: var(--ff-cg);
  color: #999;
}
@media (max-width: 767px) {
  .titles .en {
    font-size: 1.2rem;
  }
}
.titles .jp {
  font-size: 3.6rem;
  font-family: var(--ff-shippri);
  margin-top: 25px;
}
@media (max-width: 767px) {
  .titles .jp {
    font-size: 2.4rem;
    margin-top: 3.3333333333vw;
  }
}

.feature {
  padding-top: 160px;
}
@media (max-width: 767px) {
  .feature {
    padding-top: 21.3333333333vw;
  }
}
.feature__contents {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .feature__contents {
    margin-top: 10vw;
  }
}
.feature__item {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .feature__item {
    padding: 0;
  }
}
.feature__item .wrap {
  display: grid;
  align-items: center;
  gap: 7.5%;
  padding: 80px 0;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .feature__item .wrap {
    width: 92vw;
    gap: 6.6666666667vw 0;
    padding: 10.6666666667vw 0;
  }
}
.feature__item + .feature__item {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .feature__item + .feature__item {
    margin-top: 13.3333333333vw;
  }
}
.feature__item::before {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #e9f2f2;
  position: absolute;
  top: 0;
  z-index: -1;
}
.feature__item:nth-child(2n+1) .wrap {
  grid-template-columns: 1020fr 460fr;
  grid-template-areas: "image body";
}
@media (max-width: 767px) {
  .feature__item:nth-child(2n+1) .wrap {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }
}
.feature__item:nth-child(2n+1)::before {
  right: 0;
}
.feature__item:nth-child(2n) .wrap {
  grid-template-columns: 460fr 1020fr;
  grid-template-areas: "body image";
}
@media (max-width: 767px) {
  .feature__item:nth-child(2n) .wrap {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }
}
.feature__item:nth-child(2n)::before {
  left: 0;
}
@media (min-width: 768px) {
  .feature__item__img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: image;
  }
  .feature__item:nth-child(2n) .wrap > .feature__item__img {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 768px) {
  .feature__item__body {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: body;
  }
  .feature__item:nth-child(2n) .wrap > .feature__item__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.feature__item__body .numbering {
  line-height: 1;
  color: #87c493;
}
.feature__item__body .numbering .name {
  font-size: 1.8rem;
  font-family: var(--ff-cg);
}
@media (max-width: 767px) {
  .feature__item__body .numbering .name {
    font-size: 1.4rem;
  }
}
.feature__item__body .numbering .num {
  font-size: 5rem;
  font-family: var(--ff-shippri);
  margin-top: 15px;
}
@media (max-width: 767px) {
  .feature__item__body .numbering .num {
    font-size: 3.6rem;
    margin-top: 2vw;
  }
}
.feature__item__body .title {
  margin-top: 45px;
  font-family: var(--ff-shippri);
  line-height: 1;
}
.feature__item__body .title .sub {
  font-size: 2.4rem;
}
.feature__item__body .title .main {
  font-size: 3.6rem;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .feature__item__body .title {
    margin-top: 6vw;
  }
  .feature__item__body .title .sub {
    font-size: 1.8rem;
  }
  .feature__item__body .title .main {
    font-size: 2.4rem;
    margin-top: 4vw;
  }
}
.feature__item__body .text {
  margin-top: 45px;
}
.feature__item__body .text p + p {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .feature__item__body .text {
    font-size: 1.4rem;
    margin-top: 6.6666666667vw;
  }
}

.plan {
  padding-top: 160px;
}
@media (max-width: 767px) {
  .plan {
    padding-top: 10.6666666667vw;
  }
}