@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&display=swap');

.sp, .sp_in{
	display:none;
}

.pc{
	display: block;
}

.pc_in{
	display: inline;
}

/*------body------*/
#back_none {
    width: 100%;
}

#back_white {
    width: 100%;
    padding: 50px 0;
    background: #f5f5f5;
}

#back_navy {
    width: 100%;
    padding: 50px 0 100px;
    background: linear-gradient(to right, #003a66 60%,#005596);
}

/*kv ここから*/
#back_none .kv {
    width: 100%;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
}

#back_none .kv img {
    display: block;
    width: 100%;
}

#back_none .kv p {
    width: 50%;
    font-family: 'Noto Sans JP', sans-serif;
    position: absolute;
    top: 20%;
    left: 10%;
    line-height: 50px;
    font-size: 36px;
    font-weight: 900;
    color: #fefefe;
}

#back_none .kv p span {
    display: block;
    margin-top: 5%;
    font-size: 50px;
    color: #00354C;
}

@media screen and (max-width: 1440px) {
    #back_none .kv p {
        width: 70%;
        font-family: 'Noto Sans JP', sans-serif;
        position: absolute;
        top: 10%;
        left: 10%;
        line-height: 40px;
        font-size: 28px;
        font-weight: 900;
        color: #fefefe;
    }

    #back_none .kv p span {
        display: block;
        margin-top: 2%;
        font-size: 36px;
        color: #00354C;
    }
}
/*kv ここまで*/

/*contents基本 ここから*/
.contents {
	width: 75%;
    max-width: 1440px;
	font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto 120px;
    font-weight: 500;
}

@media screen and (max-width: 1440px) {
    .contents {
        width: 95%;
    }
}

#back_white .contents {
    color: #323232;
}

#back_navy .contents {
    color: #fefefe;
}

#back_white .contents h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    border-bottom: 3px solid #005596;
}
/*contents基本 ここまで*/

/*パッケージ概要 ここから*/
#back_white .contents .overview {
    margin: 0 auto;
}

#back_white .contents .overview p {
    text-align: center;
    font-size: 20px;
}
/*パッケージ概要 ここまで*/

/*抽選申込受付 ここから*/
#back_white .contents .aten_draw {
    width: 100%;
    margin: 40px auto 80px;
    border-radius: 5px;
}

#back_white .contents .aten_draw .aten_schedule {
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
}

#back_white .contents .aten_draw .aten_schedule ul {
    width: 45%;
}

#back_white .contents .aten_draw .aten_schedule ul li {
    text-align: center;
}

#back_white .contents .aten_draw .aten_schedule ul li.headline h3 {
    padding: 15px 0;
    background: linear-gradient(to right, #003a66 60%,#005596);
    color: #fefefe;
    font-size: 24px;
    font-weight: 700;
}

#back_white .contents .aten_draw .aten_schedule ul li.schedule {
    padding: 20px 0;
    font-size: 20px;
    background: #fefefe;
}

#back_white .contents .aten_draw .aten_schedule ul li span {
    writing-mode: vertical-rl;
}

#back_white .contents .aten_draw .member {
    margin-top: 40px;
    text-align: center;
}

#back_white .contents .aten_draw .member h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #e4002b;
}

#back_white .contents .aten_draw .member p {
    font-size: 20px;
}

#back_white .contents .aten_draw .member p a {
    font-weight: 700;
    text-decoration: underline;
    transition: .3s;
}

#back_white .contents .aten_draw .member p a:hover {
    opacity: 0.7;
    transition: .3s;
}
/*抽選申込受付 ここまで*/

/*試合スケジュール ここから*/
#back_white .contents .match ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#back_white .contents .match ul li {
    width: 45%;
    text-align: center;
    margin: 40px 10px 0 10px;
    padding: 60px 20px;
    color: #fefefe;
    border-radius: 5px;
}

#back_white .contents .match ul li.giants {
    background: -moz-linear-gradient(top left, #003a66 0%, #005596 90%, #E77400 90%, #E77400 100%);
    background: -webkit-linear-gradient(top left, #003a66 0%, #005596 90%, #E77400 90%, #E77400 100%);
    background: linear-gradient(to bottom right, #003a66 0%, #005596 90%, #E77400 90%, #E77400 100%);
}

#back_white .contents .match ul li.tigers {
    background: -moz-linear-gradient(top left, #003a66 0%, #005596 90%, #FFE100 90%, #FFE100 100%);
    background: -webkit-linear-gradient(top left, #003a66 0%, #005596 90%, #FFE100 90%, #FFE100 100%);
    background: linear-gradient(to bottom right, #003a66 0%, #005596 90%, #FFE100 90%, #FFE100 100%);
}

#back_white .contents .match ul li h3 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
}

#back_white .contents .match ul li p {
    line-height: 2.0em;
    font-size: 20px;
}
/*試合スケジュール ここまで*/

/*座席について ここから*/
#back_white .contents .seat .btn p.read {
    text-align: center;
	font-size: 18px;
	line-height: 1.8em;
	margin: 70px auto 20px;
}

#back_white .contents .seat .btn p.read span.infield {
    font-weight: 700;
    color: #E7295E;
}

