@charset "UTF-8";
/*@import "_partial/_reset";*/
@import url(https://fonts.googleapis.com/css?family=Nunito:600&display=swap&text=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanmp.min.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP:wght@400;500;600&family=Zen+Maru+Gothic&display=swap);
/*フォントファミリー*/
.f_yugo {
  font-family: "游ゴシック体", YuGothic, yu-gothic-pr6n, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}

.f_ns {
  font-family: "Noto Serif JP", serif;
}

.f_zenmaru {
  font-family: "Zen Maru Gothic", sans-serif;
}

/*フォントサイズモジュール*/

/*
フォントサイズモジュール（SP）
ー数字はデザインデータより設定
ーこのモジュールを使用するとブレイクポイント768より
*/

.cmn-ls100 {
  letter-spacing: 0.01;
}

.cmn-ls80 {
  letter-spacing: 0.008;
}

.cmn-ls40 {
  letter-spacing: 0.004;
}

.cmn-ls20 {
  letter-spacing: 0.002;
}

.cmn-lh1 {
  line-height: 1 !important;
}

.cmn-lh14 {
  line-height: 1.4 !important;
}

.cmn-lh16 {
  line-height: 1.6 !important;
}

.cmn-lh18 {
  line-height: 1.8 !important;
}

.cmn-lh20 {
  line-height: 2 !important;
}

.cmn-lh22 {
  line-height: 2.2 !important;
}

.cmn-bold {
  font-weight: bold;
}

.cmn-normal {
  font-weight: normal !important;
}

.cmn-fc-pink {
  color: #db6557 !important;
}

.cmn-fc-black {
  color: #000;
}

.cmn-fc-red {
  color: #df0b28 !important;
}

.cmn-fc-gray {
  color: #9b9b9b;
}

/*共通*/
#contents {
  width: auto;
}

/*トップページ*/
.cmn-ttl .ja {
  color: #333333;
}

.cmn-ttl .en {
  color: #9b9b9b;
}

#wrapper.top {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*キービジュアルスライダー*/
.okb-top-kv {
  margin-bottom: 10.4vw;
  margin-top: 0vw;
}
.okb-top-kv-item {
  padding-left: 0vw;
  padding-right: 0vw;
  position: relative;
}
.okb-top-kv .slick-list {
  overflow: visible;
}
.okb-top-kv .slick-slide img,
.okb-top-kv .slick-slide svg {
  width: 100%;
  height: auto;
}
.okb-top-kv .slick-dots {
  bottom: -45px;
}
.okb-top-kv .slick-prev {
  position: absolute;
  z-index: 10;
  left: calc(50% - 570px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
}
.okb-top-kv .slick-prev:before {
  content: "";
  background: url(../img/common/cmn-img03.png) no-repeat center center;
  background-size: 100% auto;
  display: block;
  width: 75px;
  height: 75px;
}
.okb-top-kv .slick-next {
  z-index: 10;
  left: calc(50% + 510px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
}
.okb-top-kv .slick-next:before {
  content: "";
  background: url(../img/common/cmn-img04.png) no-repeat center center;
  background-size: 100% auto;
  display: block;
  width: 75px;
  height: 75px;
  font-size: 17px;
}
.okb-top-kv .slick-dots li button:before {
  color: #e5e5e5;
  opacity: 1;
  font-size: 15px;
}
.okb-top-kv .slick-dots li.slick-active button:before {
  color: #db6557;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .okb-top-kv .pc_only {
    display: block;
  }
  .okb-top-kv .sp_only {
    display: none !important;
  }
  .okb-top-kv .slick-slide svg image {
    transition: 0.5s transform;
    transform-origin: center;
  }

  .okb-top-kv .slick-slide:hover svg image {
    transform: scale(1.05);
    transition: 0.5s transform;
  }
}

@media screen and (max-width: 767px) {
  .okb-top-kv .pc_only {
    display: none !important;
  }
  .okb-top-kv .sp_only {
    display: block;
  }
  .okb-top-kv .slick-arrow {
    display: none !important;
  }

  .okb-top-kv .slick-slide img {
    opacity: 0.6;
    transition: 0.5s opacity;
  }

  .okb-top-kv .slick-slide.slick-center img {
    opacity: 1;
  }
}

/*アラート*/
.okb-top-att {
  margin-bottom: 14.3vw;
}
.okb-top-att-box {
  border: 1px solid #df0b28;
  border-radius: 8px;
  padding-top: 4.5vw;
  padding-right: 4.5vw;
  padding-bottom: 4.5vw;
  padding-left: 4.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.okb-top-att-box__ttl {
  margin-bottom: 1.9vw !important;
  padding-bottom: 0 !important;
}
.okb-top-att-box__left {
  width: 100%;
}
.okb-top-att-box__left .att-img {
  margin-right: 0;
  margin-left: auto;
  width: 40%;
}
.okb-top-att-box__right {
  color: #df0b28;
  width: 20%;
  height: 100%;
}
.okb-top-att-box__right .att-img {
  margin-right: 0;
  margin-left: auto;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #df0b28;
}

.okb-top-att-no-img {
  margin-bottom: 40px;
}

.okb-top-att-no-img-box {
  border: 1px solid #df0b28;
  border-radius: 8px;
  padding: 40px;
  line-height: 1.6;
}

.okb-top-att-no-img-box > p + p {
  margin-top: 10px;
}

.okb-top-att-no-img-box__list {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 100%;
}

.okb-top-att-no-img-box__list li {
  position: relative;
  padding-left: 1em;
}

.okb-top-att-no-img-box__list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.okb-top-att-no-img-box__list_wrap {
  display: table;
}

.okb-top-att-no-img-box__list_disc,
.okb-top-att-no-img-box__list_text {
  display: table-cell;
}

.okb-top-att-no-img-box__list_disc {
  width: 220px;
}

.okb-top-att-no-img-box__list_text {
  position: relative;
  padding-left: 1em;
}

.okb-top-att-no-img-box__list_text:before {
  content: "：";
  position: absolute;
  top: 0;
  left: 0;
}

.okb-top-att-no-img-box__ttl {
  margin-bottom: 0 !important;
}

.okb-top-att-no-img-box__btn {
  margin: 20px auto 0;
  color: #fff !important;
  font-size: 20px;
  padding: 10px 0;
  max-width: 300px;
  border-radius: 4px;
  border: 1px solid #db6557;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .okb-top-att-no-img-box__list_wrap,
  .okb-top-att-no-img-box__list_disc,
  .okb-top-att-no-img-box__list_text {
    display: block;
  }

  .okb-top-att-no-img-box__list_disc {
    width: auto;
    font-weight: bold;
  }

  .okb-top-att-no-img-box__list_text {
    padding-left: 0;
  }

  .okb-top-att-no-img-box__list_text:before {
    content: none;
  }

  .okb-top-att-no-img-box__list li + li {
    margin-top: 5px;
  }

  .okb-top-att-no-img-box {
    padding: 20px 40px;
  }
}

@media screen and (min-width: 768px) {
  .okb-top-att-no-img-box__btn:hover {
    color: #db6557 !important;
  }
}

@media screen and (max-width: 767px) {
  .okb-top-att-no-img-box__ttl {
    line-height: 1.5 !important;
  }

  .okb-top-att-no-img-box {
    padding: 5vw;
    font-size: 3.46666vw;
  }

  .okb-top-att-no-img-box__btn {
    font-size: 3.46666vw;
    letter-spacing: 0.05em;
    border-radius: 1vw;
    margin: 3vw auto 0;
    padding: 3vw 0;
    max-width: 60.8vw;
  }
}

/*おすすめ特集*/
.okb-top-pickup {
  margin-bottom: 14.3vw;
}
.okb-top-pickup .ttl {
  width: 18%;
  display: block;
}
.okb-top-pickup__ttl {
  margin-bottom: 10.4vw !important;
}
.okb-top-pickup-contents {
  width: 80%;
  max-width: 76.8vw;
}
.okb-top-pickup-contents__img {
  position: relative;
  margin-bottom: 3.2vw;
}
.okb-top-pickup-contents__img .icon {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  display: block;
  width: 17vw;
  height: 17vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -10vw;
  left: -2vw;
}
.okb-top-pickup-contents__img .icon .text {
  text-align: center;
  color: #fff;
  font-size: 2.5vw;
  letter-spacing: 0.025em;
  line-height: 1.3;
  font-weight: 600;
}
.okb-top-pickup-contents__img .icon .line {
  white-space: nowrap;
}
.okb-top-pickup-contents__img .icon-01 {
  background: url(../img/common/ico-bg01.png) no-repeat center center;
  background-size: 100% auto;
}
.okb-top-pickup-contents__img .icon-02 {
  background: url(../img/common/ico-bg02.png) no-repeat center center;
  background-size: 100% auto;
}
.okb-top-pickup-contents__text {
  font-size: 3.46666vw;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: 400;
}
.okb-top-pickup-contents__text strong {
  font-size: 3.73333vw;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: 600;
}
.okb-top-pickup-contents__btn {
  border-radius: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 11.7vw;
  margin-top: 3.2vw;
  border: 1px solid #db6557;
  position: relative;
}
.okb-top-pickup-contents__btn i {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4%;
}
.okb-top-pickup-contents__btn:hover i {
  color: #db6557;
}
.okb-top-pickup-contents__btn .text {
  color: #fff;
  font-size: 3.46666vw;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 600;
}

/*カテゴリー*/
.okb-top-category {
  margin-bottom: 23.4vw;
}
.okb-top-category__ttl {
  margin-bottom: 8.4vw;
}
.okb-top-category-item {
  margin-bottom: 3.9vw;
}
.okb-top-category-item.is-02 {
  margin-left: 0 !important;
}
.okb-top-category-item.is-03 {
  margin-left: 2%;
}
.okb-top-category-item.is-04 {
  margin-left: 0% !important;
}
.okb-top-category-item.is-05 {
  margin-left: 0;
}
.okb-top-category-item.is-06 {
  margin-left: 0% !important;
}
.okb-top-category-item.is-07 {
  margin-left: 2% !important;
}
.okb-top-category-item__img {
  margin-bottom: 2.6vw;
}
.okb-top-category-item__img.has-item {
  margin-bottom: 0.6vw;
}
.okb-top-category-item__text {
  margin-top: 1.9vw;
}
.okb-top-category-item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}
.okb-top-category-item__btn i {
  color: #db6557;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0%;
}
.okb-top-category-item__btn.is-01 {
  width: 26vw;
}
.okb-top-category__btn {
  margin-top: 5.2vw;
}
.okb-top-category__btn .btn {
  margin-left: auto;
  margin-right: auto;
  height: 10.4vw;
  position: relative;
  color: #db6557;
  border-radius: 1.3vw;
}
.okb-top-category__btn .btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4%;
  color: #db6557;
}
.okb-top-category__btn .btn:hover i {
  color: #fff !important;
}

