@charset "UTF-8";
@import url("reset.css");

html { 
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

:root {
  --color-primary: #715c1f;
  --color-primary-rgba: rgba(113, 92, 31, 1);
  --color-primary-rgba-hover: rgba(113, 92, 31, 0.7);
  --color-secondary: rgba(217, 60, 119, 1);
  --color-text: #2b2b2b;
  --navy: rgba(0, 61, 99, 1);
  --navy2: rgba(0, 61, 99, 0.7);
  --wine: rgba(140, 0, 65, 1);
  --wine2: rgba(140, 0, 65, 0.7);
  --bordeaux: rgba(99, 8, 49, 1);
  --bordeaux2: rgba(99, 8, 49, 0.7);
  --purple: rgba(130, 124, 212, 1);
  --purple2: rgba(130, 124, 212, 0.7);
  --blue: rgba(0, 146, 214, 1);
  --blue2: rgba(0, 146, 214, 0.7);
  --yellow: rgba(255, 246, 167, 1);
  --pink: rgba(217, 60, 119, 1);
  --pink2: rgba(217, 60, 119, 0.7);
  --brown: rgba(140, 93, 23, 1);
  --brown2: rgba(140, 93, 23, 0.7);
}


.block-header-gnav,
.page-event h1.block-event-page--header {
	position: relative;
	z-index: 10;
	color: #222;
}
.block-header-gnav {
	z-index: 20;
}

/*_content ctrl_*/
.hideConte {
	display: none !important;
}
.wrapper {
    background: transparent !important;
}
.priConte {
	position:relative;
	z-index: 1;
}

#event-up-etrange{
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ',Meiryo, sans-serif;
	color: rgb(43,43,43);
	font-weight: 400;
}

/*__main visual__*/
.img-Mv {
	display: block;
	width: 750px;
	margin: 0 auto;
}
.img-Mv img {
	position: relative;
	z-index: 7;
}

.upLink a,
a.attn {
	display: block;
	text-decoration: underline;
/*	font-size: 1.3em;*/
  font-size: clamp(1.063rem, 0.918rem + 0.3vw, 1.125rem);
	font-weight: 900;
	margin: 1em 0;
	position: relative;
	z-index: 0;
}

.attn {
	display: block;
	font-size: 1.3em;
	font-weight: 900;
	margin: 1.5em 0;
	position: relative;
	z-index: 0;
}

a.attn, .attn {
	color: var(--color-secondary);
}

.upLink {
	width: 100%;
	text-align: right;
	margin: 30px 0 0;
}
.upLink a {
	font-size: 1.1em;
	color: var(--color-secondary);
}

/* --------------------------------------------------------------------
	PC/	Common/
--------------------------------------------------------------------- */
/* H */

h3.bg-Ribon {
  width: 100%;
  margin: 1.8em auto 1.1em;
  padding: 1.3rem;
  background: var(--wine);
  color: #fff;
  text-align: center;
  font-size: 2.1em;
  font-weight: 900;
  position: relative;
  z-index: 15;
/*	display: inline-block;*/
/*	height: 80px;*/
/*	line-height: 3em;*/
/*	box-sizing: border-box;*/
}
h3.bg-Ribon.limiTed {
	background: var(--pink);
	margin: 0 auto 2em;
	font-size: 1.8em;
}
h3.bg-Ribon.limiTed2 {
	background: var(--bordeaux);
	margin: 0 auto 2em;
	font-size: 1.8em;
}
h3.bg-Ribon.edition {
	background: var(--brown);
	margin: 0 auto 2em;
	font-size: 1.8em;
}
h3.bg-Ribon.nomal {
	background: var(--purple);
	margin: 0 auto 2em;
	font-size: 1.8em;
}

h4 {
  /*	color: rgb(91,72,60);*/
  color: var(--color-text);
  /*	font-size: 1.4em;*/
  font-size: clamp(1.125rem, 0.836rem + 0.6vw, 1.25rem);
  font-weight: 900;
  text-align: center;
  margin: 0 auto 1em;
}
h4.underLine {
  width: 12%;
  border-bottom: 10px solid var(--pink);
/*	width: 136px;*/
}
h4.newitem {
  color: #2B2B2B;
  font-weight: 900;
  text-align: center;
    font-size: 1.8em;
    margin: 2em auto 1em;
    padding: 0.5em 0;
    border-top: rgb(43,43,43) solid 1px;
    border-bottom: rgb(43,43,43) solid 1px;
}
h4.newitem2 {
  color: #2B2B2B;
  font-weight: 900;
  text-align: center;
    font-size: 1.8em;
    margin: 2em auto 1.6em;
    padding: 0.5em 0;
    border-top: rgb(43,43,43) solid 1px;
    border-bottom: rgb(43,43,43) solid 1px;
}
h4.newitem3 {
  color: #2B2B2B;
  font-weight: 900;
  text-align: center;
    font-size: 1.8em;
    margin: 1.6em auto;
    padding: 0.5em 0;
    border-top: rgb(43,43,43) solid 1px;
    border-bottom: rgb(43,43,43) solid 1px;
}
/* text Ctrl*/
.r-Txt { /* Red-text */
	color: rgba(225,0,0,1);
/*	color: rgba(222,67,80,1);*/
}
.p-Txt { /*Pink-text*/
	color: rgb(217, 60, 119);
}
.gr-Txt { /*Gray-text*/
	color: rgb(85,85,85);
}
.blu-Txt {
	color: rgb(6,25,58);
}
.y-Txt { /*Yellow-text*/
	color: rgb(255,246,167);
}
.main-Txt{ /*maincolor-text*/
	color: rgb(140, 0, 65);
}
.min_Txt { /* Small-text */
	font-size: 0.85em;
}
.m-Txt { /* medium-text */
	font-size: 1.2em;
}
.large-Txt { /* Large-text */
	font-weight: 900 !important;
	font-size: 1.3em !important;
}

