@charset "UTF-8";
* {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: border-box;
}

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

ul[role="list"], ol[role="list"] {
  list-style: none;
}

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

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

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: .01ms !important;
    animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴシック", "Hiragino Sans", "segoe ui", "メイリオ", Meiryo, YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.7;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  html {
    line-height: 1.7;
    font-size: 15px;
  }
}

@media screen and (max-width: 414px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  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 {
  box-shadow: none;
  outline: none;
}

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

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("/gold/_shop_53398/assets/fonts/material-design-icons/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("/gold/_shop_53398/assets/fonts/material-design-icons/MaterialIcons-Regular.woff2") format("woff2"), url("/gold/_shop_53398/assets/fonts/material-design-icons/MaterialIcons-Regular.woff") format("woff"), url("/gold/_shop_53398/assets/fonts/material-design-icons/MaterialIcons-Regular.ttf") format("truetype");
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

/*休暇告知*/
.holiday_closed {
  max-width: 1000px;
  width: 94%;
  margin: 40px auto;
}
@media screen and (max-width: 769px) {
  .holiday_closed {
    margin: 20px auto 3;
  }
}

/*一時受付停止のご案内*/
.period_stop {
  max-width: 1200px;
  width: 92%;
  text-align: center;
  border: 1px solid #d2d2d2;
  margin: 0 auto 3%;
  padding: 20px;
}
.period_stop h3 {
  color: #B02317;
  margin-bottom: 10px;
}
.period_stop p:not(:last-of-type) {
  margin-bottom: 15px;
}
.period_stop h4 + p {
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  .period_stop {
    text-align: justify;
    font-size: 0.85rem;
  }
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: 2.13333vw;
  }
}

.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.33333vw;
    width: 2.13333vw;
    height: 2.13333vw;
  }
}

.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.13333vw;
    height: 2.13333vw;
  }
}

.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.row-wrap {
  margin-bottom: 48px;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .row-wrap {
    margin-bottom: 8.53333vw;
  }
}

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

.main-content {
  width: 950px;
}

@media screen and (max-width: 768px) {
  .main-content {
    width: 100%;
  }
}

.container {
  width: 100%;
  min-width: 1300px;
  display: block;
}

@media screen and (max-width: 768px) {
  .container {
    min-width: 100%;
  }
}

.container__inner {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  max-width: 1300px;
  min-width: 1300px;
}

@media screen and (max-width: 768px) {
  .container__inner {
    padding: 0 4.266%;
    max-width: 100%;
    min-width: 100%;
    justify-content: center;
  }
}

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

.slider-container {
  margin-bottom: 32px;
  width: 100%;
  min-width: 1300px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .slider-container {
    margin-bottom: 8.53333vw;
    min-width: 100%;
  }
}

.caution-container {
  margin-bottom: 32px;
}

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

.tab-menu-container {
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .tab-menu-container {
    margin-bottom: 7.46667vw;
  }
}

@media screen and (max-width: 768px) {
  .tab-menu-container__inner {
    padding: 0;
  }
}

.ranking-container {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .ranking-container {
    font-size: 8.53333vw;
  }
}

.reccommend-container {
  margin-bottom: 24px;
}

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

.future-container {
  margin-bottom: 48px;
}

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

.products-container {
  margin-bottom: 48px;
}

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

.spot-container {
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .spot-container {
    margin-bottom: 8.53333vw;
    width: calc(100vw + 1px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.footer {
  width: 100%;
  min-width: 1300px;
}

@media screen and (max-width: 768px) {
  .footer {
    min-width: 100%;
  }
}

.footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  background: url("../img/common/f-pict.jpg") no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .footer:before {
    background: url("../img/common/f-pict_sp.jpg") no-repeat center center/cover;
  }
}

#rakuten .footer:before {
  width: 34%;
  margin: 0 auto;
}

.f-primary {
  padding: 32px 0;
  background: #0053A6;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .f-primary {
    padding: 6.4vw 0 0;
  }
}

