.l_wrapper {
  position: relative;
  width: 100%;
}

/* Header
   ========================================================================== */
.l_header {
  position: fixed;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.l_header_layout02 {
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  position: static;
}

.l_header_layout02 .h_navi>ul>li>a {
  font-size: 13px;
}

.l_header .header_inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 20px 0;
}

.l_header .h_logo img {
  height: 40px;
  margin-top: 2px;
}

.l_header .h_navi {
  position: absolute;
  top: 0;
  left: 30px;
  height: 40px;
  line-height: 40px;
}

.l_header .h_navi>ul>li {
  float: left;
}

.l_header .h_navi>ul>li>a {
  display: block;
  font-family: "Futura-Book", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 20px;
  height: 80px;
  box-sizing: border-box;
  width: 100%;
}

.l_header .h_navi>ul>li>a.current {
  background: #000;
  color: #fff;
}

.l_header .h_navi>ul>li .h_navi_in {
  display: none;
  position: absolute;
  background: #000;
  width: 500px;
}

.l_header .h_navi>ul>li .h_navi_in li {
  width: 50%;
  float: left;
}

.l_header .h_navi>ul>li .h_navi_in.layout_odd li {
  border-top: 0;
  border-left: 0;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  box-sizing: border-box;
}

.l_header .h_navi>ul>li .h_navi_in li:nth-child(odd) {
  border-left: 0;
}

.l_header .h_navi>ul>li .h_navi_in li a {
  color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 150%;
  padding: 0 20px;
  font-family: "Futura-Book", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
}

.l_header .h_navi .p_category.layout_odd li:first-child {
  width: 100%;
}

.l_header .h_btn {
  position: absolute;
  top: 25px;
  right: 20px;
}

@media screen and (max-width: 1024px) {
  .l_header .h_btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.l_header .h_btn a {
  color: #fff;
  display: block;
  background: #53b9b5;
  line-height: 42px;
  width: 142px;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.3em;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
  .l_header .h_btn a {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    width: 60px;
    height: 50px;
    background-image: url(../img/icons/subsclife-2b_icon_hbtn_mail.svg);
    background-position: center 9px;
    background-repeat: no-repeat;
    background-size: 31px auto;
    position: relative;
  }

  .l_header .h_btn a span {
    letter-spacing: 0.1em;
    font-size: 15px;
    width: 120px;
    height: 100px;
    padding-top: 67px;
    position: absolute;
    bottom: -20px;
    left: -30px;
    transform: scale(0.5, 0.5);
  }
}

.l_header .h_member {
  position: absolute;
  top: 0;
  right: 0;
  display: table;
  height: 80px;
}

.l_header .h_member .company,
.l_header .h_member .member,
.l_header .h_member .cart {
  display: table-cell;
  padding: 0 20px;
  vertical-align: middle;
}

.l_header .h_member .company a,
.l_header .h_member .member a,
.l_header .h_member .cart a {
  display: inline-block;
}

.l_header .h_member .member img,
.l_header .h_member .cart img {
  height: 25px;
  width: auto;
}

.l_header .h_member .separator {
  display: table-cell;
  vertical-align: middle;
}

.l_header .h_member .separator span {
  border-left: 1px solid #909090;
}

.l_header .h_member .company a {
  color: #676767;
  padding: 10px 15px;
  border: 1px solid #676767;
  font-size: 0.6rem;
  line-height: 1.6;
  letter-spacing: 3px;
}

.sp_view {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .l_header {
    /*height: 50px;*/
  }

  .l_header .header_inner {
    padding: 0;
  }

  .l_header .h_logo {
    padding-top: 13px;
  }

  .l_header .h_logo img {
    height: 25px;
    vertical-align: top;
  }

  .l_header .sp_nav_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    padding: 8px;
  }

  .l_header .h_navi>li {
    float: none;
    font-size: 1.2rem;
    line-height: 1em;
    padding-left: 20px;
    display: list-item;
  }

  .l_header .h_member {
    height: 50px;
  }

  .l_header .h_member .company {
    display: none;
  }

  .sp_view {
    display: block !important;
  }

  .l_header .h_navi>ul {
    overflow: auto;
    position: fixed;
    top: 0;
    left: -70%;
    width: 70%;
    height: 100%;
    background-color: #000;
    padding-top: 50px;
  }

  .l_header .h_navi ul>li {
    float: none;
    font-size: 1.2rem;
    line-height: 1em;
    padding-left: 20px;
    display: list-item;
  }

  .l_header .h_navi>ul .h_navi_in a {
    border-top: none;
  }

  .l_header .h_navi>ul>li .h_navi_in li {
    width: 100%;
    border: none !important;
  }

  .l_header .h_navi>ul>li a {
    display: block;
    font-family: "Futura-Book", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
    letter-spacing: 2px;
    padding: 20px 20px 20px 0 !important;
    color: #FFF;
    width: 100%;
    height: auto !important;
    text-align: left;
    position: relative;
    font-size: 0.8rem;
    line-height: 1.4;
    border-bottom: 1px solid #2E2E2E;
  }

  .l_header .h_navi li>a:not(.parent):after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1vw 0 1vw 3.5vw;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .l_header .h_navi li>a.parent:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 4vw;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background-image: url(../img/icons/svg_plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }

  .l_header .h_navi>ul li>a.parent.current:after {
    background-image: url(../img/icons/svg_minus.svg);
  }

  .l_header .h_navi>ul .p_brand,
  .l_header .h_navi>ul .p_category {
    width: auto !important;
  }

  .l_header .h_navi .h_navi_in {
    display: none;
    position: relative !important;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
  }
}