.tokuten_Txt {
	text-align: center;
	color: rgb(6,25,58);
	font-weight: 900;
    font-size: 1.5em;
	margin-bottom: 10px;
}

.rhombus-gold {
	color: #BFA46F;
}

.center{
	text-align:center;
	margin: auto;
}
/* Container */
#content-bg {
	width: 1200px;
	margin: 70px auto 50px;
	z-index: -2;
}

.wrap-Container {
	width: 1070px;
	margin: 50px auto;
	padding: 10px;
	position: relative;
}

/*_inf-Area_*/
.inf-Area {
	width: 770px;
	box-sizing: border-box;
	margin: 2em auto;
	position: relative;
	z-index: 10;
	text-align: center;
	color: var(--color-text);
}
.inf-Area.pConte {
	padding: 15px 50px;
	text-align: left;
}
.inf-Area.benefits {
	margin: 0 auto;
	width: calc(( 100% - 100px ) / 1);
}
/*.benefits img {
	width: 770px !important;
}*/

.inf-Area.benefits .att_fr {
	border: 1px solid rgba(255,78,124,1);
	text-align: left;
	line-height: 1.8em !important;
}

.inf-Area.bG {
/*	background-color: rgba(229,231,235,.5);*/
	border: 1px solid rgba(118,63,65,1);
}
.inf-Area p {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.2em;
}
.txt-Catch {
	font-size: 1.55em;
	font-weight: 600;
}
.Lttl {
  font-size: 1.35em;
  color: var(--color-primary);
}
p.c-Txt.txt-Catch {
/*	color: rgba(34,34,34,1);*/
}
.dot {
	border: dashed 0.5px;
	border-color: #06193A;
	width: 770px;
	margin: 30px auto;
}

/*_list-Frame_*/
.index-Box {
  display: flex;
	flex-flow: row;
  margin: 30px auto 0;
  justify-content: center;
}

.indexItem {
  /*margin: 1em;*/
  background: var(--pink);
  padding: 2em 1em;
  outline: 2px solid rgb(255, 255, 255);
  outline-offset: -5px;
  /*max-width: 96%;*/
  width: 400px;
  text-align: center;
  display: grid;
  place-items: center;
}
.indexItem a {
	text-decoration: none;
}
.indexItem:hover {
	background-color: var(--pink2);
}

.indexItem p {
  font-size: 1.2em;
  color: #fff;
  font-weight: 600;
}

.about-etrange p{
	font-size: 1.4em;
	color: var(--color-text);
}
.about-etrange .headline{
	font-size: 1.8em;
	font-weight: 900;
	color: var(--wine);
}
/*_早期予約特典_*/
#Early .inf-Area p{
	text-align: left;
}
#Early .early_deadline{
	font-size: 1.8em;
}
#Early .inf-Area span{
	color: var(--magenta);
	font-weight: 600;
	font-size: 1.25em;
}
/*_購入特典_*/
#Privilege .inf-Area p{
	text-align: left;
}
/*_ゲーム紹介_*/
#Game .story-etrange{
	margin: auto;
	width: 700px;
}
#Game .story-etrange p{
	font-size: 1.4em;
	line-height: 2;
}
/*_LINEUP_*/
#lineUp {
	width: 1200px;
	margin: 0 auto 1.5em;
}

