@charset "UTF-8";
/*共通設定*/
body {
  color: #000;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
  }
}

button,
option,
input,
select {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: solid 1px #666;
  padding: 5px;
}

select {
  color: black;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

input[type=submit],
input[type=button] {
  background: #000;
  color: #fff;
  cursor: pointer;
}

input[type=image] {
  border: none;
  padding: 0;
}

button:hover,
a:hover {
  transition: 0.2s ease-in-out;
}

.arrow-r {
  position: relative;
}
.arrow-r:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}

/*color---------------------------------*/
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fs-12 {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .fs-12 {
    font-size: 10px;
  }
}

.fs-13 {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .fs-13 {
    font-size: 11px;
  }
}

.fs-15 {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .fs-15 {
    font-size: 13px;
  }
}

.fs-16 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .fs-16 {
    font-size: 13px;
  }
}

.fs-18 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .fs-18 {
    font-size: 15px;
  }
}

.fs-20 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .fs-20 {
    font-size: 18px;
  }
}

.fs-22 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .fs-22 {
    font-size: 18px;
  }
}

.fs-24 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .fs-24 {
    font-size: 20px;
  }
}

.fs-30 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .fs-30 {
    font-size: 24px;
  }
}

.fs-35 {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .fs-35 {
    font-size: 26px;
  }
}

/*text color---------------------------------*/
.fc-w {
  color: #fff;
}

/*background---------------------------------*/
.bg_blue {
  background-color: #f0fafa;
}

.bg_white {
  background-color: #fff;
}

/*align---------------------------------*/
.alL {
  text-align: left !important;
}

.alR {
  text-align: right !important;
}

.alC {
  text-align: center !important;
}

/*width---------------------------------*/
.page-width {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .page-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*margin---------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .mb0 {
    margin-bottom: 0 !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0 !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

/*padding---------------------------------*/
.pb0 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .pb0 {
    padding-bottom: 0 !important;
  }
}

.pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .pb10 {
    padding-bottom: 5px !important;
  }
}

.pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .pb20 {
    padding-bottom: 10px !important;
  }
}

.pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .pb30 {
    padding-bottom: 15px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .pb40 {
    padding-bottom: 20px !important;
  }
}