.f-primary__inner {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  max-width: 1300px;
  min-width: 1300px;
}

@media screen and (max-width: 768px) {
  .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: 768px) {
  .f-logo {
    margin-bottom: 4.8vw;
    max-width: 35.04vw;
  }
}

.f-logo a {
  display: block;
  transition: all 0.3s ease;
}

.f-logo a:hover {
  opacity: 0.7;
}

.f-heading {
  margin: 0 0 32px;
  font-family: "Hiragino Mincho Pro W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, serif;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: .2em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .f-heading {
    margin-bottom: 4.53333vw;
    font-size: 6.4vw;
  }
}

.f-guide {
  display: flex;
  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: 768px) {
  .f-guide__item {
    width: 100%;
  }
  .f-guide__item:not(:last-child) {
    margin-right: 0px;
  }
}

.f-secondary {
  padding: 16px 0;
  background: #222;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .f-secondary {
    padding: 8.53333vw 0 2.13333vw;
  }
}

.f-guide__link {
  text-align: right;
}
.f-guide__link a {
  color: #000;
  text-decoration: none;
  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));
}





.header {
  padding: 0 0 22px;
  width: 100%;
  min-width: 1300px;
  border-top: 5px #0053A6 solid;
}

@media screen and (max-width: 768px) {
  .header {
    min-width: 100%;
    padding: 4vw 0;
    background: #fff;
    border-top: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.15);
  }
}

.header__inner {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  max-width: 1300px;
  min-width: 1300px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 4.266%;
    max-width: 100%;
    min-width: 100%;
    justify-content: center;
  }
}

.header__item {
  display: flex;
  flex-flow: row wrap;
  flex-flow: column;
}

.header__item--primary {
  justify-content: space-between;
}

.header__head {
  margin: 12px 0 32px;
}

.header__body {
  margin-bottom: 19px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
}

.header__label {
  max-width: 230px;
}

.header__label a {
  display: block;
  transition: all 0.3s ease;
}

.header__label a:hover {
  opacity: 0.7;
}

.header__logo {
  width: 100%;
  max-width: 320px;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 50.13333vw;
  }
}

