@charset "UTF-8";

html {
  scroll-padding-top: 8.5vw;
}

#bread .wrapper {
  background: #f3f3f3 !important;
}

@media screen and (max-width: 768px) {
  scroll-padding-top: 20vw;
}

.top_renewal2025 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

#kv {
  margin-top: 0;
}

header {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

header.site-header {
  background: #fff;
  color: #fff;
  width: 100%;
  filter: drop-shadow(0px 0px 5px #00000020);
  position: relative;
  z-index: 99999;
  vertical-align: middle;
  align-items: center;
}

.top_renewal2025 header.site-header {
  position: fixed;
}

header a {
  text-decoration: none;
}

.header-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.4% 0 1% 0;
}

.header-inner a {
  color: #000;
}

.menu-row {
  display: flex;
  justify-content: space-between;
}

.menu-link {
  display: block;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  transition: background .18s, color .18s;
  text-align: center;
  color: #000;
}

.menu-item {
  position: relative;
}

.header-inner_01 a.menu-link {
  color: #000 !important;
  text-decoration: none;
}

.panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #538CD8;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(2, 12, 34, 0.2);
  overflow: hidden;
  max-height: 0;
  /*transition: max-height .32s cubic-bezier(.2, .9, .3, 1), opacity .2s;*/
  opacity: 0;
  padding: 8% 8%;
  z-index: 50;
  width: 160%;
}

.panel ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18%;
}

.panel a {
  display: block;
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  border: none;
}

.menu-item:hover .panel {
  max-height: 1000px;
  opacity: 1;
}

.menu-rows,
.header-inner {
  overflow: visible;
}

.panel02 {
  position: fixed;
  left: 50%;
  /* top: 140px; */
  transform: translateX(-50%);
  /* background: #fff; */
  border-radius: 8px;
  /* box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15); */
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  /* padding: 15px 30px;*/
}

.menu-item:hover>.panel02,
.menu-item:focus-within>.panel02 {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%);
}

.menu-item:hover>.panel02 {
  opacity: 1;
  visibility: visible;
  top: 85%;
}

/* パネルの中身 */
.panel02 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18%;
}

.panel02 a {
  display: block;
  text-decoration: none;
  color: inherit;
  border: none;
}

/* ホバーで開く */
.menu-item:hover .panel02 {
  max-height: 1000px;
  opacity: 1;
}

.header-inner_02 .panel-inner {
  background: #fff;
  padding: 2%;
  margin: 0.5vw;
  border-radius: 4px;
  filter: drop-shadow(0px 0px 5px #00000020);
}

.panel-inner_box01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.panel-inner_box02 {
  width: 310px;
  margin-right: 10px;
}

.menu-item_cfd .panel-inner_box02 {
  margin-right: 1%;
}

.panel-inner_box02 a {
  display: flex;
  justify-content: center;
}

.panel02 .panel-inner li a {
  color: #000;
  align-items: center;
  text-decoration: none;
}

.panel-inner_box04 a:hover {
  background: #F1F5FF;
}

.panel-inner_box03 {
  display: flex;
  text-align: center;
  /*align-self: flex-start;*/
}

.panel-inner_box03 a {
  border: 1px solid #DEDDDD;
  border-radius: 4px;
  opacity: 1;
  width: 150px;
  margin-right: 0.5vw;
  padding: 25px 0;
}

.panel-inner_box03 a:hover {
  background: #F1F5FF;
}

.panel-inner_box03 a:last-child {
  margin-right: 2vw;
}

.panel-inner_img01 {
  width: 25%;
  filter: drop-shadow(0px 0px 3px #0000002B);
}

.panel-inner_txt01 {
  font-size: 190%;
  text-align: center;
  font-weight: bold;
  line-height: 120%;
  margin-left: 6%;
}

.panel-inner_txt01 span {
  font-size: 60%;
}

.panel-inner_img02 {
  width: 40%;
  margin: 0 auto;
}

.panel-inner_txt02 {
  margin-top: 5%;
  line-height: 145%;
  font-size: 110%;
}

.panel-inner_box04 {
  margin-right: 10px;
  width: 290px;
}

.panel-inner_box04:last-child {
  margin-right: 0;
}

.panel-inner_box04 a {
  position: relative;
  padding: 1.5% 0%;
  padding-left: 1.2em;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  border-bottom: solid 1px #D6D6D6;
  line-height: 18px;
  font-size: 13px;
}

.panel-inner_box04 a:last-child {
  border-bottom: none;
}

/* ▶︎アイコンを追加 */
.panel-inner_box04 a::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #0251BC;
  font-size: 0.8em;
}

.panel-inner_txt03 {
  font-size: 80%;
}

.menu-link:hover {
  background-color: #F1F5FF;
  border: none;
}

.menu-item_login a:hover {
  background: #5091fb;
}

.menu-item_account a:hover {
  background: #ef7777;
}

.menu-rows {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (max-width:480px) {
  .menu-row {
    grid-template-columns: 1fr
  }

  .panel02 {
    position: relative;
    top: 0;
    margin-top: 6px
  }
}

.site_logo {
  width: 14%;
  margin-top: -0.6%;
  position: absolute;
  left: 0;
  top: -4%;
}

.header-inner_01 {
  display: flex;
  margin-bottom: 1.5%;
  justify-content: right;
  position: relative;
}

header #srchBox #srchBtn {
  border-radius: 0px 4px 4px 0px;
  width: 100%;
  background-image:
    url("../images/btn_search2.png"),
    linear-gradient(to bottom, #0054C6, #1B3197);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: contain, cover;
}

header .search_box {
  width: 16%;
  padding: 0;
  margin: 0;
  margin-left: 1%;
}

header #srchBox {
  width: 100%;
}

header #srchBox #srchInput {
  width: 80%;
  background: #F1F5FF 0% 0% no-repeat padding-box;
  border: 1px solid #DEDDDD;
  opacity: 1;
  border-radius: 4px 0px 0px 4px / 4px 0px 0px 4px;
  height: 1.2vw;
}

