@charset "UTF-8";
/* CSS Document */


/*-----------
base
-----------*/

:root {
  --vw: 1vw;
}

html, body {
  margin:0;
  padding:0;
}

#header *,
#footer * {
  margin:0;
  padding:0;
  border:none;
  box-sizing: content-box;
}

#header,
#footer {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .6px;
  font-size: 16px;
  line-height: 1.7;
  color:#000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: content-box;
}

#header img,
#footer img{
  vertical-align: top;
}

#header ul,
#footer ul{
  list-style: none;
}

#header a,
#footer a {
  cursor: pointer;
  transition: 0.2s ease-in-out;
  color: #007096;
}

.pc_no{
  display: none;
}

.sp_no{
  display: block;
}


@media (hover: hover) and (pointer: fine) {
  #header a:hover,
  #footer a:hover {
    text-decoration: none;
  }
}

.hf_sns_nav .sns_h {
  color: #000;
  font-size: 13px;
  font-weight: bold;
}

.hf_sns_nav .sns_links {
  display: flex;
  gap: 16px;
  align-items: center;
  width: fit-content;
  margin-top: 6px !important;
}

.hf_sns_nav .sns_links img {
  display: block;
}

@media (hover: hover) {
  .hf_sns_nav .sns_links a:hover {
    opacity: 0.7;
  }
}

.hf_sns_nav .sns_links .facebook {
  width: 28px;
}

.hf_sns_nav .sns_links .x {
  width: 22px;
}

.hf_sns_nav .sns_links .insta {
  width: 23px;
}

.hf_sns_nav .sns_links .youtube {
  width: 33px;
}


/*-----------
footer
-----------*/

#footer .footer_inner {
  width: 1100px;
  margin: 0 auto;
}

#footer .footer-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding-top: 35px;
  margin-bottom: 22px;
}

#footer .footer-nav a {
  color: #000;
  text-decoration: none;
}

@media (hover: hover) {
  #footer .footer-nav a:hover {
    text-decoration: underline;
  }
}

#footer .footer-nav-list > li {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

#footer .footer-nav-sub {
  margin-top: 8px;
}

#footer .footer-nav-sub > li {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
}

#footer .hf_sns_nav {
  margin-top: 14px;
}

#footer .link_icon {
    padding-right: 25px;
    background: url(../img/common/icon_blank.svg) right center no-repeat;
    background-size: 18px;
}

#footer .footer_copyright {
  min-width: 1100px;
  margin: 0 auto;
  height: 60px;
  background: #1b365d;
  color: #fff;
  text-align: center;
  padding: 20px 0 0;
  box-sizing: border-box;
}

#footer .footer_copyright small {
  display: block;
  font-size: 11px;
}


/*-----------
pagetop
-----------*/

.pagetop {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 1em;
  margin: 0;
  z-index: 90;
}

.pagetop a {
  transition: opacity .2s ease-in-out;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  font-size: 0;
  vertical-align: top;
  opacity: 0.8;
  box-shadow: 0 0 5px #999;
  text-decoration: none;
}

.pagetop a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 11px;
  background: url(../img/common/btn_pagetop.png) 0 0 no-repeat;
  background-size: 24px 11px;
  transform: translate(-50%, -50%);
}

.pagetop a:hover {
  opacity: 0.5;
}


/*
PC
---------------------------------------------------------------------*/

@media print, screen and ( min-width : 769px ) {

#header {
  height: 133px;
  border-bottom: 4px solid #1b365d;
  z-index: 99;
  width: 100%;
  min-width: 1100px;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.9);
  position: relative;
}

#header a {
  text-decoration: none;
}
  

#header .header_inner{
  min-width: 1100px;
  margin: 0 auto;
  padding: 40px 0 0;
  position: relative;
}

#header a.meanmenu-reveal {
  display:none;
}

#header .h_logo {
  width: 204px;
  margin: 0 auto ;
}

#header .h_logo img {
  width: 100%;
}

#header .h_login {
  position: absolute;
  left: 50%;
  top: 0;
  width: 282px;
  font-size: 13px;
  margin-left: 268px;
}

#header .h_login > a {
  background-color: #1b365d;
  border-radius: 0 0 5px 5px;
  color: #fff;
  text-decoration: none;
  padding: 7px 4px 4px;
  display: block;
  text-align: center;
  width: 280px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.26);
  margin-top: -3px;
  box-sizing: border-box;
}

#header .h_login > a:hover {
  filter: brightness(150%);
}

#header .h_login ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
  
#header .h_login ul li {
  margin: 0;
  padding: 0;
}
  
#header .h_login ul li a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  padding: 8px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0;
}
  
