/*--------- 余白調整 ---------*/
#wrap_page .pt0 {
  padding-top: 0!important;
}
#wrap_page .pb0 {
  padding-bottom: 0!important;
}
#wrap_page .mt0 {
  margin-top: 0!important;
}
#wrap_page .mb0 {
  margin-bottom: 0!important;
}
#wrap_page .mt10 {
  margin-top: 10px!important;
}
#wrap_page .mb10 {
  margin-bottom: 10px!important;
}

/*--------- セクション ---------*/
section.section_wrapper {
    padding: 20px 0;
    background-color: #fff;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
section.section_wrapper h2 {
    margin-bottom: 20px;
    /*text-align: center;*/
    padding: 0 3%;
    font-size: 4.8vw;
    font-weight: bold;
}
section.section_wrapper h3 {
    margin-bottom: 20px;
    /*text-align: center;*/
    padding: 0 2.5%;
    font-size: 4.3vw;
    font-weight: bold;
}
section.section_wrapper .inner h2,
section.section_wrapper .inner h3{
    padding-left: 0;
}
section.section_wrapper h3.section_subtitle {
    font-size: 4.3vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
section.section_wrapper .h2_text {
    margin: -10px auto 25px;
    padding: 0 2.5%;
    font-size: 3.5vw;
    /*text-align: center;*/
    line-height: 1.4;
}
section.section_wrapper .contents_wrap {
    padding: 0 2.5%;
}
@media screen and (min-width: 641px) {
  section.section_wrapper {
    padding: 30px 0;
  }
  section.section_wrapper h2 {
    margin-bottom: 30px;
    font-size: 22px;
    text-align: center
  }
  section.section_wrapper h3 {
    margin-bottom: 25px;
    font-size: 20px;
    text-align: center
  }
  section.section_wrapper h3.section_subtitle {
    font-size:20px;
  }
  section.section_wrapper .h2_text {
    margin: -15px auto 30px;
    font-size: 16px;
    text-align: center
  }
}
/*--------- /セクション ---------*/

/*--------- 罫線 ---------*/
.border_bold {
    border-bottom: solid 15px #e8e8e8;
}
.border_topline {
    border-top: solid 15px #e8e8e8;
}
.border_normal {
    border-bottom: solid 2px #e8e8e8;
}
/*--------- /罫線 ---------*/

/*--------- ボタン ---------*/
/*通常ボタン*/
.next {
  border: 2px solid #a7a7a7;
  border-radius: 6px;
  text-align: center;
  margin: 20px auto;
  width: 90%;
  max-width: 480px;
  background-color: #FFFFFF;
}
.next a {
  display: block;
  color: #333;
}
.next a:hover {
  opacity: 0.7;
}
.next p {
  position: relative;
  padding: 16px 30px;
  font-size: 4vw;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
}
.next p::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  vertical-align: middle;
  background: none;
}
@media screen and (min-width: 641px) {
  .next {
    margin: 30px auto;
  }
  .next p{
    font-size: 16px;
  }
}

/* 地図ボタン（.nextと一緒に使う） */
.map_icon {
}
.map_icon p::before {
    position: absolute;
    top: 0;
    left: 3%;
    content: "";
    width: 25px;
    height: 100%;
    display: block;
    background: url(/common/img/icon/ic_search_map.png) no-repeat 50% 50%;
    background-size: 20px;
}
.map_icon a{
    display: block;
}
.map_icon a:hover {
  opacity: 0.7;
}

/*リンクアイコン ボタン（.nextと一緒に使う）*/
.link_icon p::before {
    position: absolute;
    top: 0;
    right: 3%;
    content: "";
    width: 25px;
    height: 100%;
    display: block;
    background: url(/img/icon/link.png) no-repeat 50% 50%;
    background-size: 25px;
}
.link_icon a{
    display: block;
}
.link_icon a:hover {
  opacity: 0.7;
}
.next.link_icon p::after {
    content: none;
}

/* ボタン下注釈 */
.next_note{
  width: 86%;
  max-width: 470px;
  margin: -10px auto 0 auto;
  text-align: left;
  line-height: 1.4;
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  color: #666666;
}
.next_note a{
  display: inline;
  color: #666666;
  text-decoration: underline;
}
.next_note a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 641px) {
  .next_note{
    margin: -20px auto 0 auto;
    font-size: 14px;
  }
}

/* メンテンナンスボタン */
.next.maintenance {
  opacity: 0.4;
  background-color: #333333!important;
  border-color: #333333!important;
}
.next.maintenance a {
  pointer-events: none;
}

/* もっとみるボタン */
.more {
  border: 2px solid #a7a7a7;
  border-radius: 6px;
  text-align: center;
  margin: 20px auto;
  width: 90%;
  max-width: 480px;
  padding: 0;
  cursor: pointer;
  background-color: #FFFFFF;
}
.more a {
  display: block;
}
.more p {
  position: relative;
  padding: 16px 30px;
  font-size: 4vw;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
}
.more p::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  border-left: none;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  vertical-align: middle;
  background: none;
}
@media screen and (min-width: 641px) {
  .more {
    margin: 30px auto;
  }
  .more p{
    font-size: 16px;
  }
}
/*--------- /ボタン ---------*/

/*--------- テキストのリンク ---------*/
/* テキスト＋arrowのリンク */
.text_arrow_link {
  text-align: right;
  margin: 20px;
  line-height: 1.4;
}
.text_arrow_link a {
  position: relative;
  display: inline-block;
  color: #333333;
  font-size: 14px;
  padding-right: 16px;
}
.text_arrow_link a:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.text_arrow_link a:hover{
  text-decoration:underline;
}
@media screen and (min-width: 641px) {
  .text_arrow_link a {
    font-size: 16px;
  }
}

/* グレー文字（text_arrow_linkと一緒に使う） */
.text_arrow_link_gray a {
  color: #9a9a9a;
}
.text_arrow_link_gray a:before{
  border-top: 2px solid #9a9a9a;
  border-right: 2px solid #9a9a9a;
}
/*--------- /テキストのリンク ---------*/

/*--------- h2タイトル + さらに見る ---------*/
.section_wrapper .title_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.section_wrapper .title_block h2 {
  margin-bottom: 0;
}
.section_wrapper .title_block .text_arrow_seemore {
  font-size: 3.7vw;
  font-weight: bold;
  margin-right: 20px;
  padding-right: calc(1.7vw + 8px);
  position: relative;
}
.section_wrapper .title_block .text_arrow_seemore::after{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border-top: 2px solid #0073A8;
  border-right: 2px solid #0073A8;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.section_wrapper .title_block .text_arrow_seemore a {
  color: #0073A8;
  line-height: 1.4;
}
.section_wrapper .title_block .text_arrow_seemore a:hover{
  text-decoration:underline;
}

