@charset "UTF-8";

/*/////////////////すべてのサイトにおける設定ここから/////////////////*/
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  position: relative;
  /*font-size: 1vw;
  line-height: 1.2vw;*/
  font-family: "source-han-sans-cjk-ja", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body p {
  margin-bottom: 0;
  margin-top: 0;
}

li {
  list-style-type: none;
}

img {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  display: block;
}

h1,
h2,
h3,
h4,
h5 {
  text-decoration: none;
  text-align: center;
}

section {
  position: relative;
  margin-top: 10%;
}

button {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

/*レスポンシブ*/
.forSp {
  display: none;
}

.forPc {
  display: block;
}

@media screen and (max-width: 767px) {
  .forSp {
    display: block;
  }

  .forPc {
    display: none;
  }
}



/*//////////////////////////////////*/


.tab-menu {
  display: flex;
  border-bottom: 2px solid #ccc;
}

.tab-btn {
  padding: 10px 16px;
  border: none;
  background: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  font-size: 14px;
}

.tab-btn.active {
  font-weight: bold;
}

.tab-content {
  display: none;
  padding: 16px 0;
}

.tab-content.active {
  display: block;
}

article {
  /*max-width: 1240px;*/
  margin: 0 auto;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



/* section1 */
.fv_img_wrapper {
  width: 100%;
  height: auto;
}

.fv_img {
  width: 100%;
}

@media (hover: hover) {
  .fxt_button {
    transition: 0.4s;
  }

  .fxt_button:hover {
    opacity: 0.8;
    color: #FFFFFF !important;
  }
  .fx_button {
    transition: 0.4s;
  }

  .fx_button:hover {
    opacity: 0.8;
    color: #FFFFFF !important;
  }
  
}

#section1 {
  margin-top: 12%;
}

#section1 {
  .refferal_section_title {
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    color: #565961;
  }

  /*.refferal_section_title span {
    background-color: #FDFF7A;
    margin-left: 6px;
    padding-left: 6px;
  }*/

  .recommend_wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 3%;
  }

  .recommend_button_wrapper {
    width: 100%;
    /* aspect-ratio: 1 / 0.15; */
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .fx_badge {
    position: relative;
    width: 45%;
    left: -50%;
    transform: translateX(50%);
    top: 7%;
    z-index: 4;
  }

  .tsumitate_badge {
    position: relative;
    width: 39.5%;
    right: -50%;
    transform: translateX(-50%);
    top: 6%;
    z-index: 4;
  }

  .recommend_button_wrapper .fx_button,
  .recommend_button_wrapper .tsumitate_button {
    position: relative;
    width: 98%;
    height: 7vw;
    color: #FFF;
    text-align: center;
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 0;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
  }
  .fx_button {
    background-color: #2850B5;
  }

  .tsumitate_button {
    background-color: #7cbfa6;
  }

  .recommend_button_wrapper .fx_button p,
  .recommend_button_wrapper .tsumitate_button p {
    position: relative;
    color: #FFF;
    text-align: center;
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 0;
    top: 45%;
    transform: translateY(-50%);
  }

  .recommend_button_wrapper div {
    width: 40%;
  }

  .recommend_tab {
    width: 100%;
    position: relative;
    top: 0%;
    z-index: 4;
  }

  @media screen and (max-width: 767px) {
    .refferal_section_title {
      font-size: 30px;
      margin-bottom: 7%;
      margin-top: 20%;
    }

    .recommend_wrapper {
      width: 95%;
    }

    .recommend_button_wrapper {
      width: 100%;
      aspect-ratio: 1/0.23;
    }

    .fx_badge {
      width: 75%;
    }

    .tsumitate_badge {
      width: 64%;
    }

    .fx_button,
    .tsumitate_button {
      height: 75%;
      border-radius: 4px;
    }

    .recommend_button_wrapper .fx_button p,
    .recommend_button_wrapper .tsumitate_button p {
      font-size: 4.3vw;
    }
    .recommend_tab img {
      width: 95%;
    }
  }
}

