@charset "UTF-8";
/* stylelint-disable no-duplicate-selectors */
:root {
  --black: #000;
  --gray: #6F6F6F;
  --light-gray: #D9D9D9;
  --white: #fff;
  --light-gold: #F3EAD6;
  --gold:#CFB280;
  --dark-gold: #AC874D;
  --red: #AA3131;
  --light-pink: #F6DDDD;
  --brown: #6E4A2E;
  --dark-teal: #00827E;
  --grad-teal: #019793;
  --light-green: #d7edec;
}

/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable no-duplicate-selectors */
/* ----------------------------------------------------------------------

	Copyed top.css

---------------------------------------------------------------------- */
.wrp-footer {
  border-top: 0;
}

.wrp-footer .wrp-productlink .area-ttl {
  display: block;
  margin-bottom: 70px;
  color: #ad8848;
  text-align: center;
}

.wrp-footer .wrp-productlink .area-ttl .text-ttl {
  display: inline-block;
  font-size: 54px;
  line-height: 1;
}

.wrp-footer .wrp-productlink .area-ttl .text-ttl::before {
  bottom: 8px;
  left: -11px;
  width: 112%;
}

.wrp-footer .wrp-productlink .area-ttl .text-rb {
  display: block;
  font-size: 16px;
}

@media screen and (max-width: calc(736px - 1px)) {
  .wrp-footer .wrp-productlink .area-ttl {
    margin-bottom: 35px;
  }
  .wrp-footer .wrp-productlink .area-ttl .text-rb {
    font-size: 12px;
  }
}
.mfp-bg.bg-mv {
  z-index: 2001 !important;
  opacity: 0.8 !important;
}

.mfp-bg.bg-mv + .mfp-wrap {
  z-index: 2001;
}

/* ----------------------------------------------------------------------

	Copyed top_cp25.css 注目の新製品

---------------------------------------------------------------------- */
.cts-newlineup {
  position: relative;
  padding-top: 80px;
  /* margin-top: -10px; */
  padding-bottom: 30px;
  background-color: #fff;
}

.cts-newlineup .ttl-newlineup {
  margin-bottom: 54px;
  text-align: center;
}

.cts-newlineup .ttl-newlineup .mod-ttl.ttl-item01 {
  display: inline-block;
  font-weight: normal;
}

.cts-newlineup .ttl-newlineup .mod-ttl.ttl-item01 .text {
  font-size: 60px;
}

.cts-newlineup .ttl-newlineup .mod-ttl.ttl-item01 .text::before {
  left: -13px;
  width: 100%;
}

.cts-newlineup .ttl-newlineup .text-rb {
  display: block;
  margin-top: -8px;
  font-size: 16px;
  font-weight: 400;
  color: #ac874d;
}

.cts-newlineup .list-new li {
  display: block;
  float: left;
  width: 50%;
}

.cts-newlineup .list-new li a {
  display: block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.cts-newlineup .list-new li a:hover {
  opacity: 0.7;
}

.cts-newlineup .list-new li a .img img {
  width: 100%;
  max-width: 478px;
  vertical-align: bottom;
}

.cts-newlineup .list-new li:nth-child(odd) {
  padding-right: 10px;
  padding-left: 5px;
  text-align: right;
}

.cts-newlineup .list-new li:nth-child(even) {
  padding-left: 10px;
}

.cts-newlineup .list-new li:nth-child(n+3) {
  margin-top: 19px;
}

.wrp-footer .totop {
  top: 512px;
}

@media screen and (max-width: calc(736px - 1px)) {
  .cts-newlineup {
    padding-top: 0;
    /* margin-top: -5px; */
    padding-bottom: 0;
  }
  .cts-newlineup > .inner-cts {
    padding-top: 45px;
  }
  .cts-newlineup .ttl-newlineup {
    margin-bottom: 40px;
  }
  .cts-newlineup .ttl-newlineup .mod-ttl.ttl-item01 .text {
    font-size: 50px;
  }
  .cts-newlineup .ttl-newlineup .mod-ttl.ttl-item01 .text::before {
    left: -13px;
    width: 100%;
  }
  .cts-newlineup .ttl-newlineup .text-rb {
    margin-top: -4px;
    font-size: 12px;
  }
  .cts-newlineup .list-new li {
    display: block;
    float: none;
    width: 100%;
  }
  .cts-newlineup .list-new li a .img img {
    max-width: none;
  }
  .cts-newlineup .list-new li:nth-child(odd) {
    padding-right: 0;
    padding-left: 0;
  }
  .cts-newlineup .list-new li:nth-child(even) {
    padding-left: 0;
  }
  .cts-newlineup .list-new li:nth-child(n+3) {
    margin-top: 0;
  }
}
/* ----------------------------------------------------------------------

	Copyed top_cp25.css キャンペーン用CSS

---------------------------------------------------------------------- */
.wrp-header::before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(3, 0, 0)), color-stop(50%, rgb(94, 92, 92)), to(rgb(3, 0, 0)));
  background-image: linear-gradient(90deg, rgb(3, 0, 0), rgb(94, 92, 92) 50%, rgb(3, 0, 0) 100%);
}

.wrp-header::after {
  position: absolute;
  bottom: -8px;
  z-index: -1;
  width: 100%;
  height: 4px;
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(3, 0, 0)), color-stop(50%, rgb(94, 92, 92)), to(rgb(3, 0, 0)));
  background-image: linear-gradient(90deg, rgb(3, 0, 0), rgb(94, 92, 92) 50%, rgb(3, 0, 0) 100%);
}

.cp_inner {
  max-width: 1134px;
  margin: auto;
}

.sp-block, .pad-block {
  display: none !important;
}

.drop-shadow {
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.15));
}

.drop-shadow-light {
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.15));
}