@media screen and (min-width: 641px) {
  .section_wrapper .title_block .text_arrow_seemore {
    font-size: 17px;
    padding-right: 15px;
  }
}

/*--------- /h2タイトル + さらに見る ---------*/

/*--------- 検索 ---------*/
.form_searchBox_outline {
  text-align: center;
  height: 52px;
  font-size: 0;
  margin: 0 auto;
  max-width: 480px;
}
.searchTextWrap {
  position: relative;
  width: 80%;
  display: inline-block;
}
.form_input_searchText {
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
  border: 1px solid #8b7b74;
  color: #8b7b74;
  border-radius: 6px 0 0 6px;
  font-size: 15px;
  background: url(/common/img/icon/search_bar_icon.png) 7px no-repeat;
  background-size: 14px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: 50px;
}
/* IE11 調節 */
_:-ms-lang(x)::-ms-backdrop, .form_input_searchText {
  height: 52px;
}
.form_input_searchText::placeholder{
  color: #8b7b74;
}
.form_input_searchText:focus {
  background: none;
  padding-left: 10px;
}
/*テキストリセットボタン*/
.resetBttnWrap {
  display: none;
  position: absolute;
  top: 35%;
  right: 2.5%;
}
.resetBttn {
  background: url(/common/img/icon/ic_suggest_clear.png) no-repeat;
  background-size: 18px 18px;
  text-indent: -9999px;
  white-space: nowrap;
  width: 18px;
  height: 18px;
  overflow: hidden;
  cursor: pointer;
}
/*IE11,Edge デフォルトの✕マーク隠す*/
  input::-ms-clear {
    visibility:hidden
  }
/* 検索ボタン */
.form_input_searchBtn {
  width: 20%;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #8b7b74;
  cursor: pointer;
  color: white;
  vertical-align: middle;
  border: 1px solid #8b7b74;
  border-radius: 6px 0 0 6px;
  line-height: 50px;
}
input[type="submit"] {
  border-radius: 0 6px 6px 0;
}
/*--------- /検索 ---------*/

/*--------- エラーパーツ ---------*/
.ulp_errorpage #inner_footer small {
  margin-top: 10px;
}
  #errorpage_wrap {
  margin-top: 56px;
}
/* error contents */
.error_wrap {
  background: #ffffff;
  padding: 30px 15px;
  max-width: 980px;
  margin: 0 auto;
}
.error_wrap .error_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #333333;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .error_wrap .error_title {
    font-size: 25px;
    margin-bottom: 32px;
  }
}
.error_wrap .error_title:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(/common/img/icon/icon_alert.gif) center no-repeat;
    background-size: contain;
    vertical-align: baseline;
    color: #cc0033;
    position: relative;
    margin-right: 14px;
    top: 2px;
}
@media screen and (max-width: 640px) {
  .error_wrap .error_title:before {
    top: 1px;
  }
}
.error_wrap .error_block {
  border-top: #cc0033 1px solid;
  padding: 30px 12px 0 12px;
  -webkit-box-sizing: border-box;
      box-sizing: border-box;
}
.error_wrap .error_text {
  font-size: 14px;
  font-weight: bold;
  color: #cc0033;
  line-height: 1.5;
  text-align: center;
}
.error_wrap .error_text a {
  color: #cc0033;
  text-decoration: underline;
}
.error_wrap .error_text_detail {
    padding-top: 10px;
    font-size: 13px;
    text-align: center;
    color: #333333;
    line-height: 1.5;
}
.error_wrap .error_text_detail .error_text {
    font-weight: normal;
    font-size: 13px;
}
@media screen and (min-width: 641px) {
  .error_wrap .error_text {
    font-size: 18px;
  }
  .error_wrap .error_text_detail {
      padding-top: 15px;
      font-size: 15px;
  }
  .error_wrap .error_text_detail .error_text {
      font-size: 15px;
  }
}
/*--------- /エラーパーツ ---------*/

/*--------- アコーディオン(ボタン) ---------*/
.acd-wrap {
  border: 2px solid #a7a7a7;
  border-radius: 6px;
  position: relative;
  margin: 0 auto 10px auto;
  max-width: 640px;
}
.acd-check{
  display: none;
}
.acd-label{
  background: #ffffff;
  border-radius: 6px;
  display: block;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.acd-label::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #333333;
  border-left: solid 2px #333333;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  position: absolute;
  top: 50%;
  right: 15px;
  border-radius: 0;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.acd-content{
  border: 1px solid #ffffff;
  border-radius: 6px;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .1s;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
.acd-check:checked + .acd-label::after{
  border-top: solid 2px #333333;
  border-left: solid 2px #333333;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
/*--------- /アコーディオン(ボタン) ---------*/

/*--------- アコーディオン ---------*/
.accordion_contents_area {
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}
.accordion_wrap {
  width: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}
.accordion_wrap .accordion_ttl {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  color: #333333;
  font-size: 3.6vw;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  padding: 15px 6%;
  position: relative;
  cursor: pointer;
}
.accordion_wrap .accordion_ttl::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #333333;
  border-left: solid 2px #333333;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  position: absolute;
  top: 50%;
  right: 6%;
  border-radius: 0;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.accordion_wrap .accordion_ttl.acd-open::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.accordion_wrap .accordion_content {
  display: none;
  opacity: 0;
  border-top: 1px solid #e8e8e8;
  padding: 20px 6%;
  line-height: 1.6;
  /*font-size: 13px;*/
}
.accordion_wrap .accordion_content.acd-open {
  display: block;
  opacity: 1;
  animation-duration: .8s;
  animation-name: fadein;
  -moz-animation-duration: .8s;
  -moz-animation-name: fadein;
  -webkit-animation-duration: .8s;
  -webkit-animation-name: fadein;
}
.accordion_wrap .accordion_content.acd-open::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 641px) {
  .accordion_wrap .accordion_ttl {
      font-size: 16px;
  }
  /*.accordion_wrap .accordion_content {
      font-size: 16px;
  }*/
}
/*--------- /アコーディオン ---------*/


/*--------- 改行制御 ---------*/
br.sp_none{
  display: none;
}
br.pc_none{
  display: block;
}
@media screen and (min-width: 641px) {
  br.sp_none{
    display: block;
  }
  br.pc_none{
    display: none;
  }
}
/*--------- /改行制御 ---------*/

/*--------- dポイントクラブアプリバナー ---------*/
.app_banner img {
  display: block;
  margin: 0 auto;
  width: 96%;
  height: auto;
}
@media screen and (min-width: 641px) {
  .app_banner img {
    max-width: 600px;
    width: 100%;
  }
}
/*--------- /dポイントクラブアプリバナー ---------*/

/*--------- dポイントクラブアプリ訴求コーナー ---------*/
.app_area .app_bnr {
  padding: 0 3% 20px;
}
.app_area .app_bnr img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 641px) {
  .app_area .app_bnr {
    max-width: 640px;
    margin: 0 auto;
  }
}
/*--------- アプリ限定でたまる ---------*/
.app_area h3.icon_limited {
  text-align: center;
}
.app_area h3.icon_limited span {
  position: relative;
}
.app_area h3.icon_limited span::before {
  content: '';
  background-image: url(/common/img/icon/icon_limited.png);
  position: absolute;
  display: inline-block;
  background-size: contain;
  width: 25px;
  height: 25px;
  top: 50%;
  left: -20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
}

/* PC */
@media screen and (min-width: 641px) {
  .app_area h3.icon_limited span::before {
    width: 30px;
    height: 30px;
  }
}
/*--------- /アプリ限定でたまる ---------*/

/*--------- ショートカットアイコンリスト ---------*/
.shortcut_icon_box {
  padding: 0 3%;
}
ul.shortcut_icon_list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
ul.shortcut_icon_list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc((100% - 20px) / 3);
}
ul.shortcut_icon_list li:nth-of-type(3n){
  margin-right: 0;
}
ul.shortcut_icon_list li a {
  padding: 12px 8px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}
