@charset "UTF-8";

.u1100{display: none;}
@media screen and (max-width:1100px) and (min-width: 768px) {
  .u1100{display: block !important;}
  /* =========== /max-width:1100px  and (min-width: 768px)=========== */
}

@media screen and (max-width:1000px) {
  /* ============================================== */
/*                 portfolio共通                 */
/* ============================================== */
.pf_kaisetsu>div>.flex{flex-direction: column-reverse;}
.pf_kaisetsu>div>.flex>figure{
  width: 50%;
  margin: 0 auto 20px;
}
.pf_kaisetsu>div>.flex>div{width: 90%;}
.pf_kaisetsu>div>.flex>div dl{clip-path: initial !important;}

.pf_kaisetsu>div>.flex+.disclaimer{
  width: 90%;
  margin: 8px auto 0;
}
}

@media screen and (max-width:940px) and (min-width: 768px) {
  section.case_study>section .case_ttl{padding: 40px 166px 30px 20px;}
  section.case_study>section .case_ttl h3{
    max-width: 150px;
    top: -55px;
  }
  section.case_study>section.pf_allcountry .case_ttl::after{
    width: 232px;
    height: 201px;
  }
  section.case_study>section.pf_sp500 .case_ttl::after{
    width: 235px;
    height: 214px;
  }
}


.ham{display: none;}
@media screen and (max-width:1170px) {

  /* ============================================== */
/*              楽天ヘッダー              */
/* ============================================== */
.rakuten_header{
  height: 55px;
  padding: 0 14px;
  display: flex;
  justify-content: center;
}
.rakuten_header .flex{
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}
.rakuten_header .flex p:nth-of-type(1){
  position: static;
  display: block;
  align-items: center;
  width: 153px;
  height: auto;
  margin: initial;
}
.rakuten_header .flex p:nth-of-type(2){width: 121px;}

header+.about_allcountry{padding-top: 55px;}
header.is_fixed+.about_allcountry{padding-top: 110px;}

/* ============================================== */
/*                    ヘッダー                    */
/* ============================================== */
header{height: 55px;}
header>.logo{
  position: relative;
  z-index: 100;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  max-width: 90px;
  height: 55px;
  margin-left: 20px;
}
header>.logo a{
  width: 100%;
  height: fit-content;
}

/* 追記 */
header{
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
header.is_fixed{
  opacity: 1;
  visibility: visible;
}

/* ============================================== */
/*              ハンバーガーメニュー              */
/* ============================================== */
.ham{display: block;}
.ham+nav{
    position: fixed;
    z-index: 15;
    inset: 0;
    background: #fff;
    width: 100vw;
    height: 100dvh;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.ham+nav ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100dvh - 55px);
    color: #fff;
}
header nav.flex.inner{justify-content: flex-end;}
header nav.flex.inner>p{display: none;}
header ul li{
  margin: 0 auto 22px;
  padding: 0 0 22px 12px;
  width: 100%;
  max-width: 290px;
}
header ul li:not(:last-of-type){border-bottom: 1px solid var(--blue03);}
header ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: fit-content; */
  /* margin: 0 auto; */
}
header ul li a img{
  max-width: 90px;
  margin: 0;
}
header ul li a span{
  display: inline-block;
  width: calc(100% - 90px);
  font-size: 14px;
  text-align: left;
  opacity: 1;
}
header ul li a::before,
header ul li:not(:last-of-type):before{display: none;}

.ham.open+nav{
    opacity: 1;
    visibility: visible;
}

body:has(.ham.open){overflow: clip;}
.kv{
  margin-top: 55px;
  width: 100%;
}
}



