@charset "utf-8";

/* スマホ（〜767px） */
@media (max-width: 767px) {
  /* スマホ専用スタイル */
}

/* タブレット（768px〜1024px） */
@media (min-width: 768px) and (max-width: 1024px) {
  /* タブレット専用スタイル */
}

/* PC（1025px〜） */
@media (min-width: 1025px) {
  /* PC専用スタイル */
}

.footer_main_wrap { padding:  40px 0; }

.footer_l, .footer_rt { display: none; }

.footer_rb { display: flex; flex-direction: column; gap: 20px; }

.footer_company_wrap { display: flex; flex-direction: column; gap:10px; }
.footer_logo_link { width: 100%; height: fit-content; }
.footer_logo { width:60%; }
.footer_sub_link { display: flex; flex-direction: column; gap:0; font-size: 13px; }
.footer_jpx { position: relative; font-size: 13px; letter-spacing: 0; }
.footer_corporate_link { border-bottom: 1px solid #343330; }
.footer_jpx_logo { position: absolute; bottom:75px; right: 0; height:60px; min-height: 10mm;/*←規約*/ font-size: 13px; }
.footer_bottom_wrap { padding: 20px; border-top: 1px solid #A3A3A3; text-align: center; }
.footer_banner_wrap { width:100%; display:flex; flex-wrap:wrap; flex-direction: column-reverse;}
.footer_line_banner { width: 100%; margin-bottom:16px; }
.footer_line_banner img { width:100%; }
@media (min-width: 768px) {
  .footer_main_wrap { display: flex;  flex-direction: column; gap: min(6vw, 80px); }
  .footer_rt { display: flex; gap: min(9vw, 120px); }
  .footer_l, .footer_r, .footer_rtl, .footer_rtr, .footer_list_col { flex: 1; }
  .footer_l { display: block; }
  .footer_r { display: flex; flex-direction: column; justify-content: space-between; gap: min(6vw, 80px); }
  .footer_list_row { display: flex; justify-content: space-between; }
  .footer_list_name { padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid #343330; }
  .pref_name { margin-left: -8px; font-size: 14px; }
  .footer_list_col { display: flex; flex-direction: column; gap:2px; font-size: 14px; }

  .footer_sub_link { font-weight:bold; }
  .footer_jpx { width:100%; font-size:14px; font-weight:bold; display:flex; justify-content:space-between;}
  .footer_jpx_logo { height:80px; bottom:initial; right:initial; position:relative; }
  .footer_jpx span { width:75%; }
    .footer_jpx span br { display:none; }
  .footer_jpx span a { display:inline; }
  .footer_bottom_wrap { padding: 40px; border: none; }
  .footer_banner_wrap { align-items:center; flex-direction:initial; margin-bottom:10px; justify-content:space-between; }
  .footer_logo_link { width:40%; }
  .footer_logo_link img { width:100%; }
  .footer_line_banner { width:50%; margin-bottom:0; margin-left:20px; }
  .footer_line_banner.color_w.bold { line-height:1.5em; }

  /* hover */
  a:hover { opacity: 0.5; transition: all 1s cubic-bezier(.23,1,.32,1); }
}

@media (min-width: 1025px) {
  .footer_main_wrap { flex-direction: row; gap: min(9vw, 120px); }
  .footer_r { gap: min(3vw, 40px); }
  .footer_sub_link { flex-direction: row; flex-wrap: wrap; gap: 0 40px; font-size:14px; }
}

.footer_list_col a .inline_pad { display:none; }
@media (min-width:768px) and (max-width:1024px) {
  .footer_l { width:33%;}
  .footer_r { width:67%; gap:initial; }
  .footer_main_wrap { flex-direction:initial;}
  .footer_sub_link  { font-size:13px;}
  .footer_rtr { width:49%; flex:none;}

  .footer_rtl { width:49%; flex:none; }
  .footer_list_name { font-size:14px; }
  .footer_rt { width:100%; display:flex; gap:initial; justify-content: space-between;}

}

.favorite-toast { width:80vw; height:200px; margin:-100px 0 0 0; display:flex; flex-direction:column; justify-content:center; position:fixed; top:50%; left:10vw; background:#fff; box-shadow:0 0 3px #333; border-radius:5px; color:#000; opacity: 0; pointer-events: none; transition: opacity 0.4s ease; z-index: 9999; }
.favorite-toast.show { opacity:1; }
.favorite-toast strong { display:flex; justify-content:center; align-items:baseline; color:#529535; font-size:18px; }
.favorite-toast strong img { width:80px; margin:0 10px 0 0; }
.favorite-toast span { width:100%; margin:10px 0 0 0; display:block; text-align:center; }
.favorite-toast span .favo-icon path { fill:#E17461; }
.favorite-close { position:absolute; top:8px; right:10px; border:none; background:transparent; color:#999; font-weight:700; font-size:28px; line-height:1; cursor:pointer; }
.favorite-close:hover { opacity:0.7; }
@media (min-width: 768px) {
  .favorite-toast { height:300px; margin:-150px 0 0 0; }
  .favorite-toast strong { font-size:24px; }
  .favorite-toast span { margin:20px 0 0 0; display:flex; justify-content:center; align-items:center; }
  .favorite-toast span br { display:none; }
  .favorite-toast span svg { margin:0 10px; }
}
@media (min-width: 1025px) {
  .favorite-toast { width:60vw; left:20vw; }
}