@charset "UTF-8";

.Flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.alc {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.jus {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 100%;
}

.c-btn1 {
  margin-top: 50px;
}

.c-btn1 a {
  padding: 12px 20px;
  margin: 0 auto;
  width: 270px;
  max-width: 100%;
  width: 280px;
  font-size: 15px;
  line-height: 1.2;
  display: block;
  text-align: center;
  border: 1px solid #b1b1b1;
  position: relative;
  transition: .3s;
}

.c-btn1 i {
  font-size: 10px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-btn1 a:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .c-btn1 a{
    padding: calc(30 / 750 * 100vw);
  }
}
/******************************
header
/******************************/
.l-header-top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .l-header-top .c-search_wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    width: 280px;
  }

  .l-header-top .logo {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    width: 246px;
  }

  .l-header-top .l-header-top-r {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
    width: 250px;
  }
}

.l-header-top .logo h2 {
  margin-bottom: 0;
}

.c-search_wrap input {
  padding-left: 36px;
  width: 235px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
}

.c-search_wrap button {
  border: none;
  background-color: transparent;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-search_wrap .innerbox {
  position: relative;
}

.c-tag {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  font-size: 11px;
}

.l-header-top-r .h_icon_menu {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.l-header-top-r .tel_ico {
  margin: 10px 0 5px 0;
  text-align: right;
  font-size: 28px;
  display: block;
  white-space: nowrap;
}

.c-h_navi > ul {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 25px;
}

.c-mega-menu .menu_box {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: .3s;
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  background-color: rgba(255, 255, 255, .8);
  z-index: 2;
}

.c-mega-menu .menu_box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.c-mega-menu .menu_box ul li {
  padding: 1em;
  width: 25%;
}

.c-mega-menu:hover .menu_box {
  visibility: visible;
  opacity: 1;
  max-height: 500px;
}

.c-h_navi {
  margin-top: 25px;
  width: 100%;
  border-top: 1px solid #e4e3e3;
}

.c-mega-menu {}

.c-h_navi > ul > li > a {
  padding: 20px 10px;
  display: block;
}

.shop_header_block .wrap {
  margin-bottom: 0;
}

header {
  padding: 40px 0 0 0;
}

@media screen and (max-width: 768px) {
  header {
    padding: 0;
  }

  .l-header-top .logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    margin: calc(40 / 750 * 100vw) 0 calc(40 / 750 * 100vw) 0;
    width: calc(220 / 750 * 100vw);
  }

  .l-header-top .logo h1 {
    width: 100%;
  }

  .l-header-top .logo h1 a {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
  }

  .g_h {
    padding: 0;
  }

  .shop_header_block .wrap,
  .shop_header_block .logo a {
    max-width: 100%;
  }
  .shop_header_block .wrap{
    height: auto;
  }

  .l-header-top {
    padding: 0 calc(30 / 750 * 100vw);
  }

  header .free {
    padding: calc(15 / 750 * 100vw) 0;
    width: 100%;
    background: #000;
    color: #fff;
    line-height: 1;
    text-align: center;
  }

  .shop_header_block #header-nav-drawer {
    top:calc(80 / 750 * 100vw);
  }

  .l-header-top-r {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }

  .l-header-top .c-search_wrap {
    padding-bottom: calc(30 / 750 * 100vw);
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
    width: 100%;
  }

  .h_l .h_logo {
    width: 100%;
  }

  .l-header-top-r {
    margin-right: calc(80 / 750 * 100vw);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .uketuke {
    margin-right: 15px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }

  .h_icon_menu {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }

  .h_icon_menu_01 {
    width: calc(36 / 750 * 100vw);
  }

  .h_icon_menu_02 {
    width: calc(42 / 750 * 100vw);
  }

  .h_icon_menu_03 {
    width: calc(46 / 750 * 100vw);
  }

  header .tel_ico::before {
    content: none;

  }

  .l-header-top-r .tel_ico {
    margin: 0;
    content: none;
    background-image: url(../img/icon_tel.png);
    background-size: calc(38 / 750 * 100vw);
    width: calc(38 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
    left: 0;
  }

  .c-search_wrap input {
    width: 100%;
    line-height: 1.2;
    font-size: 16px;
  }

  .c-h_navi,
  .c-tag {
    display: none;
  }
}