@charset "utf-8";

/* common
============================================================== */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body {
  overflow-x: hidden;
}
html { font-size: 62.5%; }
body {
  width: 100%;
  background-color: #fff;
  color: #294038;
  -webkit-text-size-adjust: 100%;
  font-family: "din-2014", 'Noto Sans JP', "Yu Gothic", Meiryo, sans-serif;
  font-display: swap;
  font-weight: 400;
  font-style: normal; 
  position: relative;
  overflow-x: hidden;
  line-height: 1;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden; 
  image-rendering: -webkit-optimize-contrast;
}
a {
  color: #1c1c1c;
  text-decoration: none;
  cursor: pointer; 
}
/* rayout */
.pcOnly { display: block !important; }
.spOnly { display: none !important; }
.cntWrap {
  max-width: 1100px;
  margin: 0 auto;
  width: 94%;
}
@media screen and (max-width: 640px) {
  .pcOnly { display: none !important; }
  .spOnly { display: block !important; }
}

/* link */
.textLink{
  color: #005bac;
  text-decoration: underline;
  transition: .3s all;
  cursor: pointer;
}
.textLink:hover{
  opacity: .7;
}

/* bgcolor */
.bgWhite{ background: #fff; }
.bgBlue{ background: #eef3f5; }
.bgDarkBlue { background-color: #015aa8; }
.bgRightBlue { background-color: #eef6ff; }
.bgGreen { background-color: #00bcb7; }
.bgGray { background-color: #f0f0f0; }

/* main */
#return,.ttlBadge {
  padding-top: 64px !important;
  margin-top: -64px !important;
}
@media screen and (max-width: 640px) {
  #return,.ttlBadge {
    padding-top: 60px !important;
    margin-top: -60px !important;
  }
}

/* text */
.indent {
  text-indent: -1em;
  padding-left: 1em;
}


/* campaign
============================================================== */
.cpArea.cntWrap{
  margin: 96px auto;
}
.cpArea.cntWrap p {
  cursor: pointer;
}
.cpArea.cntWrap img{
  transition: all ease 0.3s;
}
.cpArea.cntWrap img:hover{
  opacity: .7;
}

/* secBtnWrap common
============================================================== */
.secBtnWrap {
  text-align: center;
}
.secBtnWrap a {
  display: block;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  transition: all ease 0.3s;
}
.secBtnWrap a:hover {
  filter: brightness(112%);
  transform: translate3d(0, 5px, 0);
}

@media screen and (max-width: 639.9px) {
  .secBtnWrap{
    margin: 6.666666666666667vw auto;
  }
  .secBtnWrap img {
    width: 91.11111111111111vw;
    width: 328px;
  }
  .secBtnWrap a {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .secBtnWrap{
    margin: 72px auto;
    width: 650px;
  }
  .secBtnWrap img {
    width: 650px;
  }
  .secBtnWrap.top{
    margin: 40px auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 1000px) {
  .secBtnWrap{
    margin: 7.199999999999999vw auto;
  }
  .secBtnWrap img {
    width: 65vw;
  }
  .secBtnWrap.top{
    margin: 4vw auto;
  }
}

/* heroContainer
============================================================== */
.heroContainer {
  max-height: 824px;
  height: 824px;
  background-color: #82d178;
  background-image: url(/lp/gaikaex/fx/smartmode/common_fx/images/mv_bg_pc@2x.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 1920px;
}
.heroContainerInner {
  height: 100%;
  margin: auto;
  position: relative;
}
.heroContainerTitle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.heroContainerTitle.patternA {
  top: 42px;
  width: 973px;
}
.heroContainerTitle.patternB {
  top: 40px;
  width: 965px;
}
.heroContainerTitle.patternC {
  top: 43px;
  width: 1100px;
}
.heroContainerImg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 811px;
  margin: auto;
}
@media screen and (min-width: 640px) and (max-width: 1920px) {
  .heroContainer {
    background-size: 100vw;
    height: 42.872008324661806vw;
  }
  .heroContainerTitle.patternA {
    width: 50.67708333333333vw;
    top: 2.1875vw;
  }
  .heroContainerTitle.patternB {
    width: 50.260416666666664vw;
    top: 2.083333333333333vw;
  }
  .heroContainerTitle.patternC {
    width: 57.291666666666664vw;
    top: 2.2395833333333335vw;
  }
  .heroContainerImg {
    width: 41.649323621227886vw;
  }
}
@media screen and (min-width: 640px) and (max-width: 1000px) {
  .heroContainerTitle {
    top: 3vw;
  }
}
@media screen and (max-width: 639.9px) {
  .heroContainer {
    background-image: url(/lp/gaikaex/fx/smartmode/common_fx/images/mv_bg_sp@2x.webp);
    background-size: 100%;
    height: 133.33333333333331vw;
  }
  .heroContainerInner {
    width: 100%;
    height: 133.33333333333331vw;
  }
  .heroContainerTitle {
  }
  .heroContainerTitle.patternA {
    width: 74.72222222222223vw;
    top: 5.833333333333333vw;
  }
  .heroContainerTitle.patternB {
    width: 90.55555555555556vw;
    top: 5.833333333333333vw;
  }
  .heroContainerTitle.patternC {
    width: 81.94444444444444vw;
    top: 6.666666666666667vw;
  }
  .heroContainerImg {
    width: 100%;
  }
}


/* point
============================================================== */
#point {
  background-color: #2fb488;
}
#point h2 {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  color: #fff;
}
#point h2 > img {
  display: block;
  margin: 16px auto 72px;
}
#point .pointInner {
  background-color: #fff;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 40px;
  margin: auto;
}
@media screen and (max-width: 639.9px) {
  #point {
    padding: 40px 0 20px;
  }
  #point h2 {
    font-size: 2.4rem;
  }
  #point h2 > img {
    width: 271px;
    margin: 16px auto 24px;
  }
  #point > :nth-child(2) {
    background-image: url(/lp/gaikaex/fx/smartmode/common_fx/images/point_badge1.svg);
    background-size: 100px auto;
  }
  #point > :nth-child(3) {
    background-image: url(/lp/gaikaex/fx/smartmode/common_fx/images/point_badge2.svg);
    background-size: 100px auto;
  }
  #point > :nth-child(4) {
    background-image: url(/lp/gaikaex/fx/smartmode/common_fx/images/point_badge3.svg);
    background-size: 100px auto;
  }
  #point .pointInner {
    width: calc(100% - 32px);
    padding: 156px 25px 40px;
    background-position: center top 40px;
  }
  #point .pointInner + .pointInner {
    margin-top: 24px;
  }
}

