@charset "UTF-8";

/* --------------------------------------------------------------

	01.初期設定

----------------------------------------------------------------- */
/* h1 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}
/* 商品紐付けで自動表示されるアンカーリンクを非表示*/
.ec-featureItems.buttons {
	display: none;
}

@media only screen and (max-width: 767px) {
  .contents_, .mainframe_ {
    width: 100% !important; } }

.contentWrapper * {
  box-sizing: border-box; }
  .contentWrapper *::before, .contentWrapper *::after {
    box-sizing: border-box; }

figure {
  margin: 0;
  padding: 0; }

.hp_pcOnly {
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .hp_pcOnly {
      display: none; } }

.hp_spOnly {
  display: none; }
  @media only screen and (max-width: 767px) {
    .hp_spOnly {
      display: inline-block; } }

@media only screen and (max-width: 767px) {
  .image_sp_w100 {
    width: 100%;
    height: auto; } }
.hp_mb0 {
  margin-bottom: 0 !important; }

.hp_mb5 {
  margin-bottom: 5px !important; }

.hp_mb20 {
  margin-bottom: 20px !important; }

.hp_mt5 {
  margin-top: 5px !important; }

.hp_mt10 {
  margin-top: 10px !important; }

.hp_mt15 {
  margin-top: 15px !important; }

.hp_mt20 {
  margin-top: 20px !important; }

.hp_mt25 {
  margin-top: 25px !important; }

.hp_mt30 {
  margin-top: 30px !important; }

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

.hp_fontSize80 {
  font-size: 80%; }

.hp_fontSize120 {
  font-size: 120%;
  vertical-align: -1px; }

.hp_fontSize130 {
  font-size: 130%;
  vertical-align: -1px; }

.hp_fontSize140 {
  font-size: 140%;
  vertical-align: -1px; }

/* font-family */
.hp_fontFamily {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: .08em; }

.hp_fontArial {
  font-family: Arial, Helvetica, sans-serif; }

/* テキストラインマーカー */
.hp_textMarker {
  color: #ccc;
  background: linear-gradient(transparent 50%, #ffecec 50%); }

/* 文字間ひろく */
.hp_textSpace {
  letter-spacing: .2em; }

/* キャプション */
.bl_captionList {
  font-size: 0.75rem; }

  .bl_captionList > li {
  margin-top: .2em;
  padding-left: 1em;
  text-indent: -1em; }

/* フォントウェイト */
.fw-normal {
  font-weight: normal !important; }

.fw-bold {
  font-weight: bold !important; }

/* フォントカラー */
.fc-orange {
  color: #d45437 !important; }

/* セクション */
.bl_section {
  margin-top: 70px; }

.bl_sectionHeading {
  margin-bottom: 25px;
  text-align: center; }

/* h1とソート機能を非表示 */
.event_name_header_,
.event_name_,
.category_name_ {
  display: none !important; }


/* --------------------------------------------------------------

	エントリーボタン

----------------------------------------------------------------- */
#entry{
    text-align: center;
    margin: 30px 0 40px;
}

#entry .txt{
    text-align: center;
    font-size: 15px;
	margin-bottom: 30px;
	font-weight:bold;
}

#entry .ttl{
    color: #c3903c;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

#entryBtn{
	width: 35%;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    background-color: #0b41bb;
    box-shadow: 0 5px 1px rgba(0,54,78,1);
    margin: 10px auto;
}

#entryBtn p{
	padding: 20px 31px 20px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-size: 100% 100%;
    font-size: 18px;
}

#entryBtn:hover{
	opacity: 0.6;
}

#entryBtn p:after {
    position: absolute;
    content: '';
    top: 45%;
    left: 86%;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/html/upload/user_data/feature/400pt/img/2507/icon2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#ctgTtl{
	background-color: #3f9823;
	margin-bottom: 50px;
}

#ctgTtl p{
	color: #FFF;
    text-align: center;	
	font-weight: bold;
	font-size: 20px !important;
	padding: 15px 0;
}

@media only screen and (max-width: 767px){
#entry{
    margin: 20px 0 30px;
}
#entryBtn{
	width: 100%;
	}
}