.pb50 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .pb50 {
    padding-bottom: 25px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .pb80 {
    padding-bottom: 40px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}

.pb120 {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  .pb120 {
    padding-bottom: 60px !important;
  }
}

.pt0 {
  padding-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .pt0 {
    padding-top: 0 !important;
  }
}

.pt10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .pt10 {
    padding-top: 5px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .pt20 {
    padding-top: 10px !important;
  }
}

.pt30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .pt30 {
    padding-top: 15px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .pt40 {
    padding-top: 20px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .pt50 {
    padding-top: 25px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .pt60 {
    padding-top: 30px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .pt80 {
    padding-top: 40px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .pt100 {
    padding-top: 50px !important;
  }
}

.pt120 {
  padding-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .pt120 {
    padding-top: 60px !important;
  }
}

/*layout---------------------------------*/
.flex_wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .flex_wrap {
    flex-flow: column wrap;
  }
}

/*only*/
.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.pc_smonly {
  display: block;
}
@media screen and (max-width: 576px) {
  .pc_smonly {
    display: none;
  }
}

.sp_smonly {
  display: none;
}
@media screen and (max-width: 576px) {
  .sp_smonly {
    display: block;
  }
}

.pc_lgonly {
  display: block;
}
@media screen and (max-width: 992px) {
  .pc_lgonly {
    display: none;
  }
}

.sp_lgonly {
  display: none;
}
@media screen and (max-width: 992px) {
  .sp_lgonly {
    display: block;
  }
}

body {
  padding-top: 129px;
}
@media screen and (max-width: 992px) {
  body {
    padding-top: 100px;
  }
}
body > #enter {
  margin-top: -129px !important;
}
@media screen and (max-width: 992px) {
  body > #enter {
    margin-top: -100px !important;
  }
}

/*ヘッダー*/
#header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  background: #fff;
  width: 100%;
}
#header .hd_wrap {
  display: flex;
  align-items: center;
  height: 78px;
  border-bottom: solid 1px #000;
  position: relative;
}
@media screen and (max-width: 992px) {
  #header .hd_wrap {
    height: 50px;
  }
}
#header .hd_logo {
  height: 100%;
  padding: 10px 0 10px 40px;
}
@media screen and (max-width: 1200px) {
  #header .hd_logo {
    padding-left: 15px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 992px) {
  #header .hd_logo {
    width: 60%;
    padding: 10px;
    border-right: solid 1px #000;
  }
}
#header .hd_logo a > h1 {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  #header .hd_logo a > h1 {
    font-size: 10px;
  }
}
#header .hd_logo a > h1:hover {
  opacity: 0.7;
}
#header .hd_logo a > h1 img {
  width: 40%;
  max-width: 180px;
  height: auto;
  margin-right: 5%;
}
@media screen and (max-width: 1360px) {
  #header .hd_logo a > h1 img {
    max-width: 160px;
  }
}
@media screen and (max-width: 992px) {
  #header .hd_logo a > h1 img {
    width: 52%;
    max-width: 120px;
    margin-top: 0;
  }
}
#header .hd_action {
  height: 100%;
  margin-left: auto;
  padding-right: 40px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #header .hd_action {
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  #header .hd_action {
    width: 40%;
    padding-right: 0px;
  }
}
@media screen and (max-width: 992px) {
  #header .hd_action .pc {
    display: none;
  }
}
#header .hd_action .sp {
  display: none;
}
@media screen and (max-width: 992px) {
  #header .hd_action .sp {
    display: block;
  }
}
#header .hd_action ul {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  #header .hd_action ul {
    gap: 15px;
  }
}
@media screen and (max-width: 992px) {
  #header .hd_action ul {
    align-items: inherit;
    gap: 0;
  }
}
#header .hd_action ul li {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  #header .hd_action ul li {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  #header .hd_action ul li:not(:last-of-type) {
    border-right: solid 1px #000;
  }
}
#header .hd_action ul li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  white-space: nowrap;
  font-weight: normal;
  gap: 5px;
}
#header .hd_action ul li > a:hover {
  color: #9f804c;
}
@media screen and (max-width: 992px) {
  #header .hd_action ul li > a {
    padding: 5px 0 4px;
    width: 100%;
    height: 100%;
    font-size: 8px;
    flex-flow: column;
    justify-content: flex-end;
  }
}
#header .hd_action ul li > a.cart {
  background-color: #000;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