.header__logo a {
  display: block;
  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__info {
  margin-right: 36px;
  max-width: 186px;
  transition: all 0.3s ease;
}

.header__info:hover {
  opacity: 0.7;
}

.header__cart {
  margin-right: 3px;
  line-height: 1;
  width: 27px;
  height: 27px;
  transition: all 0.3s ease;
}

.header__cart:hover {
  opacity: 0.7;
}

.header__keyword {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  list-style: none;
  font-size: 14px;
}

.header__keyword-title {
  color: #B02318;
  font-weight: 600;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.header__keyword-title: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;
}

.header__keyword-item:not(:last-child) {
  margin-right: 16px;
}

.header__keyword-item a {
  color: #222222;
  transition: all 0.3s ease;
}

.header__keyword-item a:hover {
  opacity: 0.7;
}

.h-toggle {
  width: 16vw;
  height: 16vw;
  position: absolute;
  top: 50%;
  line-height: 1;
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .h-toggle {
    display: none;
  }
}

.h-toggle__menu {
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.h-toggle__menu--icon {
  width: 6.4vw;
  height: 4.26667vw;
}

.h-toggle__cart {
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.h-toggle__cart--icon {
  width: 6.66667vw;
  height: 6.66667vw;
}

.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;
  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;
  transition: opacity .5s;
}

.drawer-overlay:before {
  content: "";
  display: block;
  width: 11.2vw;
  height: 11.2vw;
  background: url("../svg/icon_close.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 2.66667vw;
  right: 2.66667vw;
}

.is-fixed .drawer-overlay {
  width: 100%;
  height: 100vh;
  opacity: 1;
}

.sidebar {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .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 {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.category_pickup li:not(:last-of-type) { margin: 0 0 30px;}
.category_pickup figure {
  width: 100%;
  height: auto;
}
.category_pickup li a:hover {
  opacity: 0.7;
}
.category_pickup li a {
  display: block;
  transition: all 0.3s ease;
}

.acc01__head {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .acc01__head {
    pointer-events: auto;
    position: relative;
  }
  .acc01__head:before {
    content: "";
    display: block;
    width: 3.73333vw;
    height: 2.29333vw;
    background: url("../svg/icon_under-arrow.svg") center center no-repeat;
    background-size: cover;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 6.4vw;
    -webkit-transform: translate(0%, -50%) rotate(0deg);
    transform: translate(0%, -50%) rotate(0deg);
    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: 769px) {
  .acc01__body {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .acc01__body {
    padding: 5.33333vw 4.26667vw;
    display: none;
  }
}

.acc01__heading {
  margin: 0 0 24px;
  padding: 8px 16px;
  background: #004386;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .acc01__heading {
    margin: 0;
    padding: 5.33333vw 6.4vw;
    border-top: 0.26667vw #578FC6 solid;
    font-size: 4.26667vw;
  }
}

.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: 768px) {
  .acc01__title {
    margin-bottom: 3.2vw;
    padding: 1.06667vw 0 1.06667vw 4.26667vw;
    border-width: 0.8vw;
    font-size: 4.26667vw;
  }
}

.acc01__text-unit {
  margin-bottom: 32px;
  padding-left: 16px;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .acc01__text-unit {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .acc01__text-unit p {
    font-size: 3.73333vw;
  }
}

.acc01__text-unit p:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .acc01__text-unit p:not(:last-child) {
    margin-bottom: 6.4vw;
  }
}

.head-bnr {
  display: flex;
  flex-flow: row wrap;
}

.head-bnr__item {
  width: calc(100%/2 - 10px);
}

.head-bnr__item:nth-child(odd) {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .head-bnr__item {
    width: 100%;
  }
  .head-bnr__item:not(:last-child) {
    margin: 0 0 4.26667vw;
  }
}

.btn-group {
  display: flex;
  -js-display: flex;
  flex-flow: row wrap;
}

.btn-group .btn {
  margin: 0 10px 8px;
}

.btn-group--left {
  display: flex;
  -js-display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.btn-group--left .btn {
  margin: 0 10px 8px;
}

.btn-group--center {
  display: flex;
  -js-display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.btn-group--center .btn {
  margin: 0 10px 8px;
}

.btn-group--right {
  display: flex;
  -js-display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.btn-group--right .btn {
  margin: 0 10px 8px;
}

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

.top-btn01 {
  padding: 20px 48px;
  background: #007EEB;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.top-btn01:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .top-btn01 {
    padding: 4.26667vw 8.53333vw;
    font-size: 3.73333vw;
    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: 768px) {
  .top-btn01:after {
    width: 2.93333vw;
    height: 2.93333vw;
  }
}

.sidebar-btn {
  margin: 0 0 16px;
  padding: 26px 24px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background: #000;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.sidebar-btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .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%);
} */

.sidebar-btn__fav {
  position: relative;
  box-sizing: border-box;
  margin-top: 10px;
}
.sidebar-btn__fav a {
  text-align: center;
  text-decoration: none;
  font-size: 14px;
/*   font-weight: bold; */
  background: #ffd835;
  padding:  10px 10px 10px 20px;
  display: block;
  width: 90%;
  color: #000;
  line-height: 1;
  margin: 0 auto;
  border-radius: 6px;
}
.sidebar-btn__fav::before,
.sidebar-btn__fav::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.sidebar-btn__fav::after {
  content: "★";
  left: 30px;
/*   font-size: 10px; */
  color: #bf0000;
}

.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;
  transition: all 0.3s ease;
}

.top-spot-btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .top-spot-btn {
    padding: 4.26667vw 6.4vw;
    font-size: 3.73333vw;
  }
}

.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: 768px) {
  .top-spot-btn:after {
    margin-right: 2.66667vw;
    width: 2.66667vw;
    height: 2.66667vw;
  }
}

.is-btn-lg {
  min-width: 343px;
}

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

.caution {
  display: flex;
  flex-flow: row wrap;
  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: 768px) {
  .caution__title {
    margin: 0 0 4.26667vw;
    padding: 3.2vw;
    width: 100%;
    font-size: 3.73333vw;
    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: 768px) {
  .caution__text p {
    font-size: 3.73333vw;
  }
}

.top-card-unit {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}

.top-card-unit .top-card-item {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .top-card-unit .top-card-item {
    margin-bottom: 3.73333vw;
  }
}

.top-card-unit .top-card-item a {
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  flex-direction: column;
  color: #222222;
  text-decoration: none;
  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: 220px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-card-unit .top-card-item__thumb {
    margin-bottom: 3.2vw;
    padding-top: 42.93333vw;
  }
}

.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: 768px) {
  .top-card-unit .top-card-item__text {
    font-size: 3.73333vw;
    margin-bottom: 2.13333vw;
  }
}

.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: 768px) {
  .top-card-unit .top-card-item__price {
    font-size: 3.73333vw;
  }
}

.top-card-unit .top-card-item__ranking-icon {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .top-card-unit .top-card-item__ranking-icon {
    margin-bottom: 4.26667vw;
  }
}

.top-card-unit .top-card-item__ranking-icon img {
  margin: 0 auto;
  width: 50px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .top-card-unit .top-card-item__ranking-icon img {
    width: 13.33333vw;
    height: 10.66667vw;
  }
}

.top-card-unit .top-card-item__more-btn {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: 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.26667vw;
  width: 16vw;
  height: 16vw;
}

.top-card-unit .top-card-item__more-btn--text {
  color: #007EEB;
  font-size: 4.26667vw;
  font-weight: 600;
}

.top-card-unit[data-cols="5"] .top-card-item {
  width: calc(20% - 20px);
}

@media screen and (min-width: 769px) {
  .top-card-unit[data-cols="5"] .top-card-item:not(:nth-child(5n)) {
    margin-right: 24px;
  }
}

@media screen and (max-width: 768px) {
  .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.33333vw;
  }
}

.top-card-unit[data-cols="4"] .top-card-item {
  width: calc(25% - 18px);
}

@media screen and (min-width: 769px) {
  .top-card-unit[data-cols="4"] .top-card-item:not(:nth-child(4n)) {
    margin-right: 24px;
  }
}

@media screen and (max-width: 768px) {
  .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.33333vw;
  }
}

.top-use-card {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .top-use-card {
    margin-top: 8vw;
  }
}

.top-use-card-item {
  margin-bottom: 24px;
  width: calc((100% / 3) - 12px);
}

@media screen and (min-width: 769px) {
  .top-use-card-item:not(:nth-child(3n)) {
    margin-right: 16px;
  }
}

@media screen and (max-width: 768px) {
  .top-use-card-item {
    margin-bottom: 4.26667vw;
    width: 47%;
  }
  .top-use-card-item:not(:nth-child(2n)) {
    margin-right: 5.33333vw;
  }
}

.top-use-card-item__thumb {
  margin-bottom: 12px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-use-card-item__thumb {
    margin-bottom: 2.13333vw;
  }
}

.top-use-card-item__label {
  width: 35px;
  height: 35px;
  background: #0053A6;
  border: 2px #fff solid;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 8px;
  left: 8px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .top-use-card-item__label {
    width: 8.8vw;
    height: 8.8vw;
    font-size: 3.46667vw;
    border-width: 0.53333vw;
    top: 1.06667vw;
    left: 1.06667vw;
  }
}

.top-use-card-item__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .top-use-card-item__title {
    font-size: 3.73333vw;
  }
}

.top-heading01 {
  margin-bottom: 24px;
  color: #EB7600;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-heading01 {
    margin-bottom: 6.4vw;
    font-size: 5.33333vw;
  }
}

