﻿.sp_only {
  display: none !important;
}

/* --------------------------------
  ヘッダー
--------------------------------　*/
header {
  display: block;
  position: sticky;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  transition: 0.5s;
  transform: translateY(0);
}

header.is-hidden {
  transform: translateY(-100%);
}

header figure {
  margin: 0;
}

header input {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  transition: .2s height;
}

#header_logo {
  width: 68px;
  /* transition: .2s; */
}

#header_info {
  padding: 6px 0 7px;
  color: #707070;
  background-color: #F5F5F5;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
}

#header_info strong {
  font-size: 14px;
}

#header_info small {
  font-size: 11px;
}

/*#pane-header.fixed  #header_main .header_container {
  justify-content: space-between;
  width: calc(100% - 80px);
  margin: 0 0 0 auto;
  padding: 0;
} */
.header_container {
  width: 95%;
  max-width: 1480px;
  padding: 0;
  margin: 0 auto;
}

#header_main {
  position: relative;
  background-color: #fff;
  padding: 20px 0;
}

#header_main .flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.header_link_btn li+li {
  margin-left: 24px;
}

.header_link_btn a {
  display: flex;
  align-items: center;
  position: relative;
  background-image: url(../../img/usr/common/icon_arrow_header_li.png);
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: left center;
  padding: 0 0 0 12px;
  line-height: 16px;
  height: 16px;
}

#pane-header.fixed #header_main {
  display: flex;
  flex-wrap: wrap;
}

/* #pane-header.fixed .header_container.header_main_logo {
  display: none;
} */
#pane-header.fixed #header_main #header_logo {
  width: 40px;
}

#pane-header.fixed #header_main #header_logo h1 {
  width: 40px;
}

#pane-header.fixed #header_main #header_logo h1 img {
  width: 100%;
}

#pane-header.fixed #header_main #header_link {
  display: none;
}

#pane-header.fixed #header_main .header_main_nav>.container {
  width: 100%;
}

#pane-header.fixed #header_main #header_info_bottom {
  width: 100%;
}

#pane-header.fixed #header_main #global_nav {
  padding: 0;
}

/* #pane-header.fixed #header_main .flex {
  display: block;
} */
#pane-header.fixed #header_main .global_nav_sub_inner .flex {
  display: flex;
}

#pane-header.fixed #header_main .header_main_logo.container {
  width: 40px;
}

#pane-header.fixed #header_main .header_main_nav {
  display: flex;
  align-items: center;
  max-width: 1480px;
  margin: 0 0 0 40px;
  padding: 0;
}

#pane-header.fixed #header_main#header_main:before {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 7px;
  background: -moz-linear-gradient(top, #000000, #ffffff);
  background: -webkit-linear-gradient(top, #000000, #ffffff);
  background: linear-gradient(to bottom, #000000, #ffffff);
  opacity: .05;
  pointer-events: none;
  content: '';
}

#pane-header.fixed #header_main .fixed_container {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}

#pane-header.fixed #header_main #global_nav li {
  padding: 20px 0 0;
}

#pane-header.fixed #header_main #global_nav li {
  font-size: 15px;
}

#pane-header.fixed #header_main #header_menu_wrapper:before {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100vw;
  background-color: #F5F5F5;
  content: '';
}

#pane-header.fixed #header_main #header_menu_wrapper:after {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 100vw;
  background-color: #F5F5F5;
  content: '';
}

#header_link {
  font-size: 12px;
}

#header_link>*+* {
  margin-top: 10px;
}

#header_link .header_link_text {
  text-align: right;
}

#header_link .header_link_list ul {
  display: flex;
}

#header_link .header_link_list li+li {
  margin-left: 24px;
}

#header_link .header_link_list a {
  display: flex;
  align-items: center;
  position: relative;
  background-image: url(../../img/usr/common/icon_arrow_header_li.png);
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: left center;
  padding: 0 0 0 12px;
  line-height: 16px;
  height: 16px;
}

#header_link .header_link_list .icon_global:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../../img/usr/common/icon_global.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  margin-left: 4px;
  content: '';
}

.header_main_nav {
  position: relative;
  z-index: 10;
  max-width: 1480px;
  margin: 0 0 0 40px;
}

.header_main_nav>.header_container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  margin: 0;
  width: 100%;
}

