@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&family=Quicksand:wght@600&display=swap");
@font-face {
  font-family: "AmaticSC";
  src: url("/clearturn/font/AmaticSC-Regular.woff") format("woff");
}
@font-face {
  font-family: "Outfit-lt";
  src: url("/clearturn/font/Outfit-Light.woff") format("woff");
}
@font-face {
  font-family: "Outfit-r";
  src: url("/clearturn/font/Outfit-Regular.woff") format("woff");
}
@font-face {
  font-family: "Outfit-md";
  src: url("/clearturn/font/Outfit-Medium.woff") format("woff");
}
@font-face {
  font-family: "Outfit-sb";
  src: url("/clearturn/font/Outfit-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Outfit-bd";
  src: url("/clearturn/font/Outfit-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-lt";
  src: url("/clearturn/font/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-r";
  src: url("/clearturn/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-md";
  src: url("/clearturn/font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-sb";
  src: url("/clearturn/font/NotoSansJP-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-bd";
  src: url("/clearturn/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "CrimsonText-r";
  src: url("/clearturn/font/CrimsonText-Regular.woff") format("woff");
}
@font-face {
  font-family: "CrimsonText-sb";
  src: url("/clearturn/font/CrimsonText-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "CrimsonText-bd";
  src: url("/clearturn/font/CrimsonText-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif-lt";
  src: url("/clearturn/font/NotoSerifJP-Light.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif-r";
  src: url("/clearturn/font/NotoSerifJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif-md";
  src: url("/clearturn/font/NotoSerifJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif-sb";
  src: url("/clearturn/font/NotoSerifJP-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif-bd";
  src: url("/clearturn/font/NotoSerifJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto-lt";
  src: url("/clearturn/font/Roboto-Light.woff") format("woff");
}
@font-face {
  font-family: "Roboto-md";
  src: url("/clearturn/font/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto-bd";
  src: url("/clearturn/font/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: "mplus1c";
  src: url("/clearturn/font/MPLUSRounded1c-Regular.woff") format("woff");
}
@font-face {
  font-family: "mplus1c-bd";
  src: url("/clearturn/font/MPLUSRounded1c-Bold.woff") format("woff");
}
@font-face {
  font-family: "quicksand-sb";
  src: url("/clearturn/font/Quicksand-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "quicksand-bd";
  src: url("/clearturn/font/Quicksand-Bold.woff") format("woff");
}
html {
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-image: url(/clearturn/img/collaboration/common/main_bg.jpg);
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #525252;
}

.item-wid {
  margin: 0 auto;
  width: 61%;
}

.txt-small {
  font-size: 1rem;
  line-height: 1.7rem;
}
@media screen and (max-width: 750px) {
  .txt-small {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}

sub {
  font-size: 0.6em;
  vertical-align: middle;
  bottom: 0em;
}

@media screen and (min-width: 751px) {
  .dtl {
    padding-top: 95px;
  }
}
@media screen and (max-width: 750px) {
  .dtl {
    padding-top: 12rem;
  }
}
@media screen and (min-width: 751px) {
  .dtl__inner {
    padding: 7.5rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .dtl__inner {
    padding: 5.5rem 0 0;
  }
}
.dtl__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  background: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .dtl__box {
    border-radius: 6rem;
    width: 118rem;
    padding: 15rem 0 18rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box {
    border-radius: 8rem;
    width: 64rem;
    padding: 8rem 0 9rem;
  }
}
@media screen and (min-width: 751px) {
  .dtl__box-slider {
    width: 34rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-slider {
    width: 38.3rem;
  }
}
.dtl__box-slider .swiper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .dtl__box-slider .swiper-wrapper {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-slider .swiper-wrapper {
    margin-bottom: 1.5rem;
  }
}
.dtl__box-slider .swiper-pagination {
  position: relative;
  width: auto;
  inset: auto;
  line-height: 0;
}
.dtl__box-slider .swiper-pagination-bullet {
  background: #c8c8c8;
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .dtl__box-slider .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.75rem !important;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-slider .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.75rem !important;
  }
}
.dtl__box-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f77aad;
}
.dtl__box-slider .swiper-button-prev,
.dtl__box-slider .swiper-button-next {
  position: relative;
  inset: auto;
  margin: 0;
}
@media screen and (min-width: 751px) {
  .dtl__box-slider .swiper-button-prev,
  .dtl__box-slider .swiper-button-next {
    width: 0.8rem;
    height: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-slider .swiper-button-prev,
  .dtl__box-slider .swiper-button-next {
    width: 1.6rem;
    height: 2rem;
  }
}
.dtl__box-slider .swiper-button-prev::after,
.dtl__box-slider .swiper-button-next::after {
  content: "";
  position: absolute;
  background-image: url(/clearturn/img/collaboration/common/arrow02_k.png);
  background-size: contain;
  background-repeat: no-repeat;
  inset: 0;
}
@media screen and (min-width: 751px) {
  .dtl__box-slider .swiper-button-prev {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-slider .swiper-button-prev {
    margin-right: 4rem;
  }
}
.dtl__box-slider .swiper-button-prev::after {
  transform: scale(-1, 1);
}
@media screen and (min-width: 751px) {
  .dtl__box-slider .swiper-button-next {
    margin-left: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-slider .swiper-button-next {
    margin-left: 4rem;
  }
}
.dtl__box-caption {
  position: relative;
}
@media screen and (min-width: 751px) {
  .dtl__box-caption {
    width: 46rem;
    padding: 3.5rem 0 0 10rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-caption {
    padding: 12rem 0 0;
    text-align: center;
  }
}
.dtl__box-caption > .purchaseBtn-inner {
  margin-top: 4rem;
  margin-left: -9rem;
}
@media screen and (max-width: 750px) {
  .dtl__box-caption > .purchaseBtn-inner {
    margin-top: 7.6rem;
    margin-left: auto;
  }
}
.dtl__box-type {
  width: 6.8rem;
  height: 6.8rem;
  display: grid;
  place-content: center;
  align-items: center;
  background-color: #f4b1b1;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #fff;
  position: absolute;
  top: -3rem;
  right: 6.5rem;
}
@media screen and (max-width: 750px) {
  .dtl__box-type {
    width: 11rem;
    height: 11rem;
    font-size: 2.7rem;
    top: 0rem;
    right: -7.5rem;
  }
}
.dtl__box-label {
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 700;
  color: #f77aad;
}
@media screen and (min-width: 751px) {
  .dtl__box-label {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-label {
    font-size: 3.8rem;
  }
}
.dtl__box-name {
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 751px) {
  .dtl__box-name {
    padding-top: 3rem;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-name {
    padding-top: 4rem;
    font-size: 4.6rem;
  }
}
.dtl__box-capacity {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .dtl__box-capacity {
    gap: 1rem;
    padding-top: 1.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-capacity {
    gap: 1.5rem;
    padding-top: 2.5rem;
    justify-content: center;
    font-size: 2rem;
  }
}
.dtl__box-capacity > span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .dtl__box-capacity > span {
    border-radius: 3.4rem;
    width: 11.2rem;
    height: 3.4rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-capacity > span {
    border-radius: 5.7rem;
    width: 18.6rem;
    height: 5.7rem;
  }
}
.dtl__box-checks {
  display: flex;
  margin-top: 10rem;
}
@media screen and (min-width: 751px) {
  .dtl__box-checks + .txt-small {
    margin-top: 3rem;
    margin-left: -3rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-checks + .txt-small {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 751px) {
  .dtl__box-checks {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 73rem;
    padding-right: 3rem;
    margin-left: 10rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-checks {
    flex-direction: column;
  }
}
.dtl__box-checks > p {
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 751px) {
  .dtl__box-checks > p {
    width: 39.063%;
    font-size: 2.1rem;
  }
  .dtl__box-checks > p:nth-of-type(n+3) {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-checks > p {
    font-size: 3.1rem;
  }
  .dtl__box-checks > p:nth-of-type(n+2) {
    margin-top: 3.5rem;
  }
}
.dtl__box-checks > p::before {
  content: "";
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.2em;
  vertical-align: bottom;
}
@media screen and (min-width: 751px) {
  .dtl__box-checks > p::before {
    background-image: url(/clearturn/img/collaboration/common/check01_pc.png);
    position: absolute;
    top: 0;
    left: -3rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-checks > p::before {
    background-image: url(/clearturn/img/collaboration/common/check01_sp.png);
  }
}
@media screen and (min-width: 751px) {
  .dtl__box-image {
    width: 88rem;
    margin-top: 15rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-image {
    width: 53rem;
    margin-top: 17rem;
  }
}
.dtl__box-image > p {
  position: relative;
  margin: 0 auto;
  z-index: 5;
}
@media screen and (min-width: 751px) {
  .dtl__box-image > p {
    width: 26.8rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-image > p {
    width: 40.2rem;
  }
}
.dtl__box-image > p::before {
  content: "";
  position: absolute;
  background-image: url(/clearturn/img/collaboration/common/dtl_img_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (min-width: 751px) {
  .dtl__box-image > p::before {
    width: 3.1rem;
    height: 8.8rem;
    inset: -10.7rem 0 auto 0;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-image > p::before {
    width: 3.7rem;
    height: 10.3rem;
    inset: -13.4rem 0 auto 0;
  }
}
.dtl__box-image > figure {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .dtl__box-image > figure {
    margin-top: -6.2rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-image > figure {
    margin-top: -8.7rem;
  }
}
.dtl__box-image > figure::before, .dtl__box-image > figure::after {
  content: "";
  position: absolute;
  background-image: url(/clearturn/img/collaboration/common/dtl_img_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (min-width: 751px) {
  .dtl__box-image > figure::before, .dtl__box-image > figure::after {
    width: 4.4rem;
    height: 3.1rem;
    top: -4rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-image > figure::before, .dtl__box-image > figure::after {
    width: 5.2rem;
    height: 3.7rem;
    top: -5rem;
  }
}
@media screen and (min-width: 751px) {
  .dtl__box-image > figure::before {
    left: -3.9rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-image > figure::before {
    left: -3rem;
  }
}
.dtl__box-image > figure::after {
  transform: scale(-1, 1);
}
@media screen and (min-width: 751px) {
  .dtl__box-image > figure::after {
    right: -3.9rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-image > figure::after {
    right: -3rem;
  }
}
.dtl__box-image .annotation {
  text-align: left;
  width: initial;
}
@media screen and (min-width: 751px) {
  .dtl__box-image .annotation {
    padding-top: 1.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .dtl__box-image .annotation {
    padding-top: 2.3rem;
    font-size: 2rem;
  }
}
.dtl__box-image .annotation::before {
  content: none;
}
.dtl__award {
  display: flex;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 750px) {
  .dtl__award {
    justify-content: center;
  }
}
.dtl__award > figure img {
  width: 11.1rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  .dtl__award > figure img {
    width: 17.3rem;
  }
}

.feat {
  position: relative;
}
@media screen and (min-width: 751px) {
  .feat {
    padding: 6.5rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .feat {
    padding: 12rem 0 0;
  }
}
.feat__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-image: url(/clearturn/img/collaboration/common/feat_head.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  text-align: center;
  z-index: 7;
}
@media screen and (min-width: 751px) {
  .feat__head {
    background-position: center center;
    background-size: contain;
    justify-content: center;
    width: 90rem;
    height: 21.6rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__head {
    background-position: center bottom;
    background-size: auto 27.3rem;
    justify-content: flex-end;
    height: 24.4rem;
    padding-bottom: 11.4rem;
  }
}
.feat__head > h2 {
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}
@media screen and (min-width: 751px) {
  .feat__head > h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__head > h2 {
    font-size: 4.6rem;
  }
}
.feat__head > p {
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .feat__head > p {
    padding-top: 0.7rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__head > p {
    padding-top: 0.8rem;
    font-size: 2rem;
  }
}
.feat__inner {
  position: relative;
  background: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .feat__inner {
    border-radius: 6rem;
    width: 118rem;
    margin-top: -10.7rem;
    padding: 9.5rem 0 18rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__inner {
    border-radius: 9.6rem;
    width: 67rem;
    margin-top: -18.3rem;
    padding: 15.1rem 0 13rem;
  }
}
.feat__inner::before, .feat__inner::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 5;
  pointer-events: none;
}
.feat__inner::before {
  background-position: center top;
}
@media screen and (min-width: 751px) {
  .feat__inner::before {
    background-image: url(/clearturn/img/collaboration/common/feat_line1_pc.png);
    inset: -2px;
  }
}
@media screen and (max-width: 750px) {
  .feat__inner::before {
    background-image: url(/clearturn/img/collaboration/common/feat_line1_sp.png);
    inset: -1px;
  }
}
.feat__inner::after {
  background-position: center bottom;
}
@media screen and (min-width: 751px) {
  .feat__inner::after {
    background-image: url(/clearturn/img/collaboration/common/feat_line2_pc.png);
    inset: -2px;
  }
}
@media screen and (max-width: 750px) {
  .feat__inner::after {
    background-image: url(/clearturn/img/collaboration/common/feat_line2_sp.png);
    inset: -1px;
  }
}
.feat__point {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.feat__point.bg1 {
  background: #fffdea;
}
@media screen and (min-width: 751px) {
  .feat__point.bg1 {
    border-radius: 4rem;
    width: 107rem;
    padding: 4rem 13.5rem 12.5rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point.bg1 {
    padding: 10rem 0 10rem;
  }
}
.feat__point-head {
  display: flex;
}
@media screen and (min-width: 751px) {
  .feat__point-head {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-head {
    flex-direction: column;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-caption {
    width: 70rem;
  }
  .feat__point-caption:has(+ .feat__point-thumb) {
    width: 39rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-number {
    width: 14.5rem;
    transform: translate(-24.827%, 0);
  }
}
@media screen and (max-width: 750px) {
  .feat__point-number {
    width: 17.4rem;
    transform: translate(-11.494%, 0);
  }
}
.feat__point-lead {
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .feat__point-lead {
    padding-top: 1.5rem;
    line-height: 1.5em;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-lead {
    padding-top: 4rem;
    line-height: 1.544em;
    font-size: 4.6rem;
    text-align: center;
  }
}
.feat__point-text {
  line-height: 2em;
}
@media screen and (min-width: 751px) {
  .feat__point-text {
    padding-top: 5rem;
    padding-bottom: 1rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-text {
    width: 48rem;
    margin: 0 auto;
    padding-top: 4rem;
    font-size: 2.5rem;
  }
}
.feat__point-thumb {
  position: relative;
}
@media screen and (min-width: 751px) {
  .feat__point-thumb.img1 {
    width: 36.8rem;
    margin-left: 4rem;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-thumb.img2 {
    width: 41rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-thumb.img2 {
    width: 49.6rem;
    margin: 4.4rem auto 0;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-thumb.img3 {
    width: 81rem;
    margin-top: 1.7rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-thumb.img3 {
    width: 60.6rem;
    margin: 0.7rem auto 0;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-thumb.img4 {
    width: 70rem;
    margin: 3.8rem auto 0;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-thumb.img4 {
    width: 50rem;
    margin: 6rem auto 0;
  }
}
.feat__point-thumb > img {
  position: relative;
}
.feat__point-cards {
  display: grid;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .feat__point-cards {
    grid-template-columns: repeat(6, 1fr);
    justify-content: space-between;
    margin: 7rem auto 0;
    gap: 2.7rem 2.4rem;
    width: 97.8rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-cards {
    grid-template-columns: 53.7rem;
    justify-content: center;
    margin: 6rem auto 0;
    row-gap: 4.5rem;
  }
}
.feat__point-cards > dl dd + dd {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .feat__point-cards > dl dd + dd {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-cards > dl > dd span {
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-cards > dl > dd span {
    margin-top: 1rem;
  }
}
.feat__point-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .feat__point-card {
    border-radius: 2rem;
    min-height: 8rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-card {
    width: 100%;
    border-radius: 3rem;
    min-height: 15.6rem;
  }
}
.feat__point-card.card1 {
  background-image: url(/clearturn/img/collaboration/common/card3_bg.png);
}
@media screen and (min-width: 751px) {
  .feat__point-card.card1 {
    grid-column: span 2;
  }
}
.feat__point-card.card1 > dt {
  color: #57c4dd;
}
.feat__point-card.card1 > dd {
  background: #fffbfc;
  color: #57c4dd;
}
.feat__point-card.card2 {
  background-image: url(/clearturn/img/collaboration/common/card2_bg.png);
}
@media screen and (min-width: 751px) {
  .feat__point-card.card2 {
    grid-column: span 2;
  }
}
.feat__point-card.card2 > dt {
  color: #efa348;
}
.feat__point-card.card2 > dd {
  background: #fffbfc;
  color: #efa348;
}
.feat__point-card.card3 {
  background-image: url(/clearturn/img/collaboration/common/card1_bg.png);
}
@media screen and (min-width: 751px) {
  .feat__point-card.card3 {
    grid-column: span 2;
  }
}
.feat__point-card.card3 > dt {
  color: #f77aad;
}
.feat__point-card.card3 > dd {
  background: #fffbfc;
  color: #f77aad;
}
.feat__point-card.card4 {
  background: #fffdea;
}
@media screen and (min-width: 751px) {
  .feat__point-card.card4 {
    grid-column: span 3;
  }
}
.feat__point-card > dt {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .feat__point-card > dt {
    flex-shrink: 0;
    height: 8rem;
    line-height: 1.05em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-card > dt {
    height: 11.2rem;
    line-height: 1.394em;
    font-size: 3.4rem;
  }
}
.feat__point-card > dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .feat__point-card > dd {
    border-radius: 1.5rem;
    width: calc(100% - 2rem);
    height: 100%;
    margin: 0 1rem 1rem;
    padding: 2.3rem 0;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-card > dd {
    border-radius: 2.3rem;
    width: calc(100% - 3rem);
    margin: 0 1.5rem 1.5rem;
    padding: 3.6rem 0;
  }
}
.feat__point-checks {
  display: flex;
}
@media screen and (min-width: 751px) {
  .feat__point-checks {
    justify-content: space-between;
    width: 70rem;
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-checks {
    flex-wrap: wrap;
    gap: 3.5rem 7rem;
    width: 47rem;
    margin: 7rem auto 0;
  }
}
.feat__point-checks > p {
  line-height: 1;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .feat__point-checks > p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-checks > p {
    font-size: 3.1rem;
  }
}
.feat__point-checks > p::before {
  content: "";
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.2em;
  vertical-align: bottom;
}
@media screen and (min-width: 751px) {
  .feat__point-checks > p::before {
    background-image: url(/clearturn/img/collaboration/common/check01_pc.png);
  }
}
@media screen and (max-width: 750px) {
  .feat__point-checks > p::before {
    background-image: url(/clearturn/img/collaboration/common/check01_sp.png);
  }
}
.feat__point-checked {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 751px) {
  .feat__point-checked {
    gap: 1.2rem 1rem;
    width: 75rem;
    margin: 4rem auto 1.1rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-checked {
    flex-direction: column;
    row-gap: 2rem;
    width: 50rem;
    margin: 5rem auto 1.9rem;
  }
}
.feat__point-checked > p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FBBCD6;
  border-radius: 4rem;
  line-height: 1.375;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .feat__point-checked > p {
    width: 37rem;
    height: 8rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-checked > p {
    height: 12.4rem;
    width: 100%;
    border-radius: 6.5rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-checked + .feat__point-note {
    width: 47rem;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-kome {
    width: 97.8rem;
    margin: 4.5rem auto 0;
    line-height: 1.7em;
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-kome {
    width: 50rem;
    margin: 5rem auto 0;
    line-height: 1.7em;
    font-size: 2rem;
  }
}
@media screen and (min-width: 751px) {
  .feat__point-kome > li > p {
    display: inline;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-kome > li > p {
    padding-left: 2em;
    text-indent: -2em;
  }
}
.feat__point-note {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .feat__point-note {
    width: 75rem;
    padding-top: 1.3rem;
    line-height: 1.667em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point-note {
    width: 57rem;
    padding-top: 2.4rem;
    line-height: 1.7em;
    font-size: 2rem;
  }
}
.feat__point-note.right {
  text-align: right;
}
@media screen and (min-width: 751px) {
  .feat__point + .feat__point {
    margin-top: 14rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__point + .feat__point {
    margin-top: 13rem;
  }
}
.feat__activeingredient-head {
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .feat__activeingredient-head {
    line-height: 1.455em;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__activeingredient-head {
    line-height: 1.2em;
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 751px) {
  .feat__activeingredient-head + .feat__activeingredient-detail {
    margin-top: -0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__activeingredient-head + .feat__activeingredient-detail {
    margin-top: 0.6rem;
  }
}
.feat__activeingredient-detail {
  font-weight: bold;
  color: #525252;
}
@media screen and (min-width: 751px) {
  .feat__activeingredient-detail {
    line-height: 1.778em;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__activeingredient-detail {
    line-height: 1.334em;
    font-size: 3rem;
  }
}
@media screen and (min-width: 751px) {
  .feat__activeingredient-detail + .feat__activeingredient-head {
    padding-top: 0.6rem;
  }
}
@media screen and (max-width: 750px) {
  .feat__activeingredient-detail + .feat__activeingredient-head {
    padding-top: 1.6rem;
  }
}

.shoplink {
  position: relative;
}
@media screen and (min-width: 751px) {
  .shoplink {
    margin-top: 12.5rem;
  }
}
@media screen and (max-width: 750px) {
  .shoplink {
    margin-top: 10rem;
  }
}
.shoplink::before {
  content: "";
  position: absolute;
  background-image: url(/clearturn/img/collaboration/common/shoplink_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  pointer-events: none;
}
.shoplink__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 751px) {
  .shoplink__inner {
    height: 35.1rem;
    padding-right: 50%;
  }
}
@media screen and (max-width: 750px) {
  .shoplink__inner {
    padding: 7rem 0 0;
  }
}
.shoplink__title {
  position: relative;
}
@media screen and (min-width: 751px) {
  .shoplink__title {
    width: 35rem;
    margin: 0 0 0 auto;
    z-index: 3;
  }
}
@media screen and (max-width: 750px) {
  .shoplink__title {
    text-align: center;
  }
}
.shoplink__title > h2 {
  line-height: 1;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}
@media screen and (min-width: 751px) {
  .shoplink__title > h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .shoplink__title > h2 {
    font-size: 5.7rem;
  }
}
.shoplink__title > p {
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .shoplink__title > p {
    padding-top: 1rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .shoplink__title > p {
    padding-top: 2rem;
    font-size: 2rem;
  }
}
.shoplink__links {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .shoplink__links {
    margin: 0 0 0 auto;
    padding-top: 3.5rem;
    width: 47rem;
  }
}
@media screen and (max-width: 750px) {
  .shoplink__links {
    display: flex;
    justify-content: center;
    padding-top: 6.5rem;
  }
}
@media screen and (min-width: 751px) {
  .shoplink__image {
    position: absolute;
    width: 42.8rem;
    inset: auto auto -1.7rem calc(50vw - 2.3rem);
    z-index: 1;
  }
}
@media screen and (max-width: 750px) {
  .shoplink__image {
    width: 58rem;
    margin: 4rem auto -3.5rem;
  }
}

.series-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8rem 0 20rem;
}
.series-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media screen and (min-width: 751px) {
  .series-btn {
    border-radius: 5rem;
  }
}
@media screen and (max-width: 750px) {
  .series-btn {
    border-radius: 7rem;
  }
}
.series-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .series-btn a {
    width: 40rem;
    height: 8rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .series-btn a {
    width: 62.5rem;
    height: 12.5rem;
    font-size: 2.2rem;
  }
}
.series-btn a::after {
  content: "";
  position: absolute;
  background-image: url(/clearturn/img/collaboration/common/arrow03_k.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.4em;
  height: 0.6em;
  top: 50%;
  right: 12.5%;
  transform: translate(0, -50%);
}