@charset "UTF-8";
@media screen and (min-width: 1201px) {
  body {
    -ms-overflow-x: hidden;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1200px) {
  body {
    width: 1200px;
  }

  .bg-nami {
    max-width: 100%;
    overflow: hidden;
  }
}
/*
* 共通パーツ
*/
.top-common-title {
  display: flex;
  justify-content: flex-start;
  line-height: 1.4;
  min-height: 40px;
  margin: 0 0 20px;
  padding: 0 0 6px;
  align-items: center;
  border-bottom: 3px solid #56CCF2;
}
.top-common-title .main-title {
  display: block;
  font-size: 20px;
  color: #1B1B1B;
}
.top-common-title .sub-title {
  display: block;
  font-size: 12px;
  color: #56CCF2;
  margin-left: 1em;
  font-weight: normal;
}

.main-column section {
  margin-bottom: 60px;
}

/*
* サイドバー
*/
.image-in-list .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.image-in-list .inner .round-image {
  width: 32px;
  margin-right: 12px;
}
.image-in-list .inner .text {
  padding: 0 1em 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.side__cateNav {
  margin-top: 30px;
}

/*
* フッター
*/
.long-nav {
  width: 600px;
  max-width: 600px;
  flex: 0 0 600px;
}

.nav-flex {
  display: flex;
}
.nav-flex ul {
  width: 150px;
}
.nav-flex ul:nth-of-type(1) {
  width: 124px;
}
.nav-flex ul:nth-of-type(2) {
  width: 250px;
}

/*
* メインスライダー
*/
.mainSliderSec .slick-dots {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  bottom: 0;
  margin: 0px 0 0;
}
.mainSliderSec .slick-dots li {
  width: calc(20% - 10px);
  margin: 12px 12px 0 0;
  height: auto;
}
.mainSliderSec .slick-dots li:nth-of-type(5n) {
  margin-right: 0;
}
.mainSliderSec .slick-dots li.slick-active {
  opacity: 0.7;
}

/*
* トップページ
*/
.top-banner {
  background: url("../images/common/ptn_bg01.png") #F7F6F4 no-repeat top 50% left 50%/cover;
  padding: 50px 0 77px;
}

.top-banner .bnrList{
  justify-content: center;
}
.itemList .itemList__unit .itemWrap .text-block {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.itemList .itemList__unit .itemWrap .text-block .itemName {
  font-size: 14px;
  padding: 0;
}
.itemList .itemList__unit .itemWrap .text-block .itemPrice {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}
.itemList .itemList__unit .itemWrap .more-link {
  font-weight: bold;
  text-align: right;
  font-size: 12px;
}
.itemList .itemList__unit .itemWrap .more-link .icon {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #1681CC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -2px;
  margin: 0 0 0 3px;
}
.itemList .itemList__unit .itemWrap .more-link .icon:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top center;
  position: relative;
  top: 2px;
}

.itemList--ranking .itemList__unit:nth-child(1):before, .itemList--ranking .itemList__unit:nth-child(2):before, .itemList--ranking .itemList__unit:nth-child(3):before {
  background: url("../images/common/oukan.png") rgba(255, 255, 255, 0) no-repeat top 50% left 50%/contain;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 0;
}
.itemList--ranking .itemList__unit:nth-child(1):nth-child(2):before, .itemList--ranking .itemList__unit:nth-child(2):nth-child(2):before, .itemList--ranking .itemList__unit:nth-child(3):nth-child(2):before {
  background-image: url("../images/common/oukan2.png");
}
.itemList--ranking .itemList__unit:nth-child(1):nth-child(3):before, .itemList--ranking .itemList__unit:nth-child(2):nth-child(3):before, .itemList--ranking .itemList__unit:nth-child(3):nth-child(3):before {
  background-image: url("../images/common/oukan3.png");
}

.bg-beige {
  background: url("../images/common/ptn_beige.jpg") rgba(255, 255, 255, 0) repeat top 50% left 50%/315px auto;
  padding: 70px 0 30px;
}

.bg-blue {
  background-color: rgba(22, 129, 204, 0.1);
  padding: 70px 0 70px;
}

.bg-nami {
  width: 1200px;
  margin: auto;
  position: relative;
}
.bg-nami:before, .bg-nami:after {
  content: "";
  background: url("../images/common/nami.png") rgba(255, 255, 255, 0) no-repeat top 50% left 50%/contain;
  display: block;
  width: 360px;
  height: 400px;
  position: absolute;
  top: -50px;
  left: -340px;
  z-index: 0;
}
.bg-nami:after {
  left: auto;
  right: -340px;
}
.bg-nami .container {
  position: relative;
  z-index: 1;
}
.bg-nami.-ptn2:before, .bg-nami.-ptn2:after {
  top: -73px;
}

.itemList a.itemWrap {
  padding: 0;
  background: none;
  border: none;
  transform: translate(0px, 0px);
}
.itemList a.itemWrap:hover {
  box-shadow: none;
  background: none;
  transform: translate(0px, 0px);
}

.banner-list {
  display: block;
  margin-top: -20px;
}
.banner-list li {
  display: block;
  margin-top: 50px;
}
.banner-list li a {
  display: block;
  width: 100%;
}

.section_ranking {
  margin: 80px 0 0;
}

.section_category {
  margin: 70px 0 90px;
}

.section_campaign {
  margin: 20px 0 50px;
}
.section_campaign .bnrList {
  margin: 40px -15px -20px;
}

.section_news {
  margin-bottom: 50px;
}
.section_news .newsList {
  margin-top: 20px;
}
.section_news .newsList--typeB {
  border: none;
  height: auto;
}
.section_news .newsList--typeB .newsList__body {
  padding: 0;
}
.section_news .newsList--typeB .newsList__body ul,
.section_news .newsList--typeB .newsList__body td[align=center] {
  height: auto !important;
  overflow: visible;
  padding: 0;
}
.section_news .newsList--typeB .newsList__body ul li,
.section_news .newsList--typeB .newsList__body ul table,
.section_news .newsList--typeB .newsList__body td[align=center] li,
.section_news .newsList--typeB .newsList__body td[align=center] table {
  border-bottom: #DFDFDF 1px solid;
  padding: 9px 0 10px;
  width: 100%;
}
.section_news .newsList--typeB .newsList__body ul li tr,
.section_news .newsList--typeB .newsList__body ul table tr,
.section_news .newsList--typeB .newsList__body td[align=center] li tr,
.section_news .newsList--typeB .newsList__body td[align=center] table tr {
  width: 100%;
}

.conceptA {
  padding: 60px 0;
  margin-bottom: 0;
}
.conceptA .container {
  padding: 60px 20px;
}
.conceptA .h2C {
  margin-bottom: 20px;
}
.conceptA .button {
  font-size: 16px;
  width: 270px;
  padding: 12px 20px;
  margin-top: 20px;
}

.section_item-list .itemList {
  margin-top: 40px;
}

/*
* 下層ページ
*/
.bg-color_beige {
  background-color: #F4F0E7;
}

.sub-page-container {
  line-height: 1.6;
  padding: 0 0 120px;
}
.sub-page-container.-width910 {
  width: 910px;
}
.sub-page-container .fair-title {
  width: 1000px;
  margin: 60px auto 0;
  text-align: center;
  background: #FFF;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-weight: bold;
  font-size: 24px;
  padding: 17px 30px 16px;
}

.fair_flex-box {
  width: 1000px;
  margin: -30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fair_flex-box .one-block {
  width: calc(50% - 20px);
  margin-top: 80px;
}
.fair_flex-box .one-block .image {
  display: block;
  width: 100%;
}
.fair_flex-box .one-block .text-block {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 15px;
  margin: 1em 0 0;
  line-height: 2;
}

.section_fair_item {
  background-color: #FFF;
  width: 1200px;
  margin: 100px auto 0;
  padding: 100px 100px 20px;
}
.section_fair_item .section-title {
  background-color: #F4F0E7;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  padding: 10px 20px;
  margin: 0 0 70px;
}

.fair_carender {
  background-color: #75DBE3;
  width: 1200px;
  padding: 0 0 40px;
  margin: 60px auto 0;
}
.fair_carender .image {
  display: block;
  margin: 0 auto;
}

.read-text {
  text-align: center;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  margin: 2.5em 0;
}
.read-text.-between {
  margin-bottom: -2em;
}

.blue-bg-title {
  font-size: 18px;
  color: #FFF;
  background-color: #0067B2;
  padding: 10px;
  font-weight: normal;
  margin: 0 0 30px;
}

.shop-flex-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.shop-flex-box .image-block {
  width: 455px;
}
.shop-flex-box .text-block {
  width: 420px;
  line-height: 2.2;
}
.shop-flex-box .text-block p {
  line-height: 2.2;
}
.shop-flex-box .text-block .outline-box {
  border: 1px solid #000;
  padding: 10px 10px 10px 20px;
  margin: 10px 0 8px;
}
.shop-flex-box .text-block .outline-box p {
  text-indent: -4em;
  padding-left: 4em;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.g-map {
  width: 100%;
  height: 340px;
}
.g-map iframe {
  width: 100%;
  height: 100%;
}

.common-image {
  margin-bottom: 30px;
}

.center-sentence {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
}

.item-rich-detail {
  width: 100%;
  max-width: 910px;
}
.item-rich-detail .read-text {
  font-size: 18px;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}
.item-rich-detail .read-text p {
  line-height: 2;
  font-size: 18px;
}
.item-rich-detail .outline-title {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #000;
  padding: 10px;
  margin: 60px auto 20px;
}

@media screen and (max-width: 767px) {
  /* sp only */
  body {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .button {
    background: #1681CC;
    border: 2px solid #1681CC;
  }

  .top-common-title {
    align-items: baseline;
  }

  section {
    background: none;
  }

  .h2D span {
    margin: 0;
  }
  .h2D small {
    letter-spacing: 1px;
    display: inline-block;
    color: #56CCF2;
    font-size: 12px;
    padding: 0;
    background: none;
    margin: 0;
  }

  .mainSliderSec #scrollBtn {
    bottom: 40px;
  }
  .mainSliderSec .slick-dots {
    text-align: center;
    justify-content: center;
  }
  .mainSliderSec .slick-dots li {
    width: auto;
    margin: 15px 8px 0;
  }

  .top-banner {
    background: #f7f6f4;
    padding: 30px 0 40px;
  }

  .bnrList .bnr-item {
    display: block;
    margin-top: 20px;
  }
  .bnrList.-max {
    margin: 0;
  }
  .bnrList.-max .bnr-item {
    margin-top: 20px;
  }

  .itemList--ranking .itemList__unit:before {
    color: #000 !important;
  }
  .itemList--ranking .itemList__unit:nth-child(1):before, .itemList--ranking .itemList__unit:nth-child(2):before, .itemList--ranking .itemList__unit:nth-child(3):before {
    border: none !important;
    line-height: 36px;
  }

  .bg-nami:before, .bg-nami:after {
    content: none;
  }

  .bg-beige {
    background: url(../images/common/ptn_beige.jpg) rgba(255, 255, 255, 0) repeat top 50% left 50%/150px auto;
    padding: 40px 0 1px;
  }

  .banner-list {
    margin-top: 20px;
  }
  .banner-list li {
    margin-top: 20px;
  }

  .section_campaign {
    margin-top: -40px !important;
  }

  .section_category {
    padding: 30px 0;
  }

  .main-column {
    padding: 0 15px;
  }

  .section_item-list .top-common-title {
    margin-bottom: -12px;
  }

  .conceptA .container {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 20px 20px 40px;
  }
  .conceptA .button {
    margin-top: 0;
  }

  .sub-page-container.-width910 {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .sub-page-container .fair-title {
    width: calc(100% - 30px);
    margin: 40px auto 0;
    font-size: 18px;
    padding: 10px 15px 9px;
  }
  .sub-page-container .read-text {
    width: calc(100% - 30px);
    font-size: 14px;
    margin: 20px auto;
  }
  .sub-page-container .read-text p {
    line-height: 2;
    margin: 0.7em 0;
  }
  .sub-page-container .fair_flex-box {
    display: block;
    width: calc(100% - 30px);
    margin-top: 20px;
  }
  .sub-page-container .fair_flex-box .one-block {
    width: 100%;
    margin-top: 20px;
  }
  .sub-page-container .fair_flex-box .one-block .text-block {
    font-size: 12px;
    margin-bottom: 3em;
  }

  .section_fair_item {
    width: calc(100% - 30px);
    margin-top: 20px;
    padding: 15px 15px 1px;
  }
  .section_fair_item .section-title {
    margin: 0 0 15px;
    font-size: 18px;
    padding: 6px 20px;
  }

  .blue-bg-title {
    margin-bottom: 15px;
    font-size: 16px;
    padding: 8px 10px 10px;
  }

  .shop-flex-box {
    display: block;
  }
  .shop-flex-box .text-block {
    margin-top: 30px;
    width: 100%;
    font-size: 13px;
  }
  .shop-flex-box .text-block .outline-box p {
    font-size: 13px;
  }
  .shop-flex-box .text-block .section {
    margin: 30px 0 0;
  }
  .shop-flex-box .text-block .sp-mt0 {
    margin-top: 0;
  }
  .shop-flex-box .text-block .sp-mb0 {
    margin-bottom: 0;
  }

  .g-map {
    width: calc(100% + 30px);
    margin: 30px -15px 0;
    height: 240px;
  }

  .center-sentence {
    font-size: 14px;
  }
  .center-sentence p {
    line-height: 2;
    margin: 0.6em 0;
  }

  .item-rich-detail .read-text {
    margin: 20px 0;
  }
  .item-rich-detail .read-text p {
    font-size: 14px;
  }
  .item-rich-detail .outline-title {
    font-size: 16px;
    border-width: 1px;
    padding: 6px 15px 5px;
  }

  .item-page-ranking {
    width: 100%;
    margin: 30px auto 27px;
    background: #f9f9f9;
    padding: 20px 15px 1px;
  }
  .item-page-ranking .ranking-item-list {
    display: flex;
    justify-content: center;
    justify-content: flex-start;
    align-items: center;
    align-items: flex-start;
    margin: 20px -10px 30px;
  }
  .item-page-ranking .ranking-item-list .item-list {
    display: block;
    width: calc(33.33% - 5px);
    margin: 0 5px;
    position: relative;
  }
  .item-page-ranking .ranking-item-list .item-list:before {
    content: "1";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #DDD;
    color: #000;
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 12px;
    font-weight: bold;
  }
  .item-page-ranking .ranking-item-list .item-list:nth-of-type(1):before {
    background-color: #CFC969;
  }
  .item-page-ranking .ranking-item-list .item-list:nth-of-type(2):before {
    content: "2";
    background-color: #999075;
  }
  .item-page-ranking .ranking-item-list .item-list:nth-of-type(3):before {
    content: "3";
    background-color: #A67C52;
  }
  .item-page-ranking .ranking-item-list .item-list .image {
    width: 100%;
    height: 27vw;
    display: block;
    object-fit: cover;
    object-position: center;
  }
  .item-page-ranking .ranking-item-list .item-list .text-block {
    font-size: 12px;
    color: #5A5A5A;
    line-height: 1.2;
    margin: 1em 0 0;
  }
  .item-page-ranking .ranking-item-list .item-list .text-block .name {
    display: block;
  }
  .item-page-ranking .ranking-item-list .item-list .text-block .price {
    display: block;
    font-weight: bold;
    margin-top: 0.6em;
  }
  .item-page-ranking .ranking-item-list .item-list .text-block .price small {
    font-size: 10px;
  }

  .item-page-ranking_title {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
  }
}
/* sp only */