@media screen and (max-width: 1360px) {
  #header .hd_action ul li > a.cart {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 992px) {
  #header .hd_action ul li > a.cart {
    background: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
#header .hd_action ul li > a.cart:hover {
  background-color: #9f804c;
}
@media screen and (max-width: 992px) {
  #header .hd_action ul li > a.cart:hover {
    background: #fff;
  }
}
#header .hd_action ul li > a.cart img {
  width: 60%;
  max-width: 22px;
  margin-bottom: 1px;
}
@media screen and (max-width: 1360px) {
  #header .hd_action ul li > a.cart img {
    max-width: 18px;
  }
}
@media screen and (max-width: 992px) {
  #header .hd_action ul li > a.cart img {
    max-width: 26px;
  }
}
#header .hd_action ul li > a img {
  width: 50%;
  max-width: 19px;
  max-height: 22px;
  height: auto;
}
@media screen and (max-width: 992px) {
  #header .hd_action ul li > a img {
    max-width: 24px;
  }
}
#header .hd_action ul li > a p {
  white-space: nowrap;
  line-height: 1;
}
#header .hd_action ul li.has_sub > a {
  cursor: pointer;
  cursor: hand;
}
#header .hd_action ul li.has_sub:hover > a {
  color: #9f804c;
}
#header .hd_action ul li.has_sub:hover .sub {
  opacity: 1;
  visibility: visible;
}
#header .hd_action ul li .sub {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  border-bottom: solid 1px #666;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 40px 15px;
  border-top: solid 1px #000;
}
#header .hd_action ul li .sub .bnr_list {
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
#header .hd_action ul li .sub .bnr_list li {
  max-width: 320px;
  width: calc((100% - 40px) / 3);
}
#header .hd_action ul li .sub .bnr_list .flex_bnr {
  display: flex;
  gap: 0;
  width: 100%;
}
#header .hd_action ul li .sub .bnr_list .flex_bnr:hover {
  opacity: 0.7;
}
#header .hd_action ul li .sub .bnr_list .flex_bnr.c_black {
  background-color: #000;
}
#header .hd_action ul li .sub .bnr_list .flex_bnr.c_red {
  background-color: #950000;
}
#header .hd_action ul li .sub .bnr_list .flex_bnr.c_gray {
  background-color: #f2f2f2;
}
#header .hd_action ul li .sub .bnr_list .flex_bnr.c_gray .text {
  color: #000;
}
#header .hd_action ul li .sub .bnr_list .flex_bnr .img,
#header .hd_action ul li .sub .bnr_list .flex_bnr .text {
  max-width: 160px;
  width: 50%;
}
#header .hd_action ul li .sub .bnr_list .flex_bnr .img img {
  width: 100%;
  max-width: none;
  max-height: none;
}
#header .hd_action ul li .sub .bnr_list .flex_bnr .text {
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
}
#header .hd_action ul li .sub .border_btn {
  gap: 20px;
}
#header .hd_action ul li .sub .border_btn > li {
  width: calc((100% - 80px) / 5);
}
#header .hd_action ul li .sub .border_btn > li > a {
  padding: 5px;
  display: block;
  width: 100%;
  text-align: center;
  border: solid 1px #000;
  border-radius: 50px;
  cursor: pointer;
}
#header .hd_action ul li .sub .border_btn > li > a:hover {
  border-color: #9f804c;
  background-color: #9f804c;
  color: #fff;
}
#header .hd_action ul li .has_menu .menu {
  display: none;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  background-color: #fff;
  border-bottom: solid 1px #666;
  width: 100%;
  padding-bottom: 40px;
}
#header .hd_action ul li .has_menu .menu.active {
  z-index: 1;
}
#header .hd_action ul li .has_menu .menu_box {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
#header .hd_action .search_pc form {
  display: flex;
  align-items: center;
  min-width: 52px;
}
#header .hd_action .search_pc label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  white-space: nowrap;
  font-weight: normal;
  gap: 5px;
  transition: all 0.3s;
  cursor: pointer;
}
#header .hd_action .search_pc label img {
  width: 50%;
  max-width: 19px;
  max-height: 22px;
  height: auto;
}
#header .hd_action .search_pc input {
  position: relative;
  opacity: 0;
  width: 0;
  background: url("https://o-ki.co.jp/common/img/base/icon_search.svg") no-repeat right 12px center/20px auto;
  border: solid 1px #000;
  border-radius: 100px;
  padding: 8px 40px 8px 10px;
  transition: all 0.3s;
}
#header .hd_action .search_pc input:focus {
  opacity: 1;
  width: 250px;
}
@media screen and (max-width: 1200px) {
  #header .hd_action .search_pc input:focus {
    width: 160px;
  }
}
#header .hd_action .search_pc input:focus + label {
  opacity: 0;
}
#header .hd_action #menu_trigger {
  height: 100%;
}
#header .hd_action #menu_trigger a {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  padding: 5px 0 3px;
  font-size: 8px;
}
#header .hd_action #menu_trigger a:after {
  content: "MENU";
  font-weight: normal;
}
#header .hd_action #menu_trigger div {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  max-width: 25px;
  width: 100%;
  height: 18px;
  margin-bottom: 5px;
}
#header .hd_action #menu_trigger div span {
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  transition: ease-out 0.3s;
}
#header .hd_action #menu_trigger.active a {
  background: #000;
  color: #fff;
}
#header .hd_action #menu_trigger.active a:after {
  content: "CLOSE";
}
#header .hd_action #menu_trigger.active a span {
  background: #fff;
  height: 2px;
}
#header .hd_action #menu_trigger.active a span:nth-of-type(1) {
  transform: rotate(45deg) translate(5px, 6px);
}
#header .hd_action #menu_trigger.active a span:nth-of-type(2) {
  transform: rotate(-45deg) translate(7px, -7px);
}
#header .hd_action #menu_trigger.active a span:nth-of-type(3) {
  display: none;
}
#header .gnav {
  border-bottom: solid 1px #000;
  position: relative;
}
#header .gnav .cate {
  display: flex;
  height: 50px;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  #header .gnav .cate .pc {
    display: none;
  }
}
#header .gnav .cate .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .gnav .cate .sp {
    display: block;
  }
}
#header .gnav .cate > li {
  width: 100%;
  padding: 0 3px;
}
#header .gnav .cate > li:not(:last-of-type) {
  border-right: solid 1px #000;
}
#header .gnav .cate > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #header .gnav .cate > li a {
    font-size: 13px;
    letter-spacing: -0.08rem;
    white-space: nowrap;
  }
}
#header .gnav .cate > li a > img {
  display: none;
  width: 10px;
  height: auto;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  #header .gnav .cate > li a > img {
    display: block;
    margin-right: 1px;
  }
}
#header .gnav .has_sub > a {
  cursor: pointer;
  cursor: hand;
}
#header .gnav .has_sub:hover > a {
  color: #9f804c;
}
#header .gnav .has_sub:hover .sub {
  opacity: 1;
  visibility: visible;
}
#header .gnav .sub {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 0.5px);
  left: 0;
  background-color: #fff;
  border-bottom: solid 1px #666;
  width: 100%;
  padding: 40px 0;
}
#header .gnav .sub::before {
  content: "";
  position: absolute;
  top: -20px;
  height: 20px;
  width: 100%;
}
#header .gnav .bnr_list {
  max-width: 880px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