#fixed-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 50px;
  z-index: 99;

  .fixed_button {
    width: 100%;
    height: 100%;
    background-color: #CA2221;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

    .feature {
      border-radius: 20px;
      border: 2px solid #C21312;
      background: #FFF;
      color: #C21312;
      text-align: center;
      font-family: "Noto Sans JP";
      font-size: 15px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      padding: 3px 12px 5px;
    }

    .text {
      color: #FFF;
      font-family: "Noto Sans JP";
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: -2.4px;
      padding: 3px 0px 5px 8px;
    }
  }
}

/* section2 */
#section2 {
  margin-top: 124px;
  max-width: 1240px;
  margin: 0 auto;
  margin-top: 9%;

  @media(max-width: 768px) {
    margin-top: 68px;
  }
}

.fxtrade-appeals__head {
  color: #565961;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  padding: 10px 0 46px;
}

/*.fxtrade-appeals__head span {
  background: #FDFF7A;
}*/

.fxtrade-banner__wrapper {
  margin-top: 100px;
}

.fxtrade-banner__wrapper a {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.fxtrade-banner__wrapper a img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .fxtrade-appeals__head {
    font-size: 22px;
    padding: 10px 0 26px;
  }

  .fxtrade-appeals__head span {
    font-size: 28px;
  }

  .fxtrade-banner__wrapper {
    margin-top: 60px;
  }
}

/* appeals-content */
.fxtrade-appeals-content {
  border-radius: 10px;
}

.fxtrade-appeals-content:nth-of-type(1) {
  background-color: #2850B5;
}

.fxtrade-appeals-content:nth-of-type(2) {
  background-color: #7cbfa6;
}

.fxtrade-appeals-content:not(:last-of-type) {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .fxtrade-appeals-content:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

/* appeals-content-head */
.appeals-content__head button {
  position: relative;
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  text-align: start;
  padding: 26px 30px;
  border: none;
  width: 100%;
}

.appeals-content__head button:focus {
  outline: none;
  border: none;
}

.appeals-content__head button span {
  background-color: #FFF;
  color: #2850B5;
  font-size: 28px;
  border-radius: 36px;
  margin-right: 30px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .appeals-content__head {
    margin-top: 23px;
  }

}

@media screen and (max-width: 768px) {
  .appeals-content__head {
    margin-top: 14px;
  }

  .appeals-content__head button {
    font-size: 18px;
    padding: 17px;
  }

  .appeals-content__head button span {
    position: absolute;
    top: 45px;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 15px;
    width: 25px;
    line-height: 25px;
  }

  .appeals-content__head button::before,
  .appeals-content__head button:not(.is-open)::after {
    right: 20px;
    width: 24px;
    height: 4px;
  }
}

/* appeals-content-body */
/*.appeals-content {
  padding: 0 30px 26px;
}*/

.fx_acc .appeals-content .appeals-content__body {
  background-color: #FFF;
  color: #000;
  padding: 50px;
  border-radius: 8px;
  border: solid 10px #2850B5;
}

.tsumitate_acc .appeals-content .appeals-content__body {
  background-color: #FFF;
  color: #000;
  padding: 50px;
  border-radius: 8px;
  border: solid 10px #7cbfa6;
}

.appeals-content .appeals-content__body .appeals-content__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.appeals-content .appeals-content__item {
  width: 100%;
}

.appeals-content .appeals-content__item.appeals-content__item--pc-half {
  width: calc(50% - 30px);
}

.appeals-content .appeals-content__item-head {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  padding: .5em .7em;
  border-left: 5px solid #ff9595;
  background-color: #ff959517;
  color: #333333;
  text-align: left;
}

.appeals-content .appeals-content__item-head span {
  display: grid;
  place-items: center;
  color: #565961;
  font-family: Arial;
  font-size: 30px;
  margin-right: 15px;
  width: 35px;
}

.appeals-content .appeals-content__item-body p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .appeals-content .appeals-content__item.appeals-content__item--pc-half {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .appeals-content .appeals-content__body {
    padding: 30px 20px;
  }

  .appeals-content .appeals-content__body .appeals-content__inner {
    gap: 40px;
  }

  .appeals-content .appeals-content__item-head {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .appeals-content .appeals-content__item-head span {
    font-size: 18px;
    margin-right: 10px;
  }

  .appeals-content .appeals-content__item-body p {
    font-size: 14px;
  }
}

/* appeals-content details */
.appeals-content .appeals-content__item-body .reason-01-img {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.appeals-content .appeals-content__item-body .reason-01__recommend-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 20px;
  margin: 20px 0 0;
  padding: 0;
}

.appeals-content .appeals-content__item-body .reason-01__recommend-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F0F0F0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  width: calc(50% - 10px);
  height: 70px;
  border-radius: 10px;
}

.appeals-content .appeals-content__item-body .reason-01__recommend-list li span {
  font-size: 14px;
  font-weight: 400;
}

.appeals-content .appeals-content__item-body .appeal-01-img__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.appeals-content .appeals-content__item-body .appeal-01-img__wrapper .appeal-01-img {
  width: calc(100% / 4 - 15px);
}

.appeals-content .appeals-note {
  font-size: 14px;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  .appeals-content .appeals-content__item-body .reason-01-img {
    max-width: 300px;
  }

  .appeals-content .appeals-content__item-body .reason-01__recommend-list li {
    font-size: 18px;
    width: 100%;
  }

  .appeals-content .appeals-content__item-body .appeal-01-img__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
  }

  .appeals-content .appeals-content__item-body .appeal-01-img__wrapper .appeal-01-img {
    width: calc(50% - 5px);
  }
}