/*_list-Frame_*/
.itemlist {
	box-sizing: border-box;
	padding: 0;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.itemlist>li {
	line-height: 1.5;
	text-align: center;
	border: rgba(0, 0, 0, 1) solid 1px;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	position: relative;
	padding: 2em;
	margin: 0;
}
.itemlist>li.limiTed {
	background: rgba(243,240,234,1);
	border: rgba(6,25,58,.9) solid 1px;
}
.itemlist>li:nth-child(3n) {
	margin-right: 0;
}

.itemlist>li.olDer {
	background: rgba(229,231,235,1);
	border: rgba(6,25,58,.9) solid 1px;
}

.itemlist_left {
	box-sizing: border-box;
	padding: 0 1em;
	width: 1200px;
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.itemlist_left>li {
	line-height: 1.5;
	text-align: center;
	max-width: 372px;
	width: calc(( 100% - 20px ) / 3);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	position: relative;
/*	border-radius: 10px;*/
	padding: 30px 30px 10px;
	margin: 0 27px 20px 0;
}
.itemlist_left>li.limiTed {
	background: rgba(243,240,234,1);
	border: rgba(126,101,40,.9) solid 1px;
}
.itemlist_left>li:nth-child(3n) {
	margin-right: 0;
}

.itemlist_left>li.olDer {
	/*background: rgba(229,231,235,1);*/
	border: rgba(114,59,64,1) solid 1px;
}

.lineupBox {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1em auto;
}
.lineupBox .lineup_item {
	width: 45%;
	margin: 0 1em 0 0;
	text-align: left;
}
.lineupBox .lineup_text {
	width: 50%;
	margin: 0 0 0 1em;
	text-align: left;
}

.lineup_text .l_tittle{
	font-size: 1.6em;
	font-weight: 600;
	color: var(--wine);
}
.lineup_text .l_bounus{
	font-size: 1.6em;
	font-weight: 600;
	color: var(--wine);
}
.lineup_text li{
	font-size: 1.4em;
	color: var(--color-text);
}
.lineupBox .lineup_item2 {
	width: 35%;
	margin: 0;
	text-align: left;
}
.lineupBox .lineup_text2 {
	width: 65%;
	margin: 0;
	text-align: left;
}

.lineup_text2 .l_tittle{
	font-size: 1.3em;
	font-weight: 600;
	color: var(--color-primary);
}
.lineup_text2 .l_bounus{
	font-size: 1.3em;
	font-weight: 600;
}
.lineup_text2 li{
	font-size: 1.4em;
	color: var(--color-text);
}
table.tbl-inf {
    width: 880px;
    margin: 0 auto;
}
table.tbl-inf tr {
}
.tbl-inf th {
    width: 224px;
    padding: 1em;
    background: rgb(231,231,235);
    font-size: 1.8em;
    text-align: center;
    border-bottom: #fff solid 1.2em;
	color: var(--color-text);
}
.tbl-inf td {
    padding: 1em 0 1em 2em;
    font-size: 1.4em;
    line-height: 1.6;
	text-align: left;
	color: var(--color-text);
}

/*_older_color-tag_*/

.tagOlder,
.tagLimited {
	font-weight: 900;
	color: #fff;
	padding: 0.1em 0;
	text-align: center;
	font-size: 1.8em;
	letter-spacing: 0.1em;
  border: #B18440;
}
.tagOlder {
	background: rgba(114,59,64,1);
}
.tagLimited {
	background: rgba(255,78,124,1);
}

/*_buy_*/
.buy {
	font-size: 2.1em;
	font-weight: 900;
	text-align: center;
	margin: 1em auto 0;
}

.limit {
	font-size: 1.15em;
	font-weight: 900;
}
.price {
	/*font-size: 2em;*/
	font-weight: 900;
	text-align: center;
	color: #2b2b2b;
}
.limit {
	color: #FF4E7C;
}
.price::after { /*default-setting*/
 /*   font-size: 0.667em;
    font-weight: 500;
    content: "（税込）";*/
}
.so {
	color: #634114 !important;
	font-size: 1.8em;
	font-weight: 900;
	text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff,  0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
	margin-top: 1em;
}

/*_btn_*/

/*_add-size_*/
ul.btn_cuatro {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
ul.btn_cuatro li {
    width: calc(( 100% - 10px ) / 2);
}
ul.btn_cuatro li a {
	background-color: rgba(6,25,58,1);
	width: 100% !important;
	padding: 0.5em !important;
	margin-top: 0.3em;
}
ul.btn_cuatro_olDer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
ul.btn_cuatro_olDer li {
    width: calc(( 100% - 10px ) / 2);
}
ul.btn_cuatro_olDer li a {
	background-color: rgba(126,101,40,1);
	width: 100% !important;
	padding: 0.5em !important;
	margin-top: 0.3em;
}
/*-order-*/
.btn-order {
	margin-top: 1em;
}
ul.btn_cuatro li a,
.btn_cuatro_olDer li a,
.btn-order a {
	color: #fff;/*<---color chenge */
	font-size: 1.45em;
	text-decoration: none;
	text-align: center;
	/*background-color: rgba(127,106,103,1);/*<---color chenge */
	display: inline-block;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-sizing: border-box;
/*	border: 1px solid #fff;*/ /*<---color chenge */
	width: 215px;
	padding: 10px 60px;
}
.btn-order a.olDer {
	background-color: rgba(114,59,64,1);
}
.btn-order a.limiTed {
	background-color: rgba(139,24,24,1);
}

.btn_order-All {
	margin: 0 auto 5em;
	width: 450px;
}
.btn_order-All a {
	display: block;
	font-size: 3.2em;
	letter-spacing: .1em;
	width: 450px;
	padding: 1rem 3rem;
}

.btn-order a span {
	font-weight: 900;
	line-height: 1.5;
}
.btn-order a:hover {
/*	color: #5b483c;*/
/*	background-color: rgba(174,150,145,0.8);/*<---bg-color chenge */
/*	border: 1px solid #c5a982;*/ /*<---color chenge */
}
ul.btn_cuatro_olDer li a:hover,
.btn-order a.olDer:hover {
	/*background-color: rgba(6,25,58,0.7);*/
  background-color: rgba(114,59,64,0.7);
}
ul.btn_cuatro li a:hover,
.btn-order a.limiTed:hover {
	/*background-color: rgba(6,25,58,0.7);*/
  background-color: rgba(114,59,64,0.7);
}
ul.btn_cuatro li a:active,
.btn-order a:active {
	-webkit-transform: translate(2px, 2px);
	transform: translate(2px, 2px);
}

/*_about-up-bono-colle_*/
.about-up-bono {
	margin: 1em auto 2em;
}

.about-up-bono p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
}

/*_up-etrange-Bnr_*/
.up-etrange-Bnr {
/*	margin: 50px auto;*/
  margin: 30px auto 50px;
}
.up-etrange-Bnr,
.up-etrange-Bnr a img {
	display: block;
}
.up-etrange-Bnr a img {
	margin: 0 auto;
/*	border: #707070 solid 1px;*/
}
.upLink-list {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}
.upLink-list a img {
	display: block;
	margin: 10px;
}

.conteLink {
	width: 98%;
	margin: 1.5em auto 85px;
border: #707070 solid 1px;
}

/*_Attention_*/
.attention-Area {
	font-size: 1.1em;
	width: 1000px;
	margin: 0 auto;
	padding: 40px;
	border: #707070 solid 1px;
	color: #2b2b2b;
}

.attention-Area dl{
	text-align: center;
	margin-bottom: 2em;
}
.attention-Area a {
	text-decoration: none !important;
/*	text-decoration: underline !important;*/
}
.attention-Area .br-Underline,
.attention-Area .bu-Underline,
.attention-Area .r-Underline {
/*	color: rgba(255,78,124,1);
	border-bottom: rgba(238,49,56,1) solid 1px;*/
	margin: 0 auto;
	width: 30%;
}
.attention-Area .r-Underline {
/*	color: rgba(117,163,214,1);*/
	color: var(--color-secondary);
	border-bottom: var(--color-secondary) solid 1px;
}
.attention-Area .br-Underline {
	color: rgba(184,169,106,1);
	border-bottom: rgba(184,169,106,0.9) solid 1px;
}

.attention-Area p {
	font-size: 1.2em;
	margin: 10px 0;
}
.attention-Area ul {
	margin-bottom: 2em;
}

/*_Copyright_*/
.txt-Copyright {
	color: #2b2b2b;
	text-align: center;
	width: 100%;
	padding: 1em;
	margin: 0 auto;
	font-size: 1.1em;
	border-top: #e3e3e3 solid 1px;
}
.txt_indent {
	text-indent: 0 !important;
}
.sma {
	display: none;
}
.pc {
	display: block;
}
.visual_Box {
	display: flex;
	justify-content: center;
}
.visual_Item {
	width: 30%;
}
.apply {
	color: #F92BA8;
	margin: 2em auto 1.5em !important;
}

/*_タブ表示_*/
.tab-area {
  width: 100%;
  margin: 0 auto;
}
.tab-btn {
  display: none;
}
.tab-list-wrap {
  padding: 0; 
  margin: 0; 
  list-style-type: none;
  display: flex; 
  justify-content: space-evenly;
  align-items: flex-end;
}
.tab-list {
  /*display: block;*/
  display: flex;
  width: 297px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: rgba(217, 60, 119, 0.4);
  box-sizing: border-box; 
  color: #fff;
  padding: 1em;
  font-size: 1.4em;
  transition: all 0.5s 0s ease;
  line-height: 1.1;
  height: 100px;
  align-items: center;
  justify-content: center;
}
.tab-list:active {
  /*display: block;*/
  width: 297px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: rgba(217, 60, 119, 1);
  box-sizing: border-box; 
  color: #fff;
  padding: 1em;
  font-size: 1.4em;
  height: 120px;
}
/*tab-listをdisplay:flex;にした場合
<span>が横並びになってしまうので下記の対応を実施*/
.tab-list span{
  display: contents;
  color: rgba(255, 251, 220, 1);
}
.tab-list span:active {
  display: contents;
  color: rgba(255, 246, 167, 1);
}
.tab-list2 {
  /*display: block;*/
  display: flex;
  width: 297px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: rgba(99, 8, 49, 0.4);
  box-sizing: border-box;
  color: #fff;
  padding: 1em;
  font-size: 1.4em;
  transition: all 0.5s 0s ease;
  line-height: 1.1;
  height: 100px;
  align-items: center;
  justify-content: center;
}
.tab-list2:active {
  /*display: block;*/
  width: 297px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: rgba(99, 8, 49, 1);
  box-sizing: border-box;
  color: #fff;
  padding: 1em;
  font-size: 1.4em;
  height: 120px;
}
.tab-list2 span{
  display: contents;
  color: rgba(255, 251, 220, 1);
}
.tab-list2 span:active {
  display: contents;
  color: rgba(255, 246, 167, 1);	
}
.tab-list3 {
  /*display: block;*/
  display: flex;
  width: 297px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: rgba(140, 93, 23, 0.4);
  box-sizing: border-box;
  color: #fff;
  padding: 1em;
  font-size: 1.4em;
  transition: all 0.5s 0s ease;
  line-height: 1.1;
  height: 100px;
  align-items: center;
  justify-content: center;
}
.tab-list3:active {
  /*display: block;*/
  width: 297px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: rgba(140, 93, 23, 1);
  box-sizing: border-box;
  color: #fff;
  padding: 1em;
  font-size: 1.4em;
  height: 120px;
}
.tab-list4 {
  /*display: block;*/
  display: flex;
  width: 297px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: rgba(130, 124, 212, 0.4);
  box-sizing: border-box;
  color: #fff;
  padding: 1em;
  font-size: 1.4em;
  transition: all 0.5s 0s ease;
  line-height: 1.1;
  height: 100px;
  align-items: center;
  justify-content: center;
}
.tab-list4:active {
  /*display: block;*/
  width: 297px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: rgba(130, 124, 212, 1);
  box-sizing: border-box;
  color: #fff;
  padding: 1em;
  font-size: 1.4em;
  height: 120px;
}
#tab-btn1:checked ~ .tab-list-wrap #tab-list {
  background: rgba(217, 60, 119, 1);
  color: #fff;
  height: 120px;
  /*display: grid;*/
  align-items: center;
}
#tab-btn1:checked ~ .tab-list-wrap #tab-list span{
  color: rgba(255, 246, 167, 1);
}
#tab-btn2:checked ~ .tab-list-wrap #tab-list2 {
  background: rgba(99, 8, 49, 1);
  color: #fff;
  height: 120px;
  /*display: grid;*/
  align-items: center;
}
#tab-btn2:checked ~ .tab-list-wrap #tab-list2 span{
  color: rgba(255, 246, 167, 1);
}
#tab-btn3:checked ~ .tab-list-wrap #tab-list3 {
  background: rgba(140, 93, 23, 1);
  color: #fff;
  height: 120px;
  display: grid;
  align-items: center;
}
#tab-btn4:checked ~ .tab-list-wrap #tab-list4 {
  background: rgba(130, 124, 212, 1);
  color: #fff;
  height: 120px;
  display: grid;
  align-items: center;
}
.tab-content {
  padding: 20px 20px 0;
  display: none; 
  display: none;
}
#tab-btn1:checked ~ .tab-content-wrap #tab-content1, #tab-btn2:checked ~ .tab-content-wrap #tab-content2, #tab-btn3:checked ~ .tab-content-wrap #tab-content3, #tab-btn4:checked ~ .tab-content-wrap #tab-content4 {
  display: block; 
}
.caution {
	color: var(--navy);
	font-size: 1.4em;
	padding: 0.5em;
	border: solid 3px #e10000; 
	margin: 1em auto;
	width: 77%;
	text-align: center;
	font-weight: 600;
}
.caution_s {
	font-size: 0.8em;
}

