
@charset "UTF-8";
/* *******************
 * media query
 * @param $breakpoint variableで作成した$breakpoint_**のキー
******************** */
/* *******************
 * container query
 * @param $value 値
 * @param $name container名
******************** */
/* *******************
 * hover
 * hoverの挙動をタッチデバイスで動作させたくないとき用
******************** */
/* *******************
 * marginのカスタムプロパティを出力
 * $unit 変化の基準値
 * $decrement 変化の幅(補間)
******************** */
.ff-noto {
  font-family: "Noto Sans JP", sans-serif;
}

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

.ffsplt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.ff-os {
  font-family: "Open Sans", sans-serif;
}

body.re26 {
  color: #000;
}
body.re26.is-home .container {
  padding-top: 0;
}

body.bd-scroll {
  padding-top: 0 !important;
}
.re26-cm-btn {
  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;
  padding-left: 3.6em;
  padding-right: 3.6em;
  border-radius: 1000px;
}
.re26-cm-btn .text {
  color: #fff;
}
.re26-cm-btn.is-blk {
  background: #000;
}
.re26-cm-btn.is-ppl {
  background: #b29fcd;
}
.re26-cm-btn-is-wh {
  background: #fff;
}
.re26-cm-btn-is-wh .text {
  color: #000;
}

.re26-hd {
  position: fixed !important;
  z-index: 5;
  width: 100%;
}
.re26-hd {
  top: 0;
  left: 0;
}
.re26-hd-fix-wrap {
  -webkit-transition: background 0.3s ease 0.2s;
  transition: background 0.3s ease 0.2s;
}
.re26-hd::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.re26-hd::after {
  content: "";
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  will-change: auto;
}
.bd-scroll .re26-hd {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3019607843)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3019607843), rgba(255, 255, 255, 0));
}
.bd-scroll .re26-hd:after {
  opacity: 0;
}

