@charset "utf-8";
/*!
 * base CSS
 * ---------------------------------------------
 * 共通レイアウトに関わるCSS
 */

@import url('//fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900');
@import url('//fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese');


/* reset
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,menu,nav,section,main { 
    display:block;
}
article,aside,details,figcaption,figure,footer,header,menu,nav,section,main,
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
fieldset,img {
	border: 0;
}
* {
	font-size:100%;
	max-height: 999999px;
}
body {
	font: 100%/1 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
}
h1,h2,h3,h4,h5,h6,b {
	font-weight: 600;
}
ol,ul,li {
  list-style: none;
}
ul,ol {
	letter-spacing: -.40em;
}
ul > li,ol > li {
	letter-spacing: 0.05em;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
*:before,*:after {
	content: "";
	display: none;
}
html {
	-webkit-text-size-adjust: 100%;
}
input,textarea,select {
	-webkit-appearance: none;
    -webkit-border-radius: 0;
}
.hiddenPc,
.brkSp {
	display: none;
}
.brkPc {
	display: block;
}

/*===================================
	font link
=====================================*/
.menu {
    font-family: 'Noto Serif JP', sans-serif;
}
body,
a,a:visited {
	color: #fff;
}
body {
	font-size: 16px;
}
a {
	text-decoration: none;
}

/*===================================
	layout	
=====================================*/
body {
    min-width: 1200px;
	background: #a71212 url("../images/base/bg.jpg") repeat 50% 50%;
}
.inner {
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
}
.fixed {
    position: fixed !important;
}

/*===================================
	element	
=====================================*/
/*  transition opacity
---------------------------------*/
a img,
.sns a,.pagetop a {
    transition: .5s;
}
.sns a:hover,.pagetop a:hover,
a:hover img {
	opacity: .7;
}


