@charset "UTF-8";

:root {
  --color01: #000;
  --color02: #e8380d;
  --color03: #00a63c;
  --color04: #0097e0;
  --color05: #f29600;
  --color06: #039d90;
  --color07: #b75199;
  --color08: #6fb92d;
  --bg01: #feefe5;
  --bg02: #d9f0e4;
  --bg03: rgba(232, 56, 13, 0.1);
  --bg04: #f0f7ee;
  --font1: "Noto Sans JP", sans-serif;
  --spacing: 0.1em;
  --transition: all 0.5s ease;
  --opacity: 0.6;
  --menu-height: 130px;
}

/*----------------------------------
  共通
----------------------------------*/
a {
  transition: var(--transition);
  opacity: 1;
}

a:hover {
  opacity: var(--opacity);
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}

.bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body {
  position: relative;
}

.container {
  box-sizing: content-box;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: var(--menu-height);
  position: relative;
  z-index: 2;
}

.content-title {
  background-color: var(--color03);
  color: #fff;
  font-size: clamp(17px, 2.22vw, 20px);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding-top: 1.388%;
  padding-bottom: 1.388%;
}

.text-color__01 {
  color: var(--color02);
}

.text-color__02 {
  color: var(--color03);
}

.note {
  font-size: clamp(10px, 1.55vw, 14px);
  line-height: 1.28;
  letter-spacing: 0.08em;
}

.list-item {
  padding-left: 1em;
  position: relative;
}

.list-item::before {
  background-color: var(--color03);
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  height: 0.9em;
  width: 0.9em;
}