.drop-shadow-dark {
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.wrp-maincts {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  background: var(--light-gold);
}

.wrp-maincts img {
  max-width: 100%;
  vertical-align: top;
}

.js-inview,
.js-inview2,
.js-inview3 {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  will-change: translate, opacity;
}

.js-inview-act,
.js-inview-act2,
.js-inview-act3 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes kvFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes kvFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.cts-mainvis {
  position: relative;
  display: block;
  height: 476px;
  overflow: hidden;
  background: url("../img/top/cp26Aut/img_main.webp") no-repeat center;
  background-size: auto 100%;
}
.cts-mainvis.kv-fadein {
  -webkit-animation: kvFadeIn 0.6s ease-out 0.15s both;
          animation: kvFadeIn 0.6s ease-out 0.15s both;
}
.cts-mainvis > .inner-cts {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1134px;
  height: 100%;
  margin: 0 auto;
}

.img-mainvis-products {
  position: absolute;
  right: 0;
  bottom: 46px;
  width: 108px;
}
.img-mainvis-txt {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.img-mainvis-txt img {
  width: 265px;
  height: auto;
}
.img-mainvis-txt img.copy {
  width: 106px;
  height: auto;
}

@-webkit-keyframes mainvis01 {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes mainvis01 {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.ttl-mainvis {
  position: absolute;
  bottom: 10px;
  left: max(130px, calc(130 / 1280 * 100vw));
  width: 320px;
  height: 325px;
  margin: 0 auto;
  -webkit-animation: mainvis01 1.5s ease-in-out 1.8s infinite alternate;
          animation: mainvis01 1.5s ease-in-out 1.8s infinite alternate;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.ttl-mainvis img.copy {
  position: relative;
  width: 286px;
  height: auto;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: fadeIn2s 0.75s ease-out forwards;
          animation: fadeIn2s 0.75s ease-out forwards;
}
.ttl-mainvis img.karitoro {
  position: relative;
  width: 188px;
  height: auto;
  margin-top: 30px;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: fadeIn2s 0.75s ease-out 0.5s forwards;
          animation: fadeIn2s 0.75s ease-out 0.5s forwards;
}
.ttl-mainvis img.kibble {
  position: relative;
  z-index: 2;
  width: 226px;
  height: auto;
  margin-top: -110px;
  margin-left: 86px;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: fadeIn2s 1s ease-out 0.8s forwards;
          animation: fadeIn2s 1s ease-out 0.8s forwards;
}

@-webkit-keyframes fadeIn2s {
  0% { /* empty */ }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeIn2s {
  0% { /* empty */ }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.cts-products_contents {
  background: #000003;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 3)), color-stop(50%, rgb(94, 92, 92)), to(rgb(0, 0, 3)));
  background: linear-gradient(90deg, rgb(0, 0, 3) 0%, rgb(94, 92, 92) 50%, rgb(0, 0, 3) 100%);
}

@media screen and (max-width: calc(736px - 1px)) {
  .sp-block {
    display: block !important;
  }
  .pc-block {
    display: none !important;
  }
  .main_catchcopy {
    position: absolute;
    top: 14px;
    left: 120px;
    z-index: 100;
    display: inline-block;
    max-width: calc(100% - 200px);
    max-height: 18px;
  }
  .cts-mainvis {
    height: auto;
    background: none;
  }
  .ttl-mainvis {
    top: max(74px, calc(74 / 375 * 100vw));
    left: 15px;
    height: auto;
  }
  .ttl-mainvis img.copy {
    width: max(150px, calc(150 / 375 * 100vw));
  }
  .ttl-mainvis img.karitoro {
    display: block;
    width: max(105px, calc(105 / 375 * 100vw));
    margin-top: max(8px, calc(8 / 375 * 100vw));
  }
  .ttl-mainvis img.kibble {
    width: max(115px, calc(115 / 375 * 100vw));
    margin-top: max(-40px, calc(-40 / 375 * 100vw));
    margin-left: max(30px, calc(30 / 375 * 100vw));
  }
  .img-mainvis .img-mainvis-products {
    position: absolute;
    right: 6%;
    bottom: 17%;
    width: 14%;
  }
  .img-mainvis-txt {
    padding-inline: 8px;
  }
  .img-mainvis-txt img {
    width: 212px;
  }
  .img-mainvis-txt img.copy {
    width: 85px;
  }
}
@media screen and (orientation: landscape) and (max-width: 980px) and (max-height: 460px) {
  .ttl-mainvis {
    left: calc(30 / 460 * 100vw);
  }
  .ttl-mainvis img.copy {
    width: calc(150 / 430 * 100vw);
  }
}
@-webkit-keyframes mainvis01Landscape {
  0% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mainvis01Landscape {
  0% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ----------------------------------------------------------------------

	Copyed top_cp25.css float

---------------------------------------------------------------------- */
#btn_float {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 4;
  display: block;
  width: 200px;
  opacity: 1;
}
#btn_float img {
  width: 100%;
  height: auto;
}

#LINE_QR {
  padding-top: 80px;
  margin-top: -80px;
}

#onetrust-close-btn-container {
  z-index: 100 !important;
}

@media screen and (max-width: calc(736px - 1px)) {
  #btn_float {
    position: fixed;
    right: 0;
    bottom: 7vw;
    width: min(150px, calc(150 / 375 * 100vw));
    height: auto;
  }
}
/* ----------------------------------------------------------------------

	Copyed top_cp25.css cts-products_contents

---------------------------------------------------------------------- */
.cts-products_contents .cts-cp_contents__inner {
  position: relative;
  padding: 18px 0 50px;
  background: url("../img/top/cp25/bg.png") no-repeat center bottom;
  background-size: 100% auto;
}

.cts-products_contents .cts-cp_contents__inner .bg_mask {
  display: block;
  width: 100%;
  height: 100px;
  background: #8B6F58;
  background: -webkit-gradient(linear, left top, right top, from(rgb(139, 111, 88)), color-stop(32%, rgb(132, 102, 77)), color-stop(82%, rgb(115, 81, 54)), to(rgb(110, 74, 46)));
  background: linear-gradient(90deg, rgb(139, 111, 88) 0%, rgb(132, 102, 77) 32%, rgb(115, 81, 54) 82%, rgb(110, 74, 46) 100%);
  -webkit-mask-image: url("../img/top/cp25/bg_mask.svg");
          mask-image: url("../img/top/cp25/bg_mask.svg");
  /* Chrome, Safari用 */
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 50%;
          mask-size: 50%;
}

.cts-products_contents .cts-cp_contents__inner .cp_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1210px;
}

.cts-products_contents .cts-cp_contents__inner .cp-name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48%;
  padding-left: 155px;
}

.cts-products_contents .cts-cp_contents__inner .cp-name .img-badge {
  position: absolute;
  top: -27px;
  left: -38px;
  width: 180px;
  height: 180px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cts-products_contents .cts-cp_contents__inner .prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  width: 39%;
}

.cts-products_contents .cts-cp_contents__inner .prize li {
  position: relative;
}

.cts-products_contents .cts-cp_contents__inner .prize li .badge {
  position: absolute;
  top: -27px;
  right: -27px;
  z-index: 1;
  width: 72px;
}

.cts-products_contents .cts-cp_contents__inner .line-qr {
  width: 13%;
  margin-left: 9px;
}

.cts-products_contents .cts-cp_contents__inner .line-qr dd {
  width: 90px;
  margin: 9px auto 0;
}

.cts-products_contents .cts-products_contents__inner {
  padding: 68px 0;
}

.cts-products_contents .cts-products_contents__inner h2,
.cts-products_contents .cts-products_contents__inner h3 {
  text-align: center;
}

.cts-products_contents .cts-products_contents__inner h2 img {
  width: auto;
  height: 40px;
}

.cts-products_contents .cts-products_contents__inner h3 {
  margin-top: 72px;
}

.cts-products_contents .cts-products_contents__inner h3 img {
  width: auto;
  height: 34px;
}

.cts-products_contents .cts-products_contents__inner .cts-movie_item {
  margin-top: 72px;
}
.cts-products_contents .cts-products_contents__inner .cts-movie_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cts-products_contents .cts-products_contents__inner .cts-movie_item dt, .cts-products_contents .cts-products_contents__inner .cts-movie_item dd {
  width: 50%;
  text-align: center;
}
.cts-products_contents .cts-products_contents__inner .cts-movie_item dt p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2em;
  color: #fff;
}
.cts-products_contents .cts-products_contents__inner .movie {
  position: relative;
  max-width: 1134px;
  margin: 30px auto 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-products_contents .cts-products_contents__inner .movie {
    margin-top: calc(12 / 375 * 100vw);
  }
}
.cts-products_contents .cts-products_contents__inner .movie .movie-inner {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-products_contents .cts-products_contents__inner .movie .movie-inner {
    padding-inline: 24px;
  }
}
.cts-products_contents .cts-products_contents__inner .movie .movie-inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-products_contents .cts-products_contents__inner .movie .movie-inner ul {
    gap: calc(12 / 375 * 100vw);
  }
}
.cts-products_contents .cts-products_contents__inner .movie .movie-inner ul li:last-child {
  grid-column: 1/-1;
  justify-self: center;
  width: calc(50% - 9px);
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-products_contents .cts-products_contents__inner .movie .movie-inner ul {
    grid-template-columns: 1fr;
  }
  .cts-products_contents .cts-products_contents__inner .movie .movie-inner ul li:last-child {
    width: 100%;
  }
}
.cts-products_contents .cts-products_contents__inner .movie .thumb {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  cursor: pointer;
}
.cts-products_contents .cts-products_contents__inner .movie .thumb img.thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cts-products_contents .cts-products_contents__inner .movie .movie-player-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cts-products_contents .cts-products_contents__inner .movie .movie-player {
  position: relative;
  z-index: 10;
}
.cts-products_contents .cts-products_contents__inner .movie .btn {
  position: absolute;
  top: 21px;
  right: 36px;
  width: 114px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-products_contents .cts-products_contents__inner .movie .btn {
    top: calc(12 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
    width: calc(86 / 375 * 100vw);
  }
}
.cts-products_contents .cts-products_contents__inner .movie .btn :hover {
  opacity: 0.7;
}

.cts-details_contents {
  padding-bottom: 72px;
}

.cts-details_contents .cp_inner,
.cts-featuredproducts_contents .cp_inner {
  max-width: 942px;
}

.cts-featuredproducts_contents {
  padding: 72px 0;
  background: #CFB280;
}

.cts-featuredproducts_contents h2 {
  width: 220px;
  margin: 0 auto 36px;
}

.cts-featuredproducts_contents .ttl_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 64px 32px;
  margin-bottom: 162px;
  background: #000003;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 3)), color-stop(50%, rgb(94, 92, 92)), to(rgb(0, 0, 3)));
  background: linear-gradient(90deg, rgb(0, 0, 3) 0%, rgb(94, 92, 92) 50%, rgb(0, 0, 3) 100%);
  border-radius: 18px;
}

.cts-featuredproducts_contents .ttl_area dt {
  color: #fff;
}

.cts-featuredproducts_contents .ttl_area dt span {
  font-size: 24px;
  font-weight: bold;
  color: #CFB280;
}

.cts-featuredproducts_contents .ttl_area dt strong {
  display: block;
  margin: 16px 0 24px;
  font-size: 48px;
  letter-spacing: -0.01em;
}