header #srchBox #srchBtn {
  width: 20%;
  height: 1.2vw;
}

.header-inner_01 .menu-row {
  width: 67%;
  align-items: center;
}

.header-inner_01 .menu-item {
  flex: 1;
  font-size: 100%;
  width: 30%;
  border-right: 1px solid #000000;
}

.header-inner_01 .menu-item:last-child {
  border: none;
}

.header-inner_02 .menu-item {
  opacity: 1;
  width: 16%;
}

.header-inner_02 .menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  color: #000;
  text-decoration: none;
  padding: 0.15vw 0;
  border: 1px solid #DEDDDD;
  border-radius: 4px;
}


.menu-item_login .menu-link {
  color: #fff;
}

.menu-item_account .menu-link {
  color: #fff;
}

.menu-link_icon {
  width: 11%;
  margin-right: 4%;
  align-items: center;
}

.menu-link_txt {
  font-size: 100%;
  line-height: 110%;
}

.menu-link_txt span {
  font-size: 80%;
}

header-inner a:link,
a:visited {
  /*color: #000;*/
}

/*.menu-item_account {
  background: #C21212;
  color: #fff;
}*/

.menu-item_account a {
  color: #fff;
  background: #C21212;
}

.menu-item_login a {
  background: #005EF5;
}

.panel-inner li a {
  color: #fff;
  text-decoration: none;
}

.panel-inner li a:hover {
  opacity: 0.7;
}

/* アイコンのスタイル */
.panel-inner li {
  position: relative;
  margin-bottom: 9%;
  font-size: 90%;
  font-weight: bold;
  padding-left: 1.2em;
}

.panel-inner li:last-child {
  margin-bottom: 0%;
}

.panel .panel-inner li a::before {
  box-sizing: border-box;
  content: "▶";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 0.8em;
}

.top_fv {
  position: relative;
}

