

/*----------------------------------------


article


----------------------------------------*/
article {
  position: relative;
  overflow-x: clip;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  article {
    height: 100svh;
  }
}
article h1,
article h2,
article h3,
article h4,
article h5 {
  letter-spacing: 0.06em;
}

/*----------------------------------------


tab


----------------------------------------*/
.tabs .tab {
  cursor: pointer;
}
.panels .panel {
  display: none;
}
.panels .panel.is-active {
  display: block;
}

/*----------------------------------------


list


----------------------------------------*/
ol,
ul.disc {
  margin-left: 2em;
}

ul.disc li {
  list-style: disc outside;
}

ul.non_style {
  list-style: none;
}

.marker {
  background: linear-gradient(transparent 60%, #B9C6E3 80%);
}

.stripe {
  max-width: 800px;
  margin: 0 auto;
  width: 80%;
  height: 2rem;
  opacity: 0.5;
  background: url(https://s-b-clinic.com/colchicum_2503/assets/images/pattern_stripe.svg) repeat-x left top;
}
@media screen and (max-width: 767px) {
  .stripe {
    background: url(https://s-b-clinic.com/colchicum_2503/assets/images/pattern_stripe.svg) repeat-x left top/7px 10px;
    height: 10px;
  }
}

/*----------------------------------------


font


----------------------------------------*/
.fo600 {
  font-weight: 600 !important;
}

.fo700 {
  font-weight: 700 !important;
}

.fo500 {
  font-weight: 500 !important;
}

.fo400 {
  font-weight: normal !important;
}

.co_red {
  color: #C60303 !important;
}

.txt_l {
  text-align: left !important;
}

.txt_c {
  text-align: center !important;
}

.txt_r {
  text-align: right !important;
}

.txt_j {
  text-align: justify;
}

sup {
  font-size: 75%;
}

.margin_auto {
  margin-inline: auto;
}

.letter0 {
  letter-spacing: 0 !important;
}

.nowrap {
  white-space: nowrap;
}

.js-hide {
  display: none;
}

.note {
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .note {
    font-size: 3.0769230769vw;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.inazuma_w::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  animation: inazuma 0.1s 3 cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

.inazuma_r::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  animation: inazuma_r 0.1s 3 cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

@keyframes inazuma_r {
  0% {
    background: transparent;
  }
  100% {
    background: #ff0000;
  }
}
@keyframes inazuma {
  0% {
    background: transparent;
  }
  100% {
    background: #fff;
  }
}
.shake {
  animation: shake 1s 0s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

@keyframes shake {
  2% {
    transform: translate(5px, 7px) rotate(0.5deg);
  }
  4% {
    transform: translate(5px, 9px) rotate(3.5deg);
  }
  6% {
    transform: translate(-2px, -5px) rotate(3.5deg);
  }
  8% {
    transform: translate(4px, 8px) rotate(-1.5deg);
  }
  10% {
    transform: translate(2px, 9px) rotate(-0.5deg);
  }
  12% {
    transform: translate(-5px, -4px) rotate(-2.5deg);
  }
  14% {
    transform: translate(-6px, -1px) rotate(3.5deg);
  }
  16% {
    transform: translate(-8px, 8px) rotate(2.5deg);
  }
  18% {
    transform: translate(4px, 5px) rotate(-0.5deg);
  }
  20% {
    transform: translate(3px, -3px) rotate(3.5deg);
  }
  22% {
    transform: translate(0px, -6px) rotate(-1.5deg);
  }
  24% {
    transform: translate(-6px, -6px) rotate(3.5deg);
  }
  26% {
    transform: translate(-8px, -6px) rotate(0.5deg);
  }
  28% {
    transform: translate(-3px, -6px) rotate(1.5deg);
  }
  30% {
    transform: translate(7px, 8px) rotate(-1.5deg);
  }
  32% {
    transform: translate(7px, 6px) rotate(2.5deg);
  }
  34% {
    transform: translate(-7px, -7px) rotate(-2.5deg);
  }
  36% {
    transform: translate(7px, 3px) rotate(-0.5deg);
  }
  38% {
    transform: translate(-6px, -1px) rotate(3.5deg);
  }
  40% {
    transform: translate(-3px, 4px) rotate(-0.5deg);
  }
  42% {
    transform: translate(-1px, 10px) rotate(3.5deg);
  }
  44% {
    transform: translate(9px, 3px) rotate(3.5deg);
  }
  46% {
    transform: translate(-3px, 8px) rotate(-2.5deg);
  }
  48% {
    transform: translate(-5px, 7px) rotate(3.5deg);
  }
  50% {
    transform: translate(-9px, -5px) rotate(0.5deg);
  }
  52% {
    transform: translate(2px, 4px) rotate(0.5deg);
  }
  54% {
    transform: translate(2px, -9px) rotate(-2.5deg);
  }
  56% {
    transform: translate(-2px, 9px) rotate(-1.5deg);
  }
  58% {
    transform: translate(0px, 4px) rotate(0.5deg);
  }
  60% {
    transform: translate(-6px, 10px) rotate(3.5deg);
  }
  62% {
    transform: translate(-1px, 3px) rotate(2.5deg);
  }
  64% {
    transform: translate(5px, -5px) rotate(0.5deg);
  }
  66% {
    transform: translate(5px, 3px) rotate(3.5deg);
  }
  68% {
    transform: translate(1px, -7px) rotate(-2.5deg);
  }
  70% {
    transform: translate(7px, 3px) rotate(0.5deg);
  }
  72% {
    transform: translate(-9px, -8px) rotate(-2.5deg);
  }
  74% {
    transform: translate(9px, 10px) rotate(-1.5deg);
  }
  76% {
    transform: translate(-1px, -7px) rotate(1.5deg);
  }
  78% {
    transform: translate(-7px, -4px) rotate(-1.5deg);
  }
  80% {
    transform: translate(8px, -3px) rotate(3.5deg);
  }
  82% {
    transform: translate(9px, 5px) rotate(0.5deg);
  }
  84% {
    transform: translate(-4px, -7px) rotate(1.5deg);
  }
  86% {
    transform: translate(-7px, 9px) rotate(2.5deg);
  }
  88% {
    transform: translate(0px, 10px) rotate(1.5deg);
  }
  90% {
    transform: translate(7px, 4px) rotate(-2.5deg);
  }
  92% {
    transform: translate(-9px, 10px) rotate(-1.5deg);
  }
  94% {
    transform: translate(4px, -8px) rotate(0.5deg);
  }
  96% {
    transform: translate(9px, 0px) rotate(1.5deg);
  }
  98% {
    transform: translate(8px, -3px) rotate(1.5deg);
  }
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
}


/*----------------------------------------


タイトルページ


----------------------------------------*/

.title {
  background: url(../images/title_bg.webp) no-repeat center center/cover;
  height: 100vh;
}

.title_contents {
  min-height: 100vh;               /* 画面全体の高さ */
  display: flex;
  flex-direction: column;
}
.titleLOGO {
 position: absolute;
	width: 30%;
	top: 12vh;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	opacity: 0;                               /* 最初は非表示 */
  animation: fade-In 1s ease forwards;       /* フェードイン */
  animation-delay: 1s;   
}


.smpMessage {
	width: 50%;
	margin: auto;
	background:rgba(255,255,255,0.8);
	padding: 15px;
	box-sizing: border-box;
	color:#D60004;
	text-align: center;
	font-size: clamp(1.6rem, 1.8vw, 1.8rem);
	line-height: 1.5;
}


.title_content_btn {
	 margin-top: auto;
	opacity: 0;                               /* 最初は非表示 */
  animation: fade-In 2s ease forwards;       /* フェードイン */
  animation-delay: 2s;     
}
@keyframes fade-In {
  to {
    opacity: 1;
  }
}
.ButtonBox {
	width: 50%;
	margin: 0 auto 50px;
}

.menuBUTTON {
	background: #fff;
	border: 3px solid #90785a;
	padding: 7px 10px;
	box-sizing: border-box;
	 width: auto;
	display: block;
	margin: 7px 0;
	text-align: center;
	box-shadow: inset 0 0 7px rgba(0,0,0,0.4);
	font-size: clamp(1.8rem, 2.2vw, 2.2rem);
}
.jumpBUTTON {
	background:rgba(40,40,40,0.9);
	border: 1px solid #808080;
	padding: 10px;
	box-sizing: border-box;
	 width: 90%;
	display: block;
	margin: 7px auto;
	text-align: center;
	box-shadow: inset 0 0 7px rgba(0,0,0,0.4);
	font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	color:#fff;
	position: relative;
}
.jumpBUTTON:after {
	content: '';/*何も入れない*/
	position: absolute;
  display: inline-block;
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image:url("../images/ico_newwin.png") ;
  background-size: cover;
  vertical-align: middle;
	right:15px;
	top: 25%;
}

/*----------------------------------------


header


----------------------------------------*/

.header {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	clear: both;
	width: 100%;
	z-index: 25;
}

.header .Back {
	width: 65px;
	margin: 13px 10px 5px 20px;
	float: left;
	
}

.headerNav {
	float: right;
	display: flex;
}
.HnavButton {
	width: 65px;
	margin: 15px 15px 5px 15px;
}
.ScoreBOX {
	margin-top: 28px;
	position: relative;
}
.coinIMG {
	position: absolute;
	width: 50px;
	top:-3px;
	left: -45px;
}
.Score {
	background: #fff;
	border: 1px solid #611a19;
	text-align: center;
	color:#611a19;
	font-size: clamp(1.7rem, 2vw, 2rem);
	padding: 5px 15px 5px 15px;
	box-sizing: border-box;
	line-height: 1.3;
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	 z-index: 1;
	display: inline-block;
}
.ScoreB {
	background-image: linear-gradient(90deg, #611a19, #9f3c3a 50%, #611a19);
	border: 1px solid #611a19;
	text-align: center;
	color:#fff;
	font-size: clamp(1.7rem, 2vw, 2rem);
	padding: 5px 15px 5px 15px;
	box-sizing: border-box;
	line-height: 1.3;
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	 z-index: 1;
	display: inline-block;
}

.Score a {
	color:#7a1917;
}

.ScoreB a {
	color:#fff;
}


/*----------------------------------------

ヘッダーモーダル

----------------------------------------*/	

.modal {
  display: none; /* 初期は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);


  /* 中央配置用（最初は無効） */
  align-items: center;
  justify-content: center;
}


.modal-content {
	position: relative;
   background-image: linear-gradient(90deg, #ECECEC, #ffffff 50%, #ECECEC);
	box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
	border: 2px solid #5f1312;
	 padding: 30px 40px 50px;
	border-radius: 6px;
  margin: 10% auto;
  width: 80%;
	 max-width: 500px;
	box-sizing: border-box;

}
.close {
  position: absolute;
    top: -75px;
    right: 0px;
    font-size: 5rem;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
	z-index: 999;
}



/* メニューリスト */
.modal-content ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
  }
.modal-content ul li {
    margin: 5px 0;
	  padding: 10px;
	      background-image: linear-gradient(90deg, #38220f, #4f341e 50%, #38220f);
	  border: 2px solid #a87329;
  }
.modal-content ul li a {
	  display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
	  font-size: clamp(2rem, 2.4vw, 2.4rem);
	text-align: center;
  }



/*----------------------------------------

ログイン時

----------------------------------------*/	

.modal .UserInfo {
	border-top: 1px solid #bfbfbf;
	padding-top: 20px;
	margin-top: 20px;
	position: relative;

}
.modal .UserName {
	font-size: clamp(2rem, 3vw, 3rem);
	text-align: center;
}
.modal .UserName span {
	font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	margin-left: 10px;
}
.modal .UserName img {
	position: relative;
	width: 40px;
	padding: 0;
	margin: 0;
	margin-right: 15px;
	top:-5px;
}

/* logout */
.modal .logout a {
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 150px;
    color: #707070;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	margin-top: 30px;
}
.modal .logout a:after {
  content: "";
  position: absolute;
  top: 55%;
  bottom: 0;
  right: 1rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 8px;
  height: 8px;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  transform: translateY(-50%) rotate(45deg);
}







@media screen and (max-width: 767px) {
	
.title {
  height: 100vh;
}

.title_contents {
  min-height: 100vh;               /* 画面全体の高さ */
  display: flex;
  flex-direction: column;
}
	
.titleLOGO {
 position: absolute;
	width: 67%;
	top: 12vh;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	opacity: 0;                               /* 最初は非表示 */
  animation: fade-In 1s ease forwards;       /* フェードイン */
  animation-delay: 1s;   
}
	
.smpMessage {
	width: 80%;
	margin: auto;
	background:rgba(255,255,255,0.8);
	padding: 10px;
	box-sizing: border-box;
	color:#D60004;
	text-align: center;
	font-size: clamp(1.4rem, 1.8vw, 1.8rem);
	line-height: 1.5;
}


.title_content_btn {
	 margin-top: auto;
	opacity: 0;                               /* 最初は非表示 */
  animation: fade-In 2s ease forwards;       /* フェードイン */
  animation-delay: 2s;     
}

.ButtonBox {
	width: 80%;
	margin: 0 auto 30px;
}

.menuBUTTON {
	background: #fff;
	border: 3px solid #90785a;
	padding: 10px;
	box-sizing: border-box;
	 width: auto;
	display: block;
	margin: 7px 0;
	text-align: center;
	box-shadow: inset 0 0 7px rgba(0,0,0,0.4);
	font-size: clamp(1.8rem, 2.4vw, 2.4rem);
}
.jumpBUTTON {
	background:rgba(40,40,40,0.9);
	border: 1px solid #808080;
	padding: 10px;
	box-sizing: border-box;
	 width: 95%;
	display: block;
	margin: 7px auto;
	text-align: center;
	box-shadow: inset 0 0 7px rgba(0,0,0,0.4);
	font-size: clamp(1.2rem, 2vw, 2rem);
	color:#fff;
	position: relative;
}
.jumpBUTTON:after {
	content: '';/*何も入れない*/
	position: absolute;
  display: inline-block;
  width: 17px;/*画像の幅*/
  height: 17px;/*画像の高さ*/
  background-image:url("../images/ico_newwin.png") ;
  background-size: cover;
  vertical-align: middle;
	right:10px;
	top: 30%;
}

/*----------------------------------------


header


----------------------------------------*/

.header {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	clear: both;
	width: 100%;
	z-index: 25;
}
	
.header .Back {
	width: 50px;
	margin: 11px 10px 5px 10px;
	float: left;
	
}
.headerNav {
	float: right;
	display: flex;
}
.HnavButton {
	width: 55px;
	margin: 10px 10px 5px 10px;
}
.ScoreBOX {
	margin-top: 22px;
	position: relative;
}
.coinIMG {
	position: absolute;
	width: 40px;
	top:-3px;

	left: -35px;
}
.Score {
	background: #fff;
	border: 1px solid #611a19;
	text-align: center;
	color:#611a19;
	font-size: clamp(1.4rem, 2vw, 2rem);
	padding: 5px 15px 5px 15px;
	box-sizing: border-box;
	line-height: 1.3;
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	 z-index: 1;
	display: inline-block;
}


/*----------------------------------------

ヘッダーモーダル

----------------------------------------*/	

.modal {
  display: none; /* 初期は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);

  /* 中央配置用（最初は無効） */
  align-items: center;
  justify-content: center;
}
.modal-content {
	position: relative;
   background-image: linear-gradient(90deg, #ECECEC, #ffffff 50%, #ECECEC);
	box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
	border: 2px solid #5f1312;
	 padding: 10px 20px 30px;
	border-radius: 6px;
  margin: 10% auto;
  width: 80%;
	 max-width: 500px;
	box-sizing: border-box;
}
.close {
  position: absolute;
    top: -75px;
    right: 0px;
    font-size: 5rem;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}


/* メニューリスト */
.modal-content ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
  }
.modal-content ul li {
    margin: 5px 0;
	  padding: 10px;
	      background-image: linear-gradient(90deg, #38220f, #4f341e 50%, #38220f);
	  border: 2px solid #a87329;
  }
.modal-content ul li a {
	  display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
	  font-size: clamp(2rem, 2.4vw, 2.4rem);
	text-align: center;
  }



/*----------------------------------------

ログイン時

----------------------------------------*/	

.modal .UserInfo {
	border-top: 1px solid #bfbfbf;
	padding-top: 20px;
	margin-top: 20px;
	position: relative;

}
.modal .UserName {
	font-size: clamp(2rem, 3vw, 3rem);
	text-align: center;
}
.modal .UserName span {
	font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	margin-left: 10px;
}
.modal .UserName img {
	position: relative;
	width: 40px;
	padding: 0;
	margin: 0;
	margin-right: 15px;
	top:-5px;
}

/* logout */
.modal .logout a {
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 150px;
    color: #707070;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	margin-top: 20px;
}
.modal .logout a:after {
  content: "";
  position: absolute;
  top: 55%;
  bottom: 0;
  right: 1rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 8px;
  height: 8px;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  transform: translateY(-50%) rotate(45deg);
}

	
}

@media screen and (max-width: 375px) {
	
.titleLOGO {
 position: absolute;
	width: 60%;
	top: 12vh;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	opacity: 0;                               /* 最初は非表示 */
  animation: fade-In 1s ease forwards;       /* フェードイン */
  animation-delay: 1s;   
}
	
.menuBUTTON {
	background: #fff;
	border: 3px solid #90785a;
	padding: 7px 10px;
	box-sizing: border-box;
	 width: auto;
	display: block;
	margin: 7px 0;
	text-align: center;
	box-shadow: inset 0 0 7px rgba(0,0,0,0.4);
	font-size: clamp(1.7rem, 2.4vw, 2.4rem);
}
.jumpBUTTON {
	background:rgba(40,40,40,0.9);
	border: 1px solid #808080;
	padding: 10px;
	box-sizing: border-box;
	 width: 95%;
	display: block;
	margin: 7px auto;
	text-align: center;
	box-shadow: inset 0 0 7px rgba(0,0,0,0.4);
	font-size: clamp(1.2rem, 2vw, 2rem);
	color:#fff;
	position: relative;
}
.jumpBUTTON:after {
	content: '';/*何も入れない*/
	position: absolute;
  display: inline-block;
  width: 17px;/*画像の幅*/
  height: 17px;/*画像の高さ*/
  background-image:url("../images/ico_newwin.png") ;
  background-size: cover;
  vertical-align: middle;
	right:10px;
	top: 30%;
}

	
}


/*----------------------------------------

新規アカウント登録

----------------------------------------*/	

.Regist {
  background: url(../images/title_bg.jpg) no-repeat center center/cover;
  height: 100vh;
	display: flex;
  justify-content: center;
  align-items: center;
	position: relative;
}
.Regist::after {
  content: "";
  background: rgba(0,0,0,.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.regist_contents {
	position: relative;
	z-index: 1;
	width: 60%;
}

.regist_contents h2 {
  font-size: clamp(2.2rem, 2.8vw, 2.8rem);
	color:#fff;
	font-weight: 600;
	margin-bottom: 40px;
}
.RegistFrom {
	
}
.RegistFrom li {
	margin: 40px 0;
}
.RegistFrom li:last-child {
	margin: 40px 0 40px;
}
.RegistFrom h3 {
	font-size: clamp(2rem, 2.2vw, 2.2rem);
	color:#fff;
	font-weight: 600;
	margin-bottom: 5px;
}

.inputTYPE01 {
	font-size: clamp(2rem, 2.2vw, 2.2rem);
	padding: 15px 15px;
	box-sizing: border-box;
	width: 99.2%;
	border: 1px solid #e6e6e6;
	line-height: 1.5;
}

.inputTYPE01.error {
	background: #fde7e7;
}
p.errorMESSAGE {
		font-size: clamp(1.3rem, 1.6vw, 1.6rem);
		color:#fc0101;
	margin: 10px 0 0;
	padding: 0;
	font-weight: 600;
	letter-spacing: 0;
	}

.moreRegist {
	padding: 10px;
	box-sizing: border-box;
	 width: 55%;
	display: block;
	margin: 30px auto 30px;
	text-align: center;
	box-shadow: inset 0 0 7px rgba(0,0,0,0.4);
	font-size: clamp(1.8rem, 2vw, 2rem);
	color:#fff;
	position: relative;
}

.moreRegist figure {
	width: 20px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	top: -5px;
}

.formButtom {
	width: 80%;
	margin: auto;
	margin-top: 50px;
}

.ConfirmButton {
	display: block;
    margin: 10px auto;
	  padding: 15px;
	      background-image: linear-gradient(90deg, #38220f, #4f341e 50%, #38220f);
	  border: 2px solid #a87329;
	font-size: clamp(1.8rem, 2vw, 2rem);
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}
.BackButton {
	display: block;
    margin: 10px auto;
	  padding: 15px;
	     background-image: linear-gradient(90deg, #ECECEC, #ffffff 50%, #ECECEC);
	  border: 2px solid #aaaaaa;
	font-size: clamp(1.8rem, 2vw, 2rem);
	text-align: center;
	box-sizing: border-box;
}


.modal-content02 {
	border: 3px solid;
  border-image: linear-gradient(to right, #383838, #7b7b7b, #383838) 1;
background: #1d1d1f;
		box-shadow: inset 0 0 7px rgba(0,0,0,0.4);
 position: relative;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
	 padding: 10px;
	border-radius: 2px;
  margin: 0% auto;
  width: 80%;
	 max-width: 500px;
	box-sizing: border-box;
	margin-top: 0%;
}


.modal-content02 h3 {
  color:#ebe1d3;
 font-weight: 600;
	font-size: clamp(1.8rem, 2vw, 2rem);
	margin-bottom: 15px;
}
.modal-content02 h4 {
  color:#ebe1d3;
font-weight: 600;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
}
.modal-content02 p {
  color:#ebe1d3;
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	margin-bottom: 15px;
	
}
.modal-content02 .inner {
  max-height: 70vh;/* 画面の高さの8割まで */
  overflow: auto;  
	 padding: 20px;
	box-sizing: border-box;
}


/*----------------------------------------

確認

----------------------------------------*/	
.confirmTEXT {
	font-size: clamp(2rem, 2.4vw, 2.4rem);
	color:#fff;
}




@media screen and (max-width: 767px) {
	
.Regist {
  background: url(../images/title_bg.jpg) no-repeat center center/cover;
  height: 100vh;
	display: flex;
  justify-content: center;
  align-items: center;
	position: relative;
}
.Regist::after {
  content: "";
  background: rgba(0,0,0,.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.regist_contents {
	position: relative;
	z-index: 1;
	width: 85%;
	padding-top: 40px;
}

.regist_contents h2 {
  font-size: clamp(2.2rem, 2.8vw, 2.8rem);
	color:#fff;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
}
.RegistFrom {
	
}
.RegistFrom li {
	margin: 20px 0;
}
	
.RegistFrom li:last-child {
	margin: 20px 0 20px;
}
	
.RegistFrom h3 {
	font-size: clamp(1.8rem, 2.2vw, 2.2rem);
	color:#fff;
	font-weight: 600;
	margin-bottom: 5px;
}

.inputTYPE01 {
	font-size: clamp(1.8rem, 2.2vw, 2.2rem);
	padding: 10px 15px;
	box-sizing: border-box;
	width: 99.2%;
	border: 1px solid #e6e6e6;
	line-height: 1.5;
}
	

.moreRegist {
	padding: 10px;
	box-sizing: border-box;
	 width: 82%;
	display: block;
	margin: 10px auto 20px;
	text-align: center;
	box-shadow: inset 0 0 7px rgba(0,0,0,0.4);
	font-size: clamp(1.6rem, 2vw, 2rem);
	color:#fff;
	position: relative;
}
.moreRegist figure {
	width: 16px;
	position: relative;
	display: inline-block;
	margin-left: 5px;
	top: -5px;
}


.formButtom {
	width: 90%;
	margin: auto;
	margin-top: 30px;
}

.ConfirmButton {
	display: block;
    margin: 5px auto;
	  padding: 10px;
	      background-image: linear-gradient(90deg, #38220f, #4f341e 50%, #38220f);
	  border: 2px solid #a87329;
	font-size: clamp(1.6rem, 2vw, 2rem);
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}
.BackButton {
	display: block;
    margin: 5px auto;
	  padding: 10px;
	     background-image: linear-gradient(90deg, #ECECEC, #ffffff 50%, #ECECEC);
	  border: 2px solid #aaaaaa;
	font-size: clamp(1.6rem, 2vw, 2rem);
	text-align: center;
	box-sizing: border-box;
}
	
.modal-content02 {
	border: 3px solid;
  border-image: linear-gradient(to right, #383838, #7b7b7b, #383838) 1;
background: #1d1d1f;
		box-shadow: inset 0 0 7px rgba(0,0,0,0.4);
 position: relative;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
	 padding: 10px 0;
	border-radius: 2px;
  margin: 0% auto;
  width: 80%;
	 max-width: 500px;
	box-sizing: border-box;
	margin-top: 20%;
	
}
.modal-content02 h3 {
  color:#ebe1d3;
 font-weight: 600;
	font-size: clamp(1.8rem, 2vw, 2rem);
	margin-bottom: 15px;
}
.modal-content02 h4 {
  color:#ebe1d3;
font-weight: 600;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
}
.modal-content02 p {
  color:#ebe1d3;
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	margin-bottom: 15px;
	
}
.modal-content02 .inner {
  max-height: 70vh;/* 画面の高さの8割まで */
  overflow: auto;  
	 padding: 20px;
	box-sizing: border-box;
}
	
	
/*----------------------------------------

確認

----------------------------------------*/	
.confirmTEXT {
	font-size: clamp(2rem, 2.4vw, 2.4rem);
	color:#fff;
}
	
}


/*----------------------------------------

コイン交換

----------------------------------------*/	

.exchange_contents {
	position: relative;
	z-index: 1;
	width: 60%;
}

.exchange_contents h2 {
  font-size: clamp(2.2rem, 2.8vw, 2.8rem);
	color:#fff;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}
.exchange_contents h3 {
  font-size: clamp(2rem, 2.4vw, 2.4rem);
	color:#fff;
	font-weight: 600;
	margin-bottom: 10px;
}

.exchange_contents .ScoreBOX {
	margin-top: 0;
	position: relative;
	margin-bottom: 40px;
  
}
.exchange_contents .coinIMG {
	position: relative;
	width: 100px;
	padding: 0;
	margin: 0;
	top:22px;
	left: 20px;
	display: inline-block;
}
.exchange_contents .Score {
	background: #fff;
	border: 3px solid #611a19;
	text-align: center;
	color:#611a19;
	font-size: clamp(3rem, 4vw, 4rem);
	padding: 8px 35px 8px 35px;
	box-sizing: border-box;
	line-height: 1.3;
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	 z-index: 1;
	display: inline-block;
	margin-right: 30px;
}

.exchange_contents .Score a {
	color:#7a1917;
}

.ticketLIST {
	
}
.ticketLIST li {
	
}
.ticketLIST li {
  position: relative;
  width: 100%;
  display: inline-block; /* imgの高さに追従 */
}

.ticketLIST li img {
  width: 100%;
  height: auto; /* 可変高さ */
  display: block;
}

.ticket-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: left;
  width: 100%;
	padding-left: 30px;
	box-sizing: border-box;
	line-height: 1.5;
}

.ticket-text h4 {
  font-size: clamp(2rem, 2.4vw, 2.4rem);
}
.ticket-text .coinCOST {
  font-size: clamp(2.5rem, 3.6vw, 3.6rem);
}
.ticket-text .coinCOST span {
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	margin-left: 5px;
}

.ticketlistBOX {
	 max-height: 58vh;/* 画面の高さの8割まで */
  overflow: auto;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}

.ticketLIST li .fuka {
  width: 26%;
	position: absolute;
	z-index: 1;
	right: 0;
  left: 0;
  margin: 0 auto;
	top:-8px;
}

.lostCoinBox {
	margin-bottom: 0;
}

.lostCoin {
	font-size: clamp(3rem, 5vw, 5rem);
	text-align: center;
}
.lostCoin span {
	font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	text-align: center;
}
.lostCoinBox p {
	font-size: clamp(1.8rem, 2vw, 2rem);
	text-align: center;
}

.lostCoinButton {
	width: 80%;
	margin: auto;
	margin-top: 30px;
}

.lostCoinBox .complete  {
	font-size: clamp(2.4rem, 3vw, 3rem);
	text-align: center;
	margin-top: 20px;
}


@media screen and (max-width: 767px) {
	
.exchange_contents {
	position: relative;
	z-index: 1;
	width: 85%;
	padding-top: 40px;

}

.exchange_contents h2 {
  font-size: clamp(2rem, 2.8vw, 2.8rem);
	color:#fff;
	font-weight: 600;
	margin-bottom: 0px;
	text-align: center;
}
.exchange_contents h3 {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
	color:#fff;
	font-weight: 600;
	margin-bottom: 10px;
}

.exchange_contents .ScoreBOX {
	margin-top: 0;
	position: relative;
	margin-bottom: 20px;
  
}
.exchange_contents .coinIMG {
	position: relative;
	width: 70px;
	padding: 0;
	margin: 0;
	top:19px;
	left: 20px;
	display: inline-block;
}
.exchange_contents .Score {
	background: #fff;
	border: 3px solid #611a19;
	text-align: center;
	color:#611a19;
	font-size: clamp(2.4rem, 4vw, 4rem);
	padding: 8px 25px 8px 25px;
	box-sizing: border-box;
	line-height: 1.3;
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	 z-index: 1;
	display: inline-block;
	margin-right: 30px;
}

.exchange_contents .Score a {
	color:#7a1917;
}

.ticketLIST {
	
}
.ticketLIST li {
	
}
.ticketLIST li {
  position: relative;
  width: 100%;
  display: inline-block; /* imgの高さに追従 */
}

.ticketLIST li img {
  width: 100%;
  height: auto; /* 可変高さ */
  display: block;
}

.ticket-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: left;
  width: 100%;
	padding-left: 15px;
	box-sizing: border-box;
	line-height: 1.4;
}

.ticket-text h4 {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
}
.ticket-text .coinCOST {
  font-size: clamp(2rem, 3.6vw, 3.6rem);
}
.ticket-text .coinCOST span {
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	margin-left: 5px;
}

.ticketlistBOX {
	 max-height: 55vh;/* 画面の高さの8割まで */
  overflow: auto;
	padding: 0 15px 0 0px;
	box-sizing: border-box;
}

.ticketLIST li .fuka {
  width: 26%;
	position: absolute;
	z-index: 1;
	right: 0;
  left: 0;
  margin: 0 auto;
	top:-8px;
}
	
.lostCoinBox {
	margin-bottom: 0;
}

.lostCoin {
	font-size: clamp(3rem, 5vw, 5rem);
	text-align: center;
	margin-top: 30px;
}
.lostCoin span {
	font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	text-align: center;
}
.lostCoinBox p {
	font-size: clamp(1.7rem, 2vw, 2rem);
	text-align: center;
}

.lostCoinButton {
	width: 90%;
	margin: auto;
	margin-top: 20px;
}
	
	
.lostCoinBox .complete  {
	font-size: clamp(2.2rem, 3vw, 3rem);
	text-align: center;
	margin-top: 20px;
}
	
}


/*----------------------------------------

獲得した特典

----------------------------------------*/	

.tokutenBOX {
	 max-height: 58vh;/* 画面の高さの8割まで */
  overflow: auto;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}
.tokutenLIST {
	
}
.tokutenLIST li {
	background: #fff;
	border: 3px solid #4c4c4c;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}

.tokutenLIST h4 {
  font-size: clamp(2rem, 2.6vw, 2.6rem);
}
.tokutenLIST .date {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  color:#8c8c8c;
}
.tokutenLIST .date {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  color:#8c8c8c;
}
.tokutenButton  {
	background: #d9d9d9;
	padding: 10px 30px;
	line-height: 1.5;
	box-sizing: border-box;
	font-size: clamp(1.6rem, 2vw, 2rem);
	display: inline-block;
	margin-top: 10px;
}

.modal-content03 {
	


	
  margin: 0% auto;
  width: 80%;
	 max-width: 500px;
	box-sizing: border-box;
	margin-top: 0%;
}

.tokutenComp {
	border: 5px solid;
	border-image: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%) 1;
	background: #fff;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
	padding: 40px;
	text-align: center;
}

.tokutenComp h5 {
	font-size: clamp(2.4rem, 3vw, 3rem);
	color:#8a0101;
}
.tokutenComp .Serial {
	font-size: clamp(4rem, 6vw, 6rem);
	color:#666666;
	position: relative;
}
.tokutenComp .Serial .stock {
	display: inline-block;
	position: relative;
	background: #236db1;
	color:#fff;
	font-size: clamp(2.5rem, 3vw, 3rem);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 45px;
	right:-5px;
	top:-30px;
	box-sizing: border-box;
	
}
.tokutenComp p {
	font-size: clamp(1.6rem, 1.8vw, 1.8rem);
	text-align: left;
	border-top: 1px solid #666666;
	padding-top: 20px;
	margin-top: 20px;
}




@media screen and (max-width: 767px) {

.tokutenBOX {
	 max-height: 70vh;/* 画面の高さの8割まで */
  overflow: auto;
	padding: 0 15px 0 0px;
	box-sizing: border-box;
	margin-top: 20px;
}
.tokutenLIST {
	
}
.tokutenLIST li {
	background: #fff;
	border: 3px solid #4c4c4c;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}

.tokutenLIST h4 {
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
}
.tokutenLIST .date {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  color:#8c8c8c;
}

.tokutenButton  {
	background: #d9d9d9;
	padding: 10px 30px;
	line-height: 1.5;
	box-sizing: border-box;
	font-size: clamp(1.4rem, 2vw, 2rem);
	display: inline-block;
	margin-top: 5px;
}

.modal-content03 {
  margin: 0% auto;
  width: 80%;
	 max-width: 500px;
	box-sizing: border-box;
	margin-top: 0%;
}

.tokutenComp {
	border: 5px solid;
	border-image: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%) 1;
	background: #fff;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
	padding: 30px 20px;
	text-align: center;
}

.tokutenComp h5 {
	font-size: clamp(1.8rem, 3vw, 3rem);
	color:#8a0101;
}
.tokutenComp .Serial {
	font-size: clamp(4rem, 6vw, 6rem);
	color:#666666;
	position: relative;
}
.tokutenComp .Serial .stock {
	display: inline-block;
	position: relative;
	background: #236db1;
	color:#fff;
	font-size: clamp(2rem, 3vw, 3rem);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	right:-5px;
	top:-20px;
	box-sizing: border-box;
	
}
.tokutenComp p {
	font-size: clamp(1.6rem, 1.8vw, 1.8rem);
	text-align: left;
	border-top: 1px solid #666666;
	padding-top: 15px;
	margin-top: 15px;
	line-height: 1.6
}


}





























.character {
  background: url(../images/character_bg.webp) no-repeat center center/cover;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .character {
    height: 100svh;
  }
}
.character_contents {
  position: absolute;
  width: 80%;
  max-width: 600px;
  height: auto !important;
  left: 0;
  right: 0;
  margin: -4rem auto 0;
  top: 50%;
  translate: 0 -50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .character_contents {
    margin-top: -7.6923076923vw;
  }
}
.character_contents a {
  border: 0.5rem solid;
  border-image: linear-gradient(-45deg, #D68100, #EEB256, #D68100) 1;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.7em 0.8em;
  margin: 1rem auto 0;
  text-align: center;
  width: 80%;
  max-width: 600px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .character_contents a {
    font-size: 6.6666666667vw;
    margin: 2.5641025641vw auto 0;
  }
}
.character_contents a picture {
  display: block;
  aspect-ratio: 1/1;
  width: 12rem;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .character_contents a picture {
    margin-right: 0.7em;
  }
}
.character_content_txt {
  text-align: center;
  color: #fff;
}
.character_content_btn {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .character_content_btn {
    margin-top: 3em;
  }
}

.savepoint {
  background: url(../images/character_bg.webp) no-repeat center center/cover;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .savepoint {
    height: 100svh;
  }
}
.savepoint_tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.savepoint_tabs .savepoint_tab {
  position: relative;
  cursor: pointer;
  padding: 0.6em 0;
  text-align: center;
}
.savepoint_tabs .savepoint_tab p {
  position: relative;
  top: -0.3rem;
}
@media screen and (max-width: 767px) {
  .savepoint_tabs .savepoint_tab p {
    top: -0.7692307692vw;
  }
}
.savepoint_tabs .savepoint_tab::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: calc(100% - 5px);
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 0.5rem solid #ddd;
}
.savepoint_tabs .savepoint_tab.is-current::before {
  border: 0.5rem solid;
  border-image: linear-gradient(-45deg, #D68100, #EEB256, #D68100) 1;
  height: 100%;
}
.savepoint_tabs .savepoint_tab.is-current::after {
  position: absolute;
  content: "";
  background: #fff;
  width: calc(100% - 10px);
  height: 12px;
  bottom: -6px;
  left: 5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .savepoint_tabs .savepoint_tab.is-current::after {
    width: calc(100% - 1rem);
    height: 10px;
    bottom: -5px;
    left: 0.5rem;
  }
}
.savepoint_tabs .savepoint_tab p {
  position: relative;
}
.savepoint_panels {
  background: #fff;
}
.savepoint_panel {
  border: 0.5rem solid;
  border-image: linear-gradient(-45deg, #D68100, #EEB256, #D68100) 1;
  padding: 6rem 4rem;
  overflow-y: auto;
  height: 40vh;
}
@media screen and (max-width: 767px) {
  .savepoint_panel {
    padding: 7.6923076923vw 5.1282051282vw;
    height: 48svh;
  }
}
.savepoint_contents {
  position: absolute;
  width: 80%;
  max-width: 600px;
  height: auto !important;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  top: 50%;
  translate: 0 -50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .savepoint_contents {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .savepoint_content_txt {
    font-size: 3.8461538462vw;
    letter-spacing: -0.05em;
  }
}
.savepoint_content_btn {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .savepoint_content_btn {
    margin-top: 1em;
  }
}
.savepoint_content .note {
  margin-top: 1em;
}
.savepoint_btn {
  border: 0.5rem solid #222;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.7em 0.8em;
  margin: 1rem auto 0;
  text-align: center;
  width: 80%;
  max-width: 600px;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .savepoint_btn {
    margin: 2.5641025641vw auto 0;
  }
}
.savepoint_btn._save {
  border: 0.5rem solid;
  border-image: linear-gradient(-45deg, #D68100, #EEB256, #D68100) 1;
  opacity: 1;
}
.savepoint_other_contents {
  margin-top: 1em;
}
.savepoint_other_contents p {
  color: #fff;
}
.savepoint_other_contents .note {
  color: #fff;
  margin-top: 1em;
}
.savepoint_other_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 0.7em 0.8em;
  margin: 1rem auto 0;
  text-align: center;
  width: 80%;
  max-width: 600px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .savepoint_other_btn {
    margin: 2.5641025641vw auto 0;
  }
}

.restart_url {
  background: url(../images/character_bg.webp) no-repeat center center/cover;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .restart_url {
    height: 100svh;
  }
}
.restart_url_contents {
  position: absolute;
  width: 80%;
  max-width: 600px;
  height: auto !important;
  left: 0;
  right: 0;
  margin: -4rem auto 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .restart_url_contents {
    margin-top: -7.6923076923vw;
  }
}
.restart_url_contents p {
  color: #fff;
  margin-top: 1.5em;
}
.restart_url_contents .close_btn {
  position: relative;
  margin: 4em auto 0;
  text-align: center;
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
}
.restart_url_contents .close_btn .batsu {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  background: #fff;
  border-radius: 50%;
  width: 2.5rem;
  aspect-ratio: 1/1;
  margin-left: 0.5em;
  top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .restart_url_contents .close_btn .batsu {
    width: 4.1025641026vw;
    top: 0.5128205128vw;
  }
}
.restart_url_contents .close_btn .batsu::before, .restart_url_contents .close_btn .batsu::after {
  position: absolute;
  content: "";
  background: #222;
  width: 1px;
  height: 70%;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
.restart_url_contents .close_btn .batsu::before {
  rotate: 45deg;
}
.restart_url_contents .close_btn .batsu::after {
  rotate: -45deg;
}/*# sourceMappingURL=style.css.map */



/*----------------------------------------

ゲームオープニング
----------------------------------------*/	

.topOpening {
  background:#000;
  height: 100vh;
	display: flex;
  justify-content: center;
  align-items: center;
	position: relative;
}

.topOpening02 {
  background: url(../images/bg/bg_japan_op01.webp) no-repeat center center/cover;
  height: 100vh;
	display: flex;
  justify-content: center;
  align-items: center;
	position: relative;
}
.topOpening03 {
  background: url(../images/bg/bg_japan_op02.webp) no-repeat center center/cover;
  height: 100vh;
	display: flex;
  justify-content: center;
  align-items: center;
	position: relative;
}
.topOpening04 {
  background: url(../images/bg/bg_japan_scene02.webp) no-repeat center center/cover;
  height: 100vh;
	display: flex;
  justify-content: center;
  align-items: center;
	position: relative;
}
.topOpening05 {
  background: url(../images/bg/japan_bg.webp) no-repeat center center/cover;
  height: 100vh;
	display: flex;
  justify-content: center;
  align-items: center;
	position: relative;
}