/*===================================
	footer	
=====================================*/
.footer {
    height: 312px;
    padding-top: 37px;
    font-family: 'Noto Serif JP', sans-serif;
    color: #f4d021;
    font-size: 14px;
    text-align: center;
}
.sub .footer {
    padding-top: 39px;
    border-top: solid 2px #5f0404;
}
.sns {
    margin-bottom: 34px;
}
.sns li {
    display: inline-block;
	vertical-align: top;
    margin: 0 16px;
}
.sns li a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url("../images/base/sprite.png") no-repeat;
    text-align: left;
    text-indent: -9999em;
}
.sns li.twt a {
    background-position: -100px 0;
}
.sns li.fb a {
    background-position: -200px 0;
}
.sns li.ist a {
    background-position: -300px 0;
}
.footer h2 {
    font-weight: normal;
}
.copy {
	margin: 16px 0 38px;
}
.footer .logo {
    width: 104px;
    height: auto;
    margin: auto;
}
.pagetop {
    position: absolute;
    position: fixed;
    right: 40px;
    z-index: 9000;
    bottom: 310px;
    text-indent: -9999em;
    transition: .5s;
}
.pagetop a {
    display: block;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
}
.pagetop a:before,.pagetop a:after {
	display: block;
    position: absolute;
    top: 22px;
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: #f4d021;
    text-indent: -9999em;
}
.pagetop a:before {
    left: 6px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagetop a:after {
    right: 6px;
    -ms-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

/*===================================
    header	
=====================================*/
.header {
    position: relative;
    z-index: 9500;
}
.sub .header {
    background: url("../images/base/bg_hd_r_pc.jpg") no-repeat 100% 0, url("../images/base/bg_hd_base.jpg") repeat-x 50% 0;
}
.sub h1 {
    height: 130px;
    margin: auto;
    padding: 30px 0 0 146px;
}
.sub h1 a {
    display: inline-block;
}

.sub .header .root__site {
    position: absolute;
    top: 38px;
    left: 31px;
}
.sub .header .root__site a {
    display: block;
    width: 81px;
}
/****
.menu li.off a,
.menu li:nth-last-of-type(3) a {
    pointer-events: none;
    opacity: .4;
}
****/
/************************************************************************************
smaller than 660px
*************************************************************************************/
@media screen and (max-width: 660px) {
	
	.hiddenPc,
	.brkSp {
		display: block;
	}
	.hiddenSp,
	.brkPc {
		display: none;
	}
	
	/*===================================
		font
	=====================================*/
	body {
		font-size: 24px;
	}
	
	/*===================================
		layout	
	=====================================*/
	body {
        min-width: 640px;
    }
	.inner {
		width: auto;
		padding-left: 25px;
		padding-right: 25px;
	}
	
	/*===================================
		element	
	=====================================*/
	/*  opacity
    ---------------------------------*/
    a img,.sns a {
        transition: inherit;
    }
    .sns a:hover,
    .pagetop a,
    a:hover img {
        opacity: 1;
    }
	
    /*===================================
        footer	
    =====================================*/
    .footer {
        height: 480px;
        padding-top: 77px;
        font-size: 18px;
    }
    .sub .footer {
        padding-top: 77px;
    }
    .sns {
        margin-bottom: 52px;
    }
    .sns li {
        margin: 0 22px;
    }
    .sns li a {
        width: 70px;
        height: 70px;
    }
    .sns li.twt a {
        background-position: -100px -100px;
    }
    .sns li.fb a {
        background-position: -200px -100px;
    }
    .sns li.ist a {
        background-position: -300px -100px;
    }
    .footer .logo {
        width: 156px;
    }
    .copy {
        margin-top: 23px;
    }
    .pagetop {
        right: 38px;
        bottom: 385px;
    }
    .pagetop a {
        transform:scale(1.8);
        -webkit-transform:scale(1.8);
        -moz-transform:scale(1.8);
    }

	/*===================================
		header	
	=====================================*/
    .sub .header {
        height: 125px;
        background: none;
        background: url("../images/base/bg_hd_sp.png") no-repeat 50% 0;
        background-size: contain;
    }
    .header .logo {
        width: 96px;
        height: auto;
    }
	.sub h1 {
        width: 640px;
        height: 125px;
        padding: 22px 0 0 96px;
    }
    .sub .header .root__site {
        position: absolute;
        top: 43px;
        left: 25px;
        width: auto;
        margin: auto;
    }
    .sub .header .root__site a {
        display: block;
        position: relative;
        width: 62px;
    }
	
	
}

@media screen and (min-width: 661px) {
    .menu.fixed {
        top: 0;
        left: 0;
        background: rgba(0,0,0,1);
    }
    .menu {
        z-index: 10000;
        width: 100%;
        background: #0a0909;
        font-size: 17px;
    }
    .menu ul {
        width: 1200px;
        margin: auto;
    }
    .menu ul li {
        display: inline-block;
        vertical-align: top;
        width: 149px;
        border-right: solid 1px #620f0f;
        text-align: center;
    }
    .menu ul li:nth-of-type(1) {
        position: absolute;
        top: 53px;
        left: 639px;
        width: 100px;
        border: none;
        /*width: 80px;
        border-left: solid 1px #4d4d48;*/
    }
    .menu ul li:nth-of-type(2) {
        border-left: solid 1px #620f0f;
    }
    .menu ul li a {
        display: block;
        height: 70px;
        line-height: 70px;
        color: #f7d445;
    }
    .menu ul li:nth-of-type(1) a {
        height: 30px;
        line-height: 28px;
        border-radius: 2em;
        border: solid 1px #f3cf14;
        font-size: 12px;
    }
    
    .menu ul li:nth-of-type(2) a,.menu ul li:nth-of-type(5) a,.menu ul li:nth-of-type(6) a,.menu ul li:nth-of-type(7) a {
        padding-top: 13px;
        line-height: 1.2;
    }
    .menu ul li a:hover {
        background: rgba(255,255,255,.2);
    }
    .menu ul li:nth-of-type(1) a:hover {
        background: none;
        opacity: .7;
    }
    .menu ul li.current a {
        color: #fff;
        pointer-events: none;
        background: #820f10;
    }
    .fixed.menu ul li:nth-of-type(1) {
        display: none;
    }
    
    
}
@media screen and (max-width: 660px) {
    .menu {
        display: none;
        position: relative;
        text-align: center;
    }
    .hid {
        overflow: hidden;
        height: 100%;
	}
    
    /*  menuBtn  */
    .menuBtn {
        position: absolute;
        z-index: 200;
        top: 40px;
        right: 40px;
        width: 60px;
        height: 43px;
        cursor: pointer;
    }

    .menuBtn span,.menuBtn span:before,.menuBtn span:after {
        display: block;
        position: absolute;
        left: 0;
        width: 60px;
        height: 3px;
        background: #fff;
        transition: .5s;
    }
    .menuBtn span {
        top: 0;
        transition: inherit;
    }
    .menuBtn span:before {
        top: 20px;
    }
    .menuBtn span:after {
        top: 40px;
    }
    .menuBtn.open:after {
        opacity: 0;
    }
    .menuBtn.open span {
        background: none !important;
    }
    .menuBtn.open span:before,.menuBtn.open span:after {
        top: 15px;
        background: #fff;
    } 
    .menuBtn.open span:before {
        transform: rotate(45deg);
    }
    .menuBtn.open span:after {
        transform: rotate(315deg);
    }
    .menuBtn.cls {
        position: absolute;
        z-index: 150;
    }
    .menuWrap {
        display: none;
		position: fixed;
        z-index: 100;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.9);
	}
     .menuWrap > div  {
        position: relative;
        overflow-y: auto;
        height: 100%;
		min-height: 100%;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
    
    .menu ul {
        padding-top: 60px;
    }
    .menu ul:after {
        content: "東京シティ競馬 東京大賞典特設サイト";
        display: block;
        margin: 46px auto;
        color: #fff;
        font-size: 20px;
        letter-spacing: 0.05em;
    }
    .menu li {
        display: inline-block;
        vertical-align: top;
        width: 290px;
        margin: 0 10px 20px;
        border-radius: 4px;
        border: solid 2px #444;
        font-size: 26px;
    }
    .menu li:nth-of-type(1) {
        width: 600px;
        margin-bottom: 75px;
        border-radius: 0;
        border: none;
        font-size: 20px;
    }
    .menu li a {
        display: block;
        height: 96px;
        line-height: 96px;
        color: #f4d021;
    }
    .menu li:nth-of-type(1) a {
        width: 40%;
        height: 32px;
        line-height: 32px;
        text-align: left;
    }
    .menu li:nth-of-type(1) a:before {
        display: inline-block;
        vertical-align: middle;
        margin: -2px 14px 0 0;
        width: 36px;
        height: 32px;
        background: url("../images/base/home.svg") no-repeat 0 0;
        background-size: 100% auto;
    }
}