
/* ----------------------------------
Reset
---------------------------------- */
div,ul,ol,li,dl,dt,dd,p,a{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ol,ul{
  list-style: none;
}
a,
a:link{
  text-decoration: none;
}
button:focus{
  outline: none;
}

/* ----------------------------------
Common
---------------------------------- */
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.ps0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.txtLeft{
  text-align: left !important;
}
.txtRight{
  text-align: right !important;
}
.txtCenter{
  text-align: center !important;
}
.hidden {
  display: none !important;
}

/* ----------------------------------
Header
---------------------------------- */
#header .hdInr .backHeaderCts .backBtn .backBtnInr {
  background-image: url(/common/images/icn_hd_arw02.png);
}
#header .hdInr .basicHeaderCts .icnLinkWrap.icnPurchase {
  right: 15px;
  min-width: 4em;
}
#header .hdInr .basicHeaderCts .icnLinkWrap.icnPurchase.hidden {
  display:none;
}
#header .hdInr .basicHeaderCts .icnLinkWrap.icnPurchase .icn {
  width: auto;
  height: 28px;
  background: url(/common/images/icn_purchase.png) no-repeat center bottom;
  background-size: auto 28px;
}
.naviIcon{
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.naviIcon.left{
  left: 15px;
}
.naviIcon.right {
  right: 15px;
}
.naviIcon .icon{
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.naviIcon.disabled{
  opacity: .5;
  pointer-events: none;
}
.naviIcon .iconMenu{
  width: 30px;
  height: 30px;
  background-image: url(/common/images/icn_navi_menu.png);
}
.naviIcon .iconWifi{
  width: 34px;
  height: 34px;
  background-image: url(/common/images/icn_navi_wifi_b.png);
}
.naviIcon .iconGame{
  width: 26px;
  height: 28px;
  background-image: url(/common/images/icn_navi_game.png);
}
.naviIcon .iconReload{
  background-image: url(/common/images/icn_navi_reload.png);
}
.naviIcon .badge{
  display: block;
  position: absolute;
  top: -10px;
  left: -14px;
  width: 20px;
  height: 20px;
  border: 2px solid #ffecf1;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: #ce0000;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 16px;
  box-sizing: border-box;
  white-space: nowrap;
}
/* お知らせ新着 */
.naviIcon .iconMenu.new::before{
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d90000;
  border: 2px solid #fff;
}

/* ----------------------------------
Contents
---------------------------------- */
.section{
  box-sizing: border-box;
  min-height: 100vh;
  color: #333;
  line-height: 1.5;
}
#header+ #main .section{
  min-height: calc(100vh - 70px);
}
.section .secInr{
  margin: 0 15px;
}
.section.midScreen{
  padding-top: 30px;
  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;
}
#header+ #main .section.midScreen{
  padding-top: 0;
}
.section.midScreen .midCts{
  width: 100%;
}
.imgWrap img{
  width: 100%;
  height: auto;
}
a:hover img {
  opacity: 1;
}
.slick-slide:focus{
  outline: none;
}
.section .ttlTop {
  padding: 5px 0 15px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.txtEmpty{
  padding: 50px 0;
  text-align: center;
}

/* Tab */
.uiTabBlock{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 4.13% 10px;
  padding: 3px 0 8px;
  text-align: center;
}
.uiTabBlock .tab{
  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;
  position: relative;
  width: 48.7%;
  padding: 10px;
  border-radius: 5px;
  border:1px solid #c00;
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.uiTabBlock .tab.active{
  position: relative;
  background: #c00;
  color: #fff;
}
.uiTabBlock .tab.active::after{
  content: "";
  display: block;
  position: absolute;
  z-index: 999;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  border-style: solid;
  border-width: 8px 4px 0;
  border-color: #ce0000 transparent;
  box-sizing: border-box;
}
.uiTabBlock .tab .tabLabel{
  display: block;
  position: relative;
  width: 100%;
}
.uiTabBlock .tab .tabLabel.hasBadge{
  padding-right: 20px;
}
.uiTabBlock .tab .badge{
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #c00;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
}
.uiTabBlock .tab.active .badge{
  background: #fff;
  color: #c00;
}

@media screen and (max-width: 768px) {
  .uiTabBlock .tab{
    font-size: 4vw;
  }
}

/* map */
.mapWrap{
  position: relative;
  padding-top: 62%;
  background-color: #ccc;
}
.mapWrap iframe{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Button */
.btnArea{
  margin: 45px 0 0;
}
.btnArea .btn {
  width: 100%;
  max-width: 256px;
  margin: 0 auto;
  background: #cf0000;
  border-radius: 99px;
  padding: 0 10px;
  text-decoration: none;
  text-align: center;
  display: block;
}
.btn.disabled,
button.disabled{
  opacity: .5;
  pointer-events: none;
}
.btnArea .btnHalf{
  max-width: 50% !important;
}
.btnArea .btnGray{
  background-color: #999 !important;
}
.btnArea .btnRed{
  background-color: #cf0000 !important;
}
.btnArea .txt {
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 50px;
}

/* Fixed Button */
#fixedBtnBlock{
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 0;
  width: 100vw;
  max-width: 768px;
  margin: 0;
  transform: translateX(-50%)
}
#fixedBtnBlock.hidden{
  display: none;
}
#fixedBtnBlock .txtBtn{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 89.2%;
  height: 58px;
  margin: 0 auto 6.5%;
  border-radius: 29px;
  border: 2px solid #fff;
  -webkit-box-shadow: inset hoff voff blur color;
  box-shadow: 0 2px 4px rgba(0,0,0,.3);
  background-color: #cf0000;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
#fixedBtnBlock .txtBtn.stripe{
  background: url(/common/images/btn_bg01.png) 0 0 repeat-x;
  background-size: auto 100%;
}
#fixedBtnBlock .txtBtn.arrow{
  padding: 0 18px 0 0;
  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;
}
#fixedBtnBlock .txtBtn.arrow::after{
  content: "";
  display: block;
  width: 25px;
  height: 20px;
  background: url(/common/images/img_btn_arrow.png) 0 0 no-repeat;
  background-size: contain;
}
#fixedBtnBlock .txtBtn .label{
  display: block;
  width: 100%;
  padding: 0 5px;
  text-align: center;
  font-weight: bold;
}
#fixedBtnBlock .txtBtn.arrow .label{
  display: block;
  -webkit-box-flex:1;
  -webkit-flex:1;
  -ms-flex:1;
  flex:1;
}