#header .gnav .bnr_list li {
  max-width: 320px;
  width: calc((100% - 40px) / 3);
}
#header .gnav .bnr_list .flex_bnr {
  display: flex;
  gap: 0;
  width: 100%;
}
#header .gnav .bnr_list .flex_bnr:hover {
  opacity: 0.7;
}
#header .gnav .bnr_list .flex_bnr.c_black {
  background-color: #000;
}
#header .gnav .bnr_list .flex_bnr.c_red {
  background-color: #950000;
}
#header .gnav .bnr_list .flex_bnr.c_gray {
  background-color: #f2f2f2;
}
#header .gnav .bnr_list .flex_bnr.c_gray .text {
  color: #000;
}
#header .gnav .bnr_list .flex_bnr .img,
#header .gnav .bnr_list .flex_bnr .text {
  max-width: 160px;
  width: 50%;
}
#header .gnav .bnr_list .flex_bnr .img {
  height: auto;
}
#header .gnav .bnr_list .flex_bnr .img img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}
#header .gnav .bnr_list .flex_bnr .text {
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 992px) {
  #header .gnav .bnr_list .flex_bnr .text {
    font-size: 12px;
  }
}
#header .gnav .bnr_list .flex_bnr .text_box {
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
#header .gnav .bnr_list .flex_bnr .text_box span {
  font-size: 0.7em;
}
#header .gnav .bnr_list.col4 {
  gap: 15px;
}
#header .gnav .bnr_list.col4 li {
  width: calc((100% - 45px) / 4);
}
#header .gnav .bnr_list.col4 .flex_bnr .text {
  letter-spacing: -0.1rem;
  line-height: 1.2;
}

