@charset "utf-8";

/* 

●游ゴシック
font-family: "yu-gothic-pr6n", sans-serif;
font-weight: 700;
font-style: normal;

●zen丸ゴシック
font-family: 'Zen Maru Gothic', serif;
font-weight: 400;
font-weight: 500;
font-weight: 700;

●Noto sans JP
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;

*/

html {
  font-size: 62.5%;
}
body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  color: #424242;
  font-size: 1.6rem;
  font-feature-settings: "palt";
}

.inner-960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1060px) {
  .inner-960 {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}
.inner-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .inner-800 {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}
br.b-960,
br.b-750,
br.b-480 {
  display: none;
}
.img {
  width: 100%;
  height: auto;
}
.hover--opacity {
  transition: 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

/* ここから */

.bg--pink {
  background-color: #fdecef;
}
.bg--green {
  background-color: #e6faf0;
}
.bg--ye {
  background-color: #fffce9;
}
.triangle {
  position: relative;
  overflow: hidden;
}
.triangle::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 43px solid transparent;
  border-left: 43px solid transparent;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translate(-50%, 0);
}
.triangle.triangle-wh::before {
  border-top: clamp(60px, 10vw, 75px) solid #fff;
}
.triangle.triangle-pk::before {
  border-top: clamp(60px, 10vw, 75px) solid #fdecef;
}
.triangle.triangle-gr::before {
  border-top: clamp(60px, 10vw, 75px) solid #e6faf0;
}
.chapter {
  padding-bottom: 96px;
}
.chapterHeading {
  background-color: #f37f96;
  padding: 34px 0 30px;
  margin-bottom: 39px;
}
.chapterHeading__text {
  color: #fff;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.25em;
  text-align: center;
  font-size: 3.2rem;
  padding-left: 0.25em;
  /* padding-top: 150px;
  margin-top: -150px; */
}
.chapterYt {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 5px 5px 0px rgba(0, 23, 132, 0.2);
  margin-bottom: 38px;
}
.chapterYt iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.chapter__text {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  font-feature-settings: "palt";
  margin-bottom: 24px;
}
.chapter__text.lh-2 {
  line-height: 2.28;
}

.chapter__text.lh-2 span {
  display: inline-block;
}
.chapterInfo {
  margin-bottom: 155px;
}
.chapterInfo__top {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-weight: 700;
}

.chapterInfo__heading {
  font-size: 4.7rem;
  margin-right: 3rem;
}
.chapterInfo__money {
  background-color: #fff;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  padding: 5px 19px;
  border-radius: 8px;
}
.chapterInfo__money--m {
  font-size: 3.1rem;
}
.chapterInfo__money--l {
  font-size: 4.6rem;
  padding-left: 1rem;
  position: relative;
  top: -6px;
}
.chapterInfo__bottom {
  background-color: #fff;
  padding-top: 34px;
  padding-bottom: 54px;
  /* border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; */
}
.chapterInfo__img {
  margin-bottom: 30px;
  max-width: 870px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.chapterInfo__note {
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
.chapterInfo__link {
  color: #e60012;
  text-decoration: underline;
}

.chapter__subHeading {
  background: linear-gradient(transparent 18px, #fff 18px, #fff 45px, transparent 45px);
  position: relative;
  margin-bottom: 30px;
}
.chapter__subHeading--en {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.chapter__subHeading--ja {
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.chapter__subHeadingImg {
  position: absolute;
  height: auto;
  transform: translateY(-50%);
  top: 50%;
}
.chapter__subHeadingImg--shimamaru {
  max-width: 126px;
  left: 64.2%;
}
.chapterPoint {
  margin-bottom: 100px;
}
.chapterPoint__wrapper {
  display: flex;
  justify-content: center;
  gap: 0 5%;
  margin-bottom: 25px;
}
.chapterPoint__item {
  width: 30%;
  height: auto;
}
.chapterPoint__note {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 1.3;
  max-width: 800px;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 auto;
}
.chapterCase {
  padding-top: 25px;
}

.chapterCase--notLast {
  margin-bottom: 83px;
}
.chapterCaseItem {
  background-color: #fff;
  border: solid 2px #424242;
  border-radius: 10px;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 25px;
  position: relative;
}
.chapterCaseItem__icon {
  position: absolute;
  width: 75px;
  height: auto;
  transform: translateY(-50%);
  top: 0;
  left: 20px;
}
.chapterCaseItem:not(:last-of-type) {
  margin-bottom: 45px;
}
.chapterCaseItem__heading {
  font-size: 2rem;
  font-weight: 700;
  background-color: #ffdc00;
  border: solid 2px #424242;
  border-radius: 100px;
  transform: translateY(-50%);
  top: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 250px;
  padding: 8px 0;
}
.chapterCaseItem__top {
  font-size: 1.7rem;
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: dashed 2px #a0a0a0;
}
.chapterCaseItem__bottom {
  font-size: 1.7rem;
  font-weight: 500;
  padding-top: 8px;
}
.chapterCaseItem__bottom--l {
  font-size: 3rem;
  color: #e60012;
  font-weight: 700;
  margin-left: 1rem;
}

/* pink */
.chapter--pink .chapterInfo__top {
  background-color: #f37f96;
}
.chapter--pink .chapterInfo__money {
  color: #f37f96;
}
.chapter--pink .chapter__subHeading--en {
  color: #f37f96;
}
.chapter--pink .chapterCaseItem::before {
  background-image: url(../imgs/icon_pi_point.png);
}

/* green */
.chapter--green .chapterHeading {
  background-color: #05b4aa;
}
.chapter--green .chapterInfo__top {
  background-color: #05b4aa;
}
.chapter--green .chapterInfo__money {
  color: #009c66;
}
.chapter--green .chapter__subHeading--en {
  color: #009c66;
}
/* orange */
.chapter--orange .chapterHeading {
  background-color: #ff9164;
}
.chapter--orange .chapterInfo__top {
  background-color: #ff9164;
}
.chapter--orange .chapterInfo__money {
  color: #ff9164;
}
.chapter--orange .chapter__subHeading--en {
  color: #ff9164;
}
/* blue */
.chapter--blue .chapterHeading {
  background-color: #0362b2;
}
.chapter--blue .chapterInfo__top {
  background-color: #0362b2;
}
.chapter--blue .chapterInfo__money {
  color: #0362b2;
}
.chapter--blue .chapter__subHeading--en {
  color: #0362b2;
}
.chapter--blue .chapterCaseItem::before {
  background-image: url(../imgs/icon_bl_point.png);
}

/* 割戻金 編  */
.dummy {
  filter: grayscale(1);
  pointer-events: none;
}
.rebate {
  padding-bottom: 128px;
}
.rebate .chapterInfo {
  margin-bottom: 56px;
}
.rebate .chapterInfo__heading {
  font-size: 3.2rem;
}
.rebate .chapterInfo__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 6.15% 6.77%;
}
.rebate .chapterInfo__bottom p {
  font-size: 2rem;
  line-height: 1.95;
  width: 63%;
  max-width: 518px;
}
.rebate .chapterInfo__bottom img {
  width: 32%;
  max-width: 260px;
}
.rebate .chapter__subHeading {
  background: none;
  position: relative;
  margin-bottom: 17px;
}
.rebate .chapter__subHeading::before {
  content: "";
  width: 100%;
  height: 29px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-20%);
}
.rebate .chapter__subHeading--ja {
  max-width: 833px;
  height: auto;
  position: relative;
}
.rebate .chapter__subHeading .sp {
  display: none;
}
.rebate .chapterList {
  text-align: center;
  margin-bottom: 98px;
}
.rebate .chapterList__item:not(:last-child) {
  margin-bottom: 80px;
}
.rebate .chapterList__item-heading {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.44;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0362b2;
  border: 2px solid #424242;
  border-radius: 23px;
  width: 250px;
  margin: 0 auto 8px;
  padding: 8px 0;
}
.rebate .chapterList__item-heading + p {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.53;
  margin-bottom: 15px;
}
.rebate .chapterList__item-heading + p span {
  display: inline-block;
}
.rebate .chapterList__itemFlex {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}
.rebate .chapterList__itemFlex::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 19px solid #0362b2;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rebate .chapterList__itemFlex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47%;
  max-width: 446px;
  padding: 22px 2%;
  background: #fff;
  border: 2px solid #424242;
  border-radius: 11px;
}
.rebate .chapterList__itemFlex-box p {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
  max-width: 260px;
}
.rebate .chapterList__itemFlex-box p span {
  display: inline-block;
}
.rebate .chapterList__itemFlex-box p span.red {
  font-size: 176%;
  line-height: 0.8;
  color: #ff1414;
}
.rebate .chapterList__itemFlex-box p span.red .yen {
  font-size: 1.7rem;
}
.rebate .chapterList__item-note {
  font-size: 1.3rem;
}
.rebate .chapterList__item-note span {
  display: inline-block;
}
.rebate .chapterBottom {
  background: #fff;
  border-radius: 11px;
  padding: 4.17%;
}
.rebate .chapterBottom__heading {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
.rebate .chapterBottom__heading span {
  display: inline-block;
}
.rebate .chapterBottom p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
}
@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 960px) {
  br.b-960 {
    display: block;
  }
  br.n-960 {
    display: none;
  }
  .chapterInfo__note br {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  br.b-750 {
    display: block;
  }
  br.n-750 {
    display: none;
  }

  /* ここかから */
  .chapterHeading {
    padding: 20px 0;
  }
  .chapterHeading__text {
    font-size: 3rem;
  }
  .chapterYt {
    padding: 20px;
  }
  .chapter__text {
    font-size: 2rem;
  }
  .chapterInfo {
    margin-bottom: 80px;
  }
  .chapterInfo__top {
    display: block;
    padding: 15px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .chapterInfo__heading {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .chapterInfo__money {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
  }
  .chapterInfo__money--m {
    font-size: 2rem;
  }
  .chapterInfo__money--l {
    font-size: 3rem;
    top: -3px;
  }
  .chapterInfo__bottom {
    padding-top: 15px;
    padding-bottom: 30px;
    /* border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; */
  }
  .chapterInfo__img {
    width: 95%;
    margin-bottom: 15px;
  }
  .chapterInfo__note {
    font-size: 1.2rem;
  }
  .chapter__subHeading {
    background: linear-gradient(transparent 12px, #fff 12px, #fff 40px, transparent 40px);
    margin-bottom: 15px;
  }
  .chapter__subHeadingImg--shimamaru {
    width: 18%;
    left: initial;
    right: 0;
  }
  .chapter__subHeading--ja {
    height: 45px;
  }
  .chapterPoint {
    margin-bottom: 80px;
  }
  .chapterPoint__note {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .chapterPoint__wrapper {
    flex-wrap: wrap;
  }
  .chapterPoint__item {
    width: 47.5%;
  }
  .chapterCaseItem__heading {
    font-size: 1.6rem;
    width: 200px;
  }
  .chapterCaseItem__icon {
    width: 50px;
    left: 10px;
  }
  .chapterCaseItem__top,
  .chapterCaseItem__bottom {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .chapterCaseItem__bottom--l {
    margin-left: 0;
    font-size: 2.5rem;
  }
  .chapterCase--notLast {
    margin-bottom: 80px;
  }
  /* 割戻金 編  */
  .rebate .chapterInfo__heading {
    font-size: 2.6rem;
  }
  .rebate .chapterList__item-heading + p,
  .rebate .chapterList__itemFlex-box p,
  .rebate .chapterList__itemFlex-box p span.red .yen {
    font-size: 1.4rem;
  }
  .rebate .chapterList__item-heading,
  .rebate .chapterBottom p {
    font-size: 1.5rem;
  }
  .rebate .chapterBottom__heading {
    font-size: 1.9rem;
  }
  .rebate .chapterInfo__bottom {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .rebate .chapterInfo__bottom p {
    font-size: 1.6rem;
    width: 100%;
  }
  .rebate .chapterInfo__bottom img {
    width: 70%;
  }
  .rebate .chapter__subHeading .pc {
    display: none;
  }
  .rebate .chapter__subHeading .sp {
    display: block;
  }
  .rebate .chapter__subHeading .chapter__subHeading--ja.sp {
    width: 60%;
    max-width: 288px;
  }
  .rebate .chapterList {
    margin-bottom: 50px;
  }
  .rebate .chapterList__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .rebate .chapterList__itemFlex {
    flex-direction: column;
    align-items: center;
    gap: 44px;
  }
  .rebate .chapterList__itemFlex::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 19px solid #0362b2;
    border-bottom: 0;
  }
  .rebate .chapterList__itemFlex-box {
    width: 100%;
    max-width: 315px;
    min-height: 118px;
  }
}
@media screen and (max-width: 480px) {
  br.b-480 {
    display: block;
  }
  br.n-480 {
    display: none;
  }
}

@media screen and (max-width: 375px) {
}
