@charset "utf-8";
/* CSS Document */
#container{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#222222;
}
.c-f:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.c-f{
	min-height:1%;
	display:block;
}
h2.rs_h2_title_bar {
	padding: 10px 15px;
	background-color:#0071BE;
	color: #fff;
	font-size: 16px;
	margin-top:20px;
}
h3.rs_h3_title_bar{
	padding: 5px 15px !important;
	background-color:#666666;
	color: #fff;
	font-size: 16px;
	font-weight:normal !important;
	border-left:none !important;
	margin-top:20px !important;
}
h4.rs_h4_title_bar{
	border-left:5px solid #898989;
	padding:0 15px;
	color:#434343;
	font-size: 16px !important;
	font-weight:normal !important;
	margin-top:20px !important;
}
.lead {
    font-size:14px;
    line-height:1.7;
}
.lead  a{
	text-decoration:underline;
}
.bold{
	font-weight:bold;
}
.indent01 > * {
  text-indent: -1em;
  padding-left: 1em;
}
.indent02 > * {
  text-indent: -2em;
  padding-left: 2em;
}
.indent03 > * {
  text-indent: -3em;
  padding-left: 3em;
}
:root {
	--lightblue:#e9f6fe;
	--lightGreen:#f6fedf;
	--lightGray:#eeeeee;
}
/*--------------------------------------
  　　背景色
--------------------------------------*/
.contents-area .block.--blue {
	background-color: var(--lightblue);
}
.contents-area .block.--green {
	background-color: var(--lightGreen);
}
.contents-area .block.--gray {
	background-color: var(--lightGray);
}

/*--------------------------------------
  　　ボタン青
--------------------------------------*/
.btn-blue a {
	display: block;
	width: 480px;
	margin: 0 auto;
	padding: 1em 0;
	background: #0071BE;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;/*変化を緩やかに*/
	font-size: 17px;
  font-weight: bold;
  position: relative;
}
.btn-blue a::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  display: inline-block;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-75%) rotate(135deg);
  margin-left: 0.5em;
}
.btn-blue a:hover {
	color: #fff;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.btn-blue-fin span {
	display: block;
	width: 480px;
	margin: 0 auto;
	padding: 1em 0;
	background-color: #01548D;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	color: #7f7f7f;
	font-size: 17px;
  font-weight: bold;
	text-align: center;
}
.btn-blue a:active{  /* クリック時の設定 */
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow:none;
}

/*---------------------------------
  テキストリンク
-----------------------------------*/
.txt-link {
  margin: 0;
  text-align: center;
}
.txt-link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0071be;
  text-decoration: none;
  transition: 0.3s ease-out;
  font-size: 14px;
}
.txt-link a:hover {
  color: #0062a3;
  text-decoration: underline;
}
/* 前付き */
.txt-link.arrow-before.arrow-R a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
	margin: 0px 5px 0px 0px;
  border-bottom: 1px solid #0071be;
  border-right: 1px solid #0071be;
  transform: rotate(-45deg);
}
.txt-link.arrow-before.arrow-R a:hover::before {
  border-bottom: 1px solid #0062a3;
  border-right: 1px solid #0062a3;
}
/* 後ろ付き */
.txt-link.arrow-after.arrow-B a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 3px 8px;
  border-bottom: 1px solid #0071be;
  border-right: 1px solid #0071be;
  transform: translateY(-2px) rotate(45deg);
}
.txt-link.arrow-after.arrow-B a:hover:after {
  border-bottom: 1px solid #0062a3;
  border-right: 1px solid #0062a3;
}

/*------------------------------------------------
  　ヘッダ下のキャンペーン期間＆プレー対象期間
--------------------------------------------------*/
.deadline {
    background-color: #fff;
	color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    height: 40px;
    text-align: center;
	margin: 20px 0;
}
.deadline ul {
    border: 1px solid #acacaa;
    line-height: 2.5;
}
.deadline ul li {
    background-color: #ffffff;
    color: #313131;
    display: table-cell;
    font-weight: bold;
    padding: 0 10px;/*年をまたぐ時は9px*/
}
.deadline ul li.ulTitle01 {
    background-color: #c0c0c0;
}
.deadline ul li.ulTitle02 {
    background-color: #c0c0c0;
}

