@charset "UTF-8";
/* Show active breakpoint in top right corner of viewport */
@import url("//fonts.googleapis.com/css?family=Comfortaa");
/* IEハック用mixin */
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}

@-o-viewport {
  width: device-width;
  initial-scale: 1;
}

@viewport {
  width: device-width;
  initial-scale: 1;
}

/* Show active breakpoint in top right corner of viewport */
/* index.css */
body.top #contents-frame {
  padding: 0;
}

/* 大きなナビゲーションメニュー */
.big-navi {
  background-color: #d0d0d0;
}

@media (max-width: 47.9275em) {
  .big-navi {
    display: none;
  }
}

.big-navi-inner {
  background-color: #fff;
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}

@media (max-width: 39.99em) {
  .big-navi-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.big-navi-inner-header {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 39.99em) {
  .big-navi-inner-header {
    position: relative;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.big-navi-inner-header.layer-gray {
  position: relative;
}

.big-navi-inner-header.layer-gray:before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .6);
  content: '';
}

.big-navi-inner-header-image {
  margin: 0 auto;
  display: block;
}

.big-navi-inner-header-image .inner-image-space {
  min-height: 3em;
  margin: auto;
}

.big-navi-inner-header-image .inner-image-space img {
  display: block;
}

.big-navi-inner-header-image .menu-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
}

.big-navi-inner-header-image .menu-col .menu-col-inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.big-navi-inner-header-image .menu-col .menu-col-inner.hover .menu-title {
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
}

.big-navi-inner-header-image .menu-col .menu-col-inner .menu-flow.hover {
  display: block;
}

.big-navi-inner-header-image .menu-col .menu-col-inner .menu-flow:hover {
  display: block;
}

.big-navi-inner-header-image .menu-title {
  text-align: center;
  height: 3em;
  line-height: 3em;
  color: #333;
  font-weight: bold;
  text-shadow: 1px 1px 2px #ccc;
  text-decoration: none;
}

.big-navi-inner-header-image .menu-flow {
  display: none;
  position: absolute;
  width: 960px;
  top: 6em;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #111;
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  z-index: 10;
}

@media (max-width: 63.99em) {
  .big-navi-inner-header-image .menu-flow {
    width: 100%;
  }
}

.big-navi-inner-header-image .menu-flow .category-info {
  padding: 0.5em 0.5em 0;
}

.big-navi-inner-header-image .menu-flow .category-info a {
  display: inline-block;
}

.mega-menu-list-wrapper {
  width: 100%;
}

.mega-menu-list-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mega-menu-list-wrapper > ul li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  position: relative;
  border-bottom: thin solid #fff;
  border-right: thin solid #fff;
}

.mega-menu-list-wrapper > ul li:hover:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background-color: rgba(255, 255, 0, .2);
  pointer-events: none;
}

.mega-menu-list-wrapper > ul li:nth-child(4n) {
  border-left: none;
}

.mega-menu-list-wrapper > ul li > a {
  display: block;
}