ul.shortcut_icon_list li figure {
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
}
ul.shortcut_icon_list li figure img {
  width: 100%;
  height: auto;
}
ul.shortcut_icon_list li p {
  height: 32px;
  font-size: 3.7vw;
  line-height: 16px;
  text-align: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* PC */
@media screen and (min-width: 641px) {
  .shortcut_icon_box {
    padding: 0 3%;
    max-width: 640px;
    margin: 0 auto;
  }
  ul.shortcut_icon_list li p {
    font-size: 14px;
  }
}
/*--------- /ショートカットアイコンリスト ---------*/

/*--------- コンテンツカセット ---------*/
ul.contents_item_list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
ul.contents_item_list li {
  width: calc(50% - 5px);
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: 10px;
}
ul.contents_item_list li:nth-child(even){
  margin-right: 0;
}
ul.contents_item_list li a {
  display: block;
  color: #333333;
}
ul.contents_item_list li a:hover {
  opacity: 0.7;
}
ul.contents_item_list li a.limit_date {
  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;
  width: 100%;
  height: 100%;
}
ul.contents_item_list li .contents_item_list_img_wrap .img {
  width: 100%;
  height: auto;
}
ul.contents_item_list li .contents_item_list_textarea {
    line-height: 1.4;
    padding: 4%;
}
ul.contents_item_list li .contents_item_list_textarea .title {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 3%;
}
/* 1行目の終わりで「…」 */
ul.contents_item_list li .contents_item_list_textarea .title.line_1 {
  overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul.contents_item_list li .contents_item_list_textarea .description {
  /*max-height: 5.4rem;*/
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
/* 2行目の終わりで「…」 */
ul.contents_item_list li .contents_item_list_textarea .description.line_2 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
ul.contents_item_list li .contents_item_list_textarea.with_logo {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
ul.contents_item_list li .contents_item_list_textarea.with_logo .description ,
ul.contents_item_list li .contents_item_list_textarea.with_logo .description_label{
  width: 75%;
}
ul.contents_item_list li .contents_item_list_textarea.with_logo .description_label .description {
  width: 100%;
}
ul.contents_item_list li .contents_item_list_textarea.with_logo .description_label .label {
    border-left: solid;
    color: #9a9a9a;
    padding: 0 4px;
    margin: 3% 0;
}
ul.contents_item_list li .contents_item_list_textarea.with_logo .logo {
  width: 20%;
  height: 20%;
  margin-left: 5%;
}

/* lambda@edge 適応済みのlogo */
ul.contents_item_list li .contents_item_list_textarea.with_logo > picture {
  width: 20%;
  height: 20%;
  margin-left: 5%;
}
ul.contents_item_list li .contents_item_list_textarea.with_logo > picture > .logo {
  width: 100%;
  height: 100%;
}
/* /lambda@edge 適応済みのlogo */

/* bottominfo */
ul.contents_item_list li .bottominfo{
  font-size: 2.8vw;
  padding-bottom: 3%;
  margin: auto 3% 3%;
}
ul.contents_item_list li .bottominfo .date {
  color: #666666;
}
ul.contents_item_list li .bottominfo .info {
  color: #333333;
  background-color: #FFEA48;
  margin-right: 2%;
  text-align: center;
  font-weight: bold;
  padding: 1px 4px;
}

/* エントリーフラグありのentryinfo*/
ul.contents_item_list li .entryinfo {
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto 3% 3%;
	padding-bottom: 3%;
	font-size: 2.8vw;
}
ul.contents_item_list li .bottominfo + .entryinfo {
 margin: 0 3% 3%;
}
ul.contents_item_list li .entryinfo span {
	display: inline;
	width: fit-content;
}
ul.contents_item_list li .entryinfo .entry_icon {
  text-align: center;
  font-weight: bold;
  padding: 3px 3px 2px;
	border-radius: 2px;
}
/* エントリー済 */
ul.contents_item_list li .entryinfo .entry_icon.entered {
	background: #6B6B6B;
	color: #FFFFFF;
}
/* エントリー受付前 */
ul.contents_item_list li .entryinfo .entry_icon.entry_before {
	background: #FFD690;
	color: #333333;
}
/* 要エントリー */
ul.contents_item_list li .entryinfo .entry_icon.entry_required {
	background: #FFB22D;
	color: #333333;
}
/* エントリー不要 */
ul.contents_item_list li .entryinfo .entry_icon.entry_no {
	background: #EDEDED;
	color: #6B6B6B;
}

/* 新ラベル */
ul.contents_item_list li .contents_item_list_label {
  text-align: center;
  padding: 4% 0;
  color: #6d6c6c;
  background-color: #ebebeb;
  font-weight: bold;
  font-size: 13px;
}
ul.contents_item_list li .contents_item_list_label.camp{
  color: #E1001F;
  background-color: #FFF0F2;
}
ul.contents_item_list li .contents_item_list_label.game{
  color: #C29327;
  background-color: #FFF9DB;
}
ul.contents_item_list li .contents_item_list_label.item{
  color: #00812B;
  background-color: #E9F7EA;
}
ul.contents_item_list li .contents_item_list_label.sale{
  color: #57A3E6;
  background-color: #E6F3FF;
}
@media screen and (min-width: 641px) {
  ul.contents_item_list.wide_list li {
    width: calc(33.3% - 10px);
    margin-right: 10px;
  }
  ul.contents_item_list.wide_list li:nth-of-type(3n){
    margin-right: 0;
  }
  ul.contents_item_list li .contents_item_list_textarea .description {
    /*max-height: 5.6rem;*/
    -webkit-line-clamp: 3;
  }
  ul.contents_item_list li .bottominfo, 
  ul.contents_item_list li .entryinfo {
    font-size: 12px;
  }
  ul.contents_item_list li .contents_item_list_textarea.with_logo .description,
  ul.contents_item_list li .contents_item_list_textarea.with_logo .description_label {
    width: 80%;
  }
  ul.contents_item_list li .contents_item_list_textarea.with_logo .logo {
    width: 20%;
    height: 20%;
  }
}
/*--------- /コンテンツカセット ---------*/

/*--------- サービスなどのリスト ---------*/
.list_service {
  overflow: hidden;
  max-width: 640px;
  margin: 0 auto;
}
.servicelist_wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
}
.servicelist_wrap:nth-of-type(1) {
  border-top: 1px solid #e8e8e8;
}
.servicelist_wrap .servicelist_linkarea {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 5px;
  position: relative;
  letter-spacing: -.6em;
  opacity: 1;
  transition: all .2s ease-in-out;
  cursor: pointer;
  color: #333;
}
.servicelist_wrap .servicelist_linkarea:hover {
  cursor: pointer;
  opacity: .7;
}
.servicelist_wrap .servicelist_image_wrap,
.servicelist_wrap .servicelist_textarea {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.servicelist_wrap .servicelist_image_wrap {
  width: 32%;
  padding-right: 3%;
}
.servicelist_wrap .servicelist_image_wrap .servicelist_image {
  display: block;
  width: 100%;
  height: auto;
}
.servicelist_wrap .servicelist_textarea {
  width: 67%;
  padding-right: 20px;
}
.servicelist_wrap .servicelist_title {
  font-size: 3.7vw;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 6px;
}
.servicelist_wrap .servicelist_text {
  font-size: 3.5vw;
  line-height: 1.55;
}
.servicelist_wrap .servicelist_linkarea::after {
  content: '';
  width: 9px;
  height: 9px;
  border-top: solid 3px #333333;
  border-right: solid 3px #333333;
  position: absolute;
  top: 50%;
  right: 12px;
  /* 20210908追記 */
  display: inline-block;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 641px) {
  .servicelist_wrap .servicelist_title {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .servicelist_wrap .servicelist_text {
    font-size: 14px;
  }
  .servicelist_wrap .servicelist_linkarea::after {
    width: 12px;
    height: 12px;
    right: 14px;
  }
}
/*--------- /サービスなどのリスト ---------*/


/*--------- スライダーUI ---------*/
#wrap_page .common-slick.common-slick-wide {
    overflow: hidden;
}
#wrap_page .common-slick li a:hover {
    opacity: 0.7;
}
/* スライダーdots */
#wrap_page .common-slick .slick-dots {
    background: unset;
    width: 100%;
}
#wrap_page .common-slick .slick-dots li button:focus-visible {
  outline: 2px solid blue;
}
#wrap_page .common-slick .slick-dots li button {
    width: 15px;
    height: 15px;
}
#wrap_page .common-slick .slick-dots li.slick-active button:before {
    background: #C01733;
    border-radius: 50px;
}
/* SPのとき */
@media screen and (max-width: 640px) {
  #wrap_page .common-slick .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
/* PCのとき */
@media screen and (min-width: 980px) {
  #wrap_page .common-slick.common-slick-wide {
      overflow: visible;
  }
  /* キーボード操作時のアウトライン */
  #wrap_page .common-slick.common-slick-wide .slick-arrow:focus-visible {
    outline: 2px solid blue;
  }
  #wrap_page .common-slick .slick-dots li button {
    width: 15px;
    height: 15px;
}
  #wrap_page .common-slick.common-slick-wide .slick-prev ,
  #wrap_page .common-slick.common-slick-wide .slick-next {
      position: absolute;
      top: 50%;
      display: block;
      width: 50px;
      height: 50px;
      padding: 0;
      -webkit-transform: translate(0, -30%);
      -ms-transform: translate(0, -30%);
      transform: translate(0, -30px);
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: transparent;
      z-index: 800;
  }
  #wrap_page .common-slick.common-slick-wide .slick-prev:before ,
  #wrap_page .common-slick.common-slick-wide .slick-next:before {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 50px;
      top: 50%;
      border-radius: 50%;
      height: 50px;
      line-height: 50px;

      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center;
      background-color: #000000;

      opacity: 0.75;
  }
  #wrap_page .common-slick.common-slick-wide .slick-prev:before {
      left: -70px;
      background-image: url(/img/icon/arrow_left.png);
  }
  #wrap_page .common-slick.common-slick-wide .slick-next:before {
      right: -70px;
      background-image: url(/img/icon/arrow_right.png);
      
  }
  #wrap_page .common-slick.common-slick-wide .slick-prev.slick-disabled:before ,
  #wrap_page .common-slick.common-slick-wide .slick-next.slick-disabled:before{
      display: none;
  }
  #wrap_page .common-slick .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}
