@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 (min-width: 768px) {
  @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;
  }
  .pink {
    color: #df266b;
  }
  .u-line {
    text-decoration: underline;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .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部分

  */
  #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";
  }
  a {
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  a:hover {
    opacity: 0.7;
  }
  .main {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    width: 100%;
    padding: 0;
    /*****************************
    renewal
    *******************************/
  }
  .main__head {
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    font-size: 1.875rem;
    position: relative;
    color: #333;
    font-weight: normal;
  }
  .main__head-cs {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0 0 20px;
    margin-bottom: 0;
  }
  .main__head-under {
    border-bottom: 1px solid #999999;
    padding: 8px 0 16px;
    margin-bottom: 16px;
  }
  .main__sub {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    font-weight: normal;
    color: #333;
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
  }
  .main__icon {
    height: 36px;
    display: block;
    margin-bottom: 8px;
  }
  .main__icon-contents {
    height: 16px !important;
  }
  .main__icon img {
    height: 36px;
    vertical-align: middle;
  }
  .main__more {
    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: #fff;
    color: #000;
    border: #efefef 1px solid;
  }
  .main__more:hover {
    background: #efefef;
  }
  .main__more:after {
    content: "";
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    right: 4.1667%;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    -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: 32px auto 0;
    font-weight: bold;
    background: #6a5953;
    border-radius: 5px;
    width: 80%;
    padding: 8px 0;
    font-size: 14px;
    font-size: 0.875rem;
    border: none;
    color: #fff;
  }
  .cs .main__more:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    width: 6px;
    height: 6px;
    border-color: #fff;
  }
  .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;
    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: 20px 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;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .main__link:hover:after {
    right: 20px;
  }
  .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);
  }
  .sp-left-menu {
    display: none;
  }
  .header,
  .header-bottom.active .header-bottom-inner {
    max-width: 1120px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 1000px;
    box-sizing: border-box;
  }
  .header {
    margin: 0 auto 25px;
    padding-top: 20px;
    /*************************************
    renewal
    ***************************************/
  }
  .header .header-bottom.active .header-bottom-inner {
    margin: 0 auto 10px;
    padding-top: 10px;
  }
  .header__spwapper {
    width: 100%;
  }
  .header__head {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .header__caption {
    float: left;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
    color: #4c4948;
    letter-spacing: 0.05rem;
  }
  .header__list {
    letter-spacing: -0.8em;
    text-align: right;
    float: right;
  }
  .header__list-li {
    display: inline-block;
    letter-spacing: 0;
    margin-left: 25px;
    vertical-align: middle;
  }
  .header__list-li:first-child {
    margin-left: 0;
  }
  .header__list-link {
    display: block;
    position: relative;
    padding-right: 15px;
    font-size: 12px;
    font-size: 0.75rem;
    color: #4c4948;
    letter-spacing: 0.05rem;
  }
  .header__list-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: 2px;
    margin-top: -5px;
  }
  .header__naviwapper {
    position: relative;
  }
  .header__customer {
    letter-spacing: -0.8em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 140px;
    text-align: center;
  }
  .header__customer-li {
    display: inline-block;
    letter-spacing: 0;
    color: #333;
    font-weight: 500;
  }
  .header__customer-name {
    margin-right: 30px;
    font-size: 16px;
    font-size: 1rem;
  }
  .header__customer-rank {
    margin-right: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .header__customer-off {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 20px;
  }
  .header__customer span {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: bold;
  }
  .header__menuwapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
  }
  .header__menuwapper.active .mypage__tooltips,
  .header__menuwapper.active .search__tooltips,
  .header__menuwapper.active .pc-top-menu {
    display: none !important;
  }
  .header__menu {
    position: relative;
  }
  .header__menu-li {
    display: inline-block;
    letter-spacing: 0;
    margin-left: 20px;
    vertical-align: middle;
  }
  .header__menu-li:first-child {
    margin-left: 0;
  }
  .header__menu-li.pcmenu {
    position: relative;
  }
  .header__menu-link {
    display: inline-block;
    position: relative;
  }
  .header__menu-link.pc-close {
    display: none;
    background: #c0d7dc;
  }
  .header__menu-link.sp-close {
    display: none;
  }
  .header__menu-link.mypage.active .mypage__tooltips {
    display: block;
  }
  .header__menu-link.search.active .search__tooltips {
    display: block;
  }
  .header__menu-link.menu.active .pc-top-menu {
    display: block;
  }
  .header__menu-link .mypage__tooltips {
    padding-top: 25px;
    position: absolute;
    top: 40px;
    left: -100px;
    display: none;
    z-index: 10001;
  }
  .header__menu-link .mypage__tooltips:before {
    content: "";
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    width: 16px;
    height: 16px;
    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: 17px;
    left: calc(50% - 8px);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }
  .header__menu-link .mypage__tooltips-inner {
    width: 250px;
    box-sizing: border-box;
    padding: 30px 20px;
    border: solid 1px #f2f2f2;
    background: #fff;
    text-align: left;
  }
  .header__menu-link .mypage__tooltips-link {
    text-align: left;
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
    line-height: 1.1;
  }
  .header__menu-link .mypage__tooltips-link:nth-child(even) {
    text-align: right;
    border-left: 1px solid #b9b9b8;
  }
  .header__menu-link .mypage__tooltips-link:nth-child(3), .header__menu-link .mypage__tooltips-link:nth-child(4) {
    margin-bottom: 0;
  }
  .header__menu-link .mypage__tooltips-icon {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    background: #face26;
    padding: 3px 10px;
    margin: 0 0 15px;
    letter-spacing: 0.05rem;
  }
  .header__menu-link .mypage__tooltips-topic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.3;
    color: #4c4948;
  }
  .header__menu-link .mypage__tooltips-topic li:first-child img {
    margin-right: 5px;
  }
  .header__menu-link .search__tooltips {
    padding-top: 25px;
    position: absolute;
    top: 15px;
    left: -165px;
    display: none;
    z-index: 10001;
  }
  .header__menu-link .search__tooltips:before {
    content: "";
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    width: 16px;
    height: 16px;
    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: 17px;
    left: calc(50% - 8px);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }
  .header__menu-link .search__tooltips-inner {
    width: 350px;
    box-sizing: border-box;
    padding: 20px 20px 10px;
    border: solid 1px #f2f2f2;
    background: #fff;
    text-align: left;
  }
  .header__menu-link .search__tooltips-formwapper {
    margin-bottom: 15px;
  }
  .header__menu-link .search__tooltips-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__menu-link .search__tooltips-formtxt {
    width: 88%;
    margin-right: 10px;
    box-sizing: border-box;
    padding: 2px 3px;
    border: solid #f2f2f2 1px;
    font-size: 16px;
    font-size: 1rem;
  }
  .header__menu-link .search__tooltips-formimage {
    width: 8%;
    box-sizing: border-box;
  }
  .header__menu-link .search__tooltips-link {
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .header__menu-link .search__tooltips-link:nth-child(1), .header__menu-link .search__tooltips-link:nth-child(4) {
    text-align: left;
  }
  .header__menu-link .search__tooltips-link:nth-child(2), .header__menu-link .search__tooltips-link:nth-child(5) {
    text-align: center;
  }
  .header__menu-link .search__tooltips-link:nth-child(3), .header__menu-link .search__tooltips-link:nth-child(6) {
    text-align: right;
  }
  .header-bottom__nav {
    display: flex !important;
    align-items: end;
    margin-bottom: 15px;
  }
  .header-bottom .header__right {
    display: none;
  }
  .header__link {
    color: #000;
    padding: 12px 0;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    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__news {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #333;
    position: relative;
  }
  .header__news:first-child:after {
    content: "";
    height: 60px;
    border-left: 1px solid #ddd;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  .header__right {
    width: 360px;
  }
  /*PCヘッダーメニュー*/
  .pc-top-menu {
    display: none;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 10001;
    padding-top: 20px;
  }
  .pc-top-menu__inner {
    width: 550px;
    padding: 28px 40px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    text-align: left;
  }
  .pc-top-menu__top {
    justify-content: space-between;
  }
  .pc-top-menu__top-li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pc-top-menu__top-link {
    display: block;
    color: #333;
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
    padding: 12px 0;
  }
  .pc-top-menu__top-link:after {
    content: "";
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    width: 10px;
    height: 10px;
    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: 0px;
    margin-top: -5px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .pc-top-menu__top-link:hover:after {
    right: 15px;
  }
  .pc-top-menu__middle {
    margin: 0 -10px 10px;
  }
  .pc-top-menu__middle-li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .pc-top-menu__middle-link {
    display: block;
    color: #333;
    background: #f2fafa;
    text-align: center;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 12px 0;
  }
  .pc-top-menu__bottom {
    margin-bottom: 20px;
  }
  .pc-top-menu__bottom-li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    border-top: solid #efefef 1px;
    border-right: solid #efefef 1px;
  }
  .pc-top-menu__bottom-li:nth-child(1), .pc-top-menu__bottom-li:nth-child(2) {
    border-top: none;
  }
  .pc-top-menu__bottom-li:nth-child(even) {
    border-right: none;
  }
  .pc-top-menu__bottom-link {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #333;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 12px 0;
  }
  .pc-top-menu__bottom-desc {
    margin-left: 20px;
  }
  .pc-top-menu__sns {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /*トップモーション*/
  .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 .d_none {
    display: none;
  }
  .top_motion .brand {
    position: absolute;
    top: 0;
    left: 0;
  }
  .top_motion .brand .pc.tablet {
    display: none;
  }
  .top_motion .brand .sp.tablet {
    display: block;
  }
  .top_motion .motionImg {
    position: absolute;
    top: 0;
    opacity: 1;
    width: 0;
  }
  .d_none {
    display: none;
  }
  .header-member-special {
    position: absolute;
    right: -300px;
    top: 100px;
    background: #9ac734;
    border-radius: 4px;
    width: 542px;
    z-index: 1000;
    padding: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
  }
  .header-member-special__head {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  .header-member-special__img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: -10px !important;
    position: relative;
    z-index: 101;
  }
  .header-member-special__entry {
    background: #58794f;
    color: #fff;
    padding: 16px;
    border-right: 8px solid #9ac734;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-member-special__login {
    background: #fff;
    color: #333;
    padding: 16px;
    border-left: 8px solid #9ac734;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-member-special__nav {
    margin: 0;
  }
  .header-member-special__nav .pure-u-1-2 {
    padding: 16px;
  }
  .header-top {
    background: #9dbe11;
  }
  .header-top__h1 {
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
  }
  .header-top__nav {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    padding: 8px 0;
    justify-content: space-between;
  }
  .header-top__link {
    color: #fff;
    padding: 0 16px;
    position: relative;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-top__link:before {
    content: "";
    position: absolute;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 4px;
    height: 4px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-news {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #333;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    padding: 0 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
  }
  .header-news__icon {
    margin-right: 8px;
  }
  .header-news-1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 80%;
    width: 0;
    border-left: 1px solid #ddd;
  }
  .header-news-2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 80%;
    width: 0;
    border-left: 1px solid #ddd;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .header-news-upper {
    width: 100%;
    margin: 16px 0 12px;
  }
  .header-news-upper__link {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
  }
  .header-news-upper__link:after {
    content: "";
    position: absolute;
    height: 100%;
    border-right: 1px solid #f1f1f1;
    top: 0;
    right: -5px;
    transform: rotate(30deg);
  }
  .header-news-upper__link:last-child:after {
    display: none;
  }
  .header-news-upper__title {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .header-news-upper__img {
    margin-right: 8px;
  }
  .header-news-upper__nav {
    width: 100%;
    justify-content: space-between;
  }
  .header-news-under {
    text-align: center;
    background: #fff;
    border: solid 1px #000;
    color: #000;
    width: 100%;
    border-radius: 30px;
    padding: 3px 0;
    letter-spacing: 0.05em;
  }
  .header-news-topic {
    width: 100%;
  }
  .header-news-topic__under {
    -webkit-align-items: center;
    align-items: center;
  }
  .header-news-topic .header-news__icon {
    margin-right: 4px;
  }
  .header-news-topic .header-news-under,
  .header-news-topic a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-news-topic a {
    padding-left: 8px;
  }
  .header-profile {
    padding: 8px 0;
  }
  .header-profile__inner {
    background: #f3f5ef;
    text-align: center;
    height: 100%;
    padding: 4px 10px;
    box-sizing: border-box;
  }
  .header-profile__head {
    font-weight: bold;
    border-bottom: 1px solid #e7e9e4;
    padding: 0 0 4px;
    margin-bottom: 4px;
  }
  .header-profile__rank {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    margin-bottom: 4px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    text-align: center;
  }
  .header-profile__icon {
    margin-right: 8px;
  }
  .header-profile__date {
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: center;
    font-weight: bold;
  }
  .header-bottom {
    background: #fff;
  }
  .header-bottom.pc {
    border-bottom: none;
  }
  .header-bottom.pc.active {
    border-bottom: solid 1px #ececec;
  }
  .header-bottom__link {
    color: #4c4948;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 25px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    margin-right: 35px;
  }
  .header-bottom__link:last-child {
    margin-right: 0px;
  }
  .header-bottom__link .teiki-head {
    position: absolute;
    font-size: 10px;
    font-size: 0.625rem;
    top: -14px;
    display: block;
    padding-left: 10px;
    letter-spacing: 0;
  }
  .header-bottom__link.notoggle .header-bottom__link-ttl:after {
    display: none;
  }
  .header-bottom__link.ancerlink:after {
    display: none !important;
  }
  .header-bottom__link.active-link {
    background: #fff;
    color: #333;
  }
  .header-bottom__link.active-link:after {
    content: "";
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    width: 16px;
    height: 16px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    z-index: 10001;
  }
  .header-bottom__link-none:after {
    display: none;
  }
  .header-bottom__link-ttl {
    display: block;
    position: relative;
    letter-spacing: 2px;
    line-height: 1;
  }
  .header-bottom__link-ttl:after {
    content: "";
    position: absolute;
    right: -25px;
    top: -6px;
    bottom: 0;
    margin: auto 0 auto 0;
    width: 8px;
    height: 8px;
    border-right: 1px solid #91b5be;
    border-bottom: 1px solid #91b5be;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-bottom__mini {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
  }
  .header-bottom__search {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 20%;
  }
  .header-bottom__search-img {
    width: 100%;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
  }
  .header-bottom__logo, .header-bottom__login {
    display: none;
  }
  .header-bottom.active .btn2,
  .header-bottom.active .btn3,
  .header-bottom.active .btn4 {
    padding-left: 16px;
  }
  .header-bottom.active .header-bottom__search-img {
    text-align: center;
  }
  .header-bottom.active .active-off {
    display: none;
  }
  .header-bottom.active .active-on {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    position: relative;
  }
  .header-bottom.active .header-bottom__link {
    text-align: center;
  }
  .header-bottom.active .teiki-head {
    top: auto;
    bottom: -14px;
  }
  .header-bottom-under--search {
    background: #f0f0f0;
    position: absolute;
    top: 60px;
    width: 700px;
    right: 0;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 200;
    display: none;
  }
  .header-bottom-under--search__input {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
    font-size: 1rem;
    margin-right: 8px;
    padding: 2px 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    width: 595px;
  }
  .header-bottom-under--search__submit {
    background: #323e2f;
    color: #fff;
    padding: 4px 12px;
    font-size: 16px;
    font-size: 1rem;
    border: 0;
  }
  .active.header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    padding: 0;
    height: auto;
    box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.1);
  }
  .active.header-bottom .header__menu-link .search__tooltips {
    left: -225px;
  }
  .active.header-bottom .header__menu-link .search__tooltips:before {
    left: calc(50% + 50px);
  }
  .active.header-bottom .header__right {
    width: auto;
    display: block;
  }
  .active.header-bottom .header__right .header__menu-li {
    margin-left: 5px;
  }
  .active.header-bottom .header-bottom-under {
    top: 57px;
  }
  .active.header-bottom .header-bottom__link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .active.header-bottom .header-bottom__logo {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .active.header-bottom .header-bottom__logo img {
    width: 45px;
    height: auto;
  }
  .active.header-bottom .header-bottom__login {
    display: flex;
    width: 9%;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .active.header-bottom .header-bottom__login:after {
    content: "";
    width: 1px;
    height: 80%;
    border-right: 1px solid #ececec;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .active.header-bottom .header-bottom__search {
    width: 9%;
    background: none;
    position: relative;
  }
  .active.header-bottom .header-bottom__search:before {
    content: "";
    width: 1px;
    height: 80%;
    border-right: 1px solid #ececec;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .active.header-bottom .header-bottom__search:after {
    content: "";
    width: 1px;
    height: 80%;
    border-right: 1px solid #ececec;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .active.header-bottom .pure-u-5-24 {
    width: 16.1111111%;
  }
  .active.header-bottom .pure-u-7-24 {
    width: 20.8333%;
  }
  .active.header-bottom .header-bottom-under--search {
    top: 57px;
  }
  .header-bottom-under {
    position: fixed;
    width: 100%;
    left: 0;
    top: 208px;
    background: #fff;
    z-index: 10000;
    display: none;
    box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.2);
  }
  .header-bottom-under__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .header-bottom-under__inner .search-common .search__link {
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .header-bottom-under__inner .search-common .search-under__link .name-search {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .header-bottom-under__inner .search-common .search__link img,
  .header-bottom-under__inner .search-common .search-under__link img {
    height: 75px;
    width: auto;
  }
  .header-bottom-under__inner .search-common .search__list {
    margin-bottom: 20px;
  }
  .header-bottom-under__inner .search-common .search-under__list {
    margin-bottom: 5px;
  }
  .header-bottom-under__inner .search-under__list-skin .search-under__link {
    padding: 10px 0;
  }
  .header-bottom-under__inner .search-common .purpose-line {
    padding: 0 0 20px 20px;
  }
  .header-bottom-under__inner .search-common .search__title:before {
    top: 10px;
  }
  .header-bottom-under-1 .header-bottom-under__inner {
    padding: 32px 0 0;
  }
  .header-bottom-under-1 .header-bottom-under__head {
    color: #333;
    text-align: left;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: normal;
    margin-bottom: 16px;
    position: relative;
  }
  .header-bottom-under-1 .header-bottom-under__head span {
    position: absolute;
    right: 37px;
  }
  .header-bottom-under-1 .header-bottom-under__nav {
    background: #fff;
    margin-bottom: 32px;
  }
  .header-bottom-under-1 .header-bottom-under__img {
    width: 100%;
    height: 100px;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-bottom-under-1 .header-bottom-under__list {
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-bottom-under-1 .header-bottom-under__list:last-child .header-bottom__link {
    border: 0;
  }
  .header-bottom-under-1 .header-bottom-under__link {
    border-right: 1px solid #efefdf;
    text-align: center;
    color: #333;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
  }
  .header-bottom-under-2 .header-bottom-under__inner {
    padding: 32px 0;
  }
  .header-bottom-under-2 .header-bottom-under__nav {
    margin: 0 -8px;
  }
  .header-bottom-under-2 .header-bottom-under__img {
    margin-bottom: 8px;
    display: block;
  }
  .header-bottom-under-2 .header-bottom-under__img img {
    max-width: 100%;
  }
  .header-bottom-under-2 .header-bottom-under__list {
    padding: 0 8px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-bottom-under-2 .header-bottom-under__link {
    text-align: left;
    color: #333;
    font-size: 16px;
    font-size: 1rem;
  }
  .header-bottom-under-2 .header-bottom-under__desc {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .header-bottom-under-2 .header-bottom-under__name {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: normal;
    text-align: center;
    line-height: 2;
  }
  .header-bottom-under-2 .header-bottom-under__name sup {
    font-size: 10px;
    font-size: 0.625rem;
    vertical-align: top;
  }
  .header-bottom-under-2 .header-bottom-under__desc {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
    text-align: center;
  }
  .header-bottom-under-2 .header-bottom-under__desc span {
    font-size: 9px;
    font-size: 0.5625rem;
    display: inline-block;
    padding-top: 5px;
  }
  .header-bottom-under-3 .header-bottom-under__inner {
    padding: 32px 0;
  }
  .header-bottom-under-3 .header-bottom-under__nav {
    margin: 0 -16px;
  }
  .header-bottom-under-3 .header-bottom-under__list {
    padding: 0 16px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-bottom-under-3 .header-bottom-under__img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .header-bottom-under-3 .header-bottom-under__link {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: #fff;
    text-align: left;
    position: relative;
    color: #333;
    height: 78px;
    padding: 0 0 0 16px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: normal;
  }
  .header-bottom-under-3 .header-bottom-under__link img {
    border: 1px solid #f0f0f0;
  }
  .header-bottom-under-3 .header-bottom-under__name {
    position: relative;
    z-index: 10;
  }
  .menu-close {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.75;
    z-index: 90;
    display: none;
  }
  .section {
    padding: 64px 0 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-mini {
    padding: 8px 4.1667%;
  }
  .section-grey {
    background: #fafafa;
  }
  .section-brown {
    background: #bb9b48;
  }
  .section__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .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%;
  }
  .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;
    background: #fafafa;
  }
  .info__nav {
    max-width: 980px;
    margin: 0 auto;
    height: 245px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .info__list {
    border-bottom: 1px dashed #ddd;
  }
  .info__list:first-child {
    border-top: 1px dashed #ddd;
  }
  .info__list-banner {
    border: 0;
    padding: 0 8px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .info__list-banner:nth-of-type(even) {
    padding: 0 0 0 8px;
  }
  .info__list-banner img {
    width: 100%;
  }
  .info__banner {
    max-width: 980px;
    margin: 32px auto 0;
  }
  .info__number {
    margin-right: 16px;
    color: #999999;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .info__link {
    color: #000;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    padding: 16px 16px 16px 0;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
  }
  .info__bold {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .info__desc {
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .campaign__inner,
  #pop-up-inline-camp__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .campaign__nav,
  #pop-up-inline-camp__nav {
    margin: 0 -50px;
  }
  .campaign__list,
  #pop-up-inline-camp__list {
    padding: 0 50px 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .campaign__list span,
  #pop-up-inline-camp__list span {
    width: 85px;
    height: 85px;
    -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: 14px;
    letter-spacing: 0;
    line-height: 1.2em;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 65px;
    top: 15px;
  }
  .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: 160px;
  }
  .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,
  #pop-up-inline-camp__list-first {
    padding-bottom: 64px;
  }
  .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 .box:first-child,
  #pop-up-inline-camp__list-first .box:first-child {
    padding-right: 50px;
  }
  .campaign__list-first span,
  #pop-up-inline-camp__list-first span {
    width: 120px;
    height: 120px;
    -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: 20px;
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.2em;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 65px;
    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: 15px;
    font-size: 0.9375rem;
    margin: 16px 0;
    letter-spacing: -0.04em;
  }
  .campaign__subtitle,
  #pop-up-inline-camp__subtitle {
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 16px 0;
  }
  .campaign__desc ul li,
  #pop-up-inline-camp__desc ul li {
    margin-bottom: 10px;
  }
  #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__nav {
    margin: 0 -10px;
  }
  #pop-up-inline-camp .campaign__list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    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";
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    line-height: 1.3;
  }
  #pop-up-inline-camp .campaign__list span {
    width: 70px;
    height: 70px;
    font-size: 12px;
    font-size: 0.75rem;
    left: 15px;
    top: 5px;
  }
  #pop-up-inline-camp .campaign__list span + span {
    left: 90px;
  }
  #pop-up-inline-camp .campaign__img {
    width: 100%;
  }
  #pop-up-inline-camp .campaign__text {
    width: 100%;
    padding: 0;
  }
  #pop-up-inline-camp .campaign__title {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: -0.04em;
    margin: 16px 0 10px;
  }
  #pop-up-inline-camp .pure-u-md-1-2 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  #pop-up-inline-camp .campaign__list-first {
    padding: 0 0 32px 0 !important;
  }
  #pop-up-inline-camp .campaign__list-first .box {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #pop-up-inline-camp .campaign__list-first .box:first-child {
    padding-right: 20px;
  }
  #pop-up-inline-camp .campaign__list-first .box .campaign__title {
    margin-top: 0;
  }
  #pop-up-inline-camp .campaign__list-first .box span {
    width: 100px;
    height: 100px;
    font-size: 16px;
    font-size: 1rem;
    left: 15px;
  }
  .item {
    margin: 0 20px 32px;
    counter-reset: number;
  }
  .item__img {
    padding: 20px;
    margin-bottom: 8px;
    background: #fff;
    width: 100%;
  }
  .item__img img {
    width: 100%;
  }
  .item__list {
    padding: 0 20px;
    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: 10px;
    top: -10px;
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #c7c7c7;
    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__product {
    margin-bottom: 4px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #333;
  }
  .item__price {
    font-size: 14px;
    font-size: 0.875rem;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .item__tax {
    font-size: 10px;
    font-size: 0.625rem;
    color: #333;
    margin-left: 4px;
    font-weight: normal;
  }
  .item__desc {
    font-size: 14px;
    font-size: 0.875rem;
    color: #333;
  }
  .item__rate {
    width: 90px;
    margin-bottom: 8px;
    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;
  }
  .recommend-box {
    padding: 48px 8px 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .recommend-box__link {
    position: relative;
    color: #333;
  }
  .recommend-box__title {
    margin: 8px 0;
    display: block;
  }
  .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;
    padding: 30px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .recommend-box__right {
    position: static;
    padding: 0 0 0 4.1667%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .recommend-box__com {
    display: block;
    padding: 16px 8.3333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    border-radius: 10px;
    margin: -48px 0 32px 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    left: 0;
    top: 0;
    background: #8b9b66;
    position: absolute;
  }
  .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;
    left: 35px;
    z-index: 1;
    bottom: -14px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .recommend-box__more {
    background: #ddd;
    position: relative;
    margin-top: 8px;
    padding: 8px 0;
    text-align: center;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .recommend-box__more:after {
    content: "";
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    right: 4.1667%;
    width: 5px;
    height: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    -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: 40px;
    height: 40px;
    right: -60px;
  }
  .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: 40px;
    height: 40px;
    left: -60px;
  }
  .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: 64px;
  }
  .beginner__nav {
    margin: 0 -32px;
  }
  .beginner__nav img {
    width: 100%;
  }
  .beginner__link {
    color: #333;
  }
  .beginner__list {
    padding: 0 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .beginner__name {
    font-weight: bold;
    text-align: left;
    margin: 8px 0;
  }
  .product-box {
    padding: 0 0 16px;
    margin-bottom: 24px;
    border-bottom: 1px dashed #999999;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .product-box__head {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .product-box__head:after {
    content: "";
  }
  .product-box__img {
    width: 100%;
    margin-bottom: 8px;
    order: 1;
  }
  .product-box__title {
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 8px;
    display: block;
    order: 0;
  }
  .product-box__desc {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 32px;
    order: 2;
  }
  .product-box__wrapper {
    margin: 0 -32px;
  }
  .product-box__banner {
    color: #333;
  }
  .product-box__list {
    padding: 0 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product-box__mini {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .product-item {
    margin: 0 -4px;
  }
  .product-com {
    display: block;
    padding: 32px 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;
    border-radius: 5px;
  }
  .product-com:after {
    display: none;
  }
  .product-com__title {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
  }
  .product-com__desc {
    font-weight: normal;
  }
  .product-com-wrapper__inner {
    margin: 0 -32px;
  }
  .product-com-wrapper__box {
    padding: 0 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contents__link {
    color: #000;
    position: relative;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 16px;
  }
  .contents__link img {
    width: 100%;
  }
  .contents__link img.contents__cookpad {
    width: 58px;
    position: absolute;
    right: 16px;
    bottom: 0;
  }
  .contents__nav {
    margin: 0 -16px;
  }
  .contents__list {
    padding: 0 16px 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .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__link,
  .search-under__link {
    color: #000;
    padding: 12px 0;
    font-size: 16px;
    font-size: 1rem;
    display: block;
    text-align: center;
    position: relative;
  }
  .search__link img,
  .search-under__link img {
    margin: 0 auto 8px;
  }
  .search__bold,
  .search-under__bold {
    font-weight: bold;
    margin-right: 8px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .search {
    padding-left: 0;
    padding-right: 0;
  }
  .search__nav {
    max-width: 1000px;
    margin: 0 auto;
  }
  .search__list {
    margin-bottom: 90px;
  }
  .search__list:last-child {
    margin-bottom: 0;
  }
  .search__title {
    display: inline-block;
    position: relative;
    padding-left: 25px;
  }
  .search__title:before {
    content: "";
    display: inline-block;
    width: 15px;
    border-top: solid 1px #333;
    position: absolute;
    left: 0;
    top: 9px;
  }
  .search__link {
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
    margin: 0 0 32px;
    text-align: left;
  }
  .search__link:after {
    content: "";
    background: none;
    position: absolute;
    right: 4.1667%;
    width: 15px;
    height: 15px;
    top: 12px;
    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 {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
  }
  .search-under__nav-skin {
    margin: 0 -16px;
  }
  .search-under__nav-line {
    margin: 0 -40px;
  }
  .search-under__list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .search-under__list-line {
    padding: 0 40px;
    margin-bottom: 40px;
  }
  .search-under__list-line:nth-last-child(1), .search-under__list-line:nth-last-child(2) {
    margin-bottom: 0;
  }
  .search-under__list-skin {
    padding: 0 16px 16px;
  }
  .search-under__list-skin .search-under__link {
    background: #fff;
    position: relative;
    padding: 15px 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .search-under__list-skin .search-under__link:after {
    content: "";
    border-bottom: 1px solid #8e8e8e;
    border-right: 1px solid #8e8e8e;
    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;
  }
  .search-under__list-skin .search-under__link:hover:after {
    right: 15px;
  }
  .search-under__link {
    color: #333;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    padding: 0;
  }
  .search-under__link-line {
    position: relative;
    display: block;
  }
  .search-under__link-line span {
    position: absolute;
    top: 80px;
    left: 240px;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold;
  }
  .search-under__link-line sup {
    display: inline;
    vertical-align: top;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .search-under__link-line span.check {
    font-size: 11px;
    font-size: 0.6875rem;
    position: static;
    text-align: right;
    display: block;
    padding-top: 5px;
    font-weight: normal;
  }
  .search-under__img {
    height: 140px;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .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;
    padding: 25px 0;
    background: #6a5953;
  }
  .sns__nav {
    margin: 0 auto;
    max-width: 560px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sns__nav-banner {
    padding: 0 0 16px;
  }
  .sns__list {
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
  }
  .sns__name {
    margin: 4px 0;
    color: #fff;
    font-weight: normal;
  }
  .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-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;
  }
  .main .guide {
    display: none !important;
    padding-bottom: 100px;
  }
  .main .guide .main__head {
    letter-spacing: 0.2em;
  }
  .main .guide__nav {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    max-width: 1008px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .guide__list {
    border-bottom: 1px solid #999999;
    text-align: center;
    padding: 32px 0 80px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    border-right: 1px solid #999999;
  }
  .main .guide__list:nth-of-type(odd) {
    border-right: 1px solid #999999;
  }
  .main .guide__head {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.16em;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .main .guide__icon {
    height: 46px;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0 16px;
  }
  .main .guide__icon img {
    width: auto;
    height: 100%;
  }
  .main .guide__desc {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.16em;
    line-height: 1.8;
  }
  .main .guide__desc .red {
    color: #cc0000;
  }
  .main .guide__desc-left {
    text-align: left;
  }
  .main .guide__attention {
    display: inline-block;
    padding-top: 3px;
    font-size: 80%;
  }
  .main .guide__sub {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 16px;
    display: block;
  }
  .main .guide__link {
    color: #000;
    position: absolute;
    width: 100%;
    bottom: 55px;
    left: 0;
  }
  .main .guide__link a {
    display: inline-block;
    padding: 4px 32px;
    border-radius: 30px;
    background: #323e2f;
    position: relative;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
  }
  .main .guide__link a:after {
    content: "";
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    position: absolute;
    right: 15px;
    width: 5px;
    height: 5px;
    top: 50%;
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .main .cs {
    background: #fafafa;
    text-align: center;
  }
  .main .cs__inner {
    max-width: 1120px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 1000px;
    box-sizing: border-box;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .main .cs__left {
    padding-bottom: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .cs__head {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 4px;
    color: #fff;
    display: none;
  }
  .main .cs__number {
    font-size: 38px;
    font-size: 2.375rem;
    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;
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .cs__number-img {
    margin-right: 10px;
  }
  .main .cs__number sub {
    font-size: 12px;
    font-size: 0.75rem;
    vertical-align: middle;
  }
  .main .cs__sub {
    display: block;
    margin-bottom: 32px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .main .cs__desc {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2.2;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
  }
  .main .cs__big {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .main .cs__left {
    width: 38%;
    position: relative;
    left: -25px;
  }
  .main .cs__right {
    width: 60%;
  }
  .main .cs-info {
    height: 100%;
  }
  .main .cs-info__head {
    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;
    padding-bottom: 16px;
    margin-bottom: 32px;
    position: relative;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .main .cs-info__head:after {
    content: "";
    width: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #ececec;
  }
  .main .cs-info__list {
    text-align: left;
    height: 100%;
    padding-left: 35px;
    border-left: 1px solid #ececec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .cs-info__list:last-child {
    border-right: 1px solid #ececec;
  }
  .main .cs-info__link {
    padding-bottom: 20px;
    display: block;
    font-size: 12px;
    line-height: 1;
  }
  .line img {
    width: 100%;
  }
  .footer {
    padding: 0 0 0;
    overflow: hidden;
    position: relative;
  }
  .footer-top {
    padding: 16px 4.1667%;
    background: #efefef;
  }
  .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: 0 50px;
    height: 70px;
    display: flex;
    justify-content: space-between;
  }
  .footer-bottom__jdma {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
  }
  .footer-bottom__jdma img {
    width: 105px;
    margin-right: 12px;
    vertical-align: bottom;
  }
  .footer-bottom__privacy {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
  }
  .footer-bottom__privacy img {
    width: 40px;
    margin-left: 12px;
    vertical-align: bottom;
  }
  .footer-nav {
    text-align: center;
    background: #efefef;
    border-top: 1px solid #999999;
  }
  .footer-nav__link {
    color: #000;
    padding: 12px 0;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .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: 12px;
    font-size: 0.75rem;
    font-family: "avenirBoook", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: absolute;
    top: 30px;
    width: 100%;
    color: #333;
    letter-spacing: 0.02em;
  }
  .bottom-nav {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
    background: #8b9b66;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    visibility: hidden;
  }
  .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;
  }
  .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;
    visibility: visible;
    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;
    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-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;
    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;
    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-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;
    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-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;
  }
  .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;
  }
  .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;
    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;
    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__logo img {
    padding: 14px 0 0 0;
  }
  .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;
  }
  /*headerお知らせ2列表示の調整*/
  .header-news {
    padding-left: 24px;
  }
  .header-news-2:before {
    left: 10px;
  }
  .pc-obi-info {
    width: 100%;
    padding: 10px 0 15px;
    border-top: solid 1px #f2f2f2;
  }
  .pc-obi-info__ul {
    text-align: center;
    letter-spacing: -0.8em;
    padding: 8px 0 0;
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
  }
  .pc-obi-info__list {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: middle;
    color: #515151;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8em;
    position: relative;
  }
  .pc-obi-info__list.cut {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: middle;
    color: #4c4948;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8em;
    padding: 0 15px;
  }
  .pc-obi-info__list.ttl {
    color: #fff;
    background: #989e97;
    border-radius: 2px;
    padding: 0 15px;
    font-weight: 500;
    margin-right: 15px;
  }
  .pc-obi-info__list a {
    color: #4c4948;
  }
  /*トップスライダー*/
  .top-slider {
    padding-bottom: 40px;
  }
  .top-slider .swiper-slide {
    width: 550px;
  }
  .top-slider .swiper-slide img {
    width: 100%;
  }
  .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;
  }
  /*トップバナー（ACC既存）*/
  .pc-top-pannel {
    overflow: hidden;
    letter-spacing: -0.8em;
  }
  .pc-top-pannel__column1, .pc-top-pannel__column2 {
    display: inline-block;
    letter-spacing: 0;
  }
  .pc-top-pannel__column1 {
    width: 66%;
  }
  .pc-top-pannel__column2 {
    width: 34%;
  }
  .pc-top-pannel__link {
    display: block;
  }
  .pc-top-pannel__link img {
    vertical-align: bottom;
  }
  /*トップコンセプト*/
  .top-concept {
    position: relative;
  }
  .top-concept .first-top {
    position: absolute;
    right: 0;
    top: 0;
  }
  .top-concept .first-top.active {
    position: fixed;
    right: 0;
    top: 75px;
  }
  .top-concept .section__inner {
    padding: 90px 50px;
    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:first-child {
    padding-right: 50px;
  }
  .top-concept__box:last-child {
    padding-left: 50px;
  }
  .top-concept__head {
    height: 300px;
    font-size: 38px;
    font-size: 2.375rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 80px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  .top-concept__head span {
    display: block;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .top-concept__desc {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.2;
    height: 300px;
  }
  /*トップ３枚バナー*/
  .top-infomation__list {
    margin: 0 -22px;
  }
  .top-infomation__li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 22px;
    position: relative;
    transition: 0.3s;
  }
  .top-infomation__li:after {
    content: "";
    position: absolute;
    background-image: url(/common/img/arrow_right_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 7px;
    height: 12px;
    top: calc((100% - 12px) / 2);
    right: 28px;
    transition: 0.3s;
  }
  .top-infomation__li:hover:after {
    right: 20px;
  }
  .top-infomation__link {
    display: block;
  }
  .top-infomation__link img {
    width: 100%;
  }
  .top-infomation__ttl {
    display: block;
    text-align: center;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
    padding: 15px 0;
    background: #afcfd5;
    color: #fff;
    font-weight: bold;
  }
  /*トップコンテンツ*/
  .top-contents__list {
    margin: 0 -50px;
  }
  .top-contents__li {
    margin-bottom: 80px;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-contents__li:nth-last-child(1), .top-contents__li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .top-contents__link {
    display: block;
    position: relative;
  }
  .top-contents__link img {
    border: solid 1px #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-contents__ttl {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 40px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  /*トップおしゃべり*/
  .section .oshaberi__nav {
    margin-bottom: 80px;
  }
  .section .oshaberi__nav + .main__link {
    border: solid 1px #f0f0f0;
    width: 300px;
    display: block;
    margin: 0 auto;
  }
  .section .oshaberi__list {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .section .oshaberi__list:first-child {
    border: none;
    padding: 0;
    margin-bottom: 80px;
  }
  .section .oshaberi__time {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 30px;
  }
  .section .oshaberi__list:first-child .oshaberi__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .section .oshaberi__desc {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
  }
  .section .oshaberi__list:first-child .oshaberi__right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  /*トップはじめてのかたへ*/
  .top-beginner__first {
    position: relative;
    margin-bottom: 80px;
  }
  .top-beginner__first img {
    width: 100%;
  }
  .top-beginner__first .main__link {
    width: 470px;
    margin: -30px auto 0;
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .top-beginner__inner {
    width: 1000px;
    margin: 0 auto;
  }
  .top-beginner__item {
    margin: 0 -30px;
  }
  .top-beginner__item-li {
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .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: 40px;
  }
  .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: 40px;
  }
  .top-beginner__item-head {
    color: #1e373d;
    font-size: 22px;
    font-size: 1.375rem;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .top-beginner__item-img {
    width: 290px;
  }
  .top-beginner__item-catch {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    margin: -40px 0 30px;
  }
  .top-beginner__item-catchli {
    width: 80px;
    height: 80px;
    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: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
  }
  .top-beginner__item-catchli sup {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .top-beginner__item-check {
    padding-top: 5px;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: right;
  }
  .top-beginner__item-name {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .top-beginner__item-desc {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
  /*トップサポート*/
  .top-support__list .main__link {
    border: solid 1px #f0f0f0;
    width: 200px;
    margin: 0 auto;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 12px 0;
  }
  .top-support__list .main__link:after {
    right: 12px;
  }
  .top-support__li {
    border-right: solid 1px #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .top-support__li:first-child {
    border-left: solid 1px #f0f0f0;
  }
  .top-support__link {
    display: block;
    padding: 70px 0;
  }
  .top-support__link:hover .main__link:after {
    right: 8px;
  }
  .top-support__head {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .top-support__img {
    margin-bottom: 20px;
  }
  /*トップラインアップ*/
  .top-lineup__list {
    margin: 0 -40px;
  }
  .top-lineup__li {
    padding: 0 40px;
    margin-bottom: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .top-lineup__li:nth-last-child(1), .top-lineup__li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .top-lineup__link {
    display: block;
    padding: 450px 0 70px;
    position: relative;
  }
  .top-lineup__link .main__link {
    border: solid 1px #f0f0f0;
    width: 200px;
    margin: 0 auto;
    font-size: 13px;
    font-size: 0.8125rem;
    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: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .top-lineup__head span {
    font-size: 14px;
    font-size: 0.875rem;
    vertical-align: top;
  }
  .top-lineup__desc {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 30px;
    height: 2.5em;
  }
  .top-lineup__check {
    position: absolute;
    font-size: 11px;
    font-size: 0.6875rem;
    bottom: 10px;
    right: 20px;
  }
  /*トップバナー*/
  .slideunder-bnr {
    padding: 30px 0 0;
    max-width: 980px;
    margin: 0 auto;
  }
  .slideunder-bnr__li {
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .slideunder-bnr__li.bnr-left {
    padding-right: 10px;
  }
  .slideunder-bnr__li.bnr-right {
    padding-left: 10px;
  }
  .slideunder-bnr__li span {
    display: inline-block;
    padding-top: 8px;
  }
  .slideunder-bnr__li span.fs {
    padding-top: 3px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .slideunder-bnr img {
    -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;
    width: 100%;
    opacity: 1;
  }
  .slideunder-bnr img:hover {
    opacity: 0.5;
  }
  /*モニターページ*/
  .LC_Page_Monitor .cart__head {
    text-align: center;
    margin-bottom: 70px;
  }
  .LC_Page_Monitor .avenir_book {
    font-family: "avenirBoook";
  }
  .LC_Page_Monitor .monitor__inner {
    width: 960px;
    margin: 0 auto;
  }
  .LC_Page_Monitor .monitor__head {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
  }
  .LC_Page_Monitor .monitor__head + .monitor__desc {
    margin-bottom: 80px;
  }
  .LC_Page_Monitor .monitor__sub {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    color: #70929a;
    text-align: center;
    margin-bottom: 50px;
  }
  .LC_Page_Monitor .monitor__sub .avenir_book {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .LC_Page_Monitor .monitor__headimg {
    text-align: center;
    margin-bottom: 60px;
  }
  .LC_Page_Monitor .monitor__headimg + .monitor__head {
    margin-bottom: 50px;
  }
  .LC_Page_Monitor .monitor__desc {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #333;
    line-height: 2.2;
    text-align: center;
    font-weight: 500;
  }
  .LC_Page_Monitor .monitor__desc-fs {
    font-size: 15px;
    font-size: 0.9375rem;
    display: block;
    padding-left: 1em;
  }
  .LC_Page_Monitor .monitor__desc b {
    font-weight: bold;
  }
  .LC_Page_Monitor .monitor__desc.center {
    text-align: left;
    width: 750px;
    margin: 0 auto 60px;
  }
  .LC_Page_Monitor .monitor__lineuphead {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 1.8;
    background: #e5f1f2;
    padding: 30px 0;
    margin-bottom: 70px;
  }
  .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: 34px;
    font-size: 2.125rem;
    margin-bottom: 30px;
    letter-spacing: 3px;
  }
  .LC_Page_Monitor .monitor__lineupttl img {
    margin-right: 20px;
  }
  .LC_Page_Monitor .monitor__lineupttl sup {
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    top: -0.5em;
    font-weight: normal;
  }
  .LC_Page_Monitor .monitor__lineupsub {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
  }
  .LC_Page_Monitor .monitor__lineupbox {
    border-top: solid 1px #ededed;
    margin-bottom: 90px;
  }
  .LC_Page_Monitor .monitor__lineupbox-r {
    text-align: right;
    font-size: 11px;
    font-size: 0.6875rem;
    padding-top: 10px;
  }
  .LC_Page_Monitor .monitor__lineupbox.mb0 {
    margin-bottom: 0;
  }
  .LC_Page_Monitor .monitor__lineuplist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 45px 0;
    border-bottom: dotted 1px #ededed;
  }
  .LC_Page_Monitor .monitor__lineuplist:last-child {
    border-bottom: none;
  }
  .LC_Page_Monitor .monitor__lineuplist-img {
    width: 360px;
  }
  .LC_Page_Monitor .monitor__lineuplist-img img {
    max-width: 100%;
  }
  .LC_Page_Monitor .monitor__lineuplist-txt {
    padding-left: 35px;
  }
  .LC_Page_Monitor .monitor__lineuplist-head {
    font-size: 18px;
    font-size: 1.125rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
  }
  .LC_Page_Monitor .monitor__lineuplist-head span {
    font-size: 30px;
    font-size: 1.875rem;
    color: #c0d7dc;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -30px;
  }
  .LC_Page_Monitor .monitor__lineuplist-desc {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 60px;
  }
  .LC_Page_Monitor .monitor__lineuplist-desc:last-child {
    margin-bottom: 0;
  }
  .LC_Page_Monitor .monitor__btn {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 150px;
    margin-bottom: 100px;
  }
  .LC_Page_Monitor .monitor__btn-link {
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
    display: inline-block;
    border: 1px solid #333;
    width: 300px;
    color: #333;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
  }
  .LC_Page_Monitor .monitor__btn-link:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 275px;
    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: 95px !important;
    padding-bottom: 35px !important;
  }
  #season_camp .end-content .container .campaign__nav,
  .season_camp .end-content .container .campaign__nav {
    margin: 0 -50px !important;
  }
  #season_camp .end-content .container .campaign__list,
  .season_camp .end-content .container .campaign__list {
    padding: 0 50px 32px !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 {
    margin: 10px 0 !important;
    line-height: 1.5 !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;
  }
  #season_camp .end-content .container .campaign__desc,
  .season_camp .end-content .container .campaign__desc {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8 !important;
  }
  #season_camp .end-content .main-title,
  .season_camp .end-content .main-title {
    font-weight: 500;
    margin-bottom: 70px;
  }
  #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: 335px;
    margin-top: 25px;
    margin-right: 95px;
  }
  #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: 0;
  }
  #season_camp .end-content .item-wrap .item:nth-child(3n),
  .season_camp .end-content .item-wrap .item:nth-child(3n) {
    margin-right: 0;
  }
  #season_camp .end-content .item-wrap .img,
  .season_camp .end-content .item-wrap .img {
    position: relative;
  }
  #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: 16px;
    padding-left: 18px;
  }
  #season_camp .end-content .item-wrap .label-img img + img,
  .season_camp .end-content .item-wrap .label-img img + img {
    margin-left: 6px;
  }
  #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: 12px;
    padding-bottom: 8px;
    font-size: 15px;
  }
  #season_camp .end-content .item-wrap .content p,
  .season_camp .end-content .item-wrap .content p {
    font-size: 14px;
    line-height: 23px;
  }
  /*パンクズ*/
  .bread-wrapper .breadcrumb {
    width: 1200px;
    margin: 0 auto;
    -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: 30px;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 1px;
  }
  .bread-wrapper .breadcrumb img {
    display: inline-block;
    vertical-align: middle;
  }
  .bread-wrapper .breadcrumb__li:after {
    content: "";
    width: 6px;
    height: 11px;
    background: url(/common/img/main_new/i_angle_right.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px;
  }
  .bread-wrapper .breadcrumb__li:last-child:after {
    display: none;
  }
  /*20190717ナビリニューアル*/
  .search-common {
    width: 1200px;
    margin: 0 auto;
  }
  .search-common .search__nav {
    max-width: 100%;
  }
  .search-common .search__list {
    margin-bottom: 70px;
  }
  .search-common .search-under__img {
    height: auto;
    display: inline-block;
  }
  .search-common .search__link {
    font-size: 18px;
    font-size: 1.125rem;
    color: #4c4948;
  }
  .search-common .search__title:before {
    border-color: #4c4948;
    top: 13px;
  }
  .search-common .search__link img,
  .search-common .search-under__link img {
    margin: 0;
  }
  .search-common .search-under__list {
    margin-bottom: 15px;
  }
  .search-common .search-under__link {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .search-common .search-under__link .name-search {
    display: inline-block;
    padding: 0 0 10px 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #4c4948;
    position: relative;
  }
  .search-common .search-under__link .name-search span {
    position: absolute;
    top: 8px;
    left: 9px;
    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 .line-search .search-under__link,
  .search-common .purpose-line .search-under__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .search-common .line-search .search-under__link .otona span,
  .search-common .purpose-line .search-under__link .otona span {
    top: 23px;
  }
  .search-common .purpose-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }
  .search-common .purpose-line .search-under__link:after {
    display: none;
  }
  .search-common .purpose-line .search-under__list {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .search-common .purpose-line .name-search {
    padding: 30px 0 0 10px;
  }
  .search-common__head {
    font-size: 22px;
    font-size: 1.375rem;
    color: #4c4948;
    line-height: 1;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: solid #f2f2f2 1px;
  }
  /*20210113_追従バナー*/
  .bottom-bunner-scroll {
    left: 15px;
    bottom: -200px;
    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: 15px;
    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);
  }
  /*210317aiba*/
  /*SPサーチレフトメニュー*/
  .header__menu-li:nth-child(5) {
    display: none;
  }
  .sp-left-menu-search {
    display: none;
  }
  .new-tab-degin .new-tab-bottom {
    right: 0px;
    z-index: 50;
    bottom: 130px;
  }
  .new-tab-degin .m-ticket-drawer {
    position: fixed;
    z-index: 60;
    width: auto;
    right: -1000px;
    bottom: 130px;
    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: #fff;
    border-radius: 3px;
  }
  .new-tab-degin .m-ticket-drawer__inner {
    display: flex;
    flex-direction: column;
    padding: 55px 55px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  }
  .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: 10px;
    right: 10px;
    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: -10px;
    left: 0;
    width: 100%;
    position: relative;
  }
  .cf-product-navi .header-bottom-under__inner {
    width: auto;
    max-width: 1280px;
    min-width: 1008px;
    padding: 40px 10px 0;
  }
  .cf-product-navi .mega-menu-inner {
    padding: 30px 30px;
  }
  /*

  _id.scss
  商品詳細

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

  _cart.scss
  カート全般

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

  _review.scss
  レビュー

  */
  /*ec-cubeのデフォルトCSSの削除*/
  /*ec-cubeのデフォルトCSSの削除*/
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .cf-product-navi .mega-menu-inner {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .cf-product-navi .mega-menu-inner__list {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .cf-product-navi .mega-menu-inner__list {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .cf-product-navi .mega-menu-inner .search__list-cf + .search__list-cf {
    margin-left: 40px;
  }
  .cf-product-navi .mega-menu-inner .search__list-cf .search-under__link-cf {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cf-product-navi .mega-menu-inner .search__list-cf .search-under__img-cf {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .cf-product-navi .mega-menu-inner .search__list-cf .search-under__img-cf {
    height: 125px;
    display: flex;
    align-items: end;
  }
}
@media screen and (min-width: 768px) {
  .cf-product-navi .mega-menu-inner .search__list-cf .search-under__img-cf img {
    vertical-align: bottom;
  }
  .cf-product-navi .mega-menu-inner .search__list-cf .name-search-cf {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    display: flex;
    align-items: center;
    text-align: center;
    min-height: 3em;
    font-weight: normal;
    padding-top: 10px;
  }
  .cf-product-navi .search-under__link-cf {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cf-product-navi .search-under__img-cf {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .cf-product-navi .search-under__img-cf {
    height: 125px;
    display: flex;
    align-items: end;
  }
}
@media screen and (min-width: 768px) {
  .cf-product-navi .search-under__img-cf img {
    vertical-align: bottom;
  }
  .cf-product-navi .name-search-cf {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    display: flex;
    align-items: center;
    text-align: center;
    min-height: 3em;
    font-weight: normal;
    padding-top: 10px;
  }
  .cf-product-navi .new-tab {
    font-size: 10px;
    background-color: #cc0000;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 3px 5px;
    width: 40px;
    margin-left: 5px;
    align-self: center;
  }
  .cf-product-navi .header-bottom__link-ttl {
    display: flex;
  }
  .cf-product-navi .new-title {
    align-self: center;
  }
  .cf-product-navi .header-bottom-under {
    background: rgba(255, 255, 255, 0.95);
    top: 245px;
    border-top: #e2dcca 5px solid;
  }
  .cf-product-navi .header-bottom-under__head {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  .cf-product-navi .header-bottom-under__head .txt-en {
    font-size: 28px;
    letter-spacing: 0.16em;
  }
  .cf-product-navi .header-bottom-under__head span {
    display: block;
    width: 130px;
    border-top: #595757 1px solid;
    margin: -2px 25px 0;
    position: static;
  }
  .cf-product-navi .header-bottom-under__head .txt-jp {
    font-size: 16px;
    letter-spacing: 0.14em;
  }
  .id__sub {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .id__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .id__inner-mini {
    width: 1000px;
    margin: 0 auto;
  }
  .id-main .id__inner {
    padding-bottom: 64px;
    border-bottom: 1px solid #ddd;
  }
  .id-upper__right {
    padding-left: 4.1667%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .id-recommend__trouble {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 16px 0;
  }
  .id-recommend__list {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    padding: 0 32px;
    position: relative;
  }
  .id-recommend__list:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(https://www.sokamocka.com/common/img/id/id-recommend_check.png);
  }
  .id-recommend .id__inner-mini {
    margin-bottom: 64px;
  }
  .id-recommend__sub {
    margin: 16px 0;
    text-align: right;
    display: block;
    color: #999;
  }
  .id-recommend__sub-left {
    text-align: left;
  }
  .id-recommend__desc {
    padding: 16px 64px;
    line-height: 2;
  }
  .id-recommend__name {
    padding: 0 64px;
  }
  .id-nav {
    background: #c0d8dc;
  }
  .id-nav__nav {
    width: 1200px;
    margin: 0 auto;
  }
  .id-nav__link {
    display: block;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    color: #fff;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
    padding: 16px 0;
  }
  .id-nav__link:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 8.3333%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .id-nav__icon {
    height: 30px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin: -15px 0 0 0;
  }
  .id-nav__icon.h-auto {
    height: auto;
  }
  .id-nav__list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #fff;
  }
  .id-nav__list:last-child .id-nav__link {
    border-right: 1px solid #fff;
  }
  .id-nav__sub {
    display: block;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .id-about {
    margin-bottom: 16px;
  }
  .id-about__upper {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  .id-about__head {
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 16px;
  }
  .id-about__rate {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .id-about__rate .item__rate {
    margin: 0 8px;
  }
  .id-about__desc {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 8px;
    font-weight: bold;
  }
  .id-about__sup {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .id-about__comp {
    border-bottom: solid #ddd 1px;
    border-top: solid #ddd 1px;
    padding: 16px 16px;
    margin-bottom: 32px;
  }
  .id-about__comp .sp {
    display: none;
  }
  .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;
  }
  .id-about-maincom {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .id-about-maincom__icon {
    background: #d8a800;
    color: #fff;
    padding: 4px 32px;
    display: inline-block;
    margin-bottom: 16px;
  }
  .id-about-maincom__comment {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .id-about-maincom__sub {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    color: #999;
    margin-top: 8px;
  }
  .id-how {
    background: #f8f8f1;
  }
  .id-how__left {
    padding-right: 4.1667%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .id-how__nav-center {
    align-items: center;
  }
  .id-how__head {
    padding: 0 16px;
    font-weight: bold;
  }
  .id-how__desc {
    padding: 0 16px;
  }
  .id-cat {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .id-cat__list {
    margin-right: 8px;
    margin-bottom: 8px;
    background: #c0d8dc;
    color: #333;
    padding: 8px 16px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .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: flex-start;
    padding: 16px 0;
    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: baseline;
    margin-bottom: 16px;
  }
  .id-cart__red {
    font-size: 40px;
    font-size: 2.5rem;
    margin: 0 4px;
    font-weight: bold;
  }
  .id-cart__icon {
    height: 28px;
    position: relative;
    display: inline-block;
    margin: 0 16px 0 0;
    vertical-align: -7px;
  }
  .id-cart__fav {
    margin: 0 16px;
  }
  .id-cart__form {
    margin-bottom: 16px;
    position: relative;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .id-cart__submit {
    width: 100%;
    background: #e96496;
    color: #fff;
    text-align: center;
    position: relative;
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    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:before {
    content: "";
    height: 20px;
    width: 20px;
    background: url(https://www.sokamocka.com/common/img/id/cart.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    margin: auto;
  }
  .id-cart__fav {
    background: #efefef;
    text-align: left;
    position: relative;
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 12px 16px;
    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: #333;
  }
  .id-cart__select {
    position: absolute;
    right: 4.1667%;
    top: 0;
    font-size: 16px;
    font-size: 1rem;
    padding: 4px 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;
    height: 50px;
    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;
    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: 30px;
    background: #f2f8f9;
  }
  .id-teiki__teikinew-icon {
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    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: 20px 0 10px;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #000;
  }
  .id-teiki__teikinew-desc span {
    text-decoration: underline;
  }
  .id-teiki__teikinew-price1 {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #000;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 8px;
  }
  .id-teiki__teikinew-price1 .tax {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: normal;
  }
  .id-teiki__teikinew-price2 {
    font-size: 30px;
    font-size: 1.875rem;
    color: #000;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px;
  }
  .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: 20px;
    font-size: 1.25rem;
    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: 30px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -5px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .id-teiki__submit:hover:after {
    right: 20px;
  }
  .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-weight: bold;
    width: 100%;
    padding: 0 16px;
  }
  .id-otoku__top {
    font-size: 10px;
    font-size: 0.625rem;
    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 0;
    max-width: 1000px;
    margin: 0 auto;
  }
  .id-section__desc {
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .id-detail__head {
    text-align: center;
    padding: 24px 0;
    font-size: 20px;
    font-size: 1.25rem;
    position: relative;
    font-family: "Josefin Sans", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .id-detail__head-cs {
    padding: 8px 0 16px;
  }
  .id-detail__head-under {
    border-bottom: 1px solid #999999;
    padding: 8px 0 16px;
    margin-bottom: 16px;
  }
  .id-detail__sub {
    font-size: 16px;
    font-size: 1rem;
    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;
  }
  .id-detail__inner {
    text-align: center;
  }
  .id-detail__icon {
    height: 30px;
    display: block;
    margin: 0 auto 8px;
  }
  .id-detail__icon.sp {
    display: none;
  }
  .id-detail__icon-contents {
    height: 16px !important;
  }
  .id-detail__icon img {
    height: 30px;
    vertical-align: middle;
  }
  .id-detail__rmd {
    font-size: 14px;
    font-size: 0.875rem;
    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: 20px;
    font-size: 1.25rem;
    margin-bottom: 32px;
  }
  .id-detail__day {
    background: #58794f;
    color: #fff;
    font-size: 10px;
    font-size: 0.625rem;
    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__grey-sp {
    background: #fff;
  }
  .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 16px;
    display: block;
  }
  .id-detail__twin {
    margin: 0 -16px;
  }
  .id-detail__box {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .id-detail__box:first-child {
    border-right: dashed 1px #ddd;
  }
  .id-detail__photo {
    padding: 30px 0 50px;
    text-align: center;
  }
  .id-detail__photo img {
    width: 100%;
    max-width: 100%;
  }
  .id-detail__sns {
    letter-spacing: -0.8em;
    margin-bottom: 48px;
  }
  .id-detail__sns-li {
    display: inline-block;
    margin-right: 12px;
    letter-spacing: 0;
  }
  .id-detail__sns-link {
    background: #eee;
    color: #555;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px 10px;
    font-weight: bold;
    line-height: 1;
    border-radius: 4px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .id-detail__sns-img {
    height: 15px;
    width: auto !important;
    margin-right: 5px;
  }
  .id-caution {
    border: 2px solid #8b9b66;
    padding: 8px 4.1667%;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .id-caution__icon {
    width: 30px;
    margin-right: 8px;
  }
  .id-component__head {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .id-review {
    background: #f8f8f1;
  }
  .id-review__box {
    padding: 32px 64px;
    margin-bottom: 16px;
    border-bottom: 0;
    background: #fff;
  }
  .id-review__box:last-child {
    padding: 0;
    border: 0;
  }
  .id-review__box .item__rate {
    margin-bottom: 8px;
  }
  .id-review__head {
    margin-bottom: 8px;
  }
  .id-review__upper {
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 16px;
  }
  .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-qa__box {
    padding: 32px 16px;
    border-top: 1px dashed #ddd;
  }
  .id-qa__box:last-child {
    border-bottom: 1px dashed #ddd;
  }
  .id-qa__head {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    padding: 8px 32px;
    position: relative;
  }
  .id-qa__head:before {
    content: "";
    background: url(https://www.sokamocka.com/common/img/id/q.png) no-repeat center;
    width: 28px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .id-qa__desc {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px 32px;
    position: relative;
  }
  .id-qa__desc:before {
    content: "";
    background: url(https://www.sokamocka.com/common/img/id/a.png) no-repeat center;
    width: 25px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .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: 16px;
    font-size: 1rem;
    white-space: normal;
    height: auto;
  }
  .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: 16px;
  }
  .oteire__how {
    font-size: 16px;
    font-size: 1rem;
    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: 20px 0 18px 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: 20px 0 18px 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;
    margin: 0 auto;
  }
  .item-list__head {
    background: #f8f8f1;
    padding: 16px 0 16px 32px;
    border-bottom: #efefef 1px solid;
    margin-bottom: 32px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  .item-list-nav {
    margin: 0 -16px;
  }
  .item-list-nav__list {
    padding: 0 16px 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .item-list-nav__link {
    background: #8b9b66;
    padding: 16px 8px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    display: block;
    position: relative;
  }
  .item-list-nav__link:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #8b9b66 transparent transparent transparent;
  }
  .item-list-nav__link-active {
    background: #a8b366;
  }
  .item-list-nav__link-active:after {
    border-color: #a8b366 transparent transparent transparent;
  }
  .item-list-nav__mini {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .item-list-box {
    padding: 32px 16px;
    border-bottom: 1px solid #c9c9c9;
  }
  .item-list-box__about {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
  }
  .item-list-box__img {
    width: 300px;
    border: 1px solid #cccccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 32px;
  }
  .item-list-box__img img {
    width: 100%;
    vertical-align: bottom;
  }
  .item-list-box__link {
    border: 1px solid #c9c9c9;
    text-align: center;
    position: relative;
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 0 16px;
    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: 16px;
    border-radius: 5px;
    width: 100%;
  }
  .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: 25px;
    -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;
    position: relative;
    box-shadow: 0px 4px #cc3366;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    padding: 20px 0 16px;
  }
  .item-list-box__link-normal:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(https://www.sokamocka.com/common/img/id/cart_btn.png) no-repeat center;
    background-size: contain;
  }
  .item-list-box__link-normal:after {
    display: none;
  }
  .item-list-box__link-teiki {
    background: #f16331;
    color: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 4px #b73f15;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    padding: 20px 0 16px;
  }
  .item-list-box__link-teiki:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(https://www.sokamocka.com/common/img/id/teiki_btn.svg) no-repeat center;
    background-size: contain;
  }
  .item-list-box__link-teiki:after {
    display: none;
  }
  .item-list-box__right {
    padding: 0 32px 0 0;
    max-width: 517px;
  }
  .item-list-box__right .id-about__upper {
    display: block;
  }
  .item-list-box__right .id-about__head {
    margin-bottom: 16px;
  }
  .item-list-box__desc {
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
  }
  .item-list-box__amount {
    margin: 8px 0;
    padding: 8px 0;
    border-top: 1px dashed #c9c9c9;
    border-bottom: 1px dashed #c9c9c9;
  }
  .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;
  }
  .LC_Page_Shopping_Deliv .header-top, .LC_Page_Shopping_Deliv .header, .LC_Page_Shopping_Deliv .header-bottom, .LC_Page_Shopping_Payment .header-top, .LC_Page_Shopping_Payment .header, .LC_Page_Shopping_Payment .header-bottom, .LC_Page_Shopping_Confirm .header-top, .LC_Page_Shopping_Confirm .header, .LC_Page_Shopping_Confirm .header-bottom, .LC_Page_Shopping_Complete .header-top, .LC_Page_Shopping_Complete .header, .LC_Page_Shopping_Complete .header-bottom, .LC_Page_Entry .header-top, .LC_Page_Entry .header, .LC_Page_Entry .header-bottom, .LC_Page_Regist_Complete .header-top, .LC_Page_Regist_Complete .header, .LC_Page_Regist_Complete .header-bottom {
    display: none;
  }
  .cart {
    line-height: 1.5;
  }
  .cart__head {
    padding: 16px 16px 8px;
    margin-bottom: 8px;
    font-size: 20px;
    font-size: 1.25rem;
    border-bottom: 1px solid #000;
  }
  .cart__subhead {
    padding: 8px 16px 8px;
    background: #f8f8f8;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  .cart__up-head {
    border-top: 2px solid #ddd;
    padding: 16px 8px 32px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cart__desc {
    margin-bottom: 16px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
  .cart-value .cart__desc {
    display: none;
  }
  .cart__link {
    text-align: left;
  }
  .cart__order {
    background: #e76495;
    color: #fff;
    padding: 16px 0;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    border-radius: 8px;
    box-shadow: 2px 4px #be376a;
    font-weight: bold;
    -webkit-order: 1;
    border: 0;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    order: 1;
  }
  .cart__order.sp {
    display: none;
  }
  .cart__order:hover {
    opacity: 0.7;
  }
  .cart__order-end {
    width: 370px;
    margin: 0 auto 16px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cart__order:after {
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 4.1667%;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .cart__order input {
    visibility: hidden;
    height: 0;
    width: 0;
    border: 0;
    padding: 0;
  }
  .cart__flex {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
  }
  .cart__next {
    background: #eab20c;
    color: #fff;
    padding: 16px 0;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    border-radius: 8px;
    box-shadow: 2px 4px #c69400;
    font-weight: bold;
    -webkit-order: 1;
    border: 0;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    order: 1;
  }
  .cart__next:hover {
    opacity: 0.7;
  }
  .cart__next-end {
    width: 370px;
    margin: 0 auto 16px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cart__next:after {
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 4.1667%;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .cart__next input {
    visibility: hidden;
    height: 0;
    width: 0;
    border: 0;
    padding: 0;
  }
  .cart__back {
    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: #fff;
    color: #000;
    margin-bottom: 32px;
    -webkit-order: 2;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    order: 2;
  }
  .cart__back:hover {
    opacity: 0.7;
  }
  .cart__back-short {
    max-width: 300px;
  }
  .cart__back-end {
    width: 370px;
    margin: 0 auto 16px;
    font-size: 16px;
    font-size: 1rem;
  }
  .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;
    width: 24px;
    vertical-align: -6px;
    margin-right: 8px;
  }
  .cart-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 64px;
  }
  .cart-header__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 8px 0;
  }
  .cart-news {
    padding: 16px 0 32px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  .cart-news__desc {
    margin-bottom: 16px;
    padding: 0 16px;
  }
  .cart-news__link {
    padding: 16px;
    color: #333;
    display: block;
  }
  .cart-news__err {
    padding: 16px;
    background: #fce9f0;
  }
  .cart-news__err .attention {
    text-decoration: underline;
    line-height: 1.75;
  }
  .attention.pink {
    text-decoration: underline;
    font-weight: bold;
    line-height: 1.75;
  }
  .cart-inside {
    max-width: 960px;
    margin: 0 auto 64px;
  }
  .cart-inside-md {
    max-width: 720px;
  }
  .cart-inside__wrapper {
    align-items: stretch;
  }
  .cart-inside__section {
    padding-right: 4.1667%;
  }
  .cart-caution {
    text-align: center;
    font-weight: bold;
  }
  .cart-caution__link {
    display: block;
    border: 1px solid #df266b;
    padding: 16px 0 8px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  .cart-caution__more {
    margin: 8px 0;
    display: block;
  }
  .cart-loop__title {
    font-size: 14px;
    font-size: 0.875rem;
    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;
  }
  .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__fav {
    background: #f8f8f8;
    text-align: center;
    position: relative;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    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%;
    margin-bottom: 16px;
  }
  .cart-loop__box {
    padding: 32px 0;
    margin-bottom: 32px;
    border-bottom: 1px dashed #ddd;
  }
  .cart-loop__box:first-child {
    border-top: 1px dashed #ddd;
  }
  .cart-loop__value {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 100%;
    text-align: right;
    justify-content: flex-end;
  }
  .cart-pull {
    text-align: right;
  }
  .cart-pull__select {
    font-size: 16px;
    font-size: 1rem;
    padding: 4px 8px;
  }
  .cart-contr {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    justify-content: center;
  }
  .cart-contr__fav {
    background: #f8f8f8;
    text-align: center;
    position: relative;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px;
    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-contr__delete {
    display: block;
    text-align: right;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 16px 0;
  }
  .cart-stage {
    background: #f8f8f1;
    padding: 16px 4.1667%;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .cart-value {
    padding: 24px 0;
    box-sizing: border-box;
  }
  .cart-value__inner {
    padding: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f8f8f1;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
  }
  .cart-value__inner-end {
    background: none;
    border: 0;
  }
  .cart-value__box {
    -webkit-order: 3;
    order: 3;
  }
  .cart-value__list {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .cart-value__list-sum {
    border-top: 1px solid #c9c9c9;
  }
  .cart-value__title {
    padding: 8px;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    flex-basis: 300px;
  }
  .cart-value__desc {
    padding: 8px;
    width: 100%;
    text-align: right;
    font-size: 16px;
    font-size: 1rem;
  }
  .cart-value__desc-sum {
    color: #df266b;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cart-value__sub {
    display: block;
    text-align: right;
    font-weight: bold;
    margin: 8px 0;
  }
  .cart-ship {
    padding: 16px 16px;
    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: 4px 8px;
    text-align: center;
    width: 70px;
    border: 1px solid #ddd;
    border-radius: 8px;
    float: right;
    color: #333;
  }
  .cart-ship__err {
    background: #fce9f0;
  }
  .cart-light {
    position: fixed;
    width: 620px;
    height: 60%;
    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-y: scroll;
    overflow-x: hidden;
  }
  .cart-light__close {
    position: absolute;
    left: -15px;
    top: -15px;
  }
  .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-payment__para {
    padding: 24px 0;
    border-bottom: dashed 1px #ddd;
  }
  .cart-radio {
    margin-bottom: 32px;
  }
  .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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .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: #f8f8f8;
    margin-right: 16px;
    width: 100%;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cart-coupon__submit {
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 16px;
  }
  .cart-select {
    padding: 32px 0;
    border-top: dashed 1px #ddd;
    align-items: center;
  }
  .cart-select__select {
    padding: 8px;
  }
  .cart-select__select option:active, .cart-select__select option:hover {
    background: #f8f8f1;
  }
  .cart-select-bnone {
    border-top: 0;
  }
  .delivdate .cart-select:first-child {
    border-top: 0;
  }
  .cart-mail {
    padding: 0 8px;
  }
  .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: 430px;
    padding: 32px 80px;
    font-size: 14px;
    font-size: 0.875rem;
    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;
    -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__right {
    width: 100%;
  }
  .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__flex {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .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;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .cart-password__submit:hover {
    opacity: 0.7;
  }
  .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;
    padding-right: 32px;
    padding-left: 32px;
    height: 100%;
  }
  .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;
    padding: 8px;
  }
  .login__address {
    margin-bottom: 16px;
  }
  .login__auto {
    margin-bottom: 32px;
    position: relative;
  }
  .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: 32px;
    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;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .login__button:hover {
    opacity: 0.7;
  }
  .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;
    margin-bottom: 8px;
  }
  .login__link:before {
    content: "";
    background: url(/common/img/main/question.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    background-size: contain;
    vertical-align: middle;
  }
  .login-upper {
    margin-bottom: 64px;
  }
  .login-first {
    padding-left: 32px;
    padding-right: 32px;
    height: 100%;
  }
  .login-member {
    font-weight: bold;
  }
  .login-member__bal {
    border: 2px solid #afcfd5;
    padding: 4% 2%;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    font-weight: bold;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    color: #555;
    height: 100%;
    font-size: 16px;
    font-size: 1rem;
  }
  .login-member__head {
    background: #afcfd5;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 20px;
    font-size: 1.25rem;
    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: 16px 48px 16px;
    margin-bottom: 32px;
    background: #fff;
  }
  .login-member__para {
    margin-bottom: 4px;
    font-size: 16px;
    font-size: 1rem;
  }
  .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;
    border-radius: 8px;
    box-shadow: 2px 4px #be376a;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .login-member__link:hover {
    opacity: 0.7;
  }
  .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 {
    margin-bottom: 32px;
    width: 100%;
  }
  .entry__th {
    font-size: 16px;
    font-size: 1rem;
    background: #f8f8f8;
    padding: 16px;
    border: 2px solid #ddd;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
  }
  .entry__td {
    font-size: 16px;
    font-size: 1rem;
    padding: 16px;
    border: 2px solid #ddd;
    text-align: left;
  }
  .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-wrap {
    flex-wrap: wrap;
  }
  .entry__list {
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .entry__label {
    font-weight: bold;
    white-space: nowrap;
    margin-right: 8px;
    display: block;
  }
  .entry__text {
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 16px;
    width: 100%;
  }
  .entry__desc-grey {
    background: #f8f8f8;
    padding: 16px;
  }
  .mypage-change_card #form1 .entry__thead {
    display: none;
  }
  .entry-end {
    padding: 32px 64px;
    width: 720px;
    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;
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    border-radius: 8px;
    box-shadow: 2px 4px #c69400;
    font-weight: bold;
    -webkit-order: 1;
    margin-left: 8px;
    order: 1;
    white-space: nowrap;
  }
  .zip__address-end {
    width: 370px;
    margin: 0 auto 16px;
    font-size: 16px;
    font-size: 1rem;
  }
  .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;
    margin-left: 8px;
    vertical-align: 2px;
  }
  .remind {
    display: none;
  }
  .remind__wrapper {
    border: 3px solid #f19ec2;
    padding: 16px 32px;
    max-width: 720px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 285px;
    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;
  }
  .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__date {
    text-align: center;
    margin: 16px 0;
  }
  .remind__grey {
    background: #f8f8f1;
    padding: 16px;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
  }
  .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: 30px;
    font-size: 1.875rem;
    font-weight: bold;
    background: #eee;
    line-height: 1;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 90px;
  }
  .review-box__desc {
    font-size: 17px;
    font-size: 1.0625rem;
    text-align: center;
    line-height: 2;
  }
  .review-box__product {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 650px;
    margin: 90px auto 60px;
    border: solid 3px #e5e5e5;
    background: #f1f1f1;
  }
  .review-box__product-head {
    font-size: 17px;
    font-size: 1.0625rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    width: 100px;
    padding: 15px 0;
    text-align: center;
  }
  .review-box__product-name {
    font-size: 17px;
    font-size: 1.0625rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 550px;
    padding: 15px 50px;
    background: #fff;
    line-height: 1.5;
  }
  .review-box__form {
    width: 800px;
    margin: 0 auto 80px;
  }
  .review-box__form-section {
    margin-bottom: 55px;
  }
  .review-box__form-head {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .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: 17px;
    font-size: 1.0625rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #dcdcdc solid;
    padding: 15px 25px;
    width: 100%;
    letter-spacing: 0.1em;
  }
  .review-box__form-name::placeholder, .review-box__form-comment::placeholder {
    color: #ccc;
  }
  .review-box__form-comment {
    height: 250px;
  }
  .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: 35px;
  }
  .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: 260px;
    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: 17px;
    font-size: 1.0625rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #dcdcdc solid;
    padding: 15px 25px;
  }
  .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: 500px;
    margin: 50px auto 0;
    border: solid 1px #000;
    font-size: 17px;
    font-size: 1.0625rem;
    text-align: center;
    padding: 15px 0;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    background: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .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;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .review-box__form-submit input + label:hover {
    background: #e2f0f1;
  }
  .review-box__form-submit input + label:hover:after {
    right: 10px;
  }
  .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__form-submit .back:hover:after {
    left: 10px;
  }
  .review-box__confirm {
    margin-bottom: 80px;
  }
  .review-box__confirm table {
    width: 650px;
    margin: 0 auto 60px;
  }
  .review-box__confirm th, .review-box__confirm td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    font-size: 1.0625rem;
    border-bottom: solid 1px #e5e5e5;
  }
  .review-box__confirm th {
    width: 150px;
    vertical-align: middle;
    text-align: left;
    padding: 20px 5px;
    font-weight: bold;
  }
  .review-box__confirm td {
    width: 500px;
    padding: 20px 25px;
    line-height: 1.8;
  }
  .review-box__complete .review-box__form-submit {
    padding-top: 80px;
  }
  .review-box__complete .review-box__form-submit .review-box__link {
    margin-top: 30px;
  }
  .review-box__link {
    display: block;
    width: 500px;
    margin: 0 auto 0;
    border: solid 1px #000;
    font-size: 17px;
    font-size: 1.0625rem;
    text-align: center;
    padding: 15px 0;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    background: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    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;
  }
  .review-box__link:hover {
    background: #e2f0f1;
  }
  .review-box__link:hover:after {
    right: 10px;
  }
  .header-sok-renew .after-none::after {
    content: none !important;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .header-sok-renew .header-bottom.active .header-bottom-under {
    border-top: none !important;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .header-sok-renew .header-bottom-under {
    border-top: solid 1px #f2f2f2;
  }
}
@media screen and (min-width: 768px) {
  .header-sok-renew .header-bottom-under .search-common.skincare .search__nav {
    display: flex;
    justify-content: space-between;
  }
  .header-sok-renew .header-bottom-under .search-common.skincare .search-under__link {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .header-sok-renew .header-bottom-under .search-common.skincare .search-under__link .name-search {
    padding: 0;
    padding-left: 15px;
  }
  .header-sok-renew .header-bottom-under .search-common.skincare .search-under__link img {
    height: auto;
  }
  .header-sok-renew .header-bottom-under .search-common.skincare .search__list {
    max-width: 330px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 60px;
  }
  .header-sok-renew .header-bottom-under .search-common.skincare .search__list .search__title {
    font-size: 16px;
  }
  .header-sok-renew .header-bottom-under .search-common.skincare .search__list .search__title:before {
    top: 11px !important;
  }
  .header-sok-renew .header-bottom-under .search-common.skincare .search__list .search-under__nav {
    display: block;
  }
  .header-sok-renew .header-bottom-under .search-common.skincare .search__list .search-under__list {
    width: 100%;
    padding: 0;
  }
  .header-sok-renew .header-bottom-under .search-common.skincare .search__list .search-under__list.pure-u-md-1-5 {
    background: #f8f8f8;
    position: relative;
  }
  .header-sok-renew .header-bottom-under .search-common.skincare .search__list .search-under__list.pure-u-md-1-5::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 .header-bottom-under .search-common.skincare .search__list.item-search {
    max-width: 440px;
    padding-left: 3%;
    border-left: 1px solid #f2f2f2;
    margin-left: 3%;
  }
  .header-sok-renew .header-bottom-under .search-common.skincare .purpose-line {
    padding: 0;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .header-sok-renew .header-bottom-under .search-common.skincare .purpose-line .pure-u-md-1-4 {
    width: 48%;
    position: relative;
  }
  .header-sok-renew .header-bottom-under .search-common.skincare .purpose-line .pure-u-md-1-4::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 .header-bottom-under .search-common.skincare .purpose-line .pure-u-md-1-4 .search-under__link {
    font-size: 15px;
  }
  .header-sok-renew .header-bottom-under .search-common.skincare .purpose-line .pure-u-md-1-4:nth-child(n+3) {
    margin-top: 20px;
  }
  .header-sok-renew .header__list-li {
    margin-left: 20px;
  }
  .header-sok-renew .line-search .pure-g {
    justify-content: space-between;
  }
  .header-sok-renew .teiki-otoku-link::after {
    content: none !important;
  }
  .header-sok-renew .teiki-otoku-link .header-bottom__link-ttl {
    position: relative;
  }
  .header-sok-renew .teiki-otoku-link .header-bottom__link-ttl::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);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .header-sok-renew .search__list .popular-items {
    width: 390px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .header-sok-renew .search__list .popular-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .header-sok-renew .search__list .popular-items-title {
    font-size: 18px !important;
    position: relative;
    width: 100%;
    line-height: 1;
    margin-top: 0px !important;
    padding-left: 25px;
    margin-bottom: 20px;
  }
  .header-sok-renew .search__list .popular-items-title::before {
    content: "";
    display: inline-block;
    width: 15px;
    border-top: solid 1px #333;
    position: absolute;
    left: 0;
    top: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .header-sok-renew .search__list .popular-items-title {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .header-sok-renew .search__list .popular-items-list {
    background: #ffffff;
    padding: 5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .header-sok-renew .search__list .popular-items-list {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .header-sok-renew .search__list .popular-items-list {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .header-sok-renew .search__list .popular-items-list-name {
    font-size: 14px;
    padding-left: 15px;
    width: 100%;
  }
  .header-sok-renew .search__list .popular-items-list-name .sub-title {
    font-size: 10px;
    letter-spacing: 1px;
    display: block;
    line-height: 1.5;
  }
  .header-sok-renew .search__list .popular-items-list-name img {
    margin: 0 auto;
    display: block;
    margin-top: 5px;
  }
  .header-sok-renew .search__list .popular-items-title {
    font-size: 16px;
    margin-top: 30px;
    font-weight: bold;
  }
  .header-sok-renew .search__list .popular-items-link {
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .header-sok-renew .search__list .popular-items-link img {
    width: 70px;
  }
  .header-sok-renew .search__list .popular-items .asmy-arrow::after {
    content: "";
    border-right: 1px solid #f9c4ce !important;
    border-bottom: 1px solid #f9c4ce !important;
  }
  .header-sok-renew .search__list .popular-items .popular-items-list {
    position: relative;
  }
  .header-sok-renew .search__list .popular-items .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 .header-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .header-sok-renew .header-bottom.active .header__logo img {
    width: 50%;
  }
  .header-sok-renew .pc-top-menu .pc-top-manu-brand {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .header-sok-renew .pc-top-menu .pc-top-menu__top-li {
    width: 42%;
  }
  .header-sok-renew .header__menuwapper {
    width: 100%;
  }
  .header-sok-renew .header__customer {
    width: 100%;
    text-align: right;
    padding-left: 0;
  }
  .header-sok-renew .header__customer .header__customer-off {
    margin-right: 0;
  }
  .header-sok-renew .header__customer .header__customer-name,
  .header-sok-renew .header__customer .header__customer-rank,
  .header-sok-renew .header__customer .header__customer-off {
    font-size: 13px;
  }
  .header-sok-renew .header__customer span {
    font-size: 13px;
    font-weight: normal;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .header-sok-renew .header__menu {
    height: auto !important;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .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 {
    font-size: 16px;
    color: #fff;
    text-align: center;
  }
  .pc-obi-info {
    background: #fafafa;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}