/* section3 */
#fxt-campaign-page {
  .row.spaced_row.main_body {
    overflow: visible;
  }
}

#section3 {
  background: #e1f4ff;
  width: 95vw;
  margin-left: calc(50% - 47.5vw);
  margin-right: calc(50% - 47.5vw);

  .inner-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 100px 20px 90px;
  }

  .header {
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    column-gap: 6px;
  }

  .header h2 {
    color: #565961;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .sub-text {
    color: #565961;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }

  .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 70px;
    flex-wrap: wrap;
  }

  .flow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .item {
    border-radius: 10px;
    width: 300px;
    height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }

  .feature .item {
    align-items: center;
  }

  .flow .item {
    border: 1px solid #CCC;
    background: #FFF;
    align-items: flex-end;
  }

  .arrow {
    width: 23.305px;
    height: 39px;
    margin-left: 20px;
    margin-right: 17px;
  }

  .arrow img {
    width: 100%;
    height: auto;
  }

  .feature .item-inner-Wrapper {
    width: fit-content;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
  }

  .flow .item-inner-Wrapper {
    width: fit-content;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
  }

  .number {
    color: #1C4FAF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2px;
    font-family: impact;
    /*border: dotted 2px #90b7ff;
        border-radius: 100px;
        width: 40px;
        line-height: 40px;*/
    text-align: center;
  }

  .feature .item-text {
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
  }

  .flow .item-text {
    color: #565961;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 7%;
  }

  .feature .image {
    width: 225px;
    height: auto;
  }
  .feature .image img {
    height: 153px;
    object-fit: cover;
  }

  .flow .image {
    width: 180px;
    height: auto;
  }

  .feature .item {
    background: #fc7e7e;
    border: none;
  }

  .text {
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(to right, transparent 0%, #fc7e7e 20%, #ff9595 80%, transparent 100%);
    margin-top: 2%;
  }

  /*.text span {
    background: #FDFF7A;
  }*/

  @media(max-width: 920px) {
    .flow {
      flex-direction: column;
    }

    .content {
      flex-direction: column;
      gap: 36px;
    }

    .item {
      width: 315px;
      height: 280px;
    }

    /*.flow .item:first-of-type .number {
      margin-bottom: -5px;
    }*/

    .flow .item:first-of-type .item-text {
      margin-bottom: -15px;
    }

    .arrow {
      transform: rotate(90deg);
      margin-top: 31px;
      margin-bottom: 23px;
      margin-left: 0;
      margin-right: 0;
      width: 12%;
    }

    .sp-only {
      display: block !important;
    }
  }

  @media(max-width: 767px) {
    .inner-wrapper {
      padding: 40px 0px 50px;
    }

    .header {
      margin-bottom: 25px;
    }

    .header h2 {
      font-size: 30px;
    }
  }
}