@media screen and (min-width: 640px) {
  #point {
    padding: 96px 0;
  }
  #point h2 {
    font-size: 4rem;
  }
  #point h2 > img {
    margin: 16px auto 72px;
  }
  #point > :nth-child(2) {
    background-image: url(/lp/gaikaex/fx/smartmode/common_fx/images/point_badge1.svg);
    background-size: 180px auto;
  }
  #point > :nth-child(3) {
    background-image: url(/lp/gaikaex/fx/smartmode/common_fx/images/point_badge2.svg);
    background-size: 180px auto;
  }
  #point > :nth-child(4) {
    background-image: url(/lp/gaikaex/fx/smartmode/common_fx/images/point_badge3.svg);
    background-size: 180px auto;
  }
  #point .pointInner {
    background-position: center top 72px;
    width: 1100px;
    padding: 286px 94px 68px;
  }
  #point .pointInner + .pointInner {
    margin-top: 72px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1100px) {
  #point > :nth-child(2) {
    background-size: 16.363636363636363vw auto;
  }
  #point > :nth-child(3) {
    background-size: 16.363636363636363vw auto;
  }
  #point > :nth-child(4) {
    background-size: 16.363636363636363vw auto;
  }
  #point .pointInner {
    background-position: center top 6.545454545454546vw;
    width: calc(100% - 10vw);
    padding: 26vw 4vw 6.181818181818182vw;
  }
}

/* pointCommon ------------------------------------ */
.pointRead {
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.pointRead mark {
  background: none;
  font-style: normal;
  line-height: 1.5;
  color: #008c5e;
  background: linear-gradient(transparent 80%, rgba(255, 226, 83, 1) 0);
}
.pointNote {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 639.9px) {
  .pointRead {
    font-size: 1.8rem;
  }
  .pointRead mark {
    font-size: 2.4rem;
  }
  .pointNote {
    display: block;
    width: 278px;
    margin: auto;
  }
}
@media screen and (min-width: 640px) {
  .pointRead {
    font-size: 3.2rem;
  }
  .pointRead mark {
    display: inline-block;
    line-height: 1.1;
    font-size: 4.2rem;
  }
  .pointNote {
    text-align: center;
  }
}
@media screen and (min-width: 640px) and (max-width: 1100px) {
  .pointRead {
    font-size: 2.909090909090909vw;
  }
  .pointRead mark {
    font-size: 3.8181818181818183vw;
  }
}

/* point1 ------------------------------------ */
#point .pointInner h3 {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #264037;
}
#point .pointInner h3 > mark {
  font-style: normal;
  color: #008c5e;
  background: none;
  display: inline-block;
  font-weight: 600;
  background: linear-gradient(transparent 80%, rgba(255, 226, 83, 1) 0);
}
#point .pointInner h3 > mark span {
  font-weight: 700;
}
.pointFlexTxt {
  text-align: center;
}
.pointFlexTxt ul {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.pointFlexTxt ul li {
  text-align: left;
}
.pointFlexTxt mark {
  display: inline-block;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.025em;
  color: #008c5e;
  background: linear-gradient(transparent 80%, rgba(255, 226, 83, 1) 0);
}
.pointFlexTxt ul li::before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #008c5e;
  font-family: "din-2014-narrow", 'Noto Sans JP', "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
}
#point .pointInner h3 > mark span {
  font-family: "din-2014-narrow", 'Noto Sans JP', "Yu Gothic", Meiryo, sans-serif;
}
.pointFlexTxt ul > :nth-child(1)::before {
  content: "1";
}
.pointFlexTxt ul > :nth-child(2)::before {
  content: "2";
}
.pointFlexTxt ul > :nth-child(3)::before {
  content: "3";
}
@media screen and (max-width: 639.9px) {
  #point .pointInner h3 {
    font-size: 3.2rem;
    margin-bottom: 32px;
    line-height: 1.5;
  }
  #point .pointInner h3 > mark {
    line-height: 28px;
  }
  #point .pointInner h3 > mark span {
    font-size: 4.7rem;
  }
  .pointFlexTxt {
    letter-spacing: -0.04em;
    margin-top: 32px;
  }
  .pointFlexTxt span {
    /* letter-spacing: -0.02em; */
  }
  .pointFlexTxt img {
    width: 300px;
    display: block;
    margin: auto;
  }
  .pointFlexImg {
    width: 250px;
    margin: auto;
  }
  .pointFlexTxt ul {
    width: 300px;
    margin: auto;
  }
  .pointFlexTxt ul li {
    margin-bottom: 16px;
    text-align: left;
  }
  .pointFlexTxt mark {
    margin-top: 16px;
    font-size: 2.6rem;
  }
  .pointFlexTxt ul li::before {
    width: 24px;
    height: 24px;
    font-size: 2rem;
    margin-right: 9px;
  }
}
@media screen and (min-width: 640px) {
  #point .pointInner h3 {
    line-height: 1.6;
    font-size: 5.6rem;
    margin-bottom: 72px;
  }
  #point .pointInner h3 > mark {
    line-height: 50px;
  }
  #point .pointInner h3 > mark span {
    font-size: 8.4rem;
  }
  .pointFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pointFlexImg {
    width: 359px;
  }
  .pointFlexTxt {
    width: 463px;
    width: 487px;
    text-align: center;
  }
  .pointFlexTxt ul {
    font-weight: bold;
    line-height: 1.5;
  }
  .pointFlexTxt ul li {
    margin-bottom: 32px;
    font-size: 3.2rem;
    text-align: left;
  }
  .pointFlexTxt ul li span {
    letter-spacing: -0.1em;
  }
  .pointFlexTxt mark {
    margin-top: 16px;
    font-size: 4.6rem;
    line-height: 1.1;
  }
  .pointFlexTxt ul li::before {
    width: 42px;
    height: 42px;
    font-size: 3.6rem;
    margin-right: 17px;
  }
  .pointFlexTxt ul li:nth-child(3) {
  }
  .pointFlexTxt ul li:nth-child(3)::before {
    margin-right: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1100px) {
  #point .pointInner h3 {
    font-size: 5.090909090909091vw;
    margin-bottom: 6.545454545454546vw;
  }
  #point .pointInner h3 > mark {
  }
  #point .pointInner h3 > mark::before {
  }
  #point .pointInner h3 > mark span {
    font-size: 7.636363636363637vw;
  }
  .pointFlexImg {
    width: 32.63636363636363vw;
  }
  .pointFlexTxt {
    width: 45vw;
  }
  .pointFlexTxt ul {
    font-size: 2.909090909090909vw;
  }
  .pointFlexTxt ul li {
    margin-bottom: 2.909090909090909vw;
    font-size: 2.909090909090909vw;
  }
  .pointFlexTxt mark {
    margin-top: 1.4545454545454546vw;
    font-size: 4.181818181818182vw;
  }
  .pointFlexTxt ul li::before {
    width: 3.8181818181818183vw;
    height: 3.8181818181818183vw;
    font-size: 3.272727272727273vw;
    margin-right: 1.5454545454545454vw;
  }
}

