@charset "UTF-8";
/* --------------------------------------------- *
 *  top
 *  ext/event
 *  ext/text
 * --------------------------------------------- */
/*
 * top-header
 */
.top-header {
  display: none;
  position: relative;
  max-width: 984px;
  margin: 0 auto;
  z-index: 1;
}

.top-header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.top-header-title, .top-header-login, .top-header-cart {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: 1;
}

.top-header.js-search-open .top-header-title,
.top-header.js-search-open .top-header-login,
.top-header.js-search-open .top-header-cart {
  opacity: 0;
  pointer-events: none;
}

.top-header-title {
  margin: 0 25.406%;
  padding: 10px 0;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.top-header-title .ja {
  display: block;
  padding-bottom: 4px;
  border-bottom: 1px solid #dddcdb;
  font-family: "Amiri", "ヒラギノUD明朝 W4 JIS2004", "ヒラギノUD明朝 ProN", "ヒラギノUD明朝 StdN", serif;
  font-size: 2.5rem;
}

.top-header-title .en {
  position: relative;
  display: block;
  padding-top: 8px;
  border-top: 1px solid #fff;
  font-family: "dMotels", sans-serif;
  font-size: 1.2rem;
}

.top-header-search {
  position: absolute;
  left: 0;
  top: 14px;
  width: 23.373%;
  height: 44px;
  cursor: pointer;
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.top-header-search-inner {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.top-header-search label {
  display: block;
  width: inherit;
  height: inherit;
  border: 1px solid #fff;
  border-radius: 22px;
  background: #fff;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: inset rgba(0, 0, 0, 0.3) 0 0 10px;
}

.top-header-search input[type="text"] {
  width: inherit;
  height: inherit;
  padding: 0 12px 0 50px;
  border: none;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  font: normal normal 1.1rem/1.5 "ヒラギノUD角ゴ W5 JIS2004", "ヒラギノUD角ゴ ProN", "ヒラギノUD角ゴ StdN", sans-serif;
}

.top-header-search button {
  position: absolute;
  top: 50%;
  left: 64px;
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  background: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: 0;
  cursor: pointer;
  -webkit-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}

.top-header-search button span {
  display: block;
  width: 100%;
  height: 100%;
}

.top-header-search button span::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.8rem;
  color: #000;
}

.top-header.js-search-open .top-header-search {
  width: 100%;
}

.top-header.js-search-open .top-header-search-inner {
  pointer-events: auto;
}

.top-header.js-search-open .top-header-search input[type="text"] {
  opacity: 1;
}

.top-header.js-search-open .top-header-search button {
  left: 20px;
}

@media screen and (min-width: 768px), print {	
	.top-header-search button,
	.global-header-pc .global-header-pc-search button {
		width: 20px;
		height: 20px;
		margin-top: 1px;
		line-height: 1;
	}
}

/*
 * leading-item
 */
.leading-item {
  position: relative;
}

.leading-item-image {
  text-align: center;
  overflow: hidden;
}

.leading-item-image > figure {
  margin: 0 -50%;
}

.leading-item-content {
  position: relative;
  margin-top: -75px;
  padding: 2px 10px;
}

.leading-item-link {
  display: block;
  padding: 14px;
  border: 2px #fff solid;
  border-radius: 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  background: rgba(255, 255, 255, 0.8);
  text-decoration: inherit;
  color: inherit;
}

/*
 * store-leading-item
 */
.store-leading-item .leading-item-title {
  position: relative;
  padding-bottom: 10px;
  font: normal normal 2.5rem/1.25 "Amiri", "ヒラギノ明朝 W2 JIS2004", "ヒラギノ明朝 ProN", "ヒラギノ明朝 StdN", serif;
}

.store-leading-item .leading-item-title::before, .store-leading-item .leading-item-title::after {
  content: '';
  position: absolute;
  left: 0;
  width: 72%;
  height: 1px;
}

.store-leading-item .leading-item-title::before {
  bottom: 1px;
  background: #dddcd6;
}

.store-leading-item .leading-item-title::after {
  bottom: 0;
  background: #fff;
}

.store-leading-item .leading-item-pref {
  margin-top: 10px;
  font: normal normal 1.1rem/1.5 "ヒラギノUD角ゴ W5 JIS2004", "ヒラギノUD角ゴ ProN", "ヒラギノUD角ゴ StdN", sans-serif;
}

.store-leading-item .leading-item-pref::after {
  display: block;
  clear: both;
  content: '';
}

.store-leading-item .leading-item-pref-image {
  display: block;
  float: left;
  width: 42px;
  height: 42px;
  margin-right: 6px;
}

.store-leading-item .leading-item-pref-since {
  display: inline-block;
  margin-right: 10px;
  padding-top: 2px;
  text-align: center;
  color: #fff;
}

.store-leading-item .leading-item-pref-since::before {
  content: attr(data-year);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #000;
}

/*
 * event-leading-item
 */
.event-leading-item .leading-item-sub {
  font: normal normal 1.1rem/1.5 "ヒラギノUD角ゴ W5 JIS2004", "ヒラギノUD角ゴ ProN", "ヒラギノUD角ゴ StdN", sans-serif;
}

.event-leading-item .leading-item-title {
  font: normal normal 1.6rem/1.5 "Amiri", "ヒラギノUD明朝 W4 JIS2004", "ヒラギノUD明朝 ProN", "ヒラギノUD明朝 StdN", serif;
}

.event-leading-item .leading-item-date {
  position: relative;
  padding-bottom: 10px;
  font: normal normal 2.5rem/1.25 "Amiri", "ヒラギノ明朝 W2 JIS2004", "ヒラギノ明朝 ProN", "ヒラギノ明朝 StdN", serif;
}

.event-leading-item .leading-item-date::before, .event-leading-item .leading-item-date::after {
  content: '';
  position: absolute;
  left: 0;
  width: 72%;
  height: 1px;
}

.event-leading-item .leading-item-date::before {
  bottom: 1px;
  background: #dddcd6;
}

.event-leading-item .leading-item-date::after {
  bottom: 0;
  background: #fff;
}

.event-leading-item .leading-item-pref {
  margin-top: 10px;
  font: normal normal 1.1rem/1.5 "ヒラギノUD角ゴ W5 JIS2004", "ヒラギノUD角ゴ ProN", "ヒラギノUD角ゴ StdN", sans-serif;
}

.event-leading-item .leading-item-pref::after {
  display: block;
  clear: both;
  content: '';
}

.event-leading-item .leading-item-pref-image {
  display: block;
  float: left;
  width: 42px;
  height: 42px;
  margin-right: 6px;
}

.event-leading-item .leading-item-pref-store {
  height: 42px;
  line-height: 42px;
}

/*
 * text-leading-item
 */
.text-leading-item .leading-item-link {
  width: 100%;
  padding: 14px 14px 0;
}

.text-leading-item .leading-item-title {
  position: relative;
  padding-bottom: 40px;
  font: normal normal 2.5rem/1.25 "Amiri", "ヒラギノ明朝 W2 JIS2004", "ヒラギノ明朝 ProN", "ヒラギノ明朝 StdN", serif;
}

.text-leading-item .leading-item-title::before, .text-leading-item .leading-item-title::after {
  content: '';
  position: absolute;
  left: 0;
  width: 72%;
  height: 1px;
}

.text-leading-item .leading-item-title::before {
  bottom: 1px;
  background: #dddcd6;
}

.text-leading-item .leading-item-title::after {
  bottom: 0;
  background: #fff;
}

.text-leading-item .leading-item-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
}

.text-leading-item .leading-item-member-image {
  width: 68px;
  height: 68px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.text-leading-item .leading-item-member-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.text-leading-item .leading-item-member-name {
  font: normal normal 1.6rem/1.5 "Amiri", "ヒラギノUD明朝 W4 JIS2004", "ヒラギノUD明朝 ProN", "ヒラギノUD明朝 StdN", serif;
}

.text-leading-item .leading-item-member-store, .text-leading-item .leading-item-member-date {
  font: normal normal 1.1rem/1.5 "ヒラギノUD角ゴ W5 JIS2004", "ヒラギノUD角ゴ ProN", "ヒラギノUD角ゴ StdN", sans-serif;
}

.text-leading-item .leading-item-review-icon {
  width: 37px;
  margin: 0 auto 15px;
  padding-top: 15px;
}

.text-leading-item .leading-item-review-title {
  position: relative;
  padding-bottom: 5px;
  text-align: center;
  font: normal normal 2.5rem/1.25 "Amiri", "ヒラギノ明朝 W2 JIS2004", "ヒラギノ明朝 ProN", "ヒラギノ明朝 StdN", serif;
}

.text-leading-item .leading-item-review-title::before, .text-leading-item .leading-item-review-title::after {
  content: '';
  position: absolute;
  left: 14%;
  width: 72%;
  height: 1px;
}

.text-leading-item .leading-item-review-title::before {
  bottom: 1px;
  background: #dddcd6;
}

.text-leading-item .leading-item-review-title::after {
  bottom: 0;
  background: #fff;
}

.text-leading-item .leading-item-review-pref {
  text-align: center;
}

.text-leading-item .leading-item-text {
  margin-top: 24px;
  font: normal normal 1.6rem/1.5 "Amiri", "ヒラギノUD明朝 W4 JIS2004", "ヒラギノUD明朝 ProN", "ヒラギノUD明朝 StdN", serif;
}

.text-leading-item .leading-item-more {
  text-align: center;
  font: normal normal 1.6rem/1.5 "Amiri", "ヒラギノUD明朝 W4 JIS2004", "ヒラギノUD明朝 ProN", "ヒラギノUD明朝 StdN", serif;
}

.text-leading-item .leading-item-more-link {
  display: inline-block;
  padding: 40px 0;
}

.text-leading-item .leading-item-more-link::before {
  content: '→';
  margin-right: 12px;
}

/*
 * store-feature-items
 */
.store-feature-items-more {
  margin: 20px 0 40px;
  text-align: center;
}

.store-feature-items-more-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font: normal normal 1.6rem/1.5 "Amiri", "ヒラギノUD明朝 W4 JIS2004", "ヒラギノUD明朝 ProN", "ヒラギノUD明朝 StdN", serif;
}

.store-feature-items-more-link::before {
  content: '→';
  margin-right: 12px;
}

/*
 * event-pickup-items
 */

/*
 * text-pickup-items
 */
.text-pickup-items {
  margin: 12px 0 40px;
}

.text-pickup-items-more {
  margin-bottom: 40px;
  text-align: center;
}

.text-pickup-items-more-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font: normal normal 1.6rem/1.5 "Amiri", "ヒラギノUD明朝 W4 JIS2004", "ヒラギノUD明朝 ProN", "ヒラギノUD明朝 StdN", serif;
}

