@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: #fff;
	-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-bg5.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;
}


/*------------------------------
    リード
------------------------------*/
/*.lead {
    position: relative;
	margin: 1rem;
    padding: 1rem;
    border: 1px solid #fdf191;
	background-image: linear-gradient(rgba(255, 255, 255, 0.8) 0 100%), repeating-linear-gradient(135deg, #e94e33 0 5px, transparent 5px 10px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% - 10px) calc(100% - 10px), 100%;
    color: #353535;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
	line-height: 1.3;
	
}*/
.lead {
    position: relative; 
    margin: 1.2rem;
	padding-top: 1.2rem;
    color: #353535;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    z-index: 1; 
	border: 0.4rem solid transparent; 
	border-image-source: repeating-linear-gradient(45deg, #cae3ff 0 0.4rem, #3091ff 0.4rem 0.8rem);
    border-image-slice: 1;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 1px #3091ff;
}

.tex {
    padding: 1.2rem;
	
}

/*.lead::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(135deg, #e94e33 0 5px, transparent 5px 10px);
    z-index: -2;
}
.lead::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: #ffffff;
    z-index: -1;
}*/


/*------------------------------
    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);
}	


/*------------------------------
    フッター　テキスト
------------------------------*/
.footBox {
    margin-top: -3rem;
}
	
.footBox_lead {
    padding: 5rem 0 2rem;
    font-size: 2.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    color: #ff33a2;
    background-image: linear-gradient(180deg, transparent 10%, rgba(255, 255, 255, 0.85) 30%);
    text-shadow: 0 0 0.8rem #fff, 0 0 0.8rem #fff, 0 0 0.8rem #fff, 0 0 0.8rem #fff, 0 0 0.8rem #fff, 0 0 0.8rem #fff, 0 0 0.8rem #fff, 0 0 0.8rem #fff, 0 0 0.8rem #fff, 0 0 0.8rem #fff;
}	


/*------------------------------
    リストページ　リンク
------------------------------*/
/* リストページ　リンク */
.summerlink {
	padding: 0 0.2em;
}
.summerlink li {
    display:table;
    width:100%;
    overflow:hidden;
    border-bottom: none;
    padding-bottom: 0.2rem;
	background-color: transparent;
	
}


.summerlink li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    background-color: #000000;
    padding: 1.2rem;
    margin: 1.0rem;
    position: relative;
    border: 0.4rem solid transparent;
    border-image-source: repeating-linear-gradient(45deg, #cae3ff 0 0.4rem, #3091ff 0.4rem 0.8rem);
    border-image-slice: 1;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0.1rem #3091ff;
}

.titlebox {
    background-color: #fb2929;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    padding: 0.6rem;
}

.summerlink li a img {
    width: 100%;
    position: relative;
    margin: 1.2rem;
    margin: auto 0;
    border-bottom: 0.2rem solid #fb2929;
    border-left: 0.2rem solid #fb2929;
    border-right: 0.2rem solid #fb2929;
}

.sumtext {
    /*padding: 1.2rem;*/
	color: #353535;
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.2rem;
    padding-top: 0.6rem;
}


/* リンク無効化 */
.summerlink li.is-disabled a {
    pointer-events: none;
    /*opacity: 0.5;*/
    cursor: default;
    /* filter: grayscale(1); */ /* モノクロにする（任意） */
}

.summerlink li.is-disabled > a > *:not(.coming-soon-badge) {
    opacity: 0.5; /* ★バッジ以外の要素(img, span)だけを半透明にする */
    /* pointer-events: none; は継承されるのでこのままでOK */
}


/* 黄色い丸バッジのスタイル */
.coming-soon-badge {
    /* 位置 */
    position: absolute;
    right: -1rem;
    /*bottom: 4rem;*/
    top: -1rem;
    z-index: 5;     /* 他の要素より手前に表示 */

    /* 形 */
    width: 7.2rem;  /* 円の幅 */
    height: 7.2rem; /* 円の高さ */
    border-radius: 50%; /* これで正円になります */
    
    /* 色とフォント */
    background-color: #fff200; /* 明るい黄色 */
    color: #333;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.2;
    
    /* ★ 中のテキストを上下左右中央に配置 */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	
	/* 影 */
    box-shadow: 0.2rem 0.2rem 0.4rem #696969;
    /* box-shadow: 0 0 0.8rem gray;
}

/* 4. バッジがない is-disabled には、元の opacity を適用 */
.summerlink li.is-disabled:not(:has(.coming-soon-badge)) a {
    opacity: 0.5;
}




/*.summerlink a::after {
    content: '';
    position: absolute;
    top: -2.9rem;
    right: -2.5rem;
    width: 8rem;
    height: 8rem;
    background-image: url(../img/fire1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.summerlink a:before {
    position: absolute;
    right: 0.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-top: 0.2rem solid #e50012;
    border-right: 0.2rem solid #e50012;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/