/*---------------------------------
  　独自のコンテンツエリア
-----------------------------------*/
.contents-area{
	font-size:18px;
	text-align: center;
	letter-spacing: 0.05em;
}
.contents-area img {
  max-width: 100%;
  vertical-align: bottom;
}

.contentsTtl {
  font-size: 25px;
	font-weight: normal;
  padding: 0;
  display: inline-block;
}
.contentsTtl .--sm {
	font-size: 18px;
}
.contentsTtl .highlight {
  position: relative;
  display: inline-block;
  padding: 0;
	z-index: 10;
  text-decoration: underline;
  text-decoration-thickness: 0.8rem;
  text-decoration-color: #FFEF39;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
  line-height: 1.7;
}

/*.contentsTtl .highlight:before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: #ffef39;
  position: absolute;
  bottom: 3px;
  left: -14px;
	-webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
  z-index: -1;
  padding: 0 10px;
}*/
span.emphasis{
	font-size: 32px;
	font-weight: bold;
}
.contentsTtl .--sm span.emphasis{
	font-size: 22px;
}
span.notes{
	display: block;
	font-size: 16px;
	margin-top: 10px;
}

h2.Ttl-icon{
	position: relative;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #006428;
	margin: 0 0 20px;
	/*padding: 0 150px;*/
	line-height: 1.4;
}
/*h2.Ttl-icon:before {
	content: url(/special/vtctokaiclassic23/images/icon01_pc.png);
	display: block;
	position: absolute;
	top:50%;
	left:120px;
	-webkit-transform:translateY(-50%);
	transform: translateY(-50%);
}
h2.Ttl-icon::after {
	content: url(/special/vtctokaiclassic23/images/icon01_pc.png);
	display: block;
	position: absolute;
	top:50%;
	right:120px;
	-webkit-transform:translateY(-50%);
	transform: translateY(-50%) scaleX(-1);
}*/

/*---------------------------------
  レイアウト
-----------------------------------*/
.column {
	display: flex;
  align-items: center;
}

/*---------------------------------
  ticket
-----------------------------------*/
#ticket .block {
	padding: 30px 45px 40px;
}
#ticket h2.Ttl-icon {
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#ticket h2.Ttl-icon::before {
  display: inline-block;
  content: "";
  width: 42px;
  height: 90px;
  background: url("../images/icon_leaf.png") no-repeat center center;
  background-size: 100%;
  margin-right: 0.5em;
}
#ticket h2.Ttl-icon::after {
  display: inline-block;
  content: "";
  width: 42px;
  height: 90px;
  background: url("../images/icon_leaf.png") no-repeat center center;
  background-size: 100%;
  transform: scaleX(-1);
  margin-left: 0.2em;
}
#ticket h2.Ttl-icon .exp {
  font-size: 14px;
  font-weight: normal;
}
#ticket .ticket-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0 0 30px;
}
#ticket .ticket-txt {
  width: 48%;
  font-size: 24px;
  font-weight: bold;
}
#ticket .ticket-txt .marker {
  text-decoration: underline;
  text-decoration-thickness: 0.8rem;
  text-decoration-color: #FFEF39;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
  line-height: 1.6;
}
#ticket .ticket-image {
  width: 48%;
}

/*---------------------------------
  coupon
-----------------------------------*/
#coupon .block {
	padding: 30px 45px;
}
#coupon .column {
	justify-content: space-between;
}
#coupon .coupon-text {
	font-size: 20px;
	color: #0071be;
	font-weight: bold;
	margin: 0px 0px 10px;
}
#coupon .txt-link {
	margin:15px 0px 0px;
}