.text-pickup-items-more-link::before {
  content: '→';
  margin-right: 12px;
}

/*
 * store-recent-items
 */
.store-recent-items{
	margin-top:80px;
}
.store-recent-items-more {
  margin: 25px 0;
  text-align: center;
}

.store-recent-items-more-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font: normal normal 1.6rem/1.5 "Amiri", "ヒラギノUD明朝 W4 JIS2004", "ヒラギノUD明朝 ProN", "ヒラギノUD明朝 StdN", serif;
}

.store-recent-items-more-link::before {
  content: '→';
  margin-right: 12px;
}

/*
 * event-accepting
 */
.event-accepting {
  margin-top: 15px;
}

.event-accepting-title {
  padding: 20px 20px;
  text-align: center;
  font: normal normal 1.6rem/1.5 "Amiri", "ヒラギノUD明朝 W4 JIS2004", "ヒラギノUD明朝 ProN", "ヒラギノUD明朝 StdN", serif;
}

.event-accepting-search {
  margin: 0 20px 20px;
}

.event-accepting-search-form {
  position: relative;
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
}

.event-accepting-search-form::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dddcdb;
}

.event-accepting-search-data {
  display: none;
}

.event-accepting-search-field label {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid #dddcdb;
}

.event-accepting-search-field label::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}