/* --------------------------------------------------------------------
	SP/
--------------------------------------------------------------------- */
/*@media screen and (max-width: 600px) {*/
@media only screen and (max-width: 768px) {
	html { 
		scroll-padding-top: 100px;
	}
/*__Content__*/
	#content-bg {
		width: 100%;
		margin: 2em auto;
	}
	dl.about-Item,
	.inf-Area {
		width: 95%;
	}
	.conteLink {
		width: 98%;
		margin: 1.5em auto 2em;
	}

/*__H__*/
	.page-event h1.block-event-page--header {
/*	    text-align: center;*/
/*	    letter-spacing: -0.08em;*/
		padding-bottom: 1em;
		width: 100%;
		margin: 0 auto;
		font-size: 1.5em;
	}
	
	h3.bg-Ribon {
		border: 0;
/*		height: 3em;*/
		/*font-size: 1.4em;*/
		margin: 2em auto 1em;
		padding: 1rem;
		font-size:1.6em;
	}
	h4.newitem {
		font-size: 1.3em;
	}
	h4.newitem2 {
		font-size: 1.3em;
		margin: 2em auto 1em;
	}
	h4.newitem3 {
		font-size: 1.3em;
		margin: 1em auto 1em;
	}
	
	.small-Txt { /* Small-text */
		font-size: 0.9em !important;
	}
	