/*人気ランキング*/
.okb-top-ranking {
  margin-bottom: 7.8vw;
  background: url(../img/common/cmn-img02.png) center center;
  background-size: 184px auto;
  padding-bottom: 14.9vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: auto !important;
}
.okb-top-ranking__ttl {
  width: 37.7vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: url(../img/top/top-img39.png) no-repeat center top;
  background-size: 100% auto;
  padding-top: 5.8vw !important;
  margin-bottom: 5.2vw !important;
  -webkit-transform: translateY(-7.9vw);
  transform: translateY(-7.9vw);
}
.okb-top-ranking__ttl:before {
  content: "";
  display: inline-block;
  width: 8.4vw;
  height: 6.5vw;
  background: url(../img/common/ico-men.png) no-repeat center center;
  background-size: 100% auto;
  margin-bottom: 2.6vw !important;
}
.okb-top-ranking__sttl {
  text-align: center;
  margin-bottom: 8.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.okb-top-ranking__sttl:before {
  content: "";
  display: inline-block;
  width: 6.5vw;
  height: 5.2vw;
  background: url(../img/top/top-img42.png) no-repeat center center;
  background-size: 100% auto;
  margin-right: 0.6vw;
}
.okb-top-ranking-list + .okb-top-ranking__sttl {
  margin-top: 17.4vw;
}

.okb-top-ranking-list .slick-track {
  display: flex;
}

.okb-top-ranking-list .slick-slide {
  float: none !important;
  height: auto !important;
}

.okb-top-ranking-list .slick-slide > div {
  height: 100%;
}

.okb-top-ranking-item__btn {
  margin-top: auto;
}

.okb-top-ranking-item {
  position: relative;
  height: 100%;
  display: flex !important;
  flex-direction: column;
}

.okb-top-ranking-item > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.okb-top-ranking-item.is-rank01:before {
  position: absolute;
  top: 0;
  left: 5%;
  content: "";
  width: 6.5vw;
  height: 7.8vw;
  z-index: 10;
  background: url(../img/common/ico-rank01.png) no-repeat center center;
  background-size: 100% auto;
}
.okb-top-ranking-item.is-rank02:before {
  position: absolute;
  top: 0;
  left: 5%;
  content: "";
  width: 6.5vw;
  height: 7.8vw;
  z-index: 10;
  background: url(../img/common/ico-rank02.png) no-repeat center center;
  background-size: 100% auto;
}
.okb-top-ranking-item.is-rank03:before {
  position: absolute;
  top: 0;
  left: 5%;
  content: "";
  width: 6.5vw;
  height: 7.8vw;
  z-index: 10;
  background: url(../img/common/ico-rank03.png) no-repeat center center;
  background-size: 100% auto;
}
.okb-top-ranking-item__img {
  margin-bottom: 2.6vw;
}
.okb-top-ranking-item__text {
  font-size: 3.73333vw;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 2.6vw;
}
.okb-top-ranking-item__price {
  text-align: right;
  margin-top: auto;
}

/*バナー（採用）*/
.okb-top-bnr {
  text-align: center;
  margin-top: 0vw;
  margin-right: 5.2vw;
  margin-bottom: 14.3vw;
  margin-left: 5.2vw;
  display: flex;
  justify-content: center;
  gap: 20px 0;
  flex-wrap: wrap;
}

/*バナー*/
.okb-top-gift {
  margin-bottom: 11.7vw;
}
.okb-top-gift-item__img {
  margin-bottom: 3.2vw;
}
.okb-top-gift-item + .okb-top-gift-item {
  margin-top: 6.5vw;
}
.okb-top-gift-item .text strong {
  margin-bottom: 2.6vw;
  display: inline-block;
}

/*お知らせ*/
.okb-top-info {
  margin-bottom: 23.4vw;
}
.okb-top-info__ttl {
  width: 100%;
}
.okb-top-info__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  margin-bottom: 14.3vw;
}
.okb-top-info__contents-list {
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  margin-bottom: 14.3vw;
}
.okb-top-info__contents-item {
  border-bottom: 1px solid #9b9b9b;
}
.okb-top-info__contents-item:first-child {
  border-top: 1px solid #9b9b9b;
}
.okb-top-info__contents-item-more {
  margin-top: 4.5vw;
}
.okb-top-info__contents-item-more .btn-icon {
  margin-left: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #db6557;
  width: 7.8vw;
  height: 7.8vw;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.okb-top-info__contents-item-more .btn-icon:after {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  font-family: "メイリオ";
  content: "＋";
  line-height: 1;
}
.okb-top-info__contents-item-more__text {
  text-align: right;
}
.okb-top-info__contents-item-more__text .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
}
.okb-top-info__contents-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.okb-top-info__contents-item-header__textarea {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 5.2vw;
  padding-right: 5.2vw;
  padding-bottom: 5.2vw;
  padding-left: 0vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.okb-top-info__contents-item-header__textarea .text-date {
  width: auto;
  margin-right: 6.5vw;
  display: block;
  margin-bottom: 0vw;
  color: #9b9b9b;
}
.okb-top-info__contents-item .btn {
  position: relative;
  display: block;
}
.okb-top-info__contents-item .btn i {
  color: #db6557;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4%;
}
.okb-top-info__btn {
  text-align: center;
}

/*私たちについて*/
.okb-top-about {
  margin-bottom: 42.9vw;
  background: url(../img/common/cmn-img02.png);
  height: 332vw;
  position: relative;
}
.okb-top-about .slick-dots li {
  width: 10px;
}
.okb-top-about .slick-dots {
  width: auto;
}
.okb-top-about .slick-dots li button:before {
  font-size: 10px;
  color: #e5e5e5;
  opacity: 1;
}
.okb-top-about .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #db6557;
}
.okb-top-about-inner {
  z-index: 22 !important;
  position: relative;
}
.okb-top-about-acc02 {
  position: absolute;
  content: "";
}
.okb-top-about-acc01 {
  position: absolute;
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
}
.okb-top-about:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -28.7vw;
  left: 0;
  height: 28.6vw;
  background: url(../img/top/top-img40_sp.png) no-repeat center bottom;
  background-size: 100% auto;
  z-index: 1;
}
.okb-top-about__img {
  text-align: center;
  position: absolute;
  z-index: 10;
}
.okb-top-about__ttl {
  position: absolute;
  top: -39.1vw;
  right: 1.3vw;
  width: 15%;
  margin-left: auto;
  margin-right: 0%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.okb-top-about__ttl .ja {
  margin-left: 1.3vw;
}
.okb-top-about .cmn-cw {
  -webkit-transform: translateY(-37.8vw);
  transform: translateY(-37.8vw);
  margin-bottom: -35.2vw;
}
.okb-top-about-contents {
  position: relative;
  padding-top: 10.4vw;
  padding-bottom: 0vw;
  z-index: 42;
}
.okb-top-about-kv-inner {
  margin-left: calc(50% - 50vw);
  position: relative;
}
.okb-top-about-kv-inner__acc {
  margin-top: 6.5vw;
  width: 70.3vw;
  margin-left: 5.2vw;
}
.okb-top-about__sttl {
  margin-bottom: 4.5vw;
}
.okb-top-about__text {
  margin-bottom: 7.8vw;
}

/*美味しさの秘密*/
.okb-top-secret {
  margin-bottom: 15.6vw;
  overflow: visible;
}
.okb-top-secret .cmn-cw {
  position: relative;
}
.okb-top-secret .cmn-cw:after {
  position: absolute;
  content: "";
  width: 32.5vw;
  height: 26vw;
  display: block;
  top: -1%;
  right: -6%;
  background: url(../img/top/top-img20.png) no-repeat center bottom;
  background-size: 100% auto;
  z-index: 1;
}
.okb-top-secret__ttl {
  position: relative;
  margin-bottom: 7.8vw;
}
.okb-top-secret-list {
  overflow: hidden;
  margin-bottom: 7.8vw;
  position: relative;
  z-index: 10;
}
.okb-top-secret .btn {
  margin-left: auto;
  margin-right: auto;
  width: 88.5vw;
  height: 10.4vw;
  position: relative;
  color: #db6557;
  border-radius: 1.3vw;
}
.okb-top-secret .btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4%;
}

