@charset "utf-8";
/* LP common syle
 ========================================================================================================================================= */
/*---------------------------------------------
   テキストリンク
---------------------------------------------*/
#cp .contentsLinkList p {
  margin-top: 0 !important;
  text-align: left !important;
}
#cp .linkColor {
  font-weight: bold !important;
  text-decoration: underline !important;
  color: #3f6974 !important;
}

/*---------------------------------------------
   common
---------------------------------------------*/
figure {
  margin: 0;
}
#cp #contents .spOnly,
#cp #contents .spOnlyFlex {display: none!important;}
#cp #contents .pcOnly {display: inline-block!important;}
#cp #contents .pcOnlyFlex  {display: flex!important;}
@media screen and (max-width: 767px) {
  #cp #contents .pcOnly,
  #cp #contents .pcOnlyFlex {display: none!important;}
  #cp #contents .spOnly {display: inline-block!important;}
  #cp #contents .spOnlyFlex {display: flex!important;}
}

/* font */
#cp .fs11 { font-size: 11px; }
#cp .fs13 { font-size: 13px; }
#cp .fs15 { font-size: 15px; }
#cp .fs18 { font-size: 18px; }
#cp .fs20 { font-size: 20px; }
#cp .fs34 { font-size: 34px; line-height: 1.35em;}
#cp .fsp01 { font-size: 150%; }
#cp .fsp02 { font-size: 130%; }

#cp .fc01 { color: #005bac; }
#cp .fc02 { color: #dc1c26; }
#cp .fc03 { color: #fff; }
#cp .fc04 { color: #ffba00; }
#cp .fc05 { color: #ff8100; }

#cp .fw0b { font-weight: bold; }
#cp .fw100 { font-weight: 100; }
#cp .fw300 { font-weight: 300; }
#cp .fw900 { font-weight: 900; }
#cp .fwn { font-weight: normal; }

#cp .bc01 { background-color: #005bac; }
#cp .bc02 { background-color: #808080; }
#cp .bc03 { background-color: #ffba00; }
#cp .bc04 { background-color: #ff8100; }
#cp .bc05 { background-color: #dcebf8; }
#cp .bc06 { background-color: #fff8db; }
#cp .bc07 { background-color: #fff6ec; }

#cp .mt24 { margin-top:24px; }



/* ==========================ページ固有  ======================================*/

.containerInner {
  /* margin-top: 64px; */
  padding-bottom: 100px;
}
.containerInner * {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .containerInner {
    /* margin-top: 48px; */
    padding-bottom: 0;
  }
  .containerInner section[class*="Area"] {
    padding: 0 15px;
  }
}

#cp .lp_cnt {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 939px) {
  #cp .lp_cnt {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #cp .lp_cnt {
    padding: 0 15px;
  }
}

.visual_area {
  text-align: center;
  background-image: url(/campaign/gaikaex/spread_202602/common_fx/images/bg_mobile.webp);
  height: 535px;
  /* background-color: #E61E1E; */
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
  position: relative;

  /* aspect-ratio: 360 / 535;
  width: 100%;
  min-height: 535px;
  max-height: 535px; */
}

