@charset 'UTF-8';
/*
* 下部固定バナー表示
*/
.bottom_bar_js_type1 {
  display: block;
  width: 100%;
}

/* メインビジュアル */
.image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.mypage_bl_fv {
  background-color: var(--col_white);
  margin: 0 auto;
  width: 100%;
}

.image source,
.image img {
  aspect-ratio: 1366 / 395;
  height: auto;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

/*===============================================
●スマホ用（896px未満）
===============================================*/
@media screen and (max-width:896px) {
  /* メインビジュアル */
  .image source,
  .image img {
    aspect-ratio: 375 / 182;
    object-position: center center;
  }
}

/*===============================================
●PC・タブレット用（897px以上）
===============================================*/
@media screen and (min-width:897px) {
}