.header_sub_nav {
  margin-left: auto;
}

.header_sub_nav>*+* {
  margin-left: 80px;
}

#global_nav {
  display: flex;
}

#global_nav li {
  position: relative;
  font-weight: 700;
  font-size: 16px;
}

#global_nav li a {
  display: inline-block;
  transition: 0s;
  padding: 0;
  display: block;
}

#global_nav li::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 4px;
  background-color: #FFE600;
  content: '';
  opacity: 0;
}

#global_nav li:hover::after,
#global_nav li.active::after {
  opacity: 1;
}

#global_nav li+li {
  margin-left: 33px;
}

#global_nav_icon {
  display: flex;
  align-items: center;
  margin-left: auto;
}

#global_nav_icon li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}

#global_nav_icon li+li {
  margin-left: 20px;
}

#global_nav_icon li a {
  display: block;
  position: relative;
  width: 100%;
}

#global_nav_icon li a img {
  display: block;
  width: 28px;
  margin: 0 auto;
}

#global_nav_icon li a span {
  position: absolute;
  bottom: 99%;
  right: -20px;
  left: -20px;
  text-align: center;
  font-size: 10px;
  opacity: 0;
  transition: .4s;
}

#global_nav_icon li a:hover span {
  opacity: 1;
}

#global_nav_icon li a.icon_cart {
  position: relative;
}

#global_nav_icon li a.icon_cart .block-headernav--cart-count {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4px;
  right: -8px;
  bottom: unset;
  left: unset;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FFE600;
  line-height: 18px;
  font-weight: 700;
  font-size: 10px;
  opacity: 1;
  display: none;
}

#global_nav_icon li.active:after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 4px;
  background-color: #FFE600;
  content: '';
}

.scroll {
  overflow-x: scroll;
}

.scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

@media (max-width: 1480px) {
  .global_nav_sub .global_nav_sub_inner {
    padding: 0 20px;
  }
}

.global_nav_sub {
  position: absolute;
  z-index: 10;
  top: 99%;
  right: 0;
  left: 0;
  background-color: #F5F5F5;
}

@media (max-width: 1480px) {
  .global_nav_sub .global_nav_sub_inner {
    padding: 0;
  }
}

@media (max-width: 1480px) {
  .global_nav_sub .global_nav_sub_inner[data-nav="nav01_02"] {
    padding: 0 0 0 20px;
  }

  .global_nav_sub .global_nav_sub_inner[data-nav="nav01_02"] ul {
    overflow-x: auto;
    padding-right: 20px;
  }

  .global_nav_sub .global_nav_sub_inner[data-nav="nav01_02"] ul::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  .global_nav_sub .global_nav_sub_inner[data-nav="nav01_02"] ul::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
  }
}

@media (max-width: 1075px) {
  #global_nav li+li {
    margin-left: 2%;
  }

  #global_nav_icon {
    justify-content: end;
    margin-left: auto;
  }
}

@media (min-width: 1000px) {
  #header_main .flex {
    flex-wrap: wrap;
  }

  .header_container_inner {
    position: relative;
  }

  #header_main {
    padding: 20px 0;
  }

  #header_logo {
    order: 1;
  }

  .header_main_nav {
    order: 3;
    width: auto;
    margin: 0 0 0 30px;
  }

  .header_sub_nav {
    order: 3;
    width: auto;
  }

  .header_sub_nav>*+* {
    margin-left: 20px;
  }

  #global_nav {
    display: inline-flex;
    width: 100%;
    justify-content: end;
  }

  #header_link {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: baseline;
    margin: 0;
  }

  #header_link>*+* {
    margin-top: 0;
  }

  #header_link>*+* {
    margin-left: 30px;
  }

  #header_main #header_link .flex {
    margin-right: 0;
  }
}

@media (max-width: 1150px) {
  #pane-header.fixed #header_main {
    padding: 0;
  }

  #pane-header.fixed #header_main .fixed_container {
    padding: 15px 0;
  }

  .header_main_nav>.header_container {
    display: block;
    text-align: right;
  }

  #global_nav li {
    font-size: clamp(10px, 2.4vw, 16px);
  }

  #pane-header.fixed #header_main #global_nav {
    margin-top: 15px;
  }

  #pane-header.fixed #header_main #global_nav li {
    padding: 0;
  }

  #pane-header.fixed #header_main #global_nav li a {
    padding: 0;
  }

  .global_nav_sub .global_nav_sub_inner[data-nav="nav01_02"] {
    padding: 0;
  }
}

