@charset "UTF-8";

/* ---------------------------------------
  基本情報（設計・可変フォント）
-----------------------------------------*/
html {
  font-size: 62.5%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  line-height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: left;
  color: #464646;
  word-break: break-word;
  line-height: 1.5;
}

input,
button,
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  color: #F3F2EF;
  font-weight: 500;
}

/* responsive
--------------------------------*/
/* base（タイポグラフィ設計）
--------------------------------*/
p,
dt,
dd,
li,
th,
td,
input,
button,
textarea,
select {
  font-size: 1.5rem;
  line-height: 1.8;
}

/* utility
--------------------------------*/
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* ---------------------------------------------
  レイアウト
-----------------------------------------------*/
.l-wrap {
  max-width: 126.4rem;
  width: calc(100% - 4rem);
  margin-inline: auto;
  margin-left: auto;
  margin-right: auto;
}

.l-container {
  overflow: clip;
}

/* ---------------------------------------------
  装飾
-----------------------------------------------*/
.u-bold {
  font-weight: 700;
}

.u-underline {
  text-decoration: underline;
}

/* ---------------------------------------------
  header
-----------------------------------------------*/
.l-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
}

.l-header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ---------------------------------------------
  footer
-----------------------------------------------*/
/* ------------------------------
    フェードインアニメーション
------------------------------ */
.fade-box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time10 {
  animation-delay: 1s;
}

html {
  overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
picture,
form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

/* ---------------------------------------------
  パーツ
-----------------------------------------------*/
/* p-item01 */
.p-item01 {
  border-radius: 1rem;
  padding: 0 0.5rem;
  position: relative;
}

.p-item01-bg01 {
  background-color: #E7F2F5;
}

.p-item01-bg02 {
  background-color: #ECF4E6;
}

.p-item01-bg03 {
  background-color: #FAF3EA;
}

.p-item01-bg04 {
  background-color: #FFF0EA;
}

.p-item01-bg05 {
  background-color: #ECF3F1;
}

.p-item01-bg06 {
  background-color: #E9ECF5;
}

.p-item01-bg07 {
  background-color: #FFF2F5;
}

.p-item01_image {
  width: min(100%, 28.7rem);
  margin-left: 1.4rem;
}

.p-item01_image img {
  aspect-ratio: 287/39;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-item01_text {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.5;
  padding-left: 2.8rem;
}

.p-item01_icon {
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
}

.p-item01_icon img {
  display: none;
}

.p-item01_icon::before,
.p-item01_icon::after {
  content: "";
  position: absolute;
  background: #464646;
  transition: transform 0.5s ease;
}

.p-item01_icon::before {
  left: 50%;
  top: 0;
  width: 0.3rem;
  height: 100%;
  transform: translateX(-50%) rotate(0deg) scaleY(1);
  transform-origin: center;
}

.p-item01_icon::after {
  left: 0;
  top: 50%;
  width: 100%;
  height: 0.3rem;
  transform: translateY(-50%);
}

.p-item01.is-open {
  padding-bottom: 0.5rem;
}

.p-item01.is-open .p-item01_icon {
  transform: translateY(-50%) rotate(180deg);
}

.p-item01.is-open .p-item01_icon::before {
  transform: translateX(-50%) rotate(90deg) scaleY(1);
}

.p-item01.is-open .p-item01_icon::after {
  transform: translateY(-50%);
}

.p-item01_button {
  width: 100%;
  background: none;
  border: none;
  padding: 1.6rem 0 2.3rem;
  cursor: pointer;
  text-align: left;
  position: relative;
  display: block;
}

.p-item01_content {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
}

.p-item01.is-open .p-item01_content {
  max-height: 1000rem;
  padding-top: 2rem;
  transition: max-height 0.5s ease, margin-top 0.5s ease, padding-top 0.5s ease, border-top 0.5s ease;
}

.p-item01_contentContainer {
  border-radius: 0.4rem;
  padding: 2rem 1.2rem 2.4rem 1.7rem;
  position: relative;
}

.p-item01_contentContainer_bg01 {
  background-color: #FBFEFF;
}

.p-item01_contentContainer_bg02 {
  background-color: #FDFFFB;
}

.p-item01_contentContainer_bg03 {
  background-color: #FFFDFB;
}

.p-item01_contentContainer_bg04 {
  background-color: #FFFAF8;
}

.p-item01_contentContainer_bg05 {
  background-color: #FEFFFF;
}

.p-item01_contentContainer_bg06 {
  background-color: #FCFDFF;
}

.p-item01_contentContainer_bg07 {
  background-color: #FFFAFB;
}

.p-item01_contentClose {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 0.1rem solid #0A71B4;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0A71B4;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 1.2rem 1rem;
}

.p-item01_contentList {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 3.4rem;
  padding-bottom: 3.3rem;
}

.p-item01_contentItem {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-left: 0;
}

.p-item01_contentRowInner {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 1.5rem;
  flex: 1;
}

.p-item01_buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0.4rem;
  flex: 1;
}

.p-item01_contentFooter {
  padding: 0;
}

.p-item01_contentSeriesLink {
  background: linear-gradient(270deg, #47B6EF 0%, #0F77BD 100%);
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.11em;
  line-height: 1;
  text-align: center;
  padding: 1.45rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.p-item01_links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.p-item01_description {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #000000;
}

.p-item01_title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0A71B4;
  letter-spacing: 0;
  line-height: 1.5em;
}

.p-item01_contentInner {
  display: flex;
  align-items: flex-start;
  gap: 2.6rem;
}

.p-item01_contentImage {
  aspect-ratio: 1/1;
  width: min(100%, 12.6rem);
  border-radius: 0.4rem;
  overflow: hidden;
  flex-shrink: 0;
}

.p-item01_contentImage img {
  aspect-ratio: 1/1;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.p-item01_contentBody {
  flex: 1;
}

.p-item01_contentRow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.p-item01_tags {
  display: flex;
  gap: 0.7rem;
  position: relative;
}

.p-item01_tags:has(.p-item01_tag)::before {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 100%;
  right: -0.8rem;
  top: 0;
  background: #E8E7E4;
}

.p-item01_tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.24rem 0.2rem;
  background-color: #D2DFF7;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #123882;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
  flex-shrink: 0;
  min-width: 5.8rem;
}

.p-item01_tag-tsumitate {
  background-color: #D5F3E8;
  color: #1A7454;
}

.p-item01_tag-growth {
  background-color: #D2DFF7;
  color: #123882;
}

.p-item01_link {
  display: inline-block;
  min-width: 14.25rem;
  padding: 1rem;
  text-align: center;
  background-color: #E9E9E9;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0A71B4;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  transition: 0.3s ease;
}

/* ボタン
--------------------------------*/
/* c-btn01 */
.c-btn01 {
  position: relative;
  min-height: 12.6rem;
  display: flex;
  box-shadow: 5.111px 5.111px 5.622px 0 rgba(202, 202, 202, 0.27);
  width: min(100%, 46.8rem);
  transition: 0.3s ease;
  border-radius: 1.8rem;
}

.c-btn01_deco {
  position: absolute;
  top: -3.7rem;
  left: -3.2rem;
  width: 8.1778rem;
  height: 8.1778rem;
  background: linear-gradient(286deg, #B93F2A 37.75%, #CD533B 95.73%);
  border-radius: 100vh;
  display: grid;
  place-items: center;
  font-size: 2.3852rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.57143;
  color: #fff;
}

.c-btn01_txt {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.61852;
  display: grid;
  place-items: center;
  height: inherit;
  width: 68.5897435897%;
  border-radius: 1.8rem 0 0 1.8rem;
  background: linear-gradient(270deg, #4CA7E3 0%, #00488D 100%);
}

.c-btn01_icon {
  background: #fff;
  width: 31.4102564103%;
  display: grid;
  place-items: center;
  border-radius: 0 1.8rem 1.8rem 0;
  border: 1.704px solid #F8F7F5;
  border-left: none;
}

.c-btn01_icon img {
  width: 9.6rem;
  aspect-ratio: 1/1;
  object-fit: contain;
  height: auto;
}

.c-btn01_icon01 img {
  margin-bottom: 0.8rem;
}

.c-btn01_icon02 img {
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
}

/* c-btn02 */
.c-btn02 {
  display: flex;
  justify-content: center;
  gap: 1.1rem;
  align-items: center;
  background: #06C755;
  padding: 0.85rem;
  width: min(100%, 23rem);
  border-radius: 0.4rem;
}

.c-btn02_icon {
  width: min(100%, 2.5rem);
}

.c-btn02_icon img {
  aspect-ratio: 1/1;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.c-btn02_text {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #fff;
}

/* タイトル
--------------------------------*/
/* c-headline01 */
.c-headline01 {
  text-align: center;
}

.c-headline01_icon {
  width: 7rem;
  height: 7rem;
  background-color: #F5F4F1;
  border-radius: 100vh;
  display: grid;
  place-items: center;
  margin-inline: auto;
}

.c-headline01_icon-white {
  background: #fff;
}

.c-headline01_icon img {
  display: block;
  width: 4.6rem;
  aspect-ratio: 1/1;
  object-fit: contain;
  height: auto;
}

.c-headline01_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.6rem;
  margin-top: 1.7rem;
  padding-right: 1rem;
}

.c-headline01_label {
  background: linear-gradient(286deg, #B93F2A 37.75%, #CD533B 95.73%);
  border-radius: 0.4rem;
  display: inline-block;
  padding: 0.6rem 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 0.6rem;
  min-width: 7.9rem;
}

.c-headline01_title {
  font-size: 4rem;
  font-weight: 700;
  color: #0A71B4;
  letter-spacing: 0em;
  line-height: 1.3;
  text-align: center;
}

/* c-headline02 */
.c-headline02 {
  background: linear-gradient(270deg, #4CA7E3 0%, #00488D 100%);
  padding-block: 2.7rem 3rem;
  text-align: center;
}

.c-headline02_text {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1.3;
  text-align: center;
}

.c-headline02_icon {
  width: 5.5rem;
  height: 5.5rem;
  opacity: 0.6;
  margin-top: 1.7rem;
  margin-inline: auto;
}

.c-headline02_icon img {
  object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
}

/* ---------------------------------------------
  header
-----------------------------------------------*/
/* header */
.p-header {
  height: 6rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: transform 0.3s ease;
}

.p-header.is-header-hidden {
  transform: translateY(-100%);
}

.p-header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
  width: min(100%, 126.4rem);
  margin-inline: auto;
}

.p-header_logo {
  width: min(100%, 23.7rem);
}

.p-header_logoLink {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.p-header_image img {
  aspect-ratio: 237/33;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-header_nav {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1;
  justify-content: flex-end;
}

.p-header_navList {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0.4rem;
}

.p-header_navItem {
  width: 100%;
  height: 100%;
}

.p-header_navLink {
  display: grid;
  place-items: center;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0A71B4;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  padding-inline: 2rem;
  white-space: nowrap;
  transition: 0.3s ease;
}

.p-header_lineButton {
  flex-shrink: 0;
  margin-left: 1.6rem;
}

.p-header_lineButtonLink {
  display: flex;
  align-items: center;
  background-color: #06C755;
  border-radius: 0.6rem;
  padding: 0.75rem 1.5rem 0.75rem 1.5rem;
  width: min(100%, 15.5rem);
  transition: 0.3s ease;
}

.p-header_lineButtonIcon {
  width: 2.8rem;
  height: 2.8rem;
}

.p-header_lineButtonIcon img {
  width: 2.8rem;
  height: 2.8rem;
}

.p-header_lineButtonText {
  margin-left: 1rem;
  width: 8.9rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.6875em;
  text-align: center;
}

.p-header_riskButton {
  margin-left: 1rem;
  flex-shrink: 0;
}

.p-header_riskButtonLink {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: #222222;
  border-radius: 0.6rem;
  padding: 0.8rem 1.5rem 0.8rem 1.5rem;
  width: min(100%, 15.5rem);
  transition: 0.3s ease;
  text-align: center;
}

.p-header_riskButtonIcon {
  width: 1rem;
  height: 1rem;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #fff;
}

.p-header_riskButtonText {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.6875em;
  white-space: nowrap;
}

.p-header_riskButtonLink_sp {
  display: none;
}

/* drawer */

.p-drawer {
  display: none;
}

.p-drawer_navItem:first-child {
  margin-top: 0;
}

.p-drawer_navArrow img {
  aspect-ratio: 3.5/7;
  object-fit: contain;
  height: auto;
  width: 100%;
}

/* p-bottom-nav */
.p-bottom-nav {
  display: none;
}

.p-bottom-nav.is-open::before {
  opacity: 0;
  visibility: hidden;
}

.p-bottom-nav_link-lineup {
  padding-block: 0.7rem;
}

.u-ml01 {
  margin-left: 0.8rem;
}

.u-ml02 {
  margin-left: 0.7rem;
}

/* SP専用 固定ロゴ */
.p-logo_sp {
  display: none;
}

.p-logo_sp img {
  width: 6.3rem;
  aspect-ratio: 123/55;
  object-fit: contain;
  height: auto;
  position: relative;
}

.p-logo_sp::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #FFF 21.63%, #FFF 46.63%, rgba(247, 247, 247, 0.4) 80.29%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.9;
}

/*--------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------*/
/* footer */
.footer {
  background: #222222;
  color: #ffffff;
  padding: 6.4rem 6rem 4.8rem 6rem;
}

.footer-wrap {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
}

.footer-01>ul {
  font-size: 1.4rem;
  line-height: 3.2rem;
  font-weight: bold;
  margin: -1.6rem -2rem 0 0;
}

.footer-01>ul>li {
  display: inline-block;
  padding: 0 4rem 0 0;
  margin: 1.6rem 4rem 0 0;
  border-right: solid 1px #ffffff;
}

.footer-01>ul>li+li {
  padding: 0 4rem 0 0;
  margin: 1.6rem 4rem 0 0;
}

.footer-01>ul>li:last-child {
  padding: 0 0 0 0;
  margin: 1.6rem 0 0 0;
  border-right: none;
}

.footer-01>ul>li>a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.4s;
}

.footer-01>ul>li>a>span {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.2857142857;
}

.footer-02 {
  display: flex;
  width: 100%;
  padding: 5rem 0 0 0;
  margin: 0 0 0 0;
  border-top: none;
}

.footer-02-01 {
  order: 1;
  flex: 1;
  margin: 0 0 0 0;
  padding: 0 0 0 6rem;
  text-align: right;
}

.footer-02-01-inner {
  display: inline-block;
  text-align: left;
}

.footer-02-01-inner>dl {
  font-size: 1.2rem;
  line-height: 1.6;
}

.footer-02-01-inner>dl>dt {
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
}

.footer-02-01-inner>dl>dd {
  font-weight: 400;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
}

.footer-02-01-inner>dl>dt>span {
  padding: 0 0 0 1em;
}

.footer-02-01-inner-copyright {
  margin-top: 1.6rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}

.footer-02-02 {
  order: 0;
  width: 18.9rem;
  margin: 0 0 0 0;
}

/* ロゴ&ナビ無し */
.footer.footer-v2 {
  padding: 6.4rem 6rem 4.8rem 6rem;
  text-align: center;
}

.footer-03-inner>dl {
  font-size: 1.2rem;
  line-height: 1.6;
}

.footer-03-inner>dl>dt {
  font-weight: bold;
}

.footer-03-inner>dl>dt>span {
  padding: 0 0 0 1em;
}

.footer-03-inner>dl>dt>br,
.footer-03-inner>dl>dd>br {
  display: block;
}

.footer-03-inner>dl>dd {
  margin: 1.6rem 0 0 0;
}

.footer-03-inner-copyright {
  margin-top: 1.6rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}

#index {
  /* top-mv */
}

#index .p-mv {
  padding-block: 2.9rem 2.55rem;
  background: linear-gradient(270deg, #4CA7E3 0%, #00488D 100%);
}

#index .p-mv_inner {
  max-width: 126.4rem;
  width: calc(100% - 4rem);
  margin-inline: auto;
}

#index .p-mv_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-inline: 4.2rem 7.7rem;
  position: relative;
  z-index: 1;
}

#index .p-mv_textwrap {
  position: relative;
  z-index: 1;
  margin-top: 4.6rem;
  margin-left: 0.4rem;
}

#index .p-mv_logo {
  width: min(100%, 12.3rem);
  margin-inline: auto;
  position: relative;
}