/*--------------------------------------
  goods
--------------------------------------*/
#goods .block {
	margin: 0 0px 40px;
	padding: 40px 0px;
  background-color: #EDFAC8;
}
#goods h2.Ttl-icon {
	margin: 0px 0px 20px;
}
#goods h2.Ttl-icon span {
  font-size: 32px;
}
#goods .present-item-box {
	text-align: center;
}
#goods .present-item-img img{
	width: 500px;
}
#goods .present-item-box p {
	font-size: 16px;
	margin: 20px 0px 0px;
}


/*--------------------------------------
  detail
--------------------------------------*/
#detail .block {
	margin: 0 0px 40px;
	padding: 30px;
}
#detail .column {
	justify-content: space-between;
}
#detail .title {
	font-size: 22px;
	font-weight: bold;
}
#detail .text-wrapper {
	text-align: start;
}
#detail .text-wrapper .text-list {
}
#detail .text-wrapper .text-list .text-item {
	font-size: 16px;
	margin-bottom: 10px;
}
#detail .text-wrapper li span {
	display: inline-block;
	background-color: #e0e0e0;
	min-width: 108px;
	padding: 5px 0px;
	margin-right: 10px;
	text-align: center;
}
#detail .text-wrapper .txt-link {
	text-align: start;
	margin-bottom: 10px;
}
#detail .text-wrapper .txt-link a {
	text-decoration: underline;
}
#detail .text-wrapper .notes{
	font-size: 14px;
	margin: 0px;
}

/*--------------------------------------
  gallery
--------------------------------------*/
#gallery .block {
	margin: 0 0px 40px;
	padding: 40px 110px 60px;
}
#gallery .subtitle {
  text-align: center;
	font-size: 24px;
	font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#gallery .subtitle::before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 30px;
  background-color: #000;
  transform: translateY(0%) rotate(-25deg);
  margin-right: 0.5em;
}
#gallery .subtitle::after {
  display: inline-block;
  content: "";
  width: 3px;
  height: 30px;
  background-color: #000;
  transform: translateY(0%) rotate(25deg);
  margin-left: 0.5em;
}
#gallery .title {
  text-align: center;
	font-size: 44px;
	font-weight: bold;
  margin: 0 0 40px;
}
#gallery img {
  border-radius: 20px;
}
#gallery .gallery01 {
  margin: 0 0 30px;
}
#gallery .gallery02 {
  width: 620px;
  margin: 0 auto 60px;
}


/*---------------------------------
  　ページTOP
-----------------------------------*/
#page-top {
    bottom: 20px;
    display: block;
    position: fixed;
    margin-left: 980px;
	width: 960px;
}
/*--------------------------------------
  　　キャンペーン概要
--------------------------------------*/
#outline_box {
	margin: 0 0 15px;
	border: 2px solid #0071BE;
	font-size: 1.2em;
}
#outline_box dl{
	margin:5px 0;
}
#outline_box dt{
	padding:10px 0 0 15px;
	font-weight:bold;
	color:#0071BE;
	float:left;
}
#outline_box dd{
	padding:10px 10px 10px 210px;
	border-bottom:1px dashed #ccc;
	line-height:140%;
}
#outline_box dd.last{
	border:0;
}
#outline_box .ttl {
	width: 100%;
	background: #cccccc;
	margin: 0;
}
#outline_box .ttl dt {
	width: 100%;
	background: #d9e1f2;
	float: none;
	color: #222;
	font-weight: normal;
	padding: 10px 0 10px 15px;
	box-sizing: border-box;
  }