.category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.category-wrap .cat {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.category-wrap .cat.cat-col-2 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.category-wrap .cat.cat-col-3 {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.category-wrap .cat.cat-col-4 {
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
}

.category-wrap .cat h3 {
  display: block;
  text-align: left;
  margin: 0;
  padding: 1em 0;
}

.category-wrap .cat .cat-col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 39.99em) {
  .category-wrap .cat .cat-col-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.category-wrap .cat .cat-col-wrapper .cat-col-one {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.category-wrap .cat .cat-col-wrapper .cat-col-one .cat-col-one-inner {
  padding: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
}

.category-wrap .cat .cat-col-wrapper .cat-col-one .cat-col-one-inner.no-border .cat-inner-title {
  border-left: transparent;
}

.category-wrap .cat .cat-col-wrapper .cat-col-one .cat-col-one-inner.no-border .cat-image {
  border-left: transparent;
}

.category-wrap .cat .cat-col-wrapper .cat-col-one .cat-col-one-inner.no-border .cat-list-wrap {
  border-left: transparent;
}

.category-wrap .cat .cat-col-wrapper .cat-col-one .cat-col-one-inner.no-border .cat-button-space {
  border-left: transparent;
}

.category-wrap .cat .cat-col-wrapper .cat-col-one .cat-col-one-inner .cat-inner-title {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.category-wrap .cat .cat-col-wrapper .cat-col-one .cat-col-one-inner .cat-inner-title.invisible {
  visibility: hidden;
}

.category-wrap .cat .cat-col-wrapper .cat-col-one .cat-col-one-inner .cat-inner-title img {
  margin: 0 auto;
}

.category-wrap .cat .cat-col-wrapper .cat-col-one .cat-col-one-inner .cat-image {
  border-left: thin solid #fff;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 12em;
  flex-basis: 12em;
  text-align: center;
}

.category-wrap .cat .cat-col-wrapper .cat-col-one .cat-col-one-inner .cat-image img {
  margin: 0 auto;
  max-height: 12em;
}

.category-wrap .cat .cat-col-wrapper .cat-col-one .cat-col-one-inner .cat-list-wrap {
  border-left: thin solid #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.category-wrap .cat .cat-col-wrapper .cat-col-one .cat-col-one-inner .cat-list-wrap .cat-list {
  font-size: 0.9em;
  padding: 0.5em;
}

.category-wrap .cat .cat-col-wrapper .cat-col-one .cat-col-one-inner .cat-list-wrap .cat-list a {
  color: #fff;
}

.category-wrap .cat .cat-col-wrapper .cat-col-one .cat-col-one-inner .cat-button-space {
  border-left: thin solid #fff;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  justify-self: flex-end;
  text-align: center;
}

.category-wrap .cat .cat-col-wrapper .cat-col-one .cat-col-one-inner .cat-button-space > a {
  display: inline-block;
  background-color: #fff;
  padding: 0.2em 0.8em;
  border-radius: 0.25em;
  margin-bottom: 0.5em;
  behavior: url(./lib/pie/PIE.htc);
}

/* 各セクション */
.section {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  /* ヘッダーデザイン */
}

.section.section-pickup h2 {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fb8200));
  background: linear-gradient(transparent 70%, #fb8200 70%);
}

.section.section-ranking {
  padding: 2em 0;
}

.section.section-ranking h2 {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fb8200));
  background: linear-gradient(transparent 70%, #fb8200 70%);
}

.section.section-sitemap {
  padding: 1em 0;
}

.section.section-sitemap h2 {
  padding: 1em 0;
}

.section.section-sitemap .section-sitemap-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.section.section-sitemap .section-sitemap-inner .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 39.99em) {
  .section.section-sitemap .section-sitemap-inner .sitemap {
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}

.section.section-sitemap .section-sitemap-inner .sitemap ul {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 20em;
  flex-basis: 20em;
  margin-bottom: 1.5em;
}

@media (max-width: 39.99em) {
  .section.section-sitemap .section-sitemap-inner .sitemap ul {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
}

@media (max-width: 29.99em) {
  .section.section-sitemap .section-sitemap-inner .sitemap ul {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}

.section.section-sitemap .section-sitemap-inner .sitemap ul li {
  padding: 0 0 0 1em;
  margin-bottom: 0.5em;
  position: relative;
}

.section.section-sitemap .section-sitemap-inner .sitemap ul li.parent {
  font-weight: bold;
  margin-bottom: 1em;
}

.section.section-sitemap .section-sitemap-inner .sitemap ul li.child {
  margin-left: 1em;
  font-size: 0.9em;
}

.section.section-sitemap .section-sitemap-inner .sitemap ul li.coming-soon:before {
  content: '準備中';
  display: inline-block;
  position: absolute;
  background-color: #ffff00;
  font-weight: bold;
  font-size: 0.9em;
  padding: 0.2em 0.5em;
  border-radius: 0.2em;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

@media (max-width: 29.99em) {
  .section.section-sitemap .section-sitemap-inner .sitemap ul li.coming-soon:before {
    right: 1em;
  }
}

.section.section-sitemap .section-sitemap-inner .sitemap ul li.coming-soon:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #ffff00;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3.35em;
  margin: auto;
  top: 0;
  bottom: 0;
}

@media (max-width: 29.99em) {
  .section.section-sitemap .section-sitemap-inner .sitemap ul li.coming-soon:after {
    right: 4.25em;
  }
}

.section.section-news {
  padding-bottom: 5em;
}

.section .header-news-date {
  text-align: left;
  font-size: 1.1em;
  padding: 0 0.5em;
  border-bottom: thin dotted #212529;
  font-weight: bold;
}

.section .news-body {
  padding: 3em 1em 6em;
}

.section .dot-liner-top {
  border-top: thin dotted #212529;
  padding-top: 0.5em;
}

.section .dot-liner-bottom {
  border-bottom: thin dotted #212529;
  padding-bottom: 0.5em;
}

.section .section-news-inner {
  background-color: #ccc;
  padding: 1.5em;
}

.section .section-news-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 39.99em) {
  .section .section-news-inner ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.section .section-news-inner ul li .news-date {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 10em;
  flex-basis: 10em;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media (max-width: 39.99em) {
  .section .section-news-inner ul li .news-date {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}

.section .section-news-inner ul li .news-date > span {
  display: block;
  -webkit-box-shadow: 3px 3px 0px 0px #848484;
  box-shadow: 3px 3px 0px 0px #848484;
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  padding: 4px 0;
  padding: 0.25rem 0;
  text-align: center;
}

@media (max-width: 39.99em) {
  .section .section-news-inner ul li .news-date > span {
    display: inline-block;
    padding: 0.25rem 2rem;
  }
}

.section .section-news-inner ul li .news-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.section .section-news-inner ul li .news-title > a {
  display: inline-block;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
}

@media (max-width: 39.99em) {
  .section .section-news-inner ul li .news-title > a {
    display: block;
    text-align: center;
  }
}

.section h2 {
  position: relative;
  margin: 0;
}

.section h2:before {
  display: inline-block;
  content: '';
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
}

.section h2.icon-news:before {
  background: url(../img/common/img-index-icon_02.png) no-repeat;
  background-size: cover;
}

.section h2.icon-order:before {
  background: url(../img/common/img-index-icon_05.png) no-repeat;
  background-size: cover;
}

.section h2.icon-item:before {
  background: url(../img/common/img-index-icon_01.png) no-repeat;
  background-size: cover;
}

/* スライダーメニュー */
.slider-main-space {
  position: relative;
  max-width: 1280px;
  margin: 0 auto 3em;
}

.slider-main-space .slider-main-wrapper {
  text-align: center;
}

.slider-main-space .slider-main-wrapper .slider-main img {
  max-width: 100%;
  height: auto;
}

.slider-main-space .slick-list {
  position: relative;
}

.slider-main-space .slick-list:before {
  display: block;
  position: absolute;
  content: '';
  background-color: rgba(255, 255, 255, .8);
  width: 160px;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}

.slider-main-space .slick-list:after {
  display: block;
  position: absolute;
  content: '';
  background-color: rgba(255, 255, 255, .8);
  width: 160px;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}

@media (max-width: 47.9275em) {
  .slider-main-space .slick-list:before {
    width: 80px;
  }
  .slider-main-space .slick-list:after {
    width: 80px;
  }
}

@media (max-width: 29.99em) {
  .slider-main-space .slick-list:before {
    width: 0px;
  }
  .slider-main-space .slick-list:after {
    width: 0px;
  }
}

.slider-section {
  padding: 16px 32px;
  padding: 1rem 2rem;
}

.slider-section li {
  padding: 0 0.5em;
}

.slick-prev-xl, .slick-next-xl {
  border: thin solid #adb5bd;
  width: 48px;
  width: 3rem;
  height: 96px;
  height: 6rem;
  cursor: pointer;
  border-radius: 1.5rem;
}

.slick-prev-xl:before, .slick-next-xl:before {
  font-weight: bold;
  color: #212529;
  font-size: 48px;
  font-size: 3rem;
  z-index: 1;
  font-family: monospace;
}

.slick-prev-xl {
  left: -48px;
  left: -3rem;
}

.slick-prev-xl:before {
  content: '<';
}

@media (max-width: 63.99em) {
  .slick-prev-xl {
    left: 0;
  }
}

.slick-next-xl {
  right: -48px;
  right: -3rem;
}

.slick-next-xl:before {
  content: '>';
}

@media (max-width: 63.99em) {
  .slick-next-xl {
    right: 0;
  }
}