.event-accepting-search-field label::after {
  content: '>';
  position: absolute;
  top: calc(50% - 16px);
  right: 0;
  display: inline-block;
  line-height: 1;
  font-family: "dMotels", sans-serif;
  font-size: 3.2rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  pointer-events: none;
}

.event-accepting-search-field select {
  width: 100%;
  padding: 15px 0;
  border: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: normal normal 2.5rem/1.25 "Amiri", "ヒラギノ明朝 W2 JIS2004", "ヒラギノ明朝 ProN", "ヒラギノ明朝 StdN", serif;
}

.event-accepting-more {
  margin: 40px 0;
  text-align: center;
}

.event-accepting-more-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font: normal normal 1.6rem/1.5 "Amiri", "ヒラギノUD明朝 W4 JIS2004", "ヒラギノUD明朝 ProN", "ヒラギノUD明朝 StdN", serif;
}

.event-accepting-more-link::before {
  content: '→';
  margin-right: 12px;
}

/*
 * top-search
 */
 
.top-search-category-wrap{
	margin:50px 0 0;
}

/*
 * top-search-category
 */
 
.top-search-category {
  position: relative;
}

.top-search-category.with-bottom-border::before, .top-search-category.with-bottom-border::after {
  content: '';
  position: absolute;
  left: 10px;
  width: calc(100% - 20px);
  height: 1px;
}