#index .p-mv_logo::before {
  content: "";
  width: 67.1rem;
  height: 7.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  background: linear-gradient(90deg, #FFF 21.63%, #FFF 46.63%, rgba(247, 247, 247, 0.4) 80.29%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

#index .p-mv_logo img {
  aspect-ratio: 123/55;
  object-fit: contain;
  height: auto;
  width: 100%;
}

#index .p-mv_lead {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #fff;
  margin-top: 3.9rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

#index .p-mv_amount {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 4.6rem;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  padding-left: 0.8rem;
}

#index .p-mv_amount_small {
  font-size: 3.7rem;
  margin-right: -0.3rem;
}

#index .p-mv_amount_small02 {
  letter-spacing: 0em;
}

#index .p-mv_amount_big {
  font-size: 7.2rem;
  letter-spacing: -0.06em;
  margin-left: -0.9rem;
  margin-right: 0.4rem;
}

#index .p-mv_note {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-top: 3.6rem;
  padding-left: 0.5rem;
}

#index .p-mv_note_mid {
  font-size: 2rem;
  letter-spacing: -0.08em;
}

#index .p-mv_note_big {
  font-size: 2.4rem;
}

#index .p-mv_date {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-top: 0.2rem;
  margin-left: 1rem;
}

#index .p-mv_sliderwrap {
  width: min(100%, 65.5rem);
  position: relative;
  z-index: 1;
}

#index .p-mv_slider_btns {
  pointer-events: none;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
}

#index .p-mv_slider_btn01 {
  width: 2.1rem;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 100vh;
  background: #fff;
  opacity: 0.9;
  border: 0.15rem solid #fff;
  top: 47%;
  position: absolute;
  display: grid;
  place-items: center;
  pointer-events: all;
  cursor: pointer;
}

#index .p-mv_slider_btn01 svg {
  width: 0.6563rem;
}

#index .p-mv_slider_btn01_prev01 {
  left: -3.4rem;
  transform: translateY(-50%);
}

#index .p-mv_slider_btn01_next01 {
  right: -2.8rem;
  transform: translateY(-50%);
}

#index .p-mv_slider {
  margin-inline: auto;
  width: 100%;
  padding-bottom: 1.85rem;
}

#index .p-mv_slider .slide-img {
  border-radius: 1.6rem;
  overflow: hidden;
}

#index .p-mv_slider .slide-img img {
  aspect-ratio: 655/367;
  object-fit: cover;
  height: auto;
  width: 100%;
}

#index .p-mv_slider .swiper-pagination {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#index .p-mv_slider .swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0;
  margin-left: 0.9rem;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-color: #FFFFFF;
  border-radius: 100vh;
  opacity: 1;
  transition: all 0.3s ease;
}

#index .p-mv_slider .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

#index .p-mv_slider .swiper-pagination-bullet-active {
  width: 4.8rem;
  height: 0.6rem;
  background-color: #65C0E2;
  border-radius: 100vh;
}

#index .p-mv_card {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0.33rem 0 rgba(202, 202, 202, 0.27);
  transition: 0.3s ease;
  overflow: hidden;
  display: block;
}

#index .p-mv_image {
  width: 100%;
  overflow: hidden;
}

#index .p-mv_image img {
  aspect-ratio: 655/281;
  object-fit: cover;
  height: auto;
  width: 100%;
}

#index .p-mv_textbody {
  width: 100%;
  position: relative;
  padding: 1.6rem 2.8rem;
  background: #fff;
}

#index .p-mv_badge {
  padding: 0.4rem;
  width: min(100%, 18.7rem);
  background: #4097D4;
  border-radius: 3.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

#index .p-mv_title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #464646;
  line-height: 1.44;
  margin-top: 0.7rem;
  letter-spacing: 0em;
}

#index .p-mv_icon {
  position: absolute;
  right: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1rem;
  aspect-ratio: 9.74/15.58;
  height: auto;
}

#index .p-mv_icon img {
  aspect-ratio: 9.74/15.58;
  object-fit: contain;
  height: auto;
  width: 100%;
}

#index {
  /* top-nav */
}

#index .p-nav {
  padding-top: 9.8rem;
  background: #fff;
}

#index .p-nav_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 6.3600782779%;
  padding-right: 1.3rem;
  width: min(100%, 102.2rem);
  margin-inline: auto;
}

#index .p-nav_item {
  width: 46.9483568075%;
}

#index .p-nav_link {
  display: block;
}

#index {
  /* top-lineup */
}

#index .p-lineup {
  padding-block: 11.3rem 9.8rem;
  background: #fff;
}

#index .p-lineup_list {
  display: grid;
  gap: 2.6rem 2.4rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 4rem;
}

#index {
  /* top-nisa */
}

#index .p-nisa {
  padding-block: 8.2rem 8.4rem;
  background: #F3F2EF;
}

#index .p-nisa_items {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.8rem;
}

#index .p-nisa_item {
  width: 83.2rem;
  margin-inline: auto;
  border-radius: 0.4rem;
  overflow: hidden;
  transition: height 0.3s ease;
}

#index .p-nisa_item+.p-nisa_item {
  margin-top: 2rem;
}