#navi {
  width: 100%;
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  height: calc(100% - 100px);
  overflow-y: scroll;
  background: #fff;
  z-index: 9999;
  display: none;
}
#navi .search {
  padding: 20px 15px;
}
#navi .search form {
  width: 100%;
  display: flex;
  align-items: center;
  border: solid 1px #000;
  border-radius: 100px;
  padding: 6px 30px 6px 15px;
}
#navi .search form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
#navi .search form .searchbox {
  width: 100%;
  border: none;
  font-size: 16px;
}
#navi .search form .searchbox::-moz-placeholder {
  color: #000;
}
#navi .search form .searchbox::placeholder {
  color: #000;
}
#navi .search form .submit_btn_sarch img {
  width: 100%;
  max-width: 24px;
}
#navi .menu {
  padding: 0 15px 10px;
}
#navi .menu > ul > li {
  border-bottom: solid 1px #000;
}
#navi .menu > ul > li > a {
  display: block;
  font-size: 16px;
  padding: 12px 30px 12px 0;
  position: relative;
}
#navi .menu > ul > li > a:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
}
#navi .menu > ul .parent > p {
  display: block;
  font-size: 15px;
  padding: 12px 30px 12px 0;
  position: relative;
  border-bottom: solid 1px #000;
  border-bottom-color: transparent;
  transition: ease-out 0.3s;
}
#navi .menu > ul .parent > p:before, #navi .menu > ul .parent > p:after {
  display: block;
  content: "";
  background-color: #000;
  position: absolute;
  margin-top: 0;
  width: 18px;
  height: 2px;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: ease-out 0.3s;
}
#navi .menu > ul .parent > p:after {
  transform: translateY(-50%) rotate(90deg);
}
#navi .menu > ul .parent.active > p {
  border-bottom-color: #000;
}
#navi .menu > ul .parent.active > p:after {
  transform: translateY(-50%) rotate(0deg);
}
#navi .menu > ul .child {
  display: none;
}
#navi .menu > ul .child ul {
  display: flex;
  flex-flow: wrap;
  padding: 10px 0;
  border-bottom: solid 1px #000;
}
#navi .menu > ul .child ul li {
  width: 50%;
  padding: 3px 0;
}
#navi .menu > ul .child p {
  padding-top: 10px;
}
#navi .menu > ul .child p + ul {
  padding-top: 5px;
}
#navi .menu > ul .child > a {
  display: block;
  padding: 12px 30px 12px 0;
  border-bottom: solid 1px #000;
  position: relative;
}
#navi .menu > ul .child > a:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
}
#navi .menu > ul .child * {
  font-size: 14px;
}
#navi .menu > ul .child > *:last-child {
  border-bottom: none;
}
#navi .menu .contact {
  border-bottom: solid 1px #000;
  padding: 8px 0;
}
#navi .menu .contact a {
  display: block;
  font-size: 14px;
  margin: 6px 0;
}
#navi .menu .contact a:first-of-type {
  color: rgba(0, 0, 0, 0.5);
}
#navi .menu .link {
  display: flex;
  flex-flow: wrap;
  padding: 10px 0;
}
#navi .menu .link a {
  display: block;
  width: 50%;
  font-size: 14px;
  margin: 5px 0;
}
#navi .btn_wrap > div,
#navi .btn_wrap .close {
  width: 100%;
  background: #f2f2f2;
  border-bottom: solid 1px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
}
#navi .btn_wrap > div a,
#navi .btn_wrap .close a {
  display: block;
  background: #000;
  border-radius: 100px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  font-size: 16px;
  max-width: 160px;
  margin: 5px 10px;
}

/*ギフトサービス*/
.gift_service {
  padding: 80px 15px;
}
@media screen and (max-width: 768px) {
  .gift_service {
    padding: 40px 15px;
  }
}