.cts-featuredproducts_contents .ttl_area dt strong em {
  position: relative;
  top: -14px;
  margin: 0 5px;
  font-size: 60%;
  font-style: normal;
}

.cts-featuredproducts_contents .ttl_area dt p {
  font-size: 18px;
}

.cts-featuredproducts_contents .ttl_area dd {
  width: 200px;
  height: auto;
  margin-left: 64px;
}

.cts-featuredproducts_contents .featuredproducts_point {
  position: relative;
}

.cts-featuredproducts_contents .featuredproducts_point .featuredproducts_point_inner {
  position: relative;
  z-index: 2;
  padding: 36px;
  text-align: center;
  background: #fff;
  border-radius: 18px;
}

.cts-featuredproducts_contents .featuredproducts_point .lead-product {
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: bold;
}

.cts-featuredproducts_contents .featuredproducts_point .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cts-featuredproducts_contents .featuredproducts_point .point li {
  position: relative;
  width: calc((100% - 18px) / 2);
  padding: 36px 18px 18px;
  font-size: 24px;
  font-weight: bold;
  background: #F3EAD6;
  border-radius: 36px;
}

.cts-featuredproducts_contents .featuredproducts_point .point li::before {
  position: absolute;
  top: -30px;
  left: calc((100% - 60px) / 2);
  display: block;
  width: 60px;
  height: 60px;
  content: "";
  background-image: url("../img/top/cp25/icn_cat.svg");
  background-size: contain;
}

.cts-featuredproducts_contents .featuredproducts_point .point li.fish::before {
  background-image: url("../img/top/cp25/icn_fish.svg");
}

.cts-featuredproducts_contents .featuredproducts_point .point li.kari::before {
  background-image: url("../img/top/cp25/icn_kari.svg");
}

.cts-featuredproducts_contents .featuredproducts_point .point li.toro::before {
  background-image: url("../img/top/cp25/icn_toro.svg");
}

.cts-featuredproducts_contents .featuredproducts_point .point li em {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-style: normal;
  color: #AC874D;
}

.cts-featuredproducts_contents .featuredproducts_point .img_karitoro {
  width: 321px;
  height: auto;
  margin: 36px auto 30px;
}

.cts-featuredproducts_contents .featuredproducts_point .attention {
  margin: 36px 0;
  font-size: 12px;
  text-align: left;
}

.cts-featuredproducts_contents .featuredproducts_point p.attention {
  margin: 18px 0 0;
}

.cts-featuredproducts_contents .featuredproducts_point .attention li::before,
.cts-featuredproducts_contents .featuredproducts_point p.attention::before {
  content: "※";
}

.cts-featuredproducts_contents .featuredproducts_point .point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cts-featuredproducts_contents .featuredproducts_point .point_list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 142px;
  height: 128px;
  padding-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: url("../img/top/cp25/bg_cat.svg") no-repeat center;
  background-size: contain;
}

.cts-featuredproducts_contents .featuredproducts_point .point_list li sup {
  top: 1em;
  font-size: 10px;
}

.cts-featuredproducts_contents .featuredproducts_point .point_list li:nth-of-type(2) {
  padding-left: 0.5em;
}

.cts-featuredproducts_contents .img_cat_body {
  position: absolute;
  top: -205px;
  left: calc((100% - 460px) / 2);
  z-index: 1;
  width: auto;
  height: 460px;
}

.cts-featuredproducts_contents .img_cat_body.js-inview {
  opacity: 1;
  -webkit-transform: translate(0, 200px);
      -ms-transform: translate(0, 200px);
          transform: translate(0, 200px);
}