/*--------- /スライダーUI ---------*/


/*--------- お店 カセット ---------*/
/*テキストなし（お店の画像のみ）*/
ul.storebox_wrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  display:-webkit-flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
ul.storebox_wrap li {
  position: relative;
  -webkit-flex-basis:24.47%;
  -ms-flex-preferred-size:24.47%;
  flex-basis:24.47%;
  width: 24.47%;
  margin-right: 0.7%;
  margin-bottom: 0.7%;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul.storebox_wrap li:nth-child(4n) {
  margin-right: 0;
}
ul.storebox_wrap li.slick-slide{
  margin-bottom: 0;
}
ul.storebox_wrap .iconNew {
  position: absolute;
  top: -4px;
  left: -4px;
  display: inline-block;
  padding: 4.5% 5.5% 3% 5.5%;
  background-color: #CC0033;
  font-size: 2.5vw;
  color: #FFFFFF;
}
ul.storebox_wrap .iconNew::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 4px transparent;
  border-right: solid 4px #860022;
}
/*テキストあり*/
ul.storebox_text li {
  min-width: 0;
}
ul.storebox_text a {
  display: block;
  color: #333333;
  text-decoration: none;
}
ul.storebox_text .text_block {
  height: 18px;
  text-align: center;
}
ul.storebox_text .text_block .list_text {
  font-size: 3.2vw;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
  line-height: 18px;
}
@media screen and (min-width: 641px) {
  ul.storebox_wrap .iconNew {
    font-size: 14px;
  }
  ul.storebox_text .text_block .list_text {
    font-size: 14px;
  }
  /*ワイドの時*/
  ul.storebox_wrap.storebox_wide li {
    -webkit-flex-basis: 15.5%;
    -ms-flex-preferred-size: 15.5%;
    flex-basis: 15.5%;
    width:  15.5%;
  }
  ul.storebox_wrap.storebox_wide li {
    margin-right: 1.4%;
    margin-bottom: 1.4%;
  }
  ul.storebox_wrap.storebox_wide li:nth-child(4n) {
    margin-right: 1.4%;
  }
  ul.storebox_wrap.storebox_wide li:nth-child(6n) {
    margin-right: 0;
  }
  /*ワイド カルーセル*/
  ul.storebox_wrap.storebox_wide.sliderWrap li:nth-child(6n) {
    margin-right: 0;
  }
}