/* point2 ------------------------------------ */
.point2Txt {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 80px;
}
.pointInnerHr {
  position: relative;
}
.pointInnerHr::after {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  background: url(/lp/gaikaex/fx/smartmode/common_fx/images/point_arrow.svg) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 639.9px) {
  .point2Txt {
    font-size: 2.8rem;
    margin-top: 80px;
  }
  .pointInnerHr::after {
    bottom: -50px;
    width: 240px;
    height: 14px;
  }
  .point2Img {
    display: block;
    margin: auto;
  }
  .point2Img.img1 {
    width: 278px;
    margin: 32px auto 40px;
  }
  .point2Img.img2 {
    width: 150px;
    margin: 8px auto;
  }
  .point2Img.img3 {
    width: 278px;
    margin: 16px auto;
  }
  .pointRead {
    font-size: 1.8rem;
  }
  .pointRead mark {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 640px) {
  .point2Txt {
    font-size: 5rem;
    margin-top: 80px;
  }
  .pointInnerHr::after {
    bottom: -65px;
    width: 432px;
    height: 25.2px;
  }
  .point2Img {
    display: block;
    margin: auto;
  }
  .point2Img.img1 {
    width: 612px;
    margin: 72px auto 40px;
  }
  .point2Img.img2 {
    width: 270px;
    margin: 16px auto;
  }
  .point2Img.img3 {
    width: 400px;
    margin: 16px auto 40px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1100px) {
  .point2Txt {
    font-size: 4.545454545454546vw;
    margin-top: 7.2727272727272725vw;
  }
  .pointInnerHr::after {
    bottom: -5.909090909090909vw;
    width: 39.27272727272727vw;
    height: 2.272727272727273vw;
  }
  .point2Img.img1 {
    width: 55.63636363636364vw;
    margin: 6.545454545454546vw auto 3.6363636363636362vw;
  }
  .point2Img.img2 {
    width: 24.545454545454547vw;
    margin: 1.4545454545454546vw auto;
  }
  .point2Img.img3 {
    width: 400px;
    margin: 1.4545454545454546vw auto 3.6363636363636362vw;
  }
}

/* point3 ------------------------------------ */
.point3Flex {}
@media screen and (max-width: 639.9px) {
  .point3Flex {
    width: 278px;
    margin: 32px auto;
  }
  .point3FlexItem + .point3FlexItem {
    margin-top: 32px;
  }
}
@media screen and (min-width: 640px) {
  .point3Flex {
    width: 880px;
    margin: 72px auto 40px;
    display: flex;
    justify-content: space-between;
  }
  .point3FlexItem {
    width: 400px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1100px) {
  .point3Flex {
    width: 80vw;
    margin: 6.545454545454546vw auto 3.6363636363636362vw;
  }
  .point3FlexItem {
    width: 36.36363636363637vw;
  }
}

/* select
============================================================== */
#select {
}
.selectHead {
  width: 100%;
  background-color: #f2f5f4;
}
.selectHead h2 {
  margin: auto;
}
@media screen and (max-width: 639.9px) {
  .selectHead h2 {
    width: 100vw;
  }
  .selectAnker {
    margin: 6.666666666666667vw auto 17.77777777777778vw;
    display: flex;
    justify-content: center;
    gap: 4.166666666666666vw;
  }
  .selectAnker a {
    width: 43.611111111111114vw;
  }
}
@media screen and (min-width: 640px) {
  .selectHead h2 {
    width: 720px;
  }
  .selectAnker {
    margin: 72px auto 102px;
    width: 520px;
    display: flex;
    gap: 24px;
  }
  .selectAnker a {
    transition: all ease 0.3s;
  }
  .selectAnker a:hover {
    filter: brightness(117%);
    transform: translate3d(0, 5px, 0);
  }
}


/* ttlBadge
============================================================== */
.ttlBadge {
  text-align: center;
  color: #264037;
  line-height: 1.2;
}
.ttlBadge > span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #008c5e;
  color: #fff;
  font-weight: bold;
  line-height: 0.95;
  letter-spacing: 0.083em;
}
.ttlBadge > span > b {
  font-family: "din-2014-narrow", 'Noto Sans JP', "Yu Gothic", Meiryo, sans-serif;
}
.ttlRead {
  color: #264037;
  text-align: center;
}
@media screen and (max-width: 639.9px) {
  .ttlBadge {
    font-size: 3.2rem;
    letter-spacing: 0.078em;
  }
  .ttlBadge > span {
    width: 120px;
    height: 30px;
    border-radius: 15px;
    font-size: 1.8rem;
    line-height: 39px;
    margin: 0 auto 24px;
  }
  .ttlBadge > span > b {
    font-size: 2.4rem;
  }
  .ttlRead {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 24px auto;
  }
}
@media screen and (min-width: 640px) {
  .ttlBadge {
    font-size: 7.2rem;
    letter-spacing: 0.042em;
  }
  .ttlBadge > span {
    width: 200px;
    height: 50px;
    border-radius: 25px;
    font-size: 3rem;
    line-height: 39px;
    margin: 0 auto 48px;
  }
  .ttlBadge > span > b {
    font-size: 4rem;
  }
  .ttlRead {
    font-size: 3.2rem;
    line-height: 1.75;
    margin: 48px auto 72px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1100px) {
  .ttlBadge {
    font-size: 6.545454545454546vw;
  }
  .ttlBadge > span {
    width: 18.181818181818183vw;
    height: 4.545454545454546vw;
    border-radius: 2.272727272727273vw;
    font-size: 2.727272727272727vw;
    line-height: 3.5454545454545454vw;
    margin: 0 auto 4.363636363636364vw;
  }
  .ttlBadge > span > b {
    font-size: 3.6363636363636362vw;
  }
  .ttlRead {
    font-size: 2.909090909090909vw;
    margin: 4.363636363636364vw auto 6.545454545454546vw;
  }
}

/* cost
============================================================== */
#cost {
  margin: 0 auto;
}
.costFlex {
  display: flex;
}
.costFlexItem {
}
.costFlexItem + .costFlexItem {
  text-align: center;
}
.costFlexItemText1 {
  position: relative;
  display: block;
  font-weight: bold;
}
.costFlexItemText1::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffe253;
  z-index: -1;
}
.costFlexItemText1 > b {
  font-weight: 600;
  font-family: "din-2014-narrow", 'Noto Sans JP', "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: -0.04em;
}
.costFlexItemText1 > b > span {
  letter-spacing: -0.11em;
}
.costFlexItemText1 > strong {
  position: absolute;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.056em;
}
.costFlexItemText2 {
  position: relative;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.costFlexItemText2 span {
  font-family: "din-2014", 'Noto Sans JP', "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: 0.051em;
  font-weight: normal;
}
.costFlexItemText2 span + span {
  font-family: 'Noto Sans JP', "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 0.92;
}
.costFlexItemText2 sup {
  position: absolute;
  font-family: "din-2014", 'Noto Sans JP', "Yu Gothic", Meiryo, sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 639.9px) {
  #cost {
    margin: 0 auto;
  }
  .costFlex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    padding-top: 24px;
  }
  .costFlexItem {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .costFlexItem img {
    width: 250px;
  }
  .costFlexItem + .costFlexItem {
    order: 1;
  }
  .costFlexItemText1 {
    display: inline-block;
    font-size: 3.6rem;
    line-height: 40px;
    margin-bottom: 14px;
  }
  .costFlexItemText1::before {
    width: 328px;
    height: 10px;
    border-radius: 5px;
    left: -8px;
  }
  .costFlexItemText1 > b {
    font-size: 13.7rem;
    padding-right: 2px;
  }
  .costFlexItemText1 > b > span {
    font-size: 7.75rem;
  }
  .costFlexItemText1 > strong {
    font-size: 2.5rem;
    width: 100px;
    top: 5px;
    right: -38px;
  }
  .costFlexItemText2 {
  }
  .costFlexItemText2 span {
    font-size: 6rem;
  }
  .costFlexItemText2 span + span {
    font-size: 4.8rem;
  }
  .costFlexItemText2 sup {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 640px) {
  #cost {
    width: 1099px;
  }
  .costFlex {
    justify-content: center;
    align-items: center;
    gap: 52px;
  }
  .costFlexItem {
    width: 340px;
  }
  .costFlexItem + .costFlexItem {
    width: 703px;
    text-align: center;
  }
  .costFlexItemText1 {
    font-size: 7.2rem;
    line-height: 86px;
    margin-bottom: 32px;
  }
  .costFlexItemText1::before {
    width: 703px;
    height: 20px;
    border-radius: 10px;
  }
  .costFlexItemText1 > b {
    font-size: 29.8rem;
    padding-right: 15px;
  }
  .costFlexItemText1 > b > span {
    font-size: 17rem;
  }
  .costFlexItemText1 > strong {
    font-size: 5rem;
    line-height: 1.35;
    top: 25px;
    right: -6px;
  }
  .costFlexItemText2 {
    letter-spacing: 0.051em;
  }
  .costFlexItemText2 span {
    font-size: 12rem;
  }
  .costFlexItemText2 span + span {
    font-size: 10rem;
  }
  .costFlexItemText2 sup {
    font-size: 1.6rem;
    font-weight: normal;
  }
}
@media screen and (min-width: 640px) and (max-width: 1100px) {
  #cost {
    width: 100vw;
    width: calc(100vw - 5.818181818181818vw);
  }
  .costFlex {
    gap: 2vw;
  }
  .costFlexItem {
    width: 30vw;
  }
  .costFlexItem + .costFlexItem {
    width: 63.90909090909091vw;
  }
  .costFlexItemText1 {
    font-size: 6.545454545454546vw;
    line-height: 7.818181818181818vw;
    margin-bottom: 2.909090909090909vw;
  }
  .costFlexItemText1::before {
    width: 63.90909090909091vw;
    height: 1.8181818181818181vw;
    border-radius: 0.9090909090909091vw;
  }
  .costFlexItemText1 > b {
    font-size: 27.090909090909093vw;
    padding-right: 1.3636363636363635vw;
  }
  .costFlexItemText1 > b > span {
    font-size: 15.454545454545453vw;
  }
  .costFlexItemText1 > strong {
    font-size: 4.545454545454546vw;
    line-height: 1.35;
    top: 2.272727272727273vw;
    right: -0.5454545454545455vw;
  }
  .costFlexItemText2 {
    font-size: 8.363636363636363vw;
  }
  .costFlexItemText2 span {
    font-size: 10.909090909090908vw;
    letter-spacing: 0.051em;
  }
  .costFlexItemText2 span + span {
    font-size: 9.090909090909092vw;
  }
  .costFlexItemText2 sup {
    font-size: 1.4545454545454546vw;
    font-weight: normal;
  }
}
/*  */
.costListWrap {
}
.costListWrap {}
.costListWrap h4 {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #2fb488;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.costListInner ul {
}
.costListInner li {
  color: #264037;
}
.costListInner li sup {
  font-size: 1.6rem;
}
.costListInner li + li {
}
.costListInner li::before {
  display: inline-block;
  content: "";
  background-image: url(/lp/gaikaex/fx/smartmode/common_fx/images/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center 0;
}
.costListNum {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.costListNum::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffe253;
  z-index: -1;
}
.costListNum span {
  font-family: "din-2014-narrow", 'Noto Sans JP', "Yu Gothic", Meiryo, sans-serif;
  font-weight: 600;
}
.costListNote {
  margin-top: 30px;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 639.9px) {
  .costListWrap {
    width: calc(100% - 32px);
    margin: 48px 16px 0;
  }
  .costListWrap h4 {
    height: 55px;
    line-height: 55px;
    font-size: 2.4rem;
    margin-bottom: 27px;
  }
  .costListInner {
    text-align: center;
  }
  .costListInner .costListCheck {
  }
  .costListInner ul {
    width: 210px;
    margin: 0 auto;
  }
  .costListInner li {
    text-align: left;
    font-size: 1.8rem;
    margin-left: 8px;
    margin-bottom: 16px;
  }
  .costListInner li + li {
  }
  .costListInner li::before {
    width: 28px;
    height: 20px;
    background-size: 28px auto;
    margin-right: 8px;
  }
  .costListNum {
    position: relative;
    margin-top: 40px;
    font-size: 6.23rem;
  }
  .costListNum span {
    font-size: 23rem;
    line-height: 100px;
  }
  .costListNum::before {
    width: 196px;
    height: 9.5px;
    border-radius: 5px;
  }
  .costListInner li sup {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 640px) {
  .costListWrap {
    width: 100%;
    margin-top: 72px;
  }
  .costListWrap h4 {
    height: 77px;
    line-height: 77px;
    font-size: 4rem;
  }
  .costListInner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 106px 32px 0;
  }
  .costListInner .costListCheck {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 32px;
  }
  .costListInner ul {
    margin-bottom: 60px;
  }
  .costListInner li {
    font-size: 3.2rem;
    color: #264037;
    margin-left: 8px;
  }
  .costListInner li + li {
    margin-top: 32px;
  }
  .costListInner li::before {
    width: 34px;
    height: 26px;
    background-size: 34px auto;
    margin-right: 8px;
  }
  .costListNum {
    font-size: 10rem;
  }
  .costListNum span {
    font-size: 36rem;
    line-height: 100px;
  }
  .costListNum::before {
    width: 293px;
    height: 18px;
    border-radius: 10px;
  }
  .costListInner li sup {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1100px) {
  .costListWrap {
    width: 100%;
    margin-top: 6.545454545454546vw;
  }
  .costListWrap h4 {
    height: 7.000000000000001vw;
    line-height: 7.000000000000001vw;
    font-size: 3.6363636363636362vw;
  }
  .costListInner {
    padding: 9.636363636363637vw 2.909090909090909vw 0;
  }
  .costListInner .costListCheck {
    gap: 2.909090909090909vw;
  }
  .costListInner ul {
    margin-bottom: 5.454545454545454vw;
  }
  .costListInner li {
    font-size: 2.909090909090909vw;
    margin-left: 0.7272727272727273vw;
  }
  .costListInner li + li {
    margin-top: 2.909090909090909vw;
  }
  .costListInner li::before {
    width: 3.090909090909091vw;
    height: 26px;
    background-size: 3.090909090909091vw auto;
    margin-right: 0.7272727272727273vw;
  }
  .costListNum {
    font-size: 9.090909090909092vw;
  }
  .costListNum span {
    font-size: 32.72727272727273vw;
    line-height: 9.090909090909092vw;
  }
  .costListNum::before {
    width: 26.636363636363637vw;
    height: 1.6363636363636365vw;
    border-radius: 0.9090909090909091vw;
  }
  .costListInner li sup {
    font-size: 1.4545454545454546vw;
  }
}

/* costSpreadWrap
============================================================== */
.costSpreadWrap {
}
.costSpreadWrap {}
.costSpreadWrap h4 {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #2fb488;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.costSpreadNum {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.costSpreadNum::before {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 0;
  background-color: #ffe253;
  z-index: -1;
}
.costSpreadNum span {
  font-family: "din-2014-narrow", 'Noto Sans JP', "Yu Gothic", Meiryo, sans-serif;
  font-weight: 600;
}
.costSpreadFlex {
  background-image: url(/lp/gaikaex/fx/smartmode/common_fx/images/icon_swap.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
.costSpreadFlex strong,
.costSpreadFlex span {
  display: block;
}
.costSpreadNote {
  margin-top: 30px;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 639.9px) {
  .costSpreadWrap {
    width: calc(100% - 32px);
    margin: 48px 16px 0;
  }
  .costSpreadWrap h4 {
    height: 55px;
    line-height: 55px;
    font-size: 2.4rem;
    margin-bottom: 27px;
  }
  .costSpreadInner {
    text-align: center;
  }
  .costSpreadInner .costSpreadCheck {
  }
  .costSpreadNum {
    margin-top: 10px;
    font-size: 5.8rem;
  }
  .costSpreadNum span {
    font-size: 18rem;
    line-height: 100px;
  }
  .costSpreadNum::before {
    width: 279px;
    height: 10px;
    border-radius: 5px;
  }
  .costSpreadFlex {
    margin: 24px auto;
    width: 279px;
    height: 50.2px;
    background-size: 130px;
    padding-left: 140px;
  }
  .costSpreadFlex strong {
    font-size: 2.66rem;
  }
  .costSpreadFlex span {
    font-size: 1.33rem;
    margin-top: 5px;
  }
}
@media screen and (min-width: 640px) {
  .costSpreadWrap {
    width: 100%;
    margin-top: 72px;
  }
  .costSpreadWrap h4 {
    height: 77px;
    line-height: 77px;
    font-size: 4rem;
  }
  .costSpreadInner {
    text-align: center;
    padding-top: 70px;
    margin-top: 48px;
  }
  .costSpreadNum {
    font-size: 11.6rem;
  }
  .costSpreadNum span {
    font-size: 36rem;
    line-height: 100px;
  }
  .costSpreadNum::before {
    width: 538px;
    height: 20px;
    border-radius: 10px;
  }
  .costSpreadFlex strong {
    font-size: 7.2rem;
  }
  .costSpreadFlex {
    margin: 56px auto;
    width: 718.5px;
    height: 112.4px;
    background-size: 350px;
    padding-left: 359px;
  }
  .costSpreadFlex span {
    font-size: 2.4rem;
    margin-top: 10px;
    font-family: "din-2014", 'Noto Sans JP', "Yu Gothic", Meiryo, sans-serif;
  }
}
@media screen and (min-width: 640px) and (max-width: 1100px) {
  .costSpreadWrap {
    margin-top: 6.545454545454546vw;
  }
  .costSpreadWrap h4 {
    height: 7.000000000000001vw;
    line-height: 7.000000000000001vw;
    font-size: 3.6363636363636362vw;
  }
  .costSpreadInner {
    padding-top: 6.363636363636363vw;
    margin-top: -1.4545454545454546vw;
  }
  .costSpreadNum {
    font-size: 10.545454545454545vw;
  }
  .costSpreadNum span {
    font-size: 32.72727272727273vw;
    line-height: 9.090909090909092vw;
  }
  .costSpreadNum::before {
    width: 48.90909090909091vw;
    height: 1.8181818181818181vw;
    border-radius: 0.9090909090909091vw;
  }
  .costSpreadFlex strong {
    font-size: 6.545454545454546vw;
  }
  .costSpreadFlex {
    margin: 5.090909090909091vw auto;
    width: 65.31818181818181vw;
    height: 10.218181818181819vw;
    background-size: 31.818181818181817vw;
    padding-left: 32.63636363636363vw;
  }
  .costSpreadFlex span {
    font-size: 2.181818181818182vw;
    margin-top: 0.9090909090909091vw;
  }
}

/* swap
============================================================== */
#swap {
  background-color: #f2f5f4;
}
#swap .secBtnWrap {
  margin-bottom: 0;
}
.swapLogoImg {
  margin: auto;
}
.swapLogoTxt {
  font-weight: bold;
  font-size: 2.8rem;
  font-weight: bold;
  color: #264037;
  text-align: center;
}
.swapPointList {
  display: flex;
  flex-wrap: wrap;
}
.swapPointListItem {
  border-radius: 16px;
  background-color: #fff;
}
.swapPointListTtl {
  text-align: center;
  font-weight: 500;
}
.swapPointListTtl span {
  display: block;
}
.swapPointListVal {
  font-weight: bold;
}
.swapPointListVal span {
  font-family: "din-2014-narrow", 'Noto Sans JP', "Yu Gothic", Meiryo, sans-serif;
}
.swapPointNote {
  margin-top: 30px;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: auto;
}
@media screen and (max-width: 639.9px) {
  #swap {
    padding: 40px 0;
  }
  .swapLogoImg {
    margin-top: 40px;
    width: 328px;
  }
  .swapLogoTxt {
    line-height: 1.6;
    margin-top: 8px;
    font-size: 1.8rem;
  }
  .swapPointList {
    gap: 16px;
    width: 328px;
    margin: 48px auto 16px;
  }
  .swapPointListItem {
    padding: 16px 0;
    width: 156px;
    height: 182px;
    border-radius: 16px;
  }
  .swapPointListTtl {
    font-size: 1.5rem;
    letter-spacing: -0.063em;
  }
  .swapPointListTtl span {
    margin-top: 10px;
  }
  .swapPointListVal {
    text-align: center;
    margin-top: 5px;
    font-size: 1.52rem;
  }
  .swapPointListVal span {
    font-size: 5.2rem;
    padding-right: 5px;
  }
  .swapPointNote {
    width: calc(100% - 32px);
  }
}
@media screen and (min-width: 640px) {
  #swap {
    padding: 96px 0;
  }
  .swapLogoImg {
    margin-top: 72px;
    width: 517px;
  }
  .swapLogoTxt {
    line-height: 1.5;
    margin-top: 11px;
    font-size: 2.8rem;
  }
  .swapPointList {
    gap: 24px;
    width: 1100px;
    margin: 72px auto 24px;
  }
  .swapPointListItem {
    display: flex;
    justify-content: space-between;
    padding: 40px 32px;
    width: 538px;
    height: 182px;
    border-radius: 16px;
  }
  .swapPointListTtl {
    width: 200px;
    font-size: 2rem;
  }
  .swapPointListTtl span {
    margin-top: 24px;
  }
  .swapPointListVal {
    font-size: 2.4rem;
    line-height: 100px;
  }
  .swapPointListVal span {
    font-size: 12rem;
    padding-right: 5px;
  }
  .swapPointNote {
    width: 1100px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1100px) {
  #swap {
    width: 100%;
    padding: 8.727272727272728vw 0;
  }
  .swapLogoImg {
    margin-top: 6.545454545454546vw;
    width: 47vw;
  }
  .swapLogoTxt {
    margin-top: 1vw;
    font-size: 2.5454545454545454vw;
  }
  .swapPointList {
    gap: 2.181818181818182vw;
    width: calc(100% - 6.181818181818182vw);
    margin: 6.545454545454546vw auto 2.181818181818182vw;
  }
  .swapPointListItem {
    padding: 3.6363636363636362vw 1vw;
    width: 48.90909090909091vw;
    width: calc(50% - 1.090909090909091vw);
    height: 16.545454545454547vw;
    border-radius: 1.4545454545454546vw;
  }
  .swapPointListTtl {
    width: 18.181818181818183vw;
    font-size: 1.8181818181818181vw;
  }
  .swapPointListTtl span {
    margin-top: 2.181818181818182vw;
  }
  .swapPointListVal {
    font-size: 2.181818181818182vw;
    line-height: 9.090909090909092vw;
  }
  .swapPointListVal span {
    font-size: 10.909090909090908vw;
    padding-right: 0.45454545454545453vw;
  }
  .swapPointNote {
    width: calc(100% - 4vw);
  }
}