summary {
  font-size: clamp(17px, 2.22vw, 20px);
  display: block;
  cursor: pointer;
  list-style-type: none;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

summary::before,
summary::after {
  background-color: #fff;
  border-radius: 9999px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 3.75%;
  height: 0.8em;
  transform-origin: 50% calc(100% - 1px);
  transition: transform 0.4s;
  width: 2px;
}

summary::before {
  transform: translateY(-50%) rotate(45deg);
}

summary::after {
  transform: translateY(-50%) rotate(-45deg);
}

details[open] summary::before,
details[open] summary::after {
  transform-origin: 50% 1px;
}

.sp {
  display: none;
}

/*----------------------------------
  header
----------------------------------*/
.header {
  align-items: center;
  background-color: #fff;
  border-bottom: solid 2px #21ac4d;
  display: flex;
  position: fixed;
  height: 72px;
  padding-inline: 20px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.header-logo {
  max-width: 605px;
  width: 32.181%;
}

/*----------------------------------
  main
----------------------------------*/
/* mv */
.mv {
  padding-top: 72px;
  position: relative;
}

.mv::before {
  -webkit-animation: fadeIn 1.5s ease-in-out 3s forwards;
  animation: fadeIn 1.5s ease-in-out 3s forwards;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  padding-top: calc(35.555% + 72px);
  opacity: 0;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
  z-index: -1;
}

.mv-header {
  overflow: hidden;
  position: relative;
}

.mv-note {
  padding-top: 2.222%;
  margin-left: 2.222%;
  width: 17.777%;
}

.mv-comment {
  top: -18.306%;
  right: 9.333%;
  position: absolute;
  width: 30.555%;
}

.mv-subtitle {
  top: 25.956%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 25.111%;
}

.mv-title {
  margin-top: 1.777%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 72.222%;
  z-index: 2;
}

.mv-items {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 5.111%;
  margin-left: auto;
  margin-right: auto;
  width: 88.888%;
}

.mv-item {
  width: 48.125%;
}

/* bonus */
.bonus {
  position: relative;
}

.bonus::before {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 88.888%;
  z-index: -1;
}

.bonus .bonus-icon {
  top: 0;
  position: absolute;
}

.bonus .bonus-title {
  margin-left: auto;
  margin-right: auto;
}

.bonus-about {
  margin-top: 2.888%;
}

.bonus-about__img {
  margin-left: auto;
  margin-right: auto;
  width: 62.666%;
}

.bonus-about__note {
  text-align: center;
  margin-top: 2%;
}

.bonus-conditions {
  margin-top: 4.222%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.333%;
  padding-bottom: 3.111%;
  position: relative;
  width: 80%;
}

.bonus-conditions::before {
  background-color: var(--bg01);
  border-radius: 10px;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bonus-conditions__title {
  align-items: center;
  display: flex;
  font-size: clamp(10px, 1.66vw, 15px);
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
  letter-spacing: 0.03em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.bonus-conditions__label {
  padding-right: 0.53em;
  width: 8.133em;
}

.bonus-conditions__items {
  margin-left: auto;
  margin-right: auto;
  width: 90.333%;
}

.bonus-conditions__item {
  align-items: center;
  display: flex;
  font-size: clamp(10px, 1.77vw, 16px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  margin-top: 2.358%;
}

.bonus-conditions__item:first-child {
  margin-top: 0;
}

.bonus-conditions__item:nth-of-type(2) {
  margin-top: 0.943%;
}

.bonus-conditions__num {
  flex-shrink: 0;
  margin-right: 1.572%;
  width: 1.56em;
}

.bonus-conditions__item sub {
  font-size: clamp(10px, 1.55vw, 14px);
  font-weight: 400;
}

.bonus-conditions__notes {
  margin-left: auto;
  margin-right: auto;
  width: 94.444%;
}

.bonus-conditions__note {
  margin-top: 1.47%;
}

.bonus-conditions__note:first-child {
  margin-top: 3.088%;
}

.bonus-conditions__btn {
  margin-top: 0.972%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 40%;
}

.bonus-guide {
  background-color: var(--bg02);
  border-radius: 10px;
  margin-top: 5.555%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.083%;
  width: 80%;
}

.bonus-guide__title {
  border-radius: 10px 10px 0 0;
}

.bonus-guide__steps {
  margin-top: 4.166%;
}

.bonus-guide__img {
  margin-left: auto;
  margin-right: auto;
  width: 59.607%;
}

.bonus-guide__num {
  position: absolute;
  top: 59.653%;
  left: 0;
  width: 15.686%;
}

.bonus-guide__texts {
  margin-top: 7.843%;
  margin-left: auto;
  margin-right: auto;
  width: 95.686%;
}

.bonus-guide__text {
  font-size: clamp(10px, 1.66vw, 15px);
  line-height: 1.33;
}

.bonus-guide__cap__02 .bonus-guide__num {
  top: 66.201%;
}

.bonus-guide__cap__02 .bonus-guide__text {
  text-align: center;
}

.bonus-guide__cap__02 .text-color__01 {
  font-weight: 700;
}

.bonus-guide__link {
  font-size: clamp(10px, 1.66vw, 15px);
  font-weight: 700;
  text-align: right;
  padding-right: 2.083%;
}

.bonus-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 2.222%;
  margin-left: auto;
  margin-right: auto;
  width: 73.333%;
}

.bonus-btn {
  width: 48.484%;
}

.bonus-items {
  padding-top: 2.444%;
  position: relative;
}

.bonus-items::before {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 97.222%;
  width: 88.888%;
  z-index: -1;
}

.bonus_01 {
  margin-top: 2.888%;
  padding-top: 22.222%;
  padding-bottom: 1.111%;
}

.bonus_01::before {
  bottom: 0;
  height: 89.943%;
}

.bonus_01 .bonus-icon {
  left: 50%;
  transform: translateX(-50%);
  width: 13.111%;
}

.bonus_01 .bonus-title {
  margin-top: 2.888%;
  width: 92.222%;
}

.bonus_02 {
  margin-top: 3.333%;
  padding-top: 26.333%;
}

.bonus_02::before {
  display: none;
}

.bonus_02 .bonus-icon {
  left: 43.333%;
  width: 35.777%;
}

.bonus_02 .bonus-title {
  width: 95.333%;
}

.bonus_02 .bonus-btns {
  justify-content: center;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 35%);
  width: 32%;
}

.bonus_02 .bonus-btn {
  width: 100%;
}

.bonus_02 .bonus-note {
  margin-top: 3.555%;
  margin-left: auto;
  margin-right: auto;
  width: 88.888%;
}

/* info */
.info {
  margin-top: 4.888%;
  padding-top: 4.444%;
  padding-bottom: 4.777%;
  position: relative;
}

.info::before {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 88.888%;
  z-index: -1;
}

.info-inner {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.info-note {
  border: 2px solid var(--color02);
  color: var(--color02);
  font-size: clamp(10px, 1.77vw, 16px);
  font-weight: 700;
  line-height: 1.25;
  padding: 2.083%;
  text-align: center;
}

.info-title {
  margin-top: 2.777%;
  margin-left: auto;
  margin-right: auto;
  width: 69.444%;
}

.merits {
  margin-top: 4.583%;
  padding-top: 1.805%;
}

.merits-title {
  margin-left: auto;
  margin-right: auto;
  width: 44.444%;
}

.merit-items {
  margin-top: -6.527%;
  padding-top: 8.333%;
  padding-bottom: 2.777%;
  position: relative;
}

.merit-items::before {
  background-color: var(--bg02);
  border-radius: 10px;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  z-index: -1;
}

.merit-items__inner {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 94.444%;
}

.merit-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 48.529%;
}

.merit-item::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  position: absolute;
  top: -49.43%;
  z-index: -1;
}

.merit-item__title {
  color: var(--color03);
  font-size: clamp(17px, 2.22vw, 20px);
  font-weight: 700;
  line-height: 1.3;
}

.merit-item__texts {
  background-color: #fff;
  flex-grow: 1;
  margin-top: 5.454%;
  padding: 3.03%;
}

.merit-item__text {
  font-size: clamp(10px, 2vw, 18px);
  line-height: 1.27;
}

.merit-item__color__01 {
  color: var(--color02);
  font-weight: 700;
}

.merit-item__color__02 {
  color: var(--color04);
  font-weight: 700;
}

.merit-item__note {
  font-size: clamp(10px, 1.77vw, 16px);
  margin-top: 1.125em;
}

.merit-item__link {
  text-decoration: underline;
  color: var(--color02);
  font-weight: 700;
}

.merit-item__01.merit-item::before {
  background-image: url(/kojin/cam/detail/yokin_pointgetcp202512/assets/images/merit-pic_01.webp);
  padding-top: 58.181%;
  left: 0;
  width: 38.787%;
}

.merit-item__02.merit-item::before {
  background-image: url(/kojin/cam/detail/yokin_pointgetcp202512/assets/images/merit-pic_02.webp);
  padding-top: 60%;
  right: 6.06%;
  width: 40.303%;
}

.merit-item__01 .merit-item__title {
  margin-left: 38.484%;
}

.merit-item__02 .merit-item__title {
  margin-left: 6.969%;
}

.faq {
  background-color: var(--bg02);
  margin-top: 4.722%;
  padding-bottom: 2.5%;
}

.faq summary::before,
.faq summary::after {
  display: none;
}

.faq summary {
  cursor: default;
}

.faq-item {
  margin-top: 3.472%;
  margin-left: auto;
  margin-right: auto;
  width: 94.444%;
}

.faq-q {
  color: var(--color03);
  font-size: clamp(10px, 2vw, 18px);
  font-weight: 500;
  line-height: 1.27;
}

.faq-a {
  background-color: #fff;
  font-size: clamp(10px, 2vw, 18px);
  font-weight: 500;
  line-height: 1.27;
  margin-top: 2.205%;
  padding: 1.47%;
}

/* app */
.app {
  margin-top: 8.444%;
}

.app-title {
  padding-bottom: 7.777%;
  position: relative;
}

.app-title::before,
.app-title::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: -9.77%;
}

.app-title::before {
  background-image: url(/kojin/cam/detail/yokin_pointgetcp202512/assets/images/deco_01.webp);
  padding-top: 15.555%;
  left: 4.444%;
  width: 12.222%;
}

.app-title::after {
  background-image: url(/kojin/cam/detail/yokin_pointgetcp202512/assets/images/deco_02.webp);
  padding-top: 12.666%;
  right: 5.555%;
  width: 19.333%;
}

.app-title__img {
  margin-left: auto;
  margin-right: auto;
  width: 73.333%;
}

.app-points {
  padding-top: clamp(66px, 8.66vw, 78px);
  padding-bottom: clamp(50px, 6.66vw, 60px);
  position: relative;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
}

.app-points::before {
  background-image: url(/kojin/cam/detail/yokin_pointgetcp202512/assets/images/app-bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.app-points__swiper .swiper-slide {
  padding-left: clamp(38px, 5vw, 45px);
  padding-right: clamp(38px, 5vw, 45px);
  padding-bottom: 6px;
  opacity: 0.5;
  height: auto;
  width: clamp(400px, 61.66vw, 555px);
}

.app-points__swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.app-point {
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  padding: 5.957% 9.148%;
  height: 100%;
}

.app-point__inner {
  position: relative;
  height: 100%;
}

.app-point__images {
  display: flex;
}

.app-point__cap {
  font-size: clamp(17px, 2.22vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  letter-spacing: 0;
  text-align: center;
  right: 0;
  bottom: 3.03%;
  width: 63.842%;
}

.app-point__image:nth-of-type(1) {
  width: 37.894%;
}

.app-point__link {
  text-decoration: underline;
  color: var(--color03);
  font-size: clamp(10px, 1.77vw, 16px);
  font-weight: 400;
  display: block;
  margin-bottom: 1.18em;
  margin-left: auto;
  margin-right: auto;
}

.app-point__01 .app-point__image:nth-of-type(2) {
  margin-top: 3.125%;
  margin-left: 13.947%;
  width: 35.263%;
}

.app-point__01 .app-point__cap {
  color: var(--color05);
}

.app-point__02 .app-point__image:nth-of-type(2) {
  margin-top: 6.052%;
  margin-left: 9.473%;
  width: 44.736%;
}

.app-point__02 .app-point__cap {
  color: var(--color06);
}

.app-point__03 .app-point__image:nth-of-type(2) {
  margin-top: 4.473%;
  margin-left: 15.526%;
  width: 32.631%;
}

.app-point__03 .app-point__cap {
  color: var(--color07);
}

.app-point__04 .app-point__image:nth-of-type(2) {
  margin-top: 8.684%;
  margin-left: 9.736%;
  width: 44.21%;
}

.app-point__04 .app-point__cap {
  color: var(--color03);
}

.app-point__05 .app-point__image:nth-of-type(1) {
  margin-top: 12.105%;
  margin-left: auto;
  margin-right: auto;
  width: 90.526%;
}

.app-point__05 .app-point__cap {
  color: var(--color04);
  left: 50%;
  bottom: 12.5%;
  transform: translateX(-50%);
  width: 100%;
}

.app-points__swiper .swiper-button-next,
.app-points__swiper .swiper-button-prev {
  aspect-ratio: 1 / 1;
  background-image: none;
  height: clamp(33px, 4.44vw, 40px);
  justify-content: right;
  top: 50%;
  right: 50%;
  transform: translate(clamp(252px, 32.88vw, 296px), -50%);
  width: clamp(33px, 4.44vw, 40px);
  z-index: 4;
}

.app-points__swiper .swiper-button-prev {
  left: 50%;
  transform: translate(clamp(-296px, -32.88vw, -252px), -50%);
  justify-content: left;
}

.app-points__swiper .swiper-button-next:after,
.app-points__swiper .swiper-button-prev:after {
  background-image: url(/kojin/cam/detail/yokin_pointgetcp202512/assets/images/arrow_02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  font-size: 0;
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
}

.app-points__swiper .swiper-button-prev:after {
  background-position: center;
  transform: rotate(180deg);
}

.app-btn {
  margin-top: -2.777%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 30%;
  z-index: 2;
}

.app-modal {
  background-color: var(--bg04);
  display: none;
  position: absolute;
  z-index: 8;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-height: 83.832%;
  width: 83.888%;
}

.app-modal.is-open {
  display: block;
}

.app-modal__body {
  padding-top: 14.388%;
  padding-left: 9.722%;
  padding-right: 9.722%;
}

.app-modal__title {
  margin-left: auto;
  margin-right: auto;
  width: 27.777%;
}

.app-modal__text {
  color: var(--color08);
  font-size: clamp(17px, 2.22vw, 20px);
  font-weight: 500;
  line-height: 1.6;
  margin-top: 4.923%;
}

.app-modal__note {
  font-size: clamp(17px, 2.22vw, 20px);
  font-weight: 400;
  line-height: 1.6;
}

.app-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(17%, -40%);
  width: 7.722%;
}

/* precautions */
.precautions {
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7.444%;
  width: 88.888%;
}

.precautions-item {
  background-color: #fff;
}

.precautions-title {
  border-bottom: 2px solid #fff;
}

.precautions-body {
  padding: 2.5%;
}

.precautions-text {
  font-size: clamp(10px, 1.77vw, 16px);
  line-height: 1.37;
}

.precautions .list-item::before {
  top: 0.2em;
}

.precautions .text-color__01 {
  font-weight: 500;
}

.precautions .text-color__01.list-item::before {
  background-color: var(--color02);
}

.precautions-link {
  color: var(--color03);
  font-weight: 500;
  text-decoration: underline;
}

.precautions-warning {
  background-color: var(--bg03);
  color: var(--color02);
  font-size: clamp(10px, 1.77vw, 16px);
  line-height: 1.37;
  margin-top: 1.388%;
  padding: 2.083% 2.631%;
}

.precautions-detail {
  font-size: clamp(10px, 1.77vw, 16px);
  line-height: 1.25;
  text-align: center;
  margin-top: 1.6%;
}

/*----------------------------------
  footer
----------------------------------*/
.footer {
  padding: 20px 0;
  background-color: var(--color03);
  color: #fff;
  text-align: center;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
}

/*----------------------------------
  その他
----------------------------------*/
.snow__images {
  display: none;
}

/* snow */
.snow {
  -webkit-animation: fadeIn 1.5s ease-in-out forwards;
  animation: fadeIn 1.5s ease-in-out forwards;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  z-index: 1;
}

/* menu */
.is-scroll-locked .menu {
  opacity: 0;
}

.menu {
  -webkit-animation: fadeIn 0.5s ease 5.4s forwards;
  animation: fadeIn 0.5s ease 5.4s forwards;
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  width: 100%;
  z-index: 9;
}

.menu-items {
  align-items: flex-end;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  gap: 5%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.menu-item {
  margin-top: 0.8%;
  width: 29.155%;
}

/* top-btn */
.top {
  pointer-events: none;
  position: fixed;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  width: 100%;
  z-index: 9;
}

.top.show {
  opacity: 1;
  visibility: visible;
}

.top-inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.top-btn {
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: 7.777%;
  margin-bottom: var(--menu-height);
  pointer-events: auto;
  width: clamp(17px, 6.66vw, 60px);
}

.top-btn {
  transition: var(--transition);
  opacity: 1;
}

.top-btn:hover {
  opacity: var(--opacity);
}

/*----------------------------------
  loading animation
----------------------------------*/
body.is-scroll-locked {
  overflow: hidden;
}

.loading-item {
  opacity: 0;
}

.loading-item.is-active {
  opacity: 1;
}

.bg.loading-item {
  transition: opacity 1.5s ease-in-out;
}

.loading-title {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  will-change: transform;
}

.loading-title__img {
  -webkit-animation: titleBounce 0.9s ease-in 1.5s forwards;
  animation: titleBounce 0.9s ease-in 1.5s forwards;
  transform-origin: center;
  transform: scale(0.3);
  opacity: 0;
  will-change: transform;
}

@-webkit-keyframes titleBounce {
  0% {
    transform: scale(0.3);
    opacity: 1;
  }
  30%,
  50%,
  70% {
    transform: scale(1);
    opacity: 1;
  }
  40% {
    transform: scale(0.85);
    opacity: 1;
  }
  60% {
    transform: scale(0.95);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes titleBounce {
  0% {
    transform: scale(0.3);
    opacity: 1;
  }
  30%,
  50%,
  70% {
    transform: scale(1);
    opacity: 1;
  }
  40% {
    transform: scale(0.85);
    opacity: 1;
  }
  60% {
    transform: scale(0.95);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.mv-header,
.mv-items,
.content-wrap {
  transition: opacity 1s ease-in-out;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes titleAnim {
  0% {
    transform: translate(-50%, 100%) scale(0.3);
  }
  30%,
  50%,
  70% {
    transform: translate(-50%, 100%) scale(1);
  }
  40% {
    transform: translate(-50%, 100%) scale(0.85);
  }
  60% {
    transform: translate(-50%, 100%) scale(0.95);
  }
  90% {
    transform: translate(-50%, 0) scale(1);
  }
  100% {
    transform: translate(-50%, 0) scale(1);
  }
}

@keyframes titleAnim {
  0% {
    transform: translate(-50%, 100%) scale(0.3);
  }
  30%,
  50%,
  70% {
    transform: translate(-50%, 100%) scale(1);
  }
  40% {
    transform: translate(-50%, 100%) scale(0.85);
  }
  60% {
    transform: translate(-50%, 100%) scale(0.95);
  }
  90% {
    transform: translate(-50%, 0) scale(1);
  }
  100% {
    transform: translate(-50%, 0) scale(1);
  }
}

/*----------------------------------
  PC
----------------------------------*/
@media (min-width: 768px) {
  .bonus-guide__swiper.swiper {
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 84.722%;
  }

  .bonus-guide__swiper::before {
    background-image: url(/kojin/cam/detail/yokin_pointgetcp202512/assets/images/arrow_01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    padding-top: 5.245%;
    bottom: 5.97%;
    left: 50%;
    transform: translateX(-50%);
    width: 5.245%;
  }

  .bonus-guide__swiper .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    transform: none;
    transition: none;
  }

  .bonus-guide__swiper .swiper-slide {
    transition: none;
    width: 41.803%;
  }

  .bonus-guide__swiper .swiper-pagination,
  .bonus-guide__swiper .swiper-button-prev,
  .bonus-guide__swiper .swiper-button-next {
    display: none !important;
  }
}

/*----------------------------------
  SP
----------------------------------*/
@media not all and (min-width: 768px) {
  /* 共通 */
  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .content-title {
    font-size: clamp(15px, 4vw, 31px);
    line-height: 1.2;
    padding-top: 2.622%;
    padding-bottom: 2.622%;
  }

  .note {
    font-size: clamp(13px, 3.46vw, 27px);
  }

  .list-item::before {
    top: 0.2em;
  }

  summary {
    font-size: clamp(15px, 4vw, 31px);
  }

  summary::before,
  summary::after {
    right: 6.153%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* header */
  .header {
    border-bottom: solid clamp(2px, 0.53vw, 4px) #21ac4d;
    height: 17vw;
    padding-inline: 6.4%;
  }

  .header-logo {
    max-width: none;
    width: 100%;
  }

  /* main */
  /* mv */
  .mv {
    padding-top: 17vw;
  }

  .mv::before {
    padding-top: calc(17vw + 50.666%);
    width: 100%;
  }

  .mv-note {
    padding-top: 2.666%;
    margin-left: 2.666%;
    width: 32%;
  }

  .mv-comment {
    top: -17.142%;
    right: -2.933%;
    width: 41.6%;
  }

  .mv-subtitle {
    top: 30.476%;
    width: 32.266%;
  }

  .mv-title {
    margin-top: 4.266%;
    width: 93.333%;
  }

  .mv-items {
    display: block;
    margin-top: 5.866%;
    width: 86.666%;
  }

  .mv-item {
    width: 100%;
  }

  .mv-item:not(:first-child) {
    margin-top: 7.384%;
  }

  /* bonus */
  .bonus::before {
    border-radius: 6px;
    width: 86.666%;
  }

  .bonus-about {
    margin-top: 3.2%;
  }

  .bonus-about__img {
    width: 81.333%;
  }

  .bonus-about__note {
    margin-top: 3.466%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 81.333%;
  }

  .bonus-conditions {
    margin-top: 5.333%;
    padding-top: 16%;
    padding-bottom: 5.866%;
    width: 81.333%;
  }

  .bonus-conditions::before {
    border-radius: 0;
  }

  .bonus-conditions__title {
    flex-direction: column;
    font-size: clamp(14px, 3.73vw, 29px);
    font-weight: 400;
    text-align: center;
    transform: translate(-50%, -15%);
  }

  .bonus-conditions__label {
    padding-right: 0;
    padding-bottom: 1.639%;
    width: 6.07em;
  }

  .bonus-conditions__items {
    width: 93.442%;
  }

  .bonus-conditions__item {
    flex-direction: column;
    font-size: clamp(14px, 3.73vw, 29px);
    margin-top: 2.754%;
    text-align: center;
    position: relative;
  }

  .bonus-conditions__item::before {
    border-top: solid 1px #000;
    content: "";
    position: absolute;
    top: 0.71em;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: -1;
  }

  .bonus-conditions__item:nth-of-type(2) {
    margin-top: 2.754%;
  }

  .bonus-conditions__item:last-child {
    border-bottom: solid 1px #000;
    padding-bottom: 5.263%;
  }

  .bonus-conditions__num {
    margin-right: 0;
    padding-bottom: 1.754%;
    width: 1.42em;
  }

  .bonus-conditions__item sub {
    font-size: clamp(12px, 3.2vw, 25px);
  }

  .bonus-conditions__notes {
    width: 93.442%;
  }

  .bonus-conditions__note {
    margin-top: 3.508%;
  }

  .bonus-conditions__note:first-child {
    margin-top: 3.508%;
  }

  .bonus-conditions__btn {
    width: 68.196%;
  }

  .bonus-guide {
    border-radius: 0;
    margin-top: 8%;
    padding-bottom: 2.666%;
    width: 81.333%;
  }

  .bonus-guide__title {
    border-radius: 0;
  }

  .bonus-guide__steps {
    margin-top: 6.557%;
  }

  .bonus-guide__img {
    padding-top: 1.639%;
    width: 33.114%;
  }

  .bonus-guide__num {
    top: 0;
    left: 6.557%;
    width: 11.475%;
  }

  .bonus-guide__texts {
    margin-top: 2.622%;
    width: 93.442%;
  }

  .bonus-guide__text {
    font-size: clamp(14px, 3.73vw, 29px);
  }

  .bonus-guide__cap__02 .bonus-guide__num {
    top: 0;
  }

  .bonus-guide__cap__02 .bonus-guide__text {
    text-align: center;
  }

  .bonus-guide__cap__02 .text-color__01 {
    font-weight: 700;
  }

  .bonus-guide__link {
    font-size: clamp(14px, 3.73vw, 29px);
    margin-top: 3.278%;
    padding-right: 0;
    text-align: center;
  }

  .bonus-btns {
    flex-direction: column;
    margin-top: 2.666%;
    width: 72.8%;
  }

  .bonus-btn {
    width: 100%;
  }

  .bonus-items {
    padding-top: 2.666%;
    padding-bottom: 4.8%;
  }

  .bonus-items::before {
    border-radius: 6px;
    height: 100%;
    width: 86.666%;
  }

  .bonus_01 {
    margin-top: 2.888%;
    padding-top: 30.133%;
    padding-bottom: 1.333%;
  }

  .bonus_01::before {
    height: 92.951%;
  }

  .bonus_01 .bonus-icon {
    width: 17.066%;
  }

  .bonus_01 .bonus-title {
    margin-top: 2.4%;
    width: 90.133%;
  }

  .bonus_02 {
    margin-top: 9.333%;
    padding-top: 36.266%;
  }

  .bonus_02 .bonus-icon {
    left: 41.333%;
    width: 48%;
  }

  .bonus_02 .bonus-title {
    width: 89.866%;
  }

  .bonus_02 .bonus-btns {
    transform: translate(-50%, 50%);
    width: 55.5%;
  }

  .bonus_02 .bonus-note {
    margin-top: 6.666%;
    width: 86.666%;
  }

  .bonus-guide__swiper .swiper-button-next,
  .bonus-guide__swiper .swiper-button-prev {
    aspect-ratio: 1 / 1;
    background-image: none;
    height: 8.533vw;
    justify-content: right;
    top: 50%;
    right: 15.737%;
    transform: translateY(-50%);
    width: 10.491%;
    z-index: 4;
  }

  .bonus-guide__swiper .swiper-button-prev {
    left: 15.737%;
    justify-content: left;
  }

  .bonus-guide__swiper .swiper-button-next:after,
  .bonus-guide__swiper .swiper-button-prev:after {
    background-image: url(/kojin/cam/detail/yokin_pointgetcp202512/assets/images/arrow_01.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    font-size: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
  }

  .bonus-guide__swiper .swiper-button-prev:after {
    background-position: center;
    transform: rotate(180deg);
  }

  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
  }

  /* info */
  .info {
    margin-top: 5.333%;
    padding-top: 6.666%;
    padding-bottom: 6.666%;
  }

  .info::before {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
  }

  .info-inner {
    width: 86.666%;
  }

  .info-note {
    font-size: clamp(13px, 3.46vw, 27px);
    padding: 3.076%;
    text-align: left;
  }

  .info-title {
    margin-top: 3.076%;
    width: 93.846%;
  }

  .merits {
    margin-top: 6.153%;
    padding-top: 0;
  }

  .merits-title {
    margin-left: 4.615%;
    width: 42.461%;
  }

  .merit-items {
    margin-top: -13.231%;
    padding-top: 15.384%;
    padding-bottom: 3.077%;
  }

  .merit-items::before {
    border-radius: 6px;
  }

  .merit-items__inner {
    display: block;
    width: 93.846%;
  }

  .merit-item {
    display: block;
    width: 100%;
  }

  .merit-item::before {
    top: 8.928%;
    z-index: 1;
  }

  .merit-item__title {
    font-size: clamp(15px, 4vw, 31px);
  }

  .merit-item__texts {
    margin-top: 2.461%;
    padding: 3.077%;
  }

  .merit-item__text {
    font-size: clamp(14px, 3.73vw, 29px);
    width: 61.403%;
  }

  .merit-item__note {
    font-size: clamp(13px, 3.46vw, 27px);
    margin-top: 0.69em;
    width: 100%;
  }

  .merit-item__01.merit-item::before {
    padding-top: 48.524%;
    left: auto;
    right: 4.262%;
    width: 32.131%;
  }

  .merit-item__02 {
    margin-top: 7.213%;
  }

  .merit-item__02.merit-item::before {
    padding-top: 49.836%;
    top: auto;
    bottom: 0;
    right: 3.278%;
    width: 33.442%;
  }

  .merit-item__01 .merit-item__title {
    margin-left: 0;
  }

  .merit-item__02 .merit-item__title {
    margin-left: 0;
  }

  .faq {
    margin-top: 7.692%;
    padding-bottom: 0;
  }

  .faq summary::before,
  .faq summary::after {
    display: block;
  }

  .faq summary {
    cursor: pointer;
  }

  .faq-item {
    margin-top: 6.153%;
    width: 93.846%;
  }

  .faq-item:last-child {
    padding-bottom: 3.077%;
  }

  .faq-q {
    font-size: clamp(15px, 4vw, 31px);
  }

  .faq-a {
    font-size: clamp(15px, 4vw, 31px);
    margin-top: 3.278%;
    padding: 3.278%;
  }

  /* app */
  .app {
    margin-top: 3.733%;
  }

  .app-title {
    padding-bottom: 10.133%;
  }

  .app-title::before,
  .app-title::after {
    bottom: -8.333%;
  }

  .app-title::before {
    padding-top: 22.933%;
    left: 5.333%;
    width: 18.133%;
    z-index: -1;
  }

  .app-title::after {
    padding-top: 19.2%;
    right: 5.333%;
    width: 28.266%;
  }

  .app-title__img {
    width: 81.066%;
  }

  .app-points {
    padding-top: 5.133%;
    padding-bottom: 0;
    width: 100%;
  }

  .app-points::before {
    background-image: url(/kojin/cam/detail/yokin_pointgetcp202512/assets/images/app-bg_sp.webp);
  }

  .app-points__swiper .swiper-slide {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    width: 100%;
  }

  .app-point {
    box-shadow: none;
    border-radius: 0;
    padding: 6% 8% 5.333%;
  }

  .app-point__cap {
    font-size: clamp(16px, 4.26vw, 34px);
    right: auto;
    bottom: auto;
    position: relative;
    width: 100%;
  }

  .app-point__images {
    justify-content: center;
  }

  .app-point__image:nth-of-type(1) {
    width: 33.016%;
  }

  .app-point__link {
    font-size: clamp(13px, 3.46vw, 27px);
    margin-bottom: 0;
    position: absolute;
    top: -220%;
    right: 9.523%;
  }

  .app-point__01 .app-point__image:nth-of-type(2) {
    margin-top: 10.476%;
    margin-left: 3.809%;
    width: 36.825%;
  }

  .app-point__02 .app-point__image:nth-of-type(2) {
    margin-top: 12.698%;
    margin-left: 1.904%;
    width: 46.349%;
  }

  .app-point__03 .app-point__image:nth-of-type(2) {
    margin-top: 11.111%;
    margin-left: 7.936%;
    width: 34.285%;
  }

  .app-point__04 .app-point__image:nth-of-type(2) {
    margin-top: 22.222%;
    margin-left: 5.714%;
    width: 39.047%;
  }

  .app-point__05 .app-point__image:nth-of-type(1) {
    margin-top: 3.174%;
    width: 82.857%;
  }

  .app-point__05 .app-point__cap {
    left: auto;
    bottom: auto;
    transform: translateX(0);
    margin-top: 6.984%;
  }

  .app-points__swiper .swiper-button-next,
  .app-points__swiper .swiper-button-prev {
    height: 11.278%;
    top: 50%;
    right: 8%;
    transform: none;
    width: 8%;
  }

  .app-points__swiper .swiper-button-prev {
    left: 8%;
    transform: none;
  }

  .app-btn {
    margin-top: 6.08%;
    width: 55.466%;
  }

  .app-modal {
    min-height: 86.466%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 81.333%;
  }

  .app-modal__body {
    padding: 6.388% 4.722%;
  }

  .app-modal__text {
    font-size: clamp(13px, 3.46vw, 27px);
    letter-spacing: 0;
    line-height: 1.38;
  }

  .app-modal__note {
    font-size: clamp(13px, 3.46vw, 27px);
    letter-spacing: 0;
    line-height: 1.38;
  }

  .app-modal__close {
    width: 9.722%;
  }

  /* share */
  .share {
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    margin-top: 6.133%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5.333%;
    padding-bottom: 6.666%;
    width: 60%;
  }

  .share-title {
    color: var(--color04);
    font-size: clamp(15px, 4vw, 31px);
    font-weight: 700;
    text-align: center;
  }

  .share-items {
    display: flex;
    justify-content: space-between;
    margin-top: 6.222%;
    margin-left: auto;
    margin-right: auto;
    width: 71.111%;
  }

  .share-item {
    width: 37.5%;
  }

  /* precautions */
  .precautions {
    margin-top: 6.666%;
    padding-bottom: 0;
    width: 100%;
  }

  .precautions-body {
    padding: 5.333%;
  }

  .precautions-text {
    font-size: clamp(13px, 3.46vw, 27px);
  }

  .precautions-warning {
    font-size: clamp(13px, 3.46vw, 27px);
    margin-top: 2.985%;
    padding: 2.985%;
  }

  .precautions-detail {
    font-size: clamp(13px, 3.46vw, 27px);
    margin-top: 2.666%;
  }

  .precautions-item:last-child .precautions-body {
    padding-bottom: 11.2%;
  }

  /* footer */
  .copyright {
    font-size: clamp(12px, 3.2vw, 25px);
    font-weight: 500;
    letter-spacing: 0;
  }

  /* その他 */
  /* menu */
  .menu-items {
    gap: 2.666%;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-item {
    width: 38.933%;
  }

  .menu-item:nth-of-type(2) {
    width: 46.4%;
  }

  /* top-btn */
  .top-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .top-btn {
    margin-right: 4%;
    width: 13.333%;
  }
}
