@charset "UTF-8";
/* CSS Document */

html {
	font-size: 10px;
}

body {
	-webkit-text-size-adjust: 100%;
	color: #18264B;
	font-family: Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	line-height: 1.7;
	letter-spacing: 0.1rem;
	font-size: 1.4rem;
}

/* fonts
-------------------------------------------------------------- */

@font-face {
    font-family: 'BLGtx';
    src: url('../fonts/blgHudson.eot');
    src: url('../fonts/blgHudson.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blgHudson.woff2') format('woff2'),
         url('../fonts/blgHudson.woff') format('woff'),
         url('../fonts/blgHudson.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'JPtx';
	src: url('../fonts/NotoSansCJKjp-Black.eot');
	src: url('../fonts/NotoSansCJKjp-Black?#iefix') format('embedded-opentype'),
		  url('../fonts/NotoSansCJKjp-Black.woff2') format('woff2'),  
		  url('../fonts/NotoSansCJKjp-Black.woff') format('woff'),
		  url('../fonts/NotoSansCJKjp-Black.ttf') format('truetype');
		  font-style: normal;
		  font-weight: 900; 
}

.gtc {
	font-family: Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

.mnc {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

.blgTx {
	font-family: BLGtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

.jpnTx_bold {
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
}

.jpx_blg_mixTx{
	font-family: BLGtx, JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
}


/* Debug
-------------------------------------------------------------- */

.scrollValue {
    margin: 0;
    position: fixed;
    right: 10px;
    top: 10px;
	color: #066;
	font-size: 35px;
	z-index: 500;
}


/* samples
-------------------------------------------------------------- */

.sample_textLR {
	text-align: justify;
	text-justify: inter-ideograph;
}

.sample_minFontSize {
	font-size: 23px;
	font-size: -webkit-calc(23px + 12vw);
	font-size: -moz-calc(23px + 12vw);
	font-size: calc(23px + 12vw);
	line-height: 36px;
	line-height: -webkit-calc(36px + 12vw);
	line-height: -moz-calc(36px + 12vw);
	line-height: calc(36px + 12vw);
}

.sample_radius {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.sample_grad {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.9,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, #FFF, rgba(255,255,255,0) 90%);
	background: linear-gradient(to bottom, #FFF, rgba(255,255,255,0) 90%);
}

.sample_transition {
	transition: .5s;
}

.sample_transition:hover {
	opacity: .7;
}

.sample_radial {
	transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
}

.sample_noSelect {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.sample_shadow_box {
	/*左右 上下 ぼかし 広がり 色 内側指定（inset）*/
	box-shadow: 2px 2px 4px;
}

.sample_shadow_text {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	text-shadow: 0 0 15px #272727;
}

.sample_marker {
	background: linear-gradient(transparent 70%, #ffdcb8 0%);
	display: inline;
	/*横に余白をつけたり、下にずらしたりするときは以下のpaddingで調整*/
	padding: 0 2px 4px;
}


/* general
-------------------------------------------------------------- */

.onlyPC, .onlyPC_il {
	display: none;
}

.mgb0 {margin-bottom: 0 !important;}
.mgb15 {margin-bottom: 15px !important;}
.mgb30 {margin-bottom: 30px !important;}
.mgb50 {margin-bottom: 50px !important;}
.mgb100 {margin-bottom: 100px !important;}

.pdgT20 {padding-top: 20px !important;}
.pdgT50 {padding-top: 50px !important;}

.pdL8 {padding-left: 8px !important;}
.pdgL26 {padding-left: 26px !important;}

.pdgB30 {padding-bottom: 30px !important;}
.pdgB1 {padding-bottom: 1px !important;}

.hide_tx {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.alignC {text-align: center;}
.alignR {text-align: right;}

.alignLR {
	text-align: justify;
	text-justify: inter-ideograph;
}





/* menu
-------------------------------------------------------------- */

@keyframes checked-anim {
    100% {
        width: 100%;
    }
}

@keyframes not-checked-anim {
    0% {
        width: 100%;        
    }
}

.ul_menu {
    display: none;
	padding-bottom: 18px;
}

#burger {
    position: fixed;
    top: 7px;
    right: 7px;
    background-image: url(../images/bt_menu.svg);
	background-repeat: no-repeat;
	width: 40px;
    height: 40px;
    transition: .5s ease;
    cursor: pointer;
    z-index: 1100;
	
	/*display: none;*/
}

#menu-toggle:checked + #burger {
    transform: rotate(180deg);
    transition: transform .5s ease;
}

#main_menu {
    position: fixed;
	right: 0;
    width: 0;
    height: 100%;
    animation: not-checked-anim .2s both;
    transition: .5s;
	z-index: 1000;
	text-align: center;
	padding-top: 18px;
	overflow: auto;
}

#menu-toggle:checked ~ #main_menu {
    animation: checked-anim .5s ease both;
	background-image: url(../images/bg_menu.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#menu-toggle:checked ~ #burger {
	background-image: url(../images/bt_menu_close.svg);
	background-repeat: no-repeat;
}

#menu-toggle:checked ~ #main_menu .ul_menu {
    display: block;
	margin: 0 auto;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    display: none;
}

.a_menu, .a_menu:visited {
	display: block;
	color: #FFF;
	font-size: 1.9rem;
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
	line-height: 1.1;
	padding: 10px 0;
}

.ul_menu li:nth-child(odd) {
	background-color: rgba(107,135,173,.5);
}

.a_menu:hover {
	opacity: .8;
}

.menu_grayout {
	opacity: .3 !important;
}

.logo_menu {
	width: 60px;
	margin: 0 auto 12px;
	display: none;
}

#menu-toggle:checked ~ #main_menu .logo_menu {
    display: block;
}

.btSnsTop_spc {
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	display: none;
}

#menu-toggle:checked ~ #main_menu .btSnsTop_spc {
    display: block;
}

.a_btSnsTop {
	display: inline-block;
	width: 30px;
	line-height: 0;
	margin: 0 4px;
}

.btSnsTop {	
	width: 100%;
}

.btSnsTop:hover {
	opacity: .7;
}




/* upperFixed
-------------------------------------------------------------- */

.fixed_leftTop {
	z-index: 200;
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 5px;
}

.a_logoBLG_bk {
	display: block;
	float: left;
}

.icon_logoBLG_bk {
	width: 42px;
}

.a_logoBLG_bk:hover {
	opacity: .7;
}


/* TOP
-------------------------------------------------------------- */

.fullBG {
	position: fixed;
	z-index: -10;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_top_fullHdr.jpg);
	background-size: cover;
	background-position: center center;
}

#efxbg {
	position: fixed;
	z-index: -5;
	width: 100%;
	height: 100%;
}





.hdr_l {
	position: relative;
	color: #FFF;
	text-align: center;
	padding: 80px 0;
	height: 90vh;
}

.hdrL_logo {
	position: absolute;
	width: 80%;
	max-width: 480px;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
}

.arrow_btm1 {
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	width: 50px;
	margin: 0 auto;
	bottom: 37px;
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}



.main_top {
}

.swipeBanner_spc {
	background-color: #FFF;
}

.swipeBanner_spc_wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 18px 0 9px;
}