.global_nav_sub .global_nav_sub_inner {
  position: absolute;
  background: #F5F5F5;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}

.global_nav_sub_inner.active {
  position: relative;
  z-index: 1;
}

.global_nav_sub .global_nav_sub_inner .container {
  display: none;
  padding: 32px 0;
}

.global_nav_sub h2 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}

.global_nav_sub [data-nav="nav01_02"] ul {
  display: flex;
  align-items: stretch;
}

.global_nav_sub [data-nav="nav01_02"] li+li {
  margin-left: 5.5px;
}

.global_nav_sub [data-nav="nav01_02"] li {
  width: 175px;
  flex: none;
}

.global_nav_sub [data-nav="nav01_02"] li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 16px 18px;
  background-color: #fff;
  line-height: 1.7;
}

.global_nav_sub [data-nav="nav01_02"] li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transition: .3s;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.global_nav_sub [data-nav="nav01_02"] li a:hover,
.global_nav_sub [data-nav="nav01_02"] li a:hover::after {
  opacity: 1;
}

.global_nav_sub [data-nav="nav01_02"] li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1;
  transition: .3s;
}

.global_nav_sub [data-nav="nav01_02"] li a:hover figure {
  opacity: 0.7;
}

.global_nav_sub [data-nav="nav01_02"] li h3 {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.global_nav_sub .global_nav_sub_btn {
  margin-top: 24px;
  text-align: center;
}

.global_nav_sub .global_nav_sub_btn a {
  display: inline-block;
  padding: 14px 71px;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #F0F0F0;
  background-color: #fff;
  border-radius: 100px;
  background-image: url(../../img/usr/common/icon_pc_arrow_headernavsub.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
}

.global_nav_sub a[target="_blank"]::after {
  display: inline-block;
  right: 0;
  width: 18px;
  aspect-ratio: 1;
  background: url(../../img/usr/common/ico-out-external-link.svg) right 5px / auto 12px no-repeat;
  content: "";
}

.global_nav_sub .global_nav_sub_btn a:hover {
  opacity: 1;
  background-color: #DEDEDE;
}

.global_nav_sub [data-nav="nav01_03"] .global_nav_left {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 1200px;
  width: 80%;
}

.global_nav_sub [data-nav="nav01_03"] .global_nav_left .global_nav_left_inner {
  width: calc((100% - 60px) / 4);
  max-width: 280px;
  padding: 24px 15px 32px;
  background-color: #fff;
}

.global_nav_sub [data-nav="nav01_03"] .global_nav_left .global_nav_left_inner li {
  background-image: url(../../img/usr/common/icon_arrow_header_li.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
  background-size: 6px auto;
}

.global_nav_sub [data-nav="nav01_03"] .global_nav_left .global_nav_left_inner li a {
  display: inline-block;
  font-size: 14px;
  transition: 0;
}

.global_nav_sub [data-nav="nav01_03"] .global_nav_left .global_nav_left_inner li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.global_nav_sub [data-nav="nav01_03"] .global_nav_left .global_nav_left_inner li+li {
  margin-top: 8px;
}

.global_nav_sub [data-nav="nav01_03"] .global_nav_left .global_nav_left_inner+.global_nav_left_inner {
  margin-left: 20px;
}

.global_nav_sub [data-nav="nav01_03"] .global_nav_left .icon_global_nav {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  height: 96px;
}

.global_nav_sub [data-nav="nav01_03"] .global_nav_left h3 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
}

.global_nav_sub [data-nav="nav01_03"] .global_nav_right {
  width: 20%;
  max-width: 265px;
  margin-left: 20px;
}

.global_nav_sub [data-nav="nav01_03"] .global_nav_right li {
  width: 100%;
}

.global_nav_sub [data-nav="nav01_03"] .global_nav_right li a {
  display: block;
  width: 100%;
  padding: 11px 20px;
  font-size: 14px;
  background-image: url(../../img/usr/common/icon_pc_arrow_headernavsub.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
  border-radius: 50px;
  background-color: #fff;
}

.global_nav_sub [data-nav="nav01_03"] .global_nav_right li a:hover {
  opacity: 1;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.global_nav_sub [data-nav="nav01_03"] .global_nav_right li+li {
  margin-top: 8px;
}

@media (max-width: 900px) {
  #header_logo {
    order: 0;
  }

  #pane-header.fixed #header_logo {
    order: 1;
  }

  .global_nav_sub [data-nav="nav01_03"] .global_nav_left {
    max-width: none;
    width: 100%;
  }

  .global_nav_sub [data-nav="nav01_03"] .flex {
    display: block;
  }

  .global_nav_sub [data-nav="nav01_03"] .global_nav_right {
    max-width: none;
    margin: 30px 0 0;
    width: 100%;
  }

  .header_main_nav {
    width: 100%;
    margin-top: 30px;
  }

  #global_nav li+li {
    margin-left: auto;
  }
}

.global_nav_sub [data-nav="nav01_04"] ul,
.global_nav_sub [data-nav="nav01_05"] ul,
.global_nav_sub [data-nav="nav01_06"] ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}