.top-heading02 {
  margin-bottom: 24px;
  padding: 10px 16px;
  border-left: 7px #0053A6 solid;
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .top-heading02 {
    padding: 0.53333vw 0 0.53333vw 2.93333vw;
    font-size: 5.33333vw;
    border-width: 1.33333vw;
  }
}

.top-heading02--bg {
  background: #0053A6;
  color: #fff;
  border-radius: 6px;
}

.sidebar-heading01 {
  margin-bottom: 24px;
  padding: 0 0 0 16px;
  border-left: 5px #000 solid;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}

.iframe-header {
  width: 100%;
  min-width: 1300px;
}

@media screen and (max-width: 768px) {
  .iframe-header {
    min-width: 100%;
  }
}

.iframe-bnr {
  width: 100%;
  min-width: 1300px;
}

@media screen and (max-width: 768px) {
  .iframe-bnr {
    min-width: 100%;
  }
}

.iframe-tabs {
  width: 100%;
  min-width: 1300px;
}

@media screen and (max-width: 768px) {
  .iframe-tabs {
    min-width: 100%;
  }
}

.iframe-footer {
  width: 100%;
  min-width: 1300px;
}

@media screen and (max-width: 768px) {
  .iframe-footer {
    min-width: 100%;
  }
}

figure {
  margin: 0;
  padding: 0;
}

.sidebar-list {
  margin: 0;
  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;
  transition: all 0.3s ease;
}

.sidebar-list li a:hover {
/*   background: #E2F7FC; */
  background: #ffd83580;
}

.sidebar-list li a figure {
  margin-right: 16px;
  display: inline-block;
/*   width: 32px;
  height: 32px; */
  width:43px;
  height: 43px;
  overflow: hidden;
  border-radius: 50vw;
  vertical-align: middle;
}

.sidebar-list li a figure img {
  width: 100%;
}

.sidebar-list__all-item {
  margin: 24px 0 0;
  width: 100%;
  display: inline-block;
/*   color: #007EEB; */
  color: #000;
  font-weight: bold;
  padding-right: 20px;
  font-size: 16px;
  text-align: right;
  text-decoration: none;
  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: 10px;
  height: 10px;
  background: url("../svg/icon-right-arrow-blue.svg") center center no-repeat;
  background-size: cover;
} */

.sidebar-list__icon {
  position: relative;
}
.sidebar-list__icon::after {
  content:"";
  display: block;
  position: absolute;
  background: #000;
  height: calc(tan(60deg) * 13px / 2);
  width: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sidebar-thumb-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-thumb-list li {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}

.sidebar-thumb-list li:hover {
  opacity: 0.7;
}

.sidebar-thumb-list li a {
  display: block;
}

.gnav__body {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  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: #222222;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.gnav__item a:hover {
  opacity: 0.7;
}

.f-nav__body {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.f-nav__item {
  padding: 0 8px;
  border-right: 1px #707070 solid;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .f-nav__item {
    padding: 0;
    margin: 0 3.2vw 6.4vw;
    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;
  transition: all 0.3s ease;
}

.f-nav__item a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .f-nav__item a {
    font-size: 3.73333vw;
  }
}

.h-search {
  background: #FCEFF0;
  border: 1px #B02318 solid;
  border-radius: 6px;
  width: 342px;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .h-search {
    width: 53.86667vw;
  }
}

.h-search__input {
  padding: 0 17px;
  background: #FCEFF0;
  border: none;
  font-size: 16px;
  line-height: 1;
  flex: 1 1 auto;
}

.h-search__btn {
  width: 64px;
  height: 50px;
  background: #B02318;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  cursor: pointer;
  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: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .search {
    width: 100%;
  }
}

.search__input {
  padding: 0 12px;
  background: #FCEFF0;
  border: none;
  font-size: 12px;
  line-height: 1;
  flex: 1 1 auto;
}

@media screen and (max-width: 768px) {
  .search__input {
    padding: 0 3.2vw;
    font-size: 3.2vw;
  }
}

.search__btn {
  width: 36px;
  height: 36px;
  background: #B02318;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search__btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .search__btn {
    width: 9.06667vw;
    height: 9.06667vw;
  }
}

.search__btn img {
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 768px) {
  .search__btn img {
    width: 4vw;
    height: 4vw;
  }
}

.side-search {
  background: #FCEFF0;
  border: 1px #B02318 solid;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.side-search__input {
  padding: 0 17px;
  background: #FCEFF0;
  border: none;
  font-size: 14px;
  line-height: 1;
  flex: 1 1 auto;
}

.side-search__btn {
  width: 50px;
  height: 48px;
  background: #B02318;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  cursor: pointer;
  transition: all 0.3s ease;
}

.side-search__btn:hover {
  opacity: 0.7;
}

.side-search__btn img {
  width: 22px;
  height: 22px;
}

.slider {
  margin: 0;
  padding: 0;
  line-height: 0;
  position: relative;
}

.slider:before {
  content: "";
  display: block;
  width: 440px;
  height: 40px;
  background: url("../img/index/mv-item.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .slider:before {
    width: 70.4vw;
    height: 6.4vw;
  }
}

.slider__item {
  margin: 0;
  padding: 0;
  height: 500px;
  position: relative;
  outline: none;
}

@media screen and (max-width: 768px) {
  .slider__item {
    height: 40vw;
  }
}

.slider__item img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.spot-slider {
  margin: 0;
  padding: 0;
  line-height: 0;
  position: relative;
}

.spot-slider__item {
  margin: 0;
  padding: 0;
  outline: none;
}

.tab-unit {
  border: 1px #d2d2d2 solid;
  position: relative;
}

@media screen and (max-width: 768px) {
  .tab-unit {
    border: none;
    border-top: 1px #d2d2d2 solid;
  }
}

.tab-unit:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .tab-unit:before {
    display: block;
    content: '';
    width: 7.2vw;
    height: 1.49333vw;
    background: url("../svg/icon_tab-arrow.svg") center center no-repeat;
    background-size: cover;
    position: absolute;
    top: -2.66667vw;
    right: 2.13333vw;
    -webkit-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
  }
}