.login-area {
  position: absolute;
  width: 17%;
  top: 50%;
  right: 12%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.login-area_account-btn {
  position: relative;
}

.login-area_account-btn .account-btn_txt {
  background: transparent linear-gradient(0deg, #C21212 0%, #FF9696 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #0000004D;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  opacity: 1;
  text-align: center;
  line-height: 2vw;
  font-size: 1.5vw;
  letter-spacing: 5.04px;
  color: #fff;
  width: 100%;
  line-height: 4vw;
  /*transition: all 0.8s ease;*/
}

.login-area_account-btn .account-btn_txt:hover {
  background: transparent linear-gradient(0deg, #FF9696 0%, #C21212 100%) 0% 0% no-repeat padding-box;
}

.account-btn_fukidashi {
  display: inline-block;
  font-weight: bold;
  color: #cc0000;
  background: #fff;
  padding: 2.5% 0%;
  position: relative;
  width: 70%;
  text-align: center;
  border-radius: 40px;
  font-size: 0.9vw;
  letter-spacing: 0.05vw;
  border: solid 1px #c21212;
  z-index: 100;
  margin-bottom: -5%;
  margin-left: 15%;
}

.login-area .account {
  background: transparent linear-gradient(0deg, #00279B80 0%, #00154EBF 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #0000004D;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  margin-top: 4%;
  color: #fff;
  padding: 5% 0;
}

.login-area .account a {
  color: #fff;
}

.login-area .account .box04 {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
}

.login-area .account .box04 p {
  width: 50%;
  font-size: 0.6vw;
  font-weight: normal;
  margin-bottom: 2%;
}

.login-area .account .box04 p:hover {
  opacity: 0.8;
}

.login-area input {
  width: 78%;
  background: #fff;
  border: none;
  background: #F2F2F2 0% 0% no-repeat padding-box;
  border-radius: 4px;
  margin: 0 auto;
  padding: 2.5% 4%;
  margin-left: 7%;
  margin-bottom: 2%;
  font-size: 120%;
}

.login-area .login_btn p a {
  display: block;
  background: #005EF5 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  line-height: 2.5vw;
  font-size: 0.9vw;
}

.login-area .login_btn p a:hover {
  background: #5091fb 0% 0% no-repeat padding-box;
}

.login_btn {
  margin-top: 2%;
}

.login-area .ttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 3%;
}

.menu-item_login a {
  color: #fff;
}

#top_first .wrapper {
  background: #fff;
  padding: 0% 0;
}

/* スライド（slick）*/
.slide-items01 {
  width: 100%;
  margin: 0 auto;
}

.slide-items01 li {
  position: relative;
  /*height: 9vw;*/
  margin: 10px;
  background: #fff;
}

.slide-items02 {
  width: 100%;
  margin: 0 auto;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.arrow_box,
.arrow_box02,
.arrow_box03,
.arrow_box04,
.arrow_box05,
.arrow_box06,
.arrow_box07 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 70%;
  margin: 0 auto;
  margin-top: 4.7%;
}

.arrow_box02,
.arrow_box03,
.arrow_box04,
.arrow_box05,
.arrow_box06,
.arrow_box07 {
  width: 23vw;
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 2vw;
  /*transition: all .3s ease;*/
  cursor: pointer;
  position: relative;
}

.prev-arrow {
  transform: rotate(180deg);
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.slide-controls {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 50%;
}

.top-fv_slide {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.slick-prev:before {
  display: none;
}

.slick-next:before {
  display: none;
}

/*////*/

#top_first .inner {
  width: 100%;
  font: normal normal normal 31px/40px Hiragino Kaku Gothic StdN;
}

.top_under {
  width: 35%;
}

.top_contents_tit_txt01 {
  color: #1B3197;
  text-align: left;
  letter-spacing: 1.8px;
  font-family: Avenir;
  font-weight: 500;
  font-size: 0.8vw;
}

.top_contents_tit_txt01 span {
  color: #BCCFFF;
}

.top_contents_tit_txt02 {
  text-align: left;
  letter-spacing: 0.25vw;
  color: #000000;
  font-size: 230%;
  font-weight: 600;
  line-height: 130%;
  margin: 2% 0 5%;
}

.top_contents_tit_txt03 {
  text-align: left;
  letter-spacing: 2.1px;
  color: #000000;
  font-size: 120%;
  line-height: 180%;
}

.top_WhyChooseUs_list li {
  background: #F1F5FF 0% 0% no-repeat padding-box;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 2%;
}

.top_WhyChooseUs_list li:last-child {
  margin-bottom: 0;
}

.top_WhyChooseUs_list li a {
  display: flex;
  position: relative;
  overflow: hidden;
}

.top_WhyChooseUs_list_box {
  position: relative;
  width: 84%;
}

.top_WhyChooseUs_list_img {
  position: absolute;
  width: 36%;
  right: 0;
  top: 0;
}

.top_WhyChooseUs_list_arrow {
  background: transparent linear-gradient(180deg, #0054C6 0%, #1B3197 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 10px 10px 0px;
  width: 16%;
  position: relative;
}

.top_WhyChooseUs_list_arrow img {
  width: 15%;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top_WhyChooseUs_list_txt01 {
  text-align: left;
  letter-spacing: 3.1px;
  color: #000000;
  position: relative;
  padding: 5%;
  font-weight: 500;
  font-size: 160%;
  line-height: 140%;
  font-weight: bold;
}

.top_WhyChooseUs_list_txt01 span {
  color: #0251BC;
}

.top_WhyChooseUs {
  display: flex;
  width: 100%;
  margin: 0 auto;
  margin-top: 13%;
  max-width: 1000px;
}

.top_WhyChooseUs .top_contents_tit_box {
  width: 48%;
}

.top_WhyChooseUs_list {
  width: 52%;
}

.top_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/*.top_inner ::before {
  display: block;
  padding-top: 25%;
  margin-top: -25%;
}:*/

.top_Start {
  padding: 6% 17.5% 0%;
  background: #F1F5FF;
  margin-top: 7%;
}

.top_Start_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.top_Start_list li {
  background: transparent linear-gradient(180deg, #0054C6 0%, #1B3197 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  width: 30.5%;
  margin-right: 4%;
  margin-bottom: 4%;
  padding: 2.5% 0%;
  position: relative;
}

.top_Start_list li:nth-of-type(3) {
  margin-right: 0;
}

.top_Start_list li:nth-of-type(4) {
  margin-right: 0;
}

.top_Start_list_txt01 {
  color: #fff;
  text-align: center;
  letter-spacing: 0.1vw;
  font-size: 150%;
  font-weight: 600;
}

.top_Start_list_txt02 {
  color: #fff;
  text-align: center;
  letter-spacing: 0.1vw;
  font-size: 120%;
  font-weight: 600;
}

.top_Start_list_img {
  margin: 0 auto;
  width: 22%;
  padding: 6% 0;
}

.top_Start_list_btn {
  display: flex;
  flex-direction: column;
  /* 縦並び */
  gap: 10px;
  margin-top: 6%;
}

.top_Start_list_btn:last-child {
  margin-bottom: 0;
}

.top_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7vw 1vw;
  border-radius: 4px;
  font-size: 0.7vw;
  font-weight: bold;
  text-decoration: none;
  /*transition: 0.3s;*/
  overflow: hidden;
  width: 15vw;
  margin: 0 auto;
  /*transition: all 8s ease;*/
}

.top_btn:hover {
  opacity: 0.8;
}

.top_Start_list_btn .top_btn {
  width: 75%;
  padding: 3% 5%;
}

.top_btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #003399;
}

.top_btn-white .label {
  color: #0251BC;
}

.top_btn-red {
  background: #e53935;
  color: #fff;
  border: 2px solid #e53935;
}

.top_btn-red span {
  color: #fff;
}

.top_btn-blue {
  background: #0251BC;
  color: #fff;
}

.top_btn-blue span {
  color: #fff;
}

/* 矢印アイコン部分 */
.top_btn .arrow {
  width: 0.6vw;
  height: 0.6vw;
  background: url("../images/arrow_icon.svg") no-repeat center / contain;
  /*transition: transform 0.3s ease;*/
}

.top_btn-white .arrow {
  background: url("../images/arrow_icon_blue.svg") no-repeat center / contain;
}

/* hover効果 */
.top_renewal2025 a:not(footer a):hover {
  text-decoration: none;
}

.top_tn-red:hover {
  background: #c62828;
  border-color: #c62828;
}

.top_beginner_box {
  background: #fff;
  padding: 5% 3% 0% 3%;
  border-radius: 10px 10px 0px 0px;
}

.top_beginner_box_tit {
  display: flex;
  align-items: center;
}

.top_beginner_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3.5%;
  padding-bottom: 2%;
  ;
}

.top_beginner_box ul li {
  width: 22%;
  border-right: 1px solid #D6D6D6;
  padding-right: 2%
}

.top_beginner_box ul li:last-child {
  border: none;
  padding-right: 0%;
}

.top_beginner_box .top_btn {
  width: 90%;
  padding: 7% 5%;
  font-size: 80%;
}

.top_beginner_box_tit_txt01 {
  letter-spacing: 3.1px;
  color: #000000;
  position: relative;
  font-weight: 500;
  font-size: 180%;
  margin-left: 2%;
  font-weight: bold;
}

.top_beginner_box_tit_icon01 {
  width: 4.5%;
}

.top_beginner_box img {
  width: 100%;
}

.top_beginner_box_tit_txt02 {
  text-align: center;
  font-size: 100%;
  font-weight: 600;
  line-height: 170%;
  letter-spacing: 0.05vw;
}

.top_beginner_box_tit_txt02 span {
  color: #0251BC;
  font-size: 130%;
}

.top_beginner_box_tit_icon02 {
  width: 48%;
  margin: 0 auto;
  margin-top: 8%;
  margin-bottom: 10%;
}

.top_Onboarding {
  width: 65%;
  margin: 0 auto;
  margin-top: 10%;
}

.top_Onboarding ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5%;
}

.top_Onboarding li {
  background: #0251BC;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 3% 0%;
  width: 23.5%;
  /*height: 20vw;*/
}

.top_Onboarding_txt01 {
  font: var(--unnamed-font-style-normal) normal medium 15px/20px var(--unnamed-font-family-avenir);
  text-align: center;
  font: normal normal medium 15px/20px Avenir;
  letter-spacing: 1.5px;
  color: #FFFFFF;
  font-family: Avenir;
  letter-spacing: 1.5px;
  font-size: 120%;
}

.top_Onboarding_txt02 {
  font-size: 120%;
  font-weight: 600;
  margin-top: 4%;
  margin-bottom: 4%;
}

.top_Onboarding_txt02_margin {
  margin-top: 9%;
  margin-bottom: 9%;
}

.top_Onboarding_img {
  width: 60%;
  margin: 0 auto;
}

.cta_area {
  width: 15vw;
  margin: 0 auto;
  position: relative;
}

.top_market-rate {
  background: #F1F5FF;
  padding: 6% 0%;
  margin-top: 9%;
  border-top: solid #1B3197 3px;
}

.top_market-rate #header .headerrate {
  padding: 0;
  width: 100%;
}

.top_market-rate #header .headerrate .inner {
  width: 100%;
}

