@charset "UTF-8";
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/********************************************/
/*  Sp-menu*/
/********************************************/
.sp_menu_trigger,
.sp_nav {
  display: none;
}

.hover-opacity {
  transition: opacity 0.3s;
  cursor: pointer;
}
.hover-opacity:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .hover-opacity {
    transition: unset;
  }
  .hover-opacity:hover {
    opacity: 1;
  }
}

/********************************************/
/*header */
/********************************************/
.header {
  width: 100%;
  padding: 15px 0;
  transition: box-shadow 0.3s ease;
}
.header .width1100 {
  position: relative;
}

.header .head_wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 1024px) {
  .header .head_wrapper {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}
.header .head_wrapper .logo {
  position: relative;
  display: block;
  max-width: 150px;
  width: auto;
  margin-right: auto;
  line-height: 1;
}
@media (min-width: 768px) {
  .header .head_wrapper .logo {
    max-width: 180px;
  }
}
.header .head_wrapper .logo img {
  display: block;
}
.header .head_wrapper .logo.open_nav_logo {
  position: absolute;
  left: 15px;
  top: 40px;
}
@media (min-width: 1024px) {
  .header .head_wrapper .bottom {
    order: 3;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.header .head_wrapper .bottom .link_btn {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 1024px) {
  .header .head_wrapper .bottom .link_btn {
    display: none;
  }
}
.header .head_wrapper .bottom .link_btn .box a {
  position: relative;
  display: block;
  max-width: 330px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
  transition: all 0.3s;
}
.header .head_wrapper .bottom .link_btn .box a::before {
  position: absolute;
  left: 20px;
  top: 50%;
  content: "";
  width: 33px;
  height: 33px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.header .head_wrapper .bottom .link_btn .box a.contact {
  margin-bottom: 20px;
}
.header .head_wrapper .bottom .link_btn .box a.contact::before {
  background: url(../img/ico/ico-mail.svg) no-repeat center/contain;
}
.header .head_wrapper .bottom .link_btn .box a.contact:hover {
  background: #333;
}
.header .head_wrapper .bottom .link_btn .box a.line::before {
  background: url(../img/ico/ico-line-bubble.svg) no-repeat center/contain;
}
.header .head_wrapper .bottom .link_btn .box a.line:hover {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .header .head_wrapper .bottom .link_btn .box a {
    max-width: 400px;
  }
}
.header .head_wrapper .top {
  order: 2;
  display: none;
  align-items: center;
  justify-content: flex-end;
  width: auto;
}
@media (min-width: 1024px) {
  .header .head_wrapper .top {
    width: auto;
    display: flex;
    align-items: center;
  }
}

.header .main_nav .nav_list {
  position: relative;
}
.header .main_nav .nav_list .list:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .header .main_nav .nav_list .list {
    display: inline-block;
    margin-right: 2vw;
  }
}
.header .main_nav .nav_list .list > a {
  position: relative;
  display: block;
  color: #333;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .header .main_nav .nav_list .list > a {
    transition: all 0.3s;
  }
  .header .main_nav .nav_list .list > a::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #0A0AB6;
    transition: all 0.3s;
  }
  .header .main_nav .nav_list .list > a:hover {
    color: #0A0AB6;
  }
  .header .main_nav .nav_list .list > a:hover::before {
    width: 100%;
  }
}

.header .head_wrapper .top {
  margin-bottom: 10px;
}
.header .head_wrapper .top .login,
.header .head_wrapper .top .cart {
  width: 120px;
}
.header .head_wrapper .top .login a,
.header .head_wrapper .top .cart a {
  position: relative;
  display: block;
  width: 100%;
  padding: 3px 10px 3px 30px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s;
}
.header .head_wrapper .top .login a:hover,
.header .head_wrapper .top .cart a:hover {
  opacity: 0.7;
}
.header .head_wrapper .top .login a::before,
.header .head_wrapper .top .cart a::before {
  position: absolute;
  left: 8px;
  top: 50%;
  content: "";
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
}
.header .head_wrapper .top .login {
  margin-right: 20px;
}
.header .head_wrapper .top .login a::before {
  background: url(../img/common/ico-login.svg) no-repeat center/contain;
}
.header .head_wrapper .top .cart a::before {
  background: url(../img/common/ico-cart.svg) no-repeat center/contain;
}

/* メガメニュー全体を非表示に */
.megamenu {
  position: absolute;
  display: none;
  left: 0;
  top: 105%;
  width: 100%;
  z-index: 999;
  overflow: scroll;
}
.megamenu.pc_mega.visible {
  display: block;
}
@media (max-width: 1024px) {
  .megamenu.pc_mega.visible {
    display: none;
  }
}
.megamenu.sp_mega {
  display: none;
  position: relative;
}
.megamenu .wrapper {
  width: 100%;
  padding: 35px 45px;
  background-color: #F2F8FF;
}
@media (max-width: 1024px) {
  .megamenu .wrapper {
    padding: 0;
  }
}
.megamenu .contents {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .megamenu .contents {
    margin-bottom: 20px;
  }
}
.megamenu .category_title {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 70px;
  color: #0A0AB6;
}
@media (max-width: 1024px) {
  .megamenu .category_title {
    padding-left: 40px;
  }
}
.megamenu .category_title::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .megamenu .category_title::before {
    width: 30px;
    height: 30px;
  }
}
.megamenu .category_title.cat1::before {
  background: url(../img/common/ico-category01.svg) no-repeat center/contain;
}
.megamenu .category_title.cat2::before {
  background: url(../img/common/ico-category02.svg) no-repeat center/contain;
}
.megamenu .category_title.cat3::before {
  background: url(../img/common/ico-category03.svg) no-repeat center/contain;
}
.megamenu .category_title.cat4::before {
  background: url(../img/common/ico-category04.svg) no-repeat center/contain;
}
.megamenu .category_title.cat5::before {
  background: url(../img/common/ico-category05.svg) no-repeat center/contain;
}
.megamenu .category_title.cat6::before {
  background: url(../img/common/ico-category06.svg) no-repeat center/contain;
}
.megamenu .category_title .color {
  color: #0A0AB6;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 2;
  transition: all 0.3s;
}
.megamenu .category_title .color:hover {
  opacity: 0.7;
}