.tab-menu {
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .tab-menu {
    flex-flow: row nowrap;
    overflow-x: auto;
    white-space: nowrap;
    border-bottom: 1px #E2F7FC solid;
  }
}

.tab-menu__item {
  padding: 11px 0 0;
  width: calc(100% / 12);
  height: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-menu__item:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .tab-menu__item {
    min-width: 21.33333vw;
    height: 21.33333vw;
  }
}

.tab-menu__item:not(:last-child) {
  border-right: 1px #d2d2d2 solid;
}

.tab-menu__item.is-active {
  background: #E2F7FC;
  opacity: 1;
}

.tab-menu__item--all-item {
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .tab-menu__item--all-item {
    padding: 2.66667vw;
  }
}

.tab-menu__thumb {
  margin: 0 auto 7px;
  width: 40px;
}

@media screen and (max-width: 768px) {
  .tab-menu__thumb {
    margin-bottom: 0.8vw;
    width: 8.53333vw;
  }
}

.tab-menu__title {
  height: 34px;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2857;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .tab-menu__title {
    height: 6.13333vw;
    font-size: 2.93333vw;
  }
}

.is-active .tab-menu__title {
  color: #EB7600;
}

.tab-menu__box {
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #0053A6;
  border-radius: 6px;
}

.tab-menu__box a {
  display: block;
  text-decoration: none;
  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: 768px) {
  .tab-menu__box p {
    font-size: 2.66667vw;
  }
}

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