.top_swap-point {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5%;
}

.top_swap-point li {
  background: #fff;
  border-radius: 10px;
  width: 28.6%;
  padding: 1.5% 2%;
  margin-top: 1%;
  margin-right: 1%;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.top_swap-point li:nth-child(3) {
  margin-right: 0;
}

.top_swap-point_txt01 {
  font-size: 120%;
  font-weight: 600;
}

.top_swap-point_txt02 {
  color: #0251BC;
  text-align: right;
  font-weight: 600;
  font-size: 190%;
}

.top_market-rate .top_contents_tit_txt02 {
  margin: 1% 0 3%;
}

.top_btn02 {
  background: transparent linear-gradient(180deg, #6E85EF 0%, #0020B4 100%) 0% 0% no-repeat padding-box;
}

.top_btn02:hover {
  opacity: 0.8;
}

.top_btn02 span {
  color: #fff;
}

.top_contents_tit_box_swap {
  border-top: solid 1px #DAE4FC;
  padding-top: 4%;
  margin-top: 5%;
}

.top_youtube {
  background: #00000008;
  border-radius: 20px;
  margin: 3%;
  padding: 5% 14.5%;
}

.top_youtube ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7%;
}

.top_list_deco li {
  background: #fff;
  filter: drop-shadow(2px 2px 5px #00000012);
  border-radius: 10px;
  width: 32%;
}

.top_list_deco li:hover {
  opacity: 0.8;
}

.top_youtube ul li iframe {
  border-radius: 10px 10px 0 0;
}

.top_ul_li_txt {
  padding: 4% 6%;
  text-align: left;
  letter-spacing: 0.36px;
  color: #000000;
  font-weight: 500;
  font-size: 110%;
}

.top_ul_li_txt02 {
  font-size: 90%;
  font-weight: normal;
  padding: 0% 6% 5% 6%;
  color: #000;
}

.top_youtube .top_btn02 {
  background: transparent linear-gradient(180deg, #FFA2A7 0%, #E7242E 100%) 0% 0% no-repeat padding-box;
}

.top_youtube .top_contents_tit_txt01 {
  color: #E7242E;
}

.top_youtube .top_contents_tit_txt01 span {
  color: #E7242E80;
}

.top_news {
  padding: 6% 0;
  margin: 0 17.5%;
}

.top_news_box01 {
  display: flex;
  justify-content: space-between;
}

.top_news_box02 {
  width: 48%;
}

.top_news_box02 ul {
  margin-bottom: 5%;
}

.top_news_box02 ul a {
  color: #000;
}

.top_news_box02 ul li {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 2px 2px 15px #00000012;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  opacity: 1;
  padding: 3.5% 5%;
  margin-bottom: 2%;
}

.top_news_box02 ul li:hover {
  opacity: 0.5;
}

.top_news_txt02 {
  letter-spacing: 0.05vw;
  color: #AFAFAF;
  margin-right: 5%;
}

.top_news_box03 {
  display: flex;
}

.top_news_txt03 {
  width: 35%;
  text-align: center;
  color: #fff;
  font-size: 100%;
  margin-right: 2%;
}

.top_news_txt04 {
  font-size: 100%;
  font-weight: 500;
  letter-spacing: 0.05vw;
  line-height: 150%;
  margin-top: 2%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3rem;
}

.top_news_txt04 .top_news_txt04_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cat126 {
  background: #ff8b00;
}

.cat100 {
  background: #e53935;
}

.cat02 {
  background: #001a7c;
}

.cat03 {
  background: #3fc070;
}

.cat04 {
  background: #7943c8;
}

.cat05 {
  background: #e53935;
}

.cat119 {
  background: #7084E0;
}

.top_news_txt01 {
  font-size: 130%;
  font-weight: 600;
  letter-spacing: 0.1vw;
  margin-bottom: 4%;

}

/*.top_news_txt01::before {
  content: "";
  display: block;
  height: 10px;
  margin-bottom: 10px;
}*/

.top_btn03_notice {
  margin-right: 0;
  width: 13px;
  height: 13px;
  width: 40%;
  margin-top: 5%;
}

.top_btn03_notice .label {
  color: #0039e1;
}

.top_btn03_notice .arrow {
  background: url(../images/arrow_icon_blue.svg) no-repeat center / contain;
}

.icon_important {
  background: #E7242E;
}

.icon_notice {
  background: #1B3197;
}

.top_campaign {
  background: #F1F5FF;
  border-radius: 20px;
  margin: 3%;
  padding: 5% 14.5%;
}

.top_campaign ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top_campaign li {
  background: #fff;
  box-shadow: 2px 2px 15px #00000012;
  border-radius: 10px;
  width: 31%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.top_campaign li:last-child {
  margin-right: 0%;
}

.top_campaign li:nth-child(3) {
  margin-right: 0%;
}

.top_campaign_img img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.top_column_img img {
  border-radius: 10px 10px 0px 0px;
}

.top_campaign .top_ul_li_txt {
  height: 4vw;
}

.top_support {
  display: flex;
  background: #1B3197;
}

.top_support .top_contents_tit_txt02 {
  color: #fff;
}

.top_support .top_contents_tit_txt01 {
  color: #fff;
}

.top_support_img {
  width: 50%;
  height: 24vw;
  overflow: hidden;
  mix-blend-mode: screen;
}

.top_support .top_contents_tit_box {
  width: 50%;
  padding: 2.5% 0% 2.5% 4%;
}

.top_support_txt01 {
  color: #fff;
  font-size: 140%;
  letter-spacing: 0.05vw;
  line-height: 180%;
  font-weight: 600;
}

.top_btn04 {
  background: #F1F5FF;
  margin-left: 0%;
  margin-top: 4%;
}

.top_btn04 .arrow {
  background: url(../images/arrow_icon_blue.svg) no-repeat center / contain;
}

.top_column {
  padding: 6% 17.5%;
}

.top_column ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top_column li {
  background: #fff;
  box-shadow: 2px 2px 15px #00000012;
  border-radius: 10px;
  width: 31%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.top_column li:hover {
  opacity: 0.8;
}

.top_column li:nth-child(3) {
  margin-right: 0%;
}

.top_column li:last-child {
  margin-right: 0%;
}

#top_banner .wrapper .inner .banner_top .pickup {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: none;
  margin: 0;
  padding: 0;
}

#top_banner .wrapper .inner .banner_top .pickup p {
  width: 48%;
}

#top_banner .wrapper .inner .banner_top {
  border-bottom: none;
}

#top_banner .wrapper .inner .banner_bottom ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

#top_banner .wrapper .inner .banner_bottom ul li img {
  width: 100%;
  height: 100%;
}

.top_banner_fxt .top_inner {
  border-top: solid 1px #BFBFBF;
  padding-top: 4%;
  margin-top: 5%;
}

.top_banner_fxt .pickup {
  display: flex;
  justify-content: space-between;
}

.top_banner_fxt .pickup p {
  width: 49%;
}

.top_App {
  width: 85%;
  margin: 0 auto;
  margin-top: 20%;
}

.top_App ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_App ul li {
  background: #fff;
  box-shadow: 2px 2px 10px #00000012;
  border: 1px solid #D6D6D6;
  border-radius: 7px;
  width: 48%;
  margin-bottom: 3%;
  padding: 5% 0%;
}

.top_App_icon {
  width: 51%;
  margin: 0 auto;
}

.top_App_icon img {
  filter: drop-shadow(2px 2px 3px #00000012);
}

.top_App_txt {
  text-align: center;
  padding: 7% 0;
  font-weight: 800;
  font-size: 4vw;
  line-height: 5vw;
}

.top_App_fx .top_App_txt {
  padding: 10% 0%;
}

.top_App_tsumitate .top_App_txt {
  padding: 10% 0%;
}

.top_App ul li .top_btn {
  width: 70%;
  padding: 2vw 3vw;
}

.top_btn-blue2 {
  background: #005EF5;
}

.top_App ul li .top_btn .label {
  color: #fff;
}

.top_login_sp {
  background: #F1F5FF;
  padding: 5% 7.5%;
  margin-top: 15%;
}

.top_login_sp input {
  width: 78%;
  background: #fff;
  border: none;
  background: #F2F2F2 0% 0% no-repeat padding-box;
  border-radius: 4px;
  margin: 0 auto;
  padding: 2.5% 4%;
  margin-left: 7%;
  margin-bottom: 2%;
}

.top_login_sp input {
  width: 78%;
  background: #fff;
  border: none;
  background: #F2F2F2 0% 0% no-repeat padding-box;
  border-radius: 4px;
  margin: 0 auto;
  padding: 2.5% 4%;
  margin-left: 7%;
  margin-bottom: 2%;
  border: solid 1px #CBCBCB;
}

.top_login_sp .login_btn p a {
  display: block;
  background: #005EF5 0% 0% no-repeat padding-box;
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  line-height: 11vw;
  font-size: 4vw;
  color: #fff;
  font-weight: bold;
}

.top_login_sp .login_btn {
  margin-top: 1%;
}

.top_login_sp .account .box04 {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
  margin-top: 6%;
}

.top_login_sp .account .box04 p {
  width: 50%;
  font-size: 0.7vw;
  font-weight: normal;
  margin-bottom: 1%;
  font-size: 2.7vw;
}

.top_login_sp .box04 a {
  color: #1B3197;
}

.top_login_sp .ttl {
  text-align: center;
  color: #1B3197;
  margin-bottom: 4%;
}




/* iPad用 */
@media screen and (max-width: 1180px) {
  .header-inner {
    max-width: 800px;
  }

  .header-inner_01 .menu-item {
    font-size: 66%;
  }

  .site_logo {
    margin: 0;
  }

  .menu-link_icon {
    width: 17%;
    margin-right: 4%;
  }

  .menu-link_txt {
    font-size: 70%;
    line-height: 110%;
  }

  .header-inner_02 .menu-item {
    padding: 0.7vw 0;
  }

  header #srchBox #srchInput {
    height: 2.1vw;
  }

  header #srchBox #srchBtn {
    height: 2.1vw;
  }

  .login-area {
    width: 30%;
    top: 50%;
    right: -10%;
  }

  .panel02 {
    position: absolute;
    top: 40px;
    left: 310%;
    padding: 8% 15%;
  }

  .menu-item_tsumitate .panel02 {
    left: 207%;
  }

  .menu-item_cfd .panel02 {
    left: 105%;
  }

  .panel-inner_box02 {
    width: 23vw;
  }

  .panel-inner_box03 a {
    width: 10vw;
  }

  .panel-inner_txt02 {
    line-height: 145%;
    font-size: 56%;
  }

  .panel-inner_txt01 {
    font-size: 16px;
    line-height: 110%;
  }

  .panel-inner_box04 {
    width: 130px;
  }

  .panel-inner_box04 a {
    font-size: 7px;
    line-height: 50%;
    padding: 5% 0;
    padding-left: 5%;
  }


  .login-area_account-btn .account-btn_txt {
    line-height: 6vw;
    font-size: 2.5vw;
  }

  .account-btn_fukidashi {
    padding: 1.5% 0%;
    width: 70%;
    font-size: 90%;
  }

  .login-area .account .box04 p {
    font-size: 60%;
  }

  .login-area .login_btn p a {
    line-height: 4.5vw;
    font-size: 1.5vw;
  }

  .top_fv img {
    width: 100%;
  }

  .top_under {
    width: 60%;
  }

  .top-fv_slide {
    width: 80%;
  }

  .top_WhyChooseUs {
    max-width: 700px;
  }

  .top_contents_tit_txt01 {
    font-size: 100%;
  }

  .top_contents_tit_txt03 {
    font-size: 100%;
  }

  .top_WhyChooseUs_list_txt01 {
    font-size: 120%;
  }

  .top_Start {
    padding: 6% 0 0 0;
    background: #F1F5FF;
    margin-top: 7%;
  }

  .top_inner {
    max-width: 700px;
  }

  .slick-dots {
    bottom: -50%;
  }

  .top_Start_list_txt01 {
    font-size: 110%;
  }

  .top_Start_list_txt02 {
    font-size: 80%;
  }

  .top_btn {
    font-size: 1.5vw;
    width: 25vw;
    padding: 1.7vw 1.5vw;
  }

  .top_Onboarding {
    width: 100%;
  }

  .top_news {
    padding: 6% 0%;
  }

  .top_youtube {
    padding: 5% 0%;
  }

  .top_campaign {
    padding: 5% 0%;
  }

  .top_ul_li_txt {
    font-size: 90%;
    height: 8vw;
  }

  .top_ul_li_txt02 {
    font-size: 0.9vw;
  }

  .top_beginner_box_tit_txt02 {
    font-size: 100%;
  }

  .top_beginner_box_tit_txt02 span {
    font-size: 115%;
  }

  .top_beginner_box .top_btn {
    font-size: 65%;
  }

  .top_btn .arrow {
    width: 0.8vw;
    height: 0.8vw;
  }

  .top_beginner_box {
    padding: 5% 2% 0% 2%;
  }

  .top_Onboarding_txt02 {
    font-size: 80%;
  }

  .cta_area {
    width: 30vw;
  }

  .top_market-rate {
    padding: 6% 0%;
  }

  .top_news_txt03 {
    width: 40%;
  }

  .top_news_box02 ul li {
    height: 12vw;
  }

  .top_support_txt01 {
    font-size: 100%;
    font-weight: 500;
  }

  .top_support_img {
    height: auto;
    width: 50%;
  }

  .top_support_img img {
    max-width: 130%;
  }

  .top_support .top_contents_tit_box {
    padding: 3% 0% 4% 4%;
  }

  .top_column {
    padding: 6% 0%;
  }

  .top_banner .inner {
    width: 800px;
  }

  #footer .footer01 .inner .footernav {
    max-width: 800px;
  }

  .footer01 .inner {
    width: 800px;
  }

  .footer02 .inner {
    max-width: 800px;
  }

   /*為替レート・暗号資産レート*/ 
   #header .headerrate .inner .money_rate .box {
      width: 50% !important;
    }
    
    /* iPadのみ適用 */
    .foripad {
      display: none;
    }
}


