@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴシック", "Hiragino Sans", "segoe ui", "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  html {
    line-height: 1.7;
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 820px) {
  main {
    overflow-x: hidden;
  }
}

p {
  line-height: 1.7;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=text], input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: 100%;
}
input[type=text]:focus, input[type=search]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

@media screen and (min-width: 821px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}

figure {
  margin: 0;
  padding: 0;
}

img.visible--md {
  width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.5;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: 2.0512820513vw;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    margin: 0 1.2820512821vw;
    width: 2.0512820513vw;
    height: 2.0512820513vw;
  }
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
  }
}
.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.row-wrap {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (max-width: 820px) {
  .row-wrap {
    margin-bottom: 8.2051282051vw;
  }
}

.side-content {
  margin-right: 30px;
  width: 220px;
}

.main-content {
  width: 950px;
}
@media screen and (min-width: 769px) and (max-width: 1299px) {
  .main-content {
    width: 68vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .main-content {
    width: 57vw;
  }
}
@media screen and (max-width: 820px) {
  .main-content {
    width: 100%;
  }
}

.container {
  width: 100%;
  display: block;
}
@media screen and (max-width: 820px) {
  .container {
    min-width: 100%;
  }
}
.container__inner {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  max-width: 1300px;
}
@media screen and (max-width: 820px) {
  .container__inner {
    padding: 0 4.266%;
    max-width: 100%;
    min-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-search-container {
  padding: 3.8461538462vw 0;
}

.slider-container {
  margin-bottom: 32px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 820px) {
  .slider-container {
    margin-bottom: 8.2051282051vw;
    min-width: 100%;
  }
}

.caution-container {
  margin-bottom: 32px;
}
@media screen and (max-width: 820px) {
  .caution-container {
    margin-bottom: 6.1538461538vw;
  }
}

.tab-menu-container {
  margin-bottom: 48px;
}
@media screen and (max-width: 820px) {
  .tab-menu-container {
    margin-bottom: 7.1794871795vw;
  }
}
@media screen and (max-width: 820px) {
  .tab-menu-container__inner {
    padding: 0;
  }
}

.ranking-container {
  margin-bottom: 24px;
}
@media screen and (max-width: 820px) {
  .ranking-container {
    font-size: 8.2051282051vw;
  }
}

.reccommend-container {
  margin-bottom: 24px;
}
@media screen and (max-width: 820px) {
  .reccommend-container {
    margin-bottom: 3.8461538462vw;
  }
}

.future-container {
  margin-bottom: 48px;
}
@media screen and (max-width: 820px) {
  .future-container {
    margin-bottom: 8.2051282051vw;
  }
}

.products-container {
  margin-bottom: 48px;
}
@media screen and (max-width: 820px) {
  .products-container {
    margin-bottom: 8.2051282051vw;
  }
}

.footer {
  width: 100%;
  position: relative;
  padding-top: 84px;
}
@media screen and (max-width: 820px) {
  .footer {
    min-width: 100%;
    padding-top: 57px;
  }
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background: url(../img/common/ftr_bg_town.png) left top/contain no-repeat;
  height: 84px;
  top: 0;
}
@media screen and (max-width: 820px) {
  .footer::before {
    height: 57px;
    background-size: 100%;
  }
}
#rakuten .footer {
  width: 34%;
  margin: 0 auto;
}

.f-primary {
  padding: 32px 0;
  background: #18A384;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .f-primary {
    padding: 6.1538461538vw 0 0;
  }
}
.f-primary__inner {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  max-width: 1300px;
}
@media screen and (max-width: 820px) {
  .f-primary__inner {
    padding: 0;
    max-width: 100%;
    min-width: 100%;
  }
}

.f-logo {
  margin: 0 auto 35px;
  max-width: 131.4px;
}
@media screen and (max-width: 820px) {
  .f-logo {
    margin-bottom: 4.6153846154vw;
    max-width: 33.6923076923vw;
  }
}
.f-logo a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.f-logo a:hover {
  opacity: 0.7;
}

.f-heading {
  margin: 0 0 32px;
  font-family: "Yu Mincho", "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .f-heading {
    margin-bottom: 4.358974359vw;
    font-size: 6.1538461538vw;
  }
}

.f-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.f-guide__item {
  width: calc(33% - 9px);
}
.f-guide__item:not(:last-child) {
  margin-right: 19px;
}
@media screen and (max-width: 820px) {
  .f-guide__item {
    width: 100%;
  }
  .f-guide__item:not(:last-child) {
    margin-right: 0px;
  }
}
.f-guide__link {
  text-align: right;
}
.f-guide__link a {
  color: #000;
  background: #fff;
  display: inline-block;
  padding: 5px 20px;
  line-height: 1;
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}

.f-secondary {
  padding: 16px 0;
  background: #222;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .f-secondary {
    padding: 8.2051282051vw 0 2.0512820513vw;
  }
}