.tab-content-body {
  display: none;
  padding: 20px 20px 23px;
  background: #E2F7FC;
}

@media screen and (max-width: 768px) {
  .tab-content-body {
/*     padding: 6.4vw 4.26667vw; */
  padding: 6.4vw;
  }
}

.tab-content-body.is-show {
  display: block;
}

.tab-content-body__inner {
  margin: 0 -5px 24px;
}

@media screen and (max-width: 768px) {
  .tab-content-body__inner {
    margin: 0 -2.13333vw 1.6vw;
  }
}

.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;
}

/*20220602追記*/
@media screen and (max-width: 768px) {
  .tab-content-item-unit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tab-content-item-unit:before, .tab-content-item-unit:after {
    display: none;
  }
}/*//20220602追記*/

.tab-content-item {
  margin: 0 5px 10px;
  width: calc(100% / 8 - 10px);
  float: left;
}

@media screen and (max-width: 768px) {
  .tab-content-item {
/*     margin: 0 8px 16px; */
/*     width: calc(100% / 2 - 16px); */
    margin: 0 0 4%;
    width: calc((100% - 4%) / 2);
    float: none;
  }
}

@media screen and (min-width: 769px) {
  .tab-content-item[data-cols="2"] {
    width: calc(100% / 4 - 10px);
  }
}