.re26-hd-info {
  position: fixed;
}
.re26-hd-info {
  top: 143px;
  left: 0;
  width: 100%;
  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;
  text-align: center;
  background: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
body.bd-scroll .re26-hd-info {
  opacity: 0;
  height: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}

.re26-hd-info a, .re26-hd-info p {
  color: #fff !important;
}
.re26-hd-in {
  position: relative;
  z-index: 3;
  width: 100%;
}
.re26-hd-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.re26-hd-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.re26-hd-nav-item__btn {
  text-align: center;
}
.re26-hd-nav-item__icon {
  margin-left: auto;
  margin-right: auto;
}
.re26-hd-nav-item__icon img {
  width: auto;
  height: 100%;
}
.re26-hd-nav-item__text {
  color: #000;
  text-align: center;
  display: block;
}
.re26-hd-menu {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.re26-hd-menu__text {
  color: #000;
}
.re26-hd-menu__icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
.re26-hd-menu__icon:before {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  content: "";
  display: inline-block;
}
.re26-hd-menu__icon:before {
  width: 100%;
  background: #000;
  overflow: hidden;
  border-radius: 1000px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.re26-hd-menu__icon:after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  content: "";
  display: inline-block;
}
.re26-hd-menu__icon:after {
  width: 100%;
  background: #000;
  border-radius: 1000px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.re26-hd-menu__icon-bar {
  content: "";
  display: inline-block;
}
.re26-hd-menu__icon-bar {
  width: 100%;
  background: #000;
  border-radius: 1000px;
  overflow: hidden;
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.is-gmenu_open .re26-hd-fix-wrap {
  background: #fff;
  position: relative;
  z-index: 3;
}
body.is-gmenu_open .re26-hd-menu__icon::before {
  left: calc(50% - 4px);
  -webkit-transform: rotate(-45deg) translate(-50%, 0%);
          transform: rotate(-45deg) translate(-50%, 0%);
}
body.is-gmenu_open .re26-hd-menu__icon:after {
  left: calc(50% - 4px);
  -webkit-transform: rotate(45deg) translate(-50%, 0%);
          transform: rotate(45deg) translate(-50%, 0%);
}
body.is-gmenu_open .re26-hd-menu__icon-bar {
  display: none;
}

.re26-hd-gmenu {
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease 0s, height 0s 1s;
  transition: opacity 0.3s ease 0s, height 0s 1s;
  will-change: auto;
  position: fixed;
  opacity: 0;
  background: #fff;
  height: 0;
  overflow: hidden;
  width: 100%;
  overflow: scroll;
  z-index: 1;
  left: 0;
  width: 100%;
}
.re26-hd-gmenu-search-ipt-wrap {
  background: #fff;
  border: 2px solid #000;
  border-radius: 1000px;
}
.re26-hd-gmenu-search-ipt-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.re26-hd-gmenu-search-ipt-wrap {
  margin-left: auto;
  margin-right: auto;
}
.re26-hd-gmenu-search__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1em;
}
.re26-hd-gmenu-search-form {
  overflow: hidden;
  height: 0;
  opacity: 0;
  position: relative;
  z-index: 3;
  -webkit-transition: opacity 0.3s ease 0.1s, height 0s ease 0.4s;
  transition: opacity 0.3s ease 0.1s, height 0s ease 0.4s;
}
.re26-hd-gmenu-search__input {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4em);
  height: 100%;
}
.re26-hd-gmenu-search__input {
  outline: none;
  padding-left: 1em;
  font-weight: bold;
}
.re26-hd-gmenu-search__input {
  border: none;
}
.re26-hd-gmenu-search-menu {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.re26-hd-gmenu-search-menu-item__btn:after {
  font-weight: normal;
  line-height: 1;
  content: ">";
  display: inline-block;
  margin-left: 0.8em;
  vertical-align: middle;
}
.re26-hd-gmenu-search-menu-item .text {
  vertical-align: middle;
  line-height: 1;
  font-weight: bold;
}
.re26-hd-gmenu-search-cat__ttl {
  font-weight: bold;
}
.re26-hd-gmenu-search-cat-item__text {
  display: block;
  text-align: center;
}
.re26-hd-gmenu-cont-item {
  text-align: center;
}
body::after {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}

body.is-gmenu_open::after {
  -webkit-transition: opacity 0.3s ease 0.2s, height 0s ease 0s;
  transition: opacity 0.3s ease 0.2s, height 0s ease 0s;
  height: 100vh;
  opacity: 1;
}
body.is-gmenu_open .re26-hd-gmenu-search-form {
  opacity: 1;
  display: block;
}
body.is-gmenu_open .re26-hd-gmenu-search-form {
  -webkit-transition: opacity 0.3s ease 0.1s, height 0s ease 0s;
  transition: opacity 0.3s ease 0.1s, height 0s ease 0s;
}
body.is-gmenu_open .re26-hd-gmenu {
  z-index: 2;
  -webkit-transition: opacity 0.3s ease 0.2s, height 0s ease 0s;
  transition: opacity 0.3s ease 0.2s, height 0s ease 0s;
  opacity: 1;
  height: 58vh;
  pointer-events: auto;
}

.re26-ft {
  background: #1e1e1e;
}
.re26-ft-in-right-item {
  width: 100%;
}
.re26-ft-in-right-item {
  margin-right: auto;
}
.re26-ft-in-right-item .btn {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
}
.re26-ft-copy {
  display: block;
  width: 100%;
  text-align: center;
  color: #9b8989;
  line-height: 1.6;
}
.re26-top-kv {
  overflow: hidden;
}
.re26-top-kv__logo {
  width: 100%;
  max-width: 90%;
  margin-left: 0;
  margin-right: auto;
}
.re26-top-cat-item__img {
  position: relative;
}
.re26-top-cat-item__img .ico {
  content: "";
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 1em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.re26-top-cat-item__img .ico {
  background: url(/user_data/images/re26/common/nobk.png) no-repeat center center/100% auto;
}
.re26-top-cat-search-form {
  width: 100%;
}
.re26-top-cat-search-ipt-wrap {
  border: 2px solid #000;
  border-radius: 1000px;
}
.re26-top-cat-search-ipt-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.re26-top-cat-search-ipt-wrap {
  margin-left: auto;
  margin-right: auto;
}
.re26-top-cat-search__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1em;
}
.re26-top-cat-search__input {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4em);
  height: 100%;
}
.re26-top-cat-search__input {
  outline: none;
  padding-left: 1em;
  font-weight: bold;
}
.re26-top-cat-search__input {
  border: none;
}
.re26-top-cat-search__input::-webkit-input-placeholder {
  color: #ccc;
}
.re26-top-cat-search__input::-moz-placeholder {
  color: #ccc;
}
.re26-top-cat-search__input:-ms-input-placeholder {
  color: #ccc;
}
.re26-top-cat-search__input::-ms-input-placeholder {
  color: #ccc;
}
.re26-top-cat-search__input::placeholder {
  color: #ccc;
}
.re26-top-cat-search-link__btn {
  position: relative;
}
.re26-top-cat-search-link__btn:after {
  font-weight: normal;
  line-height: 1;
  content: ">";
  display: inline-block;
  margin-left: 0.8em;
  vertical-align: middle;
}
.re26-top-cat-search-link__btn .text {
  vertical-align: middle;
  line-height: 1;
  font-weight: bold;
}
.re26-top-why__cont {
  position: absolute;
}
.re26-top-nayami {
  background: #4a4442;
  overflow: hidden;
}
.re26-top-nayami__img__btn {
  position: absolute;
}
.re26-top-nayami__img__btn.is-nemuri {
  top: 1%;
  left: 60%;
}
.re26-top-nayami__img__btn.is-atama {
  top: 9%;
  left: 52%;
}
.re26-top-nayami__img__btn.is-kubi {
  top: 19%;
  left: 51%;
}
.re26-top-nayami__img__btn.is-zyouhanshin {
  top: 26%;
  left: 53%;
}
.re26-top-nayami__img__btn.is-koshi {
  top: 32%;
  left: 52%;
}
.re26-top-nayami__img__btn.is-koshi .btn-mark {
  height: 3.4vw;
  margin-top: 0.8vw;
}
.re26-top-nayami__img__btn.is-onaka {
  top: 41%;
  left: 50%;
}
.re26-top-nayami__img__btn.is-onaka .btn-mark {
  height: 2.3vw;
  margin-top: 0.8vw;
}
.re26-top-nayami__img__btn.is-ude {
  top: 49%;
  left: 59%;
}
.re26-top-nayami__img__btn.is-kahanshin {
  top: 56%;
  left: 52.5%;
}
.re26-top-nayami__img__btn.is-hiza {
  top: 65%;
  left: 53%;
}
.re26-top-nayami__img__btn.is-ashimoto {
  top: 78%;
  left: 51%;
}
.re26-top-nayami__img__btn.is-ashisaki {
  top: 93%;
  left: 50%;
}
.re26-top-nayami__img__btn .btn-mark {
  display: inline-block;
  height: 1.4vw;
  margin-right: 1em;
}
.re26-top-nayami__img__btn .btn-mark img {
  height: 100%;
  width: auto;
}
.re26-top-nayami__img__btn .btn-text {
  color: #fff;
  text-align: center;
}
.re26-top-nayami__img__btn .btn-text:after {
  content: "";
  width: 0.6em;
  height: 0.9em;
  display: inline-block;
  background: url(/user_data/images/re26/top/nayami-img-arr.png) no-repeat center center/auto 90%;
}
.re26-top-lgw__cont {
  position: absolute;
}
.re26-top-ww__cont {
  position: absolute;
}
.re26-top-iw__cont {
  position: absolute;
}
.re26-top-ow__cont {
  position: absolute;
}
.re26-top-mi__cont {
  position: absolute;
}
.re26-top-mo__cont {
  position: absolute;
}
.re26-top-sks__cont {
  position: absolute;
}
.re26-top-sp__cont {
  position: absolute;
}
.re26-top-gd__cont {
  position: absolute;
}
.re26-top-rw__cont {
  position: absolute;
}
.re26-top-kokochi {
  background: #4a4442;
}
.re26-top-ot__cont {
  position: absolute;
}
.re26-top-bsf {
  background: #b29fcd;
}
.re26-top-bsf__line {
  height: 4px;
  background: #fff;
}
.re26-top-links-item .text {
  background: #000;
}
.re26-top-info-item {
  border-top: 1px solid #999999;
}
.re26-top-info-item:last-child {
  border-bottom: 1px solid #999999;
}
.re26-top-info-item .ico-mark {
  background-color: #000000;
  padding: 2px 4px;
  color: #fff;
}
.re26-top-sup {
  background: #b29fcd;
}
@media screen and (max-width: 767px) {
  body.re26 .container {
    padding-top: 44cqw;
  }
  .re26-cm-in {
    margin-left: 6.667cqw;
    margin-right: 6.667cqw;
  }
  .re26-cm-btn {
    height: 16cqw;
  }
  .re26-cm-btn.is-sp-icon {
    padding-left: 0;
    padding-right: 0;
    width: 8cqw;
    height: 8cqw;
  }
  .re26-cm-btn.is-sp-icon::after {
    font-weight: 600;
    content: "＞";
    display: inline-block;
    color: #fff;
    -webkit-transform: scale(1, 2);
            transform: scale(1, 2);
    font-weight: 700;
    font-size: 3.467cqw;
  }
  .re26-cm-btn.is-sp-icon .text {
    display: none;
  }
  .re26-cm-sfullh {
    height: calc(100vh - 0px);
  }
  .re26-cm {
    margin-left: 7.2cqw;
    margin-right: 7.2cqw;
  }
  .re26-hd {
    height: 41.333cqw;
  }
  .re26-hd-fix {
    padding-bottom: 2.667cqw;
  }
  .re26-hd-info {
    top: 42cqw;
  }
  .re26-hd-info {
    padding-top: 3.2cqw;
    padding-bottom: 3.2cqw;
  }
  .re26-hd-in {
    padding-top: 4cqw;
    padding-bottom: 4cqw;
  }
  .re26-hd__logo {
    width: 38.4cqw;
  }
  .re26-hd__logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 5.867cqw;
  }
  .re26-hd-nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .re26-hd-nav-list {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .re26-hd-nav-item {
    width: 12cqw;
  }
  .re26-hd-nav-item__icon {
    width: 10.667cqw;
  }
  .re26-hd-nav-item__icon {
    height: 8cqw;
    margin-bottom: 1.067cqw;
  }
  .re26-hd-nav-item__text {
    font-size: 2.4cqw;
  }
  .re26-hd-menu__text {
    font-size: 2.4cqw;
  }
  .re26-hd-menu__icon {
    margin-top: 1.6cqw;
    margin-bottom: 1.6cqw;
    width: 6.4cqw;
    height: 5.333cqw;
  }
  .re26-hd-menu__icon:before {
    height: 0.667cqw;
  }
  .re26-hd-menu__icon:after {
    height: 0.667cqw;
  }
  .re26-hd-menu__icon-bar {
    height: 0.667cqw;
  }
  .re26-hd-gmenu {
    top: 63.467cqw;
  }
  .re26-hd-gmenu {
    padding-top: 1.333cqw;
  }
  .re26-hd-gmenu {
    padding-bottom: 5.333cqw;
  }
  .re26-hd-gmenu-search {
    margin-bottom: 5.333cqw;
  }
  .re26-hd-gmenu-search-ipt-wrap {
    height: 17.867cqw;
  }
  .re26-hd-gmenu-search-ipt-wrap {
    max-width: 92cqw;
  }
  .re26-hd-gmenu-search-ipt-wrap {
    margin-bottom: 9.333cqw;
  }
  .re26-hd-gmenu-search__btn {
    max-width: 5.333cqw;
  }
  .re26-hd-gmenu-search__input {
    font-size: 3.2cqw;
  }
  .re26-hd-gmenu-search-menu {
    gap: 5.333cqw 5.333cqw;
  }
  .re26-hd-gmenu-search-menu-item__btn:after {
    font-size: 4.267cqw;
  }
  .re26-hd-gmenu-search-menu-item .text {
    font-size: 4.267cqw;
  }
  .re26-hd-gmenu-search-cat {
    margin-bottom: 20cqw;
  }
  .re26-hd-gmenu-search-cat__ttl {
    margin-bottom: 4.667cqw;
  }
  .re26-hd-gmenu-search-cat__ttl {
    font-size: 4.267cqw;
  }
  .re26-hd-gmenu-search-cat__ttl {
    text-align: center;
  }
  .re26-hd-gmenu-search-cat-list {
    gap: 8cqw 2.667cqw;
  }
  .re26-hd-gmenu-search-cat-item {
    width: 31%;
  }
  .re26-hd-gmenu-search-cat-item__img {
    margin-bottom: 2.667cqw;
  }
  .re26-hd-gmenu-search-cat-item__text {
    font-size: 2.933cqw;
  }
  .re26-hd-gmenu-cont {
    margin-top: 4.667cqw;
  }
  .re26-hd-gmenu-cont-list {
    gap: 9.333cqw 2.667cqw;
  }
  .re26-hd-gmenu-cont-item {
    width: 31%;
  }
  .re26-hd-gmenu-cont-item__img {
    margin-bottom: 2.667cqw;
  }
  .re26-hd-gmenu-cont-item__text {
    font-size: 3.2cqw;
  }
  .re26-hd-gmenu-ban {
    margin-top: 9.333cqw;
  }
  .re26-hd-gmenu-ban {
    margin-bottom: 5.333cqw;
  }
  .re26-hd-gmenu-ban-list {
    gap: 4cqw 4.8cqw;
  }
  .re26-hd-gmenu-ban-item {
    width: 93.333cqw;
  }
  .re26-hd-gmenu-ban-sub-list {
    gap: 4cqw 4.8cqw;
  }
  .re26-hd-gmenu-ban-sub-list + .re26-hd-gmenu-ban-sub-list {
    margin-top: 2.667cqw;
  }
  .re26-hd-gmenu-ban-sub-item {
    width: auto;
  }
  .re26-hd-gmenu-minmenu {
    margin-top: 12cqw;
    padding-bottom: 12cqw;
  }
  .re26-hd-gmenu-minmenu-in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.333cqw 2.667cqw;
    padding-bottom: 20cqw;
  }
  .re26-hd-gmenu-minmenu-list {
    width: 48%;
  }
  .re26-hd-gmenu-minmenu-item + .re26-hd-gmenu-minmenu-item {
    margin-top: 4.667cqw;
  }
  .re26-hd-gmenu-minmenu-item__btn {
    font-size: 3.2cqw;
  }
  body.is-gmenu_open .re26-hd-gmenu-search-form {
    height: 20cqw;
  }
  .re26-ft {
    padding-top: 6.4cqw;
  }
  .re26-ft-in-left {
    width: 100%;
    padding-bottom: 9.067cqw;
    border-bottom: 1px solid #ffffff;
  }
  .re26-ft-in-left__logo {
    max-width: 42.667cqw;
  }
  .re26-ft-in-left__logo {
    margin-left: auto;
    margin-right: auto;
  }
  .re26-ft-in-right {
    width: 100%;
    padding-top: 13.333cqw;
    padding-bottom: 6.667cqw;
  }
  .re26-ft-in-right-item .btn {
    font-size: 3.2cqw;
  }
  .re26-ft-in-right__ban {
    padding-top: 6.4cqw;
    padding-bottom: 6.4cqw;
    width: 48cqw;
    margin-left: auto;
    margin-right: auto;
  }
  .re26-ft-copy {
    padding-top: 6.4cqw;
    padding-bottom: 6.4cqw;
  }
  .re26-top-kv-cont {
    position: relative;
  }
  .re26-top-kv .re26-cm-btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .re26-top-kv::before {
    content: "";
    width: 100%;
    height: 100vh;
    display: inline-block;
    /*
    background: url(/user_data/images/re26/top/top_img01_sp.png) no-repeat center bottom/cover;
    */
    background-image: url("/user_data/images/re26/top/top_img01_sp.png");
    background-image: -webkit-image-set url("/user_data/images/re26/top/top_img01_sp.webp") type('image/webp'), url("/user_data/images/re26/top/top_img01_sp.png") type('image/png');
    background-image: image-set url("/user_data/images/re26/top/top_img01_sp.webp") type('image/webp'), url("/user_data/images/re26/top/top_img01_sp.png") type('image/png');
    background-position: center 0vw;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .re26-top-kv::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100vh;
    display: inline-block;
    background: url(/user_data/images/re26/top/top_logo_w.png) no-repeat center bottom/95% auto;
  }
  .re26-top-kv__ttl {
    margin-top: 8cqw;
  }
  .re26-top-cat-list {
    gap: 0px 2.667cqw;
    width: 300%;
  }
  .re26-top-cat-list-wrap {
    gap: 0px 2.667cqw;
  }
  .re26-top-cat-item {
    width: 40cqw;
  }
  .re26-top-cat-item__img .ico {
    width: 8cqw;
  }
  .re26-top-cat-item__img .ico {
    height: 10.667cqw;
  }
  .re26-top-cat-search {
    margin-bottom: 5.333cqw;
  }
  .re26-top-cat-search-ipt-wrap {
    height: 17.867cqw;
  }
  .re26-top-cat-search-ipt-wrap {
    max-width: 93.333cqw;
  }
  .re26-top-cat-search__btn {
    max-width: 5.333cqw;
  }
  .re26-top-cat-search__input {
    font-size: 5.333cqw;
  }
  .re26-top-cat-search-link__btn:after {
    font-size: 4.267cqw;
  }
  .re26-top-cat-search-link__btn .text {
    font-size: 4.267cqw;
  }
  .re26-top-cat-ban-list {
    gap: 2.667cqw 0;
  }
  .re26-top-cat-ban-item {
    width: 100%;
  }
  .re26-top-why {
    background: url(/user_data/images/re26/top/top_img02_sp.png) no-repeat center bottom/cover;
  }
  .re26-top-why__cont {
    bottom: 6.667cqw;
  }
  .re26-top-nayami__img {
    position: relative;
  }
  .re26-top-nayami__img > img {
    max-width: 161%;
    width: auto;
    -webkit-transform: translateX(-38%);
            transform: translateX(-38%);
  }
  .re26-top-nayami__img__btn.is-nemuri {
    top: 9.6%;
    left: 37%;
  }
  .re26-top-nayami__img__btn.is-atama {
    top: 14.6%;
    left: 24%;
  }
  .re26-top-nayami__img__btn.is-kubi {
    top: 22.2%;
    left: 20%;
  }
  .re26-top-nayami__img__btn.is-zyouhanshin {
    top: 29%;
    left: 26%;
  }
  .re26-top-nayami__img__btn.is-koshi {
    top: 38%;
    left: 23%;
  }
  .re26-top-nayami__img__btn.is-onaka {
    top: 44%;
    left: 22%;
  }
  .re26-top-nayami__img__btn.is-ude {
    top: 49%;
    left: 33%;
  }
  .re26-top-nayami__img__btn.is-kahanshin {
    top: 55%;
    left: 23%;
  }
  .re26-top-nayami__img__btn.is-hiza {
    top: 62%;
    left: 24%;
  }
  .re26-top-nayami__img__btn.is-ashimoto {
    top: 74%;
    left: 22%;
  }
  .re26-top-nayami__img__btn.is-ashisaki {
    top: 84%;
    left: 20%;
  }
  .re26-top-nayami__img__btn .btn-mark img {
    width: auto;
    height: 5.333cqw;
  }
  .re26-top-lgw {
    background: url(/user_data/images/re26/top/top_img04_sp.png) no-repeat center bottom/cover;
  }
  .re26-top-ww {
    background: url(/user_data/images/re26/top/top_img05_sp.png) no-repeat center bottom/cover;
  }
  .re26-top-iw {
    background: url(/user_data/images/re26/top/top_img06_sp.png) no-repeat center bottom/cover;
  }
  .re26-top-ow {
    background: url(/user_data/images/re26/top/top_img07_sp.png) no-repeat center bottom/cover;
  }
  .re26-top-mi {
    background: url(/user_data/images/re26/top/top_img18_sp.png) no-repeat center bottom/cover;
  }
  .re26-top-mo {
    background: url(/user_data/images/re26/top/top_img19_sp.png) no-repeat center bottom/cover;
  }
  .re26-top-sks {
    background: url(/user_data/images/re26/top/top_img08_sp.png) no-repeat center bottom/cover;
  }
  .re26-top-sp {
    background: url(/user_data/images/re26/top/top_img09_sp.png) no-repeat center bottom/cover;
  }
  .re26-top-gd {
    background: url(/user_data/images/re26/top/top_img10_sp.png) no-repeat center bottom/cover;
  }
  .re26-top-rw {
    background: url(/user_data/images/re26/top/top_img11_sp.png) no-repeat center bottom/cover;
  }
  .re26-top-ot {
    background: url(/user_data/images/re26/top/top_img15_sp.png) no-repeat center bottom/cover;
  }
  .top-cont-area {
    position: absolute;
    bottom: 12cqw;
    left: 0;
  }
  .top-cont-area .sp-btn-dummy {
    border-radius: 1000px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #000;
    padding-left: 0;
    padding-right: 0;
    width: 8cqw;
    height: 8cqw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-cont-area .sp-btn-dummy::after {
    font-weight: 600;
    content: "＞";
    display: inline-block;
    color: #fff;
    -webkit-transform: scale(1, 2);
            transform: scale(1, 2);
    font-weight: 700;
    font-size: 3.467cqw;
  }
  .top-cont-area .re26-cm-btn.is-sp-icon {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  body.re26 {
    min-width: auto !important;
  }
  body.re26 .container {
    padding-top: 190px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
  }
  body.re26 #main {
    margin-bottom: 0 !important;
  }
  body.re26 #information.block {
    margin-bottom: 0 !important;
  }
  .re26-cm-in {
    max-width: 1264px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .re26-cm-btn {
    height: 60px;
  }
  .re26-cm-pfullh {
    min-height: 700px;
    height: calc(100vh - 0px);
  }
  .re26-hd {
    height: 160px;
  }
  .re26-hd-fix {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .re26-hd::after {
    height: 90%;
  }
  .re26-hd-info {
    top: 143px;
  }
  .re26-hd-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .re26-hd-in {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .re26-hd__logo {
    width: 190px;
  }
  .re26-hd__logo {
    margin-right: auto;
  }
  .re26-hd-nav-item {
    width: 68px;
  }
  .re26-hd-nav-item__icon {
    width: 44px;
  }
  .re26-hd-nav-item__icon {
    margin-bottom: 10px;
    height: 34px;
    width: auto;
  }
  .re26-hd-nav-item__text {
    font-size: 10px;
  }
  .re26-hd-menu__text {
    font-size: 10px;
  }
  .re26-hd-menu__icon {
    margin-top: 8px;
    margin-bottom: 9px;
    width: 28px;
    height: 24px;
  }
  .re26-hd-menu__icon:before {
    height: 3px;
  }
  .re26-hd-menu__icon:after {
    height: 3px;
  }
  .re26-hd-menu__icon-bar {
    height: 3px;
  }
  .re26-hd-gmenu {
    top: 243px;
  }
  .re26-hd-gmenu {
    padding-top: 10px;
  }
  .re26-hd-gmenu {
    padding-bottom: 40px;
  }
  .re26-hd-gmenu-search {
    margin-bottom: 50px;
  }
  .re26-hd-gmenu-search-ipt-wrap {
    height: 80px;
  }
  .re26-hd-gmenu-search-ipt-wrap {
    max-width: 800px;
  }
  .re26-hd-gmenu-search-ipt-wrap {
    margin-bottom: 44px;
  }
  .re26-hd-gmenu-search__btn {
    max-width: 36px;
  }
  .re26-hd-gmenu-search__input {
    font-size: 24px;
  }
  .re26-hd-gmenu-search-menu {
    gap: 0 220px;
  }
  .re26-hd-gmenu-search-menu-item__btn:after {
    font-size: 24px;
  }
  .re26-hd-gmenu-search-menu-item .text {
    font-size: 24px;
  }
  .re26-hd-gmenu-search-cat {
    margin-bottom: 90px;
  }
  .re26-hd-gmenu-search-cat__ttl {
    margin-bottom: 30px;
  }
  .re26-hd-gmenu-search-cat__ttl {
    font-size: 24px;
  }
  .re26-hd-gmenu-search-cat-list {
    gap: 30px 30px;
    max-width: 1175px;
    margin-left: auto;
    margin-right: auto;
  }
  .re26-hd-gmenu-search-cat-item {
    width: 170px;
  }
  .re26-hd-gmenu-search-cat-item__img {
    margin-bottom: 20px;
  }
  .re26-hd-gmenu-search-cat-item__text {
    font-size: 18px;
  }
  .re26-hd-gmenu-cont {
    margin-top: 20px;
  }
  .re26-hd-gmenu-cont-list {
    gap: 0px 30px;
  }
  .re26-hd-gmenu-cont-item__img {
    margin-bottom: 20px;
  }
  .re26-hd-gmenu-cont-item__text {
    font-size: 18px;
  }
  .re26-hd-gmenu-ban {
    margin-top: 60px;
  }
  .re26-hd-gmenu-ban {
    margin-bottom: 60px;
  }
  .re26-hd-gmenu-ban-list {
    gap: 30px;
  }
  .re26-hd-gmenu-ban-sub-list {
    min-width: 1120px;
    gap: 20px 20px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  .re26-hd-gmenu-ban-sub-list + .re26-hd-gmenu-ban-sub-list {
    margin-top: 20px;
  }
  .re26-hd-gmenu-ban-sub-item {
    width: 360px;
  }
  .re26-hd-gmenu-minmenu-in {
    gap: 180px 180px;
    padding-bottom: 90px;
  }
  .re26-hd-gmenu-minmenu-list {
    margin-top: 65px;
    width: 30%;
  }
  .re26-hd-gmenu-minmenu-item + .re26-hd-gmenu-minmenu-item {
    margin-top: 20px;
  }
  .re26-hd-gmenu-minmenu-item__btn {
    font-size: 18px;
  }
  body.is-gmenu_open .re26-hd-gmenu-search-form {
    height: 80px;
  }
  .re26-ft {
    padding-top: 150px;
  }
  .re26-ft-in-left {
    padding-right: 50px;
  }
  .re26-ft-in-left__logo {
    max-width: 312px;
  }
  .re26-ft-in-left__logo {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 90px;
  }
  .re26-ft-in-left__ban {
    max-width: 360px;
  }
  .re26-ft-in-right {
    padding-left: 90px;
    position: relative;
  }
  .re26-ft-in-right:before {
    content: "";
    width: 2px;
    background: #fff;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 0;
  }
  .re26-ft-in-right-item .btn {
    font-size: 20px;
  }
  .re26-ft-copy {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .re26-top-cont {
    margin-left: 60px;
    margin-right: 60px;
  }
  .re26-top-kv {
    padding-top: 260px;
    position: relative;
    margin-top: 0px;
    height: calc(100vh - 0px);
  }
  .re26-top-kv-cont {
    position: absolute;
    z-index: 2;
    bottom: clamp(30px, 52vh, 290px);
  }
  .re26-top-kv__ttl {
    margin-top: 310px;
  }
  .re26-top-kv__logo {
    max-width: 1180px;
    max-width: clamp(690px, 90vw, 1180px);
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .re26-top-cat-in {
    max-width: 1264px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .re26-top-cat-list {
    gap: 0px 20px;
  }
  .re26-top-cat-item__img .ico {
    width: 40px;
  }
  .re26-top-cat-item__img .ico {
    height: 54px;
  }
  .re26-top-cat-search {
    margin-bottom: 50px;
  }
  .re26-top-cat-search-form {
    max-width: clamp(400px, 60vw, 800px);
  }
  .re26-top-cat-search-ipt-wrap {
    height: 80px;
  }
  .re26-top-cat-search-ipt-wrap {
    max-width: 800px;
  }
  .re26-top-cat-search__btn {
    max-width: 36px;
  }
  .re26-top-cat-search__input {
    font-size: 24px;
  }
  .re26-top-cat-search-link__btn:after {
    font-size: 24px;
  }
  .re26-top-cat-search-link__btn .text {
    font-size: 24px;
  }
  .re26-top-why {
    background: url(/user_data/images/re26/top/top_img02.png) no-repeat center top/cover;
  }
  .re26-top-why__cont {
    top: clamp(30px, 12vh, 200px);
  }
  .re26-top-nayami__cont {
    position: absolute;
    top: clamp(30px, 12vh, 200px);
  }
  .re26-top-nayami__img {
    position: absolute;
    top: 10%;
    left: 36%;
    width: 40%;
    min-width: clamp(710px, 30vw, 910px);
    max-width: 900px;
  }
  .re26-top-nayami__img__btn .btn-text {
    font-size: clamp(16px, 1vw, 24px);
  }
  .re26-top-lgw {
    background: url(/user_data/images/re26/top/top_img04.png) no-repeat center top/cover;
  }
  .re26-top-lgw__cont {
    top: clamp(30px, 64vh, 230px);
  }
  .re26-top-ww {
    background: url(/user_data/images/re26/top/top_img05.png) no-repeat center top/cover;
  }
  .re26-top-ww__cont {
    top: clamp(30px, 64vh, 230px);
  }
  .re26-top-iw {
    background: url(/user_data/images/re26/top/top_img06.png) no-repeat center top/cover;
  }
  .re26-top-iw__cont {
    top: clamp(30px, 64vh, 230px);
  }
  .re26-top-ow {
    background: url(/user_data/images/re26/top/top_img07.png) no-repeat center top/cover;
  }
  .re26-top-ow__cont {
    top: clamp(30px, 64vh, 230px);
    left: 60%;
  }
  .re26-top-mi {
    background: url(/user_data/images/re26/top/top_img18.png) no-repeat center top/cover;
  }
  .re26-top-mi__cont {
    top: clamp(30px, 64vh, 230px);
  }
  .re26-top-mo {
    background: url(/user_data/images/re26/top/top_img19.png) no-repeat center top/cover;
  }
  .re26-top-mo__cont {
    top: clamp(30px, 64vh, 230px);
    left: 60%;
  }
  .re26-top-sks {
    background: url(/user_data/images/re26/top/top_img08.png) no-repeat center bottom/cover;
  }
  .re26-top-sks__cont {
    top: clamp(30px, 64vh, 230px);
  }
  .re26-top-sp {
    background: url(/user_data/images/re26/top/top_img09.png) no-repeat center top/cover;
  }
  .re26-top-sp__cont {
    top: clamp(30px, 64vh, 230px);
    left: 60%;
  }
  .re26-top-gd {
    background: url(/user_data/images/re26/top/top_img10.png) no-repeat center top/cover;
  }
  .re26-top-gd__cont {
    top: clamp(30px, 64vh, 230px);
  }
  .re26-top-rw {
    background: url(/user_data/images/re26/top/top_img11.png) no-repeat center top/cover;
  }
  .re26-top-rw__cont {
    top: clamp(30px, 64vh, 230px);
    left: 60%;
  }
  .re26-top-kokochi__img {
    max-width: clamp(800px, 91vw, 1027px);
    margin-left: auto;
    margin-right: auto;
  }
  .re26-top-kokochi__img img {
    -webkit-transform: translateX(-11%);
            transform: translateX(-11%);
  }
  .re26-top-kokochi__textbox {
    margin-top: -250px;
  }
  .re26-top-ot {
    background: url(/user_data/images/re26/top/top_img15.png) no-repeat center top/cover;
  }
  .re26-top-ot__cont {
    top: clamp(30px, 64vh, 230px);
  }
  .re26-top-bsf__line {
    max-width: 1290px;
  }
  .re26-top-info-list {
    max-width: clamp(800px, 80vw, 1240px);
    margin-left: auto;
    margin-right: auto;
  }
  .top-cont-area {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1304px) {
  .re26-cm-in {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
  .re26-top-cat-in {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .re26-cm-pdCancelFullh {
    min-height: auto;
    height: auto;
  }
  .re26-ft-in-left {
    width: 40%;
    padding-right: 5%;
  }
  .re26-ft-in-right {
    width: 50%;
    padding-left: 4%;
  }
  .re26-top-kv {
    /*background: url(/user_data/images/re26/top/top_img01.png) no-repeat 68% top/auto 100vh;*/
    background-image: url("/user_data/images/re26/top/top_img01.png");
    background-image: -webkit-image-set url("/user_data/images/re26/top/top_img01.webp") type('image/webp'), url("/user_data/images/re26/top/top_img01.png") type('image/png');
    background-image: image-set url("/user_data/images/re26/top/top_img01.webp") type('image/webp'), url("/user_data/images/re26/top/top_img01.png") type('image/png');
    background-position: 68% top;
    background-repeat: no-repeat;
    background-size: auto 100vh;
  }
  .re26-top-cat-list {
    gap: 20px 20px;
  }
  .re26-top-cat-item {
    width: 20%;
  }
  .re26-top-why {
    background: url(/user_data/images/re26/top/top_img02.png) no-repeat 66% top/cover;
  }
  .re26-top-nayami {
    height: 75vh;
  }
  .re26-top-nayami__img {
    left: 13%;
  }
  .re26-top-ww {
    background: url(/user_data/images/re26/top/top_img05.png) no-repeat 68% top/cover;
  }
  .re26-top-ow {
    background: url(/user_data/images/re26/top/top_img07.png) no-repeat 32% top/cover;
  }
  .re26-top-ow__cont {
    left: auto;
    right: 0%;
  }
  .re26-top-sp {
    background: url(/user_data/images/re26/top/top_img09.png) no-repeat 33% top/cover;
  }
  .re26-top-sp__cont {
    left: auto;
    right: 0%;
  }
  .re26-top-gd {
    background: url(/user_data/images/re26/top/top_img10.png) no-repeat 68% top/cover;
  }
  .re26-top-rw__cont {
    left: auto;
    right: 0%;
  }
  .re26-top-kokochi__textbox {
    margin-top: -24%;
    width: 52%;
  }
  .re26-top-ot {
    background: url(/user_data/images/re26/top/top_img15.png) no-repeat 68% top/cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1679px) {
  .re26-top-nayami__img__btn.is-koshi .btn-mark {
    height: 60px;
  }
  .re26-top-nayami__img__btn.is-onaka .btn-mark {
    height: 40px;
  }
  .re26-top-nayami__img__btn .btn-mark {
    height: 24px;
  }
}
@media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .re26-top-kokochi__img img {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
  }
}


body.is-gmenu_open {
  overflow: hidden !important;
}

.bd-scroll .re26-hd {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.4) 60%,
    rgba(255, 255, 255, 0) 100%
  );
}

.re26-hd-in {
  filter: drop-shadow(1px 1px 0px rgba(255, 255, 255, 1));
}

.re26-top-cat-search-ipt-wrap,
.re26-hd-gmenu-search-ipt-wrap {
  background-color: #fbfbfb;
}

.re26-top-cat-search__input,
.re26-hd-gmenu-search__input {
  background-color: #fbfbfb;
}

.re26-top-cat-search__input::placeholder,
.re26-hd-gmenu-search__input::placeholder {
  color: #cccccc;
}

.re26-hd-gmenu-search-cat-item__text {
  font-weight: 600;
}


@media screen and (min-width: 768px) {
  body.re26 .container {
    padding-top: 197px !important;
  }
  .re26-hd-gmenu-search-cat-item__text {
    font-size: 22px;
  }
  .re26-hd-gmenu-ban-sub-list {
    min-width: inherit;
    width: 100%;
  }
  .re26-top-nayami.re26-cm-pfullh {
    min-height: 840px;
    max-height: 980px;
  }
  .re26-top-kv {
    height: calc(100vh - 196px);
  }
  .re26-top-kv-cont {
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%);
  }
  .re26-top-kv__ttl {
    margin-top: 0;
  }
  .re26-top-nayami__img {
    max-width: 800px;
  }
}

@media screen and (max-width: 767px) {
  body.re26 .container {
    padding-top: 53cqw;
  }

  .re26-hd__logo {
    transition: width 0.5s ease-out;
    filter: drop-shadow(1px 1px 0px rgba(255, 255, 255, 1));
  }

  .bd-scroll .re26-hd__logo {
    width: 21.4cqw;
    transition: width 0.5s ease-out;
  }

  .re26-hd-gmenu-search-cat-item__text {
    font-size: 3.5cqw;
  }

  .re26-hd-info {
    top: 41.333cqw;
  }

  .re26-hd-gmenu-search__input {
    font-size: 5.333cqw;
  }

  .bd-scroll .re26-hd-gmenu {
    top: 57cqw;
  }

  .re26-hd-gmenu-ban-list {
    text-align: center;
  }

  .re26-hd-gmenu-ban-sub-list {
    justify-content: center;
  }

  .re26-hd-gmenu-ban-sub-list + .re26-hd-gmenu-ban-sub-list {
    margin-right: auto;
    margin-left: auto;
  }

  .re26-hd-gmenu-search-cat-list {
    margin-bottom: 8cqw;
  }

  .re26-top-cat-item__img img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1900px) {
  .re26-top-kv {
    /*background: url(/user_data/images/re26/top/top_img01.png) no-repeat center -190px/1900px auto;*/
    background-image: url("/user_data/images/re26/top/top_img01.png");
    background-image: -webkit-image-set url("/user_data/images/re26/top/top_img01.webp") type('image/webp'), url("/user_data/images/re26/top/top_img01.png") type('image/png');
    background-image: image-set url("/user_data/images/re26/top/top_img01.webp") type('image/webp'), url("/user_data/images/re26/top/top_img01.png") type('image/png');
    background-position: center 23%;
    background-repeat: no-repeat;
    background-size: 1900px auto;
  }
}
@media screen and (min-width: 1901px) {
  .re26-top-kv {
    /*background: url(/user_data/images/re26/top/top_img01.png) no-repeat center -190px/cover;*/
    background-image: url("/user_data/images/re26/top/top_img01.png");
    background-image: -webkit-image-set url("/user_data/images/re26/top/top_img01.webp") type('image/webp'), url("/user_data/images/re26/top/top_img01.png") type('image/png');
    background-image: image-set url("/user_data/images/re26/top/top_img01.webp") type('image/webp'), url("/user_data/images/re26/top/top_img01.png") type('image/png');
    background-position: center 20%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-height: 1301px) {
  .re26-top-kv {
    background-size: cover !important;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .re26-hd-gmenu-search-cat-item {
    width: calc(20% - 24px);
  }
  .re26-top-cat-item {
    width: calc((100% - 80px) / 5);
  }
  .re26-top-nayami__img {
    left: inherit;
    right: -5%;
  }
}

.re26-top-links-item.tsuyama .text {
  background: #dbefed;
}

.re26-top-links-item.okayama .text {
  background: #efe9db;
}

/* safariタブバー */
#fixed-bottom {
  position: fixed;
  bottom: -8px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 12px;
  z-index: 5;
  visibility: hidden;
  mix-blend-mode: lighten;
  display: none;
  transition: opacity 0.3s ease;
}
.is-gmenu_open #fixed-bottom {
  background-color: rgba(0, 0, 0, 0.3);
  visibility: visible;
}
@supports (-webkit-text-size-adjust: none) and (font: -apple-system-body) and
  (-webkit-touch-callout: none) {
  @media (width < 768px) {
    #fixed-bottom {
      display: block;
    }
  }
}

/* ページ個別調整用 */
body.re26.sociallogin .sns-mypage-social__title {
  background: #3cc755;
  max-width: 820px;
  margin: 0 auto;
}

body.re26.profile .row,
body.re26.confirm_profile .row {
  margin-right: 0;
  margin-left: 0;
}

body.re26.confirm_profile .bsfine-ec.page-wrapper {
  min-height: 0;
}

@media screen and (min-width: 768px) {
  body.re26.mypage .container,
  body.re26.sociallogin .container,
  body.re26.reminder .container {
    padding-top: 247px !important;
  }

  body.re26.history .container,
  body.re26.creditcard .container,
  body.re26.delivery .container,
  body.re26.password .container,
  body.re26.mm .container,
  body.re26.dm .container,
  body.re26.withdrawal .container,
  body.re26.confirm_profile .container,
  body.re26.completeprofile .container,
  body.re26.ec-password-complete .container,
  body.re26.ec-dm-confirm .container,
  body.re26.ec-dm-complete .container,
  body.re26.ec-creditcard-edit .container,
  body.re26.ec-delivery-edit .container,
  body.re26.ec-mm-confirm .container,
  body.re26.ec-mm-complete .container,
  body.re26.ec-contact .container,
  body.re26.ec-confirm_contact .container,
  body.re26.ec-completecontact .container {
    padding-top: 226px !important;
  }

  body.re26.mypage footer,
  body.re26.sociallogin footer,
  body.re26.profile footer,
  body.re26.confirm_profile footer,
  body.re26.history footer,
  body.re26.creditcard footer,
  body.re26.delivery footer,
  body.re26.password footer,
  body.re26.mm footer,
  body.re26.dm footer,
  body.re26.reminder footer,
  body.re26.withdrawal footer,
  body.re26.completeprofile footer,
  body.re26.ec-password-complete footer,
  body.re26.ec-dm-confirm footer,
  body.re26.ec-dm-complete footer,
  body.re26.ec-creditcard-edit footer,
  body.re26.ec-delivery-edit footer,
  body.re26.ec-mm-confirm footer,
  body.re26.ec-mm-complete footer,
  body.re26.ec-contact footer,
  body.re26.ec-confirm_contact footer,
  body.re26.ec-completecontact footer {
    margin-top: 60px;
  }

  body.re26.profile .col-md-6,
  body.re26.confirm_profile .col-md-6 {
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
    flex: 0 0 52%;
  }
}

@media screen and (max-width: 767px) {
  body.re26.mypage .container,
  body.re26.sociallogin .container,
  body.re26.reminder .container,
  body.re26.confirm_profile .container {
    padding-top: 58cqw;
  }
}

/* フッター文字サイズ調整用 */
@media screen and (max-width: 767px) {
  .re26-ft-in-right-item .btn {
    font-size: 3.2cqw !important;
  }
}

@media screen and (min-width: 768px) {
  .re26-ft-in-right-item .btn {
    font-size: 20px !important;
  }
}

/*------------------------
re26 ナビ非表示
------------------------*/
body.re26.ec-order .re26-hd-nav,
body.re26.ec-order-confirm .re26-hd-nav {
  display: none;
}
body.re26.ec-order .re26-hd-info,
body.re26.ec-order-confirm .re26-hd-info {
  display: none;
}
body.re26.ec-order #re26-ft,
body.re26.ec-order-confirm #re26-ft {
  margin-top: 80px;
}

@media screen and (min-width: 768px) {
  body.re26.ec-order .re26-hd,
  body.re26.ec-order-confirm .re26-hd {
    height: 144px;
  }
  body.re26.ec-order .container,
  body.re26.ec-order-confirm .container {
    padding-top: 144px !important;
  }
}

@media screen and (max-width: 767px) {
  body.re26.ec-order .re26-hd,
  body.re26.ec-order-confirm .re26-hd {
    height: 24cqw;
  }
  body.re26.ec-order .container,
  body.re26.ec-order-confirm .container {
    padding-top: 24cqw;
    overflow: hidden;
  }
  body.re26.ec-order #re26-ft,
  body.re26.ec-order-confirm #re26-ft {
    margin-top: 0;
  }
}

/*------------------------
FAQ コンテンツ重なり順調整
------------------------*/
#main .faq_contents .faq_content .faq_content_block .faq_block .faq_tit.active,
#main .faq_contents .faq_content2 .faq_content_block .faq_block .faq_tit.active {
  z-index: 0 !important;
}


/*------------------------
SP時リンク化
------------------------*/
a.js-sp-link {
  display: block;
}