#index .p-nisa_itemButton {
  width: 100%;
  height: 8rem;
  display: grid;
  place-items: center;
  background: linear-gradient(270deg, #47B6EF 0%, #0F77BD 100%);
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 0.4rem;
}

#index .p-nisa_itemText {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1.3em;
  text-align: center;
  margin-right: 1.1rem;
}

#index .p-nisa_itemIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8rem;
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
  display: grid;
  place-items: center;
}

#index .p-nisa_itemIcon img {
  display: none;
}

#index .p-nisa_itemIcon::before,
#index .p-nisa_itemIcon::after {
  content: "";
  position: absolute;
  background: #fff;
  transition: transform 0.5s ease;
}

#index .p-nisa_itemIcon::before {
  left: 50%;
  top: 0;
  width: 0.2rem;
  height: 100%;
  transform: translateX(-50%) rotate(0deg) scaleY(1);
  transform-origin: center;
}

#index .p-nisa_itemIcon::after {
  left: 0;
  top: 50%;
  width: 100%;
  height: 0.2rem;
  transform: translateY(-50%);
}

#index .p-nisa_item.is-open .p-nisa_itemIcon {
  transform: translateY(-50%);
}

#index .p-nisa_item.is-open .p-nisa_itemIcon::before {
  transform: translateX(-50%) rotate(90deg) scaleY(1);
}

#index .p-nisa_item.is-open .p-nisa_itemIcon::after {
  transform: translateY(-50%);
}

#index .p-nisa_itemContent {
  padding-inline: 1.85rem;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  border: 0.1rem solid transparent;
  border-top: none;
  border-radius: 0 0 0.4rem 0.4rem;
  margin-top: 0;
  padding-top: 0;
}

#index .p-nisa_item.is-open .p-nisa_itemContent {
  max-height: 1000rem;
  overflow: visible;
  padding-top: 2.4rem;
  padding-bottom: 1.9rem;
  border-color: #0A71B4;
  transition: max-height 0.5s ease, margin-top 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease, border-color 0.5s ease;
}

#index .p-nisa_itemContentInner {
  display: grid;
  gap: 0.7rem 0.8rem;
  grid-template-columns: repeat(3, 1fr);
}

#index .p-nisa_itemCard {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.7rem 1.1rem 1.7rem 2rem;
  background-color: #F8F7F5;
  border-radius: 0.4rem;
  transition: 0.3s ease;
}

#index .p-nisa_itemCardImage {
  width: 6.6rem;
  border-radius: 0.4rem;
  overflow: hidden;
}

#index .p-nisa_itemCardImage img {
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 100%;
  height: auto;
}

#index .p-nisa_itemCardText {
  font-size: 1.4rem;
  font-weight: 500;
  color: #464646;
  letter-spacing: 0em;
  line-height: 1.5em;
  flex: 1;
}

#index .p-nisa_itemClose {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  margin-bottom: 0;
}

#index .p-nisa_itemCloseButton {
  display: block;
  height: 4rem;
  width: 100%;
  background-color: #fff;
  border: 0.1rem solid #0A71B4;
  border-radius: 0.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0A71B4;
  letter-spacing: 0em;
  line-height: 2.25em;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

#index {
  /* top-ranking */
}

#index .p-ranking {
  padding-block: 4.978rem 4.5rem;
  background: #fff;
}

.p-ranking_content {
  margin-top: 4.1rem;
  background: #f6f5f3;
  border-radius: 0.6rem;
  box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.05);
}

.p-ranking_tabs {
  display: flex;
  align-items: flex-end;
}

.p-ranking_tab {
  flex: 1;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
  color: #fff;
  border-radius: 0.8rem 0.8rem 0 0;
  padding: 2.6rem 2.5rem;
  transition: margin-top 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), padding-bottom 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}