/*__main visual__*/
	.img-Mv {
		width: 100%;
	}

/*__info Area__*/
	.inf-Area.benefits {
		display: block;
		width: 100%;
	}
	.inf-Area {
		padding: 0 1em !important;
		margin: 1em auto;
	}
	.inf-Area p {
		font-size: 1em;
	}
	.inf-Area p.saleDate {
		text-indent: -3.0em;
		padding-left: 3.0em;
	}
	.inf-Area p.txt-Catch {
		letter-spacing: -0.06em;
	}
/*	.benefits img {
	width: 95% !important;
}*/
	.txt-Catch {
		width: 96%;
		margin: 0 auto;
		font-size: 1.2em;
	}

	.indent-Txt {
	text-indent: -1.2em;
	padding-left: 1.2em;
	text-align: left;
}

/*__item__*/
	.item-bg {
		background-position: center bottom;
	}
	
/*	a.attn {
		font-size: 1.2em;
	}*/
	
/*_img-xxBox_*/
	.img_xxBox {
		width: 100%;
		margin: 0 auto;
	}
	
	
/*-list-Frame-*/
	#lineUp {
		width: 98%;
		margin: 1.5em auto;
	}
	.itemlist {
		width: 100%;
		display: block;
	}
	.itemlist>li {
		/*padding: 25px 30px;*/
		padding: 15px;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.itemlist_left {
		width: 100%;
		display: block;
	}
	.itemlist_left>li {
		padding: 20px 10px;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 15px;
	}
	
	.lineupBox {
	display: block;
	align-items: center;
	justify-content: center;
	margin: 1em auto;
	}
	.lineupBox .lineup_item {
	width: 100%;
	margin: 0;
	text-align: left;
	}
	.lineupBox .lineup_text {
	width: 100%;
	margin: 0;
	text-align: left;
	}

	.lineup_text .l_tittle{
	font-size: 1.3em;
	margin-top: 20px;
	}
	.lineup_text .l_bounus{
	font-size: 1.3em;
	}
	.lineup_text li{
	font-size: 1.1em;
	}
	.lineupBox .lineup_item2 {
	width: 100%;
	margin: 0;
	text-align: left;
	}
	.lineupBox .lineup_text2 {
	width: 100%;
	margin: 0;
	text-align: left;
	}
	.lineup_text2 li{
		font-size: 1.1em;
	}
	
	
	.buy {
		margin-bottom: 0;
		font-size: 1.6em;
	}
	.limit {
		font-size: 0.85em;
	}
	.limit span, .price {
		font-size: 1.2em;
	}


/*_btn_*/
.btn-order a {
		width: 180px;
		font-size: 1.2em;
		padding: 0.3em;
	}
	ul.btn_cuatro li a, .btn_cuatro_olDer li a {
		font-size: 1em;
		padding: 0.3em;
	}	
	
	.btn-order {
		margin-top: 1.2em;
	}
	

	.btn-order.btn_order-All,
	.btn-order.btn_order-All a {
		width: 90%;
		font-size: 1.6em;
		margin: 0 auto 1em;
}
	.btn_order-All  a span:after {
		width: 70px !important;
	}
	
/*_about-up-bono-colle_*/
	.about-up-bono {
		width: 100%;
		padding: 0 0.2em;
	}
	.about-up-bono p {
		margin-top: 2em;
		font-size: 0.9rem;
	}

/*_Attention_*/
	.attention-Area {
		width: 95%;
		padding: 1.1em;
		font-size: 1.0em;
	}
	.attention-Area .br-Underline,
	.attention-Area .bu-Underline,
	.attention-Area .r-Underline {
		width: 80%;
		font-size: 0.95rem;
	}
	
	table.tbl-inf {
		width: 100%;
		margin: 0 !important;
	}
	.tbl-inf tr {
		vertical-align: middle !important;
	}
	.tbl-inf th {
		width: 30%;
		font-size: 1.2em;
		padding: 0.7em;
		vertical-align: middle !important;
	}
	.tbl-inf td {
		font-size: 1.1em;
		padding: 1em 0 1em 1em;
		line-height: 1.5em;
		vertical-align: middle !important;
	}
	.tbl-inf .no_synopsis td{
		padding: 1em 0;
	}
	
/*_up-etrange-Bnr_*/
	.up-etrange-Bnr {
		width: 100%;
		margin: 20px auto 30px;
	}
	.txt-Copyright {
		font-size: 	0.8rem !important;
	}
	.Lttl {
		font-size: 1.2rem !important;
	}

	.upLink-list a,
	.upLink-list {
		display: block;
		width: 98%;
	}
	.upLink-list a {
		margin: 1em auto;
	}
	.upLink-list a img {
		margin: 10px auto;
		width: 70%;
	}
	
/*_add-textCTRL_*/
	.splarge-Txt { /* Large-text */
		font-size: 1.2em !important;
		width: 98%;
		margin: 0 auto;
		padding-left: 1.4em;
	}
	.attn {
/*		font-size: 1.2em;*/
		margin: auto 1em;
	}
	.proBox {
		display: flex;
	}
	.proImg {
    width: 40%;
    display: grid;
    align-items: center;
    margin-top: 1em;
    flex: 1;
	}
	.proTxt {
	width: 60%;	
    margin-left: 1em;
    display: grid;
    align-items: center;
    flex: 1;
}
	.name.tTl {
		font-size: 1.1em;
		margin: 1em auto;
	}
	.sma {
	display: block;
}
	.pc {
		display: none;
	}
	.upLink a {
		margin: 1.5em 1em;
	}
	.txt_indent {
		margin-left: 0 !important;
	}
	.tagOlder,
.tagLimited {
	font-size: 1.3em;
}
	
.tab-list {
  /*display: block;*/
  display: flex;
  width: 91px;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box; 
  padding: 8px 0;
  margin: 0 1px;
  font-size: 0.9em;
  line-height: 1.1;
  height: 90px;
  align-items: center;
  justify-content: center;
}
.tab-list:active {
  /*display: block;*/
  width: 91px;
  text-align: center;
  margin: 0 1px 0 2px;
  padding: 8px 0;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box; 
  color: #fff;
  font-size: 0.9em;
  height: 100px;
}
/*tab-listをdisplay:flex;にした場合
<span>が横並びになってしまうので下記の対応を実施*/
.tab-list span{
  display: contents;
  color: rgba(255, 251, 220, 1);
}
.tab-list span:active {
  display: contents;
  color: rgba(255, 246, 167, 1);
}
.tab-list2 {
  /*display: block;*/
  display: flex;
  width: 91px;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box; 
  padding: 8px 0;
  margin: 0 1px;
  font-size: 1em;
  line-height: 1.1;
  height: 90px;
  align-items: center;
  justify-content: center;
}
.tab-list2:active {
  /*display: block;*/
  width: 91px;
  text-align: center;
  margin: 0 1px 0 2px;
  padding: 8px 0;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box; 
  color: #fff;
  font-size: 1em;
  height: 100px;
}
.tab-list2 span{
  display: contents;
  color: rgba(255, 251, 220, 1);
}
.tab-list2 span:active {
  display: contents;
  color: rgba(255, 246, 167, 1);	
}
.tab-list3 {
  /*display: block;*/
  display: flex;
  width: 91px;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box; 
  padding: 8px 0;
  margin: 0 1px;
  font-size: 1em;
  line-height: 1.1;
  height: 90px;
  align-items: center;
  justify-content: center;
}
.tab-list3:active {
  /*display: block;*/
  width: 91px;
  text-align: center;
  margin: 0 1px 0 2px;
  padding: 8px 0;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box; 
  color: #fff;
  font-size: 1em;
  height: 100px;
}
.tab-list4 {
  /*display: block;*/
  display: flex;
  width: 91px;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box; 
  padding: 8px 0;
  margin: 0 1px;
  font-size: 1em;
  line-height: 1.1;
  height: 90px;
  align-items: center;
  justify-content: center;
}
.tab-list4:active {
  /*display: block;*/
  width: 91px;
  text-align: center;
  margin: 0 1px 0 2px;
  padding: 8px 0;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box; 
  color: #fff;
  font-size: 1em;
  height: 100px;
}
#tab-btn1:checked ~ .tab-list-wrap #tab-list {
  /*background: rgba(191, 164, 111, 1);*/
  color: #fff;
  height: 100px;
  /*display: grid;*/
  align-items: center;
}
#tab-btn1:checked ~ .tab-list-wrap #tab-list span{
  /*color: rgba(255, 246, 167, 1);*/
}
#tab-btn2:checked ~ .tab-list-wrap #tab-list2 {
  /*background: rgba(67, 77, 162, 1);*/
  color: #fff;
  height: 100px;
  /*display: grid;*/
  align-items: center;
}
#tab-btn2:checked ~ .tab-list-wrap #tab-list2 span{
  /*color: rgba(255, 246, 167, 1);*/
}
#tab-btn3:checked ~ .tab-list-wrap #tab-list3 {
  /*background: rgba(0, 134, 163, 1);*/
  color: #fff;
  height: 100px;
  display: grid;
  align-items: center;
}
#tab-btn4:checked ~ .tab-list-wrap #tab-list4 {
  /*background: rgba(242, 144, 115, 1);*/
  color: #fff;
  height: 100px;
  display: grid;
  align-items: center;
}
	