.global_nav_sub [data-nav="nav01_04"] li,
.global_nav_sub [data-nav="nav01_05"] li,
.global_nav_sub [data-nav="nav01_06"] li {
  width: calc((100% - 48px) / 4);
  max-width: 345px;
}

.global_nav_sub [data-nav="nav01_04"] li:nth-child(4n+2),
.global_nav_sub [data-nav="nav01_05"] li:nth-child(4n+2),
.global_nav_sub [data-nav="nav01_06"] li:nth-child(4n+2),
.global_nav_sub [data-nav="nav01_04"] li:nth-child(4n+3),
.global_nav_sub [data-nav="nav01_05"] li:nth-child(4n+3),
.global_nav_sub [data-nav="nav01_06"] li:nth-child(4n+3),
.global_nav_sub [data-nav="nav01_04"] li:nth-child(4n+4),
.global_nav_sub [data-nav="nav01_05"] li:nth-child(4n+4),
.global_nav_sub [data-nav="nav01_06"] li:nth-child(4n+4) {
  margin-left: 16px;
}

.global_nav_sub [data-nav="nav01_04"] li:nth-child(n+5),
.global_nav_sub [data-nav="nav01_05"] li:nth-child(n+5),
.global_nav_sub [data-nav="nav01_06"] li:nth-child(n+5) {
  margin-top: 16px;
}

.global_nav_sub [data-nav="nav01_04"] li a,
.global_nav_sub [data-nav="nav01_05"] li a,
.global_nav_sub [data-nav="nav01_06"] li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 24px 24px 32px;
  background-color: #fff;
  line-height: 1.7;
}

.global_nav_sub [data-nav="nav01_04"] li a:after,
.global_nav_sub [data-nav="nav01_05"] li a:after,
.global_nav_sub [data-nav="nav01_06"] li a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transition: .3s;
  opacity: 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

.global_nav_sub [data-nav="nav01_04"] li a:hover,
.global_nav_sub [data-nav="nav01_05"] li a:hover,
.global_nav_sub [data-nav="nav01_06"] li a:hover,
.global_nav_sub [data-nav="nav01_04"] li a:hover:after,
.global_nav_sub [data-nav="nav01_05"] li a:hover:after,
.global_nav_sub [data-nav="nav01_06"] li a:hover:after {
  opacity: 1;
}

.global_nav_sub [data-nav="nav01_04"] li figure,
.global_nav_sub [data-nav="nav01_05"] li figure,
.global_nav_sub [data-nav="nav01_06"] li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  object-fit: cover;
  transition: .3s;
  object-position: center center;
}

.global_nav_sub [data-nav="nav01_04"] li a:hover figure,
.global_nav_sub [data-nav="nav01_05"] li a:hover figure,
.global_nav_sub [data-nav="nav01_06"] li a:hover figure {
  opacity: .7;
}

.global_nav_sub [data-nav="nav01_04"] li .txt,
.global_nav_sub [data-nav="nav01_05"] li .txt,
.global_nav_sub [data-nav="nav01_06"] li .txt {
  padding-top: 20px;
}

.global_nav_sub [data-nav="nav01_04"] li h3,
.global_nav_sub [data-nav="nav01_05"] li h3,
.global_nav_sub [data-nav="nav01_06"] li h3 {
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  margin: 0;
}