.p-ranking_tab.is-active {
  background: linear-gradient(to bottom, #4cb0e7, #1d82d2);
  z-index: 2;
  filter: brightness(1);
  margin-top: -0.4rem;
  padding-bottom: 3.0rem;
  box-shadow: 0 -0.6rem 1.2rem rgba(0, 0, 0, 0.15);
}

.p-ranking_tab.is-inactive {
  background: linear-gradient(to bottom, #b5b5b5, #9e9e9e);
  z-index: 1;
  color: #eaeaea;
  filter: brightness(0.9);
  margin-top: 0;
  box-shadow: inset 0 -0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}

.p-ranking_container {
  padding: 2.0rem 3.0rem 2.0rem 2.0rem;
  position: relative;
}

.js-ranking_headerGroup {
  display: none;
}

.js-ranking_headerGroup.is-active {
  display: block;
}

.p-ranking_notes {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.p-ranking_annotation {
  font-size: 1.2rem;
  font-weight: bold;
  color: #7b756d;
  letter-spacing: 0.02em;
}

.p-ranking_baseDate {
  font-size: 1.4rem;
  font-weight: bold;
  color: #7b756d;
  letter-spacing: 0.02em;
}

.p-ranking_row {
  display: grid;
  border: 0.1rem solid #dcdcdc;
  background: #ffffff;
  position: relative;
}

.p-ranking_row.p-ranking_row--header {
  border-color: #1272b5;
  border-bottom: none;
}

.p-ranking_divider {
  height: 0.1rem;
  background-color: #3b76a6;
}

.p-ranking_dataText,
.p-ranking_cell-nisaHeader,
.p-ranking_cell-docHeader,
.p-ranking_linkBtn,
.p-ranking_fundTypeBtn,
.p-ranking_statusBadge,
.p-ranking_row.p-ranking_row--header .p-ranking_cell-fund {
  white-space: nowrap;
}

.p-ranking_cell-fund {
  grid-area: fund;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.p-ranking_cell-nisa {
  grid-area: nisa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  gap: 0.8rem;
}

.p-ranking_cell-document {
  grid-area: doc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  gap: 0.8rem;
}

.p-ranking_cell-price {
  grid-area: price;
}

.p-ranking_cell-dayChange {
  grid-area: dayChange;
}

.p-ranking_cell-netAssets {
  grid-area: netAssets;
}

.p-ranking_cell-returnRate {
  grid-area: returnRate;
}

.p-ranking_cell-nisaHeader {
  grid-area: nisaHeader;
}

.p-ranking_cell-docHeader {
  grid-area: docHeader;
}

.p-ranking_dataText {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  text-align: center;
  padding: 0.8rem 1.0rem;
  color: #111;
}

.p-ranking_dataText.is-positive {
  color: #e60000;
}

.p-ranking_dataText.is-negative {
  color: #248ad5;
}

.p-ranking_rankWrap {
  width: 4.4rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.p-ranking_rankImage {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.p-ranking_rankBadge {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.4rem;
  background-color: #f0f8ff;
  color: #248ad5;
}

.p-ranking_itemContent {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.p-ranking_itemTitle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  word-break: break-word;
  color: #333;
}

.p-ranking_itemTitleUnderline {
  display: inline;
  text-decoration: none;
  color: #333;
  padding-bottom: 0.2rem;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.1rem;
}

.p-ranking_itemTitle:hover .p-ranking_itemTitleUnderline {
  animation: underlineDrawEffect 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes underlineDrawEffect {
  0% {
    background-position: right bottom;
    background-size: 100% 0.1rem;
  }

  50% {
    background-position: right bottom;
    background-size: 0% 0.1rem;
  }

  50.1% {
    background-position: left bottom;
    background-size: 0% 0.1rem;
  }

  100% {
    background-position: left bottom;
    background-size: 100% 0.1rem;
  }
}

.p-ranking_itemMeta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.0rem;
}

.p-ranking_fundTypeBtn {
  background: #8d703b;
  color: #fff;
  border: none;
  padding: 0.2rem 1rem;
  border-radius: 0.4rem;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: default;
}

.p-ranking_statusBadge {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  flex: 1;
  padding: 0.2rem 0;
  border-radius: 0.4rem;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-ranking_statusBadge.is-ranking_tsumitate {
  background-color: #e0f4e6;
  color: #3a8050;
}

.p-ranking_statusBadge.is-ranking_seicho {
  background-color: #e2ebf7;
  color: #486eb0;
}

.p-ranking_statusBadge.is-ranking_disabled {
  background-color: #f5f5f5;
  color: #888888;
}

.p-ranking_statusBadge.is-ranking_hidden {
  visibility: hidden;
}

.p-ranking_linkBtn {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(to bottom, #ffffff, #f0f0f0);
  border: 0.1rem solid #ccc;
  flex: 1;
  padding: 0.4rem 2rem 0.4rem 0.4rem;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #555;
  cursor: pointer;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.p-ranking_linkBtn:hover {
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  transform: translateY(-0.1rem);
}

.p-ranking_linkBtn .p-ranking_iconExternal {
  position: absolute;
  right: 0.6rem;
  width: 1.1rem;
  height: 1.1rem;
  color: #a0a0a0;
}

.p-ranking_linkBtn.is-ranking_hidden {
  visibility: hidden;
  pointer-events: none;
}

.p-ranking_row.p-ranking_row--header {
  background-color: #1272b5;
  color: #fff;
  border-radius: 0.6rem 0.6rem 0 0;
}

.p-ranking_row.p-ranking_row--header>div {
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
}

.p-ranking_errorMsg {
  padding: 4.0rem 2.0rem;
  text-align: center;
  color: #e60000;
  font-size: 1.4rem;
  font-weight: bold;
  background: #fff;
}

.p-ranking_scrollWrapper {
  position: relative;
  width: 100%;
}

.p-ranking_scrollArea {
  height: 72.1rem;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.p-ranking_scrollArea::-webkit-scrollbar {
  display: none;
}

.p-ranking_scrollArea.is_open {
  height: auto;
  overflow-y: visible;
}

.p-ranking_scrollbar {
  position: absolute;
  top: 0.4rem;
  right: -1.5rem;
  bottom: 0.4rem;
  width: 0.8rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
  display: none;
  z-index: 20;
  cursor: pointer;
}

.p-ranking_scrollbarThumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #1272b5;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.p-ranking_scrollbarThumb:hover,
.p-ranking_scrollbarThumb.is-dragging {
  background: #0f609a;
}

.p-ranking_showAllWrap {
  background: #1272b5;
  border-radius: 0 0 0.6rem 0.6rem;
}

.p-ranking_showAllBtn {
  width: 100%;
  background: transparent;
  color: #fff;
  border: none;
  padding: 1.2rem;
  font-size: 1.3rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}

.p-ranking_showAllBtn .p-ranking_iconDown {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s;
  margin-bottom: 0.2rem;
}

.p-ranking_showAllBtn.is-open .p-ranking_iconDown {
  transform: rotate(225deg);
  margin-bottom: -0.2rem;
  margin-top: 0.2rem;
}

@media screen and (min-width: 769px) {
  .p-ranking_row {
    grid-template-columns: 1fr 18.0rem 13.0rem 13.0rem;
    grid-template-areas:
      "fund nisa price dayChange"
      "fund doc  netAssets returnRate";
  }

  .p-ranking_row:not(.p-ranking_row--header) {
    grid-template-rows: 1fr 1fr;
  }

  .p-ranking_row.p-ranking_row--header {
    grid-template-columns: 1fr 18.0rem 13.0rem 13.0rem;
    grid-template-areas:
      "fund nisaHeader price dayChange"
      "fund docHeader netAssets returnRate";
  }

  .p-ranking_container .p-ranking_cell-fund {
    border-right: 0.1rem solid #eee;
    align-items: flex-start;
    padding: 1rem 2rem;
  }

  .p-ranking_container .p-ranking_cell-nisa,
  .p-ranking_container .p-ranking_cell-price,
  .p-ranking_container .p-ranking_cell-dayChange {
    border-bottom: 0.1rem solid #eee;
  }

  .p-ranking_container .p-ranking_cell-nisa,
  .p-ranking_container .p-ranking_cell-document,
  .p-ranking_container .p-ranking_cell-price,
  .p-ranking_container .p-ranking_cell-netAssets {
    border-right: 0.1rem solid #eee;
  }

  .p-ranking_row.p-ranking_row--header .p-ranking_cell-fund {
    border-right: 0.1rem solid #fff;
    justify-content: center;
    align-items: center;
  }

  .p-ranking_cell-nisaHeader {
    border-right: 0.1rem solid #fff;
    border-bottom: 0.1rem solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-ranking_cell-docHeader {
    border-right: 0.1rem solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-ranking_row.p-ranking_row--header .p-ranking_cell-price {
    border-right: 0.1rem solid #fff;
    border-bottom: 0.1rem solid #fff;
  }

  .p-ranking_row.p-ranking_row--header .p-ranking_cell-dayChange {
    border-bottom: 0.1rem solid #fff;
  }

  .p-ranking_row.p-ranking_row--header .p-ranking_cell-netAssets {
    border-right: 0.1rem solid #fff;
  }
}

#index {
  /* top-fund */
}

#index .p-fund {
  padding-block: 8rem 7rem;
  background: #fff;
}

.p-fund_underline {
  display: inline;
  text-decoration: underline transparent;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-color 0.4s ease;
  line-height: 1.6;
  color: #333;
}

.p-fund_item:hover .p-fund_underline,
.p-fund_modal_item a:hover .p-fund_underline {
  text-decoration-color: currentColor;
}

.p-fund_icon_arrow {
  width: 0.7rem;
  height: 1.2rem;
  color: #0076B9;
  flex-shrink: 0;
}

.p-fund_content {
  margin-top: 4.8rem;
  background: #fff;
  width: 100%;
  max-width: 84.0rem;
  margin-inline: auto;
  border-radius: 1.0rem;
  border: 0.1rem solid #E6E6E6;
  box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.03);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.p-fund_list {
  display: block;
  height: 48.0rem;
  overflow-y: scroll;
  overflow-x: hidden;
  list-style: none;
  padding: 0 2rem;
  margin: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.p-fund_list::-webkit-scrollbar {
  display: none;
}

.p-fund_list.is_open {
  height: auto !important;
  overflow-y: visible !important;
}

.p-fund_item {
  padding: 1.8rem 1.2rem 1.8rem 0;
  border-bottom: 0.1rem solid #F0F0F0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  transition: background-color 0.2s;
  gap: 2.0rem;
}

.p-fund_item:last-child {
  border-bottom: none;
}

.p-fund_item_box {
  display: flex;
  align-items: center;
  gap: 2.0rem;
  flex: 1;
}

.p-fund_rank {
  width: 4.4rem;
  height: 2.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.p-fund_rank img {
  width: 4.0rem;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 1;
}

.p-fund_rank_box {
  background: #F2F8FD;
  color: #0076B9;
  border: 0.1rem solid #E1EDF6;
  border-radius: 0.3rem;
  padding: 0.3rem 0.6rem;
  font-size: 1.1rem;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1;
  z-index: 2;
}

.p-fund_title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #333;
}

.p-fund_btn_outer {
  background: #1480C1;
  width: 100%;
  margin-top: -0.1rem;
}

.p-fund_btn {
  width: 100%;
  padding: 1.5rem 0;
  cursor: pointer;
  background: transparent;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0rem;
}

.p-fund_btn_icon {
  width: 1.1rem;
  height: 0.7rem;
  fill: none;
  stroke: #fff;
  stroke-width: 0.25rem;
  transition: transform 0.4s ease;
}

.p-fund_btn.is_active .p-fund_btn_icon {
  transform: rotate(-180deg);
}

.p-fund_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(0.4rem);
}

.p-fund_modal_content {
  background: #F7F5F2;
  width: 90%;
  max-width: 100.0rem;
  max-height: min(60.0rem, 80vh);
  padding: 5.0rem;
  position: relative;
  border-radius: 2.4rem;
  box-shadow: 0 2.5rem 6.0rem rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}

.p-fund_modal_close {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  width: 3.2rem;
  height: 3.2rem;
  background: #1480C1;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.p-fund_modal_close::before,
.p-fund_modal_close::after {
  content: '';
  position: absolute;
  width: 1.4rem;
  height: 0.2rem;
  background: #fff;
}

.p-fund_modal_close::before {
  transform: rotate(45deg);
}

.p-fund_modal_close::after {
  transform: rotate(-45deg);
}

.p-fund_modal_header {
  margin-bottom: 3.0rem;
  padding-left: 1.0rem;
}

.p-fund_modal_title {
  font-size: 1.4rem;
  margin: 0 0 0.5rem 0;
  font-weight: bold;
  color: #0076B9;
}

.p-fund_modal_subtitle {
  font-size: 1.4rem;
  color: #0076B9;
  font-weight: bold;
}

.p-fund_modal_wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.p-fund_modal_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  overflow-y: scroll;
  background: transparent;
  padding: 0 2.0rem 1.0rem 1.0rem;
  margin: 0;
  list-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.p-fund_modal_list::-webkit-scrollbar {
  display: none;
}

.p-fund_modal_item {
  width: calc((100% - 4.8rem) / 5);
}

.p-fund_modal_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 1.2rem 1.4rem;
  border-radius: 0.8rem;
  text-decoration: none;
  color: #333;
  font-size: 1.3rem;
  font-weight: 600;
  height: 100%;
  min-height: 5.4rem;
  box-shadow: 0 0.3rem 1.0rem rgba(0, 0, 0, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
  gap: 1.2rem;
}

.p-fund_modal_item a:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 0.8rem 2.0rem rgba(0, 0, 0, 0.07);
}

.p-fund_scrollbar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.8rem;
  background: #ffffff;
  z-index: 10;
  cursor: pointer;
  display: none;
  border-radius: 1.0rem;
}

.p-fund_scrollbar_thumb {
  position: absolute;
  width: 100%;
  left: 0;
  background: #1480C1;
  border-radius: 10.0rem;
  min-height: 4.0rem;
  top: 0;
  cursor: pointer;
  transition: background-color 0.2s;
}

.p-fund_scrollbar_thumb:hover,
.p-fund_scrollbar_thumb.is-dragging {
  background: #0f609a;
}

body.is_modal_open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

#index {
  /* top-campaign */
}

#index .p-campaign {
  padding-bottom: 7.1rem;
}

#index .p-campaign_content {
  margin-top: 5.9rem;
}

#index .p-campaign_img {
  width: min(100%, 104.2rem);
  margin-inline: auto;
  border-radius: 0.4rem;
  overflow: hidden;
}

#index .p-campaign_img img {
  aspect-ratio: 1042/310;
  object-fit: cover;
  height: auto;
  width: 100%;
}

#index .top-campaign_sliderTitle {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.3;
}

#index .p-campaign_sliderwrap {
  margin-top: 4.1rem;
}

#index .p-campaign_sliderTitle {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.3;
  text-align: center;
}

#index .p-campaign_slider {
  margin-top: 2.1rem;
  padding-bottom: 2.8rem;
}

#index .p-campaign_slider .slide-img {
  border-radius: 0.4rem;
  overflow: hidden;
}

#index .p-campaign_slider .slide-img img {
  aspect-ratio: 415/151;
  object-fit: cover;
  height: auto;
  width: 100%;
}

#index .p-campaign_slider .swiper-pagination {
  bottom: 0;
}

#index {
  /* top-line */
}

#index .p-line {
  position: relative;
  padding-block: 0 7.1rem;
  background: #F3F2EF;
}

#index .p-line_container {
  background: #06C755;
  border-radius: 1.6rem;
  padding: 3.7rem 5rem 5.528rem;
  position: relative;
}

#index .p-line_container::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 22.7rem;
  left: 0;
  top: 0;
  background: url(../img/index/top_line_bg01.png) center center/cover no-repeat;
}

#index .p-line_deco {
  width: fit-content;
  margin-inline: auto;
  padding: 1.6rem 3rem;
  background: #fff;
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  line-height: 1.5;
  z-index: 1;
  position: relative;
}

#index .p-line_deco::before {
  position: absolute;
  content: "";
  width: 4.8rem;
  height: 6rem;
  right: 3.3rem;
  top: 2rem;
  background: url(../img/index/icon_triangle02.svg) center center/contain no-repeat;
  z-index: -1;
}

#index .p-line_deco_underline {
  position: relative;
}

#index .p-line_deco_underline::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1rem;
  left: 0;
  bottom: 0;
  background: #FFEC6A;
  z-index: -1;
}

#index .p-line_headline {
  margin-top: 1.5rem;
  position: relative;
}

#index .p-line_headlineSub {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  text-align: center;
}

#index .p-line_headlineSub_small {
  font-size: 1.8rem;
  margin-left: -0.3rem;
  letter-spacing: 0em;
}

#index .p-line_headlineMain {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin-top: 0.235rem;
}

#index .p-line_contents {
  margin-top: 3rem;
  display: flex;
  gap: 3.8rem;
}

#index .p-line_content {
  background: #fff;
  border-radius: 1rem;
  padding: 4rem 1.4rem 2.8rem;
  width: 48.3676975945%;
}

#index .p-line_head {
  color: #06C755;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
  min-height: 10.8rem;
  display: grid;
  place-items: center;
}

#index .p-line_txt {
  width: min(100%, 45rem);
  margin-inline: auto;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.5;
  text-align: justify;
  font-size: 1.6rem;
  margin-top: 1.6rem;
}

#index .p-line_sliderwrap01 {
  position: relative;
  width: min(100%, 44.7rem);
  margin-inline: auto;
  margin-top: 4.9rem;
}

#index .p-line_sliderwrap02 {
  position: relative;
  width: min(100%, 34.25rem);
  margin-inline: auto;
  margin-top: 3.9rem;
}

#index .p-line_slider_btns {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}