@media screen and (max-width:1075px) and (min-width:768px) {
  section.portfolio .anc_list li a p {padding: 3vw 2.6vw 4.4vw 1.9vw;}
  section.portfolio .anc_list li a::before{bottom:  calc(50% - 55px);}
}
@media screen and (max-width:1010px) and (min-width:768px) {
  section.portfolio>section .pf_ttl h3 img{width: min(16.336vw,165px);}
  section.portfolio>section .pf_ttl h3>span{font-size: clamp(26px,3.564vw,36px);}
  section.portfolio>section .pf_ttl h3>span>span.fc_ylw{font-size: clamp(38px,4.752vw,48px);}
  section.portfolio>section .pf_ttl>.inner{padding: 0 min(50px, 3.85vw);}
}

/* ============================================== */
/*                    共通設定                    */
/* ============================================== */
@media screen and (max-width:767px) {
    .pc_cont{display: none !important;}
    .sp_cont{display: block !important;}
    .inner{padding: 0 8%;}

    .flex{flex-direction: column;}
    .flex.col3 li{width: 100%;}

/* ============================================== */
/*                    スクロールアニメーション                    */
/* ============================================== */
/* 見出しアニメーション */
.scrollin.slidein_pc,
.scrollin.slidein_pc.active{clip-path: none;}
.scrollin.slidein_sp{clip-path: inset(-20% 100% -20% 0)}
.scrollin.slidein_sp.active{clip-path: inset(-20% 0 -20% 0);}

  /* デザイン */
.scrollin.slidein_pc{
    border: none;
    background: transparent;
    padding: 0;
  }
.scrollin.slidein_sp{
    border-bottom: 2px solid var(--main_color);
    border-right: 2px solid var(--main_color);
    background: #fff;
    padding: 0 0.6em 0 0.3em;
  }
.scrollin.slidein_all{padding: 0 0.6em 0 0.3em;}

  /* アニメーションディレイ */
.scrollin.slidein_all+br+.slidein_pc{transition-delay: 0s;}
.scrollin.slidein_sp+br+.slidein_sp{transition-delay: .5s;}
.scrollin.slidein_all+br+.slidein_pc>.slidein_sp{transition-delay: .5s;}
.scrollin.slidein_all+br+.slidein_pc>.slidein_sp+br+.slidein_sp{transition-delay: 1s;}
.scrollin.slidein_sp+br+.slidein_sp+br+.slidein_sp{transition-delay: 1s;}



/* ============================================== */
/*                 キービジュアル                 */
/* ============================================== */
.kv{
  background: url(../img/kv_bg_sp.jpg) no-repeat center / cover;
  aspect-ratio: 375 / 650;
  height: calc(100svh - 55px);
}
.kv h1{
  top: 31%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 30px)) !important;
  width: 87vw;
  margin: auto;
}
.kv h1.scrollin.bottom.active{
  transform: translate(-50%, -50%) !important;
}

/* ============================================== */
/*                    セクション共通                    */
/* ============================================== */
  main>section{padding: 110px 0;}

  section .h2_cont{margin-bottom: 40px;}
  section .h2_cont h2{
    font-size: 30px;
    margin: 0 auto 20px;
    line-height: 1.5;
    overflow: hidden;
  }
  section .h2_cont h2 span{
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
  }
  section .h2_cont p,
  section .h2_cont+p{
    font-size: 16px;
    text-align: left;
  }
  .h2_cont h2 img:not(.ifree){
    transform: scale(1.5);
    transform-origin: canter top;
    display: inline-block;
    margin: 0 auto 20px;
  }


  .pinch_out{
    max-width: 200px;
    margin: 10px auto;
  }

  /* グラフ組み */
  .ttl_graph{
    font-size: 14px;
    text-align: center;
  }
  .ttl_graph.align_left{text-align: center;}
  
  .ttl_graph+figure figcaption,
  .ttl_graph+.pinch_out+figure figcaption{
    font-size: 12px;
    margin: 15px 0 0;
  }

/* ============================================== */
/* オールカントリーについて改めておさらい */
/* ============================================== */
.about_allcountry .h2_cont p,
.about_allcountry .h2_cont+.ttl_graph{
  text-align: center;
}