#back_white .contents .seat .btn p.read span.outfield {
    font-weight: 700;
    color: #FFDF59;
}

#back_white .contents .seat .btn a {
    display: block;
	width: 100%;
	max-width: 586px;
	text-align: center;
	font-size: 23px;
	line-height: 1.0em;
	color: #000;
	background: #fff;	
	margin: 0 auto;
	padding: 0.8em 0;
	border: 1px solid #041e42;
	border-radius: 15px;
	transition: .3s;
}

#back_white .contents .seat .btn a:hover {
    background: #bc0022;
	color: #fff;
	transition: .3s;
}
/*座席について ここまで*/

/*観戦パッケージ規約 ここから*/
#back_white .contents .rule h3 {
    text-align: center;
    margin: 40px 0 20px;
    font-size: 20px;
}

#back_white .contents .rule h4 {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #e4002b;
}

#back_white .contents .rule p.ttl {
    text-align: center;
    font-size: 16px;
}

#back_white .contents .rule p.list {
    margin: 10px 0;
    margin-left: 1em;
    text-indent:  -1em;
    font-size: 16px;
}

#back_white .contents .rule p.list:before {
    content: '\0274a  ';
}

#back_white .contents .rule p.list a {
    text-decoration: underline;
    transition: .3s;
}

#back_white .contents .rule p.list a:hover {
    opacity: 0.7;
    transition: .3s;
}
/*観戦パッケージ規約 ここまで*/

/*パッケージタイトル ここから*/
#back_white .contents .packinfo .packttl h3 {
    width: 100%;
    text-align: center;
    margin: 40px 0 60px;
    padding: 15px 0;
    font-size: 26px;
    font-weight: 700;
    color: #fefefe;
    border-radius: 5px;
}

#back_white .contents .packinfo .packttl h3.ladyg {
    background: -moz-linear-gradient(top left, #003a66 0%, #005596 85%, #E77400 85%, #E77400 100%);
    background: -webkit-linear-gradient(top left, #003a66 0%, #005596 85%, #E77400 85%, #E77400 100%);
    background: linear-gradient(to bottom right, #003a66 0%, #005596 85%, #E77400 85%, #E77400 100%);
}

#back_white .contents .packinfo .packttl h3.ladht {
    background: -moz-linear-gradient(top left, #003a66 0%, #005596 85%, #FFE100 85%, #FFE100 100%);
    background: -webkit-linear-gradient(top left, #003a66 0%, #005596 85%, #FFE100 85%, #FFE100 100%);
    background: linear-gradient(to bottom right, #003a66 0%, #005596 85%, #FFE100 85%, #FFE100 100%);
}
/*パッケージタイトル ここまで*/

/*ホテル一覧 ここから*/
#back_white .contents .packinfo h4 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

#back_white .contents .packinfo h4 span.infield {
    color: #E7295E;
}

#back_white .contents .packinfo h4 span.outfield {
    color: #FFDF59;
}

#back_white .contents .packinfo .hotel {
    width: 100%;
    margin-bottom: 100px;
}

#back_white .contents .packinfo .hotel table {
    width: 100%;
    max-width: 1236px;
    margin: 50px auto;
}

#back_white .contents .packinfo .hotel table th {
    padding: 0 10px;
    font-size: 24px;
    font-weight: 700;
    border-left: 20px solid #005596;
}

#back_white .contents .packinfo .hotel table td {
    padding: 25px 0 5px;
    font-size: 20px;
    border-bottom: 1px solid #505050;
}

#back_white .contents .packinfo .hotel table td.room {
    width: 66%;
}

#back_white .contents .packinfo .hotel table td.member {
    width: 10%;
    text-align: center;
}

#back_white .contents .packinfo .hotel table td.fee {
    text-align: right;
    font-size: 26px;
    font-weight: 700;
    color: #e4002b;
}
/*ホテル一覧 ここまで*/

/*申し込みボタン ここから*/
#back_white .contents .entry {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(to right, #0c2340 60%,#005596);
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px;
    transition: .3s;
}

#back_white .contents .entry p {
    padding: 20px 0;
    color: #fefefe;
}

#back_white .contents .entry:hover {
    opacity: 0.7;
    transition: .3s;
}

#back_white .contents .closing {
    width: 66%;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 24px;
    font-weight: 700;
    background-color: rgba(130, 130, 130, 0.2);
    color: #e4002b;
    border-radius: 10px;
}

@media screen and (max-width: 1440px) {
    #back_white .contents .closing {
        width: 85%;
    }
}
/*申し込みボタン ここまで*/

/*attention ここから*/
#back_navy .contents .attention {
    margin-top: 40px;
}

#back_navy .contents .attention h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    border-bottom: 1px solid #fefefe;
}

#back_navy .contents .attention p {
    margin: 10px 0;
    margin-left: 1em;
    text-indent:  -1em;
    font-size: 16px;
}

#back_navy .contents .attention p:before {
    content: '\0274a  ';
}
/*attention ここまで*/