#header .h_login ul li a:hover {
  filter: brightness(150%);
  color: #1b365d;
}

#header .h_login ul li a::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -3px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  margin-right: 4px;
  background-color: #000;
}

#header .h_login ul li a:hover::before {
  background-color: #1b365d;
}
  
#header .h_login ul li.online_shop a::before {
-webkit-mask-image: url("../img/common/icon_online_shop.svg");
mask-image: url("../img/common/icon_online_shop.svg");
}

#header .h_login ul li.global_site a::before {
-webkit-mask-image: url("../img/common/icon_global_site.svg");
mask-image: url("../img/common/icon_global_site.svg");
}
  
#header #gNav {
  margin: 10px 0 0 0;
}

#header ul.h_mainnav {
  display: flex;
  justify-content: center;
  margin-top: 28px;
  column-gap: 8px;
}

#header ul.h_mainnav li > a {
  display: block;
  text-align: center;
  line-height: 40px;
  padding: 0 15px;
  background-size: 8px auto;
  color: #000;
  font-weight: bold;
  font-size: 17px;
}

#header ul.h_mainnav li:hover > a,
.nav_homeuse #header ul.h_mainnav li.nav_homeuse > a,
.nav_businessuse #header ul.h_mainnav li.nav_businessuse > a,
.nav_catalog #header ul.h_mainnav li.nav_catalog > a,
.nav_about #header ul.h_mainnav li.nav_about > a,
.nav_company #header ul.h_mainnav li.nav_company > a,
.nav_recruitment #header ul.h_mainnav li.nav_recruitment > a,
.nav_contact #header ul.h_mainnav li.nav_contact > a{
  color: #fff;
  background:#1b365d;
  background-size: 8px auto;
  opacity: 1;
  border-radius: 5px 5px 0 0;
}

#header .sub-menu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 133px;
  left: 0;
  width: 100%;
  background: #1b365d;
  display:flex !important;
  flex-wrap:wrap;
  justify-content: center;
  column-gap: 20px;
  padding: 5px 0;
  transition: 0.2s ease-in-out;
}

#header li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

#header .sub-menu li {
  display: block;
  font-size: 15px;
  padding: 0 20px;
}

#header .nav li .sub-menu a,
#header .nav li .sub-menu a:hover {
  padding: 0;
  display: block;
  border-bottom: none;
  color: #fff;
  position: relative;
  vertical-align: middle;
  font-weight: bold;
}

#header .nav .sub-menu a:after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

#header .nav .sub-menu a:hover::after,
.nav_homeuse.sub_a #header .nav .nav_homeuse .sub-menu li.sub_a a:after,
.nav_homeuse.sub_b #header .nav .nav_homeuse .sub-menu li.sub_b a:after,
.nav_homeuse.sub_c #header .nav .nav_homeuse .sub-menu li.sub_c a:after,
.nav_company.sub_a #header .nav .nav_company .sub-menu li.sub_a a:after,
.nav_company.sub_b #header .nav .nav_company .sub-menu li.sub_b a:after,
.nav_company.sub_c #header .nav .nav_company .sub-menu li.sub_c a:after,
.nav_company.sub_d #header .nav .nav_company .sub-menu li.sub_d a:after,
.nav_company.sub_e #header .nav .nav_company .sub-menu li.sub_e a:after,
.nav_company.sub_f #header .nav .nav_company .sub-menu li.sub_f a:after{
  opacity: 1;
}

#header .hamburger,
#header .trigger_icon {
  display: none;
}

#header .hf_sns_nav {
  display: none;
}

#footer .footer-nav-sub {
  display: block !important;
}

}