/*半田そうめんの特長と歴史*/
.okb-top-history {
  margin-bottom: 15.6vw;
}
.okb-top-history__ttl {
  margin-bottom: 5.2vw;
  margin-left: auto;
  margin-right: auto;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.okb-top-history-box {
  background: #fff;
  border-radius: 1.3vw;
}
.okb-top-history-box__text {
  margin-bottom: 4.5vw;
}
.okb-top-history-box .btn {
  width: 88.5vw;
  height: 10.4vw;
  position: relative;
  color: #db6557;
  border-radius: 1.3vw;
  margin-left: auto;
  margin-right: auto;
}
.okb-top-history-box .btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4%;
}
.okb-top-history-contents {
  position: relative;
  width: 100%;
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: 0;
}
.okb-top-history .cmn-cw {
  position: relative;
}
.okb-top-history__img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 92.4vw;
  height: 48.1vw;
}

/*オカベの麺ができるまで*/
.okb-top-flow {
  margin-bottom: 15.6vw;
}
.okb-top-flow__ttl {
  margin-bottom: 5.2vw;
  margin-left: auto;
  margin-right: auto;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.okb-top-flow-box {
  background: #fff;
  border-radius: 1.3vw;
}
.okb-top-flow-box__text {
  margin-bottom: 4.5vw;
}
.okb-top-flow-box .btn {
  width: 88.5vw;
  height: 10.4vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #db6557;
  border-radius: 1.3vw;
}
.okb-top-flow-box .btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4%;
}
.okb-top-flow-contents {
  position: relative;
  width: 100%;
  position: relative;
  z-index: 10;
  margin-right: auto;
  margin-right: 0;
}
.okb-top-flow .cmn-cw {
  position: relative;
}
.okb-top-flow__img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 92.4vw;
  height: 48.1vw;
}

/*オカベのおいしくできるレシピ*/
.okb-top-recipe {
  margin-bottom: 15.6vw;
  position: relative;
  padding-bottom: 15.6vw;
}
.okb-top-recipe:before {
  content: "";
  width: 100%;
  height: 169.2vw;
  background: url(../img/common/ico-bg03.png);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.okb-top-recipe__ttl {
  padding-bottom: 22.1vw !important;
  position: relative;
  z-index: 1;
}
.okb-top-recipe__ttl .acc {
  position: absolute;
  bottom: -13.1vw;
  right: calc(50% - 29.2vw);
  width: 58.5vw;
  height: 27.9vw;
}
.okb-top-recipe__kv {
  margin-right: calc(50% - 50vw);
  margin-bottom: 10.4vw;
  position: relative;
  z-index: 1;
}
.okb-top-recipe-list {
  position: relative;
  z-index: 1;
}
.okb-top-recipe-item .btn {
  margin-bottom: 3.9vw;
  display: block;
}
.okb-top-recipe-item strong {
  margin-bottom: 1.3vw;
  display: block;
}

/*オカベの麺を支える人*/
.okb-top-support {
  margin-bottom: 14.3vw;
  background: url(../img/common/cmn-img02.png);
}
.okb-top-support-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.okb-top-support__textarea {
  padding-top: 0vw;
  padding-bottom: 5.2vw;
}
.okb-top-support__textarea__ttl {
  margin-bottom: 4.5vw;
}
.okb-top-support__ttl {
  padding-top: 7.8vw !important;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 15%;
  margin-right: 6%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.okb-top-support__img {
  -webkit-transform: translate(5.2vw, -15.7vw);
  transform: translate(5.2vw, -15.7vw);
  margin-bottom: -15.7vw;
  width: 71.6vw;
  height: 67.7vw;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

/*オカベの麺公式インスタグラム*/
.okb-top-insta {
  overflow: hidden;
  margin-bottom: 14.3vw;
}
.okb-top-insta__ttl {
  margin-bottom: 7.8vw;
}
.okb-top-insta__ttl .ja:before {
  vertical-align: middle;
  content: "";
  width: 6.5vw;
  height: 6.5vw;
  background: url(../img/common/ico-insta.png) no-repeat center center;
  background-size: 100% auto;
  display: inline-block;
  margin-right: 0.5em;
}
.okb-top-insta #okb-insta {
  overflow-x: scroll;
}
.okb-top-insta #okb-insta .okb-insta-in {
  width: 180%;
}
.okb-top-insta #okb-insta img {
  max-width: inherit;
  width: auto;
  height: 45.5vw;
  width: auto;
}

/*スタッフブログ*/
.okb-top-blog {
  padding-bottom: 10.4vw;
}
.okb-top-blog__ttl {
  width: 100%;
  margin-bottom: 7.8vw;
}
.okb-top-blog__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 0;
  margin-bottom: 9.1vw;
}
.okb-top-blog__contents-list {
  margin-left: auto;
  margin-right: 0;
  width: 100%;
}
.okb-top-blog__contents-item {
  border-bottom: 1px solid #9b9b9b;
}
.okb-top-blog__contents-item .btn {
  position: relative;
  display: block;
}
.okb-top-blog__contents-item .btn i {
  color: #db6557;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0%;
}
.okb-top-blog__contents-item:first-child {
  border-top: 1px solid #9b9b9b;
}
.okb-top-blog__contents-item-more {
  margin-top: 4.5vw;
}
.okb-top-blog__contents-item-more .btn-icon {
  margin-left: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #db6557;
  width: 7.8vw;
  height: 7.8vw;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.okb-top-blog__contents-item-more .btn-icon:after {
  content: "＞";
  display: inline-block;
  -webkit-transform: scaleY(1.8);
  transform: scaleY(1.8);
  font-size: 1rem;
}
.okb-top-blog__contents-item-more__text {
  text-align: right;
}
.okb-top-blog__contents-item-more__text .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.okb-top-blog__contents-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.okb-top-blog__contents-item-header__img {
  width: 18.2vw;
  height: 18.2vw;
}
.okb-top-blog__contents-item-header__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.okb-top-blog__contents-item-header__textarea {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 3.2vw;
  padding-right: 3.9vw;
  padding-bottom: 3.2vw;
  padding-left: 3.9vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.okb-top-blog__contents-item-header__textarea .text-date {
  width: 50%;
  margin-right: 6.5vw;
  display: block;
  margin-bottom: 0vw;
  color: #9b9b9b;
}
.okb-top-blog__btn {
  text-align: center;
}

/*お買い物ガイド*/
.okb-top-guide {
  padding-top: 11.7vw;
  padding-bottom: 15.6vw;
}
.okb-top-guide__kv {
  height: 65.1vw;
  background: url(../img/top/top-img35.jpg) no-repeat 77% center;
  background-size: cover;
  margin-bottom: 7.8vw;
}
.okb-top-guide__ttl {
  margin-bottom: 7.8vw;
}
.okb-top-guide-list {
  margin-bottom: 5.2vw;
}
.okb-top-guide-item {
  width: 49%;
}
.okb-top-guide-item .btn {
  position: relative;
  color: #db6557;
  border-radius: 2.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 1.3vw;
  padding-top: 5.2vw;
  padding-right: 2.6vw;
  padding-bottom: 5.2vw;
  padding-left: 2.6vw;
}
.okb-top-guide-item .btn .icon {
  width: 5.2vw;
  display: block;
  margin-right: 0.5em;
}
.okb-top-guide-item .btn .icon img {
  opacity: 0;
}
.okb-top-guide-item .btn .icon.is-point {
  background: url(../img/common/ico-point.svg) no-repeat center center;
  background-size: 100% auto;
}
.okb-top-guide-item .btn .icon.is-cart {
  background: url(../img/common/ico-cart.svg) no-repeat center center;
  background-size: 100% auto;
}
.okb-top-guide-item .btn .icon.is-saifu {
  background: url(../img/common/ico-saifu.svg) no-repeat center center;
  background-size: 100% auto;
}
.okb-top-guide-item .btn .icon.is-box {
  background: url(../img/common/ico-box.svg) no-repeat center center;
  background-size: 100% auto;
}
.okb-top-guide-item .btn:hover .icon.is-point {
  background: url(../img/common/ico-point-white.svg) no-repeat center center;
  background-size: 100% auto;
}
.okb-top-guide-item .btn:hover .icon.is-cart {
  background: url(../img/common/ico-cart-white.svg) no-repeat center center;
  background-size: 100% auto;
}
.okb-top-guide-item .btn:hover .icon.is-saifu {
  background: url(../img/common/ico-saifu-white.svg) no-repeat center center;
  background-size: 100% auto;
}
.okb-top-guide-item .btn:hover .icon.is-box {
  background: url(../img/common/ico-box-white.svg) no-repeat center center;
  background-size: 100% auto;
}
.okb-top-guide-item .btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4%;
}
.okb-top-guide__btn .btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.okb-top-guide .btn-icon {
  margin-left: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #db6557;
  width: 7.8vw;
  height: 7.8vw;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.okb-top-guide .btn-icon:after {
  content: "＞";
  display: inline-block;
  -webkit-transform: scaleY(1.8);
  transform: scaleY(1.8);
  font-size: 1.5rem;
}

/*フォーラム*/
.okb-top-forum {
  margin-bottom: 28.6vw;
  overflow: visible;
}
.okb-top-forum__ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 6.5vw;
}
.okb-top-forum-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 13px;
}
.okb-top-forum-list__date {
  color: #9b9b9b;
  font-size: 3.73333vw;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: 300;
}
.okb-top-forum-list__date .ico-new {
  color: #db6557;
  margin-left: 0.5em;
}
.okb-top-forum-list__item {
  display: block;
  width: 47%;
  margin-bottom: 60px;
  position: relative;
}
.okb-top-forum-list__item:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 5.8vw;
  height: 7.8vw;
}
.okb-top-forum-list__item__image {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.okb-top-forum-list__item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.okb-top-forum-list__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.okb-top-forum-list__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 2px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.okb-top-forum-list__cat__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  background: #f6d8d5;
  font-weight: 400;
  border-radius: 15px;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.okb-top-forum-list__link {
  font-size: 16px;
  font-weight: 700;
  color: #db6557;
  display: block;
  text-align: right;
  margin-top: 25px;
}
.okb-top-forum-list__link::after {
  content: "";
  width: 9px;
  height: 13px;
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAbBAMAAACD78KsAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURUdwTNxkV9plVttkVtlkVdplVtxkVeFpWttlV1LOUckAAAAIdFJOUwBmmOwwSTMRUiueogAAADhJREFUGNNjYDE2ZICA4o4OAQgroqOjEcJi6oALatBGsAWNhZCF66CCEMJHCF+yWUCFGBiSAiA0ANykKrYwuMR0AAAAAElFTkSuQmCC) no-repeat center/contain;
  margin-left: 0.4em;
}
.okb-top-forum .btn {
  margin-left: auto;
  margin-right: auto;
  width: 88.5vw;
  height: 10.4vw;
  position: relative;
  color: #db6557;
  border-radius: 1.3vw;
}
.okb-top-forum .btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4%;
}