#index .p-line_slider_btn01 {
  width: 3.15rem;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 100vh;
  background: #06C755;
  border: 0.15rem solid #fff;
  top: 42%;
  position: absolute;
  display: grid;
  place-items: center;
  pointer-events: all;
  cursor: pointer;
}

#index .p-line_slider_btn01 svg {
  width: 0.6563rem;
}

#index .p-line_slider_btn01_prev01,
#index .p-line_slider_btn01_prev02 {
  left: 0;
  transform: translateY(-50%) translateX(-50%);
}

#index .p-line_slider_btn01_next01,
#index .p-line_slider_btn01_next02 {
  right: 0;
  transform: translateY(-50%) translateX(50%);
}

#index .p-line_slider_btn01_prev01,
#index .p-line_slider_btn01_next01 {
  top: 36%;
}

#index .p-line_slider_btn01_prev02,
#index .p-line_slider_btn01_next02 {
  top: 42%;
}

#index .p-line_slider01 {
  margin-top: 2.3rem;
  padding-bottom: 6.44rem;
}

#index .p-line_slider01 .swiper-slide {
  z-index: 1;
  scale: 0.4;
  z-index: 1;
  background: #fff;
  opacity: 0.7;
  width: 87.1684444444%;
  transform: translateX(-410%);
}

#index .p-line_slider01 .swiper-slide-prev,
#index .p-line_slider01 .swiper-slide-next {
  z-index: 2;
  scale: 0.6157197559;
  position: relative;
  transition: all 0.4s ease;
}

#index .p-line_slider01 .swiper-slide-prev::before,
#index .p-line_slider01 .swiper-slide-next::before {
  position: absolute;
  content: "";
  inset: 0;
}

#index .p-line_slider01 .swiper-slide-prev {
  filter: grayscale(30%);
  transform: translateX(120%);
}

#index .p-line_slider01 .swiper-slide-prev::before {
  background-color: rgba(0, 0, 0, 0.09);
}

#index .p-line_slider01 .swiper-slide-next {
  transform: translateX(-125%);
}

#index .p-line_slider01 .swiper-slide-next::before {
  background-color: rgba(0, 0, 0, 0.05);
}

#index .p-line_slider01 .swiper-slide-active {
  scale: 1;
  z-index: 3;
  filter: none;
  opacity: 1;
  transform: unset;
}

#index .p-line_slider01 .slide-img img {
  aspect-ratio: 392.258/265.502;
  object-fit: contain;
  height: auto;
  width: 100%;
}

#index .p-line_slider01 .swiper-pagination {
  bottom: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#index .p-line_slider01 .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
  margin: 0;
  margin-left: 0.9rem;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  border: 0;
  outline: none;
  background-color: #D3D3D3;
  border-radius: 100vh;
  opacity: 1;
  transition: all 0.3s ease;
}

#index .p-line_slider01 .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

#index .p-line_slider01 .swiper-pagination-bullet:nth-child(n+5) {
  display: none;
}

#index .p-line_slider01 .swiper-pagination-bullet-active {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #06C755;
  border-radius: 100vh;
}

#index .p-line_slider02 {
  padding-bottom: 2.545rem;
}

#index .p-line_slider02 .swiper-slide {
  width: min(100%, 16.322rem);
  margin-inline: auto;
  scale: 0.5460538408;
  opacity: 0.3;
}

#index .p-line_slider02 .slide-img {
  box-shadow: 4.295px 4.295px 8.591px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 0.5rem;
}

#index .p-line_slider02 .slide-img img {
  aspect-ratio: 163.222/337.182;
  object-fit: contain;
  height: auto;
  width: 100%;
}

#index .p-line_slider02 .swiper-slide-prev {
  filter: grayscale(60%);
  translate: 50%;
  transition: 0.5s ease;
}

#index .p-line_slider02 .swiper-slide-prev::before {
  background-color: rgba(0, 0, 0, 0.09);
}

#index .p-line_slider02 .swiper-slide-next {
  translate: -50%;
  transition: 0.5s ease;
}

#index .p-line_slider02 .swiper-slide-next::before {
  background-color: rgba(0, 0, 0, 0.05);
}

#index .p-line_slider02 .swiper-slide-active {
  scale: 1;
  z-index: 3;
  filter: none;
  opacity: 1;
}

#index .p-line_slider02 .swiper-pagination {
  bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#index .p-line_slider02 .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
  margin: 0;
  margin-left: 0.9rem;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  border: 0;
  outline: none;
  background-color: #D3D3D3;
  border-radius: 100vh;
  opacity: 1;
  transition: all 0.3s ease;
}

#index .p-line_slider02 .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

#index .p-line_slider02 .swiper-pagination-bullet:nth-child(n+4) {
  display: none;
}

#index .p-line_slider02 .swiper-pagination-bullet-active {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #06C755;
  border-radius: 100vh;
}

#index .line_attention {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.5;
  text-align: right;
  margin-top: 0.772rem;
}

#index .p-line_follow_pc {
  margin-top: 3.744rem;
  border-radius: 1rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4.3rem 9.6rem 4.2rem 2rem;
}

#index .p-line_followheadline {
  position: relative;
  z-index: 1;
  margin-bottom: 1.3rem;
}

#index .p-line_followheadline_large {
  color: #06C755;
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0em;
  position: relative;
}

#index .p-line_followheadline_large::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1rem;
  left: 0;
  bottom: 0;
  background: #FFEC6A;
  z-index: -1;
}

#index .p-line_followheadline_small {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-top: 1rem;
  color: #06C755;
}

#index .p-line_followicon {
  width: min(100%, 4.3rem);
  aspect-ratio: 1/1;
  margin-left: 5rem;
}

#index .p-line_followicon img {
  aspect-ratio: 1/1;
  object-fit: contain;
  height: auto;
  width: 100%;
}

#index .p-line_followheadline_qr {
  width: min(100%, 16.8rem);
  margin-left: 3.3rem;
}

#index .p-line_followheadline_qr img {
  aspect-ratio: 1/1;
  object-fit: contain;
  height: auto;
  width: 100%;
}

#index .p-line_follow_sp {
  display: none;
}

#index .p-line_follow_sp_txt {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #06C755;
  text-align: center;
}

#index .p-line_follow_sp_btn {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
}

#index {
  /*top-attention*/
}

#index .p-attention {
  padding-block: 9.05rem;
  background: #fff;
}

#index .p-attention_items {
  width: min(100%, 98rem);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

#index .p-attention_item:first-of-type {
  padding-bottom: 2.3rem;
}

#index .p-attention_headline {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.3;
  color: #000000;
}

#index .p-attention_textwrap {
  margin-top: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}

#index .p-attention_text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.5;
}

#index .p-attention_text-bold {
  font-weight: 700;
  line-height: 1.8;
}

#index .p-attention_text02 {
  line-height: 1.8571428571;
}

#index .p-attention_text04 {
  margin-top: 0.7rem;
}

#index .p-attention-red {
  color: #D93B1E;
  font-weight: 700;
  line-height: 1.5;
}

#index {
  /*top-information*/
}

#index .p-information {
  background: #F3F2EF;
}

#index .p-information_content {
  padding-block: 6.9rem 7.2rem;
  width: min(100%, 83.2rem);
  margin-inline: auto;
}

#index .p-information_list {
  display: grid;
  gap: 8rem;
  grid-template-columns: repeat(2, 1fr);
}

#index .p-information_card {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0.33rem 0 rgba(202, 202, 202, 0.27);
  transition: 0.3s ease;
}

#index .p-information_image {
  width: 100%;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}

#index .p-information_image img {
  aspect-ratio: 376/202;
  object-fit: cover;
  height: auto;
  width: 100%;
}

#index .p-information_textBlock {
  width: 100%;
  position: relative;
  padding: 1.3rem 1.6rem 1.7rem;
}

#index .p-information_badge {
  width: fit-content;
  margin-inline: auto;
  padding: 0.65rem;
  width: min(100%, 21.2rem);
  background: #4097D4;
  border-radius: 3.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

#index .p-information_title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #464646;
  letter-spacing: 0.02em;
  line-height: 1.44;
  text-align: center;
  margin-top: 1rem;
  letter-spacing: 0em;
}

#index .p-information_icon {
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1rem;
  aspect-ratio: 9.74/15.58;
  height: auto;
}

#index .p-information_icon img {
  aspect-ratio: 9.74/15.58;
  object-fit: contain;
  height: auto;
  width: 100%;
}

#index .p-totop {
  position: fixed;
  bottom: 10rem;
  right: calc(50% - 65.4rem);
  width: 4.6rem;
  height: 4.6rem;
  display: grid;
  place-items: center;
  background: #0A71B4;
  border-radius: 100vh;
  transition: 0.3s ease;
  z-index: 30;
}