/*
SP
---------------------------------------------------------------------*/

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

  #header,
  #footer {
    font-size: calc(100vw / ( 375 / 16 ));
  }

  #header a,
  #footer a {
    transition: none;
  }

  .pc_no{
    display: block;
  }

  .sp_no {
    display: none;
  }

  .hf_sns_nav .sns_h {
    font-size: calc(100vw / ( 375 / 12 ));
  }
  
  .hf_sns_nav .sns_links {
    gap: 6.4vw;
    align-items: center;
    width: fit-content;
    margin-top: 3.5vw !important;
  }
  
  .hf_sns_nav .sns_links .facebook {
    width: 6.4vw;
  }
  
  .hf_sns_nav .sns_links .x {
    width: 5.1vw;
  }
  
  .hf_sns_nav .sns_links .insta {
    width: 5.3vw;
  }
  
  .hf_sns_nav .sns_links .youtube {
    width: 7.7vw;
  }


  /*-----------
  header
  -----------*/

  #header {
    height: 60px;
    color: #fff;
    z-index: 99;
    width: 100%;
    min-width: 0;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 2px solid #1b365d;
    background: #fff;
  }

  #header a {
    text-decoration: none;
  }

  #header .h_logo {
    width: 100px;
    margin: 23px auto 0;
  }

  #header .h_logo img {
    display: block;
    width: 100%;
  }

  #header .nav_inner {
    display: flex;
    flex-direction: column;
  }

  #header .h_login {
    order: 2;
  }

  #header .h_login .btn_business_site {
    position: absolute;
    top: 15px;
    right: 48px;
    background-color: #1b365d;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 3px 15px;
    display: block;
    text-align: center;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.26);
    margin: 0;
    font-weight: bold;
    width: fit-content;
    float: right;
    font-size: 13px;
  }

  #header .h_login ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 32px 0 40px;
  }

  #header .h_login ul li {
    width: fit-content;
    margin: 0;
    padding: 0;
  }

  #header .h_login ul li:last-child {
    border-right: none;
  }

  #header .h_login ul li a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    padding: 1px 8px;
    font-weight: bold;
    position: relative;
    letter-spacing: 0;
    font-size: calc(100vw / ( 375 / 16 ));
    line-height: 1.3;
  }

  #header .h_login ul li a::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    margin-right: 5px;
    background-color: #000;
  }

  #header .h_login ul li a:hover::before {
    background-color: #1b365d;
  }

  #header .h_login ul li.online_shop a::before {
  -webkit-mask-image: url("../img/common/icon_online_shop.svg");
  mask-image: url("../img/common/icon_online_shop.svg");
  }
  
  #header .h_login ul li.global_site a::before {
  -webkit-mask-image: url("../img/common/icon_global_site.svg");
  mask-image: url("../img/common/icon_global_site.svg");
  }

  /* gNav */
  #header #gNav {
    position: fixed;
    top: 0;
    width: 100%;
  }

  #header #gNav .nav {
    position: absolute;
    right: -100vw; /* これで隠れる */
    top: 0;
    width: 90%;
    margin: 0 0 0 10%;
    min-width: 340px;
    height: 100vh;
    background: #fff;
    z-index: 10003;
    list-style-type: none;
    overflow-y: scroll;
    overscroll-behavior-y: none;
    transition: all .6s;
  }

  #header #gNav .nav_inner {
    height: calc(100% + 1px);
  }

  #header .hamburger {
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 300;
    position: absolute;
    right: 8px;
    top: 12px;
  }

  #header .hamburger__line {
    position: absolute;
    left: 5px;
    width: 25px;
    height: 2px;
    background: #000;
  }

  #header .hamburger__line--1 {
    transition: all .6s;
    top: 8px;
  }
  #header .hamburger__line--2 {
    top: 17px;
  }
  #header .hamburger__line--3 {
    transition: all .6s;
    top: 26px;
  }

  #header .black-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10001;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open #header #gNav .nav {
    right: 0;
  }

  .nav-open #header .black-bg {
    opacity: .5;
    visibility: visible;
  }

  .nav-open #header .hamburger{
    position: fixed;
    z-index: 100000;
    margin-top: 0;
  }

  .nav-open #header .hamburger__line {
    left: 3px;
    width: 30px;
  }

  .nav-open #header .hamburger__line--1 {
    transform: rotate(45deg);
    top: 17px;
  }
  .nav-open #header .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open #header .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 17px;
  }

  /* ナビ内のデザイン */
  #header .h_mainnav {
    order: 1;
  }

  #header ul.h_mainnav {
    border-top: 1px solid #e4e4e4;
    margin-top: 70px;
    padding-bottom: 0px;
    font-size: calc(100vw / ( 375 / 16 ));
  }

  #header ul.h_mainnav > li {
    position:relative;
    width:100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e4e4e4;
  }

  #header ul.h_mainnav > li > a {
    display:block;
    width:100%;
    padding: 0 2em;
    visibility:visible;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-weight: bold;
    text-decoration:none;
    text-transform:uppercase;
    box-sizing: border-box;
  }

  #header ul.h_mainnav li a.sub-trigger {
    position: relative;
  }

  #header ul.h_mainnav li a.sub-trigger .icon {
    position: absolute;
    top: 50%;
    right: 21px;
  }

  #header ul.h_mainnav li a.sub-trigger .icon:before,
  #header ul.h_mainnav li a.sub-trigger .icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 1px;
    background: #000;
    transition: all 0.6s;
    backface-visibility: hidden;
  }

  #header ul.h_mainnav li a.sub-trigger .icon:before {
    transform: translate(-87%,-50%) rotate(45deg);
  }

  #header ul.h_mainnav li a.sub-trigger .icon:after {
    transform: translate(-13%,-50%) rotate(-45deg);
  }

  #header ul.h_mainnav li a.sub-trigger.clicked .icon:before {
    width: 20px;
    transform: translate(-50%,-50%) rotate(-45deg);
  }

  #header ul.h_mainnav li a.sub-trigger.clicked .icon:after {
    width: 20px;
    transform: translate(-50%,-50%) rotate(45deg);
  }

  #header .sub-menu {
    background: #1b365d;
    display: none;
  }

  #header .sub-menu li {
    border-bottom: 1px solid #324a6e;
  }

  #header .sub-menu li:last-child {
    border-bottom: none;
  }

  #header .sub-menu a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 11px 2em 11px 2.5em;
    background-size: 7px auto;
    position: relative;
  }

  #header .hf_sns_nav {
    order: 3;
    padding-bottom: 120px;
  }
  
  #header .hf_sns_nav .sns_h {
    text-align: center;
  }
  
  #header .hf_sns_nav .sns_links {
    margin: 3.5vw auto 0;
  }
  
  
  /*-----------
  contents
  -----------*/

  .c-breadcrumbs,
  .sp_mt62 {
    margin-top: 62px;
  }


  /*-----------
  footer
  -----------*/

  #footer .footer_inner {
    width: 100%;
    margin: 0;
  }

  #footer .footer-nav {
    display: block;
    padding-top: 0;
    margin-bottom: 5.3vw;
    border-top: 1px solid #e4e4e4;
  }
  
  #footer .footer-nav a {
    color: #000;
    text-decoration: none;
  }
  
  #footer .footer-nav-list > li {
    margin-bottom: 0;
    font-size: calc(100vw / ( 375 / 14 ));
    border-bottom: 1px solid #e4e4e4;
  }

  #footer .footer-nav-list > li > a {
    position: relative;
    display: block;
    padding: 3.2vw 4vw;
  }

  #footer .footer-nav-list > li > a:not(.sp-sub-trigger)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
  }

  #footer .footer-nav-list--sp_half {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #footer .footer-nav-list--sp_half > li:nth-child(even) {
    border-left: 1px solid #e4e4e4;
    box-sizing: border-box;
  }

  #footer .footer-nav-list a.sp-sub-trigger .icon {
    position: absolute;
    top: 50%;
    right: 22px;
  }

  #footer .footer-nav-list a.sp-sub-trigger .icon:before,
  #footer .footer-nav-list a.sp-sub-trigger .icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 1px;
    background: #000;
    transition: all 0.6s;
    backface-visibility: hidden;
  }

  #footer .footer-nav-list a.sp-sub-trigger .icon:before {
    transform: translate(-87%,-50%) rotate(45deg);
  }

  #footer .footer-nav-list a.sp-sub-trigger .icon:after {
    transform: translate(-13%,-50%) rotate(-45deg);
  }

  #footer .footer-nav-list a.sp-sub-trigger.clicked .icon:before {
    width: 16px;
    transform: translate(-50%,-50%) rotate(-45deg);
  }

  #footer .footer-nav-list a.sp-sub-trigger.clicked .icon:after {
    width: 16px;
    transform: translate(-50%,-50%) rotate(45deg);
  }
  
  #footer .footer-nav-sub {
    margin-top: 0;
    display: none;
  }
  
  #footer .footer-nav-sub > li {
    margin-bottom: 0;
    font-size: calc(100vw / ( 375 / 13 ));
    background-color: #f4f4f4;
    border-top: 1px solid #e4e4e4;
  }

  #footer .footer-nav-sub > li > a {
    position: relative;
    display: block;
    padding: 3.2vw 4vw;
  }

  #footer .footer-nav-sub > li > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
  }
  
  #footer .link_icon {
    background-position: right 14px center;
    background-size: 14px;
  }

  #footer .link_icon::after {
    display: none;
  }

  #footer .hf_sns_nav {
    display: flex;
    align-items: center;
    margin-top: 4.8vw;
    padding-left: 4vw;
  }

  #footer .hf_sns_nav .sns_h {
    margin-right: 8vw;
  }

  #footer .hf_sns_nav .sns_links {
    margin-top: 0 !important;
  }

  #footer .footer_copyright {
    min-width: 0;
    height: 40px;
    padding: 10px 0;
  }

  #footer .footer_copyright small {
    padding: 0 5px;
    letter-spacing: 0;
  }


  /*-----------
  pagetop
  -----------*/

  .pagetop {
    right: 8px;
    bottom: 50px;
  }

  .pagetop a {
    width: 40px;
    height: 40px;
  }

  .pagetop a:after {
    width: 20px;
    height: 10px;
    background: url(../img/common/btn_pagetop.png) 0 0 no-repeat;
    background-size: 20px auto;
  }


}