/* support
============================================================== */
#support {
  text-align: center;
}
#support h2 {
  font-weight: bold;
}
.supportImgL,
.supportImgR {
  display: block;
}
@media screen and (max-width: 639.9px) {
  #support {
    padding: 64px 0 63.888888888888886vw;
    background-image: url(/lp/gaikaex/fx/smartmode/common_fx/images/support_bg_sp@2x.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
  }
  #support h2 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .supportImgL {
    width: 312px;
    margin: 24px auto;
  }
}
@media screen and (min-width: 640px) {
  #support {
    padding: 96px 0 0;
    text-align: center;
    background-image: url(/lp/gaikaex/fx/smartmode/common_fx/images/support_bg_pc@2x.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
  }
  #support h2 {
    font-size: 7.2rem;
    letter-spacing: 0.042em;
  }
  .supportFlex {
    width: 884px;
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
  }
  .supportImgL {
    width: 428px;
    margin: 100px 0;
  }
  .supportImgR {
    width: 412px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1100px) {
  #support {
    padding: 8.727272727272728vw 0 0;
  }
  #support h2 {
    font-size: 6.545454545454546vw;
  }
  .supportFlex {
    width: 100vw;
    width: calc(100% - 4vw);
    margin: 2.727272727272727vw auto 0;
  }
  .supportImgL {
    width: 56.54545454545455vw;
    margin: 9.090909090909092vw 0;
  }
  .supportImgR {
    width: 37.45454545454546vw;
  }
}