/*ご利用ガイド*/
.user_guide {
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .user_guide {
    padding: 40px 0 0;
  }
}
.user_guide .guide_top {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  max-width: 880px;
  padding: 0 10px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .user_guide .guide_top {
    max-width: 500px;
    padding: 0 10px 30px;
  }
}
.user_guide .guide_top > div {
  text-align: center;
  width: 20%;
  padding: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .user_guide .guide_top > div {
    width: 33%;
  }
}
.user_guide .guide_top > div img {
  width: 80px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .user_guide .guide_top > div img {
    width: 50px;
  }
}
.user_guide .guide_top > div p {
  font-size: 15px;
  letter-spacing: -0.05rem;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .user_guide .guide_top > div p {
    font-size: clamp(13px, 3.8vw, 16px);
    letter-spacing: -0.1rem;
    line-height: 1.5;
  }
}
.user_guide .guide_top > div p span {
  font-size: 70%;
}
.user_guide .guide_main {
  background: #f2f2f2;
  padding: 60px 15px 40px;
}
@media screen and (max-width: 992px) {
  .user_guide .guide_main {
    padding: 20px 15px;
  }
}
.user_guide .guide_main ul {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 30px 22px;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .user_guide .guide_main ul {
    gap: 0;
  }
}
.user_guide .guide_main li {
  width: calc((100% - 88px) / 5);
}
@media screen and (max-width: 992px) {
  .user_guide .guide_main li {
    width: 100%;
  }
}
.user_guide .guide_main li h3 {
  text-align: center;
  font-size: 15px;
  padding: 10px 0 5px;
  border-bottom: solid 1px #000;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .user_guide .guide_main li h3 {
    text-align: left;
    pointer-events: all;
    padding: 15px 30px 15px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .user_guide .guide_main li h3:before, .user_guide .guide_main li h3:after {
    display: block;
    content: "";
    background-color: #000;
    position: absolute;
    margin-top: 0;
    width: 18px;
    height: 2px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    transition: ease-out 0.3s;
  }
}
@media screen and (max-width: 992px) {
  .user_guide .guide_main li h3:after {
    transform: translateY(-50%) rotate(90deg);
  }
}
.user_guide .guide_main li.active h3:after {
  transform: translateY(-50%) rotate(0deg);
}
.user_guide .guide_main li p {
  font-size: 14px;
  padding: 10px 0;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .user_guide .guide_main li p {
    font-size: 16px;
    padding: 15px 0;
    border-bottom: solid 1px #000;
  }
}
@media screen and (max-width: 992px) {
  .user_guide .guide_main li p {
    display: none;
  }
}
.user_guide .guide_main li p a {
  display: inline-block;
  white-space: nowrap;
  color: #9f804c;
  text-decoration: underline;
}
.user_guide .guide_main li p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .user_guide .guide_main li:last-of-type h3 {
    border-bottom-color: transparent;
    transition: ease-out 0.3s;
  }
}
.user_guide .guide_main li:last-of-type.active h3 {
  border-bottom-color: #000;
}
.user_guide .guide_main li:last-of-type p {
  border-bottom: none;
}
.user_guide .guide_bottom {
  background: #f2f2f2;
  padding: 0 15px 80px;
}
@media screen and (max-width: 992px) {
  .user_guide .guide_bottom {
    padding: 0 15px 30px;
  }
}
.user_guide .guide_bottom > div {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .user_guide .guide_bottom > div {
    flex-flow: column;
  }
}
.user_guide .guide_bottom .box {
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
  padding: 20px 10px 10px;
  text-align: center;
}
.user_guide .guide_bottom .box:not(:last-of-type) {
  margin-right: 5px;
}
@media screen and (max-width: 992px) {
  .user_guide .guide_bottom .box:not(:last-of-type) {
    margin-right: 0;
  }
}
.user_guide .guide_bottom .box h3 {
  font-size: 17px;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .user_guide .guide_bottom .box h3 {
    padding-bottom: 5px;
    font-size: 18px;
  }
}
.user_guide .guide_bottom .box > p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  letter-spacing: -0.05rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  .user_guide .guide_bottom .box > p {
    font-size: 28px;
  }
}
.user_guide .guide_bottom .box > p img {
  width: 40px;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .user_guide .guide_bottom .box > p img {
    width: 35px;
  }
}
.user_guide .guide_bottom .box > div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
@media screen and (max-width: 576px) {
  .user_guide .guide_bottom .box > div {
    flex-flow: column;
  }
}
.user_guide .guide_bottom .box > div > a {
  min-width: 70px;
  border: solid 1px #000;
  padding: 3px 5px;
}
@media screen and (max-width: 992px) {
  .user_guide .guide_bottom .box > div > a {
    font-size: 15px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 576px) {
  .user_guide .guide_bottom .box > div > a {
    min-width: 220px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.user_guide .guide_bottom .box > div > a:hover {
  background-color: #9f804c;
  border-color: #9f804c;
  color: #fff;
}
.user_guide .guide_bottom .box > div p {
  max-width: 180px;
  text-align: left;
  font-size: 11px;
  margin-left: 5px;
}
@media screen and (max-width: 992px) {
  .user_guide .guide_bottom .box > div p {
    font-size: 14px;
    letter-spacing: -0.1rem;
    margin-left: 10px;
    max-width: 200px;
  }
}
.user_guide .guide_bottom .box > div p a {
  color: #9f804c;
}
.user_guide .guide_bottom .box > div p:only-child {
  max-width: none;
  font-size: 13px;
}
@media screen and (max-width: 992px) {
  .user_guide .guide_bottom .box > div p:only-child {
    font-size: 16px;
  }
}

/*フッター*/
footer .foot_top, #cart-footer .foot_top {
  background: #000;
  color: #fff;
  padding: 20px 0 0;
}
footer .foot_top .logo, #cart-footer .foot_top .logo {
  text-align: center;
  margin-bottom: 20px;
}
footer .foot_top .logo img, #cart-footer .foot_top .logo img {
  width: 60%;
  max-width: 110px;
}
@media screen and (max-width: 768px) {
  footer .foot_top .logo img, #cart-footer .foot_top .logo img {
    max-width: 130px;
  }
}
footer .foot_top .foot_menu, #cart-footer .foot_top .foot_menu {
  border-top: solid 1px #fff;
}
footer .foot_top .foot_menu ul, #cart-footer .foot_top .foot_menu ul {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  padding: 25px 20px;
}
@media screen and (max-width: 992px) {
  footer .foot_top .foot_menu ul, #cart-footer .foot_top .foot_menu ul {
    flex-flow: wrap;
    padding: 20px;
  }
}
footer .foot_top .foot_menu ul li, #cart-footer .foot_top .foot_menu ul li {
  width: 100%;
  border-left: solid 1px rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 992px) {
  footer .foot_top .foot_menu ul li, #cart-footer .foot_top .foot_menu ul li {
    width: 50%;
    padding-right: 20px;
    border: none;
  }
}
footer .foot_top .foot_menu ul li:last-of-type, #cart-footer .foot_top .foot_menu ul li:last-of-type {
  border-right: solid 1px rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 992px) {
  footer .foot_top .foot_menu ul li:last-of-type, #cart-footer .foot_top .foot_menu ul li:last-of-type {
    border: none;
  }
}
@media screen and (max-width: 992px) {
  footer .foot_top .foot_menu ul li:nth-of-type(even), #cart-footer .foot_top .foot_menu ul li:nth-of-type(even) {
    padding-right: 0;
  }
}
footer .foot_top .foot_menu ul li a, #cart-footer .foot_top .foot_menu ul li a {
  text-align: center;
  display: block;
  font-size: 15px;
  padding: 3px 0;
}
@media screen and (max-width: 992px) {
  footer .foot_top .foot_menu ul li a, #cart-footer .foot_top .foot_menu ul li a {
    text-align: left;
    padding: 8px 0;
    font-size: clamp(13px, 4.1vw, 16px);
  }
}
footer .foot_top .foot_menu ul li a:hover, #cart-footer .foot_top .foot_menu ul li a:hover {
  text-decoration: underline;
}
footer .foot_bottom, #cart-footer .foot_bottom {
  padding: 30px 10px;
}
footer .foot_bottom .sns, #cart-footer .foot_bottom .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
footer .foot_bottom .sns a, #cart-footer .foot_bottom .sns a {
  margin: 10px;
}
footer .foot_bottom .sns a:hover, #cart-footer .foot_bottom .sns a:hover {
  opacity: 0.7;
}
footer .foot_bottom .sns img, #cart-footer .foot_bottom .sns img {
  width: 24px;
  height: auto;
}
footer .foot_bottom .copyright, #cart-footer .foot_bottom .copyright {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  footer .foot_bottom .copyright, #cart-footer .foot_bottom .copyright {
    font-size: 16px;
  }
}

/*TOPへ戻るボタン*/
#page_top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 998;
}
#page_top a {
  display: block;
  background-color: rgba(51, 51, 51, 0.7);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #page_top a {
    width: 40px;
    height: 40px;
  }
}
#page_top a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  content: "";
  background: url("https://o-ki.co.jp/common/img/top/icon_up.svg") no-repeat center center/contain;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  #page_top a:before {
    width: 14px;
    height: 14px;
  }
}
#page_top a:hover {
  background-color: #333;
  text-decoration: none;
}

#floating-menu {
  display: none !important;
  opacity: 0 !important;
}

/*フッター*/ /*ブログヘッダーフッター調整用*/
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

#header,
#footer {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#header .page_width,
#footer .page_width {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
#header a,
#footer a {
  color: #333;
  text-decoration: none;
}
#header li,
#footer li {
  list-style: none;
}
#header .hd_action li.sp,
#footer .hd_action li.sp {
  display: none;
}
#header #footerbottomcolumn a,
#footer #footerbottomcolumn a {
  color: #fff;
}
/*# sourceMappingURL=wp_style.css.map */