/* Container
   ========================================================================== */
.l_container {
  padding-top: 80px;
}

.l_container .more_link,
.l_container .contact_link {
  text-align: center;
}

.l_container .more_link a,
.l_container .contact_link a {
  display: inline-block;
  width: 260px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #53B9B5;
  color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  letter-spacing: 3px;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .l_container {
    padding-top: 50px;
  }

  .l_container .more_link a, .l_container .more_link a {
    display: inline-block;
    width: 58%;
    height: 57px;
    line-height: 57px;
    text-align: center;
    background-color: #53B9B5;
    color: #FFF;
    font-size: 0.8rem;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    letter-spacing: 3px;
  }
}

/* 新Footer
   ========================================================================== */
body {
  margin: 0px;
  color: #1b1b1b;
}

a {
  text-decoration: none;
  color: unset;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

footer label {
  margin: 0;
  padding: 0;
  display: block;
}

img {
  vertical-align: middle;
}

footer {
  margin-top: 88px;
  width: 100%;
  position: relative;
}

/* ＝＝メインフッター＝＝ 
.main_footer {
  background-color: #f6f6f6;
  padding: 64px 32px;
}

.footer_contents {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
  box-sizing: border-box;
  position: relative;
}

.footer_nav_contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
  width: 50%;
  margin-right: 40px;
}

.footer_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
  margin-bottom: 32px;
}

.footer_nav_item {
  list-style: none;
}

.footer_nav_item a:hover,
.footer_sub_nav_items p a:hover {
  color: #006ca0;
}

.footer_sub_nav {
  gap: 8px;
}

.footer_sub_nav_items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
}

.footer_sub_nav_items p a {
  color: #666666;
}

.fraud_response br {
  display: none;
}

.footer_instagram .font_noto {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer_instagram span {
  display: inline-block;
  font-size: 12px;
}

.footer_instagram .hover-icon {
  display: none;
  /* 初期状態ではhover-iconは非表示にします 
}

.footer_infos {
  display: flex;
  max-width: 535px;
  width: 100%;
  justify-content: space-between;
  width: 50%;
}

.footer_info {
  max-width: 230px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 18px;
}

.footer_info_items {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}

.footer_info_title {
  color: #666666;
  margin-bottom: 8px;
}

.footer_info_p {
  color: #666666;
  width: 100%;
}

.footer_info_btn {
  background-color: unset;
  border: solid 1px #c6c6c6;
  padding: 9.5px 16px;
  border-radius: 4px;
  width: 118px;
  cursor: pointer;
}

a .footer_info_btn {
  color: #006ca0;
}

a .footer_info_btn:hover {
  color: #1b1b1b;
}

.partition {
  background-color: #d9d9d9;
  width: 1px;
  height: auto;
  height: -webkit-fill-available;
  margin: 0 24px;
}

.main_copy {
  max-width: 1200px;
  margin: 0 auto;
}

.main_copy .copy {
  margin: unset;
  display: flex;
  align-items: center;
}

/*
.page-top {
  margin: 0 0 0 auto;
  display: flex;
  justify-content: flex-end;
}


/* ＝＝ナビゲーションなしver.＝＝ 
.sub_footer {
  width: 100%;
  padding: 26px 0 25px;
  background-color: #f6f6f6;
}

.copy {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  align-items: center;
}

.cp {
  font-size: 12px;
  margin-right: 3px;
}

.footer-sp-open-content_detail,
.footer-sp-open-content_detail_brand {
  display: none;
}  