/* safety
============================================================== */
#safety {
  background-color: #f2f5f4;
  text-align: center;
}
#safety h2 {
  font-weight: bold;
}
.safetyRead {
  display: block;
  line-height: 1.75;
}
.safetyFlexItem {
  border-radius: 16px;
  background-color: #fff;
}
.safetyFlexItem h3 {
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
}
.safetyNote {
  margin-top: 30px;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: auto;
}
@media screen and (max-width: 639.9px) {
  #safety {
    padding: 40px 0;
  }
  #safety h2 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .safetyRead {
    margin: 24px auto;
    font-size: 1.6rem;
    text-align: left;
    width: calc(100% - 32px);
  }
  .safetyFlexItem {
    margin: auto;
    width: calc(100% - 32px);
    padding: 24px 15.2px;
  }
  .safetyFlexItem + .safetyFlexItem {
    margin-top: 24px;
  }
  .safetyFlexItem h3 {
    font-size: 1.6rem;
    letter-spacing: 0.025em;
  }
}
@media screen and (min-width: 640px) {
  #safety {
    padding: 96px 0;
  }
  #safety h2 {
    font-size: 7.2rem;
    letter-spacing: 0.042em;
  }
  .safetyRead {
    margin: 40px 0;
    text-align: center;
    font-size: 2.4rem;
  }
  .safetyFlex {
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  .safetyFlexItem {
    width: 530px;
    height: 406px;
    padding: 40px 24px;
  }
  .safetyFlexItem h3 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1100px) {
  #safety {
    padding: 8.727272727272728vw 0;
  }
  #safety h2 {
    font-size: 6.545454545454546vw;
  }
  .safetyRead {
    margin: 3.6363636363636362vw 0;
    text-align: center;
    font-size: 2.181818181818182vw;
  }
  .safetyFlex {
    gap: 3.6363636363636362vw;
    width: calc(100% - 4vw);
  }
  .safetyFlexItem {
    width: 48.18181818181818vw;
    height: 36.90909090909091vw;
    padding: 3.6363636363636362vw 2.181818181818182vw;
  }
  .safetyFlexItem h3 {
    font-size: 2.909090909090909vw;
  }
}