section.osarai .scrollin.slidein_sp{margin-left: 8%;}
section.osarai {
  margin: 40px auto 145px;
  padding: 0;
}
section.osarai::before{top: 5.6vw;}
section.osarai::after{top: 140px;}

section.osarai h3{font-size: 24px;}

section.osarai>.inner{padding: 130px 0 0;}
section.osarai>.inner>div{
  margin: 35px auto 0;
  padding: 30px 8% 50px;
}
/* section.osarai>.inner>div>section:nth-of-type(1)>figure{
  width: 120%;
  transform: translateX(-8%);
} */
section.osarai>.inner>div>section:nth-of-type(1)>figure figcaption{
  width: 100%;
  /* padding-left: 8%; */
}
section.osarai>.inner>div section>div h4{
  font-size: 22px;
  text-align: center;
  line-height: 1.7;
  padding: 0;
}
section.osarai>.inner>div section>div h4::before{
  position: static;
  display: block;
  width: 31px;
  height: 39px;
  margin: 0 auto 12px;
}

section.osarai>.inner>figure{inset: max(calc(-100% + 1.21vw), 60px) 5% auto auto;}

section.osarai>.inner>div section>div h4+p{
  /* font-size: 14px; */
  /* font-weight: 400; */
  font-size: 16px;
  line-height: 1.85;
}

/* section.osarai .ttl_graph+figure img{
  width: 120%;
  transform: translateX(-10%);
} */

section.osarai section:not(:last-of-type){margin: 0 0 50px;}


/* ============================================== */
/* STEP2 自身の投資内容をチェック！ */
/* ============================================== */
section.check .inner{padding: 0 7.4%;}
section.check::before{
  top: -120px;
  width: 220vw;
  height: 106.25vw;
}
section.check{padding: 40px 0 0;}
section.check .h2_cont p{text-align: center;}

section.check .flex.col3 {
  gap: 55px;
  max-width: 400px;
  margin: 0 auto;
}

/* 吹き出し */
.baloon{margin: 50px auto 40px;}
.baloon p{font-size: 14px;}

/* グラフ */
section.check .ttl_graph{font-size: 14px;}
section.check figure figcaption.align_left{text-align: left;}


/* どういう組み合わせがいいの？ */
section.pf_compare>div::before{
  width: 100vw;
  height: 97vw;
  background: url(../img/bg02_02_sp.svg) no-repeat center / contain;
}
section.pf_compare{padding: 150px 0 0;}
section.pf_compare h3.h3_hatena{
  inset: 3% -100% auto;
  font-size: 21px;
}
section.pf_compare h3.h3_hatena::before{
  inset: -75% -100.5% auto -100%;
  width: 36px;
  height: 61px;
}
section.pf_compare h3.h3_hatena+figure{padding: 0;}
/* ============================================== */
/* STEP3 分散投資の考え方 */
/* ============================================== */
section.diversification{padding: 100px 0 78px;}


section.diversification h2,
section.case_study h2{line-height: 1.3;}
section.diversification h2 span,
section.case_study h2 span{
  display: inline-block;
  margin-top: 20px;
}

section.diversification .inner > .flex>div,
section.diversification .inner > .flex>figure{width: 100%;}
section.diversification .inner > figure{margin: 0 auto 50px;}
section.diversification .inner > .flex>div p{font-size: 16px;}
section.diversification .inner > .flex>div p:last-of-type{margin-bottom: 30px;}

/* ============================================== */
/* STEP4 自分に合った最適な分散投資を考える */
/* ============================================== */
section.portfolio{padding: 40px 0 0;}
section.portfolio .h2_cont{margin: 0 auto;}
section.portfolio .h2_cont p:nth-of-type(2){
  font-size: 16px;
  width: 100%;
  margin: 40px auto 20px;
}
section.portfolio .h2_cont p:nth-of-type(2)>span{line-height: 1.4;}
section.portfolio .h2_cont p:nth-of-type(2)>span.fc_red{margin-bottom: .7em;}