/* --------------------------------------------------------------

	アンカー

----------------------------------------------------------------- */
.naviList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin: 20px 0  50px !important;
}
.naviList li{	  
    width: 31%;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    background-color: #22a7e8;
    box-shadow: 0 5px 1px rgba(0,54,78,1);
    margin: 0px 1%;
}	  	  
@media only screen and (max-width: 767px) {
.naviList {
	margin: 10px 0 !important;
}
.naviList li{	  
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    background-color: #22a7e8;
    box-shadow: 0 5px 1px rgba(0, 54, 78, 1);
    margin: 0px 0 20px;
}
}
.naviList li p{	  
	padding: 20px 31px 20px 18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-size: 100% 100%;
    font-size: 16px;
}
.naviList li p:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 2px;
    display: block;
}
.naviList li p:after {
    position: absolute;
    content: '';
    top: 45%;
    left: 88%;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/html/upload/user_data/feature/400pt/img/2507/icon.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
.naviList li:hover{
	opacity: 0.6;
}
@media only screen and (max-width: 767px) {
.naviList li p{	  
    padding: 14px 20px 11px 14px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-size: 100% 100%;
    font-size: 15px;
}	
}


/* --------------------------------------------------------------

	400ポイントもらえるキャンペーン/
    ポイントを最大限もらうには

----------------------------------------------------------------- */
.incentiveTtl{
	background:#0b41bb url(/html/upload/user_data/feature/400pt/img/2507/ttlBK.png) no-repeat center center;
	background-size: auto 67%;
    padding: 30px 0 20px;
    border-radius: 10px 10px 0 0;
	margin-bottom: 40px;
}

@media only screen and (min-width: 2000px) {
.incentiveTtl{	  
	background-size: auto 76%;
    padding: 20px 0;
}	
}

@media only screen and (max-width: 920px) {
.incentiveTtl{	  
	background-size: auto 46%;
	padding: 6% 0 5%;
	margin-bottom: 14px;
}	
}

@media only screen and (max-width: 767px) {
.incentiveTtl{	  
	background:#0b41bb url(/html/upload/user_data/feature/400pt/img/2507/ttlBK_sp.png) no-repeat center center;
	background-size: auto 40%;
}	
}

.incentiveTtl p{
	margin: auto;
    color: #FFF;
    font-weight: bold;
    text-align: center;
	font-size: 18px !important;
}

.incentiveTtl p span{
	font-size: calc(1.5vw + 1.5rem);
}

@media only screen and (min-width: 2000px) {
.incentiveTtl{	  
	font-size: 37px;
}
.incentiveTtl p span{
	font-size: 47px;
}	
}

.incentiveTtl p img{
	margin: -15px 20px 0;
}


#incentive1,#incentive2{
	text-align: center;
    border-radius: 16px;
    background-color: #f1faff;
	margin-top: 35px;
}

.incentiveTxt{
	padding-bottom: 30px;
}

.incentiveTxt p{
	font-weight: bold;
    font-size: 18px;
    line-height: 1.8em;
	width: 90%;
	margin: auto;	
}

.incentiveTxt img{
	width: 85%;
	margin: 20px 0;
}

.incentiveTxt2 p{
	font-weight: bold;
    font-size: 18px;
    line-height: 1.8em;
	width: 90%;
	margin: auto;
}

.incentiveImg{
	margin: 0 auto 50px;
	width: 70%;
	background-color: #fff;
	border: solid 5px #d3f1ff;
	border-radius: 20px;
	padding: 30px 0;
}

.incentiveImg img{
	width: inherit;
}

.TxtHighlight{
	font-size: 20px !important;
	margin: 0 auto 30px;
	width: 85%;
}

.TxtHighlight img{
	width: inherit;
}


@media only screen and (max-width: 767px){
.incentiveTxt p,.incentiveTxt2 p{
    font-size: 16px;
}
	
.TxtHighlight{
	margin-bottom: 20px;
}
.incentiveImg{
	margin: 0 auto 20px;
    width: 100%;
    background-color: #fff;
    border: solid 3px #d3f1ff;
    border-radius: 20px;
    padding: 2%;
}	
}