.atcl_latest {
	padding: 9px 10px 18px;
	background-color: #FFF;
}

.box_darkblue {
	background-color: #18264B;
	color: #FFF;
	padding: 14px 10px 25px;
	margin: 0 auto;
	max-width: 980px;
}

.box_darkblue_wrap {
	max-width: 520px;
	margin: 0 auto;
}

.title_darkblue {
	text-indent: .3rem;
	font-size: 2rem;
	text-align: center;
	letter-spacing: .6rem;
	position: relative;
	line-height: 1.2;
	padding: 8px 0;
	margin-bottom: 14px;
}

.title_darkblue::before {
	position: absolute;
	content: '';
	width: 36px;
	height: 36px;
	background-image: url(../images/icon_star3.svg);
	background-repeat: no-repeat;
	background-position: center center;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.title_darkblue::after {
	position: absolute;
	content: '';
	width: 36px;
	height: 36px;
	background-image: url(../images/icon_star3.svg);
	background-repeat: no-repeat;
	background-position: center center;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.latest_blk, latest_blk:visited {
	display: block;
	color: #DFE0E4;
	padding: 10px 30px 10px 10px;
	border-bottom: 1px solid #FFF;
	background-image: url(../images/icon_arrowR3.svg);
	background-position: right center;
	background-repeat: no-repeat;
	transition: .5s;
}

.latest_blk:hover {
	background-color: rgba(255,255,255,.2);
}

.latest_blk:last-child {
	border-bottom: none;
}

.latest_txL {
	font-size: 1.5rem;
	margin-bottom: 3px;
}

.latest_txS {
	font-size: 1.2rem;
}


.photoS_spc {
	font-size: 0;
	letter-spacing: 0;
	line-height: 0;
	padding: 4px;
	text-align: center;
}

.photoS_sapporo {
	display: inline-block;
	margin: 4px;
	width: 47%;
}

.intro_txSpc {
	color: #FFF;
	text-align: center;
	text-shadow: 0 0 10px rgba(0,0,0,.5);
	background-image: url(../images/bg_shape_hokkaido.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	line-height: 1.3;
}

.tx1_intro {
	font-size: 3.6rem;
	margin-bottom: 20px;
}

.img_intro_outline {
	display: inline;
	margin-bottom: 10px;
}

.intro_place {
	font-size: 3.7rem;
}

.intro_date {
	font-size: 4rem;
	line-height: 1.1;
}

.intro_time {
	font-size: 2.5rem;
}






.atcl_movie {
	background-color: #FFF;
	padding: 18px 10px;
	text-align: center;
}

.youtubeSpc {
	margin: 0 auto 17px;
	max-width: 840px;
}

.youtubeSize {
	width: 100%;
	height: 50vw;
	height: -webkit-calc((100vw - 22px) / 16 * 9);
    height: -moz-calc((100vw - 22px) / 16 * 9);
    height: calc((100vw - 22px) / 16 * 9);
	max-height: 472px;
}

.youtubeSize_player {
	width: 100%;
	height: 50vw;
	height: -webkit-calc((100vw - 22px) / 16 * 9);
    height: -moz-calc((100vw - 22px) / 16 * 9);
    height: calc((100vw - 22px) / 16 * 9);
	max-height: 310px;
}




.atcl_top_main {
	padding-top: 18px;
	background-color: #FFF;
}


.box0 {
	border: 1px solid #6B87AD;
	display: inline-block;
	width: 100%;
	text-align: left;
	margin: 0 0 18px;
	vertical-align: top;
	background-image: url(../images/bg_pattern1.svg);
	background-position: center center;
}





.fmt1_table {
	font-size: 1.2rem;
	border-collapse: separate;
	padding: 10px 0 21px;
	width: 100%;
}

.fmt1_tableTitle {
	color: #2F3C5B;
	vertical-align: middle;
	min-width: 76px;
	width: 20%;
	padding: 0 8px 0 12px;
	border-bottom: 1px solid #525559;
}

.fmt1_tableTx_L {
	color: #18264B;
	font-size: 2rem;
	line-height: 1.2;
	padding: 19px 0 19px 6px;
	border-bottom: 1px solid #525559;
}

.fmt1_tableTx {
	color: #18264B;
	padding: 19px 0 19px 6px;
	border-bottom: 1px solid #525559;
	word-break: break-word;
}

.fmt1_table a, .fmt1_table:visited {
	color: #D71C23;
	text-decoration: underline;
}

.tx_notice2 {
	font-size: 1.1rem;
	margin-bottom: 18px;
	padding: 0 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}




.if_googleMap {
	width: 100% !important;
	height: 310px !important;
}

.access_h5 {
	font-size: 1.6rem;
	padding: 5px 0 7px 9px;
	line-height: 1.4;
	border-left: 3px solid #525559;
	margin-bottom: 10px;
	color: #18264B;
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
}

.access_tx1 {
	color: #18264B;
	font-size: 1.3rem;
	margin-bottom: 25px;
	padding-left: 11px;
}




.atcl_top_menu {
	background-image: url(../images/bg_snowflakes.svg);
	background-color: #FFF;
	text-align: center;
	padding-top: 10px;
}

.atcl_top_menu_wrap {
	position: relative;
	max-width: 440px;
	margin: 0 auto;
	height: 1984px;
	width: 100%;
}

.topMenu_title {
	position: absolute;
	top:0;
	left:10px;
	color: #FFF;
	background-image: url(../images/bg_topMenu_title.svg);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 3rem;
	line-height: 1;
	padding: 55px 10px;
	width: 140px;
}




.hnycmMenu_s, .hnycmMenu_s:visited {
	position: absolute;
	display: block;
	width: 190px;
	height: 190px;
	background-position: center center;
	background-repeat: no-repeat;
	color: #18264B;
	line-height: 1.2;
	text-shadow: 0 0 8px #FFF;
}

.hnycm_frame {
	width: 190px;
	height: 190px;
	background-image: url(../images/bg_hnycmMenu_frame.svg);
	padding-top: 70px;
}

.hnycm_frame_2L {
	padding-top: 52px;
}

.hnycm_frame_active:hover {
	background-image: url(../images/bg_hnycmMenu_frame_hover.svg);
}

.hnycmMenu_s1 {
	top: 80px;
	right: 10px;
	background-image: url(../images/bg_hnycmMenu_mask1.png);
}

.hnycmMenu_s2 {
	top: 240px;
	left: 13%;
	background-image: url(../images/bg_hnycmMenu_mask2.png);
}

.hnycmMenu_s3 {
	top: 420px;
	left: 0;
	background-image: url(../images/bg_hnycmMenu_mask3.png);
}

.hnycmMenu_s4 {
	top: 550px;
	right: 0;
	background-image: url(../images/bg_hnycmMenu_mask4.png);
}

.hnycmMenu_s5 {
	top: 690px;
	left: 5%;
	background-image: url(../images/bg_hnycmMenu_mask5.png);
}

.hnycmMenu_s6 {
	top: 865px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-image: url(../images/bg_hnycmMenu_mask6.png);
}

.hnycmMenu_s7 {
	top: 1030px;
	right: 0;
	background-image: url(../images/bg_hnycmMenu_mask7.png);
}

.hnycmMenu_s8 {
	top: 1185px;
	left: 13%;
	background-image: url(../images/bg_hnycmMenu_mask8.png);
}

.hnycmMenu_s9 {
	top: 1360px;
	left: 0;
	background-image: url(../images/bg_hnycmMenu_mask9.png);
}

.hnycmMenu_s10 {
	top: 1490px;
	right: 0;
	background-image: url(../images/bg_hnycmMenu_mask10.png);
}

.hnycmMenu_s11 {
	top: 1615px;
	left: 0px;
	background-image: url(../images/bg_hnycmMenu_mask11.png);
}

.hnycmMenu_s12 {
	top: 1769px;
	left: 30%;
	background-image: url(../images/bg_hnycmMenu_mask11.png);
}

.hnycmMenu_title {
	font-size: 3rem;
	line-height: 1.1;
	font-family: BLGtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	margin-bottom: 2px;
}

.hnycmMenu_tx {
	font-size: 1.4rem;
	line-height: 1.3;
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
}

.hnycmMenu_grayout {
	opacity: .4 !important;
}

.bt_small, .bt_small:visited {
	background-color: #5B657E;
	display: inline-block;
	letter-spacing: .1rem;
	font-size: 1.2rem;
	color: #FFF;
	transition: .5s;
	width: 100%;
	max-width: 200px;
	padding: 7px 25px;
	line-height: 1.2;
}

.bt_small:hover {
	opacity: .8;
}















/* detail page
-------------------------------------------------------------- */

.hdr_s {
	background-size: cover;
	background-position: center center;
	color: #FFF;
	text-align: center;
	padding: 28px 10px 28px;
	text-shadow: 0 0 15px #000;
}

.hdr_s_bg_tower {background-image: url(../images/bg_img_towerL.jpg);}
.hdr_s_bg_clock {background-image: url(../images/bg_img_clockL.jpg);}
.hdr_s_bg_clark {background-image: url(../images/bg_img_clarkL.jpg);}
.hdr_s_bg_sky1 {background-image: url(../images/bg_img_sky1L.jpg);}
.hdr_s_bg_sky2 {background-image: url(../images/bg_img_sky2L.jpg);}
.hdr_s_bg_sky3 {background-image: url(../images/bg_img_sky3L.jpg);}
.hdr_s_bg_cheer {background-image: url(../images/bg_img_cheerL.jpg);}
.hdr_s_bg_goal {background-image: url(../images/bg_img_goalL.jpg);}
.hdr_s_bg_mascot {background-image: url(../images/bg_img_mascotL.jpg);}
.hdr_s_bg_arena {background-image: url(../images/bg_img_arenaL.jpg);}
.hdr_s_bg_night {background-image: url(../images/bg_img_nightL.jpg);}
.hdr_s_bg_balls {background-image: url(../images/bg_img_ballsL.jpg);}

.hdrS_logo {
	width: 80%;
	max-width: 90px;
	margin: 0 auto 10px;
}

.hdrS_tx_s {
	font-size: 1.6rem;
	line-height: 1.1;	
}

.hdrS_title {
	font-size: 4.6rem;
	line-height: 1;
	margin-bottom: 2px;
}

.hdrS_titleS {
	font-size: 2.1rem;
	line-height: 1.1;
}

.main_dtl {
	padding-top: 20px;
}


/* VOTE
-------------------------------------------------------------- */

.atcl_dtl1 {
	padding: 20px 0 40px;
}

.atcl_announce1 {
	padding: 20px 0 40px;
}

.vote_bt_area {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	padding-bottom: 35px;
}

.bt_vote_scroll {
	display: inline-block;
	background-image: url(../images/bt_vote.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	max-width: 150px;
	width: 43%;
	line-height: 1;
	color: #18264B;
	padding: 28px 0 38px;
	letter-spacing: .1rem;
}

.bt_vote_scroll:hover {
	background-image: url(../images/bt_vote_hover.svg);
}

.tx1_bt_vote {
	color: #6B87AD;
	font-size: 2.8rem;
	margin-bottom: 5px;
}

.tx2_bt_vote {
	font-size: 1.7rem;
	margin-bottom: 5px;
}

.tx3_bt_vote {
	font-size: 1.2rem;
	margin-bottom: 5px;
}




.wrap1 {
	padding: 0 10px 25px;
	max-width: 1280px;
	margin: 0 auto;
}

.title_vote1 {
	color: #71798E;
	font-size: 5.3rem;
	text-align: center;
	line-height: 1.1;
}

.title_vote2 {
	color: #71798E;
	font-size: 3rem;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 20px;
}



.title_h5 {
	color: #45506C;
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
	text-align: center;
	font-size: 2.3rem;
	letter-spacing: .2rem;
	border-bottom: 4px solid #45506C;
	position: relative;
	line-height: 1.2;
	padding: 3px 27px;
	margin-bottom: 17px;
}

.title_h5::before {
	content: '';
	width: 26px;
	height: 26px;
	position: absolute;
	left: 0;
	background-image: url(../images/icon_star1.svg);
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.title_h5::after {
	content: '';
	width: 26px;
	height: 26px;
	position: absolute;
	right: 0;
	background-image: url(../images/icon_star1.svg);
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	bottom: 0;
	margin: auto 0;
}


.txL1 {
	line-height: 1.4;
	font-size: 2rem;
	margin-bottom: 15px;
}

.txL2 {
	line-height: 1.4;
	font-size: 1.6rem;
	margin-bottom: 14px;
}

.txS1 {
	font-size: 1.6rem;
	margin-bottom: 12px;
}




.box1_spc {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	overflow: hidden;
}

.box1 {
	border: 1px solid #6B87AD;
	display: inline-block;
	width: 100%;
	text-align: left;
	margin: 0 0 18px;
	vertical-align: top;
	background-image: url(../images/bg_pattern1.svg);
	background-position: center center;
}

.box1_title {
	background-image: url(../images/bg_flagmix_bk1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	text-align: center;
	position: relative;
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
	font-size: 2rem;
	letter-spacing: .2rem;
	line-height: 1.2;
	padding: 9px 27px;
}

.box1_title::before {
	content: '';
	width: 26px;
	height: 26px;
	position: absolute;
	left: 4px;
	background-image: url(../images/icon_star2.svg);
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.box1_title::after {
	content: '';
	width: 26px;
	height: 26px;
	position: absolute;
	right: 4px;
	background-image: url(../images/icon_star2.svg);
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.box1_wrap {
	padding: 10px 10px 18px 10px;
}

.tx1 {
	font-size: 1.4rem;
	margin-bottom: 16px;
}

.tx1 a, .tx1 a:visited {
	color: #D71C23;
	text-decoration: underline;
}

.tx1 a:hover {
	opacity: .8;
}

.bt_spc {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 15px;
}

.bt_red, .bt_red:visited {
	background-color: #D71C23;
	display: inline-block;
	letter-spacing: .1rem;
	font-size: 1.4rem;
	color: #FFF;
	transition: .5s;
	width: 100%;
	max-width: 480px;
	padding: 15px 25px;
	line-height: 1.2;
	cursor: pointer;
}

.bt_red:hover {
	opacity: .8;
}

.bt_red_grayout {
	background-color: #C9CCD3;
}

.icon_blank {
	background-image: url(../images/icon_blank.svg);
	background-position: right 4px center;
	background-repeat: no-repeat;
}

.icon_arrowR {
	background-image: url(../images/icon_arrowR1.svg);
	background-position: right 4px center;
	background-repeat: no-repeat;
}

.icon_arrowD {
	background-image: url(../images/icon_arrowD1.svg);
	background-position: right 4px center;
	background-repeat: no-repeat;
}

.icon_cart {
	background-image: url(../images/icon_cart.svg);
	background-position: right 6px center;
	background-repeat: no-repeat;
}

.icon_loupePlus {
	background-image: url(../images/icon_loupe_plus.svg);
	background-position: right 6px center;
	background-repeat: no-repeat;
}


.logo_bTicket {
	width: 160px;
	margin: 0 auto 12px;
}



.bt_app {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
	width: 47%;
	max-width: 160px;
}

.bt_app:hover {
	opacity: .8;
}

.img_bt_app {
	width: 100%;
}



.team_group {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border: 1px solid #6B87AD;
	max-width: 480px;
	margin-bottom: 18px;
}

.img_team {
	width: 100%;
}

.img_teamlogo {
	width: 100%;
}


.box_blue {
	color: #FFF;
	background-color: #6B87AD;
	width: 100%;
	max-width: 480px;
	margin: 0 auto 18px;
	transition: .5s;
}

.box_blue_open {
	max-width: 100%;
}

.bt_detail1 {
	text-align: center;
	background-image: url(../images/icon_arrowD1.svg);
	background-position: right 4px center;
	background-repeat: no-repeat;
	padding: 14px 22px;
	cursor: pointer;
}

.bt_detail1:hover {
	opacity: .8;
}

.bt_detail1_open {
	background-image: url(../images/icon_arrowU1.svg);
}

.tx_detail1 {
	font-size: 1.2rem;
	padding: 10px 10px 25px;
	display: none;
}




.atcl_dtl2 {
	padding: 20px 0;
	background-image: url(../images/bg_img_tower_w.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 35px;
}



.wrap2 {
	padding: 0 10px;
	max-width: 570px;
	margin: 0 auto;
}

.box_blue2 {
	color: #FFF;
	background-color: rgba(25,39,74,.7);
	padding: 18px 10px;
	position: relative;
	margin-bottom: 30px;
	font-size: 1.5rem;
	line-height: 1.5;
}

.box_blue2::after {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../images/icon_arrowD3.svg);
	backgrond-repeat: no-repeat;
	backbground-position: center center;
	right: 0;
	left: 0;
	position: absolute;
	margin: 0 auto;
	bottom: -25px;
}

.box_blue2:last-child::after {
	background-image: none;
}

.img_icon_sns {
	width: 50px;
	margin: 10px auto 15px;
}


.read_more {
	height: 70px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.read_more::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(0.8,#000));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), #FFF 80%);
	background: linear-gradient(to bottom, rgba(255,255,255,0), #FFF 80%);
	content: "";
}

.read_more::after {
	content: '...もっと読む';
	position: absolute;
	font-size: 1.2rem;
	bottom: 0;
	color: #D71C23;
	right: 0;
	display: block;
	padding: 5px;
	line-height: 1.1;
}








.announce1_spc {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

.announce1_wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 980px;
	padding-bottom: 25px;
}

.announce1_bk {
	background-color: #000;
	color: #FFF;
	padding: 35px 6px 20px;
}

.announce1_w {
	background-color: #FFF;
	color: #000;
	padding: 35px 6px 20px;
}

.vote_player_blk {
	position: relative;
	letter-spacing: .1rem;
	display: inline-block;
	line-height: 1.4;
	vertical-align: top;
	width: 50%;
	padding: 10px 6px 35px;
}

.icon_medal {
	position: absolute;
	top: -1px;
	left: -7px;
	width: 30%;
}

.logo_vote_team {
	width: 100%;
	margin-bottom: 35px;
	display: inline;
}

.img_vote_player {
	width: 100%;
	margin-bottom: 10px;
}

.vote_player_infoL {
	font-size: 1.6rem;
	margin-bottom: 6px;
}

.vote_player_infoS {
	font-size: 1.2rem;
	margin-bottom: 6px;
}

.vote_player_infoS2 {
	font-size: 1.3rem;
	margin-bottom: 35px;
}

.h4_voteMt_bk {
	font-size: 2.2rem;
	padding-bottom: 3px;
	border-bottom: solid 5px #000;
	margin-bottom: 10px;
}

.h4_voteMt {
	font-size: 2.2rem;
	padding-bottom: 3px;
	border-bottom: solid 5px #FFF;
	margin-bottom: 10px;
}






/* ticket
-------------------------------------------------------------- */


.atcl_dtl3 {
	padding: 20px 0;
	background-image: url(../images/bg_flagmix_loop.jpg);
	background-position: center center;
	margin-bottom: 35px;
}

.title_h5_w {
	color: #FFF;
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
	text-align: center;
	font-size: 2.3rem;
	letter-spacing: .2rem;
	border-bottom: 4px solid #FFF;
	position: relative;
	line-height: 1.2;
	padding: 3px 27px;
	margin-bottom: 17px;
}

.title_h5_w::before {
	content: '';
	width: 26px;
	height: 26px;
	position: absolute;
	left: 0;
	background-image: url(../images/icon_star4.svg);
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.title_h5_w::after {
	content: '';
	width: 26px;
	height: 26px;
	position: absolute;
	right: 0;
	background-image: url(../images/icon_star4.svg);
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.box_base_shape {
	padding: 16px 6px 21px;
	margin-bottom: 26px;
	color: #FFF;
	position: relative;
}

.box_col1 {background-color: #373737;}
.box_col2 {background-color: #4D4D4D;}
.box_col3 {background-color: #646464;}
.box_col4 {background-color: #787878;}

.box_col1::after {
	background-image: url(../images/bg_base_shape_bottom1.svg);
	width: 100%;
	content: '';
	height: 18px;
	bottom: -18px;
	position: absolute;
	background-size: 100% 100%;
	left: 0;
	right: 0;
	margin: auto 0;
}

.box_col2::after {
	background-image: url(../images/bg_base_shape_bottom2.svg);
	width: 100%;
	content: '';
	height: 18px;
	bottom: -18px;
	position: absolute;
	background-size: 100% 100%;
	left: 0;
	right: 0;
	margin: auto 0;
}

.box_col3::after {
	background-image: url(../images/bg_base_shape_bottom3.svg);
	width: 100%;
	content: '';
	height: 18px;
	bottom: -18px;
	position: absolute;
	background-size: 100% 100%;
	left: 0;
	right: 0;
	margin: auto 0;
}

.box_col4::after {
	background-image: url(../images/bg_base_shape_bottom4.svg);
	width: 100%;
	content: '';
	height: 18px;
	bottom: -18px;
	position: absolute;
	background-size: 100% 100%;
	left: 0;
	right: 0;
	margin: auto 0;
}

.btSpc_box_base {
	text-align: center;
}

.base_clickable {
	cursor: pointer;
	background-image: url(../images/icon_arrowD5.svg);
	background-repeat: no-repeat;
	background-position: right center;
}

.base_clickable_arrowUP {
	background-image: url(../images/icon_arrowU5.svg);
}

.base_clickable:hover {
	opacity: .7;
}

.title1_ticketH5 {
	font-size: 2.7rem;
	line-height: 1.2;
	font-family: BLGtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

.title2_ticketH5 {
	font-size: 1.8rem;
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
	margin-bottom: 8px;
}

.bt_boxOpen {
	display: none;
	background-color: #525559;
	padding: 2px 30px;
	letter-spacing: .6rem;
	text-indent: .5rem;
	background-image: url(../images/icon_loupe.svg);
	background-repeat: no-repeat;
	background-position: left 3px center;
}

.base_clickable .bt_boxOpen {
	display: inline-block;
}

.detailSpc_box_base {
	padding: 30px 0 20px;
	display: none;
}

.col_white {
	color: #FFF !important;
}





.fig_seatmap {
	width: 100%;
	margin-bottom: 22px;
}

.fig_price {
	width: 100%;
	margin-bottom: 10px;
}

.a_txLink1, .a_txLink1:visited {
	display: inline-block;
	padding: 2px 25px 2px 5px;
	border-bottom: 1px solid #333;
	color: #333;
	margin: 0 auto;
	font-size: 1.1rem;
	position: relative;
}

.a_txLink1:hover {
	opacity: .8;
}

.a_txLink1::after {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../images/icon_blank_bk.svg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.tx_notice1 {
	font-size: 1.1rem;
	margin-bottom: 18px;
}



.img_novelty_H {
	width: 100%;
	max-width: 420px;
	margin: 0 auto 15px;
}

.img_novelty_V {
	width: 100%;
	max-width: 290px;
	margin: 0 auto 15px;
}








/* PLAYERS
-------------------------------------------------------------- */

.fullBG_night {
	position: fixed;
	z-index: -10;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_img_nightL.jpg);
	background-size: cover;
	background-position: center center;
}

.swipePlayer_spc {
}

.swipePlayer_spc_wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 18px 0 0;
}

.player_swipe {
	height: 250px;
	font-size: 3rem;
	background-color: rgba(255,255,255,.85);
	overflow: hidden;
	position: relative;
	text-align: left;
}

.pSwipe_player {
	position: absolute;
	right: -5%;
	top: 0;
	height: 100%;
	cursor: pointer;
}

.pSwipe_teamLogo {
	height: 200px;
	width: 200px;
	position: absolute;
	top: 3px;
	left: 3%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 150px 150px;
	opacity: .3;
}

.player_swipe::after {
	position: absolute;
	/*
	background: -moz-linear-gradient(left, #DEDEDE 20%, rgba(222,222,222,0));
	background: -webkit-linear-gradient(left, #DEDEDE 20%, rgba(222,222,222,0));
	background: linear-gradient(to right, #DEDEDE 20%, rgba(222,222,222,0));
	*/
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	z-index: 0;
}

.tx_pSwipe {
	font-family: BLGtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #45506C;
	font-size: 4.4rem;
	line-height: 1;
	position: absolute;
	left: 0;
	padding: 0 30px;
	bottom: 45px;
	text-shadow: 0 0 7px #FFF;
	word-break: break-word;
	z-index: 2;
}

.pSwipe_gameLabel {
	font-family: BLGtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 2.5rem;
	position: absolute;
	bottom: 5px;
	width: 120%;
	left: 0;
	transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	z-index: 1;
	padding: 7px 0 7px 55px;
	line-height: 1;
	text-shadow: none !important;
}

.pSwipe_gameLabel_bk {
	background-color: #000;
	color: #FFF;
}

.pSwipe_gameLabel_w {
	background-color: #FFF;
	color: #000;
}

.bt_pSwipe {
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url(../images/icon_loupe_plus.svg);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	top: 5px;
	right: 3px;
}












.header_s_noPDB {
	padding: 28px 0 0;
}

.main_noPDT {
}

.title_h5_w {
	color: #FFF;
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
	text-align: center;
	font-size: 2.3rem;
	letter-spacing: .2rem;
	border-bottom: 4px solid #FFF;
	position: relative;
	line-height: 1.2;
	padding: 3px 27px;
	margin-bottom: 17px;
}

.title_h5_w::before {
	content: '';
	width: 26px;
	height: 26px;
	position: absolute;
	left: 0;
	background-image: url(../images/icon_star4.svg);
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.title_h5_w::after {
	content: '';
	width: 26px;
	height: 26px;
	position: absolute;
	right: 0;
	background-image: url(../images/icon_star4.svg);
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.atcl_dtl4 {
	padding: 20px 0 8px;
}

.atcl_dtl4_bk {
	background-color: rgba(0,0,0,.85);
	color: #FFF;
}

.atcl_dtl4_w {
	background-color: rgba(255,255,255,.85);
	color: #45506C;
}

.atcl_dtl4_noBG {
	color: #45506C;
}

.title_h6 {
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
	text-align: center;
	font-size: 1.7rem;
	margin-bottom: 14px;
}

.playerList_spc {
	margin-bottom: 28px;
	text-align: center;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}

.playerList_blk {
	background-position: right top;
	background-repeat: no-repeat;
	padding: 7px 5px 0 8px;
	height: 56px;
	position: relative;
	z-index: 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;
	overflow: hidden;
	cursor: pointer;
}

.playerList_blk:hover {
	opacity: .8;
}

.playerList_blk::after {
	background-image: url(../images/icon_loupe_plus.svg);
	background-repeat: no-repeat;
	background-position: center center;
	content: '';
	position: absolute;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 20px;
	height: 20px;
}

.playerList_blk_bk {
	background-image: url(../images/bg_pList_bk.svg);
	border-bottom: 2px #BFBFBF solid;
}

.playerList_blk_w {
	border-bottom: 2px #525559 solid;
	background-image: url(../images/bg_pList_w.svg);
}

.pList_name {
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
	font-size: 1.4rem;
	line-height: 1.2;
}

.pList_teamLogo {
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 100px 100px;
	opacity: .3;
}

.pList_akita {background-image: url(../teamlogo_s/B1_akita.png);}
.pList_hokkaido {background-image: url(../teamlogo_s/B1_hokkaido.png);}
.pList_utsunomiya {background-image: url(../teamlogo_s/B1_utsunomiya.png);}
.pList_chiba {background-image: url(../teamlogo_s/B1_chiba.png);}
.pList_tokyoA {background-image: url(../teamlogo_s/B1_tokyoA.png);}
.pList_shibuya {background-image: url(../teamlogo_s/B1_shibuya.png);}
.pList_yokohama {background-image: url(../teamlogo_s/B1_yokohama.png);}
.pList_nigata {background-image: url(../teamlogo_s/B1_nigata.png);}
.pList_toyama {background-image: url(../teamlogo_s/B1_toyama.png);}
.pList_san-en {background-image: url(../teamlogo_s/B1_san-en.png);}
.pList_kawasaki {background-image: url(../teamlogo_s/B1_kawasaki.png);}
.pList_mikawa {background-image: url(../teamlogo_s/B1_mikawa.png);}
.pList_shiga {background-image: url(../teamlogo_s/B1_shiga.png);}
.pList_kyoto {background-image: url(../teamlogo_s/B1_kyoto.png);}
.pList_osaka {background-image: url(../teamlogo_s/B1_osaka.png);}
.pList_ryukyu {background-image: url(../teamlogo_s/B1_ryukyu.png);}
.pList_shimane {background-image: url(../teamlogo_s/B1_shimane.png);}
.pList_nagoyaD {background-image: url(../teamlogo_s/B1_nagoyaD.png);}


.playerList_blk_bk .pList_teamLogo::after {
	position: absolute;
	/*
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 50%, rgba(0,0,0,0));
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 50%, rgba(0,0,0,0));
	background: linear-gradient(to right, rgba(0,0,0,1) 50%, rgba(0,0,0,0));
	*/
	width: 90%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
}

.playerList_blk_w .pList_teamLogo::after {
	position: absolute;
	/*
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(255,255,255,0));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(255,255,255,0));
	background: linear-gradient(to right, rgba(255,255,255,1) 50%, rgba(255,255,255,0));
	*/
	width: 90%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
}

.pList_photo {
	width: 80px;
	position: absolute;
	top: 0;
	right: 25px;
	z-index: -1;
}

.icon_youtube {
	display: inline;
	vertical-align:middle;
	margin-left: 8px;
}




.mdl_spc {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_menu.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 2000;
	padding-top: 72px;
	color: #FFF;
	overflow: auto;
	display: none;
}

.bt_mdl_close {
    position: fixed;
    top: 14px;
    right: 14px;
    background-image: url(../images/bt_menu_close.svg);
	background-repeat: no-repeat;
	width: 40px;
    height: 40px;
    transition: .5s ease;
    cursor: pointer;
	z-index: 30;
}

.bt_mdl_close:hover {
	opacity: .8;
}

.mdlP_spc {
	background-color: #DEDEDE;
	height: 200px;
	position: relative;
	margin-bottom: 18px;
}

.mdlP_teamLogo {
	height: 150px;
	width: 150px;
	position: absolute;
	top: 10px;
	left: 3%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 150px 150px;
	opacity: .3;
}

.mdlP_teamLogo::after {
	position: absolute;
	/*
	background: -moz-linear-gradient(left, #DEDEDE 20%, rgba(222,222,222,0));
	background: -webkit-linear-gradient(left, #DEDEDE 20%, rgba(222,222,222,0));
	background: linear-gradient(to right, #DEDEDE 20%, rgba(222,222,222,0));
	*/
	width: 90%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
}


.mdlP_photo {
	height: 100%;
	position: absolute;
	top: 0;
	right: 10%;
}

.tx_mdlP {
	font-family: BLGtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #45506C;
	font-size: 4.4rem;
	line-height: 1;
	position: absolute;
	left: 13px;
	bottom: 5px;
	text-shadow: 0 0 7px #FFF;
	word-break: break-word;
}

.mdlP_medal_spc {
	width: 84px;
	height: 80px;
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
	line-height: 1.2;
	background-image: url(../images/bg_medal.svg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: -10px;
	top: -10px;
	text-align: center;
	padding-top: 13px;
	text-shadow: 0 0 7px rgba(0,0,0,.8);
}

.mdlP_medal_tx1 {font-size: 1.2rem;}
.mdlP_medal_tx2 {font-size: 1.8rem;}
.mdlP_medal_tx3 {
	padding-top: 7px;
	font-size: 1.3rem;
	letter-spacing: .2rem;
}

.icon_captain {
	position: absolute;
	top: 0;
	left: 6px;
}



.mdlProf_name {
	font-size: 2.4rem;
	line-height: 1.4;
	margin-bottom: 10px;
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
}

.mdlProf_club {
	font-size: 1.6rem;
	line-height: 1.3;
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
}

.mdlProf_game {
	font-size: 2.5rem;
	font-family: BLGtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}














/* GUIDE
-------------------------------------------------------------- */


.tt_intro {
	background-color: #414141;
	text-align: center;
	padding: 10px 0;
}

.tt_intro_tx1 {
	font-size: 2.4rem;
	line-height: 1.2;
}

.tt_intro_tx2 {
	font-size: 1.3rem;
}

.tt_blk_spc {
	font-size: 0;
	letter-spacing: 0;
	background-color: #F2F2F2;
}

.tt_blk_spc:nth-child(even) {
	background-color: #DFE0E4;
}

.tt_blkL {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	font-family: BLGtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 2rem;
	letter-spacing: .2rem;
	padding: 10px 0 20px 12px;
	line-height: 1.2;
}

.tt_jpS {
	font-size: 1.7rem;
	letter-spacing: .1rem;
}

.tt_blkR {
	display: inline-block;
	vertical-align: top;
	letter-spacing: .1rem;
	width: 70%;
	width: -webkit-calc(100% - 70px);
	width: -moz-calc(100% - 70px);
	width: calc(100% - 70px);
	padding: 12px 10px 20px 10px;
}

.tt_tx1 {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 6px;
}

.tt_tx2 {
	font-size: 1.2rem;
	margin-bottom: 6px;
}

.tt_blkR a, .tt_blkR a:visited{
	text-decoration: underline;
	color: #D71C23;
}

.tt_blkR a:hover {
	opacity: .8;
}

.tt_img1 {
	width: 130px;
	margin-bottom: 10px;
}


.foodBlk_spc {
	font-size: 0;
	letter-spacing: 0;
	line-height: 1;
}

.foodBlk {
	width: 50%;
	vertical-align: top;
	display: inline-block;
	padding: 5px;
	color: #18264B;
}

.foodBlk_inner {
	border: 1px solid #6B87AD;
	padding: 12px 7px 16px;
}

.foodBlk_num {
	font-size: 2.2rem;
	font-family: BLGtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #FFF;
	background-color: #6B87AD;
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: top;
	margin: 0 10px 8px 0;
	line-height: 1;
	text-align: center;
	padding-top: 6px;
	letter-spacing: .2rem;
	text-indent: .1rem;
}

.foodBlk_title {
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
	font-size: 1.4rem;
	letter-spacing: .1rem;
	line-height: 1.4;
	display: inline-block;
	vertical-align: top;
	padding-top: 7px;
	margin-bottom: 8px;
	width: 75%;
	width: -webkit-calc(100% - 43px);
	width: -moz-calc(100% - 43px);
	width: calc(100% - 43px);
}

.foodBlk_img {
	width :100%;
	margin-bottom: 10px;
}

.foodBlk_tx {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 18px;
	letter-spacing: .1rem;
}

.bt_foodBlk_mdl {
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
	font-size: 1.4rem;
	line-height: 1rem;
	text-indent: .5rem;
	color: #FFF;
	
}

.mdl_foodPhoto {
	height: 200px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 18px;
}

.mdl_foodPhoto1 {background-image: url(../images/img_food1.jpg);}
.mdl_foodPhoto2 {background-image: url(../images/img_food2.jpg);}
.mdl_foodPhoto3 {background-image: url(../images/img_food3.jpg);}
.mdl_foodPhoto4 {background-image: url(../images/img_food4.jpg);}
.mdl_foodPhoto5 {background-image: url(../images/img_food5.jpg);}
.mdl_foodPhoto6 {background-image: url(../images/img_food6.jpg);}
.mdl_foodPhoto7 {background-image: url(../images/img_food7.jpg);}
.mdl_foodPhoto8 {background-image: url(../images/img_food8.jpg);}
.mdl_foodPhoto9 {background-image: url(../images/img_food9.jpg);}
.mdl_foodPhoto10 {background-image: url(../images/img_food10.jpg);}
.mdl_foodPhoto11 {background-image: url(../images/img_food11.jpg);}
.mdl_foodPhoto12 {background-image: url(../images/img_food12.jpg);}
.mdl_foodPhoto13 {background-image: url(../images/img_food13.jpg);}
.mdl_foodPhoto14 {background-image: url(../images/img_food14.jpg);}
.mdl_foodPhoto15 {background-image: url(../images/img_food15.jpg);}



.foodBlk_title_mdl {
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
	font-size: 2rem;
	letter-spacing: .1rem;
	line-height: 1.4;
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
	margin-bottom: 8px;
	width: 75%;
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: calc(100% - 50px);
}

.foodBlk_title2_mdl {
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
	font-size: 1.8rem;
	letter-spacing: .1rem;
	line-height: 1.4;
	margin-bottom: 8px;
	border-left: 4px solid #FFF;
	padding: 2px 0 0 7px;
}











/* HOPE
-------------------------------------------------------------- */


.intro_hope_tx {
	color: #71798E;
	font-size: 4.2rem;
	line-height: 1.1;
	text-align: center;
	margin: 10px 0 35px;
}

.img_flyall {
	display: inline;
	width: 70%;
	max-width: 400px;
}


.box1_title_hope4 {
	background-image: url(../images/bg_flagmix_bk1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	font-size: 0;
	letter-spacing: 0;
	line-height: 0;
	margin-bottom: 15px;
}

.icon_title_hope4 {
	display: inline;
	vertical-align: middle;
	width: 60px;
	margin: 0 10px;
}

.box1_title_hope4_tx {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
	font-size: 1.5rem;
	letter-spacing: .1rem;
	line-height: 1.2;
	width: 60%;
	width: -webkit-calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: calc(100% - 90px);
}

.img_bBox_H {
	width: 100%;
	max-width: 550px;
	margin: 0 auto 18px;
}

.img_bBox_V {
	width: 100%;
	max-width: 190px;
	margin: 0 auto 18px;
}



.bt_red100, .bt_red100:visited {
	display: block;
	background-color: #D71C23;
	cursor: pointer;
	letter-spacing: .1rem;
	font-size: 1.4rem;
	color: #FFF;
	transition: .5s;
	width: 100%;
	padding: 15px 25px;
	line-height: 1.2;
	text-align: center;
}

.bt_red:hover100 {
	opacity: .8;
}

.hide_accordion {
	display: none;
}

.bt_acc_close_spc {
	text-align: right;
	margin-bottom: 12px;
}

.bt_acc_close {
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 36px;
	background-image: url(../images/bt_acc_close.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
}

.title_bdL_B {
	color: #18264B;
	border-left: solid 4px #18264B;
	padding: 5px 0 5px 10px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 10px 0;
	font-family: JPtx, Verdana, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 900;
}

.icon_sdgs {
	width: 120px;
	display: inline;
	line-height: 0;
	margin: 0 6px 14px 0;
}
	







.img_bBox_H_full {
	width: 100%;
	margin: 0 auto 18px;
}




.blk_spc {
	font-size: 0;
	letter-spacing: 0;
	text-align: left;
}

.blk1 {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	letter-spacing: .1rem;
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px;
	/*max-width: 310px;*/
}

.img_blkFit {
	width: 100%;
	margin-bottom: 7px;
}

.tx2 {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 16px;
}

.bt_bnr_auction, .bt_bnr_auction:visited {
	position: relative;
	background-image: url(../images/bg_bnr_auction.svg);
	background-position: right center;
	width: 100%;
	max-width: 980px;
	border: 4px #F00 solid;
	display: block;
	color: #18264B;
	font-size: 1.7rem;
	padding: 14px 66px 12px 14px;
	text-align: left;
	margin: 20px auto 50px;
}

.bt_bnr_auction:hover {
	opacity: .8;
}

.bt_bnr_auction_accent {
	font-size: 1.4rem;
	position: absolute;
	background-image: url(../images/bg_ribbon_r.svg);
	background-position: right center;
	height: 32px;
	color: #FFF !important;
	top: -23px;
	left: -10px;
	padding: 9px 25px 0 10px;
	line-height: 1;
	transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
}

.tx_marker1 {
	background: linear-gradient(transparent 70%, #F00 0%);
	display: inline;
	padding: 0 2px 2px;
}




/* FAQ
-------------------------------------------------------------- */



.faqBlk {
	text-align: left;
	padding: 12px 32px 12px 8px;
	cursor: pointer;
	background-image: url(../images/icon_arrowD5.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;	
	background-color: #F2F2F2;
}

.faqBlk:nth-child(even) {
	background-color: #DFE0E4;
}

.faqBlk_open {
	background-image: url(../images/icon_arrowU5.svg);
}

.faqBlk_Q {
	font-size: 1.3rem;
	position: relative;
	padding: 4px 0 0 31px;
}

.faqBlk_Q::before {
	content:'';
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-image: url(../images/icon_faq_Q.svg);
	position: absolute;
	top: 0;
	left: 0;
}

.faqBlk_Q_open {
	margin-bottom: 10px;
}

.faqBlk_A {
	display: none;
	padding: 4px 0 0 31px;
	position: relative;
	color: #5B5952;
}

.faqBlk_A::before {
	content:'';
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-image: url(../images/icon_faq_A.svg);
	position: absolute;
	top: 0;
	left: 0;
}

.faqBlk_tx1 {
	font-size: 1.3rem;
}

.faqBlk a, .faqBlk a:visited {
	color: #888;
	text-decoration: underline;
}

.faqBlk a:hover {
	opacity: .8;
}











/* footer
-------------------------------------------------------------- */

.bt_scrolltoTop {
	width: 40px;
	height: 40px;
	background-image: url(../images/bt_scrolltoTop.svg);
	background-repeat: no-repeat;
	position: fixed;
	bottom: 50px;
	right: 0;
	display: none;
	z-index: 500;
}

.bt_scrolltoTop2 {
	width: 40px;
	height: 40px;
	background-image: url(../images/bt_scrolltoTop.svg);
	background-repeat: no-repeat;
	position: fixed;
	bottom: 87px;
	right: 0;
	display: none;
	z-index: 500;
}


.ft_team_spc {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	overflow: hidden;
	background-color: #FFF;
	padding: 0 10px 75px;
}


.ft_sponcerSpc {
	line-height: 1;
	letter-spacing: 0;
	font-size: 0;
	text-align: center;
	padding-bottom: 48px;
}

.sponcerL {
	display: inline-block;
	width: 100%;
	max-width: 240px;
	margin-bottom: 30px;
}

.sponcerS {
	display: inline-block;
	width: 40%;
	max-width: 164px;
	margin: 0 10px 20px;
	vertical-align: middle;
}

.logo_sponcer {
	width: 100%;
}

.ft {
	text-align: center;
	position: relative;	
	padding-bottom: env(safe-area-inset-bottom);
	padding-top: 35px;
	background-color: #FFF;
}

.ft_wrap {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 25px;
}

.icon_logoBLG_ft {
	display: inline;
	width: 96px;
	margin-bottom: 44px;
}

.ft_txS {
	text-align: left;
	font-size: 1.1rem;
	line-height: 1.4;
	color: #45506C;
}