/* 蜿｣蠎ｧ髢玖ｨｭ繝懊ち繝ｳ */
#account-button {
  background: #FFF;
  padding: 120px 0;

  .account-button-all-wrapper {
    width: 100vw;
    max-width: 500px;
    min-width: 315px;
    height: auto;
    margin: 0 auto;
  }

  .upper-text {
    width: 100%;
    height: auto;
    margin-bottom: 52px;
  }

  img {
    width: 100%;
    height: auto;
  }

  .account-button-wrapper {
    position: relative;
    width: 100%;
    height: auto;
  }

  .account-button {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, #FF9595 0%, #C71B1A 100%);
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.30);
    display: flex;
    flex-direction: column;
    padding: 16px 100px 15px;
  }

  .account-button-text {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -2px;
  }

  .account-button-text-sub {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .feature {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 240px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #C21312;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .feature-text {
    color: #C21312;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  @media(max-width: 767px) {
    padding: 60px 0px;

    .account-button-all-wrapper {
      width: 315px;
    }

    .upper-text {
      margin-bottom: 34px;
    }

    .account-button {
      padding: 20px 45px 14px;
    }

    .account-button-text {
      font-size: 28px;
      line-height: -2.8px;
    }

    .account-button-text-sub {
      font-size: 10px;
    }

    .feature {
      width: 140px;
    }

    .feature-text {
      font-size: 15px;
    }

}
  }


#account-button:first-of-type {
  padding-top: 0;
}

#disclaimer {
  background: #F3F3F3;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);

  .inner-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .block {
    width: 100%;
    margin-bottom: 40px;
  }

  h3 {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
  }

  p {
    margin: 0;
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
  }

  tr,
  td {
    vertical-align: text-top;
  }

  td:first-of-type {
    min-width: 80px;
  }

  td {
    min-width: 40px;
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
  }


  @media(max-width: 767px) {
    .inner-wrapper {
      padding: 0px 20px;
    }

    h3 {
      font-size: 14px;
    }

    p {
      font-size: 12px;
    }

    td {
      font-size: 11px;
    }
  }
}


.js-accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}

.js-accordion-btn {
  cursor: pointer;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 0;
  position: relative;
  padding-right: 2rem;
}

.accordion-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.recommend_tab {
  display: none;
}

.recommend_tab.active {
  display: block;
}

