@charset "utf-8";

/* CSS Document */
/* == header == */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #f5f3f0;
  z-index: 99;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
}

#header_logo {
  display: block;
  height: 75%;
  margin: 0;
  z-index: 500;
  padding-left: 0;
  padding-right: 1vw;
}

#header_logo img {
  display: block;
  height: 100%;
}

#header_nav {}

#header_nav ul {
  display: flex;
  align-items: center;
}

#header_nav a {
  text-decoration: none;
  text-align: center;
}

.header_nav_wrap {
  padding-right: 0.5em;
}

.header_nav_wrap.to_conv {
  margin-right: 10px;
}

.header_nav_wrap.to_conv .header_nav_l1 {
  background-color: #da2429;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 40px;
  border-radius: 4px;
}

.header_nav_wrap.to_login {
  margin-right: 10px;
}

.header_nav_wrap.to_login .header_nav_l1 {
  background-color: #686868;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 40px;
  border-radius: 4px;
}

.header_nav_wrap a:after {
  /*content: "";
position: absolute;
right: 0px;
top: 0px;
bottom: 0px;
width: 1px;
height: 1.4em;
margin: auto;
background-color: #FFFFFF;*/
}

.header_nav_wrap a:after:hover {
  opacity: 1 !important;
}

li.header_nav_wrap:last-child a:after {
  display: none;
}

.header_nav_wrap-hasChild .header_nav_children {
  display: block;
  position: absolute;
  top: 60px;
  left: 100%;
  background-color: #3a3a3a;
  width: 100%;
  opacity: 0;
  transition: opacity 300ms 0s ease, left 300ms 0s ease;
  padding: 0em 2em;
  font-size: 0.9rem;
}

.header_nav_children-main,
.header_nav_children-sup {
  padding: 0.4em 0;
  text-align: right;
}

.header_nav_children-sup {
  border-top: 1px solid rgba(124, 124, 124, 0.7);
}

.header_nav_l1, #header_nav a#facebook {
  display: inline-block;
  padding: 2em 1vw;
  font-size: 1rem;
  position: relative;
  color: #595757 !important;
  line-height: 1;
  border-radius: 0.3em;
  /*background-color: var(--FIT_KHAK);*/
  font-weight: bold;
}

#header_nav>ul>li .header_nav_l1 {}

.twoinone .header_nav_l1 {
  padding: 0.7em 2vw;
  width: 100%;
  font-size: 80%;
}

.twoinone>*+* {
  margin-top: 0.1em;
}

header .header_nav_l1 {
  /*background-color: var(--FIT_PINK);*/
}

header .gray_link a {
  background-color: var(--FIT_GRAY);
  color: #fff !important;
}

header .khaki_link a {
  background-color: var(--FIT_KHAK);
  color: #fff !important;
}

header .pink_link a {
  background-color: var(--FIT_PINK);
  color: #fff !important;
}

header .hpink_link a {
  background-color: var(--FIT_hazyPINK);
  color: #fff !important;
}

header .line_link a {
  background-color: var(--FIT_LINE);
  color: #fff !important;
}

.header_nav_l1:before {
  /*   content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background: #ffffff;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: auto;
    transition: width 300ms 0s ease;
*/
}

.header_nav_l1:hover:before {
  width: 80%;
}

.header_nav_wrap-hasChild-on .header_nav_children {
  left: 0;
  opacity: 1;
}

#header_nav a#facebook {
  display: inline-block;
  width: auto;
  height: 1.3em;
  position: relative;
  bottom: -0.3em;
}

#header_nav a#facebook img {
  display: block;
  width: 1.3em;
}

.header_nav_l2 {
  display: inline-block;
  padding: 0.2em 1.2em;
  margin: 0.5em;
  position: relative;
  transition: background 300ms 0s ease;
}

.header_nav_l2:before {
  content: "";
  display: none;
  /* [disabled]display: block; */
  background: transparent;
  position: absolute;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  width: 5px;
  height: 5px;
  top: 0;
  left: 0;
  transition: width 300ms 0s ease, height 300ms 0s ease;
}

.header_nav_l2:after {
  content: "";
  display: none;
  /* [disabled]display: block; */
  background: transparent;
  position: absolute;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  width: 5px;
  height: 5px;
  bottom: 0;
  right: 0;
  transition: width 300ms 0s ease, height 300ms 0s ease;
}