.TxtHighlight span{
	font-size: 32px;
	color: #900201;
	margin: 0 10px;
	background: linear-gradient(transparent 60% , #ffe157 70%);
}

@media only screen and (max-width: 767px){
.incentiveTxt{
	width: 95%;
    display: block;
    margin: auto;
	padding-bottom: 10px;
}
.incentiveTxt img{
	width: 100%;
	margin: 10px 0;
}
.incentiveTxt2{
	width: 95%;
    display: block;
    margin: auto;
	padding-bottom: 0;
}
.incentiveTxt2 img{
	width: 100%;
	margin: 2px 0;
	padding-bottom: 10px;
}	
}


/* --------------------------------------------------------------

	列車旅ポイント5倍キャンペーン

----------------------------------------------------------------- */
.tabi {
  margin: 80px auto;
  text-align: center;
}

.tabi p{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;	
}

.tabi p:first-child{
  color: #00a43c;
}

  @media only screen and (max-width: 767px) {
.tabi {
  margin: 50px auto;
  text-align: center;
}

.tabi p{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 3%;
}
}


/* --------------------------------------------------------------

	ポイントを最大限もらうには

----------------------------------------------------------------- */
.ttlBr {
  display: none; }
  @media only screen and (max-width: 1200px) {
    .ttlBr  {
      display: inline-block; }
}

.ttlSpace {
  display: inline; }
  @media only screen and (max-width: 1200px) {
    .ttlSpace {
      display: none; }
}

.entryList{
	margin: 40px auto !important;
}

.entryList li{
	text-align: left;
	display: inline-block;
	width: 80%;
	margin: auto;
	color: #ff4200;
	font-weight: bold;
	font-size: calc(0.45vw + 1.5rem) !important;
	white-space: nowrap;
}

.entryList .cpName{
	text-align: center;
    padding: 15px 0;
	width: 80%;
	margin-right: 2%;
	margin-bottom: 20px
}

.entryList li:first-child .cpName{
	background: #0b41bb;
	color: #fff;
    display: inline-block;
	border-radius: 10px;
	font-size: calc(1.25vw + 1.5rem);
}
.entryList li:last-child .cpName{
	background: #00a43c;
	color: #fff;
	display: inline-block;
	border-radius: 10px;
	font-size: calc(1vw + 1.5rem);
}

@media only screen and (min-width: 1400px) {
.entryList li:first-child .cpName {
    background: #0b41bb;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    font-size: 30px;
}  
.entryList li:last-child .cpName{
    background: #00a43c;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    font-size: 26px;
}
}

@media only screen and (max-width: 900px) {
.entryList{
	margin: 20px auto !important;
}	
.entryList li{
	width: 90%;
	text-align: center;
	margin-bottom: 2%;
}
.entryList .cpName{
	width: 80%;
}	
.entryList li:first-child .cpName{
	font-size: calc(0.5vw + 1.5rem);
}
.entryList li:last-child .cpName{
	font-size: calc(0.2vw + 1.5rem);
}	
}

@media only screen and (max-width: 767px) {
.entryList li{
	width: 95%;
}
.entryList .cpName{
	width: 100%;
	margin-bottom: 2%;
}	
.entryList li:first-child .cpName{
	font-size: calc(0.7vw + 1.5rem);
	display: block;
}
.entryList li:last-child .cpName{
	font-size: calc(0.7vw + 1.5rem);
	display: block;
}	
}

.ttl02{
    width: 90%;
    color: #0b41bb;
    position: relative;
    display: block;
    margin: 0 auto !important;
    padding: 0;
    text-align: center;
    font-weight: bold;
}

.ttl02 span {
    position: relative;
    padding: 0 1em;
    font-size: calc(0.55vw + 1.5rem);
    background: #f1faff;
    font-weight: bold;
}

@media only screen and (min-width: 3000px) {
.ttl02 span {
    font-size: 26px;
}	
}

.ttl02:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background: #0b41bb;
}
@media only screen and (max-width: 767px) {
.ttl02 span {
    position: relative;
    padding: 10px 1em;
    font-size: calc(0.3vw + 1.5rem);
    background: #f1faff;
    font-weight: bold;
}	
}
@media only screen and (max-width: 400px) {
.ttl02:before {
    display: none;
}	
}

.pointList_box{
	display: flex;
	justify-content: center;
	padding: 50px 5%;
    margin-bottom: 50px;
	padding-bottom: 50px;
}

.pointList_box div{
	margin-right: 3%;
}

.pointList_box li{
    margin-bottom: 10px;
    text-align: right;
}

@media only screen and (max-width: 767px) {
.pointList_box{
	display: block;
	padding: 30px 2%;
}

.pointList_box div{
	margin-right: 3%;
}

.pointList_box li{
    margin-bottom: 10px;
    text-align: center;
}	
}


/* --------------------------------------------------------------

	注意事項

----------------------------------------------------------------- */

.note{
	background-color: #e8e8e8;
	border-radius: 10px;
	padding: 40px 0;
	margin: 50px 0;
}

.note p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
    padding-bottom: 20px;
}

.note ul{
	width: 80%;
    margin: 20px auto !important;
}

.note ul li{
    font-size: 12px !important;
    text-indent: -1em;
    line-height: 2em;
}