.top-search-category.with-bottom-border::before {
  bottom: 1px;
  background: #dddcd6;
}

.top-search-category.with-bottom-border::after {
  bottom: 0;
  background: #fff;
}

.top-search-category .content-blocks {
  padding-bottom: 20px;
}

.top-search-category .content-blocks-inner{
  padding-bottom:20px;
}

.top-search-category-title {
  position: relative;
  margin: 0 10px;
  padding: 25px 0 15px;
  font: normal normal 2.5rem/1.25 "Amiri", "ヒラギノ明朝 W2 JIS2004", "ヒラギノ明朝 ProN", "ヒラギノ明朝 StdN", serif;
}

.top-search-category-title::before, .top-search-category-title::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}

.top-search-category-title::before {
  top: 0;
  background: #dddcd6;
}

.top-search-category-title::after {
  top: 1px;
  background: #fff;
}

.top-search-category-item-image img {
  width: 100%;
  height: 60px;
  object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
}

.top-search-category-item-title {
  padding: 12px 0 6px;
  text-align: center;
  font: normal normal 1.6rem/1.5 "Amiri", "ヒラギノUD明朝 W4 JIS2004", "ヒラギノUD明朝 ProN", "ヒラギノUD明朝 StdN", serif;
  word-wrap: break-word;
  -webkit-word-wrap: break-word;
}

/*
 * top-search-pref
 */
.top-search-pref {
  position: relative;
}

.top-search-pref.with-bottom-border::before, .top-search-pref.with-bottom-border::after {
  content: '';
  position: absolute;
  left: 10px;
  width: calc(100% - 20px);
  height: 1px;
}

.top-search-pref.with-bottom-border::before {
  bottom: 1px;
  background: #dddcd6;
}

.top-search-pref.with-bottom-border::after {
  bottom: 0;
  background: #fff;
}

.top-search-pref .content-blocks {
  padding-bottom: 20px;
  display:none;
}

.top-search-pref-title {
  position: relative;
  margin: 0 10px;
  padding: 20px 0 15px;
  font: normal normal 2.5rem/1.25 "Amiri", "ヒラギノ明朝 W2 JIS2004", "ヒラギノ明朝 ProN", "ヒラギノ明朝 StdN", serif;
}

.top-search-pref-title::before, .top-search-pref-title::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}

.top-search-pref-title::before {
  top: 0;
  background: #dddcd6;
}

.top-search-pref-title::after {
  top: 1px;
  background: #fff;
}

.top-search-pref-item-image {
  padding: 15.278%;
}

.top-search-pref-item-image img {
  width: 100%;
}

/*
 * top-store-information
 */
.top-store-information {
  margin-top: 40px;
}

.top-store-information-more {
  margin: 20px 0;
  text-align: center;
}

.top-store-information-more-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font: normal normal 1.6rem/1.5 "Amiri", "ヒラギノUD明朝 W4 JIS2004", "ヒラギノUD明朝 ProN", "ヒラギノUD明朝 StdN", serif;
}

.top-store-information-more-link::before {
  content: '→';
  margin-right: 12px;
}

/*
 * top-store-contents
 */
.top-store-contents {
  margin-top: 80px;
}

.top-store-contents-title {
  margin: 0 auto 14px;
  line-height: 1;
  text-align: center;
  font-size: 0;
  width:140px;
}

.top-store-contents-title .ja {
  display: block;
  margin-right: 0;
  padding-right: 0;
  line-height: 1;
  border-bottom: 1px solid #dddcdb;
  font: normal normal 2.4rem/1.5 "Amiri", "ヒラギノUD明朝 W4 JIS2004", "ヒラギノUD明朝 ProN", "ヒラギノUD明朝 StdN", serif;
}

.top-store-contents-title .ja::after {
  display: none;
}