.tab-content-item a {
  display: block;
  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;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold !important;
}

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

.nowrap {
  white-space: nowrap !important;
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.margin0 {
  margin: 0 !important;
}

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

@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .mb--sm {
    margin-bottom: 15px;
  }
}

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

.w100p {
  width: 100%;
}

.max-w70p {
  max-width: 70%;
}

@media screen and (max-width: 768px) {
  .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: 768px) {
  .visible--md {
    display: block !important;
  }
}

.visible--sm {
  display: none !important;
}

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

.position-relative {
  position: relative;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

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

.d-table {
  display: table !important;
}

.d-flex {
  display: flex !important;
  -js-display: flex !important;
}

.d-inline {
  display: inline !important;
}

.top-search {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.top-search__bnr {
  width: 39%;
}

.top-search__bnr a {
  display: block;
}

.top-search__search-unit {
  width: 56%;
}

.top-future-bnr__item {
  width: 100%;
}

.top-future-bnr__item:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .top-future-bnr__item:not(:last-child) {
    margin-bottom: 4.26667vw;
  }
}

.top-future-bnr__item a {
  display: block;
  transition: all 0.3s ease;
}

.top-future-bnr__item a:hover {
  opacity: 0.7;
}

.top-notice-bnr {
  list-style-type: none;
  display: flex;
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0;
  justify-content: space-between;
}
.top-notice-bnr a {
  opacity: 1;
  transition: .3s;
}

.top-notice-bnr a:hover {
  opacity: .7;
  transition: .3s;
}

.top-products-bnr {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
}

.top-notice-bnr__item {
  width: calc(50% - 10px);
}

.top-products-bnr__item {
  margin-bottom: 16px;
/*   width: calc(50% - 8px); */
  width: 100%;
}
.top-products-bnr__item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top-products-bnr__item {
    width: 100%;
  }
}

/* .top-products-bnr__item:nth-child(odd) {
  margin-right: 16px;
} */

@media screen and (max-width: 768px) {
  .top-products-bnr__item:nth-child(odd) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .top-products-bnr__item:last-child {
    margin-bottom: 0;
  }
}

.top-products-bnr__item a {
  display: block;
  transition: all 0.3s ease;
}

.top-products-bnr__item a:hover {
  opacity: 0.7;
}

.top-spot-media {
  display: flex;
  flex-flow: row wrap;
}

.top-spot-media__item {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .top-spot-media__item {
    width: 100%;
  }
}

.top-spot-media__content {
  padding: 48px 40px 37px;
  height: 100%;
  background: #222222;
  display: flex;
  flex-flow: row wrap;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .top-spot-media__content {
    flex-direction: row;
    justify-content: center;
    padding: 8.53333vw 4.26667vw 8.53333vw;
  }
}

.top-spot-media__title {
  margin-bottom: 18px;
  font-family: "Hiragino Mincho Pro W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, serif;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .top-spot-media__title {
    margin-bottom: 6.4vw;
    font-size: 5.33333vw;
  }
}

.top-spot-media__text-unit {
  margin-bottom: 20px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top-spot-media__text-unit {
    margin-bottom: 6.4vw;
  }
}