/* アンカーリンクボタン */
section.portfolio .anc_list li{width: 100%;}
section.portfolio .anc_list li:nth-of-type(1){margin: 0 auto 30px;}
section.portfolio .anc_list li a p{
  font-size: 17px;
  text-align: left;
  padding: 25px 25px 40px 20px;
  justify-content: center;
}
section.portfolio .anc_list li:nth-of-type(1) a p{text-align: left;}
section.portfolio .anc_list li a p>span> span:not(.fc_ylw){font-size: 12px;}
section.portfolio>section:nth-of-type(1){margin: 90px auto 0;}
section.portfolio .anc_list li a::before{bottom: 20px;}

/* 共通 */
section.portfolio>section .pf_ttl{
  padding: 60px 2px 100px;
}
section.portfolio>section .pf_ttl>.inner{padding: 0 6%;}
section.portfolio>section .pf_ttl>.inner>.flex h3{
  flex-direction: column;
  text-align: center;
}
section.portfolio>section .pf_ttl h3 img{
  max-width: 107px;
  margin-bottom: 10px;
}
section.portfolio>section .pf_ttl h3>span{
  font-size: 16px;
  line-height: 30px;
}
section.portfolio>section .pf_ttl h3>span>span.fc_ylw{font-size: 21px;}

section.portfolio .bg{padding: 65px 0 95px;}
section.portfolio .pf_sp500 .bg{padding: 65px 0 175px;}

section.portfolio .bg>.inner{padding: 0 4%;}

figcaption.align_right,
.pf_kaisetsu figure figcaption,
.pf_kaisetsu figure figcaption a,
.summary figure figcaption,
.summary figure figcaption a,
.disclaimer{
  font-size: 13px;
}
/* カードアイテム */
.pf_kaisetsu:not(:first-of-type){margin: 80px auto 70px;}
.pf_kaisetsu>h4{
  font-size: 20px;
  padding: 1em .9em 1em 6em;
}
.pf_kaisetsu>h4>img{max-width: 85px;}

.pf_kaisetsu>div{padding: 25px 6%;}
.pf_kaisetsu>div>.flex>figure{width: 90%;}
.pf_kaisetsu>div>.flex>div{width: 100%;}
.pf_kaisetsu>div>.flex>div dl{
  display: block;
  width: 100%;
  min-height: 68px;
}
.pf_kaisetsu>div>.flex>div dl dt{
  font-size: 16px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  margin-bottom: 8px;
}
.pf_kaisetsu>div>.flex>div dl dd{
  border: none;
  padding: 0;
  font-size: 14px;
}
.pf_kaisetsu>div>.flex>div dl:nth-of-type(2) dd{padding: 0;}
.pf_kaisetsu>div>.flex>div dl dd ul li span:nth-of-type(1){
  font-size: 13px;
  width: 63px;
  height: 23px;
}
.pf_kaisetsu>div>.flex+.disclaimer{width: 100%;}


.pf_kaisetsu>div>section>h5{
  font-size: 16px;
  text-align: center;
  padding: 0;
}
.pf_kaisetsu>div>section:nth-of-type(2)>h5{margin-top: 75px;}
.pf_kaisetsu>div>section>figure:nth-of-type(1){margin: 0 0 25px;}
.pf_kaisetsu>div>section:nth-of-type(2) ul li{font-size: 14px;}

