@charset "utf-8";
/* yen_g
---------------------------------------------*/
[id="contents"] {
  box-sizing: border-box;
  /* font-feature-settings: "halt"; */
  text-align: justify;
}
[id="contents"] *,
[id="contents"] *::before,
[id="contents"] *::after {
  box-sizing: inherit;
}

@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) {
  .pc_layoutC {
    text-align: center;
  }
}

/*---------------------------------------------
  icon
---------------------------------------------*/
/*-- arrow -------------*/
.icon_rate_arrow {
  display: block;
  aspect-ratio: 38/76;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.icon_rate_arrow.-up {
  background-image: url(/cfd/yen_g/common_fx/images/arrow_up.svg);
}
.icon_rate_arrow.-down {
  background-image: url(/cfd/yen_g/common_fx/images/arrow_down.svg);
}

/*-- cfd -------------*/
.icon_cfd {
  display: inline-block;
}
.icon_cfd::before {
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.icon_cfd.-gold::before {
  background-image: url(/cfd/yen_g/common_fx/images/icon_cfd_gold@2x.webp);
}
.icon_cfd.-silver::before {
  background-image: url(/cfd/yen_g/common_fx/images/icon_cfd_silver@2x.webp);
}
.icon_cfd.-platinum::before {
  background-image: url(/cfd/yen_g/common_fx/images/icon_cfd_platinum@2x.webp);
}

/*---------------------------------------------
  cv
---------------------------------------------*/
.btn_cv {
  display: block;
  padding: 0 16px;
}
.btn_cv a {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 580px;
  margin: 0 auto;
  padding: clamp(16px, (16/360 *100vw), 16px) 8px;
  border-radius: 8px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(to right, #191919, #595959 50%, #191919);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(23px, (23/360 *100vw), 34px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-in-out 0s;
  font-feature-settings: "halt";
}

/* keyframes  */
@keyframes btn_cv__kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  1% {
    transform: scale(20) rotate(45deg);
    opacity: 0.7;
  }
  2% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  4% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  8% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
  50% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  51% {
    transform: scale(20) rotate(45deg);
    opacity: 0.3;
  }
  52% {
    transform: scale(30) rotate(45deg);
    opacity: 0.1;
  }
  53% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
  54% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  55% {
    transform: scale(20) rotate(45deg);
    opacity: 0.7;
  }
  57% {
    transform: scale(30) rotate(45deg);
    opacity: 0.3;
  }
  68% {
    transform: scale(45) rotate(45deg);
    opacity: 0;
  }
  60% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.btn_cv a::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 1;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
  animation: btn_cv__kiran 10s ease 2.4s infinite;
  filter: opacity(0.8);
}
@media (hover: hover) {
  .btn_cv a:hover {
    opacity: 0.9;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    transform: translate3d(0, 4px, 0);
  }
  .btn_cv a:hover::before {
    animation-iteration-count: 1;
  }
}

/*---------------------------------------------
  MV
---------------------------------------------*/
.visualArea .mv {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.visualArea h1 {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.visualArea img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.visualArea figure {
  position: relative;
  display: block;
  max-width: calc(376px + 48px);
  margin: 0 auto;

  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  padding: 0 24px;
}

.visualArea .mv_note {
  width: fit-content;
  margin: clamp(5px, (5/360 * 100vw), 16px) auto 0;
  padding: 0 16px;
  font-size: clamp(12px, (12/360 *100vw), 14px);
}

@media screen and (max-width: 767px) {
  .visualArea .mv {
    aspect-ratio: 360/520;
  }
  .visualArea figure {
    height: calc(162/520 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .visualArea .mv {
    background-image: url(/cfd/yen_g/common_fx/images/pc_mv_bg@2x.webp);
  }
  .visualArea figure {
    height: calc(184/650 * 100%);
  }
}

/*-- rate -------------*/
.visualArea .rate {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 9.6px;
  background: #fff;
  box-shadow: 0 4.8px 4.8px 0 rgba(0, 0, 0, 0.10);
  font-weight: 700;
  text-align: center;
}
.visualArea .rate dt {
  padding: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: linear-gradient(90deg, #F2CB03 10.58%, #FDD64B 21.15%, #FEE801 41.83%, #FFE77B 56.25%, #F2CB03 74.52%, #FFDB6D 100%);
  font-size: clamp(20px, (20/360 * 100vw), 24px);
  line-height: 1;
}
.visualArea .rate dd {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: clamp(26px, (26/360 * 100vw), 32px);
  line-height: 1;
  width: fit-content;
}
.visualArea .rate dd b.value {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: clamp(64px, (64/360 * 100vw), 76px);
}
.visualArea .icon_rate_arrow {
  position: absolute;
  left: 100%;
  transform: translateY(10%);
}

@media screen and (max-width: 767px) {
  .visualArea .icon_rate_arrow {
    width: 32px;
  }
}
@media screen and (min-width: 768px) {
  .visualArea .icon_rate_arrow {
    width: 38px;
  }
}

/*---------------------------------------------
  魅力
---------------------------------------------*/
[id="features"] {
  display: block;
  padding: 0 16px;
  background: #112A57;
}

[id="features"] > hgroup {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  color: #deb556;
  text-align: center;
}

[id="features"] > hgroup > h2 {
  margin: 0 auto clamp(16px, (16/360 *100vw), 24px);
  padding: 0 8px;
  font-size: clamp(32px, (32/360 *100vw), 48px);
  word-break: keep-all;
}
[id="features"] > hgroup > h2 > span {
  display: block;
  width: clamp(100px, (100/360 * 100vw), 150px);
  margin: 0 auto 24px;
  border-radius: clamp(8px, (8/360 *100vw), 12px);
  background: #deb556;
  color: #112a57;
  font-size: clamp(21px, (21/360 *100vw), 31.2px);
  line-height: clamp(32px, (32/360 *100vw), 48px);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #112a57;
}
[id="features"] > hgroup > p {
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  [id="features"] {
    margin-top: 48px;
    padding-block: 48px;
  }
}
@media screen and (min-width: 768px) {
  [id="features"] {
    margin-top: 64px;
    padding-block: 80px;
  }
}

/*--  -------------*/
[id="features"] > figure {
  display: grid;
  gap: 16px;
  max-width: 1100px;
  margin: 32px auto 0;
}
[id="features"] > figure > dl {
  display: block;
  margin: 0;
  padding: 28px 20px;
  border: 4px solid;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}
[id="features"] > figure > .gold {
  border-color: #F3D682;
}
[id="features"] > figure > .silver {
  border-color: #949494;
}
[id="features"] > figure > .platinum {
  border-color: #A7ACBE;
}
[id="features"] > figure > dl > dt {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "halt";
}
[id="features"] > figure > dl > dt > img {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: clamp(16px, (16/360 *100vw), 24px) auto;
}
[id="features"] > figure > dl > dd {
  font-style: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  [id="features"] > figure {
    grid-template-columns: 1fr;
  }
  [id="features"] > figure > .gold {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  [id="features"] > figure > .platinum {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  [id="features"] > figure > dl > dt {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  [id="features"] > figure {
    grid-template-columns: repeat(3, 1fr);
  }
  [id="features"] > figure > .gold {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  [id="features"] > figure > .platinum {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  [id="features"] > figure > dl > dt {
    font-size: clamp(16px, (16/768 * 100vw), 24px);
  }
}

/*---------------------------------------------
  価格
---------------------------------------------*/
[id="prices"] {
  padding: 0 16px;
}
[id="prices"] h2 {
  margin: 0 auto;
  padding-inline: 24px;
  font-size: 18px;
  font-size: clamp(32px, (32/360 * 100vw), 48px);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  word-break: keep-all;
}
[id="prices"] .prices_note {
  width: fit-content;
  margin: clamp(16px, (16/360 * 100vw), 32px) auto 0;
  padding: 0 16px;
  font-size: clamp(12px, (12/360 *100vw), 14px);
}

@media screen and (max-width: 767px) {
  [id="prices"] {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  [id="prices"] {
    margin-top: 80px;
  }
}

/*-- rate -------------*/
[id="prices"] > figure {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
}

[id="prices"] .rate {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
[id="prices"] .rate dt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: clamp(200px, (200/360 * 100vw), 240px);
  margin: 0 auto;
  padding: 2px 8px 0;
  border-radius: 8px;
  background: #EAEAEA;
  font-size: clamp(20.8px, (20.8/360 * 100vw), 24px);
  line-height: 0.75;
  font-weight: 700;
}
[id="prices"] .rate dt::before {
  width: clamp(30px, (30/360 * 100vw), 36px);
}

[id="prices"] .rate dd {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: clamp(32px, (32/360 * 100vw), 38px);
  line-height: 1;
  width: 100%;
  max-width: 416px;
}
[id="prices"] .rate dd .unit {
  margin-left: 4px;
}
[id="prices"] .rate dd b.value {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: clamp(80px, (80/360 * 100vw), 98px);
}
[id="prices"] .icon_rate_arrow {
  position: absolute;
  right: 0;
  align-self: center;
}

@media screen and (max-width: 767px) {
  [id="prices"] > figure {
    gap: 16px;
    margin-top: 24px;
  }
  [id="prices"] .rate {
    bottom: 28px;
  }
  [id="prices"] .icon_rate_arrow {
    width: 32px;
  }
}
@media screen and (min-width: 768px) {
  [id="prices"] > figure {
    gap: 32px;
    margin-top: 48px;
  }
  [id="prices"] .rate {
    bottom: 24px;
  }
  [id="prices"] .icon_rate_arrow {
    width: 38px;
  }
}

/*---------------------------------------------
  選ばれる理由
---------------------------------------------*/
[id="reason"] {
  display: block;
  padding: 0 16px;
  background: #c91f23;
}
[id="reason"] > h2 {
  margin: 0 auto clamp(32px, (32/360 * 100vw), 48px);
  color: #fff;
  font-size: clamp(24px, (24/360 * 100vw), 36px);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
[id="reason"] > h2 > img {
  width: clamp(198px, (196/32 * 1em), 297px);
  margin-right: clamp(8px, (8/360 * 100vw), 12px);
}
[id="reason"] > h2 > b {
  display: block;
  font-size: clamp(32px, (32/360 * 100vw), 36px);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

@media screen and (max-width: 767px) {
  [id="reason"] {
    margin-top: 48px;
    padding-block: 48px;
  }
}
@media screen and (min-width: 768px) {
  [id="reason"] {
    margin-top: 80px;
    padding-block: 80px;
  }
}

/*-- items -------------*/
[id="reason"] .item {
  max-width: 890px;
  margin: 16px auto 0;
  padding: clamp(28px, (28/360 * 100vw), 42px) 20px;
  border: 4px solid #F3D682;
  border-radius: 4px;
  background: #fff;
}
[id="reason"] .item:first-of-type {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
[id="reason"] .item:last-of-type {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

[id="reason"] .item h3 {
  margin: 0 auto clamp(16px, (16/360 * 100vw), 24px);
  font-size: clamp(24px, (24/360 * 100vw), 32px);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  word-break: keep-all;
}
[id="reason"] .item h3 img {
  display: block;
  margin: 0 auto clamp(8px, (8/360 * 100vw), 16px);
  width: clamp(64px, (64/360 * 100vw), 76px);
}

[id="reason"] .item em {
  color: #C91F23;
  font-style: normal;
  font-weight: bold;
}

[id="reason"] .item > p {
  width: fit-content;
  max-width: 720px;
  margin: clamp(16px, (16/360 * 100vw), 24px) auto;
  font-size: 16px;
  line-height: 1.75;
}
[id="reason"] .item > p:last-child {
  margin-bottom: 0;
}
[id="reason"] .item > small {
  display: block;
  max-width: 720px;
  margin: clamp(16px, (16/360 * 100vw), 24px) auto;
  font-size: 12px;
  line-height: 1.5;
}
[id="reason"] .item > small:last-child {
  margin-bottom: 0;
}

[id="reason"] .itemImg {
  display: block;
  max-width: 336px;
  margin: 0 auto;
}
[id="reason"] .itemImg img {
  width: 100%;
  max-width: 100%;
  height: auto;
}


/*-- 証拠金 -------------*/
.cfdMargin {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
}

.cfdMargin dl {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cfdMargin dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: clamp(200px, (200/360 * 100vw), 240px);
  margin: 0 auto;
  padding: 2px 8px 0;
  border-radius: 8px;
  background: #EAEAEA;
  font-size: clamp(20.8px, (20.8/360 * 100vw), 24px);
  line-height: 0.75;
  font-weight: 700;
}
.cfdMargin dl dt::before {
  width: clamp(30px, (30/360 * 100vw), 36px);
}

.cfdMargin dl dd {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: clamp(32px, (32/360 * 100vw), 38px);
  line-height: 1;
  width: 100%;
  max-width: 416px;
}
.cfdMargin dl dd .unit {
  margin-left: 4px;
}
.cfdMargin dl dd b.value {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: clamp(80px, (80/360 * 100vw), 98px);
}
[id="prices"] .icon_rate_arrow {
  position: absolute;
  right: 0;
  align-self: center;
}

@media screen and (max-width: 767px) {
  .cfdMargin {
    gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .cfdMargin {
    gap: 32px;
  }
}
