@charset "shift_jis";
/* CSS Document */
/*------------------------------
	webフォント
------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&family=Noto+Serif+JP:wght@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 {
	background-color: #1e0a16;
	-webkit-text-size-adjust: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: calc(100vw / 32);
	color: #000;
}
body {
	background-color: transparent;
	font-size: 1.4rem !important;
	line-height: 1.25;
}
/*------------------------------
	全体カコミ
------------------------------*/
.iPhoneBody {
	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/s-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	/*opacity: 0.9;*/
}
/*------------------------------
    メイン
------------------------------*/
.mainBox img {
    position: relative;
    z-index: 1;
}
.mainBox_lead {
	margin: 0 1rem;
    text-align: justify;
    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 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 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 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 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff;
    position: absolute;
    top: 65vw;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    z-index: 2;
}


/*------------------------------
    リストページ　リンク
------------------------------*/

.ltlink {
	padding: 0 1rem;
	margin-top: 1.2rem;
	margin-bottom: 2.2rem;
}
.ltlink li {
    display:table;
    width:100%;
    overflow:hidden;
    margin-bottom: 1.2rem;
	background-color: transparent;
}


.ltlink li a {
    display: block;
    text-decoration: none;
}




/*------------------------------
    リード
------------------------------*/
.lead {
    position: relative;
    margin: 1.2rem;
	margin-top: 1.8rem;
	margin-bottom: 1.8rem;
    padding-top: 1.2rem;
    padding: 1rem;
    color: #FFF;
    font-size: 1.12rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    z-index: 1;
    border: 0.2rem solid transparent;
    border-image-source: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    border-image-slice: 1;
    background-color: rgba(0, 0, 0, 0.2);
}

.tex {
	font-size: 1.4rem;
	color: #FFF;
	text-align: center;
	
}

/*------------------------------
    TOPへ戻る
------------------------------*/
.backtop {
    /*margin: 2rem auto;*/
    text-align: center;
    font-size: 1.4rem;
	background-color: #363636;
	padding: 1.5rem;
	margin-top: 0.8rem;
}
.backtop a {
    color: #ff0;
	display: block;
}


/*------------------------------
    NEWマーク
------------------------------*/
.newmark {
	position: absolute;
    top: -0.5rem;
    left: -0.5rem;
	width: 6rem;
	height: 6rem;
	overflow: hidden;
}
.newmark span {
	display: inline-block;
	position: absolute;
    right: -2.1rem;
    bottom: 2.5rem;
	width: 12rem;
	text-align: center;
	font-size: 1.4rem;
	line-height: 2.4rem;
	font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
	background-color: #FF0;
	color: #F00;
    box-shadow: 0 0 0.5rem rgba(0,0,0,0.5);
	-webkit-transform:rotate(-45deg);
	transform: rotate(-45deg);
}	