.global_nav_sub [data-nav="nav01_04"] li p,
.global_nav_sub [data-nav="nav01_05"] li p,
.global_nav_sub [data-nav="nav01_06"] li p {
  padding-top: 20px;
  font-size: 14px;
  margin: 0;
}

@media (max-width: 900px) {

  .global_nav_sub [data-nav="nav01_04"] li,
  .global_nav_sub [data-nav="nav01_05"] li,
  .global_nav_sub [data-nav="nav01_06"] li {
    width: calc((100% - 48px) / 2);
    max-width: none;
  }

  .global_nav_sub [data-nav="nav01_04"] li:nth-child(3n),
  .global_nav_sub [data-nav="nav01_05"] li:nth-child(3n),
  .global_nav_sub [data-nav="nav01_06"] li:nth-child(3n) {
    margin-left: 0;
  }

  .global_nav_sub [data-nav="nav01_04"] li:nth-child(n + 3),
  .global_nav_sub [data-nav="nav01_05"] li:nth-child(n + 3),
  .global_nav_sub [data-nav="nav01_06"] li:nth-child(n + 3) {
    margin-top: 15px;
  }
}

.global_nav_sub [data-nav="nav02_01"] .container {
  padding: 50px 0;
}

.global_nav_sub .header_nav_search_btn {
  margin-top: 24px;
  text-align: center;
}

.global_nav_sub .header_nav_search_btn .js_header_nav_search_btn {
  display: inline-block;
  width: 240px;
  padding: 14px 0;
  font-weight: 700;
  font-size: 14px;
  background-color: #DEDEDE;
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
}

.global_nav_sub .header_nav_form {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.global_nav_sub .header_nav_form input[type="text"] {
  display: block;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  line-height: 48px;
  padding: 0 45px 0 24px;
  border: 1px solid #000;
  outline: none;
  border-radius: 50px;
}

.global_nav_sub .header_nav_form input[type="text"]::placeholder {
  color: #666;
}

.global_nav_sub .header_nav_form button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background-color: transparent;
  background-image: url(../../img/usr/common/icon_header_nav_search.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: none;
  outline: none;
  font-size: 0;
  text-indent: -999px;
  overflow: hidden;
  transition: .3s;
  cursor: pointer;
}

.global_nav_sub .header_nav_form button:hover {
  opacity: .7;
}

#header_info_bottom {
  position: relative;
  z-index: 0;
  font-size: 14px;
}

#header_info_bottom:before {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 7px;
  background: -moz-linear-gradient(top, #000000, #ffffff);
  background: -webkit-linear-gradient(top, #000000, #ffffff);
  background: linear-gradient(to bottom, #000000, #ffffff);
  opacity: .05;
  pointer-events: none;
  content: '';
}

#header_info_bottom .list-item {
  padding: 12px 0;
  text-align: center;
  background-color: #FFE600;
}

#header_info_bottom .list-item:nth-child(n+2) {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: .5s;
  padding: 0;
}

#header_info_bottom.active .list-item:nth-child(n+2) {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 12px 0;
}

#header_info_bottom .list-item[class*="ico-"] .item-inner {
  display: inline-block;
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  letter-spacing: 1px;
}

#header_info_bottom .ico-megaphone .item-inner {
  background-image: url(../../img/usr/common/icon_header_bottom_acc_info.png);
}

#header_info_bottom .info-more-btn {
  background-color: black;
  width: 24px;
  aspect-ratio: 1;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.3em;
  position: relative;
  cursor: pointer;
}

#header_info_bottom .info-more-btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #ffe600;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: .5s;
}

#header_info_bottom.active .info-more-btn::before {
  transform: translateY(25%) rotate(-45deg);
}

#header_info_bottom dt {
  position: relative;
}

#header_info_bottom dt span,
#header_info_bottom dt a {
  position: relative;
}

#header_info_bottom dd a:hover {
  opacity: 1;
  text-decoration: underline;
}

#header_info_bottom dd .container+.container {
  padding-top: 12px;
}

#header_info_bottom dt+dd {
  padding-top: 5px;
}

div.wrapper_ {
  width: 100%;
}

.header_wrapper img {
  display: block;
  max-width: 100%;
}