.caution{
  font-size: 1.3em;
  padding: 0.5em;
  margin: 1em auto;
  width: 100%;
  text-align: left;
}
.plus_mark img{
	width: 60px;
	height: auto;
}

}

.strong-color-1 {
  color: rgba(50,172,203,1);
}
.strong-color-2 {
  color: var(--color-secondary);
}
.font-size-1 {
  font-size: clamp(1.25rem, 0.383rem + 1.81vw, 1.625rem)!important;
}

.eventlink-section {
  display: inline-block;
  width: 40%;
}
@media (max-width: 768px) {
  .eventlink-section {
    width: 100%;
  }
  h4.underLine {
    min-width: 120px;
    max-width: 120px;
    width: 30%;
    border-bottom: 7px solid var(--pink);
  }
}


/*8/5追記*/
.dotted {
  width: 62.5%;
  margin: auto;
  border: 0;
  border-bottom: 5px dotted var(--color-primary);
}
.l-center-box01,
.l-center-box02 {
  width: 75%;
  margin: 30px auto;
  padding: 0 1em;
}
.l-center-box02 {
  width: 90%;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dt-title {
  color: var(--color-primary);
  font-weight: 600;
}
.display-block {
  display: block;
}
.decoration-text {
  color: var(--color-primary);
  font-weight: 600;
}
.info-wrap {
  width: 62.5%;
  margin: 1.5em auto;
/*  padding: 1em;*/
  padding: 2rem;
  border: solid 1px #9C9C9C;
  text-align: left;
  font-size: 1em;
  line-height: 1.8em;
  color: var(--color-text);
}
.info-wrap-inner_content {
  text-align: left!important;
}
.p-name-details dl {
  margin-bottom: 0.3rem;
  display: flex;
}
.p-name-details dl dt {
  width: 16%;
  position: relative;
  text-align: left;
  padding-right: 0.5rem;
}
.p-name-details dl dt::after {
  content: "：";
  display: inline-block;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.p-name-details_wrap {
  width: 100%;
  color: var(--color-text);
}
.p-name-details dl dt,
.p-name-details dl dd {
  text-align: left;
  font-size: 1.4em;
/*  margin-bottom: 0.2em;*/
}
.p-img-box {
  max-width: 430px;
  margin: 20px auto;
}
.decoration-button {
  display: inline-block;
  background-color: var(--pink);
  padding: 0.8rem 7rem;
  /*font-size: 1.45em;*/
  color: rgba(255, 255, 255, 03);
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  margin: 0.5em auto 0;
  width: 500px;
}
.decoration-button:hover {
  background-color: var(--pink2);
}
.decoration-button.dec_b{
  background-color: var(--bordeaux);
}
.decoration-button.dec_b:hover {
  background-color: var(--bordeaux2);
}
.decoration-button.dec_g{
  background-color: var(--brown);
}
.decoration-button.dec_g:hover {
  background-color: var(--brown2);
}
.decoration-button.dec_o{
  background-color: var(--purple);
}
.decoration-button.dec_o:hover {
  background-color: var(--purple2);
}
.anchor {
  padding-top: 122.73px;
  margin-top: -122.73px;
}
.mb_10 {
  margin-bottom: 10px;
}
.note-text {
  font-size: 0.85em;
  margin: 20px auto;
}

@media (max-width: 768px) {
  .l-center-box01,
  .l-center-box02 {
    width: 100%;
  }
  .info-wrap {
    width: 100%;
    padding: 1rem;
  }
  .l-center-box01 {
    padding: 0 2rem;
  }
  .l-center-box02 {
    align-items: center;
    margin: 0 auto;
    padding: 0;
  }
  .p-name-details_wrap {
    width: auto;
  }
  .p-name-details dl dt,
  .p-name-details dl dd {
    font-size: 1.1em;
  }
  .p-name-details dl dt {
    width: 30%;
  }
  .p-name-details dl dd {
    flex: 1;
  }
  .p-img-box {
    width: 85%;
  }
  .dotted {
    width: 80%;
  }
  .decoration-button {
    /*font-size: 1.2em;*/
	width: 85%;
	padding: 0.8rem 5rem;
  }
  .about-up-ShiningLiveTraca p {
    padding: 0 1em;
  }
  .m-Txt {
    font-size: 1.1em;
  }
  .mb_30px {
    margin-bottom: 20px!important;
  }
  .upLink a, a.attn {
    font-size: 1.2em;
  }
  .block-page-top {
    z-index: 19;
  }
  .visual_Box {
	display: block;	  
  }
  .visual_Item {
	width: 100%;
  }
  .apply {
	margin: 0 auto 1.5em !important;
  }
  .indexItem{
	width: 300px;
  }
  .about-etrange{
	margin: auto 1em;		
  }
  .about-etrange p{
	font-size: 1.1em;
  }
  .about-etrange .headline{
	font-size: 1.4em;
  }
/*__info Area__*/
  .inf-Area p{
	font-size: 1.1em;
  }
/*_早期予約特典_*/
  #Early .early_deadline{
	font-size: 1.4em;
  }	
  #Early img{
	margin-bottom: 20px;	
  }
/*_購入特典_*/
  #Privilege img{
	margin-bottom: 20px;
  }
/*_ゲーム紹介_*/
  #Game .story-etrange{
	width: 100%;
	padding: 0 1em;
  }
  #Game .story-etrange p{
	font-size: 1.1em;
	line-height: 1.5;
  }
  h3.bg-Ribon.limiTed,h3.bg-Ribon.limiTed2,h3.bg-Ribon.edition,h3.bg-Ribon.nomal {
	font-size: 1.4em;
  }
  .caution{
	font-size: 1.1em;
  }
  .tab-content {
	padding: 20px 0 0;
	width: 95%;
	margin: auto;
  }
	
}