.header_nav_l2:hover {}

.header_nav_l2:hover:before, .header_nav_l2:hover:after {
  width: 100%;
  height: 100%;
}

.header_nav_l2 .blu_series {
  color: #4a94c2;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.header_nav_l2 .blk_series {
  color: #969696;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.header_sub_text {
  padding-right: 4vw;
}

/**footer**/
footer {
  background-color: #1e1e1e;
  /*padding-top: 40px;*/
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}

footer .footer-inner {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

footer .footer-inner .footer_logo {
  width: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  margin-top: 1em;
}

footer .footer-inner .footer_logo img {
  width: 100%;
  height: auto;
}

footer .footer-inner .footer_logo_sns {
  width: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  padding-bottom: 1.5em;
}

footer .footer-inner .footer_logo_sns img {
  width: 80%;
  height: auto;
}


footer .footer-inner .foot_smap {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

footer .footer-inner .foot_smap li {
  display: inline-block;
  border-right: 1px solid #aca5a5;
  margin-bottom: 10px;
}

footer .footer-inner .foot_smap li:nth-child(5),
footer .footer-inner .foot_smap li:last-child {
  border-right-style: none;
}

footer .footer-inner .foot_smap li a {
  font-size: 0.8em;
  padding: 0.1em 1.2em;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #595757;
}

footer .footer-inner .foot_smap li a img {
  width: 1.2em;
  height: auto;
}

footer .footer-inner .foot_smap_sns {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 1.2em;
}

footer .footer-inner .foot_smap_sns li {
  display: inline-block;
  border-right: 1px solid #aca5a5;
  margin-bottom: 10px;
}

footer .footer-inner .foot_smap_sns li:nth-child(5),
footer .footer-inner .foot_smap_sns li:last-child {
  border-right-style: none;
}

footer .footer-inner .foot_smap_sns li a {
  font-size: 0.8em;
  padding: 0.1em 1.2em;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #595757;
}

footer .footer-inner .foot_smap_sns li a img {
  width: 1.2em;
  height: auto;
}


footer .footer-inner .foot_office {
  text-align: center;
  background-color: #f8f4ed;
  /*padding-bottom: 30px;*/
  padding-bottom: 100px;
}

footer .footer-inner .foot_sns {
  text-align: center;
  background-color: #ffaab4;
  /*padding-bottom: 30px;*/
  /*padding-bottom: 100px;*/
}

footer .footer-inner .foot_copy {
  font-size: 0.8em;
  color: #595757;
}

@media only screen and (max-width: 1400px) {
  .header_nav_l1 {}
}

@media only screen and (max-width: 767px) {
  header {
    height: 60px;
    justify-content: flex-start;
  }

  #header_btn_sp {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
  }

  #header_btn_sp span {
    pointer-events: none;
    display: block;
    width: 24px;
    height: 2px;
    background: #595757;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    transition: transform 300ms 0s ease, width 300ms 0s ease, top 300ms 0s ease, bottom 300ms 0s ease, right 300ms 0s ease;
  }

  #header_btn_sp span:first-child {
    top: 16px;
  }

  #header_btn_sp span:last-child {
    bottom: 16px;
  }

  .header_nav-on #header_btn_sp span {
    right: 12px;
    width: 18px;
  }

  .header_nav-on #header_btn_sp span:first-child {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 12px;
    top: 7px;
    right: 9px;
  }

  .header_nav-on #header_btn_sp span:last-child {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
    bottom: 7px;
    right: 9px;
  }

  #header_shop {
    position: absolute;
    top: 0;
    right: 60px;
    background-color: rgba(61, 158, 244, 1.00);
    display: block;
    width: 60px;
    height: 60px;
    font-size: 10px;
    text-align: center;
  }

  #header_shop img {
    width: 50%;
    display: block;
    margin: auto;
    margin-top: 0.5em;
  }

  #header_logo {
    width: 15%;
    height: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  #header_logo a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
  }

  #header_logo img {
    width: 100%;
    height: auto;
  }

  .header_sub_text {
    padding-left: 2vw;
    font-size: 0.8rem;
  }

  .out_menu {
    display: flex !important;
    width: calc(85% - 60px);
    padding-left: 5vw;
    padding-right: 1vw;
    justify-content: space-between;
    align-items: stretch;
  }

  .out_menu>* {
    width: 49%;
  }

  .out_menu a {
    font-size: 3.5vw;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 1.3;
    padding: 0.6em 0 0.6em 0;
    border-radius: 0.2em;
    font-weight: bold;
    letter-spacing: 0.01;
  }

  .out_menu a img {
    display: none;
    width: 1.8em;
    height: auto;
    margin: auto;
  }

  #header_nav {
    width: 100%;
    height: 100vh;
    position: absolute;
    ;
    float: none;
    top: 60px;
    right: -100%;
    background: #f8f4ed;
    overflow: scroll;
    transition: right 300ms 0s ease;
  }

  #header_nav ul {
    padding-top: 16px;
    flex-direction: column;
  }

  .header_nav_wrap.to_conv {
    margin-top: 14px;
    text-align: center;
  }

  .header_nav_wrap.to_login {
    margin-top: 8px;
    text-align: center;
  }

  .header_nav-on #header_nav {
    right: 0;
  }

  .header_nav_wrap-hasChild .header_nav_children {
    background: transparent;
    position: static;
    top: auto;
    left: auto;
    padding: 0 1em 0 1.5em;
    text-align: left;
    opacity: 1;
    max-height: 0;
    overflow: hidden;
    transition: max-height 500ms 0s ease;
  }

  .header_nav_wrap-hasChild-on .header_nav_children {
    display: block;
    max-height: 100vh;
  }

  li.header_nav_wrap:last-child a:after {
    display: inline-block;
  }

  #header_nav ul li {
    display: block;
    padding-right: 4vw;
    padding-left: 4vw;
    padding-bottom: 3vw;
    width: 100%;
  }

  #header_nav ul li a.header_nav_l1 {
    width: 100%;
    font-size: 1rem;
    text-align: center;
    padding: 1em 0;
  }

  .header_nav_l1:before {
    /*  bottom: 8px;
        right: auto;
        left: 1em;
	*/
  }

  .header_nav_l1:hover:before {
    width: calc(100% - 2em);
  }

  .header_nav_children-main {
    padding-top: 0;
  }

  .header_nav_children-main,
  .header_nav_children-sup {
    text-align: left;
  }

  .header_nav_l2 {
    padding: 0.2em;
    margin: 0;
  }

  /**footer**/
  footer {}

  footer .footer-inner {}

  footer .footer-inner .footer_logo {
    width: 25%;
  }

  footer .footer-inner .footer_logo img {
    width: 100%;
    height: auto;
    max-width: 90px;
  }

  footer .footer-inner .footer_logo_sns {
    width: 10%;
  }

  footer .footer-inner .footer_logo_sns img {
    width: 100%;
    height: auto;
    max-width: 90px;
  }

  footer .footer-inner .foot_office li,
  footer .footer-inner .foot_sns li {
    max-width: initial;
    display: inline-block;
    width: auto;
  }

  footer .footer-inner .foot_office li a,
  footer .footer-inner .foot_sns li a{
    font-size: 0.7rem;
  }


  footer .footer-inner .foot_smap {
    width: 100%;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
  }

  footer .footer-inner .foot_smap li {
    width: 50%;
    margin-bottom: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #dbd2d2;
    border-color: #dbd2d2;
  }

  footer .footer-inner .foot_smap li:nth-child(-n+2) {
    border-top: 1px solid #dbd2d2;
  }

  footer .footer-inner .foot_smap li:nth-child(2n) {
    border-right-style: none;
  }

  footer .footer-inner .foot_smap li a {
    padding: 2em 0;
  }

  footer .footer-inner .foot_smap li a img {}

  footer .footer-inner .foot_smap_sns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1em;
  }

  footer .footer-inner .foot_smap_sns li {
    width: 80%;
    margin-bottom: 0;
    box-sizing: border-box;
  }


  footer .footer-inner .foot_smap_sns li:nth-child(2n) {
    border-right-style: none;
  }

  footer .footer-inner .foot_smap_sns li a {
    padding: 2em 0;
  }

  footer .footer-inner .foot_smap_sns li a img {}
}