.cts-featuredproducts_contents .img_cat_body.js-inview-act {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.cts-featuredproducts_contents .cv_btn {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 60%;
  padding: 4px;
  margin: 36px auto 0;
  overflow: hidden;
  line-height: 65px;
  color: #fff;
  text-align: center;
  background: #038380;
  background: -webkit-gradient(linear, left top, right top, from(rgb(3, 131, 128)), color-stop(20%, rgb(74, 166, 163)), color-stop(80%, rgb(74, 166, 163)), to(rgb(3, 131, 128)));
  background: linear-gradient(90deg, rgb(3, 131, 128) 0%, rgb(74, 166, 163) 20%, rgb(74, 166, 163) 80%, rgb(3, 131, 128) 100%);
  border-radius: 100px;
}

.cts-featuredproducts_contents .cv_btn::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 10;
  width: 50%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  opacity: 0.7;
  -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.cts-featuredproducts_contents .cv_btn:hover::before {
  -webkit-animation: link-effect 2s;
          animation: link-effect 2s;
}

.cts-featuredproducts_contents .cv_btn span {
  display: block;
  background: url("../img/top/cp25/img_footprints_btn.svg") no-repeat 30px center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
}

.cts-featuredproducts_contents .cv_btn span::before {
  position: absolute;
  top: calc((100% - 42px) / 2);
  right: 30px;
  display: block;
  width: 47px;
  height: 42px;
  content: "";
  background: url("../img/top/cp25/img_footprints_btn.svg") no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.cts-featuredproducts_contents .cv_btn em {
  padding: 0 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  background: url("../img/top/cp25/icn_btnarr.svg") no-repeat 0 10px;
  background-size: 8px auto;
}

@media only screen and (max-width: 1060px) {
  .cts-products_contents .cts-cp_contents__inner .prize li .badge {
    top: -8px;
    right: -8px;
    width: 40px;
  }
  .cts-details_contents .prize___inner .prize_BOX, .cts-details_contents .note___inner .cp_inner {
    margin: 0 6%;
  }
  .cts-details_contents .prize___inner h3 .img_cat_body {
    top: -28px;
    left: -120px;
    width: 116px;
  }
  .cts-details_contents .cts-details_contents__inner h2 {
    padding: 28px 0 28px 296px;
  }
}
@media only screen and (max-width: 1000px) {
  .cts-products_contents .cts-cp_contents__inner .cp-name {
    padding-left: 150px;
  }
  .cts-products_contents .cts-cp_contents__inner .cp-name .img-badge {
    left: 4px;
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 960px) {
  .cts-details_contents .cts-details_contents__inner h2 {
    padding: 28px 0 28px 226px;
  }
  .cts-details_contents .cts-details_contents__inner h2 .img-badge {
    left: 16px;
    width: 196px;
  }
  .cts-details_contents .targetproducts___inner, .cts-details_contents .howto___inner {
    padding-bottom: 28px;
    margin: 0 6% 18px;
    border-radius: 9px;
  }
  .cts-details_contents .contact___inner .cp_inner {
    margin-right: 6%;
    margin-left: 6%;
  }
  .cts-featuredproducts_contents {
    padding-right: 6%;
    padding-left: 6%;
  }
  .cts-featuredproducts_contents .ttl_area dt strong {
    font-size: 38px;
  }
  .cts-featuredproducts_contents .featuredproducts_point .point li {
    font-size: 18px;
  }
  .cts-details_contents .note___inner .cp_inner {
    display: block;
    margin: 0 6%;
  }
  .cts-details_contents .note___inner .cp_inner > div {
    width: 100%;
    padding: 18px 4.5%;
    margin-bottom: 18px;
  }
  .cts-details_contents .note___inner .cp_inner > div.point_inner ul li .img {
    padding: 16px 16%;
  }
}
@media only screen and (max-width: 820px) {
  .pad-block {
    display: none;
  }
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-products_contents .cts-cp_contents__inner {
    background-image: url("../img/top/cp25/bg_sp.png");
  }
  .cts-products_contents .cts-cp_contents__inner .cp-name {
    width: 30%;
    padding: 0;
  }
  .cts-products_contents .cts-cp_contents__inner .cp-name .img-badge {
    top: -38px;
    left: 6px;
    width: 30%;
    height: auto;
  }
  .cts-products_contents .cts-cp_contents__inner .prize {
    width: 70%;
    padding: 0 12px;
  }
  .cts-products_contents .cts-cp_contents__inner .prize li .badge {
    top: -20%;
    right: -8px;
    width: 42%;
  }
  .cts-products_contents {
    background: #F3EAD6;
  }
  .cts-line-sp_contents__inner {
    padding-bottom: 36px;
  }
  .cts-line-sp_contents__inner .lead {
    width: 64%;
    margin: 20px auto 0;
  }
  .cts-products_contents .cts-products_contents__inner {
    padding: 36px 0;
    background: #000003;
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 3)), color-stop(50%, rgb(94, 92, 92)), to(rgb(0, 0, 3)));
    background: linear-gradient(90deg, rgb(0, 0, 3) 0%, rgb(94, 92, 92) 50%, rgb(0, 0, 3) 100%);
  }
  .cts-products_contents .cts-products_contents__inner h2 img {
    width: 68%;
    height: auto;
    margin-bottom: 24px;
  }
  .cts-products_contents .cts-products_contents__inner .cts-movie_item dt, .cts-products_contents .cts-products_contents__inner .cts-movie_item dd {
    width: 100%;
  }
  .cts-products_contents .cts-products_contents__inner .cts-movie_item {
    padding: 0;
    margin: 0;
  }
  .cts-products_contents .cts-products_contents__inner .cts-movie_item dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse wrap;
            flex-flow: column-reverse wrap;
    padding: 0 6%;
  }
  .cts-products_contents .cts-products_contents__inner .cts-movie_item dt p {
    font-size: 12px;
    line-height: 2;
  }
}
@media screen and (max-width: calc(736px - 1px)) and (max-width: calc(736px - 1px)) {
  .cts-products_contents .cts-products_contents__inner .cts-movie_item dt p {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-products_contents .cts-products_contents__inner h3 {
    margin-top: 24px;
  }
  .cts-products_contents .cts-products_contents__inner h3 img {
    height: 20px;
  }
  .cts-featuredproducts_contents {
    padding: 36px 6%;
  }
  .cts-featuredproducts_contents h2 {
    width: auto;
    margin: 0 auto 26px;
    text-align: center;
  }
  .cts-featuredproducts_contents h2 img {
    width: auto;
    height: 36px;
  }
  .cts-featuredproducts_contents .ttl_area {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 18px 4.5%;
    margin-bottom: 96px;
  }
  .cts-featuredproducts_contents .ttl_area dt {
    width: 69%;
  }
  .cts-featuredproducts_contents .ttl_area dd {
    width: 30%;
    margin: 0;
  }
  .cts-featuredproducts_contents .ttl_area dt span {
    font-size: 18px;
  }
  .cts-featuredproducts_contents .ttl_area dt strong {
    margin: 4px 0 6px;
    font-size: 22px;
  }
  .cts-featuredproducts_contents .ttl_area dt strong em {
    top: -6px;
  }
  .cts-featuredproducts_contents .ttl_area dt p {
    font-size: 12px;
  }
  .cts-featuredproducts_contents .img_cat_body {
    top: -135px;
    left: calc((100% - 248px) / 2);
    width: 188px;
    height: 240px;
  }
  .cts-featuredproducts_contents .img_cat_body.js-inview {
    opacity: 1;
    -webkit-transform: translate(0, 100px);
        -ms-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  .cts-featuredproducts_contents .img_cat_body.js-inview-act {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .cts-featuredproducts_contents .featuredproducts_point .featuredproducts_point_inner {
    padding: 26px 4.5%;
  }
  .cts-featuredproducts_contents .featuredproducts_point .lead-product {
    font-size: 15px;
  }
  .cts-featuredproducts_contents .featuredproducts_point .point li {
    width: calc((100% - 9px) / 2);
    padding: 22px 8px 18px;
    font-size: 14px;
    line-height: 1.4em;
    border-radius: 26px;
  }
  .cts-featuredproducts_contents .featuredproducts_point .point li.cat {
    padding-top: 2em;
  }
  .cts-featuredproducts_contents .featuredproducts_point .point li em {
    width: 100%;
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 1.3em;
    letter-spacing: -0.01em;
  }
  .cts-featuredproducts_contents .featuredproducts_point .point li::before {
    top: -23px;
    left: calc((100% - 45px) / 2);
    width: 45px;
    height: 45px;
  }
  .cts-featuredproducts_contents .featuredproducts_point .img_karitoro {
    width: 80%;
    max-width: 300px;
    margin: 18px auto;
  }
  .cts-featuredproducts_contents .featuredproducts_point .attention {
    margin: 9px 0 0;
    font-size: 7px;
  }
  .cts-featuredproducts_contents .featuredproducts_point .point_list {
    gap: 9px;
    width: 100%;
    margin: 36px 0 8px;
  }
  .cts-featuredproducts_contents .featuredproducts_point .point_list li {
    width: calc((100% - 27px) / 4);
    height: auto;
    aspect-ratio: 47/39;
    padding-top: 6px;
    font-size: 11px;
    line-height: 1.3em;
    letter-spacing: -0.02em;
  }
  .cts-featuredproducts_contents .featuredproducts_point .point_list li sup {
    top: 0.8em;
    font-size: 6px;
  }
  .cts-featuredproducts_contents .featuredproducts_point p.attention {
    margin: 9px 0 0;
  }
  .cts-featuredproducts_contents .cv_btn {
    width: 100%;
    margin: 28px auto 0;
    line-height: 46px;
  }
  .cts-featuredproducts_contents .cv_btn em {
    padding: 0 16px;
    font-size: 15px;
    background-position: 0 6px;
    background-size: 7px auto;
  }
  .cts-featuredproducts_contents .cv_btn span {
    background-position: 10px center;
    background-size: auto 30px;
  }
  .cts-featuredproducts_contents .cv_btn span::before {
    top: calc((100% - 30px) / 2);
    right: 20px;
    width: 34px;
    height: 30px;
  }
}
/* stylelint-disable no-duplicate-selectors */
.steps,
.howtouse_steps {
  max-width: 750px;
  margin: 0 auto;
}
.steps__toggle,
.howtouse_steps__toggle {
  position: relative;
  width: 100%;
  padding: 13px 16px 15px;
  text-align: center;
  cursor: pointer;
  background: var(--white);
  border: 2px solid var(--brown);
  border-radius: 50px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .steps__toggle,
  .howtouse_steps__toggle {
    padding: 9px 16px 11px;
  }
  .steps__toggle-title,
  .howtouse_steps__toggle-title {
    display: block;
    width: 93%;
    line-height: 1;
  }
  .steps__toggle-title img,
  .howtouse_steps__toggle-title img {
    width: calc(124 / 375 * 100vw);
  }
}
.steps__toggle-icon,
.howtouse_steps__toggle-icon {
  position: absolute;
  top: calc(50% - 14px);
  right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .steps__toggle-icon,
  .howtouse_steps__toggle-icon {
    top: calc(50% - 8px);
    right: 12px;
    width: 14px;
    height: 14px;
  }
}
.steps__toggle-icon::before, .steps__toggle-icon::after,
.howtouse_steps__toggle-icon::before,
.howtouse_steps__toggle-icon::after {
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
  background: var(--brown);
  border-radius: 2px;
}
.steps__toggle-icon::before,
.howtouse_steps__toggle-icon::before {
  width: 14px;
  height: 2px;
}
.steps__toggle-icon::after,
.howtouse_steps__toggle-icon::after {
  width: 2px;
  height: 14px;
  margin-left: 13px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: calc(736px - 1px)) {
  .steps__toggle-icon::after,
  .howtouse_steps__toggle-icon::after {
    margin-left: 6px;
  }
}
.steps__toggle[aria-expanded=true] .steps__toggle-icon::after,
.steps__toggle[aria-expanded=true] .howtouse_steps__toggle-icon::after,
.howtouse_steps__toggle[aria-expanded=true] .steps__toggle-icon::after,
.howtouse_steps__toggle[aria-expanded=true] .howtouse_steps__toggle-icon::after {
  opacity: 0;
}
.steps__panel,
.howtouse_steps__panel {
  height: auto;
  margin-top: 12px;
  overflow: hidden;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
  will-change: height;
}
.steps__list,
.howtouse_steps__list {
  counter-reset: howtouse_steps_num;
}
.steps__item,
.howtouse_steps__item {
  position: relative;
  width: 100%;
  counter-increment: howtouse_steps_num;
  background: var(--light-gold);
  border-radius: 18px;
}
.steps__item:not(:first-of-type),
.howtouse_steps__item:not(:first-of-type) {
  margin-top: 9px;
}
.steps__item:not(:last-of-type)::after,
.howtouse_steps__item:not(:last-of-type)::after {
  position: absolute;
  bottom: -22.5px;
  left: calc(50% - 22.5px);
  z-index: 2;
  display: block;
  width: 45px;
  height: 45px;
  content: "";
  background: url("../img/top/cpVt/icon-arrow-down.svg") no-repeat 0 0/contain;
}
@media screen and (max-width: calc(736px - 1px)) {
  .steps__item:not(:last-of-type)::after,
  .howtouse_steps__item:not(:last-of-type)::after {
    width: calc(30 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
  }
}
.steps__body,
.howtouse_steps__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: calc(736px - 1px)) {
  .steps__body,
  .howtouse_steps__body {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: calc(9 / 375 * 100vw);
  }
}
.steps__thumb,
.howtouse_steps__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: max(200px, 13.8888888889%);
  min-height: 180px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .steps__thumb,
  .howtouse_steps__thumb {
    width: calc(80 / 375 * 100vw);
    min-height: unset;
  }
}
.steps__thumb img,
.howtouse_steps__thumb img {
  display: block;
  max-width: 200px;
  max-height: 180px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .steps__thumb img,
  .howtouse_steps__thumb img {
    max-width: calc(80 / 375 * 100vw);
    max-height: calc(70 / 375 * 100vw);
  }
}
.steps__text,
.howtouse_steps__text {
  width: max(480px, 33.3333333333%);
  padding: 20px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: calc(736px - 1px)) {
  .steps__text,
  .howtouse_steps__text {
    width: auto;
    padding: 0;
  }
}
.steps__text p,
.howtouse_steps__text p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: calc(736px - 1px)) {
  .steps__text p,
  .howtouse_steps__text p {
    font-size: 12px;
  }
}
.steps__text p a,
.howtouse_steps__text p a {
  color: var(--dark-teal);
}
.steps__text p a:not(:hover),
.howtouse_steps__text p a:not(:hover) {
  text-decoration: underline;
}
.steps__text p::before,
.howtouse_steps__text p::before {
  display: block;
  font-size: 18px;
  color: var(--dark-gold);
  content: "STEP" counter(howtouse_steps_num) ".";
}
@media screen and (max-width: calc(736px - 1px)) {
  .steps__text p::before,
  .howtouse_steps__text p::before {
    font-size: 12px;
  }
}
.steps__text p.small,
.howtouse_steps__text p.small {
  font-size: 12px;
  font-weight: normal;
}
.steps__text p.small::before,
.howtouse_steps__text p.small::before {
  display: none;
  margin-top: 0.5em;
}
@media screen and (max-width: calc(736px - 1px)) {
  .steps__text p.small,
  .howtouse_steps__text p.small {
    font-size: 11px;
  }
}

/* ----------------------------------------------------------------------

	cpAut

---------------------------------------------------------------------- */
.is-pc {
  display: none !important;
}
@media screen and (min-width: 736px) {
  .is-pc {
    display: block !important;
  }
}

.is-sp {
  display: block !important;
}
@media screen and (min-width: 736px) {
  .is-sp {
    display: none !important;
  }
}

.cts-cp_details_contents__inner .cts-details-prize .prize-badge, .cts-cp_details_contents__inner .cts-details-prize .prize-label {
  position: absolute;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cts-cp_details_contents__inner .cts-details-contentBox .contact-desc .btn-link, .cts-cp_details_contents__inner .cts-details-contentBox .btn-link {
  display: block;
  width: 100%;
  max-width: 558px;
  padding: 21px 0;
  margin: auto;
  color: var(--white);
  background: linear-gradient(179.8deg, var(--grad-teal) 0.18%, var(--dark-teal) 99.83%);
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.cts-cp_details_contents__inner .cts-details-contentBox .btn-link:hover {
  background: linear-gradient(179.8deg, var(--dark-teal) 0.18%, var(--grad-teal) 99.83%);
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .contact-desc .btn-link, .cts-cp_details_contents__inner .cts-details-contentBox .btn-link {
    padding: 10px 0;
    vertical-align: middle;
  }
}

.cts-cpAut {
  width: 100vw;
  padding-bottom: min(54px, 2.8125%);
  margin-bottom: -2px;
  background: url("../img/top/cp26Aut/cp_bg_btm.png") no-repeat 50% 100%/contain #F3EAD6;
}
.cts-cpAut img {
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cpAut {
    position: relative;
    z-index: 0;
    padding-bottom: calc(36 / 375 * 100vw);
    background-image: url("../img/top/cp26Aut/cp_bg_btm-sp.png");
  }
}
.cts-cpAut .underline {
  display: inline;
  padding: 0 0.08em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, var(--gold))) no-repeat;
  background: linear-gradient(transparent 80%, var(--gold) 80%) no-repeat;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.cts-cpAut .is-disabled {
  color: unset !important;
  text-decoration: none !important;
  pointer-events: none;
  cursor: default;
}

.cts-autumn_hero {
  width: 100vw;
  margin-left: 50%;
  background: url("../img/top/cp26Aut/cp_bg.svg") no-repeat 50% 0/1920px 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-autumn_hero {
    background-size: auto max(740px, calc(740 / 375 * 100vw));
    border-radius: 0 0 calc(60 / 375 * 100vw) calc(60 / 375 * 100vw);
  }
}
.cts-autumn_hero__inner {
  max-width: 942px;
  padding: 20px 0 67px;
  margin: auto;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-autumn_hero__inner {
    padding: 48px 24px calc(20 / 375 * 100vw);
  }
}
.cts-autumn_hero__inner h2, .cts-autumn_hero__inner h3 {
  text-align: center;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-autumn_hero__inner h2, .cts-autumn_hero__inner h3 {
    width: 94vw;
    margin-left: 47%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.cts-autumn_hero__inner h3 {
  margin-top: 18px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-autumn_hero__inner h3 .date {
    width: 88%;
    margin-top: calc(-70 / 375 * 100vw);
    margin-left: 5%;
  }
}
.cts-autumn_hero__inner .cts-btns {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 942px;
  margin-inline: auto;
  margin-top: 36px;
}
@media screen and (min-width: 736px) {
  .cts-autumn_hero__inner .cts-btns {
    padding-right: 40px;
    padding-left: 30px;
  }
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-autumn_hero__inner .cts-btns {
    grid-template-columns: 1fr;
    gap: calc(22 / 375 * 100vw);
  }
}
.cts-autumn_hero__inner .cts-btns__items {
  position: relative;
  max-width: 462px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-autumn_hero__inner .cts-btns__items {
    max-width: 100%;
  }
}
.cts-autumn_hero__inner .cts-btns__items--ttl {
  position: relative;
  height: 56px;
  text-align: center;
  background: var(--dark-teal);
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-autumn_hero__inner .cts-btns__items--ttl {
    height: calc(36 / 375 * 100vw);
  }
}
.cts-autumn_hero__inner .cts-btns__items--ttl img {
  position: absolute;
  top: -16px;
  left: 139px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-autumn_hero__inner .cts-btns__items--ttl img {
    top: calc(-10 / 375 * 100vw);
    left: calc(55 / 375 * 100vw);
    width: calc(190 / 375 * 100vw);
  }
}
.cts-autumn_hero__inner .cts-btns__items--ttl img.cp-02-ttl-img {
  right: 104px;
  left: auto;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-autumn_hero__inner .cts-btns__items--ttl img.cp-02-ttl-img {
    right: calc(75 / 375 * 100vw);
    width: calc(228 / 375 * 100vw);
  }
}
.cts-autumn_hero__inner .cts-btns__items-badge {
  position: absolute;
  top: -40px;
  left: -30px;
  z-index: 2;
  width: 123px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-autumn_hero__inner .cts-btns__items-badge {
    top: calc(-17 / 375 * 100vw);
    right: calc(-5 / 375 * 100vw);
    left: auto;
    width: calc(72 / 375 * 100vw);
  }
}
.cts-autumn_hero__inner .cts-btns__items-badge.badge02 {
  left: auto;
}
@media screen and (min-width: 736px) {
  .cts-autumn_hero__inner .cts-btns__items-badge.badge02 {
    right: -30px;
  }
}
.cts-autumn_hero__inner .cts-btns__items--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 240px;
  text-align: center;
  background-color: var(--white);
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-autumn_hero__inner .cts-btns__items--content {
    height: calc(178 / 375 * 100vw);
  }
}
.cts-autumn_hero__inner .cts-btns__items__link-img {
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.cts-cp_details_contents {
  padding-top: 90px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents {
    padding-inline: calc(24 / 375 * 100vw);
  }
}
.cts-cp_details_contents#target02 {
  margin-top: 153px;
  background-color: var(--gold);
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents#target02 {
    padding-top: calc(54 / 375 * 100vw);
    margin-top: calc(73 / 375 * 100vw);
  }
  .cts-cp_details_contents#target02 .cts-details-contentBox {
    padding-inline: 0 !important;
  }
}
.cts-cp_details_contents#target02 .cts-cp_details_contents__inner:not(.cta-b-inner) {
  padding-bottom: 64px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents#target02 .cts-cp_details_contents__inner:not(.cta-b-inner) {
    padding-bottom: calc(27 / 375 * 100vw);
  }
}
.cts-cp_details_contents#target02 .target02 {
  padding-bottom: 24px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents#target02 .howtouse_steps__body:has(.hash-tag) {
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
  .cts-cp_details_contents#target02 .howtouse_steps__body:has(.hash-tag) .howtouse_steps__thumb {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: min(50px, calc(50 / 375 * 100vw));
  }
  .cts-cp_details_contents#target02 .howtouse_steps__body:has(.hash-tag) .howtouse_steps__thumb img {
    max-width: min(55px, calc(55 / 375 * 100vw));
  }
}
.cts-cp_details_contents#target02 .howtouse_steps__item:first-child {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.cts-cp_details_contents#target02 .howtouse_steps__item:last-child {
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}
.cts-cp_details_contents#target02 .howtouse_steps__text {
  text-align: left;
}
.cts-cp_details_contents#target02 .howtouse_steps__text p:not(:last-child) {
  margin-bottom: 10px;
}
.cts-cp_details_contents#target02 .howtouse_steps__text p.small {
  margin-bottom: 10px;
}
.cts-cp_details_contents#target02 .howtouse_steps__text .hash-tag {
  padding: 8px 16px;
  margin-bottom: 10px;
  font-weight: bold;
  background-color: var(--white);
  border-radius: 8px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents#target02 .howtouse_steps__text .hash-tag {
    width: calc(100% + calc(80 / 375 * 100vw));
    padding-inline: calc(12 / 375 * 100vw);
    margin-left: calc(-1 * calc(80 / 375 * 100vw));
  }
}
.cts-cp_details_contents#target02 .howtouse_steps__text .hash-tag dt {
  font-size: 12px;
  line-height: 1.2;
}
.cts-cp_details_contents#target02 .howtouse_steps__text .hash-tag dd {
  font-size: 15px;
  color: var(--brown);
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents#target02 .howtouse_steps__text .hash-tag dd {
    font-size: 12px;
  }
}
.cts-cp_details_contents__inner {
  max-width: 942px;
  margin: auto;
  background-color: var(--white);
  border-radius: 20px 18px;
}
.cts-cp_details_contents__inner.cta, .cts-cp_details_contents__inner.cta-b {
  margin-block: 63px;
  text-align: center;
  background-color: unset;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner.cta, .cts-cp_details_contents__inner.cta-b {
    margin-block: calc(38 / 375 * 100vw);
  }
  .cts-cp_details_contents__inner.cta .cts-details-contentBox, .cts-cp_details_contents__inner.cta-b .cts-details-contentBox {
    padding-inline: 0 !important;
  }
}
@media screen and (min-width: 736px) {
  .cts-cp_details_contents__inner.cta .cta-link, .cts-cp_details_contents__inner.cta-b .cta-link {
    pointer-events: none;
  }
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner.cta .cta-link:hover, .cts-cp_details_contents__inner.cta-b .cta-link:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner.cta-b {
    padding-bottom: calc(63 / 375 * 100vw) !important;
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner.cta-b-inner .cts-details-contentBox {
    padding-inline: 0 !important;
    margin-bottom: calc(36 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner.cta-b-inner a:hover {
  opacity: 0.8;
}
.cts-cp_details_contents__inner.underBox {
  padding-block: 64px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner.underBox {
    padding-block: calc(36 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner#generator {
  padding-bottom: 64px;
  margin-top: -63px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner#generator {
    padding-bottom: calc(27 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner.logo {
  margin-bottom: 10px;
  text-align: center;
  background-color: unset;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner.logo img {
    max-width: min(253px, calc(253 / 375 * 100vw));
  }
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner.contactBox {
    margin-inline: calc(24 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .contact {
  padding-bottom: 36px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-content {
    padding-inline: calc(17 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .cts-details-h2 {
  position: relative;
  height: 53px;
  text-align: center;
  background-color: var(--dark-teal);
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-h2 {
    height: calc(36 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .cts-details-h2 img {
  position: absolute;
  top: -31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-h2 img {
    top: calc(-10 / 375 * 100vw);
    width: calc(232 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .cts-details-h2.generator, .cts-cp_details_contents__inner .cts-details-h2.contact {
  z-index: 1;
  background-color: var(--brown);
}
.cts-cp_details_contents__inner .cts-details-h2.generator img, .cts-cp_details_contents__inner .cts-details-h2.contact img {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-h2.generator {
    height: calc(58 / 375 * 100vw);
  }
  .cts-cp_details_contents__inner .cts-details-h2.generator img {
    width: calc(166 / 375 * 100vw);
  }
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-h2.contact {
    height: calc(30 / 375 * 100vw);
  }
  .cts-cp_details_contents__inner .cts-details-h2.contact img {
    width: calc(84 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .cts-details-h3 {
  position: relative;
  margin: auto;
  margin-top: -33px;
  text-align: center;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-h3 {
    width: 90vw;
    margin-inline: calc(-17 / 375 * 100vw);
    margin-top: unset;
    margin-left: 47%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.cts-cp_details_contents__inner .cts-details-prize .prize__inner {
  max-width: 746px;
  padding-bottom: 54px;
  margin-inline: auto;
  margin-top: 6px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-prize .prize__inner {
    padding-bottom: calc(36 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .cts-details-prize .prize_double {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-prize .prize_double {
    grid-template-columns: 1fr;
  }
}
.cts-cp_details_contents__inner .cts-details-prize .prize_double > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 308px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-prize .prize_double > * {
    min-height: calc(158 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .cts-details-prize .prize_double--left {
  padding: 24px 24px 36px;
  background-color: var(--light-green);
  border-radius: 18px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-prize .prize_double--left {
    padding: calc(16 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .cts-details-prize .prize_double--left .prize-badge {
  top: -5px;
  left: -22px;
  max-width: 106px;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-prize .prize_double--left .prize-badge {
    max-width: calc(72 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .cts-details-prize .prize_double--left-txt {
  grid-area: text;
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-prize .prize_double--left-txt {
    font-size: 10px;
  }
}
.cts-cp_details_contents__inner .cts-details-prize .prize_double--left-txt a {
  color: var(--dark-teal);
}
.cts-cp_details_contents__inner .cts-details-prize .prize_double--left-txt a:not(:hover) {
  text-decoration: underline;
}
.cts-cp_details_contents__inner .cts-details-prize .prize_double--right {
  text-align: left;
}
.cts-cp_details_contents__inner .cts-details-prize .prize_double img {
  display: block;
  width: 100%;
}
.cts-cp_details_contents__inner .cts-details-prize .prize-badge {
  top: 0;
  left: 12px;
  max-width: 100px;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-prize .prize-badge {
    left: 6px;
    max-width: 85px;
    -webkit-transform: translateY(-24%);
        -ms-transform: translateY(-24%);
            transform: translateY(-24%);
  }
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 24px;
  padding: 36px 48px 24px;
  margin-top: 8px;
  background-color: var(--light-green);
  border-radius: 18px 18px 0 0;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-prize .prize_BOX {
    grid-template-columns: 1fr;
    padding: calc(18 / 375 * 100vw);
    padding-bottom: calc(9 / 375 * 100vw);
    border-radius: 9px 9px 0 0;
  }
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX > *:nth-child(3) {
  grid-column: 1/-1;
  justify-self: center;
  width: 100%;
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item--ttl {
  padding: 15px 0 15px 120px;
  text-align: left;
  border-radius: 9px 9px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  background-color: var(--grad-teal);
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item--ttl .prize-label {
  position: absolute;
  left: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item--ttl .prize-label {
    max-width: calc(72 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item--ttl > p {
  position: absolute;
  left: -50%;
  display: block;
  width: 100%;
  margin-left: 50%;
  text-align: center;
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item dl {
  background-color: var(--white);
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 84px;
  padding-block: 18px;
  text-align: center;
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item dl dd {
  text-align: center;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item dl dd {
    padding-right: 0;
    padding-left: 0;
  }
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item dl dd img {
  margin-bottom: 6px;
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item dl dd p {
  font-size: 15px;
  text-align: right;
  letter-spacing: 0;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item dl dd p {
    font-size: 12px;
    line-height: 1.5;
  }
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item dl dd a {
  color: var(--dark-teal);
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item dl dd a:not(:hover) {
  text-decoration: underline;
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item dl dd + dd {
  height: 81px;
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item dl dd + dd p {
  margin-inline: auto;
  font-size: 12px;
  text-align: left;
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item dl dd + dd p::before {
  display: inline-block;
  margin-right: 0.5em;
  content: "•";
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item dl dd + dd p small {
  font-size: 10px;
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item.prize-1 .prize-label {
  top: -10px;
  left: -10px;
}
@media screen and (min-width: 736px) {
  .cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item.prize-1 > dl dt {
    margin-left: 2em;
  }
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item.prize-1 > dl dd + dd p {
  width: min(210px, calc(210 / 375 * 100vw));
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item.prize-2 .prize-label {
  top: -10px;
  right: -10px;
  left: auto;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item.prize-2 .prize-label {
    right: auto;
    left: -10px;
    -webkit-transform: rotate(-19deg);
        -ms-transform: rotate(-19deg);
            transform: rotate(-19deg);
  }
}
@media screen and (min-width: 736px) {
  .cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item.prize-2 > dl dt {
    margin-left: -2em;
  }
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item.prize-2 > dl dt {
    height: calc(52 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item.prize-2 > dl dd + dd p {
  width: min(254px, calc(254 / 375 * 100vw));
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item.prize-3 .prize-label {
  top: -10px;
  left: -10px;
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item.prize-3 > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 16px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item.prize-3 > dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .cts-cp_details_contents__inner .cts-details-prize .prize_BOX__item.prize-3 > dl dt {
    width: max(128px, calc(128 / 375 * 100vw));
    height: max(72px, calc(72 / 375 * 100vw));
  }
}
.cts-cp_details_contents__inner .cts-details-prize .prize_BOX-add {
  padding-inline: 48px;
  padding-bottom: 36px;
  font-size: 10px;
  background-color: var(--light-green);
  border-radius: 0 0 18px 18px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-prize .prize_BOX-add {
    padding-inline: 18px;
    padding-bottom: 16px;
    border-radius: 0 0 9px 9px;
  }
}
.cts-cp_details_contents__inner .cts-details-WAPay {
  margin-top: 18px;
}
.cts-cp_details_contents__inner .cts-details-WAPay .steps__toggle {
  border-color: var(--brown);
}
.cts-cp_details_contents__inner .cts-details-WAPay .steps__toggle-title {
  display: inline-block;
  margin-bottom: -2px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-WAPay .steps__toggle-title {
    width: calc(112 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .cts-details-WAPay .steps__toggle-icon::before, .cts-cp_details_contents__inner .cts-details-WAPay .steps__toggle-icon::after {
  background-color: var(--brown);
}
.cts-cp_details_contents__inner .cts-details-text-add {
  margin-inline: 1em;
  font-size: 10px;
  color: var(--gray);
  letter-spacing: 0;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-text-add {
    margin: 9px 0;
  }
}
.cts-cp_details_contents__inner .cts-details-text-add p:not(:last-child) {
  margin-bottom: 1em;
}
.cts-cp_details_contents__inner .cts-details-attention {
  margin-top: 18px;
  font-size: 10px;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-attention {
    margin-top: 9px;
    margin-bottom: calc(36 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .cts-details-attention dt {
  margin-bottom: 9px;
}
.cts-cp_details_contents__inner .cts-details-attention dd {
  margin-left: 2em;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-attention dd {
    margin-left: 1em;
  }
}
.cts-cp_details_contents__inner .cts-details-attention dd::before {
  display: inline-block;
  margin-left: -1em;
  vertical-align: middle;
  content: "・";
}
.cts-cp_details_contents__inner .cts-details-contentBox {
  width: 90%;
  max-width: 750px;
  margin: auto;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox {
    width: auto;
    padding-right: 18px;
    padding-left: 18px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox:not(:first-of-type) {
  margin-top: max(45px, 3.125%);
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox:not(:first-of-type) {
    margin-top: 0;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .contentBox__inner {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .contentBox__inner {
    font-size: 15px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .contentBox-h3 {
  padding: 9px;
  line-height: 1;
  color: var(--white);
  letter-spacing: 5%;
  background-color: var(--gold);
  border-radius: 50px;
}
.cts-cp_details_contents__inner .cts-details-contentBox .contentBox-note {
  margin-top: 9px;
  font-size: 14px;
  font-weight: 400;
  color: var(--brown);
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .contentBox-note {
    margin-top: calc(9 / 375 * 100vw);
    font-size: 12px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .qualifying_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  margin-block: 36px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .qualifying_products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(9 / 375 * 100vw);
    margin-top: calc(9 / 375 * 100vw);
    margin-bottom: calc(36 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .qualifying_products__inner {
  text-align: left;
}
.cts-cp_details_contents__inner .cts-details-contentBox .qualifying_products__inner dd {
  font-weight: 400;
}
.cts-cp_details_contents__inner .cts-details-contentBox .qualifying_products__inner dd span {
  display: block;
}
.cts-cp_details_contents__inner .cts-details-contentBox .qualifying_products__inner dd span::before {
  display: inline-block;
  margin-right: 0.5em;
  content: "•";
}
.cts-cp_details_contents__inner .cts-details-contentBox .qualifying_products__link a:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-ttl {
  margin-top: 36px;
  color: var(--brown);
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .apply-ttl {
    margin-top: calc(9 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-btn {
  margin-top: 18px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .apply-btn {
    margin-top: calc(9 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-btn a:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-step {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 36px;
  counter-reset: apply_step_num;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .apply-step {
    grid-template-columns: 1fr;
    margin-block: calc(18 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 36px 8px;
  font-size: 15px;
  text-align: left;
  counter-increment: apply_step_num;
  background-color: var(--light-gold);
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item {
    width: 100%;
    min-height: max(100px, calc(100 / 375 * 100vw));
    padding-block: calc(9 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
    padding-left: 0;
    font-size: 12px;
    border-radius: 9px !important;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item:first-of-type {
  border-radius: 18px 0 0 18px;
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item:last-of-type {
  border-radius: 0 18px 18px 0;
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item:not(:last-of-type)::after {
  --s: 45px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item:not(:last-of-type)::after {
    --s: 24px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item:not(:last-of-type)::after {
  position: absolute;
  z-index: 2;
  width: var(--s);
  height: var(--s);
  content: "";
  background: url("../img/top/cpVt/icon-apply-arrow.svg") no-repeat center/contain;
}
@media screen and (min-width: 736px) {
  .cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item:not(:last-of-type)::after {
    right: calc(var(--s) / -2);
    bottom: 50px;
  }
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item:not(:last-of-type)::after {
    bottom: calc(var(--s) / -2);
    left: 50%;
    background-image: url("../img/top/cpVt/icon-arrow-down.svg");
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item em {
  font-style: normal;
  color: var(--red);
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item dl {
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item dt {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: var(--dark-gold);
  text-align: center;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item dt {
    grid-row: 1;
    grid-column: 2;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
  .cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item dt img {
    max-width: 80px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item dd {
  text-align: center;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item dd {
    grid-row: 2;
    grid-column: 2;
    text-align: left;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item dd p {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item dd p {
    font-size: 15px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item dd p small {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item dd:last-of-type {
  margin-top: auto;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item dd:last-of-type {
    grid-row: 1/3;
    grid-column: 1;
    margin-top: 0;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item dd figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 72px;
  margin-top: 12px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item dd figure {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100 / 375 * 100vw);
    height: auto;
    margin: 0 auto;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item dd figure img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .apply-step--item dd figure img {
    max-width: max(55px, calc(55 / 375 * 100vw));
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-step-attention {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .apply-step-attention {
    margin-bottom: 27px;
    font-size: 12px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-step-attention li {
  margin-left: 1em;
  line-height: 1.5;
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-step-attention li::before {
  display: inline-block;
  margin-left: -1em;
  vertical-align: -1px;
  content: "・";
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-step-attention li a {
  color: var(--dark-teal);
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-step-attention li a:not(:hover) {
  text-decoration: underline;
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-point {
  padding: 36px 24px;
  margin-bottom: 36px;
  background-color: var(--light-gold);
  border-radius: 18px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .apply-point {
    padding: calc(18 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-point__ttl {
  margin-bottom: 18px;
  color: var(--brown);
}
.cts-cp_details_contents__inner .cts-details-contentBox .apply-point__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .apply-point__inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .ad-image {
    margin: 27px auto;
  }
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .btn {
    margin-bottom: 27px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku {
  max-width: 750px;
  max-height: 350px;
  padding-right: 34px;
  margin: auto;
  margin-top: 15px;
  overflow-y: scroll;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .kiyaku {
    padding-right: 11px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku::-webkit-scrollbar-thumb {
  background-color: var(--gold);
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku::-webkit-scrollbar {
  width: 12px;
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku::-webkit-scrollbar-track {
  background-color: var(--light-gray);
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku p, .cts-cp_details_contents__inner .cts-details-contentBox .kiyaku dl {
  margin-bottom: 1.5em;
  line-height: 1.5;
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku dl dt {
  font-weight: bold;
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku dl dd ul li {
  margin-left: 1em;
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku dl dd ul li::before {
  display: inline-block;
  margin-left: -1em;
  content: "・";
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku dl dd > dl {
  margin-top: 1em;
  margin-left: 1em;
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku dl dd > dl dt {
  font-weight: 500;
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku dl dd > dl dd {
  margin-bottom: 1em;
  margin-left: 1em;
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku dl dd > dl dd ul {
  margin-block: 1em;
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku dl dd ol.list-num-1 li::before, .cts-cp_details_contents__inner .cts-details-contentBox .kiyaku dl dd ol.list-num-2 li::before, .cts-cp_details_contents__inner .cts-details-contentBox .kiyaku dl dd ol.list-num-3 li::before {
  display: inline-block;
  padding-right: 0.33em;
  padding-left: 0.75em;
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku dl dd ol.list-num-1 {
  counter-reset: list-num-1;
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku dl dd ol.list-num-1 li {
  margin-left: 2.33em;
  counter-increment: list-num-1;
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku dl dd ol.list-num-1 li::before {
  margin-left: -2.8em;
  content: counter(list-num-1) ")";
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku dl dd ol.list-num-2 {
  counter-reset: list-num-2;
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku dl dd ol.list-num-2 li {
  margin-left: 2.33em;
  counter-increment: list-num-2;
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku dl dd ol.list-num-2 li::before {
  margin-left: -2.8em;
  content: "(" counter(list-num-2) ")";
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku dl dd ol.list-num-3 {
  counter-reset: list-num-3;
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku dl dd ol.list-num-3 li {
  margin-left: 3em;
  counter-increment: list-num-3;
}
.cts-cp_details_contents__inner .cts-details-contentBox .kiyaku dl dd ol.list-num-3 li::before {
  margin-left: -2.25em;
  content: counter(list-num-3) ".";
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner {
  max-width: 750px;
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .is-pc:not(:first-of-type) .generator-desc-frames {
  padding-bottom: 36px;
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .is-sp:not(:has(.last-frame)) {
  margin-bottom: calc(18 / 375 * 100vw);
  border-bottom: solid 1px var(--light-gold);
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .generate-frames {
  margin-top: 49px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .generate-frames {
    padding-bottom: calc(40 / 375 * 100vw);
    margin-top: 0;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .generate-frames__inner {
  position: relative;
  z-index: 1;
  width: calc(100% + 36px);
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .generate-frames__inner {
    margin-right: -18px;
    margin-left: -18px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .generate-frames .frames {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
}
@media screen and (min-width: 736px) {
  .cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .generate-frames .frames {
    max-width: 654px;
    margin: auto;
  }
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .generate-frames .frames {
    display: block;
    gap: 0;
    max-width: 320px;
    margin: auto;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .generate-frames .frames-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 200px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .generate-frames .frames-img {
    max-width: max(200px, 53.3333333333%);
    margin-inline: auto;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .generate-frames .frames-img img {
  display: block;
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .generate-frames .frames-img img {
    max-width: max(200px, 53.3333333333%);
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .generate-frames .slick-prev,
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .generate-frames .slick-next {
  z-index: 10;
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .generate-frames .slick-prev::before,
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .generate-frames .slick-next::before {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
  background: url("../img/top/cp26Aut/lib/icon-arrow-left.svg") no-repeat 0 0/contain;
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .generate-frames .slick-next::before {
  background-image: url("../img/top/cp26Aut/lib/icon-arrow-right.svg");
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .generate-frames .slick-dots {
  bottom: calc(-30 / 375 * 100vw);
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .generate-frames .slick-dots li button::before {
  color: #E9E9E9;
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc__inner .generate-frames .slick-dots li.slick-active button::before {
  color: var(--brown);
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc-ttl {
  position: relative;
  z-index: 0;
  margin-top: -74px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .generator-desc-ttl {
    margin-top: calc(-36 / 375 * 100vw);
    margin-bottom: calc(18 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc-ttl-sub {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  text-align: left;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .generator-desc-ttl-sub {
    grid-template-columns: 1fr;
    gap: 8px 10px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc-ttl-sub-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-row: 1/3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 14px 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: var(--white);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, var(--black)), color-stop(50%, #5E5C5C), to(var(--black)));
  background: linear-gradient(90deg, var(--black) 0, #5E5C5C 50%, var(--black) 100%);
  border-radius: 8px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .generator-desc-ttl-sub-badge {
    grid-row: 1;
    padding: 10px 14px;
    font-size: 14px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc-ttl-sub-txt {
  grid-row: 1;
  font-size: 15px;
  color: var(--text);
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .generator-desc-ttl-sub-txt {
    grid-row: 2;
    font-size: 12px;
    line-height: 1.6;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc-ttl-sub-hashtag {
  width: 100%;
  padding-block: 10px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .generator-desc-ttl-sub-hashtag {
    grid-row: 3;
    text-align: center;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc-ttl-sub-hashtag .hashtag {
  padding: 4px 16px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: var(--white);
  background-color: var(--gold);
  border-radius: 50px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .generator-desc-ttl-sub-hashtag .hashtag {
    padding: 8px 14px;
    font-size: 12px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc-frames {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 32px;
  margin: auto;
  margin-top: 18px;
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc-frames:not(.last-frame) {
  margin-bottom: 32px;
  border-bottom: solid 1px var(--light-gold);
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .generator-desc-frames {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 9px;
  }
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .generator-desc-frames .frame-item {
    width: 48%;
    margin-bottom: 18px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .generator-desc-frames .frame-item dt {
  text-align: center;
}
@media screen and (min-width: 736px) {
  .cts-cp_details_contents__inner .cts-details-contentBox .generator-desc-frames .frame-item dt img {
    max-width: 200px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .generate-frames-add {
  position: relative;
  z-index: 10;
  margin-top: 0;
  margin-bottom: 45px;
  text-align: right;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .generate-frames-add {
    margin-top: calc(9 / 375 * 100vw);
    margin-bottom: calc(18 / 375 * 100vw);
    text-align: right;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .generate-frames-add p {
  font-size: 12px;
}
.cts-cp_details_contents__inner .cts-details-contentBox .generate-frames-attention {
  padding: 9px 10px;
  font-size: 12px;
  font-weight: 500;
  color: var(--grad-teal);
  border: solid 2px var(--grad-teal);
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .generate-frames-attention {
    margin-bottom: calc(18 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .generate-cv h4 {
  margin-bottom: 27px;
  text-align: center;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .generate-cv h4 {
    margin-bottom: 14px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .generate-btn {
  margin: auto auto 45px;
  text-align: center;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .generate-btn {
    margin: auto auto 30px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .generate-btn:hover {
  opacity: 0.7;
}
.cts-cp_details_contents__inner .cts-details-contentBox .contact__inner {
  padding: 36px 36px 0;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .contact__inner {
    padding: 18px 0;
    margin-bottom: -34px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .contact__inner:last-child {
  padding-top: 36px;
  margin-top: 36px;
  border-top: solid 2px var(--light-gold);
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .contact__inner:last-child {
    padding-top: calc(18 / 375 * 100vw);
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .contact-desc p {
  margin-bottom: 1em;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: var(--brown);
  text-align: center;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .contact-desc p {
    font-size: 14px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .contact-desc .btn {
  margin-bottom: 36px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .contact-desc .btn {
    margin-bottom: 18px;
    font-size: 16px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .contact-desc .btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cts-cp_details_contents__inner .cts-details-contentBox .contact-desc .btn-link.line {
  gap: 15px;
  background: #06C755;
}
.cts-cp_details_contents__inner .cts-details-contentBox .contact-desc-attention {
  text-align: center;
}
@media screen and (min-width: 736px) {
  .cts-cp_details_contents__inner .cts-details-contentBox .contact-desc-attention {
    margin-top: -24px;
  }
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .contact-desc-attention {
    margin-top: -10px;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .contact-desc-attention p {
  font-size: 15px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .contact-desc-attention p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.05em;
  }
  .cts-cp_details_contents__inner .cts-details-contentBox .contact-desc-attention p strong {
    letter-spacing: 0.05em;
  }
}
.cts-cp_details_contents__inner .cts-details-contentBox .contact-desc-attention p.small {
  margin-top: 36px;
  font-size: 12px;
}
@media screen and (max-width: calc(736px - 1px)) {
  .cts-cp_details_contents__inner .cts-details-contentBox .contact-desc-attention p.small {
    margin-top: calc(18 / 375 * 100vw);
    font-size: 10px;
  }
}