#index .p-totop img {
  aspect-ratio: 15.33/9.58;
  object-fit: contain;
  height: auto;
  width: 1.533rem;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }

  .pc {
    display: none !important;
  }

  p,
  dt,
  dd,
  li,
  th,
  td,
  input,
  button,
  textarea,
  select {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  img {
    width: 100%;
  }

  .sp-tac {
    text-align: center !important;
  }

  .sp-tar {
    text-align: right !important;
  }

  .sp-tal {
    text-align: left !important;
  }

  .l-container {
    overflow: visible;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  .p-item01 {
    padding: 0 0.45rem;
  }

  .p-item01_image {
    width: min(100%, 24rem);
    margin-left: 0;
  }

  .p-item01_image img {
    aspect-ratio: 240/33;
  }

  .p-item01_text {
    font-size: 1.2rem;
    margin-top: 1rem;
    padding-left: 1.6rem;
  }

  .p-item01_icon {
    width: 1.2rem;
    height: 1.2rem;
    right: 0.8rem;
    transform: translateY(-50%);
    top: 46%;
  }

  .p-item01_icon::before {
    width: 0.2rem;
  }

  .p-item01_icon::after {
    height: 0.2rem;
  }

  .p-item01.is-open .p-item01_icon {
    transform: rotate(180deg);
    bottom: auto;
    top: 44%;
  }

  .p-item01_button {
    padding: 1rem 0 1.8rem;
  }

  .p-item01_content {
    margin-top: 0;
    padding-top: 0;
  }

  .p-item01.is-open .p-item01_content {
    padding-top: 1.5rem;
  }

  .p-item01_contentContainer {
    padding: 2rem 1.1rem 2.4rem 1.6rem;
  }

  .p-item01_contentClose {
    font-size: 1.2rem;
    padding: 0.8rem;
  }

  .p-item01_contentList {
    gap: 3.3rem;
    padding: 0 0 2rem;
  }

  .p-item01_contentItem {
    gap: 1.6rem;
  }

  .p-item01_contentRowInner {
    flex-direction: column;
    justify-content: flex-end;
    gap: 2.1rem;
    height: 16.3rem;
  }

  .p-item01_buttons {
    width: 100%;
    flex-direction: column;
    gap: 0.9rem;
    flex: unset;
  }

  .p-item01_contentFooter {
    margin-left: 0;
    margin-top: 0;
  }

  .p-item01_contentSeriesLink {
    font-size: 1.4rem;
    padding: 0.8rem;
  }

  .p-item01_description {
    grid-column: 1/-1;
    grid-row: 2;
    margin-top: 0;
    font-size: 1.2rem;
  }

  .p-item01_title {
    line-height: 1.5em;
  }

  .p-item01_contentInner {
    display: grid;
    grid-template-columns: 16.3fr 12fr;
    grid-template-rows: auto auto;
    gap: 1.6rem 1.2rem;
  }

  .p-item01_contentImage {
    grid-column: 1;
    grid-row: 1;
    width: min(100%, 16.3rem);
  }

  .p-item01_contentBody {
    display: contents;
  }

  .p-item01_contentRow {
    grid-column: 2;
    grid-row: 1;
    flex-direction: row;
    align-items: flex-end;
    gap: 1.2rem;
  }

  .p-item01_tags:has(.p-item01_tag)::before {
    width: 100%;
    height: 0.1rem;
    bottom: -1.2rem;
    left: 0;
    right: unset;
    top: unset;
  }

  .p-item01_tag {
    width: min(100%, 5.8rem);
    font-size: 1.1rem;
    padding: 0.42rem 0.3rem;
    min-width: unset;
  }

  .p-item01_link {
    width: min(100%, 12rem);
    min-width: unset;
    font-size: 1.2rem;
    padding: 1.35rem 0.8rem;
  }

  .c-btn01 {
    min-height: unset;
    flex-direction: column;
    border-radius: 0 0 1rem 1rem;
  }

  .c-btn01_deco {
    width: 4.8rem;
    height: 4.8rem;
    font-size: 1.4rem;
    top: -1.3rem;
    left: -1rem;
  }

  .c-btn01_txt {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.1875;
    padding: 0.7rem 1rem;
    border-radius: 1rem 1rem 0 0;
  }

  .c-btn01_icon {
    width: 100%;
    padding: 1rem;
    border-radius: 0 0 1rem 1rem;
    border-left: 1.704px solid #F8F7F5;
    border-top: none;
  }

  .c-btn01_icon img {
    width: 5.3rem;
  }

  .c-btn01_icon01 img {
    margin-bottom: -0.8rem;
  }

  .c-btn01_icon02 img {
    margin-bottom: -0.8rem;
  }

  .c-headline01_content {
    margin-top: 0.7rem;
    gap: 1rem;
    padding-right: 0;
  }

  .c-headline01_label {
    font-size: 1.4rem;
    padding: 0.6rem 1rem;
    border-radius: 2rem;
    min-width: 6.6rem;
    margin-top: 0.4rem;
  }

  .c-headline01_title {
    font-size: 2.1rem;
  }

  .c-headline02 {
    background: url(../img/index/bg01.png) center center/100% 100% no-repeat;
    padding-block: 2rem 1.2rem;
  }

  .c-headline02_text {
    font-size: 2.1rem;
  }

  .c-headline02_icon {
    width: 3.9rem;
    height: 3.9rem;
    margin-top: 0.8rem;
  }

  .p-header {
    width: 100%;
    height: 3.6rem;
  }

  .p-header_inner {
    justify-content: flex-start;
    padding-inline: 2rem;
  }

  .p-header_logo {
    width: min(100%, 13.5rem);
  }

  .p-header_nav {
    display: none;
  }

  .p-header_navLink {
    text-align: left;
    padding: 1rem 0;
  }

  .p-header_lineButtonLink {
    width: 100%;
  }

  .p-header_riskButtonLink_sp {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 10.4rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #222222;
    z-index: 1500;
    padding: 0.8rem 1rem;
    transition: transform 0.3s ease;
  }

  .p-header_riskButtonLink_sp.is-header-hidden {
    transform: translateY(-100%);
  }

  .p-header_riskButtonText_sp {
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    display: block;
  }

  html.is-drawer-open {
    overflow: hidden;
  }

  body.is-drawer-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }

  .p-drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #F3F2EF;
    z-index: 60;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 6.6rem 1.3rem 13.1rem;
  }

  .p-drawer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .p-drawer_nav {
    width: min(100%, 60rem);
    margin-inline: auto;
  }

  .p-drawer_navItem {
    border-bottom: 0.1rem solid #C5D7E0;
  }

  .p-drawer_navLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.7rem 2.2rem;
  }

  .p-drawer_navText {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0A71B4;
    letter-spacing: 0.07em;
    line-height: 1.6875em;
  }

  .p-drawer_navArrow {
    display: grid;
    place-items: center;
    width: 0.5rem;
    aspect-ratio: 3.5/7;
    flex-shrink: 0;
  }

  .p-bottom-nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1.2rem 0.4rem;
  }

  .p-bottom-nav::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(-90deg, rgb(71, 182, 239) 0%, rgb(15, 119, 189) 100%);
    z-index: -1;
    transition: 0.5s ease;
  }

  .p-bottom-nav_list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .p-bottom-nav_link {
    padding: 0.02rem 0.3rem 0.04rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 7.1rem;
    height: 7.1rem;
    background: #FFFFFF;
    border-radius: 0.6rem;
  }

  .p-bottom-nav_link-line {
    background: #06C755;
    padding-block: 0.7rem 0.1rem;
  }

  .p-bottom-nav_link_menu {
    padding-block: 1.6rem 0.1rem;
  }

  .p-bottom-nav_icon {
    display: inline-block;
    width: min(100%, 4.2rem);
  }

  .p-bottom-nav_icon img {
    aspect-ratio: 1/1;
    object-fit: contain;
    height: auto;
    width: 100%;
  }

  .p-bottom-nav_text {
    font-size: 1rem;
    font-weight: 700;
    color: #0A71B4;
    letter-spacing: 0;
    line-height: 2.7;
    text-align: center;
  }

  .p-bottom-nav_text-white {
    color: #fff;
  }

  .p-bottom-nav_text-lineup {
    line-height: 1.4;
  }

  .p-bottom-nav_text-nisa {
    line-height: 1.2;
  }

  .p-bottom-nav_menuIcon {
    display: block;
    width: 3rem;
    height: 1.9rem;
    position: relative;
  }

  .p-bottom-nav_menuLine {
    position: absolute;
    display: inline-block;
    width: 3rem;
    height: 0.2rem;
    background: #0A71B4;
    left: 50%;
    transform: translateX(-50%);
    transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  }

  .p-bottom-nav_menuLine:nth-of-type(1) {
    top: 0;
  }

  .p-bottom-nav_menuLine:nth-of-type(2) {
    top: 0.9rem;
  }

  .p-bottom-nav_menuLine:nth-of-type(3) {
    top: 1.9rem;
  }

  .p-bottom-nav_link_menu.is-open .p-bottom-nav_menuLine:nth-of-type(1) {
    top: 0.9rem;
    transform: translateX(-50%) rotate(45deg);
  }

  .p-bottom-nav_link_menu.is-open .p-bottom-nav_menuLine:nth-of-type(2) {
    opacity: 0;
  }

  .p-bottom-nav_link_menu.is-open .p-bottom-nav_menuLine:nth-of-type(3) {
    top: 0.9rem;
    transform: translateX(-50%) rotate(-45deg);
  }

  .u-ml01 {
    margin-left: 0.6rem;
  }

  .u-ml02 {
    margin-left: 0;
  }

  .p-logo_sp {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 3.5rem;
    left: 0;
    width: 100%;
    z-index: 50;
    padding-block: 0.6rem 0.7rem;
  }

  .footer {
    padding: 6rem 2rem 15rem 2rem;
  }

  .footer-wrap {
    width: auto;
    max-width: none;
    margin: 0;
  }

  .footer-01>ul {
    line-height: 1.5;
    margin: 0;
  }

  .footer-01>ul>li {
    display: block;
    padding: 0;
    margin: 0;
    border-right: none;
  }

  .footer-01>ul>li+li {
    padding: 0;
    margin-top: 2.4rem;
  }

  .footer-01>ul>li:last-child {
    margin: 2.4rem 0 0 0;
  }

  .footer-01>ul>li>a {
    transition: none;
  }

  .footer-02 {
    flex-wrap: wrap;
    margin-top: 4.8rem;
    padding: 0;
    border-top: solid 1px #707070;
  }

  .footer-02-01 {
    flex: auto;
    margin: 2.4rem 0 0 0;
    padding: 0;
    text-align: left;
  }

  .footer-02-01-inner {
    display: block;
  }

  .footer-02-01-inner>dl {
    font-size: 1rem;
  }

  .footer-02-01-inner>dl>dt {
    font-size: 1rem;
  }

  .footer-02-01-inner>dl>dd {
    font-size: 1rem;
  }

  .footer-02-02 {
    margin: 4.8rem auto 0 auto;
  }

  .footer.footer-v2 {
    padding: 6rem 2rem;
    text-align: left;
  }

  .footer-03-inner>dl {
    font-size: 1rem;
  }

  .footer-03-inner>dl>dt>br,
  .footer-03-inner>dl>dd>br {
    display: none;
  }

  #index .p-mv {
    padding-block: 10.7rem 2.6rem;
  }

  #index .p-mv_inner {
    width: min(100%, 100% - 2rem);
  }

  #index .p-mv_content {
    flex-direction: column;
    padding-inline: 0;
  }

  #index .p-mv_textwrap {
    display: contents;
  }

  #index .p-mv_logo {
    display: none;
    order: 1;
  }

  #index .p-mv_logo::before {
    width: 100vw;
    height: 4.1rem;
    top: 48%;
  }

  #index .p-mv_textblock {
    order: 3;
    width: 100%;
  }

  #index .p-mv_lead {
    font-size: 2rem;
    margin-top: 2.2rem;
  }

  #index .p-mv_amount {
    font-size: 3rem;
    margin-top: 0.2rem;
    line-height: 1;
    padding-left: 0;
  }

  #index .p-mv_amount_small {
    font-size: 2.2rem;
  }

  #index .p-mv_amount_big {
    font-size: 4.4rem;
    margin-left: 0;
    margin-right: 0.4rem;
  }

  #index .p-mv_note {
    margin-top: 1.3rem;
    font-size: 1.4rem;
    line-height: 1.2;
    padding-left: 0;
  }

  #index .p-mv_note_mid {
    font-size: 1.8rem;
    letter-spacing: -0.08em;
  }

  #index .p-mv_note_big {
    font-size: 2rem;
  }

  #index .p-mv_date {
    font-size: 1.1rem;
    margin-left: 0;
    margin-top: 0.6rem;
  }

  #index .p-mv_sliderwrap {
    order: 2;
  }

  #index .p-mv_slider_btn01 {
    width: 2.1rem;
    top: 46%;
  }

  #index .p-mv_slider_btn01 svg {
    width: 0.4375rem;
  }

  #index .p-mv_slider_btn01_prev01 {
    left: -0.5rem;
  }

  #index .p-mv_slider_btn01_next01 {
    right: -0.5rem;
  }

  #index .p-mv_slider {
    width: 35.4rem;
    padding-bottom: 1.4rem;
  }

  #index .p-mv_slider .slide-img {
    border-radius: 0.8rem;
  }

  #index .p-mv_slider .swiper-pagination-bullet {
    width: 0.7rem;
    height: 0.7rem;
    margin-left: 1.1rem;
  }

  #index .p-mv_slider .swiper-pagination-bullet-active {
    width: 4.1rem;
    height: 0.7rem;
  }

  #index .p-mv_image img {
    aspect-ratio: 354/129;
  }

  #index .p-mv_textbody {
    width: 100%;
    padding: 0.9rem 3rem 0.9rem 1rem;
    min-height: 6.9rem;
    display: flex;
    align-items: center;
  }

  #index .p-mv_badge {
    position: absolute;
    width: min(100%, 14.9rem);
    font-size: 1rem;
    padding: 0.4rem;
    margin-inline: auto;
    top: -2.5rem;
    left: 0.8rem;
  }

  #index .p-mv_title {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-top: 0;
    text-align: left;
  }

  #index .p-mv_icon {
    right: 2rem;
    width: 0.9rem;
  }

  #index .p-nav {
    padding-top: 4rem;
  }

  #index .p-nav_list {
    gap: 1.2rem;
    padding-right: 0;
  }

  #index .p-nav_item {
    flex: 1;
  }

  #index .p-lineup {
    padding-block: 4rem 3.1rem;
  }

  #index .p-lineup_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 2.7rem;
  }

  #index .p-nisa {
    padding-block: 3.1rem 0;
    background: #fff;
  }

  #index .p-nisa_headline .c-headline01_icon {
    background: #F3F2EF;
  }

  #index .p-nisa_items {
    margin-top: 1.8rem;
  }

  #index .p-nisa_item {
    width: 100%;
  }

  #index .p-nisa_item+.p-nisa_item {
    margin-top: 1rem;
  }

  #index .p-nisa_itemButton {
    border-radius: 0.6rem;
    height: 6.2rem;
    display: flex;
    justify-content: space-between;
    padding: 1.8rem;
  }

  #index .p-nisa_itemText {
    font-size: 1.5rem;
    text-align: left;
  }

  #index .p-nisa_itemIcon {
    width: 1.2rem;
    height: 1.2rem;
    right: 1.4rem;
  }

  #index .p-nisa_itemContent {
    border-radius: 0 0 0.4rem 0.4rem;
    margin-top: 0;
    padding-top: 0;
  }

  #index .p-nisa_item.is-open .p-nisa_itemContent {
    padding-top: 1.4rem;
    padding-bottom: 1.9rem;
  }

  #index .p-nisa_itemContentInner {
    gap: 0.7rem;
  }

  #index .p-nisa_itemCard {
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    padding: 1.1rem 0.5rem;
  }

  #index .p-nisa_itemCardText {
    font-size: 1rem;
    line-height: 1.3em;
    text-align: center;
  }

  #index .p-nisa_itemClose {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.9rem;
  }

  #index .p-nisa_itemCloseButton {
    width: 100%;
    height: 3.6rem;
    font-size: 1.1rem;
  }

  #index .p-ranking {
    padding-block: 3rem 0;
  }

  #index .p-ranking_content {
    margin-top: 1.8rem;
    margin-inline: calc(50% - 50vw);
    border-radius: 0;

  }

  .p-ranking_container {
    padding: 1.0rem 1.5rem 1.0rem 1.0rem;
  }

  .p-ranking_notes {
    flex-direction: column-reverse;
    gap: 0.4rem 0;
    margin-bottom: 0.8rem;
  }

  .p-ranking_annotation {
    font-size: 0.8rem;
  }

  .p-ranking_baseDate {
    font-size: 1.1rem;
    text-align: right;
  }

  .p-ranking_tab {
    font-size: 1.2rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: 1.3;
    padding: 1.3rem 1.25rem;
  }

  .p-ranking_tab.is-active {
    margin-top: -0.4rem;
    padding-bottom: 1.5rem;
  }

  .p-ranking_tab.is-inactive {
    margin-top: 0;
  }

  .p-ranking_row {
    grid-template-columns: 33% 33% 34%;
    grid-template-rows: repeat(8, 1fr);
  }

  .p-ranking_container .p-ranking_row:not(.p-ranking_row--header) .p-ranking_cell-fund {
    grid-area: 1 / 1 / 6 / 3;
    border-bottom: 0.1rem solid #dcdcdc;
    border-right: 0.1rem solid #dcdcdc;
    padding: 0.6rem;
    align-items: center;
  }

  .p-ranking_container .p-ranking_row:not(.p-ranking_row--header) .p-ranking_cell-nisa {
    grid-area: 6 / 1 / 9 / 2;
    border-right: 0.1rem solid #dcdcdc;
    padding: 0.5rem;
  }

  .p-ranking_container .p-ranking_row:not(.p-ranking_row--header) .p-ranking_cell-document {
    grid-area: 6 / 2 / 9 / 3;
    border-right: 0.1rem solid #dcdcdc;
    padding: 0.5rem;
  }

  .p-ranking_container .p-ranking_row:not(.p-ranking_row--header) .p-ranking_cell-price {
    grid-area: 1 / 3 / 3 / 4;
    border-bottom: 0.1rem solid #dcdcdc;
    padding: 0.2rem;
  }

  .p-ranking_container .p-ranking_row:not(.p-ranking_row--header) .p-ranking_cell-dayChange {
    grid-area: 3 / 3 / 5 / 4;
    border-bottom: 0.1rem solid #dcdcdc;
    padding: 0.2rem;
  }

  .p-ranking_container .p-ranking_row:not(.p-ranking_row--header) .p-ranking_cell-netAssets {
    grid-area: 5 / 3 / 7 / 4;
    border-bottom: 0.1rem solid #dcdcdc;
    padding: 0.2rem;
  }

  .p-ranking_container .p-ranking_row:not(.p-ranking_row--header) .p-ranking_cell-returnRate {
    grid-area: 7 / 3 / 9 / 4;
    border-bottom: none;
    padding: 0.2rem;
  }

  .p-ranking_container .p-ranking_row.p-ranking_row--header {
    grid-template-rows: repeat(4, 1fr);
  }

  .p-ranking_container .p-ranking_row.p-ranking_row--header .p-ranking_cell-fund {
    grid-area: 1 / 1 / 4 / 3;
    border-bottom: 0.1rem solid #fff;
    border-right: 0.1rem solid #fff;
    justify-content: center;
    align-items: center;
    padding: 0.6rem;
  }

  .p-ranking_container .p-ranking_row.p-ranking_row--header .p-ranking_cell-nisaHeader {
    grid-area: 4 / 1 / 5 / 2;
    border-right: 0.1rem solid #fff;
    padding: 0.4rem 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-ranking_container .p-ranking_row.p-ranking_row--header .p-ranking_cell-docHeader {
    grid-area: 4 / 2 / 5 / 3;
    border-right: 0.1rem solid #fff;
    padding: 0.4rem 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-ranking_container .p-ranking_row.p-ranking_row--header .p-ranking_cell-price {
    grid-area: 1 / 3 / 2 / 4;
    border-bottom: 0.1rem solid #fff;
    padding: 0.4rem 0.2rem;
  }

  .p-ranking_container .p-ranking_row.p-ranking_row--header .p-ranking_cell-dayChange {
    grid-area: 2 / 3 / 3 / 4;
    border-bottom: 0.1rem solid #fff;
    padding: 0.4rem 0.2rem;
  }

  .p-ranking_container .p-ranking_row.p-ranking_row--header .p-ranking_cell-netAssets {
    grid-area: 3 / 3 / 4 / 4;
    border-bottom: 0.1rem solid #fff;
    padding: 0.4rem 0.2rem;
  }

  .p-ranking_container .p-ranking_row.p-ranking_row--header .p-ranking_cell-returnRate {
    grid-area: 4 / 3 / 5 / 4;
    border-bottom: none;
    padding: 0.4rem 0.2rem;
  }

  .p-ranking_container .p-ranking_row.p-ranking_row--header>div {
    font-size: 1.1rem;
  }

  .p-ranking_cell-nisa,
  .p-ranking_cell-document {
    flex-direction: column;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.2rem 0.4rem;
  }

  .p-ranking_container .p-ranking_dataText {
    font-size: 1.1rem;
    padding: 0.4rem;
    line-height: 1.3;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .p-ranking_cell-fund {
    gap: 0.6rem;
  }

  .p-ranking_scrollArea {
    height: 69.7rem;
  }

  .p-ranking_itemContent {
    justify-content: center;
    height: auto;
    gap: 0.4rem;
  }

  .p-ranking_itemMeta {
    justify-content: flex-end;
    padding-top: 0;
  }

  .p-ranking_itemTitle {
    font-size: 1.1rem;
  }

  .p-ranking_fundTypeBtn {
    padding: 0.2rem 0.6rem;
    font-size: 0.9rem;
    margin: 0;
  }

  .p-ranking_rankWrap {
    width: 2.8rem;
    align-items: center;
  }

  .p-ranking_rankBadge {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.0rem;
  }

  .p-ranking_linkBtn {
    padding: 0.4rem 1.6rem 0.4rem 0.4rem;
    font-size: 1.0rem;
    width: 100%;
  }

  .p-ranking_linkBtn .p-ranking_iconExternal {
    right: 0.4rem;
    width: 0.9rem;
    height: 0.9rem;
  }

  .p-ranking_statusBadge {
    padding: 0.2rem 0;
    font-size: 1.0rem;
    width: 100%;
  }

  .p-ranking_row.p-ranking_row--header .p-ranking_dataText {
    background-color: #1272b5;
  }

  .p-ranking_scrollbar {
    right: -1rem;
    width: 0.6rem;
  }

  #index .p-fund {
    padding-block: 2.8rem 4rem;
  }

  .p-fund_content {
    margin-top: 2.4rem;
  }

  .p-fund_modal {
    background: #F7F5F2;
    backdrop-filter: none;
  }

  .p-fund_modal_content {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    border-radius: 0;
    box-shadow: none;
    padding: 10.0rem 2.4rem 8.0rem;
  }

  .p-fund_modal_header {
    margin-bottom: 4.5rem;
  }

  .p-fund_list {
    height: 44.0rem;
    padding: 0 1.5rem;
  }

  .p-fund_item {
    padding: 1.4rem 0;
  }

  .p-fund_item_box {
    gap: 1rem;
  }

  .p-fund_rank {
    width: 3.2rem;
    height: 1.8rem;
  }

  .p-fund_rank img {
    width: 2.8rem;
  }

  .p-fund_title {
    font-size: 1.4rem;
  }

  .p-fund_modal_item {
    width: calc((100% - 1.2rem) / 2);
  }

  .p-fund_modal_list {
    padding-right: 3.2rem;
  }

  .p-fund_scrollbar {
    display: block;
    right: 0.8rem;
  }

  .p-fund_btn {
    padding: 1rem 0;
    font-size: 1.3rem;
  }

  #index .p-campaign {
    padding-bottom: 3rem;
  }

  #index .p-campaign_content {
    margin-top: 1.3rem;
  }

  #index .p-campaign_img {
    width: 100%;
  }

  #index .p-campaign_img img {
    aspect-ratio: 335/125;
  }

  #index .top-campaign_sliderTitle {
    font-size: 1.4rem;
    text-align: left;
  }

  #index .p-campaign_sliderwrap {
    margin-top: 1.6rem;
  }

  #index .p-campaign_sliderTitle {
    text-align: left;
    font-size: 1.4rem;
  }

  #index .p-campaign_slider {
    margin-right: calc(50% - 50vw);
    margin-top: 0.8rem;
    padding-bottom: 3.2rem;
  }

  #index .p-campaign_slider .swiper-slide {
    width: min(100%, 14.8rem);
  }

  #index .p-campaign_slider .slide-img img {
    aspect-ratio: 148/50;
  }

  #index .p-line {
    padding-block: 0 6.2rem;
  }

  #index .p-line_container {
    padding: 2.4rem 0.75rem 1rem;
    border-radius: 1rem;
  }

  #index .p-line_container::before {
    background-image: url(../img/index/top_line_bg_sp01.png);
    height: 20.8rem;
  }

  #index .p-line_deco {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 0.8rem;
    text-align: center;
    width: min(100%, 26rem);
    transform: translateX(0.5rem);
  }

  #index .p-line_deco::before {
    top: 1.8rem;
  }

  #index .p-line_headline {
    margin-top: 1.9rem;
  }

  #index .p-line_headlineSub {
    font-size: 2.6rem;
    letter-spacing: 0.04em;
    padding-left: 1.8rem;
  }

  #index .p-line_headlineSub_small {
    margin-left: -0.3rem;
  }

  #index .p-line_headlineMain {
    margin-top: 0.5rem;
    font-size: 2.8rem;
  }

  #index .p-line_headlineMain-en {
    font-size: 3.2rem;
  }

  #index .p-line_contents {
    flex-direction: column;
    gap: 1.9rem;
    margin-top: 2.4rem;
  }

  #index .p-line_content {
    padding: 2.3rem 1.6rem 1rem;
    width: 100%;
  }

  #index .p-line_head {
    font-size: 1.6rem;
    min-height: unset;
  }

  #index .p-line_txt {
    width: 100%;
    font-size: 1.3rem;
    margin-top: 1.9rem;
  }

  #index .p-line_sliderwrap01 {
    width: min(100%, 25.7rem);
    margin-top: 2.1rem;
  }

  #index .p-line_sliderwrap02 {
    margin-top: 1.7rem;
    width: min(100%, 26.6rem);
  }

  #index .p-line_slider_btn01 {
    width: 2.1rem;
    top: 47%;
  }

  #index .p-line_slider_btn01 svg {
    width: 0.4375rem;
  }

  #index .p-line_slider_btn01_prev01,
  #index .p-line_slider_btn01_prev02 {
    left: -0.5rem;
  }

  #index .p-line_slider_btn01_next01,
  #index .p-line_slider_btn01_next02 {
    right: -0.5rem;
  }

  #index .p-line_slider_btn01_prev01,
  #index .p-line_slider_btn01_next01 {
    top: 43%;
  }

  #index .p-line_slider_btn01_prev02,
  #index .p-line_slider_btn01_next02 {
    top: 48.5%;
  }

  #index .p-line_slider_btn01_prev02 {
    left: 0;
  }

  #index .p-line_slider_btn01_next02 {
    right: 0;
  }

  #index .p-line_slider01 {
    padding-bottom: 1.8rem;
  }

  #index .p-line_slider01 .swiper-slide {
    width: min(100%, 22.9rem);
  }

  #index .p-line_slider01 .slide-img img {
    aspect-ratio: 229/155;
  }

  #index .p-line_slider02 .swiper-slide {
    width: min(100%, 15.2rem);
  }

  #index .p-line_slider02 .slide-img img {
    aspect-ratio: 152/314;
  }

  #index .p-line_slider02 .swiper-pagination {
    bottom: 0.4rem;
  }

  #index .line_attention {
    font-size: 1.1rem;
    text-align: center;
    margin-top: 2.4rem;
  }

  #index .line_attention01 {
    margin-top: 2.4rem;
  }

  #index .line_attention02 {
    margin-top: 1.3rem;
  }

  #index .p-line_follow_pc {
    display: none;
  }

  #index .p-line_follow_sp {
    display: block;
    border-radius: 1rem;
    background: #fff;
    padding: 1.4rem 1rem 1.5rem;
    margin-top: 1.9rem;
  }

  #index .p-attention {
    padding-block: 3rem 12rem;
  }

  #index .p-attention_items {
    width: 100%;
    gap: 1.8rem;
  }

  #index .p-attention_item:first-of-type {
    padding-bottom: 0;
  }

  #index .p-attention_headline {
    font-size: 1.5rem;
    line-height: 1.8;
  }

  #index .p-attention_text {
    font-size: 1.2rem;
  }

  #index .p-attention_text02 {
    line-height: 1.5;
  }

  #index .p-attention_text03 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 0.7rem;
    display: inline-block;
  }

  #index .p-attention_text04 {
    margin-top: 0;
  }

  #index .p-information_content {
    padding-block: 1.6rem 1.8rem;
  }

  #index .p-information_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }

  #index .p-information_image img {
    aspect-ratio: 335/103;
  }

  #index .p-information_textBlock {
    width: 100%;
    padding: 0.9rem 1.7rem 1.2rem;
  }

  #index .p-information_badge {
    position: absolute;
    width: min(100%, 16.9rem);
    font-size: 1.2rem;
    padding: 0.45rem;
    margin-inline: auto;
    top: -3rem;
    left: 1.35rem;
  }

  #index .p-information_title {
    margin-top: 0;
    text-align: left;
  }

  #index .p-information_icon {
    right: 1.7rem;
    width: 1.1rem;
  }

  #index .p-totop {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  .tel-link {
    pointer-events: none;
  }
}