.visual_area .mv_confetti {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.visual_area .visual_area_inner {
  position: relative;
  max-width: 940px;
  height: 535px;
  margin: 0 auto;
}

.visual_area h1 {
  position: relative;
  width: 307px;
  margin: 0 auto;
  padding: 9px 0 0 0;
}

.visual_area .mv_img {
  position: absolute;
  width: 100%;
  /* height: 292px; */
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  
}

.visual_area .mv_img img {
  width: auto;
  height: 292px;
}

.visual_area .period {
  position: absolute;
  /* background-color: #FFFFE5; */
  /* width: calc( 100% - 26px); */
  width: 334px;
  height: 103px;
  margin: 0 auto;
  bottom: 12px;
  left: 0;
  right: 0;
}

.visual_area .period img {
  width: 100%;
  height: auto;
}

.visual_area .notice {
  position: absolute;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  top: 83px;
  right: calc(50% - 156px);
  text-align: left;
}

.visual_area .notice span {
  display: block;
  /* width: 20px; */
}

p.notice_info {
  padding: 10px 16px;
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


/* ------------------------------------- */

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

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

  .visual_area h1 .mv_img img {
    width: 100%;
  }
}


@media screen and (min-width: 768px) {
  .visual_area {
    height: auto;
    background-image: url(/campaign/gaikaex/spread_202602/common_fx/images/bg_desktop.webp);
    background-size: cover;

    aspect-ratio: inherit;
    width: 100%;

  }

  .visual_area .visual_area_inner {
    height: auto;
  }

  .visual_area h1 {
    position: absolute;
    width: 426px;

    width: calc(426 / 940 * 100%);
    max-width: 426px;

    margin: 0;
    padding: 0;
    top: 37px;
    left: 0;
  }

  /* .visual_area picture {
    height: 512px;
    background-color: #FC0;
  } */
  
  .visual_area .mv_img {
    position: relative;
    /* width: 100%; */
    /* height: 512px; */
    
    margin: 0 auto;

    width: calc(512 / 940 * 100%);
    max-width: 512px;
    margin: 0 0 0 auto;
  }

  .visual_area .mv_img img {
    height: auto;
    max-width: 100%;
    /* background-color: #DDD; */
  }

  .visual_area .period {
    position: absolute;
    /* background-color: #FFFFE5; */
    width: calc(100vw - 32px);
    height: auto;
    bottom: 14px;
    aspect-ratio: 940 / 84;
  }

  .visual_area .period picture {
    /* height: 84px; */
  }

  .visual_area .period img {
    height: auto;
  }

  .visual_area .notice {
    color: #FFF;
    font-size: 12px;
    top: 74%;
    right: 0;
    left: 32%;
  }

  
  .visual_area .notice span {
    display: inline;
  }

  .visual_area .notice span::after {
    content: "・";
  }

  p.notice_info {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

}

@media screen and (min-width: 972px) {
  .visual_area .period {
    padding: 0;
    width: 940px;
  }

}





/*---------------------------------------------
  PC_エントリーボタン
---------------------------------------------*/
.kouzaBtnArea  {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.kouzaBtnArea .kouzaTxt {
  font-size: 22px;
  font-weight: bold;
  margin: 32px auto 8px;
  line-height: 1.75;
}

.kouzaBtnArea .kouzaBtnType_mobile {
  display: none;
}

.kouzaBtnArea .kouzaBtnType_desktop {
  display: flex;
}

[class*="kouzaBtnType"] {
  color: #ffffff;
  background-color: #13C713;
  background: linear-gradient(269deg, #13C713 -1.03%, #24D91C 100%);
  border-radius: 45px;
  box-shadow: 0 6px 0 #36B10D;
  transition: all 0.1s ease-in-out 0s;
  font-weight: bold;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
[class*="kouzaBtnType"]::after {
  content: none;
}
[class*="kouzaBtnType"]:hover {
  box-shadow: 0 0 0 #A80D15;
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 6px, 0);
  -ms-transform: translate3d(0, 6px, 0);
  transform: translate3d(0, 6px, 0);
}
[class*="kouzaBtnType"] .txt {
  font-size: 28px;
}


/*---------------------------------------------
  SP_エントリーボタン
---------------------------------------------*/
@media screen and (max-width: 767px) {
  .kouzaBtnArea  {
    /* max-width: auto; */
    padding: 24px 16px;
  }
  .kouzaBtnArea .kouzaTxt {
    font-size: 16px;
    margin: 0 auto 14px;
  }

  .kouzaBtnArea .kouzaBtnType_mobile {
    display: flex;
  }

  .kouzaBtnArea .kouzaBtnType_desktop {
    display: none;
  }

  
  [class*="kouzaBtnType"] {
    height: 60px;
  }
  [class*="kouzaBtnType"]::after {
    display: none;
  }
  [class*="kouzaBtnType"] .txt {
    font-size: 22px;
    margin-right: 0;
  }

}

@media screen and (max-width: 340px) {
  [class*="kouzaBtnType"]::after {
    position: initial;
    margin-left: 6%;
  }
  [class*="kouzaBtnType"] .txt {
    font-size: 6.5vw;
  }
  /* [class*="kouzaBtnType"] .txt span {
    font-size: 4.7vw;
  } */
}

/*---------------------------------------------
	共通デザイン
---------------------------------------------*/
.ttl_02 {
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 32px;
}
.ttl_02::after {
  content: '';
  background: #404040;
  width: 100%;
  height: 3px;
  display: block;
  margin: 8px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .ttl_02 {
    font-size: 26px;
  }
  .ttl_02::after {
    margin: 8px auto 0 auto;
  }
}

/*---------------------------------------------
	最狭水準スプレッドエリア
---------------------------------------------*/
.spread_info {
  /* background-color: #F8F; */
  width: 100%;
  padding: 0 0 32px 0;
  padding-top: 160px;  
}

.spread_info .spread_inner {
  padding-top: -160px;
  /* margin: 88px auto 0; */
  /* max-width: 940px; */
  width: 100%;
}

.spread_info .spread_inner .spread_info_head {
  background-color: #F8F8F8;
  position: relative;
  width: 100%;
  padding: 106px 0 32px 0;
}


.spread_info .spread_info_subtitle {
  position: absolute;
  width: 230px;
  z-index: 256;
  top: -124px; /*-160+36px*/
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 16;
}

.spread_info h2.spread_info_title {
  position: absolute;
  /* padding: 0 24px; */
  top: -56px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 16;
  width: 100%;
  /* background-color: #333; */
  width: 310px;
  height: auto;
}

.spread_info h2.spread_info_title img {
  width: 100%;
  height: auto;
}

.spread_info .spread_info_confetti_wrap {
  position: absolute;
  width: 100%;
  height: 253px;
  margin: 0 auto;
  /* background-color: #F003; */
  left: 0;
  right: 0;
  top: -78px;
  /* bottom: 0; */
  z-index: 8;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.spread_info .spread_info_confetti {
  width: auto;
  height: 100%;
  aspect-ratio: 486/253;
}

@media screen and (min-width: 768px) {

  .spread_info {
    padding: 0 0 40px 0;
    /* background-color: #F8F; */
    width: 100%;
    padding: 0 0 32px 0;
    padding-top: 160px;
    padding-top: 200px;
  }

  .spread_info .spread_inner {
    margin: 88px auto 0;
    /* max-width: 940px; */
    width: 100%;

    padding-top: -160px;
    /* margin: 88px auto 0; */
    /* max-width: 940px; */
    width: 100%;
  }

  .spread_info .spread_inner .spread_info_head {
    /* padding-top: -160px; */
    /* background-color: #DDD; */
    position: relative;
    /* margin: 88px auto 0; */
    /* max-width: 940px; */
    width: 100%;
    padding: 126px 0 40px 0;
  }

  .spread_info .spread_info_subtitle {
    position: absolute;
    width: 337px;
    top: -150px; /*-160+10px*/
    margin: 0 auto;
  }

  .spread_info h2.spread_info_title {
    position: absolute;
    /* background-color: #333; */
    top: -78px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 16;
    width: 546px;
  }

  .spread_info .spread_info_confetti_wrap {
    width: 100%;
    height: 373px;
    /* background-color: #FC0; */
    top: -160px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .spread_info .spread_info_confetti {
  }
}


/*---------------------------------------------
	spread_contents
---------------------------------------------*/

.spread_contents {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 16;
}

.spread_contents .spread_subtext {
  color: #414141;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Noto Sans JP";
}

.spread_contents .spread_subtext strong {
  color: #414141;
  
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.spread_contents .btn_to_spread_page {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  padding: 18px 48px 18px 24px;
  /* justify-content: center; */
  position: relative;
  /* gap: 8px; */

  /* width: 256px; */
  /* height: 52px; */

  border-radius: 99px;
  background: var(--cp-r, #FF131F);

  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  overflow: hidden;
  transition: all .25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.spread_contents .btn_to_spread_page::after ,
.spread_contents .btn_to_spread_page::before {
  position: absolute;
  width: 10px;
  height: 16px;
  /* background-color: #333; */
  content: "";
  margin: auto 0;
  top: 3px;
  bottom: 0px;

  transition: all .25s;
  background-image: url('/campaign/gaikaex/spread_202602/common_fx/images/_icon_arrow.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.spread_contents .btn_to_spread_page::after {
  right: 24px;
}

.spread_contents .btn_to_spread_page::before {
  left: -100px;
}

@media (hover: hover) {
  .spread_contents .btn_to_spread_page:hover {
    /* background: rgba(0, 0, 0, 0.7); */
    opacity: 1;
    padding: 18px 24px 18px 48px;
    background: #dd000b;
  }

  .spread_contents .btn_to_spread_page:hover::after {
    right: -100px;
  }
  .spread_contents .btn_to_spread_page:hover::before {
    left: 24px;
  }
}

.spread_contents .spread_notice {
  color: #404040;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */

  text-align: left;

  padding: 0 16px;
  margin: 0 auto;
}



@media screen and (min-width: 768px) {

  .spread_contents {
    /* position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px; */
  }

  .spread_contents .spread_subtext {
    font-size: 20px;
  }

  .spread_contents .spread_subtext strong {
    font-size: 32px;
  }

  .spread_contents .btn_to_spread_page {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    padding: 18px 48px 18px 24px;
    position: relative;

    border-radius: 99px;
    background: var(--cp-r, #FF131F);

    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    overflow: hidden;
  }

  .spread_contents .btn_to_spread_page::after ,
  .spread_contents .btn_to_spread_page::before {
    /* position: absolute;
    width: 10px;
    height: 16px;
    content: "";
    margin: auto 0;
    top: 3px;
    bottom: 0px;

    transition: all .25s;
    background-image: url('/campaign/gaikaex/spread_202602/common_fx/images/_icon_arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; */
  }

  .spread_contents .btn_to_spread_page::after {
    right: 24px;
  }

  .spread_contents .btn_to_spread_page::before {
    left: -100px;
  }

  .spread_contents .spread_notice {
    max-width: 640px;
    font-size: 14px;
  }

}


/*---------------------------------------------
	777円キャッシュバック
---------------------------------------------*/

.fxcashback {
  position: relative;
  padding: 0;
  margin: 56px auto 0;
}

.fxcashback p.fxcashback_title {
  color: #414141;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 40px;
  z-index: 8;
  position: relative;
}

.fxcashback p.fxcashback_title span {
  background-color: #FFF9;
}

.fxcashback p.fxcashback_title strong {
  color: #FF131F;
  font-weight: 700;
}

.fxcashback  .fxcashback_contents {
  padding-bottom: 0;
  z-index: 8;
  position: relative;
  padding: 0 24px;
}

.fxcashback  .fxcashback_contents a {
  display: inline-block;
  border-radius: 8px;
  max-width: 445px;
  margin: 0 auto;
}

.fxcashback  .fxcashback_contents img {
  width: 100%;
  display: block;
  border-radius: 8px;
  max-width: 445px;
  margin: 0 auto;
}

.fxcashback .fxcashback_confetti_wrap {
  position: absolute;
  width: 100%;
  height: 246px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.fxcashback .fxcashback_confetti {
  width: auto;
  height: 100%;
  aspect-ratio: 940/240;
}

@media screen and (min-width: 768px) {

  .fxcashback {
    padding: 0;
    position: relative;
    margin: 64px auto 0 auto;
    /* background-color: #333; */
  }

  .fxcashback p.fxcashback_title {
    font-size: 24px;
    line-height: 1em;
  }

  .fxcashback p.fxcashback_title span {
    background-color: #FFF9;
  }

  .fxcashback p.fxcashback_title strong {
  }

  .fxcashback .fxcashback_contents {
    padding: 0;
    margin: 0;
    display: flex;
    /* line-height: 1; */
  }

  .fxcashback .fxcashback_contents img {
    width: 445px;
    /* opacity: .1; */
  }

  .fxcashback .fxcashback_confetti_wrap {
    width: 940px;
    height: 260px;
    margin: 0 auto;
    top: auto;
  }

  .fxcashback .fxcashback_confetti {
  }

}

@media (hover: hover) {
  .fxcashback .fxcashback_contents a:hover {
    opacity: 1;
  }
}


/*---------------------------------------------
	キャンペーン詳細
---------------------------------------------*/
.infoArea {
  margin-top: 96px;
  margin-bottom: 96px;
}
.infoArea a{
  text-decoration: underline;
}
.infoArea > dl *{
  text-align: left;
  font-weight: normal;
}
.infoArea > dl + dl {
  padding-top: 22px;
}
.infoArea > dl > dt{
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 20px;
}
.infoArea > dl > dd{
  font-size: 16px;
  line-height: 1.75;
}
.infoArea .detailTtl{
  display: block;
  margin-top: 6px;
  font-size: 16px;
}
.infoArea dd + dd .detailTtl{
  margin-top: 24px;
}
.infoArea .list > * {
  list-style: disc;
  line-height: 1.75;
  margin-left: 1.7em;
}

.infoArea .listNote li {
  color: #404040;
  font-size: 14px;
  line-height: 1.75;
  margin-left: 14px;
}
.infoArea .listNote li::before {
  content: "※";
  display: inline-block;
  text-indent: -14px;
}
@media screen and (max-width: 767px) {
  .infoArea {
    margin-top: 80px;
    margin-bottom: 56px;
  }
}

/*---------------------------------------------
	その他キャンペーン
---------------------------------------------*/
/* .campaignArea {
  margin-top: 92px;
}
.campaignArea > a + a,
.campaignArea > a + a,
.campaignArea > a + p {
  display: block;
  margin-top: 24px;
}
.campaignArea .ttl{
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .campaignArea {
    margin-top: 56px;
  }
  .campaignArea p img {
    width: 100%;
    height: auto;
  }
  .campaignArea .ttl{
    font-size:20px;
  }
} */

/*---------------------------------------------
	ご注意
---------------------------------------------*/
.cautionArea .ttl{
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 16px;
}
.cautionArea{
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .cautionArea{
    margin-top: 56px;
  }
  .cautionArea .ttl{
    font-size:20px;
  }
}









/*---------------------------------------------
	spreads
---------------------------------------------*/

.spreads {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.spreads .spread_item {
  display: flex;
  padding: 16px 4px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
  flex: 0 1 96px;
  margin-bottom: 4px
  /* flex-grow: 1; */
  /* width: auto; */
}

.spreads .spread_item_head {
  border-bottom: 1px solid #EEE;
  display: flex;
  padding-bottom: 8px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%
}


.spreads img.spread_label {
  width: 68px;
}

.spreads p.spread_title {
  color: #414141;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em;
}

.spreads .spread_item_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.spreads .spread_from {
  position: relative;
  width: 71px;
  height: auto;
  aspect-ratio: 71 / 26;
  /* overflow: hidden; */
}

.spreads .spread_from img {
  width: 71px;
  height: auto;
}

.spreads .spread_to {
  position: relative;
  /* display: block; */
  content: "";
  width: 12px;
  height: 8px;
  margin: 0 auto;
  overflow: hidden;
}

.spreads .spread_to img {
  position: relative;
  display: block;
  content: "";
  width: 12px;
  height: 8px;
  margin: 0 auto;
}

.spreads .spread_result { 
  width: 76px;
  height: 58px;
  aspect-ratio: 76 / 58;
  position: relative;
  overflow: hidden;
  /* background-color: #242; */
}

.spreads .spread_result img.spread_result_num {
  position: absolute;
  aspect-ratio: 76 / 45;
  width: 100%;
  left: 0;
  top: 0px;
}

.spreads .spread_result img.spread_result_unit {
  position: absolute;
  aspect-ratio: 24 / 13;
  width: 40%;
  bottom: 0;
  right: 7px;
  /* background-color: #24D91C; */
}

/*
.spreads {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
*/

/* スクリーンサイズが472px以上の場合に適用 */
@media screen and (min-width: 440px) {
  .spreads {
    gap: 16px;
    width: 440px;
    margin: 0 auto;
    /* background-color: #DDD; */
  }
}

/* スクリーンサイズが592px以上の場合に適用*/
@media screen and (min-width: 928px) {
  .spreads {
    width: 100%;
  }
}

/* desktop*/
@media screen and (min-width: 472px) {
  .spreads .spread_item {
    display: flex;
    padding: 18px 8px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 0 1 120px;
    margin-bottom: 0
  }

  .spreads .spread_item_head {
    padding-bottom: 10px;
    gap: 8px;
    width: 100%
  }

  .spreads img.spread_label {
    width: 86px;
  }

  .spreads p.spread_title {
    font-size: 15px;
    line-height: 1.5em;
  }

  .spreads .spread_item_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }

  .spreads .spread_from {
    width: 90px;
    /* background-color: #242; */
  }

  .spreads .spread_from img {
    width: 90px;
    height: auto;
    /* background-color: #2E2; */
  }

  .spreads .spread_to {
    position: relative;
    content: "";
    width: 12px;
    height: 8px;
    margin: 0 auto;
    overflow: hidden;
  }

  .spreads .spread_to img {
    position: relative;
    display: block;
    content: "";
    width: 12px;
    height: 8px;
    margin: 0 auto;
  }

  .spreads .spread_result { 
    width: 86px;
    height: auto;
    /* height: 58px; */
    aspect-ratio: 76 / 58;
    position: relative;
    overflow: hidden;
    /* background-color: #242; */
  }

  .spreads .spread_result img.spread_result_num {
    position: absolute;
    aspect-ratio: 76 / 45;
    width: 100%;
    left: 0;
    top: 0;
  }

  .spreads .spread_result img.spread_result_unit {
    position: absolute;
    aspect-ratio: 24 / 13;
    width: 40%;
    bottom: 0px;
    right: 3px;
    /* background-color: #24D91C; */
  }


}