@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: #000;
	background-color: #fff;
}
body {
	background-color: transparent;
	font-size: 1.6rem;
}
/*------------------------------
	全体カコミ
------------------------------*/
.iPhoneBody {
	background-color: #e60012;
	background-color: transparent;
}
.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/bg1.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: 1rem;
    text-align: justify;
    font-size: 1.4rem;
    line-height: 1.4;
}
/*------------------------------
    セクション
------------------------------*/
.sectionBox {
	margin: 2rem 1rem;
    background-color: #fff;
    position: relative;
}
.sectionBox a {
    display: block;
    color: #000;
    border: solid 0.8rem #fff;
}
figure,
.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;
}
.sectionBox.soon a {
    pointer-events: none;
    opacity: 0.5;
}
.sectionBox.soon .sectionBox_icon {
    display: none;
}
.sectionBox_heading {
    padding: 0 0 0.8rem;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    color: #e60012;
    background-color: #fff;
}
.sectionBox_lead {
    padding: 0.5rem 0 0;
    text-align: justify;
    font-size: 1.3rem;
    line-height: 1.4;
    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: 19.3rem;
    right: 0;
}
/*#eva .sectionBox_icon {
    top: 17rem;
}*/
.sectionBox_soon {
    display: none;
}
.sectionBox.soon .sectionBox_soon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    font-size: 1.8rem;
    font-weight: 900;
    color: #fff;
    background-color: #e60012;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/* 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 {
    margin: 1.25em 1rem;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 900;
    text-shadow: 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff;
}
.catchBox p {
    margin: 1rem 0;
    color: #e60012;
}
/*------------------------------
    注釈
------------------------------*/
.annotation {
    margin-top: 1.25em;
    font-size: 1.2rem;
    font-weight: 400;
    text-shadow: none;
}