@media (any-hover: hover) {
  .p-item01_contentSeriesLink:hover {
    opacity: 0.7;
  }

  .p-item01_link:hover {
    opacity: 0.7;
  }

  .c-btn01:hover {
    opacity: 0.7;
  }

  .p-header_navLink:hover {
    opacity: 0.7;
  }

  .p-header_lineButtonLink:hover {
    opacity: 0.7;
  }

  .p-header_riskButtonLink:hover {
    opacity: 0.7;
  }

  .footer-01>ul>li>a:hover {
    color: #1265D6;
  }

  #index .p-nisa_itemCard:hover {
    opacity: 0.7;
  }

  #index .p-information_card:hover {
    opacity: 0.7;
  }

  #index .p-totop:hover {
    opacity: 0.7;
  }
}

/* ローディング */
.c-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-loading[style*="display: none"] {
  display: none !important;
}

.c-loading__spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #e0e0e0;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}




/* 一時的なMV */
#index .p-hero {
  padding-block: 3.9rem 3.55rem;
  background: linear-gradient(270deg, #4CA7E3 0%, #00488D 100%);
  overflow: hidden;
  margin-top: 6rem;
  ;
}

#index .p-hero_inner {
  max-width: 126.4rem;
  width: calc(100% - 4rem);
  margin-inline: auto;
}