/* trade
============================================================== */
#trade {
  text-align: center;
}
#trade h2,
#trade h2 b {
  font-weight: bold;
}
#trade h2 b {
  justify-content: center;
  align-items: center;
}
#trade h2 span {
  font-family: "din-2014-narrow", 'Noto Sans JP', "Yu Gothic", Meiryo, sans-serif;
  font-size: 9.3rem;
  line-height: 0.92;
}
.tradeRead {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #008c5e;
}
.tradeFlex {
  display: flex;
}
.tradeFlexItem {
  display: flex;
  border-radius: 16px;
  background-color: #f2f5f4;
  font-weight: bold;
  position: relative;
}
.tradeFlexItem::before,
.tradeFlexItem + .tradeFlexItem::after {
  position: absolute;
  display: block;
  content: "";
}
.tradeFlexItem::before {
  font-family: "din-2014-narrow", 'Noto Sans JP', "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
  color: #008c5e;
  left: 0;
  right: 0;
}
.tradeFlexItem + .tradeFlexItem::after {
  width: 20px;
  height: 20px;
  content: "";
  border-top: 4px solid #264037;
  border-right: 4px solid #264037;
  transition: .5s;
}
.tradeFlexItem:nth-child(1):before {
  content: "01";
}
.tradeFlexItem:nth-child(2):before {
  content: "02";
}
.tradeFlexItem:nth-child(3):before {
  content: "03";
}
.tradeFlexItem h3 {
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
}
.tradeNote {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: auto;
  margin-top: 24px;
  text-align: left;
}
@media screen and (max-width: 639.9px) {
  #trade {
    padding: 40px 0 0;
  }
  #trade h2 {
    font-size: 3.2rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  #trade h2 b {
    display: flex;
  }
  #trade h2 span {
    font-size: 4.6rem;
    line-height: .9;
  }
  #trade h2 sup {
    font-size: 1.34rem;
  }
  .tradeRead {
    margin: 24px auto;
    font-size: 1.8rem;
  }
  .tradeFlex {
    flex-wrap: wrap;
    gap: 66px;
  }
  .tradeFlexItem {
    align-items: center;
    margin: auto;
    width: calc(100% - 32px);
    padding: 24px 16px;
    gap: 16px;
  }
  .tradeFlexItem::before {
    font-size: 4.61rem;
    top: -15px;
  }
  .tradeFlexItem + .tradeFlexItem::after {
    left: 0;
    right: 0;
    top: -55px;
    margin: auto;
    transform: rotate(135deg);
  }
  .tradeFlexItem dt {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.025em;
  }
  .tradeFlexItem dd {
    width: 127px;
  }
  .tradeFlexItem h3 {
    font-size: 1.6rem;
    letter-spacing: 0.025em;
  }
  .tradeNote {
    width: calc(100% - 32px);
  }
}
@media screen and (min-width: 640px) {
  #trade {
    padding: 96px 0 0;
  }
  #trade h2 {
    position: relative;
    line-height: 1;
    font-size: 7.2rem;
    letter-spacing: 0.042em;
  }
  #trade h2 b {
    display: inline-flex;
  }
  #trade h2 span {
    font-size: 9.3rem;
    line-height: 0.92;
    padding: 0 5px;
  }
  #trade h2 sup {
    position: absolute;
    font-size: 1.6rem;
    margin-left: -20px;
    top: 8px;
  }
  .tradeRead {
    margin: 32px 0;
    font-size: 3.2rem;
  }
  .tradeFlex {
    justify-content: center;
    gap: 64px;
  }
  .tradeFlexItem {
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    width: 324px;
    height: 266px;
    margin: 17px 0 0;
    padding: 40px 30px;
  }
  .tradeFlexItem::before {
    font-size: 6.4rem;
    top: -30px;
  }
  .tradeFlexItem + .tradeFlexItem::after {
    top: 120px;
    left: -46px;
    transform: rotate(45deg);
  }
  .tradeFlexItem dt {
    font-size: 2rem;
  }
  .tradeNote {
    width: 1100px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1100px) {
  #trade {
    padding: 8.727272727272728vw 0 0;
  }
  #trade h2 {
    font-size: 6.545454545454546vw;
  }
  #trade h2 span {
    font-size: 8.454545454545455vw;
    padding: 0 0.45454545454545453vw;
  }
  #trade h2 sup {
    font-size: 1.4545454545454546vw;
    margin-left: -1.8181818181818181vw;
    top: 0.7272727272727273vw;
  }
  .tradeRead {
    margin: 2.909090909090909vw 0;
    font-size: 2.909090909090909vw;
  }
  .tradeFlex {
    gap: 5.818181818181818vw;
    width: calc(100% - 4vw);
    margin: auto;
  }
  .tradeFlexItem {
    width: 29.454545454545457vw;
    height: 24.181818181818183vw;
    margin: 1.5454545454545454vw 0 0;
    padding: 3.6363636363636362vw 1vw;
  }
  .tradeFlexItem::before {
    font-size: 5.818181818181818vw;
    top: -2.727272727272727vw;
  }
  .tradeFlexItem + .tradeFlexItem::after {
    top: 10.909090909090908vw;
    left: -4.181818181818182vw;
  }
  .tradeFlexItem dt {
    font-size: 1.8181818181818181vw;
  }
  .tradeNote {
    width: 100vw;
    width: calc(100% - 4vw);
  }
}


