@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:600");
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "myriadProR";
  src: url(../fonts/MYRIADPRO-REGULAR.woff) format("opentype");
}
@font-face {
  font-family: "avenirBoook";
  src: url(../fonts/AvenirLTStd-Book.otf) format("opentype"), url(../fonts/AvenirLTStd-Book.woff) format("woff");
}
@font-face {
  font-family: "avenirLTHeavy";
  src: url(../fonts/AvenirLTStd-Heavy.otf) format("opentype"), url(../fonts/AvenirLTStd-Heavy.woff) format("woff");
}
@font-face {
  font-family: "avenirLT";
  src: url(../fonts/AvenirLTStd-Light.otf) format("opentype"), url(../fonts/AvenirLTStd-Light.woff) format("woff");
}
@font-face {
  font-family: "avenirLM";
  src: url(../fonts/AvenirLTStd-Medium.otf) format("opentype"), url(../fonts/AvenirLTStd-Medium.woff) format("woff");
}
.f-roboto, .f-robot {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  font-style: normal;
}

.f-roboto-400 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  @font-face {
    font-family: YuGothicM;
    src: local(Yu Gothic Medium), local(Yu Gothic);
  }
  /*
  汎用的に使用するクラス
  名前の付け方
  使用するものの名前-使用用途
  */
  .t-center {
    text-align: center;
  }
  .t-left {
    text-align: left;
  }
  .t-right {
    text-align: right;
  }
  .u-line {
    text-decoration: underline;
  }
  .pink {
    color: #df266b;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .block {
    display: block;
  }
  .bold {
    font-weight: bold;
  }
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row-md {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row-big {
    margin-left: -32px;
    margin-right: -32px;
  }
  .col {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-big {
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pt-s {
    padding-top: 8px;
  }
  .pt-m {
    padding-top: 16px;
  }
  .pt-l {
    padding-top: 32px;
  }
  .pb-s {
    padding-bottom: 8px;
  }
  .pb-m {
    padding-bottom: 16px;
  }
  .pb-l {
    padding-bottom: 32px;
  }
  .mt-s {
    margin-top: 8px;
  }
  .mt-m {
    margin-top: 16px;
  }
  .mt-l {
    margin-top: 32px;
  }
  .mb-s {
    margin-bottom: 8px;
  }
  .mb-m {
    margin-bottom: 16px;
  }
  .mb-l {
    margin-bottom: 32px;
  }
  /**
   * Swiper 4.1.6
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * http://www.idangero.us/swiper/
   *
   * Copyright 2014-2018 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: February 11, 2018
   */
  .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .swiper-container-no-flexbox .swiper-slide {
    float: left;
  }
  .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .swiper-invisible-blank-slide {
    visibility: hidden;
  }
  .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
  }
  .swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
  }
  .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  .swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
  }
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
  }
  .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-lock {
    display: none;
  }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
  }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
  }
  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
  }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
  }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  }
  .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
  }
  .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }
  .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
  }
  .swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
  }
  .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
  }
  .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
  }
  .swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
  }
  .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
  }
  .swiper-pagination-lock {
    display: none;
  }
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }
  .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
  }
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  .swiper-scrollbar-lock {
    display: none;
  }
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .swiper-slide-zoomed {
    cursor: move;
  }
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
  }
  .swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  @-webkit-keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube {
    overflow: visible;
  }
  .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
  .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
  }
  .swiper-container-flip {
    overflow: visible;
  }
  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }
  .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
  }
  /* リセット追加 */
  input, textarea, select, button {
    font: 400 12px YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /*

  _base.scss
  TOP main部分

  */
  .body .spheaderfixed {
    padding-top: 60px;
  }
  #errorHeader {
    display: none;
  }
  .wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #333;
  }
  .main {
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
    line-height: 1.25;
    width: 100%;
    /*****************************
    renewal
    *******************************/
  }
  .main__head {
    text-align: center;
    padding: 8px 0 24px;
    font-size: 18px;
    font-size: 1.125rem;
    font-size: 5.625vw;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #333;
    font-weight: normal;
  }
  .main__head-cs {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 0 10px;
    color: #333;
  }
  .main__head-under {
    border-bottom: 1px solid #999999;
    padding: 8px 0 16px;
    margin-bottom: 16px;
  }
  .main__sub {
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    display: block;
    font-weight: normal;
    color: #999999;
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
  }
  .cs .main__sub {
    color: #333;
  }
  .main__icon {
    height: 30px;
    display: block;
    margin-bottom: 8px;
  }
  .main__icon-contents {
    height: 16px !important;
  }
  .main__icon img {
    height: 30px;
    vertical-align: middle;
  }
  .main__more {
    border: 1px solid #999999;
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    padding: 12px 0;
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    background: #efefef;
    color: #000;
  }
  .main__more:after {
    content: "";
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    right: 4.1667%;
    width: 10px;
    height: 10px;
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ranking-main .main__more {
    margin: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cs .main__more {
    margin: 0 4.1667% 0;
    font-weight: bold;
    background: #6a5953;
    padding: 12px 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    border: none;
    color: #fff;
    border-radius: 3px;
  }
  .cs .main__more:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 6px;
    height: 6px;
    border-color: #fff;
    top: 50%;
    margin: -3px;
  }
  .footer .main__more {
    margin: 0 4.1667% 8px;
    font-weight: bold;
  }
  .footer .main__more:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
  }
  .main__all {
    position: absolute;
    right: 0;
    top: 10px;
    margin: auto;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    height: 14px;
    padding: 0 24px 0 0;
    font-weight: normal;
  }
  .main__all:after {
    content: "";
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    position: absolute;
    right: 8px;
    width: 7px;
    height: 7px;
    top: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .main__link {
    position: relative;
    display: block;
    line-height: 1;
    text-align: center;
    padding: 4% 0;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #333;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .main__link:after {
    content: "";
    display: inline-block;
    background: url(../img/main_new/link-bg-gray.svg) no-repeat center center;
    width: 30px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -5px;
  }
  .main__link.normal {
    background: #fff;
  }
  .main__link.drop {
    background: #fff;
    border: solid 1px #f0f0f0;
    box-shadow: -5px 5px 0 0 rgba(193, 215, 220, 0.7);
  }
  .header {
    height: 100px;
    position: relative;
    z-index: 10500;
    /*************************************
    renewal
    ***************************************/
  }
  .header__link {
    color: #000;
    padding: 12px 0;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    line-height: 1;
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: #000;
  }
  .header .mypage__tooltips {
    display: none;
  }
  .header__spwapper {
    height: 60px;
    position: relative;
    background: #fff;
    z-index: 800;
    width: 100%;
  }
  .header__spwapper.active {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  .header__head {
    display: none;
  }
  .header__logo {
    height: 60px !important;
    -js-display: flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .header__logo a img {
    width: 36px;
    height: auto;
  }
  .header__customer, .header__list {
    display: none;
  }
  .header__right {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .header__menu {
    position: relative;
    top: -60px;
  }
  .header__menu-li {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 60px;
  }
  .header__menu-li:nth-child(1) {
    position: absolute;
    right: 12%;
    width: 80px;
  }
  .header__menu-li:nth-child(1) .header__menu-link.mypage {
    width: 100%;
  }
  .header__menu-link img {
    width: 25px;
  }
  .header__menu-link.sp-close {
    display: none;
  }
  .pc-top-menu,
  .pc-close {
    display: none !important;
  }
  .header-news {
    order: 3;
  }
  .header-news-upper {
    background: #f3f5ef;
  }
  .header-news-upper__link {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px 0;
    justify-content: center;
  }
  .header-news-upper__link:after {
    content: "";
    position: absolute;
    height: 90%;
    border-right: 2px solid #e8ebe0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header-news-upper__link:last-child:after {
    display: none;
  }
  .header-news-upper__title {
    font-size: 9px;
    font-size: 0.5625rem;
    font-size: 2.8125vw;
    font-weight: bold;
  }
  .header-news-upper__img {
    margin: 0 5% 0 0;
    width: 20%;
  }
  .header-news-upper__nav {
    width: 100%;
    justify-content: space-between;
  }
  .header-news-under {
    display: none;
  }
  .menu-close {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.75;
    z-index: 90;
    display: none;
  }
  .section {
    padding: 24px 4.1667% 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-nopad {
    padding: 16px 4.1667% 0;
  }
  .section-mini {
    padding: 8px 4.1667%;
  }
  .section-grey {
    background: #fafafa;
  }
  .section-brown {
    background: #bb9b48;
  }
  .slider,
  .slider-error {
    padding: 0;
  }
  .slider .swiper-pagination,
  .slider-error .swiper-pagination {
    bottom: 5%;
  }
  .slider .swiper-pagination-bullet,
  .slider-error .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
  }
  .slider .swiper-pagination-bullet-active,
  .slider-error .swiper-pagination-bullet-active {
    background: #efe04f;
  }
  .slider img,
  .slider-error img {
    width: 100%;
  }
  .slider-error > .swiper-pagination-bullets {
    padding-top: 12px !important;
    text-align: center;
  }
  .search-button {
    background: #f8f8f8;
    position: relative;
    display: block;
    margin: 8px 4.1667% 0;
    padding: 8px;
  }
  .search-button__name {
    color: #999999;
  }
  .search-button__input {
    position: absolute;
    right: 4.1667%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 75%;
  }
  .info {
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
    background: #fafafa;
  }
  .info__list {
    border-bottom: 1px dotted #999999;
  }
  .info__list:first-child {
    border-top: 1px dotted #999999;
  }
  .info__list-banner {
    margin-bottom: 16px;
  }
  .info__list-banner img {
    width: 100%;
  }
  .info__number {
    margin-right: 8px;
    color: #999999;
  }
  .info__link {
    color: #000;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    padding: 14px 0;
  }
  .info__desc {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .info__para {
    display: none;
  }
  .campaign__nav,
  #pop-up-inline-camp__nav {
    margin: 0 -4px;
  }
  .campaign__list,
  #pop-up-inline-camp__list {
    padding: 0 4px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .campaign__list:nth-last-child(1), .campaign__list:nth-last-child(2),
  #pop-up-inline-camp__list:nth-last-child(1),
  #pop-up-inline-camp__list:nth-last-child(2) {
    padding-bottom: 0;
  }
  .campaign__list:nth-last-child(1) .campaign__title, .campaign__list:nth-last-child(2) .campaign__title,
  #pop-up-inline-camp__list:nth-last-child(1) .campaign__title,
  #pop-up-inline-camp__list:nth-last-child(2) .campaign__title {
    margin-bottom: 0;
  }
  .campaign__list span,
  #pop-up-inline-camp__list span {
    width: 50px;
    height: 50px;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 0;
    line-height: 1.2em;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 5px;
  }
  .campaign__list span.ylw,
  #pop-up-inline-camp__list span.ylw {
    background: #ffcc00;
    color: #000;
  }
  .campaign__list span.grn,
  #pop-up-inline-camp__list span.grn {
    background: #a1ba1e;
  }
  .campaign__list span.pnk,
  #pop-up-inline-camp__list span.pnk {
    background: #e96496;
  }
  .campaign__list span + span,
  #pop-up-inline-camp__list span + span {
    left: 70px;
  }
  .campaign__list:nth-of-type(1) .campaign__link, .campaign__list:nth-of-type(2) .campaign__link,
  #pop-up-inline-camp__list:nth-of-type(1) .campaign__link,
  #pop-up-inline-camp__list:nth-of-type(2) .campaign__link {
    border: 0;
  }
  .campaign__list img,
  #pop-up-inline-camp__list img {
    width: 100%;
    border: 1px solid #f8f8f8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .campaign__list-first .campaign__link,
  #pop-up-inline-camp__list-first .campaign__link {
    padding: 0;
  }
  .campaign__list-first .box,
  #pop-up-inline-camp__list-first .box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .campaign__list-first span,
  #pop-up-inline-camp__list-first span {
    width: 80px;
    height: 80px;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
    letter-spacing: 0;
    line-height: 1.2em;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .campaign__list-first span.ylw,
  #pop-up-inline-camp__list-first span.ylw {
    background: #ffcc00;
    color: #000;
  }
  .campaign__list-first span.grn,
  #pop-up-inline-camp__list-first span.grn {
    background: #a1ba1e;
  }
  .campaign__list-first span + span,
  #pop-up-inline-camp__list-first span + span {
    left: 150px;
  }
  .campaign__link,
  #pop-up-inline-camp__link {
    color: #000;
    display: block;
  }
  .campaign__link-product,
  #pop-up-inline-camp__link-product {
    border: 0;
  }
  .campaign__title,
  #pop-up-inline-camp__title {
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
    margin: 12px 0;
    letter-spacing: -0.04em;
  }
  .campaign__desc,
  #pop-up-inline-camp__desc {
    display: none;
  }
  #pop-up-inline-camp .main__head {
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  #pop-up-inline-camp .campaign__list {
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  #pop-up-inline-camp .campaign__title {
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
  }
  #pop-up-inline-camp .campaign__list-first {
    padding-bottom: 0;
  }
  .item {
    margin: 0 -8px 32px;
    counter-reset: number;
  }
  .item__img {
    background: #fff;
    padding: 10%;
    margin-bottom: 8px;
    width: 100%;
  }
  .item__img img {
    width: 100%;
  }
  .item__list {
    padding: 0 8px;
    margin-bottom: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .item__list-rank {
    position: relative;
  }
  .item__list-rank:after {
    counter-increment: number 1;
    content: counter(number) " ";
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #996633;
    color: #fff;
  }
  .item__list-rank:nth-of-type(1):after {
    background: #bbbb80;
  }
  .item__list-rank:nth-of-type(2):after {
    background: #8b8989;
  }
  .item__list-rank:nth-of-type(3):after {
    background: #996633;
  }
  .item__link {
    color: #000;
  }
  .item__product {
    margin-bottom: 4px;
    font-weight: bold;
    color: #333;
  }
  .item__product br {
    display: none;
  }
  .item__price {
    font-size: 13px;
    font-size: 0.8125rem;
    font-size: 4.0625vw;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .item__tax {
    font-size: 13px;
    font-size: 0.8125rem;
    font-size: 4.0625vw;
    font-weight: normal;
  }
  .item__rate {
    width: 90px;
    height: 18px;
    background: url(https://www.sokamocka.com/common/img/main/rate.svg) no-repeat;
    background-size: 90px auto;
    background-position: 0 -171px;
  }
  .item__rate.rate05 {
    background-position: 0 -152px;
  }
  .item__rate.rate10 {
    background-position: 0 -133px;
  }
  .item__rate.rate15 {
    background-position: 0 -117px;
  }
  .item__rate.rate20 {
    background-position: 0 -100px;
  }
  .item__rate.rate25 {
    background-position: 0 -83px;
  }
  .item__rate.rate30 {
    background-position: 0 -33px;
  }
  .item__rate.rate35 {
    background-position: 0 -50px;
  }
  .item__rate.rate40 {
    background-position: 0 -32px;
  }
  .item__rate.rate45 {
    background-position: 0 -16px;
  }
  .item__rate.rate50 {
    background-position: 0 0;
  }
  .item__desc {
    display: none;
  }
  .recommend-box {
    padding: 48px 8px 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .recommend-box__img {
    padding: 0 4.1667%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .recommend-box__img img {
    width: 100%;
    border: 1px solid #999999;
  }
  .recommend-box__right {
    position: relative;
    padding: 0 0 0 4.1667%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
  }
  .recommend-box__com {
    display: block;
    padding: 16px 8.3333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 133%;
    margin: -48px 0 32px -33%;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    right: 0;
    top: 0;
    background: #8b9b66;
    position: relative;
  }
  .recommend-box__com:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 20px 30px;
    border-color: transparent transparent #8b9b66 transparent;
    position: absolute;
    right: 0;
    z-index: -1;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .recommend-slider {
    margin: 0 -8px;
  }
  .recommend-slider .swiper-pagination {
    bottom: 0;
  }
  .recommend-slider .swiper-pagination-bullet {
    background: #ebe9d5;
    opacity: 1;
  }
  .recommend-slider .swiper-pagination-bullet-active {
    background: #efe04f;
  }
  .recommend-slider .swiper-button-next {
    background: none;
    width: 20px;
    height: 20px;
    right: 0;
  }
  .recommend-slider .swiper-button-next:after {
    content: "";
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .recommend-slider .swiper-button-prev {
    background: none;
    width: 20px;
    height: 20px;
    left: 0;
  }
  .recommend-slider .swiper-button-prev:after {
    content: "";
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    right: 0;
    width: 10px;
    height: 10px;
    top: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .beginner__banner {
    width: 100%;
    margin-bottom: 8px;
  }
  .beginner__nav {
    margin: 0 -8px;
  }
  .beginner__nav img {
    width: 100%;
  }
  .beginner__list {
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .beginner__link {
    color: #333;
  }
  .beginner__name {
    font-weight: bold;
    text-align: center;
    margin: 8px 0;
  }
  .product-box {
    padding: 0 0 16px;
    margin-bottom: 24px;
    border-bottom: 1px dashed #999999;
  }
  .product-box__img {
    width: 100%;
    margin-bottom: 8px;
  }
  .product-box__title {
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    margin-bottom: 8px;
    display: block;
  }
  .product-box__desc {
    margin-bottom: 32px;
  }
  .product-item {
    margin: 0 -4px;
  }
  .product-com {
    display: block;
    padding: 16px 4.1667%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 32px 0;
    color: #fff;
    font-weight: bold;
    right: 0;
    top: 0;
    background: #8b9b66;
    position: relative;
  }
  .product-com:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 20px 30px;
    border-color: transparent transparent #8b9b66 transparent;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    -webkit-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    -o-transform: rotate(70deg);
    transform: rotate(70deg);
  }
  .product-com__title {
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
  }
  .product-com__desc {
    font-weight: normal;
  }
  .contents__link {
    color: #000;
    position: relative;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    margin-bottom: 16px;
  }
  .contents__link img {
    width: 100%;
  }
  .contents__link img.contents__cookpad {
    width: 58px;
    position: absolute;
    right: 16px;
    bottom: 0;
  }
  .contents__title {
    margin: 8px 0;
    display: block;
  }
  .search,
  .search-under {
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .search__list-grey,
  .search-under__list-grey {
    background: #f8f8f8;
  }
  .search__list:nth-of-type(1) .search__link,
  .search-under__list:nth-of-type(1) .search__link {
    border-top: solid 1px #c9c9c9;
  }
  .search__link,
  .search-under__link {
    color: #000;
    padding: 16px 4.1667%;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    display: block;
    position: relative;
  }
  .search__bold,
  .search-under__bold {
    font-weight: bold;
    margin-right: 8px;
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
  }
  .search {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .search__link {
    color: #000;
    font-weight: bold;
    border-bottom: solid 1px #c9c9c9;
  }
  .search__link:after {
    content: "";
    background: url(https://www.sokamocka.com/common/img/main/plus.svg) no-repeat center top;
    position: absolute;
    right: 4.1667%;
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
  }
  .search__link.slide-active:after {
    background: url(https://www.sokamocka.com/common/img/main/minus.svg) no-repeat center center;
  }
  .search-under__nav {
    display: none;
  }
  .search-under__list:last-child .search-under__link {
    border-bottom: 1px solid #c9c9c9;
  }
  .search-under__list:last-child .search-under__link:before {
    display: none;
  }
  .search-under__link {
    color: #000;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
    padding: 15px 4.1667% 15px 8.3333%;
  }
  .search-under__link.trial {
    background: #f5f5f5;
  }
  .search-under__link:before {
    content: "";
    display: block;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-bottom: dotted 1px #adadad;
  }
  .search-under__link:after {
    content: "";
    border-right: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    position: absolute;
    right: 6%;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .ranking-nav {
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .ranking-nav__slide {
    padding: 8px 0;
    text-align: center;
    position: relative;
  }
  .ranking-nav .slick-next {
    right: -13px;
  }
  .ranking-nav .slick-next:after {
    content: "";
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    right: 8px;
    width: 10px;
    height: 10px;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .ranking-nav .slick-prev {
    left: -13px;
  }
  .ranking-nav .slick-prev:after {
    content: "";
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    right: 8px;
    width: 10px;
    height: 10px;
    top: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ranking-nav .slick-current:after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #ee0000;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .ranking-main {
    margin: 0 -8px;
  }
  .ranking-main__slide {
    padding: 32px 0;
  }
  .ranking .item__img {
    width: auto;
  }
  .cosme img {
    width: 100%;
  }
  .app {
    position: relative;
  }
  .app img {
    width: 100%;
  }
  .app__nav {
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
  }
  .app__link {
    color: #000;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .sns {
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #6a5953;
    padding: 16px 4.1667%;
  }
  .sns__nav {
    margin: 0 -8px;
  }
  .sns__nav-banner {
    padding: 0 0 16px;
  }
  .sns__list {
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
  }
  .sns__name {
    margin: 4px 0;
    color: #fff;
    font-weight: normal;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .contact {
    text-align: center;
  }
  .contact__number {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-size: 6.25vw;
    font-weight: bold;
    justify-content: center;
    padding: 0 0 8px 0;
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .contact__icon {
    width: 30px;
    margin-right: 8px;
  }
  .contact__sub {
    margin-bottom: 16px;
    display: block;
  }
  .section.guide {
    padding: 32px 0 0;
    display: none !important;
  }
  .section.guide .main__head {
    letter-spacing: 0.2em;
  }
  .section.guide__nav {
    border-top: 1px solid #c9c9c9;
  }
  .section.guide__list {
    border-bottom: 1px solid #c9c9c9;
    text-align: center;
    padding: 25px 0 50px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
  }
  .section.guide__list:nth-of-type(odd) {
    border-right: 1px solid #c9c9c9;
  }
  .section.guide__head {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.16em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .section.guide__icon {
    height: 30px;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }
  .section.guide__icon img {
    width: auto;
    height: 100%;
  }
  .section.guide__desc {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.16em;
    line-height: 1.5;
  }
  .section.guide__desc .red {
    color: #cc0000;
  }
  .section.guide__desc-left {
    text-align: left;
  }
  .section.guide__attention {
    display: inline-block;
    padding-top: 3px;
    font-size: 10px;
    font-size: 0.625rem;
    transform: scale(0.8);
  }
  .section.guide__sub {
    font-size: 9px;
    font-size: 0.5625rem;
    font-size: 2.8125vw;
    margin-bottom: 16px;
    display: block;
  }
  .section.guide__link {
    color: #000;
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0;
  }
  .section.guide__link a {
    display: inline-block;
    padding: 4px 28px 4px 20px;
    border-radius: 30px;
    background: #323e2f;
    position: relative;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
    color: #fff;
  }
  .section.guide__link a:after {
    content: "";
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    position: absolute;
    right: 14px;
    width: 5px;
    height: 5px;
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .cs {
    background: #fafafa;
    text-align: center;
    padding: 40px 0;
  }
  .cs__head {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .cs__number {
    font-size: 30px;
    font-size: 1.875rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-bottom: 5px;
  }
  .cs__number-img {
    margin-right: 10px;
  }
  .cs__number-img img {
    width: 35px;
  }
  .cs__number sub {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .cs__sub {
    display: block;
    margin-bottom: 16px;
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
  }
  .cs__desc {
    font-size: 10px;
    font-size: 0.625rem;
    margin-bottom: 16px;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
  .cs__big {
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
  }
  .line img {
    width: 100%;
  }
  .footer {
    padding: 0 0 16px;
    overflow: hidden;
  }
  .footer-top {
    padding: 16px 4.1667%;
    background: #6a5953;
  }
  .footer-top__nav {
    margin: 0 -8px;
  }
  .footer-top__list {
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer-top__link {
    color: #000;
    text-align: center;
    align-items: center;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    padding: 8px 0;
    font-weight: bold;
    background: #323e2f;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff !important;
    height: 100%;
  }
  .footer-top__link:first-child {
    border-right: 1px solid #fff;
  }
  .footer-top__icon {
    width: auto;
    height: 18px;
    margin-right: 8px;
  }
  .footer-bottom {
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
  }
  .footer-bottom__jdma {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
  }
  .footer-bottom__jdma img {
    width: 94px;
    margin-right: 15px;
    vertical-align: bottom;
  }
  .footer-bottom__privacy img {
    width: 28px;
    vertical-align: bottom;
  }
  .footer-nav {
    text-align: center;
    background: #fff;
    border-top: 1px solid #f0f0f0;
  }
  .footer-nav__link {
    color: #000;
    padding: 12px 0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer-nav__link:nth-child(2n+2) {
    border-right: none;
  }
  .footer-search {
    margin: 0 0 16px;
    position: relative;
    padding: 0 0 0 0;
    border: 0;
    background: #fff;
  }
  .footer-search__text {
    width: 120%;
    left: -10%;
    top: 0px;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 0 8px 4.1667%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: scale(0.8);
    background: none;
    border: 0;
  }
  .footer-search__submit {
    position: absolute;
    right: 2%;
    height: 68%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .footer-copy {
    text-align: center;
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
    font-family: "avenirBoook", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .sp-nav {
    display: none;
    overflow: hidden;
  }
  .sp-nav-about__top,
  .sp-nav-gloval__name {
    font-weight: bold;
  }
  .sp-nav-about__link {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    padding: 16px 0;
    background: #58794f;
    color: #fff;
  }
  .sp-nav-about__icon {
    height: 33px;
    margin-right: 8px;
    vertical-align: -10px;
  }
  .sp-nav-special__head {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 8px;
    font-weight: bold;
  }
  .sp-nav-special__desc {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .sp-nav-gloval {
    background: #a8b366;
  }
  .sp-nav-gloval__link {
    font-size: 10px;
    font-size: 0.625rem;
    text-align: center;
    color: #fff;
    padding: 8px 0;
    position: relative;
  }
  .sp-nav-gloval__link:after {
    content: "";
    height: 90%;
    width: 0;
    border-right: 1px solid #aeb994;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .sp-nav-gloval__icon {
    height: 33px;
    margin: 8px 0;
  }
  .sp-nav-under {
    background: #fafafa;
  }
  .sp-nav-under__link {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sp-nav-under__link:nth-child(n+3) {
    border-top: 1px solid #eef0ea;
  }
  .sp-nav-under__link:after {
    content: "";
    position: absolute;
    height: 90%;
    border-right: 1px solid #eef0ea;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .sp-nav-under__link:last-child:after {
    display: none;
  }
  .sp-nav-under__title {
    font-size: 12px;
    font-weight: normal;
  }
  .sp-nav-under__img {
    margin: 0 7%;
    width: 15%;
  }
  .sp-nav-under__nav {
    width: 100%;
    justify-content: space-between;
  }
  .sp-nav-profile {
    padding: 16px 0;
    text-align: center;
  }
  .sp-nav-profile__head {
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
  }
  .sp-nav-profile__data {
    text-align: center;
  }
  .sp-nav-profile__data-li {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
  }
  .sp-nav-profile__data-li span {
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    font-weight: bold;
  }
  .sp-nav-profile__data-limit {
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
  }
  .sp-nav-rank {
    background: #fafafa;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px 0;
  }
  .sp-nav-rank:last-child:after {
    display: none;
  }
  .sp-nav-rank.active:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .sp-nav-rank__title {
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    font-weight: bold;
  }
  .sp-nav-rank__img {
    margin: 0 8px 0 4px;
    width: 10%;
  }
  .sp-nav-rank__toggle {
    padding: 16px 8px;
  }
  .sp-nav-rank__toggle img {
    width: 100%;
    margin-bottom: 8px;
  }
  .sp-nav-rank__more {
    border: 1px solid #c9c9c9;
    padding: 12px;
    text-align: center;
    display: block;
    font-weight: bold;
    position: relative;
  }
  .sp-nav-rank__more:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    right: 20px;
    top: 0;
    bottom: 2px;
    margin: auto;
    transform: rotate(45deg);
  }
  .sp-nav-search {
    padding: 16px 4.1667%;
    background: #efefef;
  }
  .sp-nav-search__form {
    width: 100%;
  }
  .sp-nav-search__label {
    width: 100%;
    position: relative;
  }
  .sp-nav-search__input {
    width: 100%;
  }
  .sp-nav-search__submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
  }
  .sp-nav-search__submit img {
    width: 100%;
  }
  .sp-nav-first {
    padding: 8px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .sp-nav-first__name {
    text-align: center;
    margin-top: 8px;
  }
  .sp-nav-first__link {
    padding: 8px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sp-nav-first__link img {
    width: 100%;
  }
  .sp-nav-special {
    align-items: center;
    padding: 32px 4.1667%;
  }
  .bottom-nav {
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
    font-weight: bold;
    background: #8b9b66;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .bottom-nav__list {
    padding: 8px 0;
  }
  .bottom-nav__link {
    color: #000;
    color: #fff !important;
    text-align: center;
    display: block;
    border-right: 1px solid #9eab7f;
  }
  .bottom-nav__icon {
    height: 30px;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 4px;
    justify-content: center;
  }
  .bottom-nav__icon img {
    height: 23px;
    vertical-align: middle;
  }
  .bottom-nav__icon-menu img {
    height: 18px;
  }
  .fix-cart {
    position: fixed;
    width: 60px;
    background: #cd6464;
    right: 0;
    bottom: 30%;
    border-radius: 5px;
    text-align: center;
    padding: 8px 0;
    z-index: 100;
  }
  .fix-cart__img {
    width: 25px;
  }
  .fix-cart__name {
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
  }
  .page-top {
    position: fixed;
    width: 50px;
    height: 50px;
    background: #6a5953;
    right: 4.1667%;
    bottom: -50px;
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 50;
  }
  .page-top.active {
    opacity: 1;
    bottom: 30px;
  }
  .page-top:after {
    content: "";
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    top: 23px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .first-top {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    padding: 15px 40px;
    background: #c0d7dc;
    position: relative;
    visibility: visible;
    z-index: 10;
  }
  .first-top:after {
    content: "";
    border-bottom: 1px solid #9aabaf;
    border-right: 1px solid #9aabaf;
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .first-top:hover:after {
    right: 15px;
  }
  .side {
    position: fixed;
    width: 96%;
    top: 90px;
    left: -100%;
    z-index: 100;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
    padding: 16px 0;
    background: #fff;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .active .side {
    left: 0;
  }
  .side a {
    color: #000;
  }
  .side__section {
    margin: 0 4.1667%;
  }
  .side__head {
    padding: 16px 4.1667%;
    font-size: 20px;
    font-size: 1.25rem;
    font-size: 6.25vw;
    font-weight: bold;
    border-bottom: 1px solid #999999;
    background: #f8f8f8;
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .side__head-icon {
    margin-bottom: 16px;
    text-align: center;
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .side__link {
    color: #000;
    display: block;
    background: #000;
    color: #fff !important;
    padding: 16px 4.1667%;
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    position: relative;
  }
  .side__link:after {
    content: "";
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    position: absolute;
    right: 6%;
    width: 10px;
    height: 10px;
    top: 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .side__link-center {
    text-align: center;
    padding: 12px;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    margin-bottom: 16px;
  }
  .side__link-center:after {
    top: 13px;
  }
  .side__icon {
    margin-bottom: 8px;
    height: 30px;
  }
  .side__name {
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    font-size: 6.25vw;
    font-weight: bold;
  }
  .side__under {
    margin: 32px 4.1667%;
    padding: 0 0 16px;
    border-bottom: 1px solid #999999;
  }
  .side__under-bnone {
    border: 0;
  }
  .side__more {
    border: 1px solid #999999;
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    padding: 12px 0;
    margin: 16px 4.1667%;
  }
  .side__more:after {
    content: "";
    background: url(https://www.sokamocka.com/common/img/main/plus.svg) no-repeat center top;
    position: absolute;
    right: 4.1667%;
    width: 15px;
    height: 15px;
    top: 12px;
    background-size: contain;
  }
  .side-login {
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    font-weight: bold;
    padding: 12px 0;
    border: 1px solid #999999;
    margin-bottom: 8px;
  }
  .side-guest {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    padding: 12px 2%;
    align-items: center;
    justify-content: space-between;
  }
  .side-guest__name {
    font-weight: bold;
  }
  .side-guest__mini {
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
  }
  .side-arrival {
    margin-bottom: 8px;
  }
  .side-arrival__list {
    border-top: 1px dotted #999999;
  }
  .side-arrival__link {
    color: #000;
    padding: 12px 2%;
    display: block;
  }
  .side-nav {
    background: #000;
  }
  .side-nav a {
    color: #fff;
    text-align: center;
  }
  .side-nav__list {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .side-nav__list:nth-of-type(4), .side-nav__list:nth-of-type(8), .side-nav__list:nth-of-type(12) {
    border-right: 0;
  }
  .side-nav__link {
    color: #000;
    padding: 12px 0;
    display: block;
  }
  .side-nav__img {
    height: 22px;
    margin: 8px 0;
  }
  .side-nav__img img {
    height: 100%;
  }
  .side-nav__name {
    font-size: 9px;
    font-size: 0.5625rem;
    font-size: 2.8125vw;
  }
  .side-banner__nav {
    margin: 16px -8px;
  }
  .side-banner__list {
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .side-banner__list img {
    width: 100%;
  }
  .side-rank__nav {
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .side-rank__list-grey {
    background: #f8f8f8;
  }
  .side-rank__list-black {
    background: #000;
  }
  .side-rank__list-black * {
    color: #fff;
  }
  .side-rank__list-black .side-rank__link:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .side-rank__link {
    color: #000;
    padding: 12px 4.1667%;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    display: block;
    border-bottom: dotted 1px #999999;
    position: relative;
  }
  .side-rank__link:after {
    content: "";
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    right: 5%;
    width: 10px;
    height: 10px;
    top: 14px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .side-rank__bold {
    font-weight: bold;
    margin-right: 8px;
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
    min-width: 14%;
  }
  .side-rank__bold-special {
    color: #ee0000;
  }
  .side-check {
    margin: 0 -8px 16px;
  }
  .side-check__list {
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .side-check__link {
    color: #000;
    display: block;
    border: 1px solid #999999;
  }
  .side-check img {
    width: 100%;
  }
  .side-follow img {
    width: 100%;
  }
  .side-follow__list {
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .android4 .header__logo {
    display: inline-block;
  }
  .android4 .header__nav {
    width: 100%;
    display: inline-block;
  }
  .android4 .header__search, .android4 .header__com, .android4 .header__cart {
    display: inline-block;
  }
  .android4 .header__search img, .android4 .header__com img, .android4 .header__cart img {
    padding: 14px 0 0 0;
  }
  .android4 .header__link {
    color: #000;
  }
  .android4 .list-link__nav {
    width: 100%;
  }
  .android4 .list-link__list {
    display: block;
  }
  .android4 .app__link {
    display: block;
  }
  .android4 .guide__list {
    height: 230px;
  }
  .android4 .footer-top__link {
    display: block;
  }
  .android4 .side-guest__point,
  .android4 .side-guest__name {
    display: inline-block;
  }
  .android4 .side-check,
  .android4 .side-follow {
    width: 100%;
  }
  .android4 .side-check__list,
  .android4 .side-follow__list {
    display: block;
  }
  .sp-obi-info {
    z-index: 1005001;
    position: relative;
  }
  .sp-obi-info a {
    padding: 2% 0;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    background: #6a5953;
    letter-spacing: 0.05em;
    position: relative;
  }
  .sp-obi-info .sp-obi-info__click:after {
    content: "";
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 6px);
    right: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sp-obi-info .sp-obi-info__click.active:after {
    top: calc(50% - 3px);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .sp-obi-info .sp-nav-topic a {
    background: #fafafa;
    text-align: left;
  }
  .sp-obi-info__cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    background: #fafafa;
    z-index: 100500;
  }
  .sp-nav-topic {
    border-top: solid 1px #fff;
    padding: 5% 4%;
    background: #fafafa;
  }
  .sp-nav-topic__li .header-news__icon {
    margin-right: 4%;
  }
  .sp-nav-topic__li a {
    display: block;
    padding: 2% 0;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #515151;
  }
  .sp-nav-topic__li:last-child {
    margin-bottom: 0;
  }
  /*トップスライダー*/
  .top-slider {
    padding-bottom: 5%;
  }
  .top-slider .swiper-pagination {
    bottom: 0;
  }
  .top-slider .swiper-pagination-bullet {
    background: #c0d7dc;
    margin: 0 8px !important;
  }
  .top-slider .swiper-pagination-bullet-active {
    background: #fedb55;
  }
  /*トップコンセプト*/
  .top-concept {
    position: relative;
  }
  .top-concept .first-top {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
  }
  .top-concept .first-top.active {
    position: fixed;
    right: 0;
    top: 75px;
  }
  .top-concept .pc-only {
    display: none;
  }
  .top-concept .section__inner {
    padding: 12% 4%;
    background: #f2fafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-concept__box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-concept__box .main__link {
    width: 80%;
    margin: 0 auto;
  }
  .top-concept__head {
    font-size: 21px;
    font-size: 1.3125rem;
    font-size: 6.5625vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 11%;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 8%;
  }
  .top-concept__head span {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .top-concept__desc {
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
    line-height: 2.2;
    text-align: left;
    padding: 8% 0;
  }
  /*トップ３枚バナー*/
  .top-infomation__list {
    margin: -2%;
  }
  .top-infomation__li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2%;
    margin-bottom: 4%;
  }
  .top-infomation__li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .top-infomation__link {
    border: solid 1px #ccc;
    height: 3.5em;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
  }
  .top-infomation__link:after {
    content: "";
    border-bottom: 1px solid #91b5be;
    border-right: 1px solid #91b5be;
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -3px;
  }
  .top-infomation__link img {
    display: none;
  }
  .top-infomation__ttl {
    display: block;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
  }
  /*トップコンテンツ*/
  .top-contents__li {
    margin-bottom: 6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-contents__li:last-child {
    margin-bottom: 0;
  }
  .top-contents__link {
    display: block;
    position: relative;
  }
  .top-contents__link img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #f0f0f0;
    width: 100%;
    position: relative;
    z-index: 5;
  }
  .top-contents__ttl {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    font-weight: bold;
    z-index: 10;
  }
  /*トップおしゃべり*/
  .section .oshaberi__nav {
    margin-bottom: 0;
  }
  .section .oshaberi__nav + .main__link {
    border: solid 1px #f0f0f0;
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .section .oshaberi__list:first-child {
    margin: 0;
  }
  .section .oshaberi__list:first-child {
    border: none;
  }
  .section .oshaberi__list:first-child .oshaberi__desc {
    display: none;
  }
  .section .oshaberi__list:first-child .oshaberi__left,
  .section .oshaberi__list:first-child .oshaberi__right {
    width: 100%;
  }
  .section .oshaberi__list.pure-u-1-2 {
    width: 100%;
  }
  .section .oshaberi__list .oshaberi__left {
    width: 40%;
  }
  .section .oshaberi__list .oshaberi__right {
    width: 60%;
    padding: 0 0 0 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section .oshaberi__list .oshaberi__title {
    margin-bottom: 8px;
  }
  /*トップはじめてのかたへ*/
  .top-beginner {
    padding-left: 0;
    padding-right: 0;
  }
  .top-beginner__first {
    position: relative;
    margin-bottom: 80px;
  }
  .top-beginner__first img {
    width: 100%;
  }
  .top-beginner__first .main__link {
    width: 80%;
    margin: -30px auto 0;
  }
  .top-beginner__item {
    padding: 0 10%;
  }
  .top-beginner__item-li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 7%;
  }
  .top-beginner__item-li.blue .top-beginner__item-bg {
    background: url(../img/main_new/top-beginner-bg01.jpg) no-repeat center center;
  }
  .top-beginner__item-li.blue .top-beginner__item-catchli {
    border: solid 2px #adbfc9;
  }
  .top-beginner__item-li.gray .top-beginner__item-bg {
    background: url(../img/main_new/top-beginner-bg02.jpg) no-repeat center center;
  }
  .top-beginner__item-li.gray .top-beginner__item-catchli {
    border: solid 2px #cbc2b7;
  }
  .top-beginner__item-link {
    display: block;
    background: #fafafa;
    padding-bottom: 7%;
  }
  .top-beginner__item-bg {
    position: relative;
  }
  .top-beginner__item-bg:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .top-beginner__item-bginner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding-top: 8%;
  }
  .top-beginner__item-bginner img {
    width: 60%;
  }
  .top-beginner__item-head {
    color: #1e373d;
    font-size: 17.6px;
    font-size: 1.1rem;
    font-size: 5.5vw;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .top-beginner__item-catch {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    margin: -30px 0 10px;
  }
  .top-beginner__item-catchli {
    width: 70px;
    height: 70px;
    margin: 0 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.5;
    border-radius: 50%;
    font-size: 11px;
    font-size: 0.6875rem;
    font-size: 3.4375vw;
    font-weight: bold;
  }
  .top-beginner__item-name {
    font-size: 14.4px;
    font-size: 0.9rem;
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .top-beginner__item-desc {
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
    text-align: center;
  }
  /*トップサポート*/
  .top-support__list .main__link {
    display: none;
  }
  .top-support__li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .top-support__li:nth-child(2) {
    border-left: solid 1px #f0f0f0;
    border-right: solid 1px #f0f0f0;
  }
  .top-support__link {
    display: block;
  }
  .top-support__link:hover .main__link:after {
    right: 8px;
  }
  .top-support__head {
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
    font-weight: bold;
    margin-bottom: 15px;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 3em;
  }
  .top-support__img {
    margin-bottom: 20px;
  }
  /*トップラインアップ*/
  .top-lineup__li {
    margin-bottom: 6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .top-lineup__li:last-child {
    margin-bottom: 0;
  }
  .top-lineup__link {
    display: block;
    padding: 80% 0 10%;
    position: relative;
  }
  .top-lineup__link .main__link {
    border: solid 1px #f0f0f0;
    width: 70%;
    margin: 0 auto;
    font-size: 13px;
    font-size: 0.8125rem;
    font-size: 4.0625vw;
    padding: 12px 0;
  }
  .top-lineup__link .main__link:after {
    right: 12px;
  }
  .top-lineup__link:hover .main__link:after {
    right: 8px;
  }
  .top-lineup__link.socamoka {
    background: #ddefef url(../img/main_new/top-lineup01.jpg) no-repeat center top;
    background-size: contain;
  }
  .top-lineup__link.adult {
    background: #eeeadf url(../img/main_new/top-lineup02.jpg) no-repeat center top;
    background-size: contain;
  }
  .top-lineup__link.care {
    background: #efeaeb url(../img/main_new/top-lineup03.jpg) no-repeat center top;
    background-size: contain;
  }
  .top-lineup__link.make {
    background: #edede5 url(../img/main_new/top-lineup04.jpg) no-repeat center top;
    background-size: contain;
  }
  .top-lineup__head {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-size: 6vw;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .top-lineup__head span {
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
    vertical-align: top;
  }
  .top-lineup__desc {
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
    margin-bottom: 20px;
  }
  .top-lineup__check {
    position: absolute;
    font-size: 11px;
    font-size: 0.6875rem;
    font-size: 3.4375vw;
    bottom: 10px;
    right: 20px;
  }
  /*SPレフトメニュー*/
  .sp-left-menu {
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10000;
    background: #fff;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .spleftmenu .sp-left-menu {
    right: 0;
  }
  .sp-left-menu .sp-menu-sub .header__spwapper {
    position: static;
  }
  .sp-left-menu .header__logo a {
    position: relative;
    z-index: 10000;
  }
  .sp-left-menu .top-support__img {
    height: 40px;
    width: auto;
  }
  .sp-left-menu .top-support__head,
  .sp-left-menu .sp-nav-under__title {
    color: #4c4948;
    line-height: 1.3;
  }
  .sp-left-menu .top-support__head .teiki-head {
    font-size: 10px;
    font-size: 0.625rem;
    display: block;
    line-height: 1.3;
    padding-bottom: 2px;
  }
  .sp-left-menu .sp-nav-profile {
    padding: 24px 0;
  }
  .sp-left-menu .footer-search__submit {
    height: 62%;
  }
  .sp-left-menu .sp-left-menu__addlist-link {
    border-color: #e2e7e8;
    color: #4c4948;
  }
  .sp-left-menu .search-common__head {
    padding-left: 4.1667%;
  }
  .sp-left-menu .sp-left-menu__head-img img {
    height: 25px;
    width: auto;
  }
  .sp-left-menu .sp-left-menu__head-li {
    font-weight: normal;
    letter-spacing: 0;
  }
  .sp-left-menu__topsearch {
    background: #fafafa;
    padding-left: 4.1667%;
    padding-right: 4.1667%;
    padding-top: 30px;
    padding-bottom: 15px;
    overflow: hidden;
  }
  .sp-left-menu__topsearch .footer-search {
    border: 1px solid #f6f6f6;
  }
  .sp-left-menu__topsearch-list {
    padding-top: 15px;
  }
  .sp-left-menu__topsearch-list .search__tooltips-link {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
  .sp-left-menu__topsearch .main__link {
    border: 1px solid #f6f6f6;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .sp-left-menu__head {
    background: #6a5953;
    padding: 2% 0;
  }
  .sp-left-menu__head-li {
    text-align: center;
    border-right: solid 1px #bfd3d8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .sp-left-menu__head-li span {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 3px;
    text-align: center;
    color: #fff;
    font-size: 10px;
  }
  .sp-left-menu__head-head {
    top: 7px;
    font-size: 9px;
    font-size: 0.5625rem;
    font-size: 2.8125vw;
  }
  .sp-left-menu__head-link {
    display: block;
  }
  .sp-left-menu__head-img {
    padding: 10% 30% 15%;
  }
  .sp-left-menu__head-img img {
    width: 100%;
    height: auto;
  }
  .sp-left-menu__head-teiki {
    padding: 20% 30% 5%;
  }
  .sp-left-menu__addlist-li:last-child .sp-left-menu__addlist-link {
    border-bottom: none;
  }
  .sp-left-menu__addlist-link {
    position: relative;
    padding: 16px 4.1667%;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    display: block;
    color: #000;
    border-bottom: solid 1px #c9c9c9;
  }
  .sp-left-menu__addlist-link:after {
    content: "";
    border-bottom: 1px solid #adadad;
    border-right: 1px solid #adadad;
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 6%;
    margin-top: -3px;
  }
  .sp-left-menu .top-support__list {
    padding: 3% 0;
  }
  .sp-left-menu .cs__sub {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .sp-left-menu .cs__inner .main__link {
    border: solid 1px #f0f0f0;
    margin: 0 4.1667% 0;
    border-radius: 3px;
    margin-top: 10px;
  }
  .sp-left-menu .cs__inner .main__link:after {
    background: none;
    content: "";
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    margin: -3px;
    right: 4.1667%;
  }
  .sp-left-menu .footer {
    padding: 0 0 50px;
    background: #6a5953;
    margin-bottom: 0;
  }
  .sp-left-menu-cover {
    width: 100%;
    height: 100%;
    height: 100vh;
    display: block;
    background: #d9d9d9;
    z-index: 500;
    position: fixed;
    top: 0;
    left: 0;
  }
  body.mordal-cover .sp-left-menu {
    overflow: hidden;
  }
  /*トップモーション*/
  .top_motion {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    background: #fff;
    z-index: 10000001;
  }
  .top_motion__cover {
    position: fixed;
    width: 100%;
    height: 9999px;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 10000000;
  }
  .top_motion__start {
    overflow: hidden;
  }
  .top_motion.d_none {
    display: none;
  }
  .top_motion .brand {
    position: absolute;
    top: 0;
    left: 0;
  }
  .top_motion .motionImg {
    position: absolute;
    top: 0;
    opacity: 1;
    width: 0;
  }
  .d_none {
    display: none;
  }
  /*トップバナー（ACC既存）*/
  .pc-top-pannel {
    display: none;
  }
  /*トップバナー*/
  .slideunder-bnr {
    padding: 16px 4.1667% 0;
    max-width: initial;
    width: 100%;
  }
  .slideunder-bnr__li {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .slideunder-bnr__li.or1 {
    order: 1;
  }
  .slideunder-bnr__li.or2 {
    order: 2;
  }
  .slideunder-bnr__li.or3 {
    order: 3;
  }
  .slideunder-bnr__li span {
    display: inline-block;
    padding-top: 8px;
  }
  .slideunder-bnr__li span.fs {
    padding-top: 3px;
    line-height: 1.5;
  }
  .slideunder-bnr img {
    width: 100%;
  }
  /*モニターページ*/
  .LC_Page_Monitor .avenir_book {
    font-family: "avenirBoook";
  }
  .LC_Page_Monitor .monitor__inner {
    width: 100%;
    margin: 0 auto;
  }
  .LC_Page_Monitor .monitor__head {
    padding: 0 5%;
    font-size: 19.6px;
    font-size: 1.225rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 15px 0;
    line-height: 1.6;
  }
  .LC_Page_Monitor .monitor__head + .monitor__desc {
    margin-bottom: 20px;
  }
  .LC_Page_Monitor .monitor__sub {
    font-size: 15.4px;
    font-size: 0.9625rem;
    font-weight: bold;
    color: #70929a;
    text-align: center;
    margin-bottom: 15px;
  }
  .LC_Page_Monitor .monitor__sub .avenir_book {
    font-size: 17.5px;
    font-size: 1.09375rem;
  }
  .LC_Page_Monitor .monitor__headimg {
    text-align: center;
    margin-bottom: 20px;
  }
  .LC_Page_Monitor .monitor__headimg img {
    max-width: 100%;
  }
  .LC_Page_Monitor .monitor__headimg + .monitor__head {
    margin-bottom: 10px;
  }
  .LC_Page_Monitor .monitor__desc {
    padding: 0 5%;
    font-size: 14px;
    font-size: 0.875rem;
    color: #333;
    line-height: 1.8;
    text-align: left;
    font-weight: 500;
  }
  .LC_Page_Monitor .monitor__desc-fs {
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
    padding-left: 1em;
  }
  .LC_Page_Monitor .monitor__desc b {
    font-weight: bold;
  }
  .LC_Page_Monitor .monitor__desc.center {
    text-align: left;
    margin: 0 auto 20px;
  }
  .LC_Page_Monitor .monitor__lineuphead {
    font-size: 19.6px;
    font-size: 1.225rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 1.5;
    background: #e5f1f2;
    padding: 10px 0;
    margin-bottom: 30px;
  }
  .LC_Page_Monitor .monitor__lineuphead .avenir_book {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .LC_Page_Monitor .monitor__lineupttl {
    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;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 15px;
    letter-spacing: 3px;
  }
  .LC_Page_Monitor .monitor__lineupttl img {
    width: 35px;
    margin-right: 10px;
  }
  .LC_Page_Monitor .monitor__lineupttl sup {
    font-size: 10px;
    font-size: 0.625rem;
    position: relative;
    top: -0.5em;
    font-weight: normal;
  }
  .LC_Page_Monitor .monitor__lineupsub {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .LC_Page_Monitor .monitor__lineupbox {
    border-top: solid 1px #ededed;
    margin-bottom: 20px;
  }
  .LC_Page_Monitor .monitor__lineupbox-r {
    text-align: right;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px 5% 0;
  }
  .LC_Page_Monitor .monitor__lineupbox.mb0 {
    margin-bottom: 0;
  }
  .LC_Page_Monitor .monitor__lineuplist {
    padding: 20px 5%;
    border-bottom: dotted 1px #ededed;
  }
  .LC_Page_Monitor .monitor__lineuplist:last-child {
    border-bottom: none;
  }
  .LC_Page_Monitor .monitor__lineuplist-img {
    text-align: center;
    margin-bottom: 10px;
  }
  .LC_Page_Monitor .monitor__lineuplist-img img {
    max-width: 100%;
  }
  .LC_Page_Monitor .monitor__lineuplist-head {
    font-size: 16px;
    font-size: 1rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    padding-left: 35px;
  }
  .LC_Page_Monitor .monitor__lineuplist-head span {
    font-size: 30px;
    font-size: 1.875rem;
    color: #c0d7dc;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
  }
  .LC_Page_Monitor .monitor__lineuplist-desc {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
  }
  .LC_Page_Monitor .monitor__lineuplist-desc:last-child {
    margin-bottom: 0;
  }
  .LC_Page_Monitor .monitor__btn {
    padding: 0 5%;
    margin-bottom: 10px;
  }
  .LC_Page_Monitor .monitor__btn-li {
    margin-bottom: 15px;
  }
  .LC_Page_Monitor .monitor__btn-link {
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
    display: inline-block;
    border: 1px solid #333;
    width: 100%;
    color: #333;
    background-color: #fff;
    text-align: center;
    line-height: 20px;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .LC_Page_Monitor .monitor__btn-link:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 91%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #858585;
    border-right: 1px solid #858585;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .LC_Page_Monitor .monitor__btn-link:hover {
    background-color: #b5d2d6;
    color: #fff;
  }
  .LC_Page_Monitor .monitor__btn-link:hover:after {
    left: 278px;
  }
  /*キャンペーンページ回遊*/
  #season_camp .end-content .container,
  .season_camp .end-content .container {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }
  #season_camp .end-content .container .campaign__nav,
  .season_camp .end-content .container .campaign__nav {
    margin: 0 -2% !important;
  }
  #season_camp .end-content .container .campaign__list,
  .season_camp .end-content .container .campaign__list {
    padding: 0 2% 4% !important;
  }
  #season_camp .end-content .container .campaign__list span.pnk,
  .season_camp .end-content .container .campaign__list span.pnk {
    background: #e96496 !important;
  }
  #season_camp .end-content .container .campaign__list span.ylw,
  .season_camp .end-content .container .campaign__list span.ylw {
    background: #ffcc00 !important;
    color: #000 !important;
  }
  #season_camp .end-content .container .campaign__title,
  .season_camp .end-content .container .campaign__title {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 4px !important;
  }
  #season_camp .end-content .container .campaign__title,
  #season_camp .end-content .container .campaign__desc,
  .season_camp .end-content .container .campaign__title,
  .season_camp .end-content .container .campaign__desc {
    text-align: left !important;
    line-height: 1.5 !important;
  }
  #season_camp .end-content .container .campaign__desc,
  .season_camp .end-content .container .campaign__desc {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  #season_camp .end-content .main-title,
  .season_camp .end-content .main-title {
    font-weight: 500;
    margin-bottom: 25px;
  }
  #season_camp .end-content .item-wrap,
  .season_camp .end-content .item-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -webkit-justify-content: flex-start;
    align-items: stretch;
    justify-content: flex-start;
  }
  #season_camp .end-content .item-wrap .item,
  .season_camp .end-content .item-wrap .item {
    width: 48%;
    margin-top: 20px;
    margin-right: 4%;
  }
  #season_camp .end-content .item-wrap .item:nth-child(1), #season_camp .end-content .item-wrap .item:nth-child(2), #season_camp .end-content .item-wrap .item:nth-child(3),
  .season_camp .end-content .item-wrap .item:nth-child(1),
  .season_camp .end-content .item-wrap .item:nth-child(2),
  .season_camp .end-content .item-wrap .item:nth-child(3) {
    margin-top: 20px;
  }
  #season_camp .end-content .item-wrap .item:nth-child(3n),
  .season_camp .end-content .item-wrap .item:nth-child(3n) {
    margin-right: 4%;
  }
  #season_camp .end-content .item-wrap .img,
  .season_camp .end-content .item-wrap .img {
    position: relative;
    width: 100%;
  }
  #season_camp .end-content .item-wrap .img > img,
  .season_camp .end-content .item-wrap .img > img {
    display: block;
    width: 100%;
  }
  #season_camp .end-content .item-wrap .label-img,
  .season_camp .end-content .item-wrap .label-img {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: flex-start;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    top: 3px;
    padding-left: 3px;
  }
  #season_camp .end-content .item-wrap .label-img img,
  .season_camp .end-content .item-wrap .label-img img {
    width: 50px;
  }
  #season_camp .end-content .item-wrap .label-img img + img,
  .season_camp .end-content .item-wrap .label-img img + img {
    margin-left: 3px;
  }
  #season_camp .end-content .item-wrap .content,
  .season_camp .end-content .item-wrap .content {
    text-align: left;
  }
  #season_camp .end-content .item-wrap .content .title,
  .season_camp .end-content .item-wrap .content .title {
    padding-top: 8px;
    padding-bottom: 4px;
    font-size: 12px;
  }
  #season_camp .end-content .item-wrap .content p,
  .season_camp .end-content .item-wrap .content p {
    font-size: 11px;
    line-height: 18px;
  }
  /*パンクズ*/
  .bread-wrapper {
    padding: 0 15px;
  }
  .bread-wrapper .breadcrumb {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: flex-start;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0;
    line-height: 20px;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
  .bread-wrapper .breadcrumb img {
    display: inline-block;
    vertical-align: text-bottom;
    width: 15px;
  }
  .bread-wrapper .breadcrumb__li:after {
    content: "";
    width: 4px;
    height: 8px;
    background: url(/common/img/main_new/i_angle_right.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 10px;
  }
  .bread-wrapper .breadcrumb__li:last-child:after {
    display: none;
  }
  /*20190717ナビリニューアル*/
  .search-common .search__link {
    border-color: #f2f2f2;
    font-size: 14px;
    font-size: 0.875rem;
    color: #4c4948;
    padding-left: 14%;
    position: relative;
  }
  .search-common .search__link:before {
    content: "";
    background: url(https://www.sokamocka.com/common/img/main/minus.svg) no-repeat center center;
    position: absolute;
    left: 7%;
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .search-common .search-under__link {
    border-bottom: solid #f2f2f2 1px;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #4c4948;
    padding-left: 14%;
  }
  .search-common .search-under__link:before {
    display: none;
  }
  .search-common .search__list:nth-of-type(1) .search__link,
  .search-common .search-under__list:nth-of-type(1) .search__link {
    border-top: none;
  }
  .search-common .search-under__list:last-child .search-under__link {
    border-color: #f2f2f2;
  }
  .search-common .search-under__link .name-search {
    line-height: 1.6;
  }
  .search-common .search-under__link .name-search span {
    font-size: 10px;
  }
  .search-common .search-under__link .name-search span b {
    font-weight: normal;
    font-size: 12px;
  }
  .search-common .search-under__link .name-search sup {
    font-size: 10px !important;
    vertical-align: top;
  }
  .search-common__head {
    padding: 16px 4.1667% 16px 5px;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    display: block;
    position: relative;
    color: #4c4948;
    border-bottom: solid #f2f2f2 1px;
    font-weight: normal;
  }
  .search-common__head:nth-of-type(1) {
    border-top: solid #f2f2f2 1px;
  }
  .search-common__head:after {
    content: "";
    background: url(https://www.sokamocka.com/common/img/main/plus.svg) no-repeat center top;
    position: absolute;
    right: 4.1667%;
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
  }
  .search-common__head.slide-active:after {
    background: url(https://www.sokamocka.com/common/img/main/minus.svg) no-repeat center center;
  }
  .search-common__head + .search__nav {
    display: none;
  }
  .search-common .other-line {
    display: block !important;
  }
  .search-common .menu-separator {
    margin-top: 30px;
    border-top: solid #f2f2f2 1px;
    position: relative;
  }
  .search-common .menu-gray-bg {
    background: #fafafa;
  }
  /*20210113_追従バナー*/
  .bottom-bunner-scroll {
    left: 4.1667%;
    bottom: -50px;
    opacity: 0;
    transition: 0.4s;
    z-index: 50;
  }
  .bottom-bunner-scroll.active {
    opacity: 1;
    bottom: 15px;
  }
  .bottom-bunner-scroll a:first-of-type img {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  }
  .bottom-bunner-fixed {
    left: 4.1667%;
    z-index: 50;
    bottom: 15px;
  }
  .bottom-bunner-fixed a:first-of-type img {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  }
  /*20210113_SP時ポップアップ*/
  #layer_board_area .layer_board_bg,
  #layer_board_area .layer_board,
  pop_up_bigbnr .layer_board_bg,
  pop_up_bigbnr .layer_board {
    position: absolute;
  }
  #layer_board_area .layer_board_bg,
  pop_up_bigbnr .layer_board_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
  }
  #layer_board_area .layer_board,
  pop_up_bigbnr .layer_board {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 330px;
    height: 330px;
    margin: auto;
    text-align: center;
    z-index: 2000000;
  }
  #layer_board_area .btn_close,
  pop_up_bigbnr .btn_close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
  }
  #layer_board_area .layer_board_bg_corner,
  pop_up_bigbnr .layer_board_bg_corner {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
    background: #000;
  }
  .fixedBnrBox .layer_board {
    display: none;
  }
  /*210317aiba*/
  /*SPサーチレフトメニュー*/
  .header__menu-li span {
    font-size: 10px;
    display: block;
    text-align: center;
    margin-top: 5px;
  }
  .header__menu-li img {
    margin: 0 auto;
    height: 25px;
  }
  .header__right {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .spleftmenu-search .header__menu-li:nth-child(4) {
    position: absolute;
    left: 5%;
  }
  .header__menu-li:nth-child(5) {
    position: absolute;
    left: 20%;
  }
  /*SPトップカテゴリーリンク*/
  /*

  _id.scss
  商品詳細

  */
  /* ==============================================
  ページネーション
  =============================================== */
  /*

  _cart.scss
  カート全般

  */
  /*注文内容の選択*/
  /*

  _review.scss
  レビュー

  */
  /*ec-cubeのデフォルトCSSの削除*/
  /*ec-cubeのデフォルトCSSの削除*/
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__menu-li:nth-child(5) {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .header__menu-li:nth-child(5) .header__menu-link-search img {
    width: 25px;
  }
  .header__menu-li:nth-child(5) .header__menu-link-search.sp-close {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__menu-li:nth-child(5) .header__menu-link-search {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .spleftmenu-search .sp-left-menu {
    right: -100% !important;
  }
  .sp-left-menu-search {
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10000;
    background: #fff;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .spleftmenu-search .sp-left-menu-search {
    right: 0;
  }
  .sp-left-menu-search .sp-menu-sub .header__spwapper {
    position: static;
  }
  .sp-left-menu-search .header__logo a {
    position: relative;
    z-index: 10000;
  }
  .sp-left-menu-search .top-support__img {
    height: 40px;
    width: auto;
  }
  .sp-left-menu-search .top-support__head,
  .sp-left-menu-search .sp-nav-under__title {
    color: #4c4948;
    line-height: 1.5;
  }
  .sp-left-menu-search .top-support__head .teiki-head {
    font-size: 10px;
    font-size: 0.625rem;
    display: block;
    line-height: 1.3;
    padding-bottom: 2px;
  }
  .sp-left-menu-search .sp-nav-profile {
    padding: 24px 0;
  }
  .sp-left-menu-search .footer-search__submit {
    height: 62%;
  }
  .sp-left-menu-search .sp-left-menu__title-wrap p {
    font-size: 20px;
    font-weight: bold;
    background-color: #f8f8f1;
    color: #4c4948;
    padding: 20px 20px 20px;
  }
  .sp-left-menu-search .sp-left-menu__addlist-link {
    border-color: #e2e7e8;
    color: #4c4948;
  }
  .sp-left-menu-search .search-common__head {
    padding-left: 4.1667%;
  }
  .sp-left-menu-search .sp-left-menu__head-img img {
    height: 25px;
    width: auto;
  }
  .sp-left-menu-search .sp-left-menu__head-li {
    font-weight: normal;
    letter-spacing: 0;
  }
  .sp-left-menu-search .sp-left-menu__topsearch {
    background: #fafafa;
    padding: 20px 4.1667% 20px;
    overflow: hidden;
  }
  .sp-left-menu-search .sp-left-menu__topsearch .footer-search {
    border: 1px solid #f6f6f6;
  }
  .sp-left-menu-search .sp-left-menu__topsearch-list {
    padding-top: 15px;
  }
  .sp-left-menu-search .sp-left-menu__topsearch-list .search__tooltips-link {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
  .sp-left-menu-search .sp-left-menu__topsearch .main__link {
    border: 1px solid #f6f6f6;
    border-radius: 3px;
    margin: 10px 0 20px;
  }
  .sp-left-menu-search .head {
    background: #a3c0c7;
    padding: 2% 0;
  }
  .sp-left-menu-search .head-li {
    text-align: center;
    border-right: solid 1px #bfd3d8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
    color: #fff;
    font-weight: bold;
    padding-top: 3%;
    padding-bottom: 4%;
  }
  .sp-left-menu-search .head-li span {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
  }
  .sp-left-menu-search .head-head {
    top: 7px;
    font-size: 9px;
    font-size: 0.5625rem;
    font-size: 2.8125vw;
  }
  .sp-left-menu-search .head-link {
    display: block;
  }
  .sp-left-menu-search .head-img {
    padding: 10% 30% 15%;
  }
  .sp-left-menu-search .head-img img {
    width: 100%;
    height: auto;
  }
  .sp-left-menu-search .head-teiki {
    padding: 20% 30% 5%;
  }
  .sp-left-menu-search .sp-left-menu__addlist-li:last-child .sp-left-menu__addlist-link {
    border-bottom: solid 1px #c9c9c9;
  }
  .sp-left-menu-search .sp-left-menu__addlist-link {
    position: relative;
    padding: 16px 4.1667%;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    display: block;
    color: #000;
    border-bottom: solid 1px #c9c9c9;
  }
  .sp-left-menu-search .sp-left-menu__addlist-link:after {
    content: "";
    border-bottom: 1px solid #adadad;
    border-right: 1px solid #adadad;
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 6%;
    margin-top: -3px;
  }
  .sp-left-menu-search .top-support__list {
    padding: 3% 0;
  }
  .sp-left-menu-search .cs__sub {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .sp-left-menu-search .cs__inner .main__link {
    border: solid 1px #f0f0f0;
    margin: 0 4.1667% 0;
    border-radius: 3px;
    margin-top: 10px;
  }
  .sp-left-menu-search .cs__inner .main__link:after {
    background: none;
    content: "";
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    margin: -3px;
    right: 4.1667%;
  }
  .sp-left-menu-search .footer {
    padding: 0 0 50px;
    background: #c0d7dc;
    margin-bottom: 0;
  }
  .sp-left-menu-search .close-btn-text-wrap {
    margin-top: 40px;
    margin-left: 20px;
  }
  .sp-left-menu-search .close-btn-text-wrap .close-btn-text {
    text-decoration: underline;
    display: inline-block;
  }
  .sp-left-menu-cover {
    width: 100%;
    height: 100%;
    height: 100vh;
    display: block;
    background: #d9d9d9;
    z-index: 500;
    position: fixed;
    top: 0;
    left: 0;
  }
  body.mordal-cover .sp-left-menu {
    overflow: hidden;
  }
  .top-category-link a:before {
    content: "";
    border-right: 1px solid #71a5af;
    border-bottom: 1px solid #71a5af;
    position: absolute;
    left: -2px;
    width: 9px;
    height: 9px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(-45deg);
  }
  .new-tab-degin .new-tab-bottom {
    right: 0px;
    z-index: 50;
    bottom: 100px;
  }
  .new-tab-degin .m-ticket-drawer {
    width: 100%;
    max-width: 100%;
    z-index: 60;
    right: -500px;
    z-index: 99999;
    bottom: 0px;
    opacity: 1;
    transition: bottom 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, right 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    box-shadow: none;
    position: fixed;
    overflow-x: hidden;
    background-color: rgba(31, 31, 31, 0.65);
  }
  .new-tab-degin .m-ticket-drawer__inner {
    display: flex;
    flex-direction: column;
    padding: 48px 7% 30px;
    position: relative;
    backdrop-filter: blur(3px);
  }
  .new-tab-degin .m-ticket-drawer__contents {
    display: flex;
    width: 300px;
    font-size: 1rem;
    text-align: center;
    gap: 10px;
    flex-direction: column;
  }
  .new-tab-degin .m-ticket-drawer__close {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 10px;
    line-height: 0;
  }
  .new-tab-degin .active_tab {
    right: 0px !important;
  }
  .new-tab-degin .swiper-slide {
    width: 100% !important;
    line-height: 1;
  }
  .new-tab-degin .swiper-pagination-fraction {
    bottom: 0px;
    width: 100%;
    position: relative;
    margin-top: 10px;
    color: #fff;
  }
  .id__sub {
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
  }
  .id-about__head {
    font-size: 20px;
    font-size: 1.25rem;
    font-size: 6.25vw;
    margin-bottom: 16px;
  }
  .id-about__rate {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  .id-about__rate .item__rate {
    margin: 0 8px;
  }
  .id-about__desc {
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    margin-bottom: 8px;
    font-weight: bold;
  }
  .id-about__sup {
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
  }
  .id-about__comp {
    margin-bottom: 16px;
  }
  .id-about__para {
    line-height: 1.25;
    margin-bottom: 8px;
  }
  .id-about__bold {
    font-weight: bold;
  }
  .id-about__mini {
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
  }
  .id-cat {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 16px;
  }
  .id-cat__list {
    margin: 0 4px 6px 0;
    background: #c0d8dc;
    color: #333;
    padding: 8px 16px;
    font-weight: bold;
  }
  .id-slider {
    padding: 16px 0 32px;
  }
  .id-slider .swiper-pagination-bullet-active {
    background: #efe04f;
  }
  .id-sns {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding: 0 0 32px;
    margin-bottom: 32px;
    border-bottom: dotted 1px #999999;
  }
  .id-sns__list {
    margin-right: 8px;
  }
  .id-hr {
    height: 30px;
    background: #efefef;
    box-shadow: inset 0 0 3px 1px rgb(193, 190, 190);
    border: 0;
  }
  .id-cart {
    position: relative;
  }
  .id-cart__inner {
    padding: 0 0 32px;
    margin-bottom: 32px;
    border-bottom: dotted 1px #999;
  }
  .id-cart__price {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  .id-cart__red {
    font-size: 24px;
    font-size: 1.5rem;
    font-size: 7.5vw;
    margin: 0 4px;
    font-weight: bold;
  }
  .id-cart__icon {
    height: 16px;
    position: relative;
    display: inline-block;
    margin: 0 4px 0 0;
    vertical-align: -4px;
  }
  .id-cart__fav {
    color: #000;
  }
  .id-cart__form {
    margin-bottom: 16px;
  }
  .id-cart__submit {
    width: 100%;
    background: #333333 url(https://www.sokamocka.com/common/img/id/cart.svg) no-repeat 26% center;
    background-size: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    padding: 12px 0 12px 16px;
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    margin-bottom: 16px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
  }
  .id-cart__submit:after {
    content: "";
    height: 20px;
    width: 20px;
    background: url(https://www.sokamocka.com/common/img/id/cart.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 4.1667%;
    margin: auto;
  }
  .id-cart__fav {
    background: #efefef;
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    padding: 12px 0;
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    border-radius: 4px;
  }
  .id-cart__select {
    position: absolute;
    right: 4.1667%;
    top: 24px;
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 16px;
  }
  .id-teiki__icon {
    color: #fff;
    padding: 8px 0;
    font-weight: bold;
    width: 50%;
    text-align: center;
    margin: 0 4px 0 0;
    position: relative;
    z-index: 1;
  }
  .id-teiki__icon:after {
    content: "";
    background: #cd6464;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    width: 14vw;
    height: 50px;
    height: 14vw;
    border-radius: 100%;
    z-index: -1;
  }
  .id-teiki__quiry {
    background: #58794f;
    text-align: center;
    position: relative;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
    padding: 12px 0;
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: #fff !important;
    border-radius: 4px;
  }
  .id-teiki__teikinew {
    padding: 15px;
    background: #f2f8f9;
  }
  .id-teiki__teikinew-icon {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 3px 15px;
    background: #fff;
    color: #333;
    border: solid 1px #c0d7dc;
    margin-right: 8px;
    border-radius: 20px;
    font-weight: bold;
  }
  .id-teiki__teikinew-desc {
    padding: 15px 0 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #000;
  }
  .id-teiki__teikinew-desc span {
    text-decoration: underline;
  }
  .id-teiki__teikinew-price1 {
    font-size: 15px;
    font-size: 0.9375rem;
    font-size: 4.6875vw;
    color: #000;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px;
  }
  .id-teiki__teikinew-price1 .tax {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: normal;
  }
  .id-teiki__teikinew-price2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-size: 7.5vw;
    color: #000;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
  }
  .id-teiki__teikinew-price2 .tax {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
  }
  .id-teiki__teikinew-to {
    text-align: center;
    padding-top: 10px;
    text-decoration: underline;
    display: block;
  }
  .id-teiki__submit {
    color: #333;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    background: #fedc55;
    text-align: center;
    padding: 12px 0;
    position: relative;
  }
  .id-teiki__submit:after {
    content: "";
    display: inline-block;
    background: url(../img/main_new/id-bg-gray.svg) no-repeat center center;
    width: 15px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    background-size: contain;
  }
  .ff-num {
    font-family: "avenirLTHeavy", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .fs_red {
    color: #e00000;
  }
  .line-throu {
    text-decoration: line-through;
  }
  .id-otoku {
    background: #f8f8f1;
    border-radius: 8px;
    padding: 8px;
  }
  .id-otoku__inner {
    border: 2px solid #8b9b66;
    border-radius: 8px;
    padding: 8px;
  }
  .id-otoku__head {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  .id-otoku__title {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    font-weight: bold;
    width: 100%;
    padding: 0 16px;
  }
  .id-otoku__top {
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    padding: 8px 0;
    display: block;
    margin-bottom: 8px;
  }
  .id-otoku__nav {
    margin: 0 -4px 16px;
    align-items: center;
  }
  .id-otoku__list {
    padding: 0 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .id-otoku__list-left {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
  }
  .id-otoku__green {
    text-align: center;
    background: #8b9b66;
    color: #fff;
    font-weight: bold;
    display: block;
    border-radius: 16px;
    padding: 4px 0;
  }
  .id-otoku .main__more {
    background: #fff;
    border: 0;
  }
  .id-otoku .main__more:after {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .id-section__inner {
    padding: 24px 4.1667%;
    display: none;
  }
  .id-section__desc {
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .id-detail__head {
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    padding: 16px 4.1667% 16px 16.6667%;
    color: #fff;
    background: #58794f;
    position: relative;
    border-bottom: 1px solid #fff;
  }
  .id-detail__head:after {
    content: "";
    background: url(https://www.sokamocka.com/common/img/id/plus.svg) no-repeat center top;
    position: absolute;
    right: 4.1667%;
    width: 15px;
    height: 15px;
    top: 30%;
    background-size: contain;
  }
  .id-detail__head.slide-active:after {
    background: url(https://www.sokamocka.com/common/img/id/minus.svg) no-repeat center center;
  }
  .id-detail__icon {
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    position: absolute;
    left: 4.1667%;
    top: 24%;
  }
  .id-detail__icon-1, .id-detail__icon-3 {
    left: 5.5%;
  }
  .id-detail__sub {
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    display: block;
    font-weight: normal;
    color: #fff;
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    position: absolute;
    right: 12.5%;
    top: 30%;
    margin: auto;
    display: none;
  }
  .id-detail__rmd {
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .id-detail__rmd-border {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #999;
  }
  .id-detail__rmd-mini {
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
    margin-bottom: 32px;
  }
  .id-detail__day {
    background: #58794f;
    color: #fff;
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
    padding: 4px 16px;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }
  .id-detail__list {
    margin-bottom: 8px;
  }
  .id-detail__list:before {
    content: "●";
    display: inline-block;
    margin-right: 4px;
    vertical-align: 0;
    color: #8b9b66;
  }
  .id-detail__grey {
    padding: 32px 4.1667%;
    background: #f8f8f1;
  }
  .id-detail__hr {
    margin: 32px 0;
    border: 0;
    border-top: 1px dashed #c9c9c9;
  }
  .id-detail__bold {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
  }
  .id-detail__img {
    margin: 0 auto;
    display: block;
  }
  .id-detail__twin {
    margin: 0 -8px;
  }
  .id-detail__box {
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .id-detail__photo {
    padding: 5% 0 10%;
    text-align: center;
  }
  .id-detail__photo img {
    width: 100%;
    max-width: 100%;
  }
  .id-detail__sns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 16px;
  }
  .id-detail__sns-li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    width: 33.33333%;
  }
  .id-detail__sns-link {
    background: #eee;
    color: #555;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 5px;
    border-radius: 4px;
  }
  .id-detail__sns-img {
    width: auto !important;
    height: 12px;
    margin-right: 5px;
  }
  .id-caution {
    border: 2px solid #8b9b66;
    padding: 16px 4.1667%;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
    line-height: 1.5;
  }
  .id-caution__icon {
    width: 10%;
    margin-right: 8px;
  }
  .id-review__box {
    padding: 0 0 16px;
    margin-bottom: 32px;
    border-bottom: 1px dashed #c9c9c9;
  }
  .id-review__box:last-child {
    padding: 0;
    border: 0;
  }
  .id-review__box .item__rate {
    margin-bottom: 8px;
  }
  .id-review__icon {
    height: 22px;
    position: absolute;
    right: 4.1667%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .id-review__more {
    display: block;
    background: #bb9b48;
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    padding: 12px 0;
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: #fff !important;
    margin-bottom: 16px;
  }
  .id-review__more-green {
    background: #58794f;
  }
  .id-bn__more {
    display: block;
    background: #8b9b66;
    text-align: left;
    position: relative;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 12px 4.1667%;
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: #fff !important;
    margin-bottom: 16px;
  }
  .id-bn__more:after {
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 4.1667%;
    width: 10px;
    height: 10px;
    top: 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .id-bn__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 26px;
  }
  .oteire {
    background: #f5f1e6;
    padding: 32px 0 16px;
    margin-bottom: 64px;
  }
  .oteire-slider {
    width: 100%;
    height: 100%;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .oteire-slider .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0 !important;
    margin-left: 8px !important;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .oteire-slider .swiper-pagination {
    bottom: 30px;
  }
  .oteire-slider .swiper-pagination-bullet-active {
    background: #8b9b66;
  }
  .oteire-slider .swiper-button-next {
    background: none;
    width: 20px;
    height: 20px;
    right: 0;
  }
  .oteire-slider .swiper-button-next:after {
    content: "";
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .oteire-slider .swiper-button-prev {
    background: none;
    width: 20px;
    height: 20px;
    left: 0;
  }
  .oteire-slider .swiper-button-prev:after {
    content: "";
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    right: 0;
    width: 10px;
    height: 10px;
    top: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .oteire .id-detail__head {
    border-top: 2px solid #9d9078;
    border-bottom: 2px solid #9d9078;
    margin: 0 16px;
  }
  .oteire__border {
    padding: 16px 0 0;
    margin-bottom: 16px;
    border-bottom: dashed 1px #d6cbb9;
    display: block;
    position: relative;
    width: 100%;
  }
  .oteire__border:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background: #d6cbb9;
    left: 0;
    right: 0;
    top: 16px;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
  }
  .oteire__border.active:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    border: 1px solid #d6cbb9;
    left: 0;
    right: 0;
    top: 16px;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
  }
  .oteire__nav {
    margin-bottom: 0;
  }
  .oteire__list {
    display: inline-block;
    text-align: center;
  }
  .oteire__list.pure-u-1-5 {
    width: 80px;
  }
  .oteire__list.pure-u-2-5 {
    width: 160px;
  }
  .oteire__name {
    padding: 8px 0;
    font-weight: bold;
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
    white-space: normal;
    height: 44px;
    height: 7.125vw;
  }
  .oteire__img {
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 8px;
  }
  .oteire__img img {
    vertical-align: bottom;
  }
  .oteire__sun {
    margin-bottom: 8px;
  }
  .oteire__how {
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
    margin: 0 16px 16px 0;
    background: #c9b595;
    padding: 9px 0 9px 16px;
    font-weight: bold;
    position: relative;
    width: 70%;
  }
  .oteire__how-mini {
    display: none;
  }
  .oteire__how:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 17px 16px;
    border-color: transparent transparent transparent #f8f8f1;
    left: 0;
    top: 0;
    position: absolute;
  }
  .oteire__how:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 17px 16px;
    border-color: transparent transparent transparent #c9b595;
    right: -16px;
    top: 0;
    position: absolute;
  }
  .oteire__how.active {
    background: #cca64a;
  }
  .oteire__how.active:after {
    border-color: transparent transparent transparent #cca64a;
  }
  .oteire__about {
    padding: 4px 0;
    border: 2px solid #b3a790;
    margin: 0 16px 16px;
    font-weight: bold;
    font-size: 10px;
    font-size: 0.625rem;
    border-radius: 30px;
    text-align: center;
  }
  .oteire__more {
    background: #856d31;
    padding: 8px;
    color: #fff;
    display: block;
    border-radius: 5px;
    position: relative;
    margin: 0 16px;
    font-family: "hannari", serif;
    text-align: center;
  }
  .oteire__more:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 4.1667%;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .oteire__icon {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 8px;
    position: absolute;
    left: 4.1667%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .item-list {
    max-width: 1200px;
  }
  .item-list__head {
    background: #f8f8f1;
    padding: 16px 0 16px 32px;
    border-bottom: #efefef 1px solid;
    margin-bottom: 16px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  .item-list-nav {
    margin: 0 0;
  }
  .item-list-nav__list {
    padding: 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .item-list-nav__list:last-child .item-list-nav__link {
    border: 0;
  }
  .item-list-nav__link {
    background: #8b9b66;
    padding: 16px 0;
    border-right: 1px solid #aeb994;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    display: block;
    position: relative;
  }
  .item-list-nav__link:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #8b9b66 transparent transparent transparent;
  }
  .item-list-nav__link-active {
    background: #a8b366;
    border-right: 0;
  }
  .item-list-nav__link-active:after {
    border-color: #a8b366 transparent transparent transparent;
  }
  .item-list-nav__mini {
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
  }
  .item-list-box {
    padding: 16px 16px;
    border-bottom: 1px solid #c9c9c9;
  }
  .item-list-box__link {
    border: 1px solid #c9c9c9;
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 0;
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    background: #ffffff;
    color: #333333;
    margin-bottom: 8px;
  }
  .item-list-box__link:after {
    content: "";
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    position: absolute;
    right: 4.1667%;
    width: 10px;
    height: 10px;
    top: 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .item-list-box__link-normal {
    background: #e96496;
    color: #fff;
    border: 0;
    border-radius: 5px;
    margin-right: 4px;
  }
  .item-list-box__link-normal:after {
    display: none;
  }
  .item-list-box__link-teiki {
    background: #f16331;
    color: #fff;
    border: 0;
    border-radius: 5px;
    margin-left: 4px;
  }
  .item-list-box__link-teiki:after {
    display: none;
  }
  .item-list-box__right {
    padding: 0;
  }
  .item-list-box__desc {
    font-weight: bold;
  }
  .item-list-box__amount {
    margin: 8px 0;
    padding: 8px 0;
    border-top: 1px dashed #c9c9c9;
    border-bottom: 1px dashed #c9c9c9;
  }
  .item-list-box__cart {
    flex-wrap: nowrap;
  }
  .item-list-box__para {
    font-weight: bold;
    line-height: 1.5;
  }
  .item-list-box__mini {
    font-weight: normal;
  }
  .item-list-box__price {
    color: #333;
  }
  .pagenumber_area .navi {
    text-align: center;
  }
  .pagenumber_area .navi strong {
    padding: 5px 10px;
    border: 2px solid #ddd;
    background: #ddd;
  }
  .pagenumber_area .navi a {
    padding: 5px 10px;
    border: 2px solid #ddd;
    color: #333;
  }
  .cart {
    line-height: 1.5;
  }
  .cart__head {
    padding: 16px;
    background: #efefef;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
  }
  .cart__subhead {
    padding: 16px;
    background: #efefef;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
  }
  .cart__up-head {
    border-top: 2px solid #ddd;
    padding: 16px 8px 16px;
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
  }
  .cart__desc {
    margin-bottom: 16px;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
  }
  .cart__link {
    text-align: right;
  }
  .cart__order {
    background: #e76495;
    color: #fff;
    padding: 12px 0;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    border-radius: 8px;
    box-shadow: 2px 4px #be376a;
    font-weight: bold;
    border: 0;
    width: 100%;
  }
  .cart__order:after {
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 4.1667%;
    width: 10px;
    height: 10px;
    top: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .cart__order input {
    width: 0;
    height: 0;
    visibility: hidden;
    padding: 0;
    border: 0;
  }
  .cart__next {
    background: #eab20c;
    color: #fff;
    padding: 12px 0;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    border-radius: 8px;
    box-shadow: 2px 4px #c69400;
    font-weight: bold;
    border: 0;
    width: 100%;
  }
  .cart__next-end {
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
  }
  .cart__next:after {
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 4.1667%;
    width: 10px;
    height: 10px;
    top: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .cart__back {
    border: 1px solid #999999;
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    padding: 12px 0;
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    background: #efefef;
    color: #000;
    width: 100%;
  }
  .cart__back-end {
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
  }
  .cart__back:after {
    content: "";
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    left: 4.1667%;
    width: 10px;
    height: 10px;
    top: 17px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cart__icon {
    height: 20px;
    vertical-align: -4px;
    margin-right: 8px;
  }
  .cart__flex {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
  }
  .cart-header {
    max-width: 1280px;
    margin: 0 auto;
    padding: 8px 4.1667%;
  }
  .cart-inside {
    overflow: hidden;
  }
  .cart-inside__section {
    padding: 8px 0;
  }
  .cart-inside__section-order {
    padding: 8px 0;
  }
  .cart-news {
    padding: 16px 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    font-weight: bold;
  }
  .cart-news__desc {
    padding: 8px 4.1667%;
  }
  .cart-news__link {
    padding: 8px 4.1667%;
    display: block;
  }
  .cart-news__err {
    padding: 8px 4.1667%;
    background: #fce9f0;
  }
  .cart-news__err .attention {
    line-height: 1.75;
    text-decoration: underline;
  }
  .attention.pink {
    text-decoration: underline;
    font-weight: bold;
    line-height: 1.75;
  }
  .cart-caution {
    text-align: center;
    font-weight: bold;
  }
  .cart-caution__link {
    display: block;
    border: 1px solid #df266b;
    padding: 16px 0 8px;
  }
  .cart-caution__more {
    margin: 8px 0;
    display: block;
  }
  .cart-loop {
    padding: 0 4.1667%;
  }
  .cart-loop__title {
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .cart-loop__left {
    margin-bottom: 16px;
  }
  .cart-loop__img {
    padding: 0 4.1667% 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cart-loop__img img {
    width: 100%;
  }
  .cart-loop__price {
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
  }
  .cart-loop__off {
    padding: 8px 8px;
    background: #df266b;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 8px;
    letter-spacing: 0.16em;
  }
  .cart-loop__right {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .cart-loop__fav {
    background: #efefef;
    text-align: center;
    position: relative;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    padding: 12px 4.1667%;
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    border-radius: 4px;
    color: #000;
    margin-right: 2%;
  }
  .cart-loop__box {
    padding: 32px 0;
    border-bottom: 1px dashed #ddd;
  }
  .cart-loop__box:first-child {
    border-top: 1px dashed #ddd;
  }
  .cart-loop__box:last-child {
    margin-bottom: 32px;
  }
  .cart-pull {
    text-align: right;
    margin-right: 8px;
  }
  .cart-pull__select {
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    padding: 8px;
  }
  .cart-contr {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    justify-content: center;
  }
  .cart-contr__fav {
    background: #efefef;
    text-align: center;
    position: relative;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    padding: 12px 4.1667%;
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    border-radius: 4px;
    color: #000;
    margin-right: 2%;
  }
  .cart-stage {
    background: #f8f8f1;
    padding: 16px 4.1667%;
    font-weight: bold;
  }
  .cart-value__inner {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .cart-value__inner .cart-value__box {
    order: 3;
  }
  .cart-value__inner .cart__order.sp {
    order: 4;
  }
  .cart-value__inner .cart__back {
    order: 5;
  }
  .cart-value__box {
    margin-bottom: 32px;
  }
  .cart-value__list {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
  }
  .cart-value__list:first-child {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }
  .cart-value__title {
    background: #efefef;
    padding: 8px;
    width: 100%;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .cart-value__desc {
    padding: 8px;
    width: 100%;
    text-align: right;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .cart-value__desc-sum {
    color: #df266b;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    font-size: 6.25vw;
  }
  .cart-value__sub {
    display: block;
    text-align: right;
    font-weight: bold;
    margin: 8px 0;
  }
  .cart-ship {
    padding: 8px 4.1667%;
    overflow: hidden;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cart-ship-payment {
    display: block;
  }
  .cart-ship__change {
    padding: 8px;
    text-align: center;
    width: 20%;
    border: 1px solid #ddd;
    border-radius: 8px;
    float: right;
    color: #333;
  }
  .cart-ship__err {
    background: #fce9f0;
  }
  .cart-light {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    display: none;
  }
  .cart-light__inner {
    width: 100%;
    background: #fff;
    height: 100%;
    position: relative;
    z-index: 10;
    padding: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: scroll;
  }
  .cart-light__close {
    position: absolute;
    right: 0;
    top: 0;
  }
  .cart-light__close img {
    position: relative;
    z-index: 11;
  }
  .cart-light__close:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .cart-light__head {
    padding: 0 0 32px 0;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  .cart-light__subhead {
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
  }
  .cart-light .cart__back-end {
    margin-bottom: 16px;
  }
  .cart-payment__para {
    padding: 24px 0;
    border-bottom: dashed 1px #efefef;
  }
  .cart-radio__inner {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    margin-top: 16px;
    align-items: center;
  }
  .cart-radio__text {
    width: 100%;
    margin-right: 16px;
    padding: 8px;
  }
  .cart-radio__radio {
    display: none;
  }
  .cart-radio__radio:checked + .cart-radio__label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #000;
    border-radius: 50%;
  }
  .cart-radio__label {
    padding-left: 25px;
    position: relative;
    display: block;
  }
  .cart-radio__label-point {
    width: 12%;
  }
  .cart-radio__label-point:before {
    display: none;
  }
  .cart-radio__label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
  }
  .cart-radio__sub {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .cart-name {
    padding: 16px 0;
  }
  .cart-name__label {
    display: block;
  }
  .cart-name__text {
    display: block;
    padding: 8px 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cart-coupon {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 16px;
  }
  .cart-coupon__text {
    padding: 8px;
    background: #ddd;
    margin-right: 16px;
    width: 100%;
    border: 1px solid #ddd;
  }
  .cart-select {
    padding: 32px 0;
    border-top: dashed 1px #ddd;
    align-items: center;
  }
  .cart-select__select {
    padding: 8px;
  }
  .cart-select__label {
    margin-bottom: 8px;
  }
  .delivdate .cart-select:first-child {
    border-top: 0;
  }
  .cart-mail {
    padding: 0 4.1667%;
  }
  .cart-mail__check {
    background: none;
    display: none;
  }
  .cart-mail__check:checked + .cart-mail__label:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
  }
  .cart-mail__label {
    padding-left: 25px;
    position: relative;
  }
  .cart-mail__label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #999;
    border-radius: 4px;
  }
  .cart-end {
    width: 100%;
    padding: 16px 4.1667%;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    margin: 0 auto 32px;
    border-radius: 8px;
    background: #f8f8f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cart-end__big {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 8px;
    letter-spacing: 0.1em;
  }
  .cart-password {
    padding: 32px 4.1667%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    background: #f8f8f1;
  }
  .cart-password-white {
    background: none;
  }
  .cart-password__label {
    margin-right: 16px;
    width: 150px;
  }
  .cart-password__text {
    width: 100%;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cart-password__text.error {
    background: #fce9f0;
  }
  .cart-password__upper {
    margin-bottom: 32px;
  }
  .cart-password__submit {
    background: #eab20c;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    border-radius: 8px;
    box-shadow: 2px 4px #c69400;
    font-weight: bold;
    width: 100%;
    border: 0;
  }
  .cart-password__submit:after {
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 4.1667%;
    width: 10px;
    height: 10px;
    top: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .login {
    margin-bottom: 16px;
  }
  .login__name {
    display: block;
    margin-bottom: 4px;
  }
  .login__input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    padding: 8px;
  }
  .login__address {
    margin-bottom: 16px;
  }
  .login__auto {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 8px;
  }
  .login__check {
    background: none;
    display: none;
  }
  .login__check:checked + .login__label:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
  }
  .login__label {
    padding-left: 25px;
    position: relative;
  }
  .login__label:before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #999;
    border-radius: 4px;
  }
  .login__button {
    background: #eab20c;
    color: #fff;
    padding: 12px 0;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    border-radius: 8px;
    box-shadow: 2px 4px #c69400;
    font-weight: bold;
    width: 100%;
    border: 0;
  }
  .login__button:after {
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 4.1667%;
    width: 10px;
    height: 10px;
    top: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .login__link {
    display: block;
    color: #333;
  }
  .login__link:before {
    content: "";
    background: url(/common/img/main/question.svg) no-repeat center;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: inline-block;
  }
  .login-member {
    font-weight: bold;
  }
  .login-member__bal {
    border: 1px solid #afcfd5;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 4.1667%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    color: #555;
    width: 60px;
    height: 60px;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-size: 0.6875rem;
    font-size: 3.4375vw;
    line-height: 1.3;
  }
  .login-member__head {
    background: #afcfd5;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 8px 0 8px 4.1667%;
    position: relative;
  }
  .login-member__head:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 15px 50px;
    border-color: transparent transparent #afcfd5 transparent;
  }
  .login-member__inner {
    padding: 32px 32px 8px;
    background: #fff;
    margin-bottom: 32px;
  }
  .login-member__para {
    margin-bottom: 4px;
  }
  .login-member__para:before {
    content: "●";
    color: #afcfd5;
  }
  .login-member__more {
    margin: 8px 0;
  }
  .login-member__link {
    background: #e76495;
    color: #fff;
    padding: 12px 0;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    border-radius: 8px;
    box-shadow: 2px 4px #be376a;
    font-weight: bold;
  }
  .login-member__link:after {
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 4.1667%;
    width: 10px;
    height: 10px;
    top: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .entry__table {
    width: 100%;
    margin-bottom: 32px;
  }
  .entry__tr {
    display: block;
  }
  .entry__th {
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    background: #f8f8f8;
    padding: 16px;
    text-align: left;
    vertical-align: middle;
    display: block;
    font-weight: bold;
  }
  .entry__td {
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    text-align: left;
    display: block;
    width: 100%;
  }
  .entry__td input[type=text], .entry__td input[type=password], .entry__td select {
    padding: 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .entry__flex {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .entry__flex-spbk {
    display: block;
  }
  .entry__flex-wrap {
    flex-wrap: wrap;
  }
  .entry__label {
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
  }
  .entry__desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
  }
  .entry__desc-grey {
    background: #f8f8f8;
    padding: 16px;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
  }
  .entry__text {
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .entry__list {
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .mypage-change_card #form1 .entry__tr {
    border-top: 2px solid #ddd;
  }
  .mypage-change_card #form1 .entry__tr:last-child {
    border-bottom: 2px solid #ddd;
  }
  .mypage-change_card #form1 .entry__thead {
    width: 40%;
    display: block;
  }
  .mypage-change_card #form1 .entry__th {
    display: none;
  }
  .mypage-change_card #form1 .entry__td {
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    text-align: left;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .mypage-change_card #form1 .entry__td input[type=text], .mypage-change_card #form1 .entry__td input[type=password], .mypage-change_card #form1 .entry__td select {
    padding: 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .entry-end {
    padding: 32px;
    width: 100%;
    margin: 0 auto;
    background: #f8f8f8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .zip__address {
    background: #eab20c;
    color: #fff;
    padding: 8px 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    border-radius: 8px;
    box-shadow: 2px 4px #c69400;
    font-weight: bold;
    -webkit-order: 1;
    /* Safari */
    order: 1;
    white-space: nowrap;
  }
  .zip__address-end {
    width: 370px;
    margin: 0 auto 16px;
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
  }
  .zip__search {
    color: #333;
    text-align: right;
    text-decoration: underline;
    display: block;
    font-weight: bold;
  }
  .hissu {
    padding: 4px 8px;
    background: #cc0000;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
    margin-left: 8px;
    vertical-align: 2px;
  }
  .remind {
    display: none;
  }
  .remind__wrapper {
    border: 3px solid #f19ec2;
    padding: 16px 4.1667%;
    max-width: 720px;
    width: 92%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 11;
  }
  .remind__bg {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .remind__close {
    position: absolute;
    right: -16px;
    top: -16px;
  }
  .remind__sup {
    text-align: center;
    display: block;
    margin-bottom: 8px;
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
  }
  .remind__head {
    text-align: center;
    padding: 8px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
  }
  .remind__inner {
    text-align: center;
  }
  .remind__inner img {
    width: 100%;
  }
  .remind__date {
    text-align: center;
    margin: 16px 0;
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
  }
  .remind__grey {
    background: #f8f8f1;
    padding: 16px;
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
  }
  .remind__link {
    margin-right: 8px;
    color: #333;
  }
  .period__list {
    padding: 16px 0;
    line-height: 2;
  }
  .period .cart-radio__label {
    margin-bottom: 8px;
  }
  .period__label {
    margin-bottom: 8px;
    display: inline-block;
  }
  div#windowcolumn {
    height: 100%;
    margin: 0 !important;
    background: transparent;
  }
  div#window_area table {
    width: 100%;
  }
  .review-box {
    font-family: YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    color: #333444;
  }
  .review-box .attention.pink {
    display: block;
  }
  .review-box__head {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    background: #eee;
    line-height: 1;
    padding: 4% 0;
    text-align: center;
    margin-bottom: 5%;
  }
  .review-box__desc {
    padding: 0 5%;
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
  }
  .review-box__product {
    width: 90%;
    margin: 5% auto 10%;
    border: solid 3px #e5e5e5;
    background: #f1f1f1;
  }
  .review-box__product-head {
    font-size: 16px;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    width: 100%;
    padding: 15px 5%;
    text-align: left;
  }
  .review-box__product-name {
    font-size: 16px;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 5%;
    background: #fff;
    line-height: 1.5;
  }
  .review-box__form {
    width: 90%;
    margin: 0 auto 80px;
  }
  .review-box__form-section {
    margin-bottom: 12%;
  }
  .review-box__form-head {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5%;
  }
  .review-box__form-attention {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    background: #e60012;
    padding: 3px 8px;
  }
  .review-box__form-name, .review-box__form-comment {
    font-size: 16px;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #dcdcdc solid;
    padding: 3% 5%;
    width: 100%;
    letter-spacing: 0.1em;
  }
  .review-box__form-name::placeholder, .review-box__form-comment::placeholder {
    color: #ccc;
  }
  .review-box__form-comment {
    height: 200px;
  }
  .review-box__form-sex {
    letter-spacing: -0.8em;
  }
  .review-box__form-sexlist {
    letter-spacing: 0;
    display: inline-block;
  }
  .review-box__form-sexlist:first-child {
    margin-right: 8%;
  }
  .review-box__form-sexlist input {
    display: none;
  }
  .review-box__form-sexlist input + label {
    cursor: pointer;
    padding-left: 20px;
    position: relative;
  }
  .review-box__form-sexlist input + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
  }
  .review-box__form-sexlist input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #e60012;
    border-radius: 50%;
  }
  .review-box__form-age {
    width: 100%;
    position: relative;
    display: inline-block;
  }
  .review-box__form-age select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #dcdcdc solid;
    padding: 3% 5%;
  }
  .review-box__form-age select::-ms-expand {
    display: none;
  }
  .review-box__form-age:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #595757 transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    z-index: 10;
  }
  .review-box__form-submit input {
    display: none;
  }
  .review-box__form-submit input + label {
    display: block;
    width: 100%;
    margin: 50px auto 0;
    border: solid 1px #000;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    padding: 15px 0;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    background: #fff;
  }
  .review-box__form-submit input + label:after {
    content: "";
    border-bottom: 1px solid #717171;
    border-right: 1px solid #717171;
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
  }
  .review-box__form-submit .back {
    margin-top: 15px !important;
  }
  .review-box__form-submit .back:after {
    left: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .review-box__confirm {
    margin-bottom: 80px;
  }
  .review-box__confirm table {
    width: 90%;
    margin: 0 auto;
  }
  .review-box__confirm th, .review-box__confirm td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1rem;
  }
  .review-box__confirm th {
    width: 100%;
    display: block;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    font-weight: bold;
  }
  .review-box__confirm td {
    width: 100%;
    display: block;
    padding: 2% 0 3%;
    line-height: 1.8;
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 8%;
  }
  .review-box__confirm .review-box__form-submit {
    width: 90%;
    margin: 0 auto;
  }
  .review-box__confirm .review-box__form-submit input + label {
    margin-top: 0;
  }
  .review-box__complete .review-box__form-submit {
    padding-top: 30px;
    width: 90%;
    margin: 0 auto;
  }
  .review-box__complete .review-box__form-submit .review-box__link {
    margin-top: 15px;
  }
  .review-box__complete b {
    display: block;
  }
  .review-box__link {
    display: block;
    width: 100%;
    margin: 0 auto 0;
    border: solid 1px #000;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    padding: 15px 0;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    background: #fff;
    color: #000;
  }
  .review-box__link:after {
    content: "";
    border-bottom: 1px solid #717171;
    border-right: 1px solid #717171;
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header {
    height: unset;
  }
}
@media screen and (max-width: 767px) {
  .header-sok-renew .sp-margin-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .header-sok-renew .sp-left-menu__topsearch {
    padding-bottom: 40px;
  }
  .header-sok-renew .sp-left-menu__head-teiki {
    padding: 10% 30% 15%;
  }
  .header-sok-renew .h-sp-70px {
    height: 70px;
  }
  .header-sok-renew .sp-left-menu__camp {
    background: #ab9b95;
  }
  .header-sok-renew .sp-left-menu__camp .main__link {
    color: #fff;
  }
  .header-sok-renew .sp-left-menu__camp .main__link::after {
    content: "";
    display: inline-block;
    background: url(../img/main_new/link-bg-white.svg) no-repeat center center;
    background-size: contain;
  }
  .header-sok-renew .popular-items-list {
    background: #ffffff;
    padding: 5px;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }
  .header-sok-renew .popular-items-list-name {
    font-size: 14px;
    padding-left: 15px;
  }
  .header-sok-renew .popular-items-list-name .sub-title {
    font-size: 10px;
    margin-bottom: 5px;
    display: inline-block;
  }
  .header-sok-renew .popular-items-list::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0;
    width: 8px;
    height: 8px;
    border-right: 1px solid #91b5be;
    border-bottom: 1px solid #91b5be;
    transform: rotate(-45deg);
  }
  .header-sok-renew .popular-items-title {
    font-size: 16px;
    margin-top: 30px;
    font-weight: bold;
  }
  .header-sok-renew .popular-items-link {
    display: flex;
    align-items: center;
  }
  .header-sok-renew .popular-items-link img {
    width: 70px;
  }
  .header-sok-renew .header__menu-li:nth-child(2) {
    display: none;
  }
  .header-sok-renew .header__menu-li:nth-child(3) {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    right: 5%;
    z-index: 10000;
  }
  .header-sok-renew .header__menu-li:nth-child(4) {
    position: absolute;
    left: 5%;
  }
  .sp-left-menu .header__menu-li:nth-child(1) {
    z-index: 10000;
  }
  .sp-left-menu .header__menu-li:nth-child(2) {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    right: 5%;
    z-index: 10000;
  }
  .sp-left-menu .header__menu-li:nth-child(3) {
    position: absolute;
    left: 5%;
    z-index: unset;
  }
  .sp-header-important-news {
    background: #c0d6dc;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    line-height: 1;
    letter-spacing: 1.8px;
  }
  .sp-header-important-news .news-text {
    font-size: 14px;
    color: #fff;
    text-align: center;
  }
  .spleftmenu .header__spwapper .header__menu {
    top: 0px;
  }
  .pc-header-important-news {
    background: #6a5953;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1;
    letter-spacing: 1.8px;
  }
  .pc-header-important-news .news-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .pc-header-important-news .news-text {
    color: #fff;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .pc-header-important-news .news-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .pc-header-important-news .news-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .important-news-margin-top {
    margin-top: 40px;
  }
}
@media screen and (max-width: 320px) {
  .top-concept__head {
    font-size: 19px;
    font-size: 1.1875rem;
    font-size: 5.9375vw;
  }
  .top-concept__head span {
    font-size: 15px;
    font-size: 0.9375rem;
    font-size: 4.6875vw;
  }
}