.megamenu .flex_box {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
@media (max-width: 1024px) {
  .megamenu .flex_box {
    gap: 10px 15px;
  }
}
.megamenu .flex_box .category_list {
  width: calc((100% - 44px) / 3);
}
@media (max-width: 1024px) {
  .megamenu .flex_box .category_list {
    width: calc((100% - 22px) / 2);
  }
}
@media (max-width: 550px) {
  .megamenu .flex_box .category_list {
    width: 100%;
  }
}
.megamenu .flex_box .category_list li:first-child a {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 5px 16px;
  background-color: #0A0AB6;
  color: #FFF;
  line-height: 1.5;
}
.megamenu .flex_box .category_list li:first-child a::after {
  position: absolute;
  right: 10px;
  top: 50%;
  content: "";
  width: 13px;
  height: 12px;
  background: url(../img/ico/ico-nav-arrow.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .megamenu .flex_box .category_list li:first-child a {
    margin-bottom: 5px;
    padding: 3px 10px;
  }
  .megamenu .flex_box .category_list li:first-child a::after {
    width: 10px;
    height: 8px;
  }
}

.megamenu .flex_box .category_list li a {
  line-height: 2;
  font-size: clamp(1.3rem, 2vw, 1.4rem);
}
.megamenu .flex_box .category_list li:not(:last-child) {
  margin-bottom: 10px;
}

#category3,
#category4,
#category5,
#category6 {
  margin-bottom: 20px;
}

/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 1024px) {
  /********************************************/
  /* body fixed*/
  /********************************************/
  body {
    width: 100%;
  }
  body.fixed {
    position: fixed;
    width: 100%;
  }
  /********************************************/
  /*  Sp-menu btn*/
  /********************************************/
  .sp_menu_trigger,
  .sp_menu_trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
  }
  .sp_menu_trigger {
    position: fixed;
    top: 45px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #0A0AB6;
    border-radius: 50%;
    z-index: 499;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /********************************************/
  /*  Sp-menu list*/
  /********************************************/
  /********************************************/
  /*header > nav */
  /********************************************/
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .sp_menu_trigger {
    top: 42px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .sp_menu_trigger span {
    position: absolute;
    background: #FFF;
    width: 6px;
    height: 6px;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .sp_menu_trigger span {
    width: 5px;
    height: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .sp_menu_trigger span:nth-of-type(1) {
    left: 14px;
  }
  .sp_menu_trigger span:nth-of-type(2) {
    left: 0;
    right: 0;
  }
  .sp_menu_trigger span:nth-of-type(3) {
    left: auto;
    right: 14px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .sp_menu_trigger span:nth-of-type(1) {
    left: 9px;
  }
  .sp_menu_trigger span:nth-of-type(2) {
    left: 0;
    right: 0;
  }
  .sp_menu_trigger span:nth-of-type(3) {
    left: auto;
    right: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .sp_menu_trigger.nogap {
    top: 0;
    right: 0;
  }
  .sp_menu_trigger.active span {
    border-radius: unset;
    width: 27px;
    height: 2px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .sp_menu_trigger.active span:nth-of-type(1) {
    transform: translateY(0) rotate(-315deg);
    left: 16px;
    top: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(3) {
    transform: translateY(0) rotate(315deg);
    right: 16px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .sp_menu_trigger.active span {
    width: 23px;
  }
  .sp_menu_trigger.active span:nth-of-type(1) {
    transform: translateY(0) rotate(-315deg);
    left: 13px;
    top: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(3) {
    transform: translateY(0) rotate(315deg);
    right: 13px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .sp_menu_trigger.active span:nth-of-type(1) {
    transform: translateY(0) rotate(-315deg);
    left: 9px;
    top: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(3) {
    transform: translateY(0) rotate(315deg);
    right: 9px;
  }
}
@media screen and (max-width: 1024px) {
  header .main_nav {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f2f8ff;
    width: 100vw;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    z-index: 498;
    overflow-y: scroll;
    padding: 100px 15px;
    box-sizing: border-box;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100px);
    transition: 0.3s;
  }
  header .main_nav.open {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  header .nav_list > li {
    display: block;
    text-align: left;
  }
  header .nav_list > li a {
    padding: 1em 0;
    color: #333;
  }
  .nav_list {
    width: 100%;
    overflow: hidden;
  }
  .header .main_nav .nav_list .event .toggle {
    position: relative;
    display: block;
  }
  .header .main_nav .nav_list .event .toggle::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    width: 13px;
    height: 13px;
    background: url(../img/ico/ico-arrow-down.svg) no-repeat center/contain;
    transition: all 0.5s;
    transform: rotate(0deg) translateY(-50%);
    transform-origin: 50% 25%;
  }
  .header .main_nav .nav_list .event .toggle.active::after {
    transform: rotate(180deg);
  }
}
/********************************************/
/* footer */
/********************************************/
.footer .head_nav {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .footer .head_nav {
    display: block;
  }
}
.footer .head_nav .link {
  position: relative;
  margin-right: 20px;
}
.footer .head_nav .link:last-child {
  margin-left: 20px;
}
.footer .head_nav .link:not(:last-child)::after {
  position: absolute;
  right: -20px;
  top: 50%;
  content: "";
  width: 1px;
  height: 60%;
  background-color: #333;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .footer .head_nav .link {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer .head_nav .link:last-child {
    margin-left: 0;
  }
  .footer .head_nav .link:not(:last-child)::after {
    content: none;
  }
}

.footer .main_container {
  display: flex;
  flex-wrap: wrap;
}
.footer .main_container .left,
.footer .main_container .right {
  width: 50%;
}
@media (max-width: 768px) {
  .footer .main_container .left,
  .footer .main_container .right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer .main_container .left {
    margin-bottom: 30px;
  }
}
.footer .main_container .left .img {
  max-width: 180px;
}
@media (max-width: 768px) {
  .footer .main_container .left .img {
    max-width: 160px;
  }
}
.footer .main_container .footer_nav .link:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .footer .main_container .footer_nav .link:not(:last-child) {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=navigation.css.map */