.header {
  width: 100%;
  /*   &__keyword {
      margin: 0;
      padding: 0;
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-end;
      list-style: none;
      font-size: 14px;
    } */
  /*   &__keyword-title {
      color: variable.$brand-accent01;
      font-weight: 600;
      display: flex;
      flex-flow: row wrap;
      align-items: center;

      &:after {
        margin: 0 19px 0 11px;
        content: "";
        display: block;
        width: 6px;
        height: 8px;
        background: url("../svg/icon_triangle.svg") center center no-repeat;
        background-size: cover;

      }
    } */
  /*   &__keyword-item {

      &:not(:last-child) {
        margin-right: 16px;
      }

      a {
        color: variable.$text-color;
        @include mixin.link-hover();
      }
    } */
}
@media screen and (max-width: 820px) {
  .header {
    min-width: 100%;
    background: #fff;
    border-top: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.15);
  }
}
.header__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 820px) {
  .header__inner {
    padding: 10px 0;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__item {
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-flow: column;
      flex-flow: column;
}
.header__item--primary {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  max-width: 223px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 820px) {
  .header__logo {
    max-width: 106px;
    position: static;
  }
}
.header__logo a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__search {
  margin-right: 32px;
  display: inline-block;
}
.header__text01 {
  margin-right: 32px;
  max-width: 76px;
}
.header__cart {
  margin-right: 3px;
  line-height: 1;
  width: 27px;
  height: 27px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__cart:hover {
  opacity: 0.7;
}

.h-toggle {
  width: 15.3846153846vw;
  height: 15.3846153846vw;
  position: absolute;
  top: 50%;
  line-height: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 821px) {
  .h-toggle {
    display: none;
  }
}
.h-toggle__menu {
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.h-toggle__menu--icon {
  width: 6.1538461538vw;
  height: 4.1025641026vw;
}
.h-toggle__cart {
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.h-toggle__cart--icon {
  width: 6.4102564103vw;
  height: 6.4102564103vw;
}

.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.drawer {
  padding: 20px 20px 0;
  width: 268px;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  z-index: 1;
  overflow-y: scroll;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.is-fixed .drawer {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.drawer__inner {
  height: 100%;
}

.drawer-overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.drawer-overlay:before {
  content: "";
  display: block;
  width: 10.7692307692vw;
  height: 10.7692307692vw;
  background: url("../svg/icon_close.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 2.5641025641vw;
  right: 2.5641025641vw;
}
.is-fixed .drawer-overlay {
  width: 100%;
  height: 100vh;
  opacity: 1;
}

.sidebar {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .sidebar__inner {
    padding-bottom: 20px;
  }
}
.sidebar__search {
  margin-bottom: 32px;
}
.sidebar__nav {
  margin-bottom: 32px;
}
.sidebar__price {
  margin-bottom: 32px;
}
.sidebar__thumb {
  margin-bottom: 32px;
}
.sidebar__category {
  margin-bottom: 32px;
}

.category_pickup {
  padding: 0;
}
.category_pickup li {
  width: 220px;
}
.category_pickup li:not(:last-of-type) {
  margin: 0 0 20px;
}

.prelusion {
  position: relative;
}
@media screen and (max-width: 820px) {
  .prelusion {
    width: 63.3333333333vw;
    min-width: 100%;
  }
}
.prelusion__inner {
  position: relative;
}
.prelusion__leaf {
  width: 0.5328571429;
  max-width: 746px;
  position: absolute;
  right: 0;
  top: -20px;
}
@media screen and (max-width: 820px) {
  .prelusion__leaf {
    width: 63.3333333333vw;
  }
}
.prelusion__ttl {
  width: 0.3485714286;
  max-width: 488px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 820px) {
  .prelusion__ttl {
    width: 63.5897435897vw;
    top: 40%;
  }
}
.prelusion__deco {
  position: absolute;
  width: 0.4385714286;
  max-width: 614px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 820px) {
  .prelusion__deco {
    width: 48.7179487179vw;
  }
}
.prelusion__bg img {
  width: 100%;
}
.prelusion__map {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 820px) {
  .prelusion__map {
    width: 43.0769230769vw;
    bottom: 20%;
  }
}
.prelusion__map::before {
  content: "";
  display: block;
  position: absolute;
  width: 148px;
  height: 189px;
  background: url(../img/index/prelusion_kogashi.png) center top/contain no-repeat;
  left: 30.4%;
  -webkit-animation: jump 2s 0s infinite;
          animation: jump 2s 0s infinite;
}
@media screen and (max-width: 820px) {
  .prelusion__map::before {
    -webkit-animation: jump_tab 2s 0s infinite;
            animation: jump_tab 2s 0s infinite;
    width: 15.1282051282vw;
    height: 72px;
  }
}
@media screen and (max-width: 414px) {
  .prelusion__map::before {
    -webkit-animation: jump_sp 2s 0s infinite;
            animation: jump_sp 2s 0s infinite;
    width: 15.1282051282vw;
    height: 72px;
  }
}
@-webkit-keyframes jump {
  0%, 100% {
    top: -4%;
  }
  50% {
    top: -6%;
  }
}
@keyframes jump {
  0%, 100% {
    top: -4%;
  }
  50% {
    top: -6%;
  }
}
@-webkit-keyframes jump_tab {
  0%, 100% {
    top: 5%;
  }
  50% {
    top: 7%;
  }
}
@keyframes jump_tab {
  0%, 100% {
    top: 5%;
  }
  50% {
    top: 7%;
  }
}
@-webkit-keyframes jump_sp {
  0%, 100% {
    top: -8%;
  }
  50% {
    top: -10%;
  }
}
@keyframes jump_sp {
  0%, 100% {
    top: -8%;
  }
  50% {
    top: -10%;
  }
}
.prelusion__text {
  color: #18A384;
  width: 0.7857142857;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0 80px;
  font-size: 1.375rem;
}
@media screen and (max-width: 1200px) {
  .prelusion__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 820px) {
  .prelusion__text {
    width: 92%;
    font-size: 0.875rem;
    padding: 20px 0 0;
  }
}

.historymap {
  padding: 40px 0 80px;
}
@media screen and (max-width: 820px) {
  .historymap {
    min-width: 100%;
    padding: 40px 0;
  }
}
.historymap__ttl {
  width: 92%;
  max-width: 773px;
  margin: 0 auto;
}
.historymap__map {
  width: 92%;
  max-width: 1176px;
  margin: 0 auto;
}

.access {
  position: relative;
  padding: 40px 4% 20px;
  width: 92%;
  max-width: 1000px;
  margin: 40px auto 0;
  border: 3px solid #18A384;
  border-radius: 15px;
}
@media screen and (max-width: 820px) {
  .access {
    margin: 60px auto 0;
    padding: 30px 8% 20px;
  }
}
.access__ttl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -26px;
  background: #18A384;
  color: #fff;
  display: inline-block;
  font-size: 1.625rem;
  padding: 5px 30px;
  border-radius: 50vw;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .access__ttl {
    font-size: 1.25rem;
    width: 70%;
    white-space: nowrap;
  }
}
.access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .access__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.access__list li {
  position: relative;
  width: 29.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 820px) {
  .access__list li {
    width: 100%;
  }
  .access__list li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.access__list li:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 1px dashed #707070;
  height: 100%;
  right: -10%;
}
@media screen and (max-width: 820px) {
  .access__list li:not(:last-of-type)::after {
    border-right: none;
    border-bottom: 1px dashed #707070;
    width: 100%;
    right: 0;
    bottom: -10px;
  }
}
.access__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.access__box figcaption {
  margin-left: 10%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .access__box figcaption {
    width: 50%;
    margin: 0;
  }
}
.access__box figcaption p {
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .access__box figcaption p {
    font-size: 0.875rem;
  }
}
.access__box h5 {
  font-size: 1.375rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 820px) {
  .access__box h5 {
    font-size: 1rem;
  }
}
.access__box img {
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 820px) {
  .access__box img {
    width: 25%;
    margin: 0 13% 0 7%;
  }
}

.charm {
  width: 100%;
  background: url(../img/index/charm_bg.jpg) center top/cover no-repeat;
  padding: 40px 0;
}
@media screen and (max-width: 820px) {
  .charm {
    min-width: 100%;
  }
}
.charm__inner {
  max-width: 1200px;
  width: 92%;
  background: #fff;
  margin: 0 auto;
  border-radius: 20px;
  padding: 60px 0 40px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .charm__inner {
    padding: 30px 0 20px;
  }
}
.charm__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 21.9285714286vw;
  height: 17.2142857143vw;
  max-width: 307px;
  max-height: 241px;
  background: url(../img/index/charm_deco.png) center top/100% no-repeat;
  right: 0;
  top: 2%;
}
@media screen and (min-width: 769px) and (max-width: 1299px) {
  .charm__inner::after {
    right: 5%;
  }
}
@media screen and (max-width: 820px) {
  .charm__inner::after {
    display: none;
  }
}
.charm__ttl {
  position: relative;
  width: 30.0714285714vw;
  max-width: 421px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .charm__ttl {
    width: 60%;
  }
}
.charm__ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 17.5vw;
  height: 8.7142857143vw;
  max-width: 245px;
  max-height: 122px;
  background: url(../img/index/charm_ttl01_pc.png) center top/contain no-repeat;
  left: -60%;
  top: -25px;
}
@media screen and (min-width: 769px) and (max-width: 1299px) {
  .charm__ttl::before {
    left: -65%;
  }
}
@media screen and (max-width: 820px) {
  .charm__ttl::before {
    background: url(../img/index/charm_ttl01_sp.png) center top/contain no-repeat;
    width: 96px;
    height: 61px;
    left: -80px;
    top: -55px;
  }
}
.charm__text {
  text-align: center;
  font-size: 1.375rem;
  margin: 30px auto 40px;
}
@media screen and (max-width: 820px) {
  .charm__text {
    font-size: 1rem;
    margin: 15px auto 30px;
  }
}
.charm__text span {
  color: #18A384;
}
.charm__list {
  width: 84%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .charm__list {
    width: 90%;
  }
}
.charm__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 820px) {
  .charm__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.charm__list li:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .charm__list li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.charm__list li:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -40px;
  background-image: linear-gradient(to right, #18A384, #18A384 5px, transparent 3px, transparent 8px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 820px) {
  .charm__list li:not(:last-of-type)::after {
    bottom: -25px;
  }
}
.charm__list li > div {
  width: 48.4%;
  text-align: justify;
  font-size: 1.125rem;
}
@media screen and (max-width: 820px) {
  .charm__list li > div {
    width: 100%;
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
.charm__list li > p {
  width: 46%;
}
@media screen and (max-width: 820px) {
  .charm__list li > p {
    width: 100%;
  }
  .charm__list li > p img {
    width: 100%;
  }
}
.charm .list__ttl {
  font-size: 2.125rem;
  letter-spacing: 2px;
  text-align: center;
  z-index: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .charm .list__ttl {
    font-size: 1.625rem;
    margin-bottom: 5px;
  }
}
.charm .list__ttl span {
  color: #18A384;
  font-size: 2.875rem;
  position: relative;
  z-index: 1;
  vertical-align: -5%;
}
@media screen and (max-width: 820px) {
  .charm .list__ttl span {
    font-size: 2.125rem;
  }
}
.charm .list__ttl span::before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -10px;
  background: #d4ebe6;
  width: 77px;
  height: 77px;
  border-radius: 50vw;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .charm .list__ttl span::before {
    width: 60px;
    height: 60px;
    left: -25px;
    bottom: -5px;
  }
}

.festa {
  padding: 60px 0 120px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .festa {
    min-width: 100%;
    padding: 30px 0 120px;
  }
}
.festa__ttl {
  width: 92%;
  max-width: 756px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 820px) {
  .festa__ttl {
    margin: 0 auto 30px;
  }
}
.festa__inner {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  position: relative;
}
.festa__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  background: #F5DDC8;
  position: relative;
}
@media screen and (max-width: 820px) {
  .festa__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.festa__list li:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .festa__list li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.festa__list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 83px;
  height: 95px;
  top: -42px;
  right: 23%;
  background: center top/contain no-repeat;
}
@media screen and (max-width: 820px) {
  .festa__list li::before {
    right: auto;
    left: 50%;
    top: -31px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 55px;
    height: 63px;
  }
}
.festa__list li:nth-of-type(1)::before {
  background-image: url(../img/index/festa_icon01.png);
}
.festa__list li:nth-of-type(2)::before {
  background-image: url(../img/index/festa_icon02.png);
}
.festa__list li:nth-of-type(3)::before {
  background-image: url(../img/index/festa_icon03.png);
}
.festa__pict {
  width: 47.9%;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .festa__pict {
    width: 100%;
  }
}
.festa__pict img {
  border-radius: 20px 0 0 20px;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .festa__pict img {
    max-width: 130%;
  }
}
@media screen and (max-width: 820px) {
  .festa__pict img {
    border-radius: 20px 20px 0 0;
    width: 100%;
  }
}
.festa__list__inner {
  width: 52.1%;
  padding: 30px;
  margin-top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 820px) {
  .festa__list__inner {
    width: 100%;
    padding: 25px 15px 15px;
    margin-top: 2%;
  }
}
.festa__list__ttl {
  text-align: center;
  font-size: 2.125rem;
  display: inline-block;
  margin: 0 auto 25px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1299px) {
  .festa__list__ttl {
    font-size: 1.375rem;
    margin: 0 auto 15px;
  }
}
.festa__list__ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  background-image: linear-gradient(to right, #F77300, #F77300 5px, transparent 3px, transparent 8px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}
.festa [data-ruby] {
  position: relative;
}
.festa [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  white-space: nowrap;
  top: -1em;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 0.4em;
}
@media screen and (max-width: 820px) {
  .festa [data-ruby]::before {
    font-size: 0.7em;
    top: -1.2em;
  }
}
.festa__list__text {
  font-size: 1.125rem;
  text-align: justify;
}
@media screen and (max-width: 1299px) {
  .festa__list__text {
    font-size: 0.875rem;
  }
  .festa__list__text br {
    display: none;
  }
}

[class*=festa__deco] {
  position: absolute;
  width: 22.3571428571vw;
  max-width: 313px;
}

.festa__deco01 {
  top: 20%;
  left: 15px;
}

.festa__deco02 {
  bottom: 22%;
  left: 25%;
}

.brand__circle {
  width: 100%;
  overflow: hidden;
  min-height: 200px;
  height: 20vh;
  position: relative;
  margin: 0 auto -110px;
}
@media screen and (max-width: 820px) {
  .brand__circle {
    min-width: 100%;
  }
}
.brand__circle::before {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  background: #270f04;
  min-height: 200px;
  height: 20vh;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 820px) {
  .brand__circle::before {
    min-height: 100px;
    height: 12vh;
  }
}

.brand {
  width: 100%;
  background: #270f04;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 820px) {
  .brand {
    min-width: 100%;
  }
}
.brand__inner {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  position: relative;
}
.brand__logo {
  width: 19.8571428571vw;
  position: absolute;
  left: 0;
  top: -140px;
}
@media screen and (max-width: 820px) {
  .brand__logo {
    width: 41.5384615385vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -165px;
  }
}
.brand__ttl {
  font-size: 2.125rem;
  line-height: 1.3;
}
@media screen and (max-width: 820px) {
  .brand__ttl {
    font-size: 1.125rem;
    padding-top: 20px;
  }
}
.brand__ttl span {
  display: block;
  color: #FFD403;
  font-size: 4rem;
}
@media screen and (max-width: 820px) {
  .brand__ttl span {
    font-size: 1.875rem;
  }
}
.brand__txtbox {
  max-width: 840px;
  margin: 40px auto;
}
@media screen and (max-width: 820px) {
  .brand__txtbox {
    margin: 20px auto;
  }
}
.brand__txtbox h4 {
  font-size: 2.125rem;
  position: relative;
  margin: 0 0 20px;
}
@media screen and (max-width: 820px) {
  .brand__txtbox h4 {
    font-size: 1.375rem;
    margin: 0 0 10px;
  }
}
.brand__txtbox h4::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  background-image: linear-gradient(to right, #fff, #fff 5px, transparent 3px, transparent 8px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
}
.brand__txtbox p {
  text-align: justify;
  font-size: 1.375rem;
}
@media screen and (max-width: 820px) {
  .brand__txtbox p {
    font-size: 1rem;
  }
}
.brand__pictbox {
  max-width: 1200px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .brand__pictbox {
    width: 100%;
  }
}
.brand__pict01 {
  margin: 0 0 0 12%;
  width: 55.7857142857vw;
  max-width: 781px;
}
@media screen and (max-width: 820px) {
  .brand__pict01 {
    width: 100%;
    margin: 0 0 30px;
  }
}
.brand__pict02 {
  width: 56.7142857143vw;
  max-width: 794px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .brand__pict02 {
    width: 100%;
  }
  .brand__pict02 img {
    margin-left: auto;
  }
}
.brand [class*=brand__deco] {
  position: absolute;
}
.brand .brand__deco01 {
  width: 16.7857142857vw;
  max-width: 235px;
  z-index: 5;
  -webkit-animation: anime_r 4s 0s infinite;
          animation: anime_r 4s 0s infinite;
  top: -2%;
  right: 2%;
}
@-webkit-keyframes anime_r {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes anime_r {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media screen and (min-width: 769px) and (max-width: 1299px) {
  .brand .brand__deco01 {
    right: 20%;
    width: 10%;
  }
}
@media screen and (max-width: 820px) {
  .brand .brand__deco01 {
    width: 36.6666666667vw;
    top: 0;
    right: 0;
  }
}
.brand .brand__deco02 {
  width: 11.6428571429vw;
  max-width: 163px;
  z-index: 5;
  -webkit-animation: anime_l 4s 0s infinite;
          animation: anime_l 4s 0s infinite;
  top: 30%;
  left: 0;
}
@-webkit-keyframes anime_l {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes anime_l {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media screen and (min-width: 769px) and (max-width: 1299px) {
  .brand .brand__deco02 {
    top: 50%;
    left: 10%;
    width: 7%;
  }
}
@media screen and (max-width: 820px) {
  .brand .brand__deco02 {
    width: 27.6923076923vw;
    top: 51%;
  }
}
.brand .brand__deco03 {
  width: 21.3571428571vw;
  max-width: 299px;
  bottom: 30%;
  z-index: 5;
  -webkit-animation: anime_r 4s 0s infinite;
          animation: anime_r 4s 0s infinite;
  top: auto;
  right: 1%;
}
@keyframes anime_r {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media screen and (min-width: 769px) and (max-width: 1299px) {
  .brand .brand__deco03 {
    right: 10%;
    width: 15%;
  }
}
@media screen and (max-width: 820px) {
  .brand .brand__deco03 {
    width: 42.8205128205vw;
    left: 0;
    bottom: -11%;
  }
}
.brand__btn {
  width: 25%;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 820px) {
  .brand__btn {
    width: 80%;
    padding: 120px 0 40px;
  }
}
.brand__btn a {
  position: relative;
  width: 100%;
  line-height: 1;
  display: block;
  color: #270f04;
  background: #FFD403;
  font-weight: bold;
  font-size: 1.375rem;
  border-radius: 50vw;
  padding: 15px 0;
}
@media screen and (max-width: 820px) {
  .brand__btn a {
    font-size: 1.125rem;
  }
}
.brand__btn a::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/index/brand_btn_deco.png) center top/contain no-repeat;
  width: 48px;
  height: 42px;
  top: -35px;
  left: -25px;
}
.brand__btn a .triangle {
  position: relative;
}
.brand__btn a .triangle::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #270f04;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.brand__btn a:hover .triangle::after {
  right: -25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.use {
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 820px) {
  .use {
    min-width: 100%;
    padding: 40px 0 50px;
  }
}
.use__inner {
  border: 3px solid #18A384;
  border-radius: 30px;
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  -webkit-box-shadow: 20px 20px 0 0px #d4ebe6;
          box-shadow: 20px 20px 0 0px #d4ebe6;
  padding: 20px 5% 60px;
}
@media screen and (max-width: 820px) {
  .use__inner {
    padding: 15px 3% 10px;
    -webkit-box-shadow: 8px 8px 0 0px #d4ebe6;
            box-shadow: 8px 8px 0 0px #d4ebe6;
  }
}
.use__ttl {
  width: 90%;
  max-width: 414px;
  margin: 0 auto;
}
.use__text {
  font-size: 1.375rem;
  margin: 20px auto;
  text-align: justify;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .use__text {
    font-size: 0.875rem;
  }
}
.use__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.use li {
  width: 31.3333333333%;
}
@media screen and (max-width: 820px) {
  .use li {
    width: 48%;
  }
}
.use li:nth-of-type(-n+3) {
  margin-bottom: 10px;
}
.use figcaption {
  margin-top: 5px;
}
@media screen and (max-width: 820px) {
  .use figcaption {
    font-size: 0.875rem;
    text-align: left;
    margin-left: 0.5rem;
  }
  .use figcaption br {
    display: none;
  }
}

.acc01__head {
  pointer-events: none;
}
@media screen and (max-width: 820px) {
  .acc01__head {
    pointer-events: auto;
    position: relative;
  }
  .acc01__head:before {
    content: "";
    display: block;
    width: 3.5897435897vw;
    height: 2.2051282051vw;
    background: url("../svg/icon_under-arrow.svg") center center no-repeat;
    background-size: cover;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 6.1538461538vw;
    -webkit-transform: translate(0%, -50%) rotate(0deg);
            transform: translate(0%, -50%) rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .acc01__head.is-active:before {
    -webkit-transform: translate(0%, -50%) rotate(-180deg);
            transform: translate(0%, -50%) rotate(-180deg);
  }
}
@media screen and (min-width: 821px) {
  .acc01__body {
    display: block !important;
  }
}
@media screen and (max-width: 820px) {
  .acc01__body {
    padding: 5.1282051282vw 4.1025641026vw;
    display: none;
  }
}
.acc01__heading {
  margin: 0 0 24px;
  padding: 8px 16px;
  background: #288C6B;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .acc01__heading {
    margin: 0;
    padding: 5.1282051282vw 6.1538461538vw;
    border-top: 0.2564102564vw #4da688 solid;
    font-size: 4.1025641026vw;
  }
}
.acc01__title {
  margin: 0 0 12px;
  padding: 4px 0 4px 16px;
  border-left: 3px #fff solid;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .acc01__title {
    margin-bottom: 3.0769230769vw;
    padding: 1.0256410256vw 0 1.0256410256vw 4.1025641026vw;
    border-width: 0.7692307692vw;
    font-size: 4.1025641026vw;
  }
}
.acc01__text-unit {
  margin-bottom: 32px;
  padding-left: 16px;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  .acc01__text-unit {
    padding: 0;
  }
}
@media screen and (max-width: 820px) {
  .acc01__text-unit p {
    font-size: 3.5897435897vw;
  }
}
.acc01__text-unit p:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 820px) {
  .acc01__text-unit p:not(:last-child) {
    margin-bottom: 6.1538461538vw;
  }
}

.head-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.head-bnr__item {
  width: calc(50% - 10px);
}
.head-bnr__item:nth-child(odd) {
  margin-right: 20px;
}
@media screen and (max-width: 820px) {
  .head-bnr__item {
    width: 100%;
  }
  .head-bnr__item:not(:last-child) {
    margin: 0 0 4.1025641026vw;
  }
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.btn-group .btn {
  margin: 0 10px 8px;
}
.btn-group--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-group--left .btn {
  margin: 0 10px 8px;
}
.btn-group--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group--center .btn {
  margin: 0 10px 8px;
}
.btn-group--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btn-group--right .btn {
  margin: 0 10px 8px;
}

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
}

.top-btn01 {
  padding: 20px 48px;
  background: #18A384;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-btn01:hover {
  opacity: 0.7;
}
@media screen and (max-width: 820px) {
  .top-btn01 {
    padding: 4.1025641026vw 8.2051282051vw;
    font-size: 3.5897435897vw;
    width: 100%;
  }
}
.top-btn01:after {
  display: inline-block;
  margin-left: 12px;
  content: "";
  width: 11px;
  height: 11px;
  background: url("../svg/icon_right-arrow.svg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .top-btn01:after {
    width: 2.8205128205vw;
    height: 2.8205128205vw;
  }
}

.sidebar-btn {
  margin: 0 0 16px;
  padding: 26px 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #18A384;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 820px) {
  .sidebar-btn {
    width: 100%;
  }
}
.sidebar-btn:after {
  margin-left: 12px;
  width: 12px;
  height: 12px;
  content: "";
  background: url("../svg/icon_right-arrow.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.top-spot-btn {
  display: inline-block;
  padding: 16px 32px;
  border: 1px #d2d2d2 solid;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-spot-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 820px) {
  .top-spot-btn {
    padding: 4.1025641026vw 6.1538461538vw;
    font-size: 3.5897435897vw;
  }
}
.top-spot-btn:after {
  margin-left: 10px;
  display: inline-block;
  width: 11px;
  height: 11px;
  content: "";
  background: url("../svg/icon_right-arrow.svg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .top-spot-btn:after {
    margin-right: 2.5641025641vw;
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
}

.is-btn-lg {
  min-width: 343px;
}
@media screen and (max-width: 820px) {
  .is-btn-lg {
    min-width: 100%;
  }
}

.caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.caution__title {
  margin: 0 24px 0 0;
  padding: 11px 24px;
  display: inline-block;
  background: #B02317;
  border-radius: 66px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .caution__title {
    margin: 0 0 4.1025641026vw;
    padding: 3.0769230769vw;
    width: 100%;
    font-size: 3.5897435897vw;
    text-align: center;
  }
}
.caution__text p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .caution__text p {
    font-size: 3.5897435897vw;
  }
}

.top-card-unit {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.top-card-unit .top-card-item {
  margin-bottom: 24px;
}
@media screen and (max-width: 820px) {
  .top-card-unit .top-card-item {
    margin-bottom: 3.5897435897vw;
  }
}
.top-card-unit .top-card-item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #222222;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-card-unit .top-card-item a:hover {
  opacity: 0.7;
}
.top-card-unit .top-card-item__thumb {
  margin-bottom: 16px;
  padding-top: 100%;
  position: relative;
}
@media screen and (max-width: 820px) {
  .top-card-unit .top-card-item__thumb {
    margin-bottom: 3.0769230769vw;
    padding-top: 41.2820512821vw;
  }
}
.top-card-unit .top-card-item__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-card-unit .top-card-item__text {
  margin-bottom: 12px;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .top-card-unit .top-card-item__text {
    font-size: 3.5897435897vw;
    margin-bottom: 2.0512820513vw;
  }
}
.top-card-unit .top-card-item__price {
  margin: auto 0 0;
  color: #B02318;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 820px) {
  .top-card-unit .top-card-item__price {
    font-size: 3.5897435897vw;
  }
}
.top-card-unit .top-card-item__ranking-icon {
  margin-bottom: 16px;
}
@media screen and (max-width: 820px) {
  .top-card-unit .top-card-item__ranking-icon {
    margin-bottom: 4.1025641026vw;
  }
}
.top-card-unit .top-card-item__ranking-icon img {
  margin: 0 auto;
  width: 50px;
  height: 40px;
}
@media screen and (max-width: 820px) {
  .top-card-unit .top-card-item__ranking-icon img {
    width: 12.8205128205vw;
    height: 10.2564102564vw;
  }
}
.top-card-unit .top-card-item__more-btn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-card-unit .top-card-item__more-btn a {
  height: auto;
}
.top-card-unit .top-card-item__more-btn--icon {
  margin: 0 auto 4.1025641026vw;
  width: 15.3846153846vw;
  height: 15.3846153846vw;
}
.top-card-unit .top-card-item__more-btn--text {
  color: #18A384;
  font-size: 4.1025641026vw;
  font-weight: 600;
}

.top-card-unit[data-cols="5"] .top-card-item {
  width: calc(20% - 20px);
}
@media screen and (min-width: 821px) {
  .top-card-unit[data-cols="5"] .top-card-item:not(:nth-child(5n)) {
    margin-right: 24px;
  }
}
@media screen and (max-width: 820px) {
  .top-card-unit[data-cols="5"] .top-card-item {
    width: 47%;
  }
  .top-card-unit[data-cols="5"] .top-card-item:not(:nth-child(2n)) {
    margin-right: 5.1282051282vw;
  }
}

.top-card-unit[data-cols="4"] .top-card-item {
  width: calc(25% - 18px);
}
@media screen and (min-width: 821px) {
  .top-card-unit[data-cols="4"] .top-card-item:not(:nth-child(4n)) {
    margin-right: 24px;
  }
}
@media screen and (max-width: 820px) {
  .top-card-unit[data-cols="4"] .top-card-item {
    width: 47%;
  }
  .top-card-unit[data-cols="4"] .top-card-item:not(:nth-child(2n)) {
    margin-right: 5.1282051282vw;
  }
}

.top-use-card {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (max-width: 820px) {
  .top-use-card {
    margin-top: 7.6923076923vw;
  }
}

.top-use-card-item {
  margin-bottom: 24px;
  width: calc(25% - 12px);
}
@media screen and (min-width: 821px) {
  .top-use-card-item:not(:nth-child(4n)) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 820px) {
  .top-use-card-item {
    margin-bottom: 4.1025641026vw;
    width: 47%;
  }
  .top-use-card-item:not(:nth-child(2n)) {
    margin-right: 5.1282051282vw;
  }
}
.top-use-card-item__thumb {
  margin-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .top-use-card-item__thumb {
    margin-bottom: 2.0512820513vw;
  }
}
.top-use-card-item__label {
  width: 35px;
  height: 35px;
  background: #18A384;
  border: 2px #fff solid;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 8px;
  left: 8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 820px) {
  .top-use-card-item__label {
    width: 8.4615384615vw;
    height: 8.4615384615vw;
    font-size: 3.3333333333vw;
    border-width: 0.5128205128vw;
    top: 1.0256410256vw;
    left: 1.0256410256vw;
  }
}
.top-use-card-item__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .top-use-card-item__title {
    font-size: 3.5897435897vw;
  }
}

.top-heading01 {
  margin-bottom: 24px;
  color: #EB7600;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .top-heading01 {
    margin-bottom: 6.1538461538vw;
    font-size: 5.1282051282vw;
  }
}

.top-heading02 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  .top-heading02 {
    font-size: 5.1282051282vw;
  }
}
.top-heading02 span {
  margin-right: 5px;
}

.sidebar-heading01 {
  margin-bottom: 24px;
  padding: 0 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*   border-left: 5px $brand-main solid; */
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}
.sidebar-heading01 span {
  margin-right: 10px;
}

.sidebar-list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.sidebar-list li {
  border-bottom: 1px #d2d2d2 dotted;
}
.sidebar-list li a {
  padding: 13px 16px;
  display: block;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-list li a:hover {
  background: #EDFFFC;
}
.sidebar-list li a figure {
  margin-right: 16px;
  display: inline-block;
  width: 42px;
  vertical-align: middle;
}
.sidebar-list li a figure img {
  width: 100%;
}
.sidebar-list__all-item {
  margin: 24px 0 0;
  width: 100%;
  color: #18A384;
  font-size: 16px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-list__all-item:hover {
  opacity: 0.7;
}
.sidebar-list__all-item:before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  background: url("../svg/icon-right-arrow-blue.svg") center center/cover no-repeat;
}
@media screen and (max-width: 820px) {
  .sidebar-list__all-item:before {
    width: 10px;
    height: 10px;
  }
}

.sidebar__category .sidebar-list li a {
  font-size: 13px;
  letter-spacing: -0.3px;
}

.sidebar-thumb-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-thumb-list li {
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-thumb-list li:hover {
  opacity: 0.7;
}
.sidebar-thumb-list li a {
  display: block;
}

.gnav {
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 5%;
}
.gnav__body {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gnav__item {
  padding: 0 8px;
  border-right: 1px #d2d2d2 solid;
  line-height: 1;
}
.gnav__item:last-child {
  padding-right: 0;
  border-right: none;
}
.gnav__item a {
  color: #18A384;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gnav__item a:hover {
  opacity: 0.7;
}

.f-nav__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.f-nav__item {
  padding: 0 8px;
  border-right: 1px #707070 solid;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .f-nav__item {
    padding: 0;
    margin: 0 5.1282051282vw 6.1538461538vw;
    border-right: none;
  }
}
.f-nav__item:last-child {
  padding-right: 0;
  border-right: none;
}
.f-nav__item a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.f-nav__item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 820px) {
  .f-nav__item a {
    font-size: 3.5897435897vw;
  }
}

.h-search {
  background: #FCEFF0;
  border: 1px #B02318 solid;
  border-radius: 6px;
  width: 342px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 820px) {
  .h-search {
    width: 51.7948717949vw;
  }
}
.h-search__input {
  padding: 0 17px;
  background: #FCEFF0;
  border: none;
  font-size: 16px;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.h-search__btn {
  width: 64px;
  height: 50px;
  background: #B02318;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.h-search__btn:hover {
  opacity: 0.7;
}
.h-search__btn img {
  width: 22px;
  height: 22px;
}

.search {
  background: #FCEFF0;
  border: 1px #B02318 solid;
  width: 342px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 820px) {
  .search {
    width: 100%;
  }
}
.search__input {
  padding: 0 12px;
  background: #FCEFF0;
  border: none;
  font-size: 12px;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 820px) {
  .search__input {
    padding: 0 3.0769230769vw;
    font-size: 3.0769230769vw;
  }
}
.search__btn {
  width: 36px;
  height: 36px;
  background: #B02318;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search__btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 820px) {
  .search__btn {
    width: 8.7179487179vw;
    height: 8.7179487179vw;
  }
}
.search__btn img {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 820px) {
  .search__btn img {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }
}

.side-search {
  background: #FCEFF0;
  border: 1px #B02318 solid;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.side-search__input {
  padding: 0 17px;
  background: #FCEFF0;
  border: none;
  font-size: 14px;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.side-search__btn {
  width: 50px;
  height: 48px;
  background: #B02318;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-search__btn:hover {
  opacity: 0.7;
}
.side-search__btn img {
  width: 22px;
  height: 22px;
}

.add__keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding: 30px 0;
}
@media screen and (max-width: 820px) {
  .add__keyword {
    max-width: 92%;
    margin-inline: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
  }
}
.add__keyword--title {
  color: #ce1700;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  .add__keyword--title {
    width: 100%;
  }
}
.add__keyword--title::after {
  margin: 0 19px 0 7px;
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  background: url(../svg/icon_triangle.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .add__keyword--title::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 9px;
    height: 12px;
  }
}
.add__keyword--item:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .add__keyword--item:not(:last-of-type) {
    margin-right: 6px;
  }
}
@media screen and (max-width: 820px) {
  .add__keyword--item {
    padding-top: 10px;
  }
}
.add__keyword a {
  color: #222;
  font-size: 14px;
  padding: 7px 10px 5px;
  background: #f7f7f7;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}

.slide-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 33.3571428571vw;
  max-width: 467px;
  z-index: 50;
  -webkit-animation: fade 5s 0s;
          animation: fade 5s 0s;
}
@media screen and (max-width: 820px) {
  .slide-logo {
    width: 228px;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slider {
  width: 100%;
  position: relative;
  height: 770px;
}
@media screen and (max-width: 820px) {
  .slider {
    height: 325px;
  }
}
.slider__item {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: slide 24s 0s infinite;
          animation: slide 24s 0s infinite;
  background: url(../img/index/kv01.jpg) center center/cover no-repeat;
}
.slider__item:nth-of-type(2) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  background: url(../img/index/kv02.jpg) center center/cover no-repeat;
  background-size: cover;
}
.slider__item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
  background: url(../img/index/kv03.jpg) center center/cover no-repeat;
  background-size: cover;
}
.slider__item:nth-of-type(4) {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
  background: url(../img/index/kv04.jpg) center center/cover no-repeat;
  background-size: cover;
}

/*スライドフェード*/
@-webkit-keyframes slide {
  0% {
    opacity: 0;
  }
  /*3秒目から　3/18*/
  18% {
    opacity: 1;
  }
  /*3秒かけてフェードイン 6/18*/
  33% {
    opacity: 18;
  }
  /*さらに3秒後にフェードアウト 9/18*/
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide {
  0% {
    opacity: 0;
  }
  /*3秒目から　3/18*/
  18% {
    opacity: 1;
  }
  /*3秒かけてフェードイン 6/18*/
  33% {
    opacity: 18;
  }
  /*さらに3秒後にフェードアウト 9/18*/
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.tab-unit {
  border: 1px #d2d2d2 solid;
  position: relative;
}
@media screen and (max-width: 820px) {
  .tab-unit {
    border: none;
    border-top: 1px #d2d2d2 solid;
  }
}
.tab-unit:before {
  display: none;
}
@media screen and (max-width: 820px) {
  .tab-unit:before {
    display: block;
    content: "";
    width: 6.9230769231vw;
    height: 1.4358974359vw;
    background: url("../svg/icon_tab-arrow.svg") center center no-repeat;
    background-size: cover;
    position: absolute;
    top: -2.5641025641vw;
    right: 2.0512820513vw;
    -webkit-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
  }
}

.tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (max-width: 820px) {
  .tab-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    overflow-x: auto;
    white-space: nowrap;
    border-bottom: 1px #E2F7FC solid;
  }
}
.tab-menu__item {
  padding: 10px 0 0;
  width: 8.3333333333%;
  height: 100px;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-menu__item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 820px) {
  .tab-menu__item {
    padding: 5px 0 0;
    min-width: 20.5128205128vw;
    height: 23.0769230769vw;
  }
}
.tab-menu__item:not(:last-child) {
  border-right: 1px #d2d2d2 solid;
}
.tab-menu__item.is-active {
  background: #EDFFFC;
  opacity: 1;
}
.tab-menu__item--all-item {
  padding: 5px;
}
@media screen and (max-width: 820px) {
  .tab-menu__item--all-item {
    padding: 2.5641025641vw;
  }
}
.tab-menu__thumb {
  margin: 0 auto 3px;
  width: 60px;
}
@media screen and (max-width: 820px) {
  .tab-menu__thumb {
    margin-bottom: 0.5128205128vw;
  }
}
.tab-menu__title {
  height: 34px;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2857;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  .tab-menu__title {
    height: 5.8974358974vw;
    font-size: 2.8205128205vw;
  }
}
.is-active .tab-menu__title {
  color: #EB7600;
}
.tab-menu__box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #18A384;
  border-radius: 6px;
}
.tab-menu__box a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-menu__box a:hover {
  opacity: 0.7;
}
.tab-menu__box p {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .tab-menu__box p {
    font-size: 2.5641025641vw;
  }
}

.tab-content {
  margin-top: -2px;
}

.tab-content-body {
  display: none;
  padding: 20px 20px 23px;
  background: #EDFFFC;
}
@media screen and (max-width: 820px) {
  .tab-content-body {
    padding: 6.1538461538vw 4.1025641026vw;
  }
}
.tab-content-body.is-show {
  display: block;
}
.tab-content-body__inner {
  margin: 0 -5px 24px;
}
@media screen and (max-width: 820px) {
  .tab-content-body__inner {
    margin: 0 -2.0512820513vw 1.5384615385vw;
  }
}

.tab-content-item-unit {
  zoom: 1;
}
.tab-content-item-unit:before, .tab-content-item-unit:after {
  content: "";
  display: table;
}
.tab-content-item-unit:after {
  clear: both;
}

.tab-content-item {
  margin: 0 5px 10px;
  width: calc(12.5% - 10px);
  float: left;
}
@media screen and (max-width: 820px) {
  .tab-content-item {
    margin: 0 8px 16px;
    width: calc(50% - 16px);
  }
}
@media screen and (min-width: 821px) {
  .tab-content-item[data-cols="2"] {
    width: calc(25% - 10px);
  }
}
.tab-content-item a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-content-item a:hover {
  opacity: 0.7;
}

.text-unit {
  margin-bottom: 2em;
}

.text-unit > *:last-child {
  margin-bottom: 0;
}

.margin0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

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

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

.margin-center {
  margin: 0 auto;
}

.mb--lg {
  margin-bottom: 70px;
}
@media screen and (max-width: 820px) {
  .mb--lg {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 414px) {
  .mb--lg {
    margin-bottom: 50px;
  }
}

.mb--md {
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .mb--md {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 414px) {
  .mb--md {
    margin-bottom: 20px;
  }
}

.mb--sm {
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .mb--sm {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 414px) {
  .mb--sm {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 820px) {
  .hidden--md {
    display: none !important;
  }
}

@media screen and (max-width: 414px) {
  .hidden--sm {
    display: none !important;
  }
}

.visible--md {
  display: none !important;
}
@media screen and (max-width: 820px) {
  .visible--md {
    display: block !important;
  }
}

.visible--sm {
  display: none !important;
}
@media screen and (max-width: 414px) {
  .visible--sm {
    display: block !important;
  }
}

.fade {
  opacity: 0;
}

.show {
  opacity: 1;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

/* 左へ */
.flipLeft {
  -webkit-animation-name: flipLeftAnime;
          animation-name: flipLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-perspective-origin: left center;
          perspective-origin: left center;
  opacity: 0;
}

@-webkit-keyframes flipLeftAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipLeftAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* 右へ */
.flipRight {
  -webkit-animation-name: flipRightAnime;
          animation-name: flipRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-perspective-origin: right center;
          perspective-origin: right center;
  opacity: 0;
}

@-webkit-keyframes flipRightAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipRightAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
/* .flipLeftTrigger,
.flipRightTrigger {
    opacity: 0;
}*/
.top-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-search__bnr {
  width: 39%;
}
.top-search__bnr a {
  display: block;
}
.top-search__search-unit {
  width: 56%;
}

.top-products-bnr {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-products-bnr--c01 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.top-products-bnr--c01:hover {
  opacity: 0.7;
}
.top-products-bnr__item {
  margin-bottom: 16px;
  width: calc(50% - 8px);
  /*     &:first-of-type {
        width: 100%;
      } */
}
@media screen and (max-width: 820px) {
  .top-products-bnr__item {
    width: 100%;
  }
}
.top-products-bnr__item:nth-child(even) {
  /*       margin-right: 16px; */
}
@media screen and (max-width: 820px) {
  .top-products-bnr__item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 820px) {
  .top-products-bnr__item:last-child {
    margin-bottom: 0;
  }
}
.top-products-bnr__item a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-products-bnr__item a:hover {
  opacity: 0.7;
}

.notice_eoy {
  width: min(94%, 1200px);
  margin: 0 auto 50px;
}

.bnr_fixed {
  position: fixed;
  z-index: 1;
  max-width: 110px;
}

.bnr_fixed-top01 {
  top: 100px;
}

.bnr_fixed-top02 {
  top: 320px;
}

.bnr_fixed a {
  display: block;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bnr_fixed a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bnr_fixed--left {
  left: 0;
}

.bnr_fixed--right {
  right: 0;
}/*# sourceMappingURL=style.css.map */