/* animation 
============================================================== */
/* all */
.animate{
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
  transform: translate(0, 50px);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* top */
.topAnime01 {
  animation-name: topAnime01;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes topAnime01{
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.topAnime02 {
  animation-name: topAnime02;
  animation-duration: 1s;
  animation-delay: .2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes topAnime02{
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* btn */
.btn {
  display: block;
  max-width: 650px;
  width: 90%;
  margin: 0 auto;
  padding: 20px 20px 19px;
  border-radius: 100px;
  box-shadow: 0 5px 0 0 #a80d15;
  background-color: #dc1c26;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  transition: .3s all;
  position: relative;
  overflow: hidden;
}
.tips + .btn {
  padding: 30px 20px 19px;
}
.btn > span {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
  position: relative;
}
.btn:hover {
  box-shadow: 0 0 0 0 #a80d15;
  transform: translate3d(0, 5px, 0);
}
@media screen and (max-width: 800px) {
  /* btn */
  .btn {
    font-size: 5vw;
  }
  .btn > span {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 640px) {
  /* btn */
  .btn {
    font-size: 6.4vw;
    width: 100%;
    padding: 3vw;
    box-shadow: 0 3px 0 0 #a80d15;
  }
  .btn:hover {
    transform: translate3d(0, 3px, 0);
  }
  .btn > span {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .secBtn {
    margin-top: 10.6666vw;
  }
}

/* header
============================================================== */
#header {
  background: #fff;
  width: 100%;
  padding: 8px 0;
  border-bottom: solid 1px #dee4e7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.headWrap {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.headLogo {
  max-width: 220px;
  width: 18.34%;
}
.headMenu {
  max-width: 742px;
  width: 61.84%;
}
.headMenuList {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.headMenuList li {
  width: calc(100%/4);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
  height: 34px;
}
.headMenuList li::after {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  background: #1c1c1c;
  position: absolute;
  top: 3px;
  right: 0;
}
.headMenuList li:last-child:after {
  content: none;
}
.headMenuList a {
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s all;
}
.headMenuList a:hover {
  color: #005bac;
}
.headMenuList a > span {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0 8px;
}
.headBtn {
  width: 190px;
}
.headBtn .btn {
  max-width: 190px;
  width: 100%;
  padding: 15px 0 11px;
  box-shadow: 0 3px 0 0 #a80d15;
  font-size: 15px;
}
.headBtn .btn:hover {
  box-shadow: 0 0 0 0 #a80d15;
  transform: translate3d(0, 3px, 0);
  padding: 14px 0 12px;
}
.spMenuBtn, .spMenu{
  display: none;
}
@media screen and (max-width: 800px) {
  .headWrap {
  }
  .headLogo {
    width: 50%;
  }
  .headMenu {
    display: none;
  }
  .spMenuBtn{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 14px;
    right: 3%;
    z-index: 100;
  }
  .spMenuBtn span{
    display: block;
    width: 28px;
    height: 3px;
    background-color: #1c1c1c;
    border-radius: 2px;
    position: absolute;
    transition: .5s all;
  }
  .spMenuBtn span.line01{
    top: 4px;
  }
  .spMenuBtn span.line02{
    top: 14px;
  }
  .spMenuBtn span.line03{
    top: 24px;
  }
  .spMenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 80px 4% 0;
    background-color: rgba(28, 28, 28, 0.94);
    z-index: 30;
    transition: .5s all;
  }
  .spMenuTtl {
    width: 100%;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    margin: 0 auto 24px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .spMenuTtl .en{
    font-weight: 600;
  }
  .spMenuList {
    max-width: 440px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .spMenuList a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    padding: 24px 0;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: .3s all;
    border-bottom: 1px solid #fff;
  }
  .spMenuList a .en {
    display: block;
    margin-bottom: 8px;
    letter-spacing: 0.1em;
    font-size: 105%;
  }
  .spMenuList li:last-child a {
    border: none;
  }
  .spMenuList a:hover,
  .spMenuList a:target {
    background: rgba(255, 255, 255, 0.2);
  }
  /* menu open */
  .spMenuBtn.open span {
    background-color: #fff;
  }
  .spMenuBtn.open span.line01 {
    top: 14px;
    transform: rotate(45deg);
  }
  .spMenuBtn.open span.line02 {
    display: none;
  }
  .spMenuBtn.open span.line03 {
    top: 14px;
    transform: rotate(-45deg);
  }
  .spMenu.openMenu{
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  #header {
    padding: 10px 0;
  }
  .headLogo img {
    width: auto;
    height: 24px;
  }
  .headBtn {
    width: auto;
  }
  .headBtn .btn {
    padding: 11px 12px 8px;
    box-shadow: 0 2px 0 0 #a80d15;
    font-size: 3vw;
  }
  .headBtn .btn:hover {
    transform: translate3d(0, 2px, 0);
    padding: 11px 12px 8px;
  }
  .spMenuBtn {
    top: 10px;
  }
  .spMenu {
    padding: 21.3333vw 4% 0;
  }
  .spMenuTtl {
    font-size: 6.4vw;
    margin: 0 auto 6.4vw;
  }
  .spMenuList a {
    font-size: 4.8vw;
    padding: 6.4vw 0;
  }
}

/* footer
============================================================== */
/* koukokukisai */
.koukokukisai{
  margin: 200px auto 64px;
  overflow: hidden;
}
.koukokukisai .txtWrap {
  font-size: 14px;
  line-height: 1.4em;
}
.koukokukisai .txtWrap p.ttl {
  margin-bottom: 16px;
}

/* footer */
footer {
  background-color: #000;
}
footer .inlineFooter .inlineFooterWrap {
  padding: 40px 0;
  font-size: 12px;
  line-height: 1.6em;
}
@media screen and (max-width: 1100px){
  footer .inlineFooter {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .koukokukisai {
    margin: 17.0666vw auto 10.6666vw;
  }
  .koukokukisai .txtWrap p {
    font-size: 12px;
    line-height: 1.4em;
  }
  footer .inlineFooter .inlineFooterWrap {
    padding: 6.4vw 0;
  }
  footer .inlineFooter .inlineFooterWrap p {
    font-size: 12px;
    line-height: 1.4em;
  }
}

/* topBtn */
#topBtn {
  display: block;
  width: 52px;
  height: 52px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 5;
  color: #fff;
  background-color: #008c5e;
  border-radius: 50%;
  transition: all ease 0.3s;
}
#topBtn::after {
  display: block;
  margin: 20px auto;
  width: 20px;
  height: 20px;
  content: "";
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transition: .5s;
  transform: rotate(315deg);
}
#topBtn:hover {
  filter: brightness(112%);
}
@media screen and (max-width: 640px) {
  #topBtn {
    width: 36px;
    height: 36px;
    bottom: 20px;
    right: 20px;
  }
  #topBtn::after {
    margin: 13px auto;
    width: 15px;
    height: 15px;
  }
}

/* popup */
#pageOverlay0 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgb(255, 255, 255);
  opacity: 0.6;
  z-index: 12;
  width: 100%;
  position: fixed !important;
}
#pageOverlay0 + div {
  z-index: 999;
  margin: 0 auto !important;
  width: 100% !important;
  height: 100vh !important;
  text-align: center;
  left: 0 !important;
  position: fixed !important;
  top: 0 !important;
}
#o13_close {
  display: inline-block;
  width: 60%;
  max-width: 643px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-65%) translateX(-50%);
}

@media screen and (max-width: 640px) {
  #o13_close {
    width: 90%;
  }
}

@media screen and (max-width: 639.9px) {
}
@media screen and (min-width: 640px) {
}
@media screen and (min-width: 640px) and (max-width: 1100px) {
}