.tab-btn {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.tab-btn.active {
  opacity: 1;
}

.cv_area {
  max-width: 830px;
  margin: 0 auto;
  margin-top: 4%;
}

.cv_area_txt {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-top: 2%;
}

.tab_fx {
  background-color: #2850B5;
  padding: 1.5% 20% 0% 20%;
}

.tab_tsumitate {
  background-color: #7cbfa6;
  padding: 1.5% 20% 0% 20%;
}

.fx_acc {
  border-radius: 10px;
  box-shadow: 0 10px 0 #0a3486, 0 0px 0px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);

  &:hover {
    background: #2567e9;
    box-shadow: none;
    transform: translateY(10px);
  }

  &:active {
    top: 4px;
    box-shadow: none;
  }
}

.tsumitate_acc {
  border-radius: 10px;
  box-shadow: 0 10px 0 #439375, 0 0px 0px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);

  &:hover {
    background: #44c193;
    box-shadow: none;
    transform: translateY(10px);
  }

  &:active {
    top: 4px;
    box-shadow: none;
  }
}

.top_under {
  max-width: 1240px;
  margin: 0 auto;
}

.campaign_area {
  width: 80%;
  margin: 0 auto;
  margin-top: 15%;
}


.fxtrade-appeals__wrapper_fukidashi {
  position: absolute;
  top: -1.8em;
  left: 0.5em;
  padding: .4em 1.4em;
  border-radius: 40px;
  background-color: #fc7e7e;
  color: #fff;
  font-size: .9em;
}

.fxtrade-appeals__wrapper_fukidashi::before {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 15px;
  background-color: #fc7e7e;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}

.refferal_section_title::before,
.refferal_section_title::after {
  width: 3px;
  height: 40px;
  background-color: #2589d0;
  content: '';
}

.refferal_section_title::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}

.refferal_section_title::after {
  transform: rotate(35deg);
  margin-left: 30px;
}



.globalHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.floatContact_02 {
    position: fixed;
    right: 30%;
    bottom: 20px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(150%);
    transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.35s ease;
    z-index: 9999;
    will-change: transform, opacity;
    width: 40%;
  }

.floatContact_02.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floatContact_02.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(150%);
}

@media (prefers-reduced-motion: reduce) {
  .floatContact_02 {
    transition: none;
  }
}


@media screen and (max-width: 768px) {
  .cv_area_btn {
    width: 85%;
    margin: 0 auto;
  }

  .cv_area_txt {
    font-size: 0.7rem;
    line-height: 1rem;
    margin-top: 2%;
    width: 85%;
    margin: 0 auto;
    margin-top: 3%;
  }

  #section1 {

    .recommend_button_wrapper .fx_button,
    .recommend_button_wrapper .tsumitate_button {
      width: 100%;
      height: 11vw;
    }

    .recommend_button_wrapper div {
      width: 50%;
    }

    .recommend_wrapper {
      width: 100%;
    }

    .recommend_button_wrapper {
      aspect-ratio: 1 / 0;
    }
  }

  .fxtrade-appeals-content {
    width: 90%;
    margin: 0 auto;
  }

  .tab_fx {
    padding: 1.5% 5% 0% 5%;
  }

  .tab_tsumitate {
    padding: 1.5% 5% 0% 5%;
  }

  .fx_acc .appeals-content .appeals-content__body {
    padding: 5%;
  }

  .tsumitate_acc .appeals-content .appeals-content__body {
    padding: 5%;
  }

  .fxtrade-appeals__wrapper_fukidashi {
    top: -1.9em;
  }

  .fxtrade-appeals__wrapper_fukidashi::before {
    bottom: -9px;
  }

  .campaign_area {
    width: 90%;
  }



  #section3 {
    .text {
      font-size: 15px;
      width: 100%;
      padding: 2% 0%;
      margin-top: 7%;
    }
  }

  .floatContact.show {
    width: 88%;
    bottom: 1.5%;
  }

  #section3 {
    .feature .item-text {
      padding-top: 15%;
    }
  }

  .appeals-content .appeals-note {
    font-size: 11px;
    line-height: 21px;
  }

  .floatContact_02 {
        width: 70%;
        right: 15%;
  }

}

.fv_img_wrapper {}

@media screen and (max-width: 768px) {
  .fv_img_wrapper {
    padding-top: 0 !important;
  }
}

@media (hover: hover) {
    .campaign_area a:hover, .cv_area a:hover {
        opacity: 0.8;
        color: #FFFFFF !important;
        transform: translateY(10px);
        transition: transform 0.3s;
    }
    .floatContact_02 img:hover {
      transform: translateX(10px);
      transition: transform 0.3s;
    }
  }

/* キャンペーンモーダル内画像 */
.modalContent.modal_50000 img {
width: revert-layer;
}