.header_wrapper a:visited {
  color: inherit;
}

.header_wrapper a {
  transition: .3s;
}

.header_wrapper a:hover {
  opacity: .7;
  text-decoration: unset;
}

.header_wrapper * {
  box-sizing: border-box;
}

@media (max-width: 900px) {
  #pane-header.fixed #header_main .header_main_nav {
    display: block;
    margin: 0;
    width: 100%;
  }

  .header_sub_nav {
    width: auto;
  }

  #pane-header.fixed #header_main #header_logo {
    order: 0;
  }

  #pane-header.fixed #header_main #global_nav {
    margin-top: 20px;
  }
}

.block-header-login-menu {
  border-top: 1px solid #cdcbc4;
  padding: 3px 0 8px;
}

/* --------------------------------
  フッター
--------------------------------　*/
footer {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

#footer_link {
  padding: 32px 0;
  background-color: #FCFCFC;
  overflow: hidden;
}

#footer_link>.container {
  display: flex;
  justify-content: space-between;
}

#footer_link .footer_link_nav {
  display: flex;
  width: 55%;
}

#footer_link .footer_link_nav a[target="_blank"]::after {
  display: inline-block;
  right: 0;
  width: 18px;
  aspect-ratio: 1;
  background: url(../../img/usr/common/ico-out-external-link.svg) right 5px / auto 12px no-repeat;
  content: "";
}

#footer_link .footer_link_nav:first-child {
  width: 40%;
}

#footer_link .footer_link_nav:first-child .footer_link_nav_inner {
  max-width: 250px;
  width: calc(100% / 2);
  padding-right: 10px;
}

#footer_link .footer_link_nav:nth-child(2) {
  flex-wrap: wrap;
}

#footer_link .footer_link_nav:nth-child(2) .footer_link_nav_inner {
  letter-spacing: -1px;
  max-width: 250px;
  width: calc(100% / 3);
  padding-right: 10px;
}

#footer_link .footer_link_nav:nth-child(2) .footer_link_nav_top {
  width: 100%;
}

@media (max-width: 900px) {
  #footer_link .footer_link_nav:nth-child(2) .footer_link_nav_top {
    flex-wrap: wrap;
  }

  #footer_link .footer_link_nav:nth-child(2) .footer_link_nav_inner {
    width: calc(100% / 2);
  }

  #footer_link .footer_link_nav:nth-child(2) .footer_link_nav_inner:nth-child(n + 3) {
    margin-top: 10px;
  }
}

#footer_link .footer_link_nav a {
  font-size: 13px;
}

#footer_link .footer_link_nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

#footer_link .footer_link_nav_top,
#footer_link .footer_link_nav_bottom {
  display: flex;
}

#footer_link .nav_ttl {
  margin-top: 0;
  margin-bottom: 12px;
}

#footer_link .nav_ttl a {
  font-weight: 700;
  font-size: 15px;
}

#footer_link .nav_ttl a:hover {
  opacity: 1;
  text-decoration: underline;
}

#footer_link .footer_link_nav_bottom {
  width: 100%;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #E5E5E5;
}

#footer_nav {
  padding: 32px 0;
  background-color: #F5F5F5;
}

#footer_nav dl,
#footer_nav ul {
  display: flex;
  align-items: center;
}

#footer_nav li {
  font-size: 11px;
  color: #707070;
}

#footer_nav li a {
  display: inherit;
  font-size: inherit;
  color: inherit;
}

#footer_nav .footer_nav_top dt {
  font-size: 11px;
  color: #707070;
}

#footer_nav .footer_nav_top dd {
  margin-left: 12px;
}

#footer_nav .footer_nav_top li+li {
  margin-left: 20px;
}

#footer_nav .footer_nav_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #E5E5E5;
}

#footer_nav .footer_nav_bottom li+li {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #E5E5E5;
  line-height: 1.0;
}

#footer_nav .copyright {
  font-size: 10px;
  color: #707070;
}

.footer_link_nav_wrapper {
  padding-top: 32px;
  border-top: 1px solid #E5E5E5;
}

.footer_link_nav_link {
  padding-top: 32px;
}

.btn_footer_link_logo ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}

.btn_footer_link_logo ul+ul {
  margin-top: 20px;
}