/*デフォルトお知らせ非表示*/
.news {
  display: none;
}

/*デフォルトフリーエリアタイトル非表示*/
.freeAreaTitle {
  display: none;
}

/*調整*/
div#main-column > section {
  width: auto;
}

/*js用スタイル*/
.slick-slider {
  -webkit-transition: opacity 0.24s ease 2s;
  transition: opacity 0.24s ease 2s;
  opacity: 0;
}
.slick-slider .slick-slide {
  display: block;
}
.slick-slider.slick-initialized {
  opacity: 1;
}

.js-morearticles-body {
  display: none;
}
.js-morearticles-body .okb-top-info__contents-item:first-child {
  border-top: none;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .cmn-tfs20 {
    font-size: 2.08333vw !important;
  }
  .cmn-tfs22 {
    font-size: 2.29166vw !important;
  }
  .cmn-tfs24 {
    font-size: 2.5vw !important;
  }
  .cmn-tfs26 {
    font-size: 2.70833vw !important;
  }
  .cmn-tfs28 {
    font-size: 2.91666vw !important;
  }
  .cmn-tfs30 {
    font-size: 3.125vw !important;
  }
  .cmn-tfs32 {
    font-size: 3.33333vw !important;
  }
  .cmn-tfs34 {
    font-size: 3.33333vw !important;
  }
  .cmn-tfs36 {
    font-size: 3.75vw !important;
  }
  .cmn-tfs40 {
    font-size: 4.16666vw !important;
  }
  .cmn-tfs44 {
    font-size: 4.58333vw !important;
  }
  .cmn-tfs48 {
    font-size: 5vw !important;
  }
  .cmn-tfs56 {
    font-size: 5.83333vw !important;
  }
  .cmn-tfs60 {
    font-size: 6.25vw !important;
  }
  .cmn-tfs72 {
    font-size: 7.5vw !important;
  }
  .okb-top-history__ttl .ja {
    margin-left: 5px !important;
  }
  .okb-top-history-box {
    padding-right: 0% !important;
  }
  .okb-top-history-box .btn {
    width: 100% !important;
  }
  .okb-top-flow__ttl .ja {
    margin-left: 5px !important;
  }
  .okb-top-flow-box {
    padding-right: 0% !important;
  }
  .okb-top-flow-box .btn {
    width: 80% !important;
  }
  .okb-top-recipe__ttl .acc {
    width: 280px !important;
  }
  .okb-top-guide-item .btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .cmn-sfs20 {
    font-size: 2.60416vw !important;
  }
  .cmn-sfs22 {
    font-size: 2.86458vw !important;
  }
  .cmn-sfs24 {
    font-size: 3.125vw !important;
  }
  .cmn-sfs26 {
    font-size: 3.38541vw !important;
  }
  .cmn-sfs28 {
    font-size: 3.64583vw !important;
  }
  .cmn-sfs30 {
    font-size: 3.90625vw !important;
  }
  .cmn-sfs32 {
    font-size: 4.16666vw !important;
  }
  .cmn-sfs34 {
    font-size: 4.16666vw !important;
  }
  .cmn-sfs36 {
    font-size: 2.34375vw !important;
  }
  .cmn-sfs40 {
    font-size: 5.20833vw !important;
  }
  .cmn-sfs44 {
    font-size: 5.72916vw !important;
  }
  .cmn-sfs48 {
    font-size: 6.25vw !important;
  }
  .cmn-sfs56 {
    font-size: 7.29166vw !important;
  }
  .cmn-sfs60 {
    font-size: 7.8125vw !important;
  }
  .cmn-sfs72 {
    font-size: 9.375vw !important;
  }
  #contents {
    padding-top: 0;
  }
  .okb-top-kv {
    overflow: hidden;
    border-top: 1px solid #9b9b9b !important;
  }
  .okb-top-kv .slick-dots {
    bottom: -30px;
  }
  .okb-top-kv .slick-next:before {
    font-size: 10px;
  }
  .okb-top-kv .slick-dots li button:before {
    font-size: 10px;
  }
  .okb-top-att-box__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .okb-top-att-box__left .dummy-img {
    padding-top: 5.2vw;
  }
  .okb-top-att-box__text {
    width: 56%;
    margin-right: 4%;
  }
  .okb-top-pickup .column-flpc2:nth-child(n + 2) {
    margin-top: 11.7vw;
  }
  .okb-top-pickup-contents__textarea {
    margin-right: -17vw;
  }
  .okb-top-ranking-list .slick-prev {
    left: 1px;
    background: rgba(226, 130, 116, 0.9);
    border-radius: 50%;
    z-index: 20;
  }
  .okb-top-ranking-list .slick-prev:before {
    background: url(../img/common/arrow-l.png) no-repeat center center;
    background-size: 30% auto;
    width: 100%;
    height: 100%;
    display: inline-block;
    content: "";
  }
  .okb-top-ranking-list .slick-next {
    right: 1px;
    background: rgba(226, 130, 116, 0.9);
    border-radius: 50%;
  }
  .okb-top-ranking-list .slick-next:before {
    background: url(../img/common/arrow-r.png) no-repeat center center;
    background-size: 30% auto;
    width: 100%;
    height: 100%;
    display: inline-block;
    content: "";
  }
  .okb-top-ranking-list .slick-prev:hover,
  .okb-top-ranking-list .slick-prev:focus,
  .okb-top-ranking-list .slick-next:hover,
  .okb-top-ranking-list .slick-next:focus {
    background: rgba(226, 130, 116, 0.9);
    border-radius: 50%;
  }
  .okb-top-ranking-item {
    padding-left: 1.9vw;
    padding-right: 1.9vw;
  }
  .okb-top-ranking-item.is-rank01:before {
    left: 1.9vw;
  }
  .okb-top-ranking-item.is-rank02:before {
    left: 1.9vw;
  }
  .okb-top-ranking-item.is-rank03:before {
    left: 1.9vw;
  }
  .okb-top-ranking-item__btn .btn .text {
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  .okb-top-about .slick-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .okb-top-about__img {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-45%, 109%);
    transform: translate(-45%, 109%);
    width: 110%;
  }
  .okb-top-about-kv-inner {
    overflow: hidden;
  }
  .okb-top-secret-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .okb-top-secret-item + .okb-top-secret-item {
    margin-top: 5.2vw;
  }
  .okb-top-history-contents {
    padding-top: 55.3vw;
  }
  .okb-top-flow-contents {
    padding-top: 55.3vw;
  }
  .okb-top-recipe-item + .okb-top-recipe-item {
    margin-top: 6.5vw;
  }
  .okb-top-support__textarea {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: -4vw;
    margin-bottom: 8vw;
  }
  .okb-top-support__ttl {
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
  }
  .okb-top-blog__contents-item-more__text .btn {
    height: 10.4vw;
  }
  .okb-top-blog__contents-item-more__text .btn .btn-icon {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .okb-top-guide-item:nth-child(2n) {
    margin-left: 2%;
  }
  .okb-top-guide-item:nth-child(n + 3) {
    margin-top: 2.6vw;
  }
  .okb-top-guide-item .btn i {
    font-size: 80%;
  }
  .okb-top-forum-list__item.is-01 {
    width: 100%;
    margin-right: 0 !important;
  }
  .okb-top-forum-list__item.is-01 .okb-top-forum-list__item__image {
    height: 78.1vw;
  }
  .okb-top-forum-list__item.is-02 {
    margin-right: 4.4% !important;
  }
  .okb-top-forum-list__item.is-02 .okb-top-forum-list__item__image {
    height: 44.2vw;
  }
  .okb-top-forum-list__item.is-03 {
    margin-right: 0 !important;
  }
  .okb-top-forum-list__item.is-03 .okb-top-forum-list__item__image {
    height: 44.2vw;
  }
  .okb-top-forum-list__cat__item {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .cmn-pfs10 {
    font-size: 8px;
  }
  .cmn-pfs11 {
    font-size: 8.8px;
  }
  .cmn-pfs12 {
    font-size: 9.6px;
  }
  .cmn-pfs13 {
    font-size: 10.4px;
  }
  .cmn-pfs14 {
    font-size: 11.2px;
  }
  .cmn-pfs15 {
    font-size: 12px;
  }
  .cmn-pfs16 {
    font-size: 12.8px;
  }
  .cmn-pfs17 {
    font-size: 13.6px;
  }
  .cmn-pfs18 {
    font-size: 14.4px;
  }
  .cmn-pfs19 {
    font-size: 15.2px;
  }
  .cmn-pfs20 {
    font-size: 16px;
  }
  .cmn-pfs21 {
    font-size: 16.8px;
  }
  .cmn-pfs22 {
    font-size: 17.6px;
  }
  .cmn-pfs23 {
    font-size: 18.4px;
  }
  .cmn-pfs24 {
    font-size: 19.2px;
  }
  .cmn-pfs25 {
    font-size: 20px;
  }
  .cmn-pfs26 {
    font-size: 20.8px;
  }
  .cmn-pfs27 {
    font-size: 21.6px;
  }
  .cmn-pfs28 {
    font-size: 22.4px;
  }
  .cmn-pfs29 {
    font-size: 23.2px;
  }
  .cmn-pfs30 {
    font-size: 24px;
  }
  .cmn-pfs31 {
    font-size: 24.8px;
  }
  .cmn-pfs32 {
    font-size: 25.6px;
  }
  .cmn-pfs33 {
    font-size: 26.4px;
  }
  .cmn-pfs34 {
    font-size: 27.2px;
  }
  .cmn-pfs35 {
    font-size: 28px;
  }
  .cmn-pfs36 {
    font-size: 28.8px;
  }
  .cmn-pfs37 {
    font-size: 29.6px;
  }
  .cmn-pfs38 {
    font-size: 30.4px;
  }
  .cmn-pfs39 {
    font-size: 31.2px;
  }
  .cmn-pfs40 {
    font-size: 32px;
  }
}
@media screen and (min-width: 980px) {
  .cmn-pfs10 {
    font-size: 10px;
  }
  .cmn-pfs11 {
    font-size: 11px;
  }
  .cmn-pfs12 {
    font-size: 12px;
  }
  .cmn-pfs13 {
    font-size: 13px;
  }
  .cmn-pfs14 {
    font-size: 14px;
  }
  .cmn-pfs15 {
    font-size: 15px;
  }
  .cmn-pfs16 {
    font-size: 16px;
  }
  .cmn-pfs17 {
    font-size: 17px;
  }
  .cmn-pfs18 {
    font-size: 18px;
  }
  .cmn-pfs19 {
    font-size: 19px;
  }
  .cmn-pfs20 {
    font-size: 20px;
  }
  .cmn-pfs21 {
    font-size: 21px;
  }
  .cmn-pfs22 {
    font-size: 22px;
  }
  .cmn-pfs23 {
    font-size: 23px;
  }
  .cmn-pfs24 {
    font-size: 24px;
  }
  .cmn-pfs25 {
    font-size: 25px;
  }
  .cmn-pfs26 {
    font-size: 26px;
  }
  .cmn-pfs27 {
    font-size: 27px;
  }
  .cmn-pfs28 {
    font-size: 28px;
  }
  .cmn-pfs29 {
    font-size: 29px;
  }
  .cmn-pfs30 {
    font-size: 30px;
  }
  .cmn-pfs31 {
    font-size: 31px;
  }
  .cmn-pfs32 {
    font-size: 32px;
  }
  .cmn-pfs33 {
    font-size: 33px;
  }
  .cmn-pfs34 {
    font-size: 34px;
  }
  .cmn-pfs35 {
    font-size: 35px;
  }
  .cmn-pfs36 {
    font-size: 36px;
  }
  .cmn-pfs37 {
    font-size: 37px;
  }
  .cmn-pfs38 {
    font-size: 38px;
  }
  .cmn-pfs39 {
    font-size: 39px;
  }
  .cmn-pfs40 {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  #contents {
    overflow: visible;
  }
  #wrapper.top {
    padding-top: 255px;
  }
  .okb-top-att-box__left {
    width: 80%;
  }
  .okb-top-att-box__right .att-img {
    width: 100%;
    max-width: 160px;
  }
  .okb-top-pickup-contents {
    max-width: 440px;
  }
  .okb-top-pickup-contents__img .icon {
    top: -30px;
    left: -20px;
  }
  .okb-top-pickup-contents__btn {
    border-radius: 4px;
  }
  .okb-top-category-item.is-04 {
    margin-left: 2% !important;
  }
  .okb-top-category-item.is-06 {
    margin-left: 2% !important;
  }
  .okb-top-category__btn .btn {
    width: 480px;
    border-radius: 4px;
  }
  .okb-top-ranking {
    background-size: 184px auto;
  }
  .okb-top-ranking__ttl {
    margin-bottom: -20px !important;
  }
  .okb-top-ranking__ttl {
    padding-top: 30px !important;
  }
  .okb-top-ranking__ttl:before {
    margin-bottom: 20px !important;
  }
  .okb-top-ranking-list {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .okb-top-ranking-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .okb-top-info__ttl {
    width: 20%;
  }
  .okb-top-info__contents {
    max-width: 810px;
    width: 80%;
  }
  .okb-top-info__contents-list {
    max-width: 810px;
    width: 80%;
  }
  .okb-top-info__contents-item-header__textarea {
    max-width: 80%;
  }
  .okb-top-info__contents-item-header__textarea .text-date {
    width: 100%;
    margin-right: auto;
  }
  .okb-top-about .slick-dots {
    bottom: -30px;
  }
  .okb-top-about .slick-dots li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .okb-top-about .slick-dots li button:before {
    font-size: 15px;
  }
  .okb-top-about .slick-dots {
    right: 30px;
  }
  .okb-top-about:after {
    background: url(../img/top/top-img40.png) no-repeat center top;
    background-size: 100% auto;
  }
  .okb-top-about-kv-inner__acc {
    z-index: 1;
    position: absolute;
    bottom: -100px;
    left: calc(50% - 380px);
  }
  .okb-top-secret {
    overflow: hidden;
  }
  .okb-top-secret .cmn-cw:after {
    top: 40px;
    right: -125px;
    width: 250px;
    height: 190px;
  }
  .okb-top-secret .btn {
    border-radius: 4px;
  }
  .okb-top-history__ttl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 15%;
    margin-left: auto;
    margin-right: 5%;
  }
  .okb-top-history__ttl .ja {
    margin-left: 20px;
  }
  .okb-top-history-box {
    border-radius: 10px;
    padding-top: 7.8vw;
    padding-right: 7.8vw;
    padding-bottom: 7.8vw;
    padding-left: 7.8vw;
  }
  .okb-top-history-box .btn {
    border-radius: 4px;
  }
  .okb-top-history-contents {
    width: 50%;
  }
  .okb-top-history__img {
    max-width: 940px;
  }
  .okb-top-flow__ttl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 15%;
    margin-left: 15%;
    margin-right: auto;
  }
  .okb-top-flow__ttl .ja {
    margin-left: 20px;
  }
  .okb-top-flow-box {
    border-radius: 10px;
    padding-top: 7.8vw;
    padding-right: 7.8vw;
    padding-bottom: 7.8vw;
    padding-left: 7.8vw;
  }
  .okb-top-flow-box .btn {
    border-radius: 4px;
  }
  .okb-top-flow-contents {
    width: 50%;
  }
  .okb-top-flow__img {
    max-width: 940px;
  }
  .okb-top-recipe__ttl .acc {
    bottom: -28px;
    right: 0;
  }
  .okb-top-recipe-item {
    width: 48%;
  }
  .okb-top-recipe-item:nth-child(n + 2) {
    margin-left: 4%;
  }
  .okb-top-support-contents:before {
    content: "";
    width: 32.5vw;
    height: 26vw;
    display: inline-block;
    position: absolute;
    top: -8.5vw;
    left: -17vw;
    background: url(../img/top/top-img20.png) no-repeat center center;
    background-size: 100% auto;
    top: -65px;
    left: -130px;
  }
  .okb-top-support-contents {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .okb-top-support__textarea {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 42%;
    max-width: 460px;
  }
  .okb-top-support__img {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  .okb-top-blog__contents-item-header__textarea {
    max-width: 80%;
  }
  .okb-top-blog__contents-item-header__textarea .text-date {
    width: 100%;
    margin-right: auto;
  }
  .okb-top-guide__kv {
    background: url(../img/top/top-img35.jpg) no-repeat center center;
  }
  .okb-top-guide-item {
    width: 24%;
  }
  .okb-top-guide-item:nth-child(n + 2) {
    margin-left: 2%;
  }
  .okb-top-guide-item .btn {
    border-radius: 10px;
  }
  .okb-top-guide .btn-icon:after {
    font-size: 1rem;
  }
  .okb-top-forum {
    overflow: hidden;
  }
  .okb-top-forum-list__item {
    width: 31.3%;
  }
  .okb-top-forum-list__item.is-01 {
    margin-right: 3%;
  }
  .okb-top-forum-list__item.is-02 {
    margin-right: 3%;
  }
  .okb-top-forum-list__item.is-03 {
    margin-right: 0;
  }
  .okb-top-forum .btn {
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  #wrapper.top {
    padding-top: 255px;
  }
  .okb-top-kv {
    margin-bottom: 58.4px;
  }
  .okb-top-kv {
    margin-top: 21.9px;
  }
  .okb-top-kv-item {
    padding-left: 10.95px;
  }
  .okb-top-kv-item {
    padding-right: 10.95px;
  }
  .okb-top-att {
    margin-bottom: 87.6px;
  }
  .okb-top-att-box {
    padding-top: 10.95px;
  }
  .okb-top-att-box {
    padding-right: 18.25px;
  }
  .okb-top-att-box {
    padding-bottom: 10.95px;
  }
  .okb-top-att-box {
    padding-left: 18.25px;
  }
  .okb-top-att-box__ttl {
    margin-bottom: 7.3px !important;
  }
  .okb-top-pickup {
    margin-bottom: 80.3px;
  }
  .okb-top-pickup__ttl {
    margin-bottom: 43.8px !important;
  }
  .okb-top-pickup-contents__img {
    margin-bottom: 18.25px;
  }
  .okb-top-pickup-contents__img .icon {
    width: 90px;
    height: 90px;
  }
  .okb-top-pickup-contents__img .icon .text {
    font-size: 14px;
    letter-spacing: -0.008em;
    line-height: 1.2;
    font-weight: 600;
  }
  .okb-top-pickup-contents__text strong {
    font-size: 14.4px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    font-weight: 600;
  }
  .okb-top-pickup-contents__text {
    font-size: 12.8px;
    letter-spacing: 0.08em;
    line-height: 2.2;
    font-weight: 400;
  }
  .okb-top-pickup-contents__btn {
    height: 40px;
  }
  .okb-top-pickup-contents__btn {
    margin-top: 18.25px;
  }
  .okb-top-pickup-contents__btn .text {
    font-size: 12.8px;
    letter-spacing: 0.08em;
    line-height: 1;
    font-weight: 600;
  }
  .okb-top-category {
    margin-bottom: 131.4px;
  }
  .okb-top-category__ttl {
    margin-bottom: 43.8px;
  }
  .okb-top-category-item {
    margin-bottom: 36.5px;
  }
  .okb-top-category-item__img {
    margin-bottom: 14.6px;
  }
  .okb-top-category-item__img.has-item {
    margin-bottom: 3.65px;
  }
  .okb-top-category-item__text {
    margin-top: 14.6px;
  }
  .okb-top-category-item__btn.is-01 {
    width: 180px;
  }
  .okb-top-category__btn {
    margin-top: 18.25px;
  }
  .okb-top-category__btn .btn {
    height: 40px;
  }
  .okb-top-ranking {
    margin-bottom: 87.6px;
  }
  .okb-top-ranking {
    padding-bottom: 87.6px;
  }
  .okb-top-ranking__ttl {
    width: 200px;
  }
  .okb-top-ranking__ttl:before {
    width: 52px;
    height: 40px;
  }
  .okb-top-ranking__ttl {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  .okb-top-ranking__sttl {
    margin-bottom: 21.9px;
  }
  .okb-top-ranking__sttl:before {
    width: 26.4px;
    height: 24px;
  }
  .okb-top-ranking__sttl:before {
    margin-right: 3.65px;
  }
  .okb-top-ranking-list + .okb-top-ranking__sttl {
    margin-top: 51.1px;
  }
  .okb-top-ranking-item.is-rank01:before {
    width: 30.4px;
    height: 40px;
  }
  .okb-top-ranking-item.is-rank02:before {
    width: 30.4px;
    height: 40px;
  }
  .okb-top-ranking-item.is-rank03:before {
    width: 30.4px;
    height: 40px;
  }
  .okb-top-ranking-item__img {
    margin-bottom: 14.6px;
  }
  .okb-top-ranking-item__text {
    font-size: 12.8px;
    letter-spacing: 0.08em;
    line-height: 1.7;
    font-weight: 400;
  }
  .okb-top-ranking-item__text {
    margin-bottom: 14.6px;
  }
  .okb-top-bnr {
    margin-top: 0px;
  }
  .okb-top-bnr {
    margin-right: auto;
  }
  .okb-top-bnr {
    margin-bottom: 80.3px;
  }
  .okb-top-bnr {
    margin-left: auto;
  }
  .okb-top-gift {
    margin-bottom: 131.4px;
  }
  .okb-top-gift-item__img {
    margin-bottom: 18.25px;
  }
  .okb-top-gift-item + .okb-top-gift-item {
    margin-top: 36.5px;
  }
  .okb-top-gift-item .text strong {
    margin-bottom: 7.3px;
  }
  .okb-top-info {
    margin-bottom: 87.6px;
  }
  .okb-top-info__contents {
    margin-bottom: 80.3px;
  }
  .okb-top-info__contents-list {
    margin-bottom: 80.3px;
  }
  .okb-top-info__contents-item-more {
    margin-top: 25.55px;
  }
  .okb-top-info__contents-item-more .btn-icon {
    width: 32px;
    height: 32px;
  }
  .okb-top-info__contents-item-header__textarea {
    padding-top: 10.95px;
  }
  .okb-top-info__contents-item-header__textarea {
    padding-right: 29.2px;
  }
  .okb-top-info__contents-item-header__textarea {
    padding-bottom: 25.55px;
  }
  .okb-top-info__contents-item-header__textarea {
    padding-left: 0px;
  }
  .okb-top-info__contents-item-header__textarea .text-date {
    margin-bottom: 7.3px;
  }
  .okb-top-about {
    margin-bottom: 354.78px;
  }
  .okb-top-about {
    height: 712px;
  }
  .okb-top-about-acc02 {
    top: 224px;
    left: -20%;
    display: block;
    background: url(../img/top/top-img17.png) no-repeat center bottom;
    background-size: 100% auto;
    width: 369px;
    height: 387px;
    z-index: 11;
  }
  .okb-top-about-acc01 {
    top: 406px;
    right: -100px;
    display: block;
    width: 276px;
    height: 494px;
    background: url(../img/top/top-img18.png) no-repeat center bottom;
    background-size: 100% auto;
    z-index: 10;
  }
  .okb-top-about:after {
    bottom: -27%;
    height: 220px;
  }
  .okb-top-about__img {
    width: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -12%);
    transform: translate(-50%, -12%);
  }
  .okb-top-about__ttl {
    top: 135px;
    right: 20px;
    width: 12%;
  }
  .okb-top-about__ttl .ja {
    margin-left: 21.9px;
  }
  .okb-top-about .cmn-cw {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  .okb-top-about .cmn-cw {
    margin-bottom: -70px;
  }
  .okb-top-about-contents {
    padding-top: 105.85px;
  }
  .okb-top-about-contents {
    padding-bottom: 0px;
  }
  .okb-top-about-kv-inner__acc {
    margin-top: auto;
  }
  .okb-top-about-kv-inner__acc {
    width: 284.8px;
  }
  .okb-top-about-kv-inner__acc {
    margin-left: auto;
  }
  .okb-top-about__sttl {
    margin-bottom: 32.85px;
  }
  .okb-top-about__text {
    margin-bottom: 29.2px;
  }
  .okb-top-secret {
    margin-bottom: 131.4px;
  }
  .okb-top-secret__ttl {
    margin-bottom: 80.3px;
  }
  .okb-top-secret-list {
    margin-bottom: 43.8px;
  }
  .okb-top-secret .btn {
    width: 352px;
  }
  .okb-top-secret .btn {
    height: 40px;
  }
  .okb-top-history {
    margin-bottom: 131.4px;
  }
  .okb-top-history__ttl {
    margin-bottom: 80.3px;
  }
  .okb-top-history-box__text {
    margin-bottom: 25.55px;
  }
  .okb-top-history-box .btn {
    width: 352px;
  }
  .okb-top-history-box .btn {
    height: 40px;
  }
  .okb-top-history__img {
    height: 400px;
  }
  .okb-top-flow {
    margin-bottom: 131.4px;
  }
  .okb-top-flow__ttl {
    margin-bottom: 80.3px;
  }
  .okb-top-flow-box__text {
    margin-bottom: 25.55px;
  }
  .okb-top-flow-box .btn {
    width: 352px;
  }
  .okb-top-flow-box .btn {
    height: 40px;
  }
  .okb-top-flow__img {
    height: 400px;
  }
  .okb-top-recipe {
    margin-bottom: 73px;
  }
  .okb-top-recipe {
    padding-bottom: 73px;
  }
  .okb-top-recipe:before {
    height: 592px;
  }
  .okb-top-recipe__ttl {
    padding-bottom: 43.8px !important;
  }
  .okb-top-recipe__ttl .acc {
    width: 320px;
    height: 125.6px;
  }
  .okb-top-recipe__kv {
    margin-bottom: 58.4px;
  }
  .okb-top-recipe-item .btn {
    margin-bottom: 21.9px;
  }
  .okb-top-recipe-item strong {
    margin-bottom: 7.3px;
  }
  .okb-top-support {
    margin-bottom: 80.3px;
  }
  .okb-top-support__textarea {
    padding-top: 94.9px;
  }
  .okb-top-support__textarea {
    padding-bottom: 47.45px;
  }
  .okb-top-support__textarea__ttl {
    margin-bottom: 25.55px;
  }
  .okb-top-support__ttl {
    padding-top: 43.8px !important;
  }
  .okb-top-support__img {
    width: 448px;
  }
  .okb-top-support__img {
    height: 416px;
  }
  .okb-top-insta__ttl {
    margin-bottom: 43.8px;
  }
  .okb-top-insta__ttl .ja:before {
    width: 32px;
    height: 32px;
  }
  .okb-top-insta {
    margin-bottom: 80.3px;
  }
  .okb-top-insta #okb-insta img {
    height: 280px;
  }
  .okb-top-blog {
    padding-bottom: 58.4px;
  }
  .okb-top-blog__ttl {
    margin-bottom: 43.8px;
  }
  .okb-top-blog__ttl {
    width: 30%;
  }
  .okb-top-blog__contents {
    margin-bottom: 80.3px;
  }
  .okb-top-blog__contents-list {
    width: 64%;
  }
  .okb-top-blog__contents-item-more {
    margin-top: 25.55px;
  }
  .okb-top-blog__contents-item-more .btn-icon {
    width: 32px;
    height: 32px;
  }
  .okb-top-blog__contents-item-header__img {
    width: 112px;
    height: 112px;
  }
  .okb-top-blog__contents-item-header__textarea {
    padding-top: 21.9px;
  }
  .okb-top-blog__contents-item-header__textarea {
    padding-right: 29.2px;
  }
  .okb-top-blog__contents-item-header__textarea {
    padding-bottom: 21.9px;
  }
  .okb-top-blog__contents-item-header__textarea {
    padding-left: 29.2px;
  }
  .okb-top-blog__contents-item-header__textarea .text-date {
    margin-bottom: 14.6px;
  }
  .okb-top-guide {
    padding-top: 87.6px;
  }
  .okb-top-guide {
    padding-bottom: 87.6px;
  }
  .okb-top-guide__kv {
    height: 400px;
  }
  .okb-top-guide__kv {
    margin-bottom: 43.8px;
  }
  .okb-top-guide__ttl {
    margin-bottom: 43.8px;
  }
  .okb-top-guide-list {
    margin-bottom: 29.2px;
  }
  .okb-top-guide-item .btn .icon {
    width: 33.6px;
  }
  .okb-top-guide-item .btn {
    padding-top: 14.6px;
  }
  .okb-top-guide-item .btn {
    padding-right: 29.2px;
  }
  .okb-top-guide-item .btn {
    padding-bottom: 14.6px;
  }
  .okb-top-guide-item .btn {
    padding-left: 29.2px;
  }
  .okb-top-guide .btn-icon {
    width: 32px;
    height: 32px;
  }
  .okb-top-forum {
    margin-bottom: 131.4px;
  }
  .okb-top-forum__ttl {
    margin-bottom: 36.5px;
  }
  .okb-top-forum-list__date {
    font-size: 11.2px;
    letter-spacing: 0.08em;
    line-height: 2;
    font-weight: 300;
  }
  .okb-top-forum-list__item:before {
    width: 32px;
    height: 40px;
  }
  .okb-top-forum .btn {
    width: 352px;
  }
  .okb-top-forum .btn {
    height: 40px;
  }
}
@media screen and (min-width: 900px) {
  .okb-top-kv {
    margin-bottom: 80px;
  }
  .okb-top-kv {
    margin-top: 30px;
  }
  .okb-top-kv-item {
    padding-left: 15px;
  }
  .okb-top-kv-item {
    padding-right: 15px;
  }
  .okb-top-att {
    margin-bottom: 120px;
  }
  .okb-top-att-box {
    padding-top: 15px;
  }
  .okb-top-att-box {
    padding-right: 25px;
  }
  .okb-top-att-box {
    padding-bottom: 15px;
  }
  .okb-top-att-box {
    padding-left: 25px;
  }
  .okb-top-att-box__ttl {
    margin-bottom: 10px !important;
  }
  .okb-top-pickup {
    margin-bottom: 110px;
  }
  .okb-top-pickup__ttl {
    margin-bottom: 40px !important;
  }
  .okb-top-pickup-contents__img {
    margin-bottom: 25px;
  }
  .okb-top-pickup-contents__img .icon {
    width: 90px;
    height: 90px;
  }
  .okb-top-pickup-contents__img .icon .text {
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 1.2;
    font-weight: 600;
  }
  .okb-top-pickup-contents__text strong {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    font-weight: 600;
  }
  .okb-top-pickup-contents__text {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2.2;
    font-weight: 400;
  }
  .okb-top-pickup-contents__btn {
    height: 50px;
  }
  .okb-top-pickup-contents__btn {
    margin-top: 25px;
  }
  .okb-top-pickup-contents__btn .text {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 600;
  }
  .okb-top-category {
    margin-bottom: 180px;
  }
  .okb-top-category__ttl {
    margin-bottom: 60px;
  }
  .okb-top-category-item {
    margin-bottom: 50px;
  }
  .okb-top-category-item__img {
    margin-bottom: 20px;
  }
  .okb-top-category-item__img.has-item {
    margin-bottom: 5px;
  }
  .okb-top-category-item__text {
    margin-top: 20px;
  }
  .okb-top-category-item__btn.is-01 {
    width: 225px;
  }
  .okb-top-category__btn {
    margin-top: 25px;
  }
  .okb-top-category__btn .btn {
    height: 50px;
  }
  .okb-top-ranking {
    margin-bottom: 120px;
  }
  .okb-top-ranking {
    padding-bottom: 120px;
  }
  .okb-top-ranking__ttl {
    width: 250px;
  }
  .okb-top-ranking__ttl:before {
    width: 65px;
    height: 50px;
  }
  .okb-top-ranking__ttl {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  .okb-top-ranking__sttl {
    margin-bottom: 30px;
  }
  .okb-top-ranking__sttl:before {
    width: 33px;
    height: 30px;
  }
  .okb-top-ranking__sttl:before {
    margin-right: 5px;
  }
  .okb-top-ranking-list + .okb-top-ranking__sttl {
    margin-top: 70px;
  }
  .okb-top-ranking-item.is-rank01:before {
    width: 38px;
    height: 50px;
  }
  .okb-top-ranking-item.is-rank02:before {
    width: 38px;
    height: 50px;
  }
  .okb-top-ranking-item.is-rank03:before {
    width: 38px;
    height: 50px;
  }
  .okb-top-ranking-item__img {
    margin-bottom: 20px;
  }
  .okb-top-ranking-item__text {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-weight: 400;
  }
  .okb-top-ranking-item__text {
    margin-bottom: 20px;
  }
  .okb-top-bnr {
    margin-top: 0px;
  }
  .okb-top-bnr {
    margin-right: auto;
  }
  .okb-top-bnr {
    margin-bottom: 110px;
  }
  .okb-top-bnr {
    margin-left: auto;
  }
  .okb-top-gift {
    margin-bottom: 180px;
  }
  .okb-top-gift-item__img {
    margin-bottom: 25px;
  }
  .okb-top-gift-item + .okb-top-gift-item {
    margin-top: 50px;
  }
  .okb-top-gift-item .text strong {
    margin-bottom: 10px;
  }
  .okb-top-info {
    margin-bottom: 120px;
  }
  .okb-top-info__contents {
    margin-bottom: 110px;
  }
  .okb-top-info__contents-list {
    margin-bottom: 110px;
  }
  .okb-top-info__contents-item-more {
    margin-top: 35px;
  }
  .okb-top-info__contents-item-more .btn-icon {
    width: 40px;
    height: 40px;
  }
  .okb-top-info__contents-item-header__textarea {
    padding-top: 15px;
  }
  .okb-top-info__contents-item-header__textarea {
    padding-right: 40px;
  }
  .okb-top-info__contents-item-header__textarea {
    padding-bottom: 35px;
  }
  .okb-top-info__contents-item-header__textarea {
    padding-left: 0px;
  }
  .okb-top-info__contents-item-header__textarea .text-date {
    margin-bottom: 10px;
  }
  .okb-top-about {
    margin-bottom: 486px;
  }
  .okb-top-about {
    height: 890px;
  }
  .okb-top-about:after {
    bottom: -20%;
    height: 270px;
  }
  .okb-top-about__img {
    width: 88%;
    left: 50%;
    -webkit-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px);
  }
  .okb-top-about__ttl {
    top: 135px;
    right: 80px;
    width: 15%;
  }
  .okb-top-about__ttl .ja {
    margin-left: 30px;
  }
  .okb-top-about .cmn-cw {
    -webkit-transform: translateY(-270px);
    transform: translateY(-270px);
  }
  .okb-top-about .cmn-cw {
    margin-bottom: -270px;
  }
  .okb-top-about-contents {
    padding-top: 145px;
  }
  .okb-top-about-contents {
    padding-bottom: 0px;
  }
  .okb-top-about-kv-inner__acc {
    margin-top: auto;
  }
  .okb-top-about-kv-inner__acc {
    width: 356px;
  }
  .okb-top-about-kv-inner__acc {
    margin-left: auto;
  }
  .okb-top-about__sttl {
    margin-bottom: 45px;
  }
  .okb-top-about__text {
    margin-bottom: 40px;
  }
  .okb-top-secret {
    margin-bottom: 180px;
  }
  .okb-top-secret__ttl {
    margin-bottom: 110px;
  }
  .okb-top-secret-list {
    margin-bottom: 60px;
  }
  .okb-top-secret .btn {
    width: 440px;
  }
  .okb-top-secret .btn {
    height: 50px;
  }
  .okb-top-history {
    margin-bottom: 180px;
  }
  .okb-top-history__ttl {
    margin-bottom: 110px;
  }
  .okb-top-history-box__text {
    margin-bottom: 35px;
  }
  .okb-top-history-box .btn {
    width: 440px;
  }
  .okb-top-history-box .btn {
    height: 50px;
  }
  .okb-top-history__img {
    height: 500px;
  }
  .okb-top-flow {
    margin-bottom: 180px;
  }
  .okb-top-flow__ttl {
    margin-bottom: 110px;
  }
  .okb-top-flow-box__text {
    margin-bottom: 35px;
  }
  .okb-top-flow-box .btn {
    width: 440px;
  }
  .okb-top-flow-box .btn {
    height: 50px;
  }
  .okb-top-flow__img {
    height: 500px;
  }
  .okb-top-recipe {
    margin-bottom: 100px;
  }
  .okb-top-recipe {
    padding-bottom: 100px;
  }
  .okb-top-recipe:before {
    height: 740px;
  }
  .okb-top-recipe__ttl {
    padding-bottom: 60px !important;
  }
  .okb-top-recipe__ttl .acc {
    width: 400px;
    height: 157px;
  }
  .okb-top-recipe__kv {
    margin-bottom: 80px;
  }
  .okb-top-recipe-item .btn {
    margin-bottom: 30px;
  }
  .okb-top-recipe-item strong {
    margin-bottom: 10px;
  }
  .okb-top-support {
    margin-bottom: 110px;
  }
  .okb-top-support__textarea {
    padding-top: 130px;
  }
  .okb-top-support__textarea {
    padding-bottom: 65px;
  }
  .okb-top-support__textarea__ttl {
    margin-bottom: 35px;
  }
  .okb-top-support__ttl {
    padding-top: 60px !important;
  }
  .okb-top-support__img {
    width: 560px;
  }
  .okb-top-support__img {
    height: 520px;
  }
  .okb-top-insta__ttl {
    margin-bottom: 60px;
  }
  .okb-top-insta__ttl .ja:before {
    width: 40px;
    height: 40px;
  }
  .okb-top-insta {
    margin-bottom: 110px;
  }
  .okb-top-insta #okb-insta img {
    height: 350px;
  }
  .okb-top-blog {
    padding-bottom: 80px;
  }
  .okb-top-blog__ttl {
    margin-bottom: 60px;
  }
  .okb-top-blog__ttl {
    width: 20%;
  }
  .okb-top-blog__contents {
    margin-bottom: 110px;
  }
  .okb-top-blog__contents-list {
    max-width: 810px;
    width: 66%;
  }
  .okb-top-blog__contents-item-more {
    margin-top: 35px;
  }
  .okb-top-blog__contents-item-more .btn-icon {
    width: 40px;
    height: 40px;
  }
  .okb-top-blog__contents-item-header__img {
    width: 140px;
    height: 140px;
  }
  .okb-top-blog__contents-item-header__textarea {
    padding-top: 30px;
  }
  .okb-top-blog__contents-item-header__textarea {
    padding-right: 40px;
  }
  .okb-top-blog__contents-item-header__textarea {
    padding-bottom: 30px;
  }
  .okb-top-blog__contents-item-header__textarea {
    padding-left: 40px;
  }
  .okb-top-blog__contents-item-header__textarea .text-date {
    margin-bottom: 20px;
  }
  .okb-top-guide {
    padding-top: 120px;
  }
  .okb-top-guide {
    padding-bottom: 120px;
  }
  .okb-top-guide__kv {
    height: 500px;
  }
  .okb-top-guide__kv {
    margin-bottom: 60px;
  }
  .okb-top-guide__ttl {
    margin-bottom: 60px;
  }
  .okb-top-guide-list {
    margin-bottom: 40px;
  }
  .okb-top-guide-item .btn .icon {
    width: 42px;
  }
  .okb-top-guide-item .btn {
    padding-top: 20px;
  }
  .okb-top-guide-item .btn {
    padding-right: 40px;
  }
  .okb-top-guide-item .btn {
    padding-bottom: 20px;
  }
  .okb-top-guide-item .btn {
    padding-left: 40px;
  }
  .okb-top-guide .btn-icon {
    width: 40px;
    height: 40px;
  }
  .okb-top-forum {
    margin-bottom: 180px;
  }
  .okb-top-forum__ttl {
    margin-bottom: 50px;
  }
  .okb-top-forum-list__date {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 300;
  }
  .okb-top-forum-list__item:before {
    width: 40px;
    height: 50px;
  }
  .okb-top-forum .btn {
    width: 440px;
  }
  .okb-top-forum .btn {
    height: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .okb-top-ranking-list .slick-prev {
    top: 25%;
    width: 6.5vw;
    height: 6.5vw;
  }
  .okb-top-ranking-list .slick-next {
    top: 25%;
    width: 6.5vw;
    height: 6.5vw;
  }
}
@media screen and (min-width: 900px) and (max-width: 1119px) {
  .okb-top-about-acc02 {
    top: 424px;
    left: -20%;
    display: block;
    background: url(../img/top/top-img17.png) no-repeat center bottom;
    background-size: 100% auto;
    width: 569px;
    height: 587px;
    z-index: 20;
  }
}
@media screen and (min-width: 1120px) {
  .okb-top-about-acc02 {
    top: 424px;
    left: -12%;
    display: block;
    background: url(../img/top/top-img17.png) no-repeat center bottom;
    background-size: 100% auto;
    width: 569px;
    height: 587px;
    z-index: 20;
  }
  .okb-top-about__sttl {
    max-width: 870px;
    margin-left: 8%;
  }
  .okb-top-about__text {
    max-width: 870px;
    margin-left: 8%;
  }
}
@media screen and (min-width: 900px) and (max-width: 1299px) {
  .okb-top-about-acc01 {
    top: 406px;
    right: -300px;
    display: block;
    width: 476px;
    height: 694px;
    background: url(../img/top/top-img18.png) no-repeat center bottom;
    background-size: 100% auto;
    z-index: 10;
  }
}
@media screen and (min-width: 1300px) {
  .okb-top-about-acc01 {
    top: 406px;
    right: 0;
    display: block;
    width: 476px;
    height: 694px;
    background: url(../img/top/top-img18.png) no-repeat center bottom;
    background-size: 100% auto;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .okb-top-about__sttl {
    width: 70%;
    margin-left: 8%;
  }
  .okb-top-about__text {
    width: 70%;
    margin-left: 8%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 899px) {
  .okb-top-history-box {
    padding-top: 36.5px;
  }
  .okb-top-history-box {
    padding-right: 36.5px;
  }
  .okb-top-history-box {
    padding-bottom: 36.5px;
  }
  .okb-top-history-box {
    padding-left: 36.5px;
  }
  .okb-top-flow-box {
    padding-top: 29.2px;
  }
  .okb-top-flow-box {
    padding-right: 36.5px;
  }
  .okb-top-flow-box {
    padding-bottom: 29.2px;
  }
  .okb-top-flow-box {
    padding-left: 29.2px;
  }
  .okb-top-support-contents:before {
    width: 200px;
    height: 160px;
  }
}
@media screen and (min-width: 768px) and (min-width: 900px) {
  .okb-top-history-box {
    padding-top: 50px;
  }
  .okb-top-history-box {
    padding-right: 50px;
  }
  .okb-top-history-box {
    padding-bottom: 50px;
  }
  .okb-top-history-box {
    padding-left: 50px;
  }
  .okb-top-flow-box {
    padding-top: 40px;
  }
  .okb-top-flow-box {
    padding-right: 50px;
  }
  .okb-top-flow-box {
    padding-bottom: 40px;
  }
  .okb-top-flow-box {
    padding-left: 40px;
  }
  .okb-top-support-contents:before {
    width: 250px;
    height: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .okb-top-history__img {
    width: 80%;
  }
  .okb-top-flow__img {
    width: 80%;
  }
  .okb-top-forum-list__item__image {
    width: 100%;
    height: 26vw;
  }
}
@media screen and (min-width: 767px) {
  .okb-top-insta #okb-insta .okb-insta-in {
    width: 150%;
  }
}
@media screen and (min-width: 1280px) {
  .okb-top-forum-list__item__image {
    width: 375px;
    height: 300px;
  }
}

/*お知らせバナー*/
.okb-gw-bnr.bnrmargin202504 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .okb-gw-bnr.bnrmargin202504 {
    margin-bottom: 5vw;
  }
}