.top-store-contents-title .en {
  display: block;
  padding-top: 10px;
  border-top: 1px solid #fff;
  font-family: "dMotels", sans-serif;
  font-size: 1.1rem;
  color: #808080;
}

.top-store-contents-season-title {
  margin-bottom: 10px;
  text-align: center;
  font: normal normal 2.5rem/1.25 "Amiri", "ヒラギノ明朝 W2 JIS2004", "ヒラギノ明朝 ProN", "ヒラギノ明朝 StdN", serif;
}

.top-store-contents-banner {
  margin-top: 12px;
}

.top-store-contents-more {
  margin: 40px 0;
  text-align: center;
}

.top-store-contents-more-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font: normal normal 1.6rem/1.5 "Amiri", "ヒラギノUD明朝 W4 JIS2004", "ヒラギノUD明朝 ProN", "ヒラギノUD明朝 StdN", serif;
}

.top-store-contents-more-link::before {
  content: '→';
  margin-right: 12px;
}

/*
 * top-event-contents
 */
.top-event-contents {
  margin-top: 80px;
}

.top-event-contents-title {
  line-height: 1;
  text-align: center;
  font-size: 0;
  width:140px;
  margin:0 auto 14px;
}

.top-event-contents-title .ja {
  display: block;
  margin-right: 0;
  padding-right: 0;
  line-height: 1;
  border-bottom: 1px solid #dddcdb;
  font: normal normal 2.4rem/1.5 "Amiri", "ヒラギノUD明朝 W4 JIS2004", "ヒラギノUD明朝 ProN", "ヒラギノUD明朝 StdN", serif;
}

.top-event-contents-title .ja::after {
  display: none;
}

.top-event-contents-title .en {
  display: block;
  padding-top: 10px;
  border-top: 1px solid #fff;
  font-family: "dMotels", sans-serif;
  font-size: 1.1rem;
  color: #808080;
}

.top-event-contents-banner {
  margin-top: 12px;
}

.top-event-contents-more {
  margin: 40px 0;
  text-align: center;
}

.top-event-contents-more-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font: normal normal 1.6rem/1.5 "Amiri", "ヒラギノUD明朝 W4 JIS2004", "ヒラギノUD明朝 ProN", "ヒラギノUD明朝 StdN", serif;
}

.top-event-contents-more-link::before {
  content: '→';
  margin-right: 12px;
}

/*
 * top-text-contents
 */
.top-text-contents {
  margin-top: 80px;
}

.top-text-contents-title {
  line-height: 1;
  text-align: center;
  font-size: 0;
  width:140px;
  margin:0 auto 14px;
}

.top-text-contents-title .ja {
  display: block;
  margin-right: 0;
  padding-right: 0;
  border-bottom: 1px solid #dddcdb;
  font-family: "Amiri", "ヒラギノUD明朝 W4 JIS2004", "ヒラギノUD明朝 ProN", "ヒラギノUD明朝 StdN", serif;
  font: normal normal 2.4rem/1.5 "Amiri", "ヒラギノUD明朝 W4 JIS2004", "ヒラギノUD明朝 ProN", "ヒラギノUD明朝 StdN", serif;
}

.top-text-contents-title .ja::after {
  display: none;
}

.top-text-contents-title .en {
  display: block;
  padding-top: 10px;
  border-top: 1px solid #fff;
  font-family: "dMotels", sans-serif;
  font-size: 1.1rem;
  color: #808080;
}

.top-text-contents-banner {
  margin-top: 12px;
}

.top-text-contents-banner a {
  display: block;
}

.top-text-contents-more {
  margin: 40px 0;
  text-align: center;
}

.top-text-contents-more-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font: normal normal 1.6rem/1.5 "Amiri", "ヒラギノUD明朝 W4 JIS2004", "ヒラギノUD明朝 ProN", "ヒラギノUD明朝 StdN", serif;
}

.top-text-contents-more-link::before {
  content: '→';
  margin-right: 12px;
}