/*サービスアイコンあり*/
ul.storeboxIcon_wrap {
  padding-top: 1%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  display:-webkit-flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
ul.storeboxIcon_wrap li {
  position: relative;
  width: 23.3%;
  margin-right: 2.2%;
  margin-bottom: 2.2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
ul.storeboxIcon_wrap li:nth-child(4n) {
  margin-right: 0;
}
ul.storeboxIcon_wrap li a {
  border: 1px solid #dddddd;
  border-radius: 6px 6px 0 0;
  display: block;
  padding: 6.62% 9.26%;
}
ul.storeboxIcon_wrap .iconNew {
  position: absolute;
  top: -4px;
  left: -4px;
  display: inline-block;
  padding: 4.5% 5.5% 3% 5.5%;
  background-color: #CC0033;
  font-size: 2.5vw;
  color: #FFFFFF;
}
ul.storeboxIcon_wrap .iconNew::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 4px transparent;
  border-right: solid 4px #860022;
}
ul.storeboxIcon_wrap li img {
  width: 100%;
  height: auto;
}
ul.storeboxIcon_wrap li.slick-slide{
  margin-right: 0.7%;
  margin-bottom: 0;
  margin-top: 5px;
  margin-left: 5px;
}
ul.storeboxIcon_wrap .section_icon_box {
  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;
  overflow: hidden;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-radius: 0 0 6px 6px;
  min-height: 31px;
}
ul.storeboxIcon_wrap .section_icon_box img {
  width: 25%;
  max-width: 24px;
  margin: 4px 0 4px 4px;
}
@media screen and (min-width: 641px) {
  ul.storeboxIcon_wrap li .section_icon_box {
    min-height: 39px;
  }
  ul.storeboxIcon_wrap .iconNew {
    font-size: 14px;
  }
  ul.storeboxIcon_wrap .section_icon_box img {
    max-width: 28px;
    margin: 6px 0 6px 6px;
  }
  /*ワイドの時*/
  ul.storeboxIcon_wrap.storebox_wide li {
    -webkit-flex-basis: 15.5%;
    -ms-flex-preferred-size: 15.5%;
    flex-basis: 15.5%;
    width:  15.5%;
  }
  ul.storeboxIcon_wrap.storebox_wide li {
    margin-right: 1.4%;
    margin-bottom: 1.4%;
  }
  ul.storeboxIcon_wrap.storebox_wide li:nth-child(4n) {
    margin-right: 1.4%;
  }
  ul.storeboxIcon_wrap.storebox_wide li:nth-child(6n) {
    margin-right: 0;
  }
}

/*サービスアイコン・ラベルあり*/
ul.storeboxLabel_wrap {
  padding-top: 1%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  display:-webkit-flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
ul.storeboxLabel_wrap li {
  position: relative;
  width: 23.3%;
  margin-right: 2.2%;
  margin-bottom: 2.2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex !important;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column !important;
}
ul.storeboxLabel_wrap li:nth-child(4n) {
  margin-right: 0;
}
ul.storeboxLabel_wrap li a {
  border: 1px solid #dddddd;
  border-radius: 6px 6px 0 0;
  display: block;
  padding: 6.62% 9.26%;
}
ul.storeboxLabel_wrap .iconNew {
  position: absolute;
  top: -4px;
  left: -4px;
  display: inline-block;
  padding: 4.5% 5.5% 3% 5.5%;
  background-color: #CC0033;
  font-size: 2.5vw;
  color: #FFFFFF;
}
ul.storeboxLabel_wrap .iconNew::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 4px transparent;
  border-right: solid 4px #860022;
}
ul.storeboxLabel_wrap li img {
  width: 100%;
  height: auto;
}
ul.storeboxLabel_wrap li.slick-slide{
  margin-right: 0.3%;
  margin-bottom: 0;
  margin-top: 5px;
  margin-left: 5px;
}
ul.storeboxLabel_wrap .section_icon_box {
  overflow: hidden;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-radius: 0 0 6px 6px;
  min-height: 33px;
}
ul.storeboxLabel_wrap .section_icon_box img {
  float: left;
  width: 27px;
  margin: 8px 0 0 4px;
}
ul.storeboxLabel_wrap .section_icon_box {
  border-radius: 0;
}
ul.storeboxLabel_wrap .label_block {
  padding: 0 4.5% 8%;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-radius: 0 0 6px 6px;
  flex-grow: 1;
  min-height: 6px;
}
ul.storeboxLabel_wrap .label_block .label {
  display: inline-block;
  padding: 3.5px;
  font-size: 2.5vw;
  border-radius: 3px;
  color: #fff;
}
ul.storeboxLabel_wrap .label_block:empty {
  padding: 0;
}
ul.storeboxLabel_wrap .label_block .label1 {
  background-color: #FF7600;
}
ul.storeboxLabel_wrap .label_block .label2 {
  background-color: #FF465C;
}
ul.storeboxLabel_wrap .label_block .label:first-child {
  margin-top: 8px;
}
ul.storeboxLabel_wrap .label_block .label:nth-child(2) {
  margin-top: 4%;
}
/*テキストラベル部分 カセットの高さ揃える*/
.storeboxLabel_wrap .slick-track {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
}
ul.storeboxLabel_wrap li.slick-slide{
  height: auto;
}
@media screen and (min-width: 641px) {
  ul.storeboxLabel_wrap li .section_icon_box {
    min-height: 32px;
  }
  ul.storeboxLabel_wrap .iconNew {
    font-size: 14px;
  }
  ul.storeboxLabel_wrap .section_icon_box img {
    width: 28px;
    margin: 6px 0 0 6px;
  }
  ul.storeboxLabel_wrap .label_block .label {
    font-size: 11px;
  }
  ul.storeboxLabel_wrap .label_block .label:first-child {
    margin-top: 6px;
  }
  /*ワイドの時*/
  ul.storeboxLabel_wrap.storebox_wide li {
    -webkit-flex-basis: 15.5%;
    -ms-flex-preferred-size: 15.5%;
    flex-basis: 15.5%;
    width:  15.5%;
    margin-right: 1.4%;
    margin-bottom: 1.4%;
  }
  ul.storeboxLabel_wrap.storebox_wide li:nth-child(4n) {
    margin-right: 1.4%;
  }
  ul.storeboxLabel_wrap.storebox_wide li:nth-child(6n) {
    margin-right: 0;
  }
}

/*サービスアイコン たまるポイント*/
ul.storeboxPoint_wrap {
  padding-top: 1%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  display:-webkit-flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
ul.storeboxPoint_wrap li {
  position: relative;
  width: 23.3%;
  margin-right: 2.2%;
  margin-bottom: 2.2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex !important;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column !important;
}
ul.storeboxPoint_wrap li:nth-child(4n) {
  margin-right: 0;
}
ul.storeboxPoint_wrap li a {
  border: 1px solid #dddddd;
  border-radius: 6px 6px 0 0;
  display: block;
  padding: 6.62% 9.26%;
}
ul.storeboxPoint_wrap .iconNew {
  position: absolute;
  top: -4px;
  left: -4px;
  display: inline-block;
  padding: 4.5% 5.5% 3% 5.5%;
  background-color: #CC0033;
  font-size: 2.5vw;
  color: #FFFFFF;
}
ul.storeboxPoint_wrap .iconNew::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 4px transparent;
  border-right: solid 4px #860022;
}
ul.storeboxPoint_wrap li img {
  width: 100%;
  height: auto;
}
ul.storeboxPoint_wrap li.slick-slide{
  margin-right: 0.3%;
  margin-bottom: 0;
  margin-top: 5px;
  margin-left: 5px;
}
ul.storeboxPoint_wrap .section_icon_box {
  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;
  overflow: hidden;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-radius: 0 0 6px 6px;
  min-height: 31px;
}
ul.storeboxPoint_wrap .section_icon_box img {
  margin: 6px 0 6px 4px;
  width: 25%;
  max-width: 24px;
}
ul.storeboxPoint_wrap .section_icon_box {
  border-radius: 0;
}
ul.storeboxPoint_wrap .point_block {
  padding: 4% 0;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-radius: 0 0 6px 6px;
  flex-grow: 1;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  min-height: 6px;
  background-color: #FFF7B8;
  text-align: center;
  font-size: 3vw;
}
ul.storeboxPoint_wrap .point_block p {
  margin: auto;
  line-height: 1.5;
}
ul.storeboxPoint_wrap .point_block .text_point {
  font-size: 2.5vw;
}
ul.storeboxPoint_wrap .point_block .plus {
  font-size: 3vw;
  font-weight: bold;
  color: #CC0033;
}
ul.storeboxPoint_wrap .point_block .point {
  color: #CC0033;
}
ul.storeboxPoint_wrap .point_block .text_tokuten,
ul.storeboxPoint_wrap .point_block .point,
ul.storeboxPoint_wrap .point_block .num {
  font-size: 3.2vw;
  font-weight: bold;
}
@media screen and (min-width: 641px) {
  ul.storeboxPoint_wrap li .section_icon_box {
    min-height: 39px;
  }
  ul.storeboxPoint_wrap .iconNew {
    font-size: 14px;
  }
  ul.storeboxPoint_wrap .section_icon_box img {
    margin: 6px 0 6px 6px;
    max-width: 28px;
  }
  ul.storeboxPoint_wrap .point_block .text_point {
    font-size: 13px;
  }
  ul.storeboxPoint_wrap .point_block .plus {
    font-size: 14px;
  }
  ul.storeboxPoint_wrap .point_block .text_tokuten,
  ul.storeboxPoint_wrap .point_block .point,
  ul.storeboxPoint_wrap .point_block .num {
    font-size: 15px;
  }
  /*ワイドの時*/
  ul.storeboxPoint_wrap.storebox_wide li {
    -webkit-flex-basis: 15.5%;
    -ms-flex-preferred-size: 15.5%;
    flex-basis: 15.5%;
    width:  15.5%;
    margin-right: 1.4%;
    margin-bottom: 1.4%;
  }
  ul.storeboxPoint_wrap.storebox_wide li:nth-child(4n) {
    margin-right: 1.4%;
  }
  ul.storeboxPoint_wrap.storebox_wide li:nth-child(6n) {
    margin-right: 0;
  }
}

/*カルーセル読み込みの時 表示崩れ調整*/
ul.sliderWrap {
  display: initial;
}
/*カルーセルの時 余白調整*/
ul.sliderWrap li:nth-child(4n) {
  margin-right: 0.7%;
}
ul.storeboxLabel_wrap li:nth-child(4n) {
  margin-right: 0.3%;
}
ul.storebox_wrap li a {
  cursor: pointer;
  padding: 6.62% 9.26%;
}
ul.storebox_wrap li img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 641px) {
  ul.sliderWrap.storebox_wide {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    display:-webkit-flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
}
/*--------- /お店 カセット ---------*/

/* ----------お店からのおすすめ情報----------  */
.rcmndMeoList {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  height: auto;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 640px) {
  .rcmndMeoList::-webkit-scrollbar{
    display: none;
  }
}
.rcmndMeoList li {
  height: auto;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-right: 10px;
  width: 40%;
  min-width: 40%;
}
.rcmndMeoList.rcmndMeoList_store li {
  padding-top: 10px;
}
.rcmndMeoList li:last-child {
  margin-right: 0;
}
.rcmndMeoList li .storeLogo {
  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;
  padding: 7% 5%;
}
.rcmndMeoList li .storeLogo img {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  width: 20%;
  height: auto;
  margin-right: 6%;
}
.rcmndMeoList li .storeLogo p {
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  width: 80%;
  text-decoration: underline;
  font-weight: bold;
  font-size: 3.4vw;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rcmndMeoList li .image {
  display: block;
}
.rcmndMeoList li .image img {
  object-fit: contain;
  max-height: 140px;
  min-height: 90px;
  height: 30vw;
  margin:  0 auto;
  display: block;
  width: 100%;
}
.rcmndMeoList.rcmndMeoList_store li .image img {
  max-height: 160px;
  min-height: 70px;
  height: 25vw;
}
.rcmndMeoList li .textBlock {
  padding: 7% 4% 4%;
  min-height: 30vw;
}
.rcmndMeoList li .textBlock .date {
  font-size: 3.5vw;
  color: #666666;
}
.rcmndMeoList li .textBlock .description {
  padding-top: 4%;
  font-size: 3.5vw;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 100%;
  white-space: initial;
}
/* テキストのリスト（注釈） */
ul.rcmndMeo_note_list{
  padding: 0 15px;
}
ul.rcmndMeo_note_list li{
    margin: 5px 0;
    line-height: 1.4;
    font-size: 12px;
    text-align: right;
    color: #666666;
}
ul.rcmndMeo_note_list li:before{
    counter-increment: none;
    content: '※';
    margin-left: 5px;
}
@media screen and (min-width: 641px) {
  .rcmndMeoList li {
    width: 20%;
    min-width: 20%;
  }
  .rcmndMeoList.rcmndMeoList_store li {
    width: 30%;
    min-width: 30%;
  }
  .rcmndMeoList li .storeLogo {
    padding: 12px 10px;
  }
  .rcmndMeoList li .storeLogo img {
    -webkit-flex-basis: 30px;
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    width: 30px;
    margin-right: 7px;
  }
  .rcmndMeoList li .storeLogo p {
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    width: 90%;
    font-size: 15px;
  }
  .rcmndMeoList li .image img {
    min-height: unset;
    height: 13vw;
  }
  .rcmndMeoList.rcmndMeoList_store li .image img {
    min-height: unset;
    height: 110px;
  }
  .rcmndMeoList li .textBlock {
      min-height: 128px;
  }
  .rcmndMeoList li .textBlock .date {
    font-size: 15px;
  }
  .rcmndMeoList li .textBlock .description {
    font-size: 15px;
  }
  ul.rcmndMeo_note_list{
    padding-top: 5px;
  }
}
/* ----------/お店からのおすすめ情報----------  */

/*--------- 横スクロールUI ---------*/
ul.beside_scrollWrap {
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: block;
  height: auto;
  padding: 0 3%;
}
@media screen and (max-width: 640px) {
  ul.beside_scrollWrap::-webkit-scrollbar{
    display: none;
  }
}
ul.beside_scrollWrap.storebox_wrap {
  padding-top: 1%;
}
ul.beside_scrollWrap.storeboxIcon_wrap {
  padding: 1% 3% 0;
}
ul.beside_scrollWrap li {
  display: inline-block;
  float: none;
}
ul.beside_scrollWrap li:last-child {
  margin-right: 0;
}
/* SPのみ横スクロールする場合 */
@media screen and (max-width: 641px) {
  ul.beside_scrollWrap_sp.storebox_wrap {
    padding-top: 1%;
  }
  ul.beside_scrollWrap_sp {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: block;
    height: auto;
    padding: 0 3%;
  }
  ul.beside_scrollWrap_sp.storeboxIcon_wrap {
    padding: 1% 3% 0;
  }
  ul.beside_scrollWrap_sp::-webkit-scrollbar{
      display: none;
  }
  ul.beside_scrollWrap_sp li {
    display: inline-block;
    float: none;
  }
  ul.beside_scrollWrap_sp li:last-child {
    margin-right: 0;
  }
}
/* flex要素を横スクロールする */
ul.beside_scrollWrap_flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;

  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 0 2.5%;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  ul.beside_scrollWrap_flex::-webkit-scrollbar{
    display: none;
  }
}
ul.contents_item_list.beside_scrollWrap_flex li,
ul.beside_scrollWrap_flex li {
  flex: 0 0 auto;
  min-width: 40%;
  margin-right: 2%;
  margin-top: 5px;
}
ul.beside_scrollWrap_flex li:last-child {
  margin-right: 0;
}
/* SPのみ横スクロールする場合 */
@media screen and (max-width: 641px) {
  ul.beside_scrollWrap_flex_sp {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0 2.5%;
    box-sizing: border-box;
  }
  ul.beside_scrollWrap_flex_sp::-webkit-scrollbar{
    display: none;
  }
  ul.contents_item_list.beside_scrollWrap_flex_sp li,
  ul.beside_scrollWrap_flex_sp li {
    flex: 0 0 auto;
    min-width: 40%;
    margin-right: 2%;
    margin-top: 5px;
  }
  ul.beside_scrollWrap_flex_sp li:last-child {
    margin-right: 0;
  }
}

/*コンテンツカセットの余白*/
section.section_wrapper .contents_wrap.contents_scroll {
  padding: 0;
}
@media screen and (max-width: 640px) {
  section.section_wrapper .contents_wrap.contents_scroll_sp {
    padding: 0;
  }
}

/* 各カセットの横幅指定 SP*/
ul.beside_scrollWrap_flex.contents li {
  width: 42%;
}
ul.beside_scrollWrap.coupon li {
    width: 44%;
}
ul.beside_scrollWrap.shop li{
    width: 29%;
    margin-right: 2.5%;
}
/*各カセットの横幅指定 PC*/
@media screen and (min-width: 641px) {
  ul.beside_scrollWrap_flex.contents li {
    width: 40%;
  }
  /* 横スクロール：wide時 */
  ul.beside_scrollWrap_flex.contents.flex_wide_list li {
    width: 25.9%;
    min-width: 25.9%;
  }
  ul.beside_scrollWrap.coupon li {
    width: 23%;
  }
  ul.beside_scrollWrap.shop li{
    width: 22.5%;
    margin-right: 1.5%;
  }
}
/* 各カセットの横幅指定 SPのみスクロール時*/
@media screen and (max-width: 640px) {
  ul.beside_scrollWrap_flex_sp.contents li {
    width: 42%;
  }
  ul.beside_scrollWrap_sp.shop li {
    width: 29%;
    margin-right: 2.5%;
  }
}
/*--------- 横スクロールUI ---------*/

/*--------- スクロールバー ---------*/
@media screen and (min-width: 641px) {
  ul.scrollbar {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  /*chrome edge safari*/
 ul.scrollbar::-webkit-scrollbar {
    height: 5px; /* スクロールバーの高さ */
  }
  ul.scrollbar::-webkit-scrollbar-thumb {
    background: #e8e8e8; /* ツマミの色 */
    border-radius: 7px; /* ツマミ両端の丸み */
  }
  ul.scrollbar::-webkit-scrollbar-track {
    background: #FFF; /* トラックの色 */
    border-radius: 7px; /* トラック両端の丸み */
  }
  /*firefox*/
  ul.scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #e8e8e8 transparent;
  }
}
/*--------- スクロールバー ---------*/

/* ---------- 2段スクロール grid ----------  */
/*
※beside_scrollWrap_flex または beside_scrollWrap と一緒につかう
※「grid_column」をつける
※コンテンツ件数はJSで計算して調整
*/

ul.storeboxIcon_wrap.beside_scrollWrap.grid_column,
ul.storebox_wrap.beside_scrollWrap.grid_column,
ul.contents_item_list.beside_scrollWrap_flex.grid_column {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    row-gap: 10px;
    column-gap: 2%;
}
ul.storeboxIcon_wrap.beside_scrollWrap.grid_column li,
ul.storebox_wrap.beside_scrollWrap.grid_column li,
ul.contents_item_list.beside_scrollWrap_flex.grid_column li {
    width: 100% ;
    padding: 0 ;
    margin: 0 ;
}
/*コンテンツカセット grid*/
ul.contents_item_list.beside_scrollWrap_flex.grid_column {
    grid-template-columns: repeat(10,42%); /* JSで計算 */
}
/*お店カセット(お店の画像のみ) grid*/
ul.storebox_wrap.beside_scrollWrap.grid_column {
    grid-template-columns: repeat(10,28.5%); /* JSで計算 */
}
/*お店カセット(お店の画像・サービスアイコン) grid*/
ul.storeboxIcon_wrap.beside_scrollWrap.grid_column {
    grid-template-columns: repeat(10,28.5%); /* JSで計算 */
}
/* PC */
@media screen and (min-width: 641px) {
    ul.storeboxIcon_wrap.beside_scrollWrap.grid_column,
    ul.storebox_wrap.beside_scrollWrap.grid_column,
    ul.contents_item_list.beside_scrollWrap_flex.grid_column {
      padding-bottom: 10px;
    }
    /*コンテンツカセット grid*/
    ul.contents_item_list.beside_scrollWrap_flex.grid_column {
      grid-template-columns: repeat(10,40%); /* JSで計算 */
    }
    /*お店カセット(お店の画像のみ) grid*/
    ul.storebox_wrap.beside_scrollWrap.grid_column {
      grid-template-columns: repeat(10,21.5%); /* JSで計算 */
    }
    /*お店カセット(お店の画像・サービスアイコン) grid*/
    ul.storeboxIcon_wrap.beside_scrollWrap.grid_column {
      grid-template-columns: repeat(10,21.5%); /* JSで計算 */
    }
}

/*
※wideのPC：「wide_grid」をつける
※コンテンツ1行にするとき：「pc_rows-1」をつける
*/
@media screen and (min-width: 641px) {
  /*コンテンツカセット grid*/
  ul.contents_item_list.beside_scrollWrap_flex.grid_column.wide_grid {
    grid-template-columns: repeat(10,25.9%);
  }
  /*お店カセット(お店の画像のみ) grid*/
  ul.storebox_wrap.beside_scrollWrap.grid_column.wide_grid {
    grid-template-columns: repeat(10,21%);
  }
  /*お店カセット(お店の画像・サービスアイコン) grid*/
  ul.storeboxIcon_wrap.beside_scrollWrap.grid_column.wide_grid {
    grid-template-columns: repeat(10,17.2%);
  }
  ul.contents_item_list.beside_scrollWrap_flex.grid_column.wide_grid.pc_rows-1,
  ul.storebox_wrap.beside_scrollWrap.grid_column.wide_grid.pc_rows-1,
  ul.storeboxIcon_wrap.beside_scrollWrap.grid_column.wide_grid.pc_rows-1 {
    grid-template-rows: repeat(1, auto);
  }
  ul.contents_item_list.beside_scrollWrap_flex.grid_column.wide_grid.pc_rows-1 li:nth-child(n+11),
  ul.storebox_wrap.beside_scrollWrap.grid_column.wide_grid.pc_rows-1 li:nth-child(n+11),
  ul.storeboxIcon_wrap.beside_scrollWrap.grid_column.wide_grid.pc_rows-1 li:nth-child(n+11) {
    display: none !important;
  }
}

/* ---------- /コンテンツカセット grid ----------  */

/* ---------- モーダル バナー ----------  */
.modal_bnnr_wrap {
    width: 90%;
    max-width: 450px;
    position: fixed;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    z-index: 888;
}
/*グロナビがある場合*/
[class*="ulp_glonavi_"] .modal_bnnr_wrap,
[class*="tlp_"] .modal_bnnr_wrap {
    bottom: 70px;
}
.bnnr_btn_modalClose {
    display: block;
    background: #999;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: -14px;
    right: -14px;
    z-index: 901;
    cursor: pointer;
}
.bnnr_btn_modalClose.icon_close::before {
    content: '×';
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 28px;
}
.modal_bnnr_contentWrap {
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 10px 25px 0 rgba(51, 51, 51, .5);
    box-shadow: 0 10px 25px 0 rgba(51, 51, 51, .5);
}
.modal_bnnr_contentWrap a {
  width: 100%;
}
.modal_bnnr_contentWrap a:hover {
  opacity: 1;
}
.modal_bnnr_contentWrap img {
  width: 100%;
  height: auto;
}
/* PC */
@media screen and (min-width: 641px) {
  [class*="tlp_"] .modal_bnnr_wrap {
    bottom: 10px;
  }
}
/* ---------- /モーダル バナー ----------  */

/*--------- お知らせ ---------*/
.info_red_common {
  margin: 5%;
}
.info_red_common ul.info_list li {
  background: #F3E7EA;
  border-radius: 4px;
  padding: 2.5%;
  margin-top: 2.5%;
}
.info_red_common ul.info_list li:first-of-type {
  margin-top: 0;
}
.info_red_common ul.info_list li p {
  color: #CC0033;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 130%;
  padding-left: 20px;
  position: relative;
}
.info_red_common ul.info_list li p::before {
  position: absolute;
  content: "";
  background-image: url(/common/img/icon/icon_alert.gif);
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  top: 1px;
  left: 0;
}

/* PC */
@media screen and (min-width: 641px) {
  .info_red_common ul.info_list li {
    padding: 15px;
  }
  .info_red_common ul.info_list li p {
    font-size: 14px;
  }
  .info_red_common ul.info_list li p::before {
    top: 0;
    width: 16px;
    height: 16px;
  }
}
/*--------- /お知らせ ---------*/