/* まとめて解説 */
.summary{padding: 45px 0;}
.summary h4+p{
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

/* ============================================== */
/* STEP5 ケーススタディ */
/* ============================================== */
section.case_study{padding: 20px 0 140px;}
section.case_study .h2_cont h2{margin: 0 auto 180px;}
section.case_study>section .case_ttl{padding: 50px 0 200px;}
section.case_study>section .case_ttl h3{
  inset: -40px -100% auto -100%;
  margin: auto;
  max-width: 156px;
}
section.case_study>section .case_ttl p{
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

section.case_study>section>.inner{padding: 0 4%;}
section.case_study>section .bg_kaisetu>.inner{padding: 0 4%;}
section.case_study>section .case_ttl::before{display: none;}

/* オルカン */
section.case_study>section.pf_allcountry .case_ttl::after{
  position: absolute;
  inset: auto -100% -35px;
  display: block;
  width: 200px;
  height: 212px;
  margin: 16px auto 0;
  background: url(../img/img11_01_sp.svg) no-repeat center / contain;
}
section.case_study>section.pf_allcountry .bg_kaisetu::before{
  height: 740px;
  inset: -234% -100% -100% -100%;
}
section.case_study>section.pf_allcountry .pf_kaisetsu{margin-bottom: 170px;}

/* SP500 */
section.case_study>section.pf_sp500 .case_ttl::after{
  position: absolute;
  inset: auto -100% -27px;
  display: block;
  width: 192px;
  height: 210px;
  margin: 16px auto 0;
  background: url(../img/img12_01_sp.svg) no-repeat center / contain;
}
/* section.case_study>section.pf_sp500 .case_ttl h3{top: -50px;} */
section.case_study>section.pf_sp500 .bg_kaisetu::before{
  height: 630px;
  inset: -227% -100% -100% -100%;
}

/* ============================================== */
/* STEP6 ETF */
/* ============================================== */
section.etf{padding: 50px 0 40px;}
section.etf>.inner:nth-of-type(2){padding: 0 4%;}
section.etf>.inner:nth-of-type(2)>ul.flex>li:nth-of-type(1){padding: 50px 6%; margin-bottom: 40px;}

/* li1つ目 */
section.etf>.inner>ul.flex{row-gap: 40px;}
section.etf>.inner>ul.flex>li:nth-of-type(1)>p{font-size: 22px;}
section.etf>.inner>ul.flex>li:nth-of-type(1)>ul>li>*{padding-left: 20px;}
section.etf>.inner>ul.flex>li:nth-of-type(1)>ul>li>p:nth-of-type(1){font-size: 18px;}

section.etf>.inner>ul.flex>li:nth-of-type(1)>ul>li:nth-of-type(2)>ul li{width: 100% !important;}
section.etf>.inner>ul.flex>li:nth-of-type(1)>ul>li:nth-of-type(2)>ul li:not(:last-of-type){margin: 0 auto 80px;}
section.etf>.inner>ul.flex>li:nth-of-type(1)>ul>li:nth-of-type(2)>ul li:not(:last-of-type)::before{
  inset: auto -100% -55px -100%;
  transform: rotate(90deg);
}

section.etf>.inner>ul.flex>li:nth-of-type(1)>ul>li:nth-of-type(2)>ul li:nth-of-type(1) figure{max-width: 385px;width: 85%;}
section.etf>.inner>ul.flex>li:nth-of-type(1)>ul>li:nth-of-type(2)>ul li:nth-of-type(2) figure{max-width: 183px;width: 42%;}
section.etf>.inner>ul.flex>li:nth-of-type(1)>ul>li:nth-of-type(2)>ul li:nth-of-type(3) figure{max-width: 208px;width: 50%;}

/* li 2~4つ目 */
section.etf>.inner>ul.flex>li:not(:nth-of-type(1)){width: 100%;}
section.etf>.inner>ul.flex>li:not(:nth-of-type(1)) p{font-size: 22px;}
section.etf>.inner>ul.flex>li:not(:nth-of-type(1)) p span{font-size: 16px;}

/* あしらい */
section.etf::after{
  height: 150px;
  bottom: -140px;
}

/* ============================================== */
/* MYオールカントリーづくりはiFreeETFで */
/* ============================================== */
.lineup{padding: 40px 0 0;}
.lineup>.bg{
  padding: 180px 0 175px;
  background: url(../img/bg04.png) no-repeat center top 50px / 100% auto,
  #E8F7FF;
}
.lineup .h2_cont h2{font-size: 23px;}
.lineup .h2_cont h2 img{
  max-width: 200px;
  padding: 0 0.1em 0 0.5em;
}


.lineup .lineup_wrapper{padding: 50px 8%;}

/* コンテンツ */
.lineup .lineup_wrapper>p{
  inset: -20px -100% auto;
  margin: auto;
  max-width: 200px;
}
.lineup .lineup_wrapper section h3{
  font-size: 30px;
  margin-bottom: -6px;
  text-align: center;
  padding: 0 0 0 48px;
}
.lineup .lineup_wrapper section h3::before{
  /* inset: -100% -100% -100% -100%; */
  left: calc(50% - 100px);
  width: 68px;
  height: 32px;
}

.lineup .lineup_wrapper section.america h3,
.lineup .lineup_wrapper section.japan h3{padding: 0 0 0 43px;}

/* .lineup .lineup_wrapper section .lineup_item{padding: 20px 0 28px;} */
.lineup .lineup_wrapper section .lineup_item>p{
  font-size: 14px;
  font-weight: 400;
}
.lineup .lineup_wrapper section .lineup_item>dl{
  flex-direction: column;
  align-items: flex-start;
}
.lineup .lineup_wrapper section .lineup_item>dl dt{
  display: block;
  width: 100%;
  font-size: 25px;
  line-height: 0.5;
  line-height: 1;
  margin: 0 0 12px;
}
.lineup .lineup_wrapper section .lineup_item>dl dt span:nth-of-type(1){
  display: inline-block;
  font-size: 15px;
  width: 70px;
  margin: 0 10px 8px 0;
}
.lineup .lineup_wrapper section .lineup_item>dl dt img{
  max-width: 100px;
  vertical-align: baseline;
}
.lineup .lineup_wrapper section .lineup_item>dl dt span:nth-of-type(2){
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: "halt";
  padding: 0 0 .2em;
}

.lineup .lineup_wrapper section .lineup_item>dl dd{
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.lineup .lineup_wrapper section .lineup_item>dl dd .btn{width: 100%;}
.lineup .lineup_wrapper section .lineup_item>dl dd .btn a{font-size: 14px;}

/* あしらい */
.lineup .lineup_wrapper section .lineup_item>dl dd .btn a::before,
.lineup .lineup_wrapper section .lineup_item>dl dd .btn a::after{
  inset: auto calc(50% - 70px) 0.6em auto;
}

.lineup .notes h4+p{font-size: 14px;}

.lineup .notes>.inner{padding: 0 7.8%;}


/* ページトップ */
.etf_totop a{
  width: 40px;
  height: 40px;
}
/* ============================================== */
/*                    フッター                    */
/* ============================================== */
}

.lineup .lineup_wrapper section .lineup_item>dl dt br.sp_cont{display: none !important;}
@media screen and (max-width:460px) {
  .lineup .lineup_wrapper section .lineup_item>dl dt br.sp_cont{display: block !important;}
  /* =========== /max-width:400px =========== */
}

.u556{display: none;}
@media screen and (max-width:556px) {
  .u556{display: block !important;}
  .lineup .lineup_wrapper section .lineup_item>dl dt span:nth-of-type(1){
    display: block;
  }
  /* =========== /max-width:1100px  and (min-width: 768px)=========== */
}

.u767{display: none !important;}
@media screen and (max-width:767px) and (min-width: 600px) {
  .u767{display: block !important;}
  /* =========== /max-width:1100px  and (min-width: 768px)=========== */
}

/*  2025/02 動画組み込み
==================================== */
@media screen and (max-width:767px) {
  .sec_movie{padding: 30px 0 110px;}
  .sec_movie .inner{padding: 0 4%;}
  .sec_movie .h2_cont{margin-bottom: 20px;}
  .sec_movie .h2_cont h2 {font-size: 24px;}
  .sec_movie .h2_cont h2 span{font-size: 16px;}

  .sec_movie .h2_cont::before,
  .sec_movie .h2_cont::after{
    width: 2px;
    height: 43px;
  }
  .sec_movie .h2_cont::before{left: -20px;}
  .sec_movie .h2_cont::after{right: -20px;}
  .movie_cont iframe + p{font-size: 12px;}

  .about_allcountry{padding-top: 70px;}

  /* ページトップ、フローティングバナー */
  .original_pagetop.movie{
    margin: -6rem 1rem 0 auto;
  }
  .original_pagetop.movie a{
    width: 80px;
    height: 80px;
  }
  .original_pagetop.movie a+figure{
    inset: -1px 2px auto auto;
    width: 18px;
    height: 18px;
  }
  
  /* KV高さ調整 */
  .kv{height: calc(55svh - 55px);}
  /* .kv .scroll{
    position: fixed;
    width: 120px;
    height: 120px;
    clip-path: inset(0 0 50px 0);
    inset: auto -100% -60px -100%;
    padding: 0 0 35px;
    font-size: 14px;
  }
  .kv .scroll::before{
    width: 14px;
    height: 11px;
    top: 12px;
  }
  @keyframes scrollDown {
    0%{transform: translateY(0);}
    50%{transform: translateY(5px);}
    100%{transform: translateY(0);}
  } */

  .sec_movie .cv{
    margin: 70px auto 0;
    padding: 20px 20px 30px;
  }
  .sec_movie .cv p:first-of-type{
    max-width: 310px;
    margin: 0 auto -1px;
  }
  .sec_movie .cv p{
    font-size: 20px;
    line-height: 1.5;
  }
  .sec_movie .cv .btn{
    width: 100%;
    max-width: 300px;
    min-width: 230px;
    margin: 19px auto 0;
  }
  .sec_movie .btn a{
    font-size: 18px;
    padding: .85em 1.8em .85em 1em;
  }
  .sec_movie .btn a::after{inset: auto 1.7em 1.1em auto;}
}

/* 202503 シミュレーションページ導線設置
===================================================*/
@media screen and (max-width:767px) {
  /* シミュレーションページボタン共通 */
  .simu_btn{
    width: 100%;
    max-width: 315px;
    height: auto;
  }
  .simu_btn a{
    font-size: 18px;
    padding: 24px 30px 18px 80px;
  }
  .simu_btn a::before{
    width: 32px;
    height: 42px;
    right: -35%;
  }
  .simu_btn a .balloon{
    font-size: 13px;
    min-width: 180px;
  }
  .simu_btn a .balloon::before{
    width: 10px;
    height: 8px;
    bottom: -7px;
  }
  .simu_btn a span:not(.balloon){font-size: 18px;}
  .simu_btn a span:not(.balloon):last-of-type{font-size: 20px;}

  /* kv */
  .kv{height: calc(73lvh - 55px);}
  .kv .simu_btn{inset: auto -100% -9vw -100%;margin: auto;}
  .kv .simu_btn a{padding: 25px 40px 16px 65px;}
  .kv .simu_btn a,
  .kv .simu_btn a span:not(.balloon){font-size: 18px;}
  .kv .simu_btn a::before{
    width: 37px;
    height: 49px;
    right: -24%;
  }
  .kv .simu_btn a::after{inset: -85% -100% -100% -14%;}
  .kv .ylw_sp{color: var(--yellow02);font-size: 16px !important;}
  .kv .simu_btn a .balloon{
    font-size: 12px;
    top: -18px;
  }
  .kv h1{top: 20%;}
  /* フローティングバナー */
  .original_pagetop.movie{
    margin: -6rem auto 0 auto;
    padding: 0;
  }
  .original_pagetop.movie a{
    width: 100%;
    height: 100%;
  }
  .original_pagetop.movie a+figure{
    width: 25px;
    height: 25px;
    inset: -10px 20px auto auto;
  }
  .etf_totop:not(.movie){
    justify-content: flex-end;
    margin: -5rem 1rem 0 0;
  }
}