/*--------------------------------------
  　　注意事項
--------------------------------------*/
.notice_tit {
	padding: 8px 15px;
	background-color: #ccc;
	font-size: 1.2em;
}
#notice_box {
	margin: 0 0 10px;
	width:956px;
	border: 2px solid #ccc;
	font-size: 1.2em;
}
#notice_box dl{
	margin: 0;
}
#notice_box dt{
	padding:10px 0 0 15px;
	font-weight:bold;
	float:left;
}
#notice_box dd{
	padding:10px 10px 10px 210px;
	border-bottom:1px dashed #ccc;
	line-height:140%;
}
#notice_box dd.last{
	border:0;
}
#notice_box ul{
	margin-left: 0;
}
#notice_box ul li {
	list-style: disc;
	list-style-position: outside;
}

/*--------------------------------------
  　共通キャンペーンの注意事項ボタン
--------------------------------------*/
.btn_info a {
	display: block;width: 40%;
	padding: 15px 0;
	margin: 0 auto;
	text-decoration: none;
	border:1px solid #0071BE;
	color: #0071BE;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-tap-highlight-color: transparent;transition: .3s ease-out;
}
.btn_info a:hover{
	color: #5fb0e7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}
.btn_info a:active{
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow:none;
}

/*---------------------------------
  クーポンゲット型
-----------------------------------*/
.coupon-item.js-get-coupon {
  text-align: center;
}
.coupon-item.js-get-coupon a {
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
}
.coupon-item.js-get-coupon a:hover {
  color: #fff;
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.coupon-item.js-get-coupon a:active {
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow:none;
}
.coupon-item.js-get-coupon .js-coupon-detail img {
  border-radius: 4px;
  pointer-events: none;
}
.coupon-item.js-get-coupon .js-coupon-detail img {
  width: 400px;
}
.coupon-item.js-get-coupon .js-coupon-detail p {
  font-size: 14px;
}
.coupon-get-2col {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}
.coupon-get-2col .coupon-item.js-get-coupon {
  width: 400px;
  margin: 0 20px;
}

/*---------------------------------
  クーポン終了対応
-----------------------------------*/
.coupon-item.js-get-coupon .js-coupon-notfound p {
  position: relative;
  display: inline-block;
}
.coupon-item.js-get-coupon .js-coupon-notfound p:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.coupon-item.js-get-coupon .js-coupon-notfound img {
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  pointer-events: none;
}
.coupon-item.js-get-coupon .js-coupon-notfound span {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding: 10px;
  z-index: 999999;
  text-align: center;
  width: 80%;
  font-size: 16px;
}
.coupon-item.js-get-coupon .js-coupon-notfound img {
  width: 400px;
}
.coupon-item.js-get-coupon .js-coupon-notfound p {
  font-size: 14px;
}
.coupon-item.js-get-coupon .js-coupon-notfound.comingsoon span {

  width: 400px;
}

/*--------------------------------------
  　　キャンペーン終了対応
--------------------------------------*/
#str_container #header{
	width:960px;
	position:relative;
}
#str_container #header img {
  max-width: 100%;
  vertical-align: bottom;
}
#str_container #header .h-txt{
	display:none;
}
#str_container #header-fin{
	width:960px;
	position:relative;
	background:#000;
}
#str_container #header-fin .h-overlay{
	width: 100%;
	height: auto;
	z-index: 999;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#str_container #header-fin .h-txt {
	position:absolute;
	background:#fff;
	padding:20px 40px;
	top:50%;
	left:290px;
	margin:-50px 0 0;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	z-index: 999999;
	text-align:center;
}
#str_container #header-fin .h-txt p {
	font-size:160%;
	font-weight:bold;
	color:#ff0000;
	font-family:"メイリオ", Meiryo, Osaka;
}
#str_container #header-fin .h-txt p span {
	font-size:80%;
	font-weight:normal;
}

/*---------------------------------
  　終了対応
-----------------------------------*/
.hide {
  border: 1px solid #333;
  padding: 10px 0;
  text-align: center;
  margin: 20px 0px;
  font-size: 14px;
  font-weight: bold;
  width: 70%;
  margin: 20px auto;
  font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.hide p {
  margin-top: 0px;
}

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome,#container {
	  font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}