@media screen and (min-width: 768px), print {
  .top-header {
    display: block;
  }
  .top-header-search input[type="text"] {
    font-size: 1.6rem;
  }
  .leading-item {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 1600px;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .leading-item-image > figure {
    margin: 0;
  }
  .leading-item-image img {
    min-width: 1200px;
    min-height: 600px;
  }
  .leading-item-content {
    max-width: 984px;
    margin: 0 auto;
    padding: 0;
  }
  .leading-item-link {
    position: absolute;
    bottom: 164px;
    left: 0;
    padding: 22px;
    -webkit-transition: opacity .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, opacity .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, opacity .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  }
  .leading-item-link:hover {
    color: inherit;
    -webkit-box-shadow: transparent 0 1px 3px;
            box-shadow: transparent 0 1px 3px;
    opacity: .9;
  }
  .store-leading-item .leading-item-title {
    font-size: 3.6rem;
  }
  .store-leading-item .leading-item-pref {
    font-size: 1.6rem;
  }
  .store-leading-item .leading-item-link {
    width: 490px;
  }
  .store-leading-item .leading-item-title {
    padding-bottom: 5px;
  }
  .store-leading-item .leading-item-title::before, .store-leading-item .leading-item-title::after {
    width: 76%;
  }
  .store-leading-item .leading-item-pref {
    margin-top: 15px;
  }
  .store-leading-item .leading-item-pref-image {
    width: 72px;
    height: 72px;
    margin-right: 12px;
  }
  .store-leading-item .leading-item-pref-image img{
	max-height:100%;
  }
  .store-leading-item .leading-item-pref-since {
    padding-top: 4px;
  }
  .store-leading-item .leading-item-pref-since::before {
    width: 54px;
    height: 54px;
  }
  .event-leading-item .leading-item-sub {
    font-size: 1.6rem;
  }
  .event-leading-item .leading-item-title {
    font-size: 2.4rem;
  }
  .event-leading-item .leading-item-date {
    font-size: 3.6rem;
  }
  .event-leading-item .leading-item-pref {
    font-size: 1.6rem;
  }
  .event-leading-item .leading-item-link {
    width: 490px;
  }
  .event-leading-item .leading-item-title::before, .event-leading-item .leading-item-title::after {
    width: 76%;
  }
  .event-leading-item .leading-item-date {
    padding-bottom: 5px;
  }
  .event-leading-item .leading-item-pref {
    margin-top: 15px;
  }
  .event-leading-item .leading-item-pref-image {
    width: 72px;
    height: 72px;
    margin-right: 12px;
  }
  .event-leading-item .leading-item-pref-store {
    height: 72px;
    line-height: 72px;
  }
  .text-leading-item .leading-item-title {
    font-size: 3.6rem;
  }
  .text-leading-item .leading-item-member-name {
    font-size: 2.4rem;
  }
  .text-leading-item .leading-item-member-store, .text-leading-item .leading-item-member-date {
    font-size: 1.6rem;
  }
  .text-leading-item .leading-item-review-title {
    font-size: 3.6rem;
  }
  .text-leading-item .leading-item-text {
    font-size: 2.4rem;
  }
  .text-leading-item .leading-item-more {
    font-size: 2.4rem;
  }
  .text-leading-item .leading-item-content {
    padding-bottom: 112px;
  }
  .text-leading-item .leading-item-link {
    bottom: 0;
    padding: 22px 13.265% 0;
  }
  .text-leading-item .leading-item-title {
    padding-bottom: 20px;
  }
  .text-leading-item .leading-item-title::before, .text-leading-item .leading-item-title::after {
    width: 48.611%;
  }
  .text-leading-item .leading-item-member {
    margin-top: 20px;
  }
  .text-leading-item .leading-item-member-image {
    width: 76px;
    height: 76px;
    margin-right: 45px;
  }
  .text-leading-item .leading-item-review-icon {
    width: 50px;
    margin-bottom: 30px;
    padding-top: 18px;
  }
  .text-leading-item .leading-item-review-title {
    padding-bottom: 10px;
  }
  .text-leading-item .leading-item-review-title::before, .text-leading-item .leading-item-review-title::after {
    left: 25.6945%;
    width: 48.611%;
  }
  .text-leading-item .leading-item-more-link::before {
    margin-right: 24px;
  }
  .store-feature-items-more-link {
    font-size: 2.4rem;
  }
  .store-feature-items {
    margin-top: -103px;
  }
  .store-feature-items-more-link::before {
    margin-right: 24px;
  }
  .store-feature-items-more{
	margin:25px 0 40px;
  }
  .event-pickup-items {
    margin-top: -103px;
  }
  .text-pickup-items-more-link {
    font-size: 2.4rem;
  }
  .text-pickup-items {
    margin: 36px 0 60px;
  }
  .text-pickup-items-more {
    margin-bottom: 60px;
  }
  .text-pickup-items-more-link::before {
    margin-right: 24px;
  }
  .store-recent-items-more{
	margin: 20px 0;
  }
  .store-recent-items-more-link {
    font-size: 2.4rem;
  }
  .store-recent-items {
    margin-top: 100px;
  }
  .store-recent-items-more-link::before {
    margin-right: 24px;
  }
  .event-accepting-title {
    font-size: 2.4rem;
  }
  .event-accepting-search-field select {
    font-size: 3.6rem;
  }
  .event-accepting-more-link {
    font-size: 2.4rem;
  }
  .event-accepting {
    margin-top: 25px;
  }
  .event-accepting-title {
    margin: 0 13.618%;
    padding: 30px 0;
  }
  .event-accepting-search {
    margin: 0 13.618% 25px;
  }
  .event-accepting-search-form {
    padding-bottom: 0;
    border-bottom: none;
  }
  .event-accepting-search-form::after {
    display: none;
  }
  .event-accepting-search-form select {
    padding: 20px 0;
  }
  .event-accepting-more-link::before {
    margin-right: 24px;
  }
  .top-search-category-title {
    font-size: 3.6rem;
  }
  .top-search-category-item-title {
    font-size: 2.4rem;
  }
  .top-search-category-wrap{
	  margin:100px auto;
  }
  .top-search-category {
    margin: 0 13.7% 0;
  }
  .top-search-category.with-bottom-border::before, .top-search-category.with-bottom-border::after {
    display: none;
  }
  .top-search-category .content-blocks {
    padding-bottom: 0;
  }
  .top-search-category .content-blocks-inner{
    padding-bottom:30px;
  }
  .top-search-category-item-title {
    padding: 22px 0 12px;
  }
  .top-search-category-item-image img {
    height: 80px;
  }
  .top-search-pref-title {
    font-size: 3.6rem;
  }
  .top-search-pref {
    margin: 0 13.7%;
  }
  .top-search-pref.with-bottom-border::before, .top-search-pref.with-bottom-border::after {
    display: none;
  }
  .top-search-pref .content-blocks {
    padding: 0 7%;
  }
  .top-store-information-more-link {
    font-size: 2.4rem;
  }
  .top-store-information {
    margin-top: 45px;
  }
  .top-store-information-more {
    margin: 25px 0;
  }
  .top-store-information-more-link::before {
    margin-right: 24px;
  }
  .top-store-contents-title .ja {
    font-size: 3.6rem;
  }
  .top-store-contents-season-title {
    font-size: 3.6rem;
  }
  .top-store-contents-more-link {
    font-size: 2.4rem;
  }
  .top-store-contents {
    margin-top: 120px;
  }
  .top-store-contents-title {
	width:240px;
    margin: 0 auto 24px;
  }
  .top-store-contents-title .en {
    font-size: 1.2rem;
  }
  .top-store-contents-season-title {
    margin-bottom: 20px;
  }
  .top-store-contents-banner {
    margin-top: 30px;
  }
  .top-store-contents-more-link::before {
    margin-right: 24px;
  }
  .top-event-contents-title .ja {
    font-size: 3.6rem;
  }
  .top-event-contents-more-link {
    font-size: 2.4rem;
  }
  .top-event-contents {
    margin-top: 160px;
  }
  .top-event-contents-title {
	width:240px;
    margin: 0 auto 24px;
  }
  .top-event-contents-title .en {
    font-size: 1.2rem;
  }
  .top-event-contents-banner {
    margin-top: 30px;
  }
  .top-event-contents-more-link::before {
    margin-right: 24px;
  }
  .top-text-contents-title .ja {
    font-size: 3.6rem;
  }
  .top-text-contents-more-link {
    font-size: 2.4rem;
  }
  .top-text-contents {
    margin-top: 160px;
  }
  .top-text-contents-title {
	width:240px;
    margin: 0 auto 24px;
  }
  .top-text-contents-title .en {
    font-size: 1.2rem;
  }
  .top-text-contents-banner {
    margin-top: 30px;
  }
  .top-text-contents-banner a {
    display: block;
  }
  .top-text-contents-more-link::before {
    margin-right: 24px;
  }
}