.btn_footer_link_logo li {
  width: calc((100% - 80px) / 5);
}

.btn_footer_link_logo li:nth-child(5n+2),
.btn_footer_link_logo li:nth-child(5n+3),
.btn_footer_link_logo li:nth-child(5n+4),
.btn_footer_link_logo li:nth-child(5n+5) {
  margin-left: 20px;
}

.btn_footer_link_logo li:nth-child(n+6) {
  margin-top: 20px;
}

.btn_footer_link_logo li a {
  display: block;
  height: 100%;
  background: #fff !important;
  border: 1px solid #F0F0F0;
  padding: 16px 10px 24px;
}

.btn_footer_link_logo li a span {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  text-align: center;
}

.btn_footer_link_logo li a:hover {
  opacity: 1;
  background-color: #dedede;
}

.btn_footer_link_logo .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin: 0 auto;
}

.btn_footer_link_logo .img img {
  max-height: 100%;
}

* {
  box-sizing: border-box;
}

.btn_footer_link_nav_acc {
  padding: 16px 0;
}

.btn_footer_link_nav_acc .txt {
  display: block;
  padding: 11px 0;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: .3s;
}

.btn_footer_link_nav_acc .txt img {
  display: block;
  margin: 6px auto 0 auto;
  transform: scaleY(-1);
  transition: .2s;
}

.btn_footer_link_nav_acc .txt .txt_close {
  display: none;
}

.btn_footer_link_nav_acc .txt .txt_more {
  display: inline-block;
}

.btn_footer_link_nav_acc .txt:hover {
  opacity: .7;
}

.btn_footer_link_nav_acc.js_footer_acc_open .txt .txt_close {
  display: inline-block;
}

.btn_footer_link_nav_acc.js_footer_acc_open .txt .txt_more {
  display: none;
}

.btn_footer_link_nav_acc.js_footer_acc_open .txt img {
  transform: scaleY(1);
}

#footer_login {
  padding: 38px 0;
  background-color: #FFE600;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

#footer_login .footer_login_txt h4 {
  font-weight: 700;
  font-size: 24px;
}

#footer_login .footer_login_txt p {
  padding-top: 12px;
  font-size: 14px;
}

#footer_login .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer_login .footer_login_btn {
  display: flex;
}

#footer_login .footer_login_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 48px;
  font-size: 14px;
  border-radius: 50px;
  position: relative;
}

#footer_login .footer_login_btn a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: black;
  line-height: 1;
  width: 6.8px;
  height: 6.8px;
  border: 1.8px solid;
  border-right: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: scale(1, 1.4) rotate(135deg);
  position: absolute;
  right: 16px;
}

#footer_login .footer_login_btn a.bg_bk::after {
  color: white;
}

#footer_login .footer_login_btn a.bg_wh {
  background-color: #fff;
}

#footer_login .footer_login_btn a.bg_bk {
  background-color: #000;
  color: #fff;
}

#footer_login .footer_login_btn a+a {
  margin-left: 8px;
}

#footer_nav li br {
  display: none;
}

@media (max-width: 1075px) {
  #footer_login .flex {
    flex-direction: column;
    align-items: baseline;
  }

  #footer_login .footer_login_btn {
    margin-top: 20px;
  }
}

@media (max-width: 900px) {
  #footer_nav li br {
    display: block;
  }

  #footer_nav ul {
    align-items: normal;
  }

  #footer_nav li a,
  #footer_nav li span {
    display: flex;
    align-items: center;
    height: 100%;
  }

  #footer_nav .footer_nav_bottom {
    flex-wrap: wrap;
  }

  #footer_nav .footer_nav_bottom nav {
    width: 100%;
  }

  .footer_bottom_wrapper {
    margin: 20px 0 0 auto;
    width: 100%;
    text-align: right;
  }

  #footer_nav .footer_nav_bottom li+li {
    margin-left: 2%;
    padding-left: 1%;
  }
}

#btn_page_top {
  position: fixed;
  right: 10px;
  bottom: 73px;
  z-index: 50;
  width: 53px;
  height: 53px;
  transition: .3s;
  opacity: 0;
  visibility: 0;
}

#btn_page_top.active {
  opacity: 1;
  visibility: visible;
}

#btn_page_top a {
  display: block;
  width: 53px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}