@charset "shift_jis";
/* CSS Document */
/*------------------------------
	webフォント
------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*------------------------------
	reset
------------------------------*/
* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
img {
    width: 100%;
    height: auto;
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
	border: 0;
    /*長押し禁止*/
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}
a {
    text-decoration: none;
}
/*------------------------------
	root
------------------------------*/
html,
body {
	font-size: calc(100vw / 32);
	color: #fff;
	background-color: #000;
}
body {
	background-color: transparent;
	font-size: 1.6rem;
}
/*------------------------------
	全体カコミ
------------------------------*/
.iPhoneBody {
	background-color: #e60012;
	background-color: transparent;
    /*background-image: url("../img/bg.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: center top;*/
}
.iPhoneBody:before {
    display: block;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -2;
    width: 100%;
    height: 100vh;
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/*.iPhoneBody:after {
    display: block;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
	background-image: url("../../../s_conq/sevenleague_slot/07/img/bg_repeat.png");
	background-repeat: repeat;
	background-size: auto;
	background-position: center center;
}*/
.wrapper {
    font-family: "Noto Sans JP", sans-serif;
}
/*------------------------------
    メイン
------------------------------*/
.mainBox_lead {
    margin-bottom: -2.5rem;
	padding: 2rem 1rem 6rem;
    text-align: justify;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 900;
    background: linear-gradient(to bottom, #e60012 90%, rgba(203,0,18,0) 100%);
}
.mainBox_lead .row1 {
    display: inline-block;
    letter-spacing: 0.16rem;
}
/*------------------------------
    セクション
------------------------------*/
.sectionBox {
	margin: 3rem 1rem;
    background-color: #fff;
    position: relative;
}
.sectionBox a {
    display: block;
    color: #000;
    border: solid 0.8rem #fff;
}
.sectionBox figure {
    display: block;
    background-color: #eee;
    /*background-image: url("../img/soon.png");
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;*/
    aspect-ratio: 16 / 9;
}
.sectionBox figure img {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
}
.soon .sectionBox a {
    pointer-events: none;
}
.soon .sectionBox .sectionBox_icon {
    display: none;
}
.sectionBox_inner {
    margin-top: -1.5rem;
}
.sectionBox_heading {
    padding: 0.8rem 1.2rem 0.2rem 0.8rem;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 900;
    color: #e60012;
    background-color: #fff;
}
.sectionBox_lead {
    padding: 0.8rem;
    text-align: justify;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 700;
    background-color: #fff;
}
.sectionBox_icon {
    padding: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    color: #FFD43B;
    background-color: #fff;
    border-radius: 100vh;
    position: absolute;
    top: 15.5rem;
    right: -0.7rem;
}
#ghoul_suisoku .sectionBox_icon,
#newpulsar .sectionBox_icon,
#ghoul_kaiseki .sectionBox_icon,
#ghoul_jissen .sectionBox_icon,
#famista .sectionBox_icon {
    top: 17.5rem;
}
/* NEWマーク */
.newmark {
    padding: 0 1rem;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: bold;
    white-space: nowrap;
    color: #fff;
    background-color: #f00;
    position: absolute;
    top: 0;
    left: 0;
}
/*------------------------------
    キャッチ
------------------------------*/
.catchBox {
    display: none;
	margin: 3rem 1rem;
    text-align: center;
    color: #ff0;
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: 900;
    text-shadow: 0 0 1rem #e60012, 0 0 1rem #e60012, 0 0 1rem #e60012;
}
.soon .catchBox {
    display: block;
}
.catchBox .L {
    margin-right: -0.5rem;
    font-size: 6rem;
}
.catchBox .M {
    font-size: 3rem;
}