/* SP */
@media screen and (max-width: 768px) {
  header {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
  }

  header.site-header {
    height: 12vw;
  }

  .sp_header-inner {
    width: 100%;
  }

  .sp_header-inner_box01 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: right;
  }

  .site_logo {
    width: 25%;
    left: 3%;
    top: 32%;
  }

  .btn-hamburger {
    width: 13%;
    height: 12vw;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1B3197;
  }

  .hamburger-icon span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    margin: 4px 0;
    /*transition: .5s;*/
  }

  .sp_menu-login {
    background: #005EF5;
    width: 13%;
    height: 12vw;
    margin-left: 0%;
    text-align: center;
    font-size: 2.5vw;
  }

  .sp_menu-login .menu-link_icon {
    width: 32%;
    margin: 0 auto;
    margin-top: 17%;
  }

  .sp_menu-login .menu-link_txt {
    font-size: 2.5vw;
    line-height: 6vw;
    font-weight: 800;
  }

  .menu-link_txt {
    color: #fff;
  }

  .menu-overlay {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 100;
    margin-top: 12vw;
  }

  .menu-overlay.open {
    display: flex;
  }

  .menu-overlay.open .menu-panel {
    transform: translateY(0);
    position: fixed;
  }

  .backdrop {
    position: absolute;
  }

  .menu-panel {
    position: fixed;
    right: 0;
    width: 70%;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    z-index: 1000;
    transform: translateY(-100%);
    /*transition: transform 0.4s ease;*/
    right: 0%;
    padding: 0% 5%;
    top: 12vw;
    height: calc(100vh - 12vw);
  }

  .open::before {
    background: none !important;
  }

  .sp_header-inner .search_box {
    display: block;
    margin-left: 0;
    width: 100%;
    margin-top: 7%;
  }

  .sp_header-inner #srchBox #srchInput {
    height: 8.4vw;
  }

  .sp_header-inner #srchBox #srchBtn {
    height: 8.4vw;
  }

  .sp_header-inner .accordion {
    margin-top: 30%;
    padding-bottom: 30%;
  }

  .sp_header-inner .accordion-item {
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #e1e1e1;
    margin-bottom: 2%;
  }

  .sp_header-inner .acc-button {
    width: 100%;
    padding: 5% 4%;
    text-align: left;
    background: #fff;
    border: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }

  .sp_header-inner .acc-button:hover {
    background: #f1f5ff;
    border-bottom: 1px solid #e1e1e1;
  }

  .acc-chevron {
    /*transition: transform .3s;*/
    color: #0054C6;
  }

  .accordion-item[aria-expanded="true"] .acc-chevron {
    transform: rotate(45deg);
  }

  .acc-panel {
    max-height: 0;
    overflow: hidden;
    /*transition: max-height .3s;*/
  }

  .link01 {
    display: block;
    padding: 4% 4%;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    align-items: center;
  }

  .link01 p {
    color: #000;
  }

  .link01:hover {
    color: var(--accent);
  }

  .link01 img {
    width: 11%;
    margin-right: 3%;
  }

  .sp_panel-inner02 {
    display: inline-grid;
    padding: 3% 0%;
    font-size: 2.9vw;
    width: 100%;
    font-weight: bold;
  }

  .sp_panel-inner02 .sp_panel-inner02_txt {
    padding: 4% 5%;
    width: 100%;
  }

  a.sp_panel-inner02_txt {
    color: #000;
  }

  .sp_panel-inner02 a::before {
    content: "▶";
    left: 0;
    transform: translateY(-50%);
    color: #0251BC;
    font-size: 0.8em;
    margin-right: 2%;
  }

  .acc-panel a {
    color: #000;
  }

  .sp_header-inner_01 {
    margin-top: 8%;
  }

  .sp_header-inner_01 .menu-link {
    font-size: 3vw;
    line-height: 5.5vw;
    text-align: left;
    color: #000;
    border-bottom: solid 1px #000;
    padding-bottom: 0%;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .sp_header-inner_01 .setting_slick02 ul {
    background: #F1F5FF;
    margin-top: 4%;
  }

  .sp_header-inner_01 .setting_slick02 li {
    padding: 3% 2%;
    border-bottom: 1px solid #d4e0ff;
  }

  .sp_header-inner_01 .setting_slick02 li:last-child {
    border-bottom: none;
  }

  .sp_header-inner_01 .setting_slick02 a {
    color: #000;
  }

  .sp_header-inner_01_account {
    width: 100%;
    background: #C21212;
    border: solid 1px #DEDDDD;
    display: block;
    font-size: 3.2vw;
    text-align: center;
    line-height: 9vw;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 7%;
  }

  .sp_header-inner_01_account p {
    color: #fff;
  }

  .close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: transparent;
    border: 0;
    font-size: 24px;
    cursor: pointer;
  }

  .menu-toggle {
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .menu-toggle span {
    display: block;
    height: 4px;
    background: #333;
    border-radius: 2px;
    /*transition: all 0.3s ease;*/
  }

  /* 開いたときに✖にする */
  #menuToggle.active .hamburger-icon span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  #menuToggle.active span:nth-child(2) {
    opacity: 0;
  }

  #menuToggle.active .hamburger-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -3px);
  }

  .acc-button_box {
    display: flex;
    align-items: center;
  }

  .acc-button_box img {
    width: 15%;
  }

  .menu_accordion-item_txt01 {
    font-size: 4.7vw;
    line-height: 5vw;
    margin-left: 4%;
    color: #000;
  }

  .menu_accordion-item_txt01 span {
    font-size: 2.5vw;
  }

  #top_first .inner {
    padding: 0;
  }

  .top_under {
    width: 100%;
    background: #E7242E;
    padding: 1% 0%;
    margin-top: 0;
    margin: 0 0 2%;
  }

  .top_under picture {
    width: 55%;
    margin: 0 auto;
  }

  .top-fv_slide {
    width: 100%;
  }

  .login-area {
    width: 80%;
    right: 10%;
    transform: translate(0%, -50%);
    top: 87%;
  }

  .login-area_account-btn .account-btn_txt {
    line-height: 15vw;
    font-size: 4.5vw;
  }

  .account-btn_fukidashi {
    padding: 1.2% 0%;
  }

  .top_contents_tit_txt01 {
    font-size: 4vw;
  }

  .top_contents_tit_txt02 {
    font-size: 6vw;
    margin-top: 3%;
    letter-spacing: 0.5vw;
    line-height: 9vw;
  }

  .top_WhyChooseUs {
    display: block;
    width: 85%;
    margin-top: 25%;
  }

  .top_btn {
    font-size: 3vw;
    padding: 3.5vw 4vw;
    border-radius: 4px;
    width: 65vw;
  }

  .top_btn .arrow {
    width: 9px;
    height: 9px;
  }

  .top_WhyChooseUs .top_contents_tit_box {
    width: 100%;
  }

  .top_contents_tit_txt03 {
    letter-spacing: 1.5px;
    font-size: 3vw;
    line-height: 5.2vw;
  }

  .top_WhyChooseUs_list {
    width: 100%;
    margin-top: 5%;
  }

  .top_WhyChooseUs_list li {
    border-radius: 6px;
  }

  .top_WhyChooseUs_list_txt01 {
    letter-spacing: 2.3px;
    font-size: 4.5vw;
    line-height: 6.1vw;
  }

  .top_Start {
    margin-top: 70%;
    padding: 6% 7.5% 0%;
  }

  .top_Start .top_contents_tit_box {
    margin-top: -60%;
  }

  .top_Start_list {
    display: block;
    margin-bottom: 30%;
  }

  .top_Start_list li {
    width: 100%;
    padding: 5.5% 0%;
  }

  .top_Start_list_txt01 {
    text-align: left;
    font-size: 4.2vw;
    margin-left: 30%;
    line-height: 6vw;
  }

  .top_Start_list_txt02 {
    text-align: left;
    font-size: 2.6vw;
    margin-left: 30%;
    margin-top: 1%;
  }

  .top_Start_list_img {
    position: absolute;
    top: 0%;
    left: 8%;
    width: 18%;
  }

  .top_beginner_box_tit_icon01 {
    width: 13.5%;
  }

  .top_beginner_box_tit_txt01 {
    font-size: 5.5vw;
    margin-left: 5%;
  }

  .top_beginner_box ul {
    display: block;
  }

  .top_beginner_box ul li {
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
    border-right: none;
    padding-right: 0;
    position: relative;
    margin-top: 9%;
    padding-bottom: 7%;
  }

  .top_beginner_box ul li :first-child {
    margin-top: 0;
  }

  .top_beginner_box_tit_txt02 {
    font-size: 4.5vw;
    text-align: left;
    line-height: 6vw;
    width: 72%;
    margin-left: 30%;
    padding-top: 2%;
  }

  .top_beginner_box_tit_txt02 span {
    font-size: 5vw;
  }

  .top_beginner_box {
    padding: 5% 5% 0% 5%;
  }

  .top_beginner_box .top_btn {
    margin-top: 6%;
    padding: 5% 5%;
    font-size: 3vw;
  }

  .top_beginner_box_tit_icon02 {
    position: absolute;
    width: 20%;
    top: -18%;
    left: 3%;
  }

  .top_Onboarding {
    width: 100%;
    margin-top: 30%;
  }

  .top_Onboarding .top_contents_tit_box {
    width: 85%;
    margin: 0 auto;
  }

  .top_Onboarding_box {
    overflow-x: scroll;
  }

  .top_Onboarding ul {
    width: 250%;
    margin-left: 7.5%;
  }

  .top_Onboarding li {
    padding: 2% 0%;
    height: 65vw;
  }

  .top_Onboarding li:last-child {
    margin-right: 2.5%;
  }

  .top_Onboarding_txt01 {
    font-size: 3vw;
  }

  .top_Onboarding_txt02 {
    font-size: 3.2vw;
  }

  .top_Onboarding_img {
    width: 55%;
    margin-top: 11%;
  }

  .cta_area {
    width: 65vw;
    margin-top: 10%;
  }

  .top_market-rate {
    padding: 15% 7.5%;
    margin-top: 30%;
  }

  .top_contents_tit_box_swap {
    padding-top: 15%;
    margin-top: 11%;
  }

  .top_swap-point {
    margin-bottom: 9%;
  }

  .top_swap-point li {
    width: 43.5%;
    border-radius: 5px;
    padding: 3.5% 3%;
  }

  .top_swap-point li:nth-child(2) {
    margin-right: 0;
  }

  .top_swap-point li:nth-child(3) {
    margin-right: 1%;
  }

  .top_swap-point li:nth-child(4) {
    margin-right: 0;
  }

  .top_swap-point_txt01 {
    font-size: 3vw;
    line-height: 6.5vw;
  }

  .top_swap-point_txt02 {
    font-size: 4.4vw;
  }

  .top_youtube {
    border-radius: 10px;
    padding: 10% 0%;
  }

  .top_youtube .top_contents_tit_box {
    padding: 0% 7.5%;
  }

  .top_news {
    padding: 6% 0%;
    margin-top: 19%;
    margin: 0 7.5%;
  }

  .top_news_box01 {
    display: block;
  }

  .top_news_box02 {
    width: 100%;
    margin-top: 8%;
  }

  .top_news_box02 ul li {
    height: auto;
  }

  .top_news_txt02 {
    margin-right: 3%;
    font-size: 2.7vw;
  }

  .top_news_txt03 {
    width: 29%;
    font-size: 2.7vw;
  }

  .top_news_box03 {
    line-height: 4vw;
  }

  .top_news_txt04 {
    font-size: 2.8vw;
    letter-spacing: 0.1vw;
    line-height: 4.4vw;
    margin-top: 3%;
  }

  .top_news_txt01 {
    font-size: 4.1vw;
    letter-spacing: 0.3vw;
  }

  .top_news .top_btn {
    /*width: 34vw;*/
  }

  .top_btn03_notice {
    margin-top: 2%;
  }

  .top_support {
    display: block;
  }

  .top_support_img {
    width: 100%;
    height: 48vw;
  }

  .top_support .top_contents_tit_box {
    width: 85%;
    margin: 0 auto;
    padding: 7% 0% 9% 0%;
  }

  .top_support_txt01 {
    font-size: 3vw;
    line-height: 4.9vw;
  }

  #top_banner .wrapper .inner .banner_top .pickup {
    display: block;
  }

  #top_banner .wrapper .inner .banner_top .pickup p {
    width: 100%;
    margin-top: 2%;
  }

  #top_banner .wrapper .inner .banner_bottom ul {
    width: 100%;
    display: block;
  }

  .top_ul_li_txt {
    font-size: 3vw;
    height: 18vw;
  }

  .slide-items02 li {
    position: relative;
    margin: 0.5%;
    background: #fff;
  }

  .slide-items02 li iframe {
    border-radius: 10px 10px 0 0;
  }

  .top_campaign {
    padding: 17% 0% 12%;
    border-radius: 0;
    width: 100%;
    margin: 0;
    margin-top: 10%;
  }

  .top_campaign .top_contents_tit_box {
    padding: 0% 7.5%;
  }

  .top_campaign li {
    margin-right: 0%;
  }

  .top_campaign .top_ul_li_txt {
    line-height: 5vw;
  }

  .top_column {
    padding: 17% 0%;
  }

  .top_column .top_contents_tit_box {
    padding: 0% 7.5%;
  }

  .top_column li {
    margin-right: 0%;
  }

  .top_ul_li_txt02 {
    font-size: 2.2vw;
    margin-top: 11%;
  }

  .top_banner_fxt .pickup {
    display: block;
    width: 90%;
  }

  .top_banner_fxt .pickup p {
    width: 100%;
    margin-top: 3%;
  }

  .footer01 .inner {
    width: 100%;
  }

  *#bread {
    display: none;
  }*

  .bannerfixed P {
    width: 50%;
  }

  .bannerfixed P img {
    width: 100%;
  }

  .bannerfixed P .close {
    width: 6%;
    top: 8%;
    right: 3%;
  }

  .top_market-rate #header .headerrate .inner {
    padding: 0;
  }

  .headerrate .mb15 {
    text-align: left !important;
  }

     /*為替レート・暗号資産レート*/ 
   #header .headerrate .inner .money_rate .box {
      width: 100% !important;
    }

}
