html.show {
  overflow-y: hidden;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

a.link_btn {
  min-width: 200px;
  margin: auto;
  padding: 1.464128843vw 0;
  border-radius: 5px;
}

@media screen and (max-width: 480px) {
  a.link_btn {
    min-width: 0;
  }
}

/* ======================================================================================== */
/* ヘッダー */
/* ======================================================================================== */
header {
  background-color: var(--white);
}

header .main {
  width: 100%;
  background-color: var(--white);
  position: relative;
  z-index: 10;
  transition: all 0.6s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

header .main.show {
  background-color: var(--green2);
}

header .main .inner {
  width: 96%;
  margin: auto;
  padding: 15px 0;
}

header .main a.logo img.logo_img {
  width: 5.710102489vw;
  /* max-width: 78px; */
  max-width: 60px;
  height: auto;
  margin-right: 15px;
}

header .main .btns .btn {
  margin-left: 2.196193265vw;
}

header .main .btns .btn a.header_btn {
  width: 14.64128843vw;
  max-width: 200px;
  padding: 15px 0;
  border-radius: 5px;
}

header .main .btns .btn a.header_btn:not(:last-of-type) {
  margin-right: 10px;
}

header .main .btns .btn a.register_btn img.register_icon {
  width: 1.903367496vw;
  max-width: 26px;
  height: auto;
  margin-right: 10px;
}

header .main .btns .btn a.login_btn img.login_icon {
  width: 1.756954612vw;
  max-width: 24px;
  height: auto;
  margin-right: 10px;
}

header .main .btns .btn a.cart_btn img.cart_icon {
  width: 2.196193265vw;
  max-width: 30px;
  height: auto;
  margin-right: 10px;
}

header .links {
  z-index: 5;
  position: fixed;
  left: 0;
  width: 100%;
}

header .links .links_item {
  width: calc(100% / 5);
  background-color: #212121;
}

header .links .links_item a {
  padding: 20px 0;
}

header .links .links_item:not(:last-of-type) {
  border-right: 1px solid var(--white);
}

/* ------------------------レスポンシブ------------------------ */

@media screen and (max-width: 1024px) {
  header .main .btns .btn {
    display: none;
  }

  header .hamburger {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  header .links .links_item a {
    padding: 10px 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  header .main .inner {
    padding: 8px 0;
  }

  header .main .btns .links_tel {
    display: none;
  }

  header .main a.logo img.logo_img {
    width: 40px;
  }

  header .links {
    display: none;
  }
}

/* ======================================================================================== */
/* サイドボタン */
/* ======================================================================================== */
/* section.fixed_btn {
  position: fixed;
  top: 20vw;
  right: 1.5vw;
  flex-direction: column;
  align-items: flex-end;
  z-index: 3;
  background: transparent;
}

section.fixed_btn .zoom_btn {
  position: relative;
  border: 2px solid #3e85fb;
  border-radius: 10px;
}

section.fixed_btn .zoom_btn .inner {
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 10px;
}

section.fixed_btn .zoom_btn .inner p.txt {
  writing-mode: vertical-rl;
  padding: 30px 15px;
  padding-bottom: 20px;
}

section.fixed_btn .zoom_btn .inner p.txt2 {
  background-color: #3e85fb;
  padding: 10px;
  border-radius: 0px 0px 5px 5px;
}

section.fixed_btn img.zoom_comment {
  position: absolute;
  width: 80px;
  height: auto;
  top: -15px;
  left: -20px;
}

section.fixed_btn .line_btn {
  background-color: #28b921;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

section.fixed_btn .line_btn .inner {
  flex-direction: column;
}

section.fixed_btn .line_btn .inner img.line_icon {
  width: 35px;
  height: auto;
  margin-bottom: 10px;
}

section.fixed_btn .line_btn .inner p.txt {
  writing-mode: vertical-rl;
}

section.fixed_btn .tool_btn {
  width: 100px;
  height: auto;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #fixed_btn {
    transition: all 0.3s ease-out;
  }

  #fixed_btn.bottom_scroll {
    opacity: 0;
    transform: translateY(100%);
  }
} */

/* -------- */
/* レスポンシブ */
/* -------- */

/* @media screen and (max-width: 768px) {
  section.fixed_btn {
    flex-direction: row;
    width: 100%;
    top: unset;
    bottom: 0;
    right: unset;
    left: 0;
  }

  section.fixed_btn .tool_btn {
    display: none;
  }

  section.fixed_btn .zoom_btn {
    width: 50%;
    border-radius: 10px 10px 0 0;
  }

  section.fixed_btn .zoom_btn .inner p.txt {
    writing-mode: unset;
    text-align: center;
    padding: 15px;
  }

  section.fixed_btn .zoom_btn .inner p.txt br {
    display: none;
  }

  section.fixed_btn img.zoom_comment {
    left: 0;
  }

  section.fixed_btn .line_btn {
    margin-top: unset;
  }

  section.fixed_btn .line_btn .inner {
    flex-direction: row;
  }

  section.fixed_btn .line_btn .inner img.line_icon {
    margin-bottom: unset;
    margin-right: 5px;
  }

  section.fixed_btn .zoom_btn .inner p.txt2 {
    padding-top: 5px;
    padding-bottom: 2px;
    border-radius: unset;
  }

  section.fixed_btn .zoom_btn .inner p.txt2 br {
    display: none;
  }

  section.fixed_btn .line_btn {
    width: 50%;
    border-radius: 10px 10px 0 0;
  }

  section.fixed_btn .line_btn .inner p.txt {
    writing-mode: unset;
  }
}

@media screen and (max-width: 480px) {
  section.fixed_btn .zoom_btn .inner p.txt {
    padding: 5px;
    font-size: 14px;
  }

  section.fixed_btn img.zoom_comment {
    top: -33px;
  }

  section.fixed_btn .line_btn {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
} */

/* ======================================================================================== */
/* フッター */
/* ======================================================================================== */
footer {
  background-color: var(--dark_gray);
  margin-top: 100px;
}

footer .container {
  width: 85.65%;
  margin: auto;
  padding-top: 65px;
  padding-bottom: 35px;
}

footer .container .head {
  flex-direction: column;
  height: 100%;
}

footer .container .head .title {
  flex-direction: column;
}

footer .container .head .title p.main {
  letter-spacing: 0.14em;
}

footer .container .head .footer_info {
}

footer .container .head .address p.yuubin {
  margin-right: 10px;
}

footer .container .head .contact {
}

footer .container .head .contact p.slash {
  margin: 0px 10px;
}

footer .container .links {
  gap: 48px;
}

footer .container .links .links_item a.link:not(:first-of-type) {
  margin-top: 20px;
}

footer .container .under_links {
  margin-top: 8.78477306vw;
}

footer .container .under_links .links_item {
  padding: 0px 20px;
}

footer .container .under_links .links_item:not(:last-of-type) {
  border-right: 1px solid var(--white);
}

footer .container .copyright {
  margin-top: 10px;
}

footer .container .copyright small {
  font-size: 10px;
  display: block;
}

/* ------------------------レスポンシブ------------------------ */
@media screen and (max-width: 1024px) {
  footer .container {
    width: 90%;
  }

  footer .container .links {
    gap: 0;
  }

  footer .container .footer_cols {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  footer .container .head {
    gap: 20px;
  }

  footer .container .footer_col2 {
    width: 100%;
  }

  footer .container .links {
    justify-content: space-between;
  }
}

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

}

@media screen and (max-width: 480px) {
  footer {
    margin-top: 60px;
  }

  footer .container {
    padding-top: 50px;
    width: 93%;
  }

  footer .container .footer_cols {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  footer .container .footer_info .yuubin {
    margin-right: 0;
    text-align: center;
  }

  footer .container .links {
    margin: 0 auto;
    margin-top: 30px;
    gap: 0;
    flex-wrap: wrap;
  }

  footer .container .head {
    justify-content: center;
  }

  footer .container .head .title {
    align-items: center;
  }

  footer .container .head .address {
    justify-content: center;
  }

  footer .container .head .contact {
    flex-direction: column;
  }

  footer .container .head .contact p.slash {
    display: none;
  }

  footer .container .links li.links_item {
    width: 47%;
  }

  footer .container .under_links {
    flex-direction: column;
    margin-top: 40px;
  }

  footer .container .under_links .links_item {
    padding: 10px 0px;
    border-bottom: 1px solid var(--white);
    width: 100%;
  }

  footer .container .under_links .links_item:not(:last-of-type) {
    border-right: unset;
    border-bottom: 1px solid var(--white);
  }

  footer .container .links .links_item a.link:first-of-type {
    margin-top: 20px;
  }

  footer .container .copyright {
    margin-top: 40px;
  }

  footer .container .copyright p {
    text-align: center;
  }
}

/* --------------------------------レスポンシブ------------------------------- */

/* 2025/4/21更新 */
header .tel_box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
header .tel_box .tel_l {
  flex: 0 0 7.5%;
  margin-right: 2%;
}
header .tel_box .tel_r .top {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .tel_box .tel_r .top p {
  font-weight: 700;
}
header .tel_box .tel_r .bottom {
  margin-top: 3px;
  line-height: 1;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
}
header .info_box {
  display: flex;
  justify-content: flex-end;
}

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

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

}

@media screen and (max-width: 480px) {
  header .tel_box {
    display: none;
  }
  header .logo .txt_box .f24 {
    font-size: 16px;
  }
  header .logo .txt_box .f26 {
    font-size: 18px;
  }
}