@media screen and (max-width: 768px) {
  .top-spot-media__text-unit p {
    font-size: 3.73333vw;
  }
}

/*スクロール追従バナー*/
.bnr_fixed {
  position: fixed;
  top: 30%;
  z-index: 1;
  max-width: 110px;
}
.bnr_fixed a {
  display: block;
  opacity: 1;
  transition: .3s;
}
.bnr_fixed a:hover {
  opacity: .7;
  transition: .3s;
}
.bnr_fixed--left {
  left: 0;
}
.bnr_fixed--right {
  right: 0;
}

/*事業者様リスト設定*/
.list-heading-sp {
  display: none;
}
.list-container {
  margin-bottom: 7%;
}
.list-container .top-heading02 span {
  font-size: 16px;
}
.list-container ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  align-items: center;
  padding: 0;
  font-size: 16px;
}
.list-container ul li {
  width: calc( (100% - 4%) / 3);
  margin-bottom: 10px;
}

.list-container ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  background: #0053A6;
  width: 100%;
  height: 100%;
  padding: 15px 0 15px 20px;
  border-radius: 50vw;
  opacity: 1;
  transition: .3s;
}
/*〜SPまで*/
@media screen and (min-width: 769px) {
  .list-container ul li:not(:nth-of-type(3n)) {
    margin-right: 2%;
  }
  .list-container ul li a:hover {
    opacity: .5;
    transition: .3s;
  }
}

.list-container ul li a::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
}
@media screen and (max-width: 768px) {
  .list-heading-sp {
    position: relative;
    display: block;
    padding: 26px 24px;
    width: 100%;
    background: #0053A6;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
  }
  .list-container .top-heading02 span {
    font-size: 14px;
  }
  .list-heading-sp + ul {
    display: none;
  }
  .list-container ul li {
    width: 100%;
    margin-bottom: 0;
  }
  .list-container ul li a {
    color: #000;
    background: none;
    padding: 10px;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
  }
  .list-container ul li a::before {
    right: 10px;
    border-left: 5px solid #ddd;
  }
  .list-container ul li:first-of-type a {
    border-top: 1px solid #eee;
  }
}


/*追加キーワード*/
.add__keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  list-style: none;
}
@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;
}

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


/*トップお知らせ*/
.notice * {
margin: 0;
padding: 0;
text-align: center;
padding: 5px;
font-weight: bold;
}
.notice {
width: min(90%, 1200px);
margin: 30px auto;
border: 1px solid #B02317;
}
.notice h4 {
background: #B02317;
color: #fff;
font-weight: bold;
padding: 5px;
font-size: 25px;
}
.notice h5 {
  font-weight: bold;
  padding-bottom: 0;
  font-size: 18px;
  color: #B02317;
}
.notice h5 + p {
  margin-top: -5px;
}
.notice p.bg {
  background: #fff8e0;
}
.notice p.large {
  font-size: 130%;
}
@media only screen and (max-width: 769px) {
.notice p { text-align: justify;}
/* .notice br { display: none;} */
}

/*お詫びについて*/
.apology {
  width: min(92%, 1200px);
  margin: 0 auto 30px;
}
.apology a {
  color: #a5221a;
  text-decoration: none;
  font-size: 18px;
  display: block;
  padding: 10px;
  position: relative;
  width: 100%;
  border: 1px solid #a5221a;
  border-radius: 6px;
  background: #fee9e9;
  text-align: center;
  font-weight: bold;
  transition: .3s;
}
.apology_allow {
  width: 18px;
  height: 4px;
  background: #a5221a;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}
.apology_allow::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 4px solid #a5221a;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  transition: .3s;
}
.apology a:hover {
  background: #a5221a;
  color: #fff;
  transition: .3s;
}
.apology a:hover .apology_allow {
  background: #fff;
}
.apology a:hover .apology_allow::before {
  border: 4px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transition: .3s;
}
/*# sourceMappingURL=style.css.map */