/* Rounded Button */
.btnRounded {
	appearance: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 50px;
	margin: 10px 0;
	padding: 5px 1em;
	border-radius: 25px;
	border: 2px solid #333;
	background-color: #fff;
	color: #333;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
}
.btnRounded.styleRed{
	border-color: #cd000d;
	background-color: #cd000d;
	color: #fff;
}
.btnRounded.styleWhite{
	border-color: #cd000d;
	background-color: #fff;
	color: #cd000d;
}

/* whiteBox */
.whiteBox{
  margin: 0 5px 15px;
  padding: 17px;
  background-color: #fff;
  border-radius: 5px;
}
.whiteBox .boxTtl{
  margin: 0 0 15px;
  font-size: 1.7rem;
  font-weight: bold;
}
.whiteBox .boxRow{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 8px;
  font-size: 1.2rem;
  line-height: 1.2;
  word-break: break-all;
}
.whiteBox .boxRow dt{
  margin-right: 2em;
  white-space: nowrap;
}
.whiteBox .boxRow dd{
  color: #666;
}

.whiteBox02 {
  display: block;
  margin: 10px 0;
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 0 rgba(0,0,0,.2);
  overflow: hidden;
}
.whiteBox02 > *:first-child {
  margin-top: 0 !important;
}
.whiteBox02 .ttl {
  margin: 1em 0 0;
  font-weight: bold;
}