#index .p-hero_content {
  display: flex;
  justify-content: center;
  padding-inline: 4.2rem 7.7rem;
  position: relative;
  z-index: 1;
}

#index .p-hero_textwrap {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-left: 0.4rem;
}

#index .p-hero_logo {
  width: min(100%, 12.3rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#index .p-hero_logo::before {
  content: "";
  width: 100vw;
  height: 7.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  background: linear-gradient(90deg, #FFF 0%, #FFF 60%, rgba(247, 247, 247, 0.4) 85%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

#index .p-hero_logo img {
  aspect-ratio: 123/55;
  object-fit: contain;
  height: auto;
  width: 100%;
}

#index .p-hero_lead {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #fff;
  margin-top: 3.9rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

#index .p-hero_amount {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 4.6rem;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  padding-left: 0.8rem;
}

#index .p-hero_amount_small {
  font-size: 3.7rem;
  margin-right: -0.3rem;
}

#index .p-hero_amount_small02 {
  letter-spacing: 0em;
}

#index .p-hero_amount_big {
  font-size: 7.2rem;
  letter-spacing: -0.06em;
  margin-left: -0.9rem;
  margin-right: 0.4rem;
}

#index .p-hero_note {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-top: 3.6rem;
  padding-left: 0.5rem;
}

#index .p-hero_note_mid {
  font-size: 2rem;
  letter-spacing: -0.08em;
}

#index .p-hero_note_big {
  font-size: 2.4rem;
}

#index .p-hero_date {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-top: 0.2rem;
  margin-left: 1rem;
}

@media screen and (max-width: 767px) {
  #index .p-hero {
    padding-top: 3.5rem;
    padding-bottom: 2.6rem;
    margin-top: 0;
  }

  #index .p-hero_inner {
    width: min(100%, 100% - 2rem);
  }

  #index .p-hero_content {
    flex-direction: column;
    padding-inline: 0;
  }

  #index .p-hero_textwrap {
    margin-top: 0;
    margin-left: 0;
  }


  #index .p-hero_logo {
    width: 100vw;
    margin: 0 0 0 calc(50% - 50vw);
    padding-block: 0.6rem 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #index .p-hero_logo::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
  }

  #index .p-hero_logo img {
    width: 6.3rem;
  }

  #index .p-hero_lead {
    font-size: 2rem;
    margin-top: 2.2rem;
  }

  #index .p-hero_amount {
    font-size: 3rem;
    margin-top: 0.2rem;
    line-height: 1;
    padding-left: 0;
  }

  #index .p-hero_amount_small {
    font-size: 2.2rem;
  }

  #index .p-hero_amount_big {
    font-size: 4.4rem;
    margin-left: 0;
    margin-right: 0.4rem;
  }

  #index .p-hero_note {
    margin-top: 1.3rem;
    font-size: 1.4rem;
    line-height: 1.2;
    padding-left: 0;
  }

  #index .p-hero_note_mid {
    font-size: 1.8rem;
    letter-spacing: -0.08em;
  }

  #index .p-hero_note_big {
    font-size: 2rem;
  }

  #index .p-hero_date {
    font-size: 1.1rem;
    margin-left: 0;
    margin-top: 0.6rem;
  }
}