/* ----------------------------------
メニュー
---------------------------------- */
.menuPage{
  background-color: #f5f5f5;
}
.menuPage #header.hdTypeTop{
  background: transparent;
}
.menuPage .section{
  background: none;
}

/* リンク集 */
.catBtnBlock {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-align-content:stretch;
  -ms-flex-line-pack:stretch;
  align-content:stretch;
  padding: 20px 0;
  width: 100%;
}
.catBtnBlock::after {
  content: "";
  width: 32%;
  height: 0;
}
.catBtnBlock .btn{
  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;
  -webkit-align-content:stretch;
  -ms-flex-line-pack:stretch;
  align-content:stretch;
  width: 32%;
  margin: 0 0 8px;
  padding: 7px 3px;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}
.catBtnBlock .btn.active{
  background-color: #ce0000;
  color: #fff !important;
}
.catBtnBlock .btn span{
  width: 100%;
  text-align: center;
}

.secLinkBlock{
  margin: 0 0 30px;
}
.secLinkBlock .secTtl{
  margin: 0 0 5px;
  font-size: 1.8rem;
  font-weight: bold;
}
.secLinkBlock .listLink{
  border-radius: 5px;
  border: 1px solid #bbb;
  overflow: hidden;
}
.secLinkBlock .listLink> li+ li{
  border-top: 1px solid #bbb;
}
.secLinkBlock .listLink a{
  display: block;
  position: relative;
  padding: 18px 28px 18px 18px;
  background: #fff;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.2;
}
.secLinkBlock .listLink a::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform:translateY(-50%);
  width: 11px;
  height: 17px;
  background: url(/images/menu/img_news_arrow.png) 0 0 no-repeat;
  background-size: contain;
}

/* お知らせ */
.listNewsIndex .item{
  padding: 20px 15px;
  border-bottom: 1px solid #ccc;
}
.listNewsIndex .itemInr{
  display: block;
  position: relative;
  padding-right: 25px;
}
.listNewsIndex .itemInr::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform:translateY(-50%);
  width: 11px;
  height: 17px;
  background: url(/images/menu/img_news_arrow.png) 0 0 no-repeat;
  background-size: contain;
}
.listNewsIndex .attr,
.newsCtsHeader .attr{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
  -ms-flex-pack:start;
  justify-content:flex-start;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin: 0 0 4px;
  line-height: 1.1;
}
.listNewsIndex .item.new .attr::after{
  content: "NEW";
  display: block;
  margin: 0 0 4px;
  color: #d80000;
  font-size: 1.6rem;
  font-weight: bold;
}
.listNewsIndex .attr .date,
.newsCtsHeader .attr .date{
  margin: 0 8px 4px 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 17px;
}
.listNewsIndex .attr .cat,
.newsCtsHeader .attr .cat{
  margin: 0 8px 4px 0;
  padding: 2px 5px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  background-color: #666;
  border-radius: 3px;
  white-space: nowrap;
}
.listNewsIndex .title{
  -webkit-box-ordinal-group:4;
  -webkit-order:3;
  -ms-flex-order:3;
  order:3;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
}
.secNews .pagingBtnArea{
  margin-bottom: 80px;
}
.secNews .pagingBtnArea .btn{
  position: relative;
  border-radius: 24px;
  width: 46.4%;
}
.secNews .pagingBtnArea .btn::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
}
.secNews .pagingBtnArea .btnPrev::after{
  left: 18px;
  background-image: url(/images/menu/img_paging_l.png);
}
.secNews .pagingBtnArea .btnNext::after{
  right: 18px;
  background-image: url(/images/menu/img_paging_r.png);
}
.secNews .backNumber .listLink a{
  color: #3f59df;
}

/* お知らせ詳細 */
.newsCtsHeader{
  margin: 0 0 20px;
}
.newsCtsHeader .title{
  color: #cd0000;
  font-size: 2.3rem;
  font-weight: bold;
}
.newsCtsBody{
  color: #333;
  font-size: 1.5rem;
  line-height: 1.7;
}
.newsCtsBody p{
  margin: 0 0 1em;
}
.newsCtsBody img{
  margin: 0 0 5px;
  max-width: 100%;
  height: auto;
}
.newsCtsBody h1,
.newsCtsBody h2,
.newsCtsBody h3,
.newsCtsBody .subTtl01{
  margin: 20px 0;
  padding: 4px 0 4px 8px;
  border-left: 3px solid #d10000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.newsCtsBody h4,
.newsCtsBody .subTtl02{
  margin: 10px 0;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
}
.newsCtsBody strong{
  font-weight: bold;
}
.newsCtsBody .txtRed{
  color: #d20000;
}
.newsCtsBody .txtGray{
  color: #666;
}
.newsCtsBody .txtBlue{
  color: #3f59df;
}
.newsCtsBody a{
  color: #3f59df;
  text-decoration: underline;
}
.newsCtsBody table{
  margin: 15px 0;
  text-align: left;
}
.newsCtsBody table tr{
  border-bottom: 1px solid #ccc;
}
.newsCtsBody table th{
  width: 35%;
  padding: 15px 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.newsCtsBody table td{
  padding: 15px 0;
  line-height: 1.5;
}
.newsCtsBody table tr th:first-child,
.newsCtsBody table tr td:first-child{
  padding-right: 15px;
}

/* アプリの使い方 */
.listManualLink .item{
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.listManualLink .itemInr{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
  -ms-flex-pack:start;
  justify-content:flex-start;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  position: relative;
  height: 45px;
  padding: 5px 20px 5px 7px;
}
.listManualLink .itemInr::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform:translateY(-50%);
  width: 11px;
  height: 17px;
  background: url(/images/menu/img_news_arrow.png) 0 0 no-repeat;
  background-size: contain;
}
.listManualLink .item .icon{
  display: block;
  width: 21px;
  height: 19px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.listManualLink .item01 .icon{
  background-image: url(/images/menu/icn_howto01.png);
}
.listManualLink .item02 .icon{
  background-image: url(/images/menu/icn_howto02.png);
}
.listManualLink .item03 .icon{
  background-image: url(/images/menu/icn_howto03.png);
}
.listManualLink .item04 .icon{
  background-image: url(/images/menu/icn_howto04.png);
}
.listManualLink .item span{
  display: block;
  margin-left: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.secHowto .ttlTop{
  padding: 15px 0;
  text-align: left;
  font-size: 2.4rem;
}
.secHowto .secSub{
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.secHowto .secSub .subTtl01{
  margin: 0 0 15px;
  padding: 4px 0 4px 8px;
  border-left: 3px solid #d10000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.secHowto .secSub .subTtl02{
  margin: 0 0 5px;
  font-size: 1.7rem;
  font-weight: bold;
}
.secHowto .imgWrap{
  margin: 20px 0 10px;
}
.secHowto .descBlock dt{
  margin: 12px 0 3px;
  font-weight: bold;
}
.secHowto .border{
  display: block;
  height: 0;
  margin: 20px 0;
  border: 0;
  border-bottom: 1px solid #ccc;
}

/* フォーム */
.menuPage .formNote{
  margin: 5px 0;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.5;
}
.menuPage .forgetLink{
  display: table;
  margin: 20px auto 0;
  text-decoration: underline;
  font-size: 1.5rem;
}
.menuPage .pt-inputTxtWrap {
  padding-top: 10px;
}
.menuPage .pt-inputItem{
	padding: 20px 15px 30px;
}
.menuPage input[type="email"],
.menuPage input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.menuPage .pt-inputText[type="email"],
.menuPage .pt-inputText[type="password"] {
  margin: 0;
  border: 1px solid #aaa;
  border-radius: 4px;
  width: 100%;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 10px;
}
.menuPage .pt-inputItem .itemInr{
  margin: 0 0 20px;
}
.menuPage .pt-inputItem .login-error:not(.is-error){
  margin: 0;
}
.menuPage .pt-inputItem .requiredTxt{
  display: none;
}
.menuPage .is-error .requiredTxt {
  display: block;
  margin: 10px 0 0;
  padding-left: 20px;
  position: relative;
  color: #dc0000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.menuPage .is-error .requiredTxt::before {
  content: " ";
  background: url(/common/images/icn_note_red.png) no-repeat center center;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* パスワード再設定 */
.menuPage .listCondition{
  margin: 20px 0;
}
.menuPage .listCondition li{
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}

/* 完了画面 */
.imgFinish {
  width: 71px;
  margin: 0 auto 20px;
}

/* 特定商取引法 */
.pt-dlistWrap .list {
  padding: 10px 0 20px;
  border-bottom: 1px solid #ccc;
}
.pt-dlistWrap .list + .list {
    padding-top: 20px;
}
.pt-dlistWrap .list .ttl {
  font-size: 1.6rem;
}
.pt-dlistWrap .list .descCts {
  margin-top: 10px;
}
.pt-dlistWrap .list .descCts .descTxt {
  font-size: 1.5rem;
  line-height: 1.5;
}


/* ----------------------------------
ショップ
---------------------------------- */
.secShop{
  padding-bottom: 100px;
}

/* ----------------------------------
スポット
---------------------------------- */
.secSpot{
  padding-bottom: 100px;
}
.pickUpBlock{
  display: none;
  margin: 0 0 30px;
}
.pickUpBlock .slider{
  max-height: 72vw;
  overflow: hidden;
  box-sizing: content-box;
}
.pickUpBlock .slider.slick-initialized{
  height: auto;
  padding-bottom: 15px;
  overflow: auto;
}
.pickUpBlock .slick-list,
.pickUpBlock .item{
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
.pickUpBlock .itemInr{
  display: block;
  position: relative;
  width: 100%;
}
.pickUpBlock .imgWrap{
  position: relative;
  min-height: 240px;
  background-color: #fff;
  overflow: hidden;
}
.pickUpBlock .imgWrap img {
  width: 100%;
  height: 72vw;
  object-fit: cover;
  object-position: 50% 50%;
}
.pickUpBlock .itemInr:hover img{
  opacity: 1;
}
.pickUpBlock .itemInfo{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:end;
  -webkit-justify-content:flex-end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 32vw;
  padding: 16px 6%;
  color: #fff;
  background-color: rgba(51,51,51,.7);
  line-height: 1;
}
.pickUpBlock .itemInfo .name{
  margin: 0 0 10px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.2;
}
.pickUpBlock .itemInfo .desc{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.4rem;
}
.pickUpBlock .slider .slick-dots{
  bottom: 0;
  line-height: 0;
}
.pickUpBlock .slick-dotted.slick-slider{
  margin: 0;
}
.pickUpBlock .slick-dots li{
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
.pickUpBlock .slick-dots li button{
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #ccc;
}
.pickUpBlock .slick-dots li.slick-active button{
  background-color: #d00000;
}
.pickUpBlock .slick-dots li button::before{
  display: none;
}
.pickUpBlock .slick-arrow {
  z-index: 10;
  display: block;
  width: 27px;
  height: 55px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.pickUpBlock .slick-prev{
  left: 0;
  background: url(/images/spot/img_arrow_l.png) 0 0 no-repeat;
  background-size: contain;
}
.pickUpBlock .slick-next {
  right: 0;
  background: url(/images/spot/img_arrow_r.png) 0 0 no-repeat;
  background-size: contain;
}
.pickUpBlock .slick-arrow::before {
  display: none;
}
.pickUpBlock .slick-disabled{
  display: none !important;
}

@media screen and (min-width: 769px) {
  .pickUpBlock .imgWrap img {
    height: 540px;
  }
  .pickUpBlock .itemInfo{
    min-height: 240px;
  }
}

/* カテゴリタブ */
.tabBlockContainer{
  margin: 0 0 15px;
  padding: 0 0 8px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.catTabBlock{
  display: table;
  margin: 0;
}
.catTabBlock{
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 15px;
}
.catTabBlock li{
  display: table-cell;
  padding-right: 7px;
}
.catTabBlock li:last-child{
  padding-right: 0;
}
.catTabBlock .tab{
  display: block;
  position: relative;
  width: auto;
  min-width: 75px;
  height: 40px;
  padding: 6px 9px;
  border-radius: 5px;
  border: 1px solid #ce0000;
  background-color: #fff;
  color: #333;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
}
.catTabBlock .tab.active{
  background-color: #ce0000;
  color: #fff !important;
}
.catTabBlock .tab.active::after{
  content: "";
  display: block;
  position: absolute;
  z-index: 999;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  border-style: solid;
  border-width: 8px 4px 0;
  border-color: #ce0000 transparent;
  box-sizing: border-box;
}

/* タグ */
.tagWrap{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin: 0;
}
.tagWrap .tag{
  max-width: 100%;
  min-width: 50px;
  margin: 0 3px 4px 0;
  padding: 0;
  color: #333;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.tagWrap .tag:last-child{
  margin-right: 0;
}

/* ----------------------------------
ショップ/スポット一覧
---------------------------------- */
.listSpotBox{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.listSpotBox .box{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 0 3%;
  width: 48.66%;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
  overflow: hidden;
}
.listSpotBox .box.large{
  width: 100%;
}
.listSpotBox .box.new::before{
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 50px;
  height: 41px;
  background: url(/common/images/label_new.png) 0 0 no-repeat;
  background-size: contain;
  pointer-events: none;
}
.listSpotBox .box.large.new::before{
  width: 68px;
  height: 56px;
}
.listSpotBox .boxInr{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.listSpotBox .thumb img{
  width: 100%;
  height: 26.6vw;
  object-fit: cover;
  object-position: 50% 50%;
}
.listSpotBox .large .thumb img{
  height: 50.67vw;
}
.listSpotBox .boxInr,
.listSpotBox .boxInr:hover{
  color: #333;
}
.listSpotBox .boxInfo{
  padding: 15px 15px 20px;
}
.listSpotBox .boxInfo .name{
  margin: 0 0 10px;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}
.listSpotBox .boxInfo .desc{
  color: #444;
  font-size: 1.4rem;
  line-height: 1.4;
}
.listSpotBox .large .boxInfo .name{
  font-size: 2.1rem;
}
.listSpotBox .large .boxInfo .desc{
  font-size: 1.7rem;
}
.listSpotBox .box .linkLabel{
  margin-top: auto;
  padding: 0 15px 20px;
}
.listSpotBox .linkLabel span{
  position: relative;
  display: table;
  margin: 0 auto;
  padding-right: 12px;
  color: #666;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
.listSpotBox .linkLabel span::after{
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  font-weight: normal;
}
.pagingBtnArea{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
  margin: 50px 1.5% 0;
}
.pagingBtnArea .btn {
  width: 48.6%;
  margin: 0;
  text-align: center;
  background: #cf0000;
  border-radius: 5px;
  display: block;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 48px;
  text-decoration: none;
}
.pagingBtnArea .btn.disabled{
  opacity: .5;
}

@media screen and (min-width: 769px) {
  .listSpotBox .thumb img{
    height: 200px;
  }
  .listSpotBox .large .thumb img{
    height: 380px;
  }
}

/* ----------------------------------
ショップ/スポット詳細
---------------------------------- */
.secDetail> .secInr{
  padding-bottom: 30px;
}
.secDetail .ctsHeader{
  margin: 0 0 15px;
}
.secDetail .tag{
  font-size: 1.4rem;
}
.secDetail .ttl01{
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: bold;
}
.secDetail .ttl01{
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: bold;
}
.secDetail .ttl02{
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #cf0000;
  font-size: 2rem;
  font-weight: bold;
}
.secDetail .ttlKana{
  margin: 5px 0 0;
  font-size: 1.4rem;
  color: #666;
}
.secDetail .desc{
  margin: 20px 0;
  font-size: 1.7rem;
  line-height: 1.7;
}
.noteBox{
  margin: 20px 0 0;
  padding: 15px;
  border: 1px solid #cfcece;
  border-radius: 5px;
  font-size: 1.5rem;
}
.noteBox .caption{
  margin: 0 0 15px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.secOutline{
  padding: 25px 15px 5px;
  background: #fff;
}
.secOutline .ctsHeader{
  margin: 0 0 20px;
}
.secOutline .ttlName{
  color: #d10000;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.secOutline .ttlKana{
  margin: 5px 0 0;
  color: #666;
  font-size: 1.4rem;
  font-weight: bold;
}
.secOutline .desc{
  font-size: 1.6rem;
}

/* listModalThumb */
.listModalThumb{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.listModalThumb::after{
  content: "";
  display: block;
  width: 33%;
  height: 0;
}
.listModalThumb .thumb{
  position: relative;
  width: 33%;
  height: 0;
  padding-top: 33%;
  margin: 0 0 0.5%;
  overflow: hidden;
}
.listModalThumb .thumb img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  object-position: 50% 50%;
}

.pt-modalImage .setModalImg{
  width: 100%;
  height: auto;
}
.pt-modalImage .sectBlock{
  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;
  height: calc(100% - 110px);
  overflow: hidden;
}
.pt-modalImage .sectBlock .imgWrap{
  width: 100%;
}


/* spotInfoTable */
.spotInfoTable{
  padding: 5px 15px 20px;
  background: #fff;
}
.spotInfoTable .ttl{
  position: relative;
  margin: 0 0 30px;
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1;
}
.spotInfoTable .ttl::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 35px;
  height: 2px;
  margin-bottom: -20px;
  transform: translateX(-50%);
  background-color: #d70200
}
.spotInfoTable .tableRow{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  font-size: 1.6rem;
  line-height: 1.6;
}
.spotInfoTable .tableRow+ .tableRow{
  border-top: 1px solid #aaa;
}
.spotInfoTable .tableRow dt{
  width: 28%;
  font-weight: bold;
}
.spotInfoTable .tableRow dd{
  width: 72%;
}
.spotInfoTable .tableRow a{
  color: #d70c00;
  text-decoration: underline;
}
.secSpot .spotInfoTable{
  border-top: 1px solid #dbdbdb;
}

/* funcBtn */
.funcBtnWrap{
  margin: 3% 0 0;
}
.funcBtn{
  display: table;
  padding: 8px 10px;
  border-radius: 5px;
  border: 1px solid #ce0000;
  color: #d70c00;
  font-size: 1.4rem;
  line-height: 17px;
  text-decoration: none !important;
}
.funcBtn .icn{
  display: inline-block;
  margin: 0 5px 0 0;
  width: 18px;
  height: 17px;
  background: url(/common/images/icn_zoom.png) 0 0 no-repeat;
  background-size: contain;
}
.funcBtn span{
  display: block;
}

/* ttlStyle01 */
.ttlStyle01{
  position: relative;
  margin: 25px 0;
  padding: 0 0 15px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.ttlStyle01::after{
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 35px;
  height: 3px;
  background: #d70200;
}

/* こちらもオススメ */
.listRecoBox .box{
  margin: 0 0 10px;
}
.listRecoBox .boxInr{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0,0,0,.15);
}
.listRecoBox .imgWrap{
  position: relative;
  width: 30%;
  height: 0;
  padding-top: 30%;
  overflow: hidden;
}
.listRecoBox .imgWrap img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  object-position: 50% 50%;
}
.listRecoBox .descBlock{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  width: 65%;
  line-height: 1.3;
}
.listRecoBox .descBlock .ttl{
  margin: 0 0 5px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}
.listRecoBox .descBlock .text{
  font-size: 1.4rem;
  color: #444;
}

/* 周辺スポット */
.secMap .mapWrap {
  padding-top: 90%;
}


/* ----------------------------------
クーポンリスト
---------------------------------- */
.listCoupon{
  margin: 0 0 20px;
}
.listCoupon .item{
  position: relative;
  margin: 0 0 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  overflow: hidden;
}
.listCoupon .item.new::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 39px;
  height: 39px;
  background: url(/images/coupon/label_new.png) 0 0 no-repeat;
  background-size: contain;
  pointer-events: none;
}
.item .expiration{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
  -ms-flex-align:start;
  align-items:flex-start;
  color: #666;
  font-size: 1.4rem;
  margin: 8px 0 0;
  line-height: 1.1;
}
.item .expiration dt{
  margin-right: .5em;
  white-space: nowrap;
}

/* 通常クーポン */
.itemCoupon .itemInr{
  display: block;
  padding: 8px;
  color: #333;
}
.itemCoupon .dtlBlock{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
}
.itemCoupon .dtlBlock .thumb{
  width: 80px;
  height: 80px;
  margin-right: 10px;
  overflow: hidden;
}
.itemCoupon .dtlBlock .thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.itemCoupon .dtlBlock .txtWrap{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-flex:1;
  -webkit-flex:1;
  -ms-flex:1;
  flex:1;
  font-weight: bold;
  line-height: 1.25;
}
.itemCoupon .dtlBlock .shop{
  margin: 0 0 5px;
  font-size: 1.1rem;
}
.itemCoupon .dtlBlock .name{
  font-size: 1.9rem;
}

/* インセンティブクーポン */
.itemIncentive .itemInr{
  display: block;
  padding: 0;
}
.couponIncBlock{
  padding: 16px 10px 10px;
  background: #f87e16 url(/images/coupon/bg_coupon.png) center center no-repeat;
  background-size: cover;
}
.couponIncBlock .coverage{
  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;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  padding: 5px 20px;
  min-height: 34px;
  background: url(/images/coupon/bg_incentive_ribbon.png) 0 0 no-repeat;
  background-size: 100% 100%;
  color: #f87e16;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.2;
}
.couponIncBlock .name{
  margin: 10px 5px 15px;
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.5;
}
.couponIncBlock .expiration{
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

/* ----------------------------------
メッセージボックス／ポップアップ
---------------------------------- */
.systemMsgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
  width: 100%;
  min-height: 50px;
  border-radius: 25px;
  padding: 3px 1em;
  border: 2px solid #333;
  box-shadow: 0 2px 2px rgba(0,0,0,.1);
  background-color: #ffeef2;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}
.systemMsgBox.styleRed {
  border-color: #cd000d;
  color: #cd000d;
}
.systemMsgBox.styleGray {
  border-color: #6b7280;
  color: #6b7280;
}
.systemMsgBox .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}
.systemMsgBox .iconStar {
  background-image: url(../common/images/icn_message.png);
}
.systemMsgBox .iconCheck {
  background-image: url(../common/images/icn_popup_check.png);
}
.systemMsgBox .iconError {
  background-image: url(../common/images/icn_popup_error.png);
}
.systemMsgBox span {
  display: inline-block;
}
.systemMsgBox .icon + span {
  margin-top: 2px;
  max-width: calc(100% - 30px);
}
.popupBoxContainer {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  padding: 6px 15px;
}
.popupBoxContainer .systemMsgBox {
  margin: 0;
}

/* ----------------------------------
メンテナンス
---------------------------------- */
.messageBox01 {
  padding: 20px 10px;
  border-radius: 5px;
  border: 2px solid #cd000d;
  background-color: #fff;
}
.messageBox01 .caption {
  margin-bottom: 5px;
  color: #cd000d;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
.messageBox01 .txtDefine dt {
  font-size: 1.6rem;
  font-weight: bold;
}
.messageBox01 .txtDefine dd {
  color: #cd000d;
  font-size: 1.6rem;
  font-weight: bold;
}
.messageBox01 .txtDefine + p {
  margin-top: 10px;
}