body {
	background: #fff;
	font-weight: 400;
	font-family: "M PLUS Rounded 1c", Avenir, Yu Gothic,YuGothic,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
	font-size: 90%;
}

/* スマホでのオーバーフロー対策 */
@media (max-width: 767px) {
    html, body {
        overflow-x: hidden !important;
        max-width: 100% !important;
    }
    
    * {
        box-sizing: border-box !important;
    }
    
    main {
        overflow-x: hidden !important;
        max-width: 100% !important;
    }
}
img {
  pointer-events: none;
}
a {
	color: #696969;
	text-decoration: none;
}
h1, h2 {
	display: inline-block;
}
star {
	margin-left: 3px;
	color: #ff0000;
}
::placeholder {
	color: #e3e3e3!important;
}
.responsive-table {
	width: 100%;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-black {
	font-size: 1.5rem;
}
.text-large {
	font-size: 1.1rem;
}
.text-small {
	text-size: 0.9rem;
}
.font-xl {
	font-size: 1.5rem;
}
.font-lg {
	font-size: 1.25rem;
}

.font-middle {
	font-size: 0.75rem;
}
.font-sm {
	font-size: 0.5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 500 !important;
}
.not-allowed {
  cursor: not-allowed;
}

.comingsoon-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg-black {
	background: #f7f7f7;
}
.pl-sm-20 {
	padding-left: 20px;
}

.sp-display-block {
	display: block;
}
.color-white {
	color: #fff!important;
}

.mb-0 {
    margin-bottom: 0px!important;
}

.ml-2 {
    margin-left: 10px;
}
.ml-3 {
    margin-left: 20px;
}

.font-weight-bold {
    font-weight: 900!important;
}

@media (min-width: 768px) {

	br.nobr{
		display:contents;
	}

	.pr-md-5 {
		padding-right: 3rem;
	}

	.pl-sm-20 {
		padding-left: 0px;
	}

	.sp-display-block {
		display: none;
	}

}
@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
.header-nav ul {
	margin: 0px;
	padding-right: 30px;
}
.header-nav li {
	display: inline-block;
	padding: 0 15px;
}
.header-nav li a {
	color: #000;
	text-decoration: none;
	font-size: 1.05rem;
}

/* Modern Point Display */
.modern-point-display {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #f8f9fa;
	border-radius: 25px;
	padding: 8px 16px;
	border: 1px solid #e9ecef;
}

.point-info {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
}

.point-amount {
	font-size: 20px;
	font-weight: 700;
	color: #dba360;
	line-height: 1;
}

.point-label {
	font-size: 12px;
	color: #666;
	font-weight: 500;
	line-height: 1;
}

.charge-button {
	background: #dba360;
	color: white;
	border-radius: 15px;
	padding: 6px 12px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.charge-button:hover {
	background: #c99345;
	color: white;
	text-decoration: none;
	transform: translateY(-1px);
}

/* Spacing between point display and hamburger menu */
.hamburger {
	margin-left: 20px;
}

/* Mobile responsive for point display */
@media screen and (max-width: 768px) {
	.modern-point-display {
		gap: 8px;
		padding: 6px 12px;
		border-radius: 20px;
	}
	
	.charge-button {
		padding: 4px 8px;
		font-size: 11px;
		border-radius: 12px;
		white-space: nowrap;
	}
}

.text-right {
	text-align: right;
}
.icon {
	margin-right: 4px;
}

.section-lg {
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-mdg {
	margin-top: 75px;
	margin-bottom: 75px;
}
.section-md-top {
	margin-top: 50px;
	margin-bottom: 20px;
}
.section-md-top-guest {
    margin-top: 95px;
    margin-bottom: 20px;
}
.section-md {
	margin-top: 0px;
	margin-bottom: 50px;
}
.section-sm {
	margin-top: 25px;
	margin-bottom: 25px;
}
.cursor-pointer {
	cursor: pointer;
}

.text-sm {
	font-size: 0.8rem;
}

.text-gray {
	color: #dcdcdc;
}
html, body {
	height: 100%;
	margin: 0;
}
.content-wrap {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.sub-title {
	font-size: 0.8em;
}
.margin-left-auto {
	margin-left: auto;
}
.display-block {
	display: block;
}
.display-inline-block {
	display: inline-block;
}
.display-none {
	display: none;
}
.breadclumnbs a {
	color: #c9c9c9;
}
.breadclumnbs .active {
	font-weight: 600;
}

/** nav **/
.navbar, .navbar-brand {
	padding-top: 0 !important;
	padding-bottom: 0px !important;
	margin: 2px 0px;
}
img.main-logo {
	width: 100%;
	margin: 5px 0px;

}
.content-header {
	width: 100%;
	position: fixed;
	z-index:3;
	background: #1a1a1a;
}
.content-header a.btn {
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	border-radius: 0px;
}

.header-text-logo,
.header-text-logo-sp {
    display: none;
    max-width: 750px;
    margin: 0 auto; /* 中央寄せ */
    padding: 0 10px;
}

.header {
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

img.main-logo {
    width: 100%;
    display: block;
}

.main-header h1 {
    margin: 0;
    padding: 0;
    font-size: 0; /* h1のテキストによる高さを消す */
    line-height: 0;
}


.main-header {
    width: 100%;
    padding: 0 5px;
}

@media screen and (min-width: 769px) {
    .header-text-logo {
        display: block;
    }
    .main-header {
        padding: 0 40px;
    }
}

@media screen and (max-width: 768px) {
    .header-text-logo-sp {
        display: block;
    }
    .main-header h1 {
        width: 50px;
    }
    .main-header h1 img {
        width: 100%;
    }
    .main-logo {
        width: 100px !important;
    }
}


.swal2-styled.swal2-confirm {
    background-color: #66cae0!important;
}
.swal2-actions .btn {
	margin: 0 5px;
}
/** burger menu **/
.hamburger{
  width: 25px;
  height: 16px;
  margin: 0px 5px 0px 20px;
  position: relative;
  z-index: 22;
  cursor: pointer;
}

.hamburger.active {
  position: fixed;
  top: 20px;
  right: 20px;
  margin: 0;
  z-index: 23;
}
.hamburger span{
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: 1s;/* 追記 */
}
.hamburger span:first-of-type{/* ハンバーガーメニューの1番目の線 */
  top: 0;
}
.hamburger span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */
  top: 50%;
}
.hamburger span:last-of-type{/* ハンバーガーメニューの3番目の線 */
  top: 100%;
}
.slide-menu{
  background: linear-gradient(135deg, rgba(0,0,0,0.95) 0%, rgba(33,37,41,0.95) 100%);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  height: 100vh;
  transform: translateX(100%);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-top: 40px;
  z-index: 21;
  /* flexboxでヘッダー・メニュー・フッターを分離 */
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overscroll-behavior: contain;
}

/* Slide Menu Header */
.slide-menu-header {
  flex: 0 0 auto;
  text-align: center;
  padding: 20px 20px 30px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 0;
}

.slide-menu-logo {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #dba360;
  box-shadow: 0 4px 20px rgba(219, 163, 96, 0.3);
  transition: all 0.3s ease;
}

.slide-menu-logo:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 25px rgba(219, 163, 96, 0.4);
}

.slide-menu-logo img {
  width: 35px;
  height: auto;
  filter: brightness(1.2);
}

.slide-menu-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 8px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
@media (min-width: 992px) {
	.slide-menu {

	}
}

.slide-menu ul {
	flex: 1 1 auto;
	max-width: 100%;
	width: 100%;
	display: block;
    margin: 0 auto;
    padding: 20px 30px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.slide-menu li{
  color: #fff;
  margin-bottom: 8px;
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

.slide-menu li:hover {
  background: rgba(219, 163, 96, 0.2);
  transform: translateX(8px);
}

.slide-menu li:hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #dba360;
  border-radius: 0 4px 4px 0;
}

.slide-menu li a {
  display: block;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

/* Button styling in slide menu */
.slide-menu .btn {
  margin: 6px 0;
  padding: 14px 24px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  background: transparent;
  text-transform: uppercase;
}

.slide-menu .btn-normal {
  border-color: #dba360;
  color: #dba360;
  background: rgba(219, 163, 96, 0.1);
}

.slide-menu .btn-normal:hover {
  background: #dba360;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(219, 163, 96, 0.4);
}

.slide-menu .btn-special {
  border-color: #c8161e;
  color: #c8161e;
  background: rgba(200, 22, 30, 0.1);
}

.slide-menu .btn-special:hover {
  background: #c8161e;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(200, 22, 30, 0.4);
}

.hamburger.active span:first-of-type{/* ハンバーガーメニューの1番目の線 */
  top: 50%;
  transform: rotate(45deg);
  background-color: #fff;
}
.hamburger.active span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */
  opacity: 0;/* 透明にする */
}
.hamburger.active span:last-of-type{/* ハンバーガーメニューの3番目の線 */
  top: 50%;
  transform: rotate(-45deg);
  background-color: #fff;
}
.slide-menu.active{
  transform: translateX(0);
}

/* Animation for menu header */
.slide-menu.active .slide-menu-header {
  animation: slideInDown 0.6s ease forwards;
  opacity: 0;
}

/* Animation for menu items */
.slide-menu.active li {
  animation: slideInRight 0.5s ease forwards;
  opacity: 0;
}

.slide-menu.active li:nth-child(1) { animation-delay: 0.2s; }
.slide-menu.active li:nth-child(2) { animation-delay: 0.25s; }
.slide-menu.active li:nth-child(3) { animation-delay: 0.3s; }
.slide-menu.active li:nth-child(4) { animation-delay: 0.35s; }
.slide-menu.active li:nth-child(5) { animation-delay: 0.4s; }
.slide-menu.active li:nth-child(6) { animation-delay: 0.45s; }
.slide-menu.active li:nth-child(7) { animation-delay: 0.5s; }
.slide-menu.active li:nth-child(8) { animation-delay: 0.55s; }

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mb-sm-90 {
	margin-bottom: 90px;
}
@media (min-width: 768px) {
	.slide-menu ul {
		max-width: 500px;
		padding: 0 40px;
	}
	
	.slide-menu li a {
		padding: 20px 24px;
		font-size: 18px;
		text-align: center;
	}
	
	.slide-menu-logo {
		width: 70px;
		height: 70px;
	}
	
	.slide-menu-logo img {
		width: 45px;
	}
	
	.slide-menu-title {
		font-size: 20px;
	}
}

.mb-sm-90 {
    margin-bottom: 0px;
}

.gothic {
	font-family: "M PLUS Rounded 1c", Avenir, Yu Gothic,YuGothic,Hiragino Kaku Gothic ProN,Meiryo,sans-serif !important;
}

/* PC表示時のコンテナ幅統一 - 余白を少し狭めに調整 */
.container {
    max-width: 1400px !important;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 1000px !important;
    }
}

/* オリパカードのフォントサイズ（全画面サイズ共通） */
.count-number {
    font-size: 14px !important;
}

.oripa-viewer-info {
    font-size: 9px !important;
}

.point-amount {
    font-size: 20px !important;
}

.point-label {
    font-size: 12px !important;
}

.charge-button {
    padding: 6px 12px !important;
    font-size: 14px !important;
    border-radius: 15px !important;
}

/* ヘッダーのフォントサイズ拡大 */
.header__entry-frame {
    font-size: 24px !important;
}

.header__login-text {
    font-size: 24px !important;
}

.header__entry-text {
    font-size: 24px !important;
}

/* スマホ表示時のオリパカードのレスポンシブ対応 */
@media (max-width: 767px) {
    /* コンテナとcolumnのレスポンシブ対応 */
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-width: 100% !important;
    }
    
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .col-md-6, .col-lg-4, [class*="col-"] {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .oripa-card-modern {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin: 0 auto 20px auto !important;
        overflow: hidden !important;
    }
    
    .oripa-image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        border-radius: 20px 20px 0 0 !important;
    }
    
    .oripa-image-container img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        display: block !important;
        object-fit: cover !important;
    }
    
    .oripa-info-panel {
        width: 100% !important;
        padding: 12px !important;
        box-sizing: border-box !important;
    }
    
    .oripa-top-info {
        flex-wrap: wrap !important;
        gap: 8px !important;
    }
    
    
    .remaining-display {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 2px !important;
    }
    
    
    /* グリッドレイアウトの調整 */
    .oripa-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 0 !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }
    
    .oripa-grid > div {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.container-fluid .row>* {
    padding: 0px;
}

.bg-special {
	background: #c00000;
}
.bg-special:hover {
	background: #fecc00;
}
.bg-glay {
	background: #717171;
}
/**********************************************************
* section
*/
.section-title-wrap {
	text-align: center;
    margin-bottom: 60px;
    width: 120px;
    margin: 0 auto 60px auto;
    border-bottom: 2px solid #0880B4;
}
.section-title-wrap .section-sub-title {
	font-size: 0.9rem;
	margin: 0px 0px 10px 0px;
}
.section-title-wrap .section-title {
	font-size: 1.5rem;
}

.section-title-wrap-full {
	text-align: center;
    margin-bottom: 60px;
    margin: 0 auto 40px auto;
}
.section-title-wrap-full .section-sub-title {
	font-size: 0.9rem;
	margin: 0px 0px 10px 0px;
}
.section-title-wrap-full .section-title {
	font-size: 1.5rem;
	padding-bottom: 10px;
}
.section-title-wrap-full p {
	display: inline-block;
    border-bottom: 2px solid #0880B4;
}
.section-title-wrap-full h2 {
	display: block;
}
/**********************************************************
* section
*/
@media screen and (min-width: 992px) {
	.go_oripa_list {
		display: none !important;
	}
}
.go_oripa_list {
	position: fixed;
    right: 0px;
    bottom: 5%;
    width: 35px;
    z-index: 2;
    background: #0ECBCB;
    color: #fff;
    writing-mode: vertical-rl;
    border-radius: 10px 0 0 10px;
    border: solid #fff;
    border-width: 3px 0px 3px 3px;
    text-align: center;
    padding: 20px 5px 20px 0px;
    justify-content: center;
    display: flex;
}

.go_oripa_list a, .go_oripa_list a:hover {
	text-decoration: unset;
	color: #fff;
	display: flex;
}

/**********************************************************
* point box
*/
.point-box {
	border-radius: 20px;
	background-color: #fff;
	position: relative;
	width: 140px;
	box-shadow: 3px 2px 6px 2px #979797 inset;
	margin-right: 10px;
	display: inline-block;
}
.btn-charge {
    border-radius: 15px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -1px;
    right: 7px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #ff0000;
    font-size: 28px;
}
.point-box .my-point {
	font-weight: 600;
    color: #e9a704;
    padding-right: 27px;
    margin: 7px;
    font-size: 17px;
    text-align: right;
}

/**********************************************************
* treca box
*/
.treca {
	height: auto;
    position: relative;
    cursor: pointer;
    margin: 15px 0px;
}
.treca a:hover {
	color: unset;
}
.soldout-w {
	position: absolute;
    /*
    top: 32px;
    left: -16px;
    */
    bottom: 40px;
    left: -12px;
    width: 77px;
}
.treca a {
	text-decoration: none;
	color: unset;
}
.use-point-box {
	position: absolute;
	bottom: 6px;
	left: -1px;
	width: 100%;
}
.treca-body {
	overflow: hidden;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px!important;
    position: relative;
	text-align: center;
	background: #fff;
}
.treca-body.no-shadow {
	box-shadow: unset;
}
.limit-number {
	z-index: 1;
	position: relative;
	margin-bottom: 3px;
    font-weight: 600;
    text-shadow:0.5px 0.5px 0 #FFF, -0.5px -0.5px 0 #FFF,
              -0.5px 0.5px 0 #FFF, 0.5px -0.5px 0 #FFF,
              0px 0.5px 0 #FFF,  0-0.5px 0 #FFF,
              -0.5px 0 0 #FFF, 0.5px 0 0 #FFF;
    text-align: right;
    padding-right: 10px;
    height: 45px;
    padding-top: 10px;
}
.limit-number .indicator_rate {
	position: absolute;
	top: -8px;
	right: 8px;
	opacity: .1;
	color: #7e7e7e;
}
.treca-image-wrap {
	overflow: hidden;
}
.treca-image {
	/*z-index: 1;*/
	position: relative;
	transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.treca-image:hover {
	transform: scale(1.07);
}
.use-point-box-wrap {
	display: inline-block;
	width: 200px;
/* 	padding: 2px;
 */	position: relative;
}
.use-point {
	font-size: 31px;
	font-weight: 600;
	position: relative;
    left: 23px;
    top: 5px;
    text-shadow: 0.5px 0.5px 0 #FFF, -0.5px -0.5px 0 #FFF, -0.5px 0.5px 0 #FFF, 0.5px -0.5px 0 #FFF, 0px 0.5px 0 #FFF, 0-0.5px 0 #FFF, -0.5px 0 0 #FFF, 0.5px 0 0 #FFF;
}
.point-coin {
	position: absolute;
	left: 8px;
    top: 13px;
}
.remaining-count {
	font-size: 22px;
}
.full-count {
	font-size: 20px;
}
.indicator {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 5px;
}
.indicator-blue {
	background: #27ae60 !important;
}
.indicator-yellow {
	background: #f0e12a !important;
}
.indicator-red {
	background: #ff8787 !important;
}
.indicator-green {
	background: #64d1ff !important;
}
.indicator-light {
	background-color:hsla(0,100%,50%,1);
background-image:
radial-gradient(at 40% 20%, hsla(28,100%,74%,1) 0px, transparent 50%),
radial-gradient(at 80% 0%, hsla(65,100%,56%,1) 0px, transparent 50%),
radial-gradient(at 0% 50%, hsla(355,100%,93%,1) 0px, transparent 50%),
radial-gradient(at 80% 50%, hsla(340,100%,76%,1) 0px, transparent 50%),
radial-gradient(at 0% 100%, hsla(22,100%,77%,1) 0px, transparent 50%),
radial-gradient(at 80% 100%, hsla(242,100%,70%,1) 0px, transparent 50%),
radial-gradient(at 0% 0%, hsla(343,100%,76%,1) 0px, transparent 50%);
}
/**********************************************************
*
*/
.left-last {
	margin-bottom: 10px;
}
.left-last .title {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
}
.limit-indicator-text-wrap {
	width: calc(100%);
	height: 10px;
	border-radius: 0px;
	margin: 0px;
	position: relative;
}
.limit-indicator-wrap {
	width: 150px;
	height: 5px;
	border-radius: 5px;
	margin: 0px;
	background: #dadada;
	overflow: hidden;
	position: relative;
    right: 50px;
}
.left-last {
	justify-content: center;
    display: flex;
}


.left-last-indicator {
	background: #dfef22;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	/*background: linear-gradient(to right,rgba(218, 250, 48, 1),rgba(228, 218, 47, 1),rgba(253, 134, 44, 1),rgba(231, 46, 143, 1),rgba(253, 134, 44, 1),rgba(228, 218, 47, 1),rgba(218, 250, 48, 1));*/

    background-size: 100vw 100vw;
    animation: left-last-indicator-anim 2s linear infinite forwards;
}

.original-gradient {
  height: 10px;
  overflow: hidden;
  background: #0cd5ff;
}
.original-gradient-warning {
  height: 10px;
  overflow: hidden;
  background: #facd1b;
}
.original-gradient-danger {
  height: 10px;
  overflow: hidden;
  background: #fa3d4e;
}
@keyframes left-last-indicator-anim{
    0%{
        background-position-x: 0%;
    }
    100%{
        background-position-x: 100vw;
    }
}


.left-last-number {
	position: absolute;
	top: 4px;
	right: 50px!important;
	font-weight: 600;

}
.left-last .question {
	font-size: 24px;
    position: absolute;
    top: 1px;
    right: 5px;
    line-height: 0;
    text-decoration: unset;
}
/**********************************************************
* treca box
*/
.news {
	border-bottom: 1px dotted #c4c4c4;
	margin-bottom: 20px;
}
.news .date {
	display: inline-block;
	border-radius: 20px;
	background: #007a7a;
	padding: 0px 10px;
	color: #fff;
	font-size: 0.8rem;
	margin-bottom: 10px;
}
.news .detail {
}

/**********************************************************
* controller
*/
.controller {
	position: fixed;
	width: 100%;
	bottom: 0px;
	text-align: center;
}
.controller-wrap {
}
.controller-box {
	/*background: rgba(255,255,255,.9);*/
	/*border-radius: 5px;*/
	padding: 0px 10px 10px 10px;
	/*height: 145px;*/
	margin: 0 5px;
}
.btn {
	border-radius: 5px;
	padding: 10px 10px;
	color: #fff;
	font-weight: 900;
}
.gray {
	filter: grayscale(100%);
}

.play_gacha {
	border: 0;
	background: none;
	display: inline-block;
	width: 100%;
}
.btn-normal {
	background: #000;
	font-size: 1.1rem;
}
.btn-normal:hover {
	background: #dcdcdc;
}
.btn-special {
	background: #c00000;
}
.btn-special:hover {
	color: #fff;
	background: #e0391f;
}
.btn-disabled {
	background: #a7a7a7;
	color: #f7f9f9;
}
.btn:disabled {
	cursor: not-allowed;
	pointer-events: unset;
	opacity: .3
}
.btn-green {
	background: #0ECBCB;
}
.btn-green:hover {
	background: #39ebeb;
	color: #fff;
}
.btn-yellow {
	background: #fecc00;
}
.btn-yellow:hover {
	background: #e3b014;
	color: #fff;
}

.btn-full {
	width: 100%;
}
.btn-large {
	width: 300px;
}
.btn-middle {
	width: 200px;
}
.btn-round {
	border-radius: 30px;
}
.btn-round-min {
	border-radius: 10px;
}
.btn-small {
	padding: 10px;
	font-size: 1rem;
}

.text-blue {
	color: #2ab2f8;
}
.text-green {
	color: #0ECBCB;
}
.text-white {
	color: #fff;
}
.text-gray {
	color: #b4b4b4;
}
.text-normal {
	font-size: 1rem;
}
.text-md {
	font-size: 1.2rem;
}
.text-lg {
	font-size: 1.4rem;
}
.text-bold {
	font-weight: 600;
}
.icon {
	margin-right: 5px;
}

.coming-soon {
	background: #f3f3f3;
	border-radius: 10px;
	padding: 5px 5px 2px 5px;
}
.coming-soon .date {
	color: #ff0000;
}
/**********************************************************
* login
*/
.login-form {
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	overflow: hidden;
}
.login-form a {
	text-decoration: none;
}
.login-content {
	padding: 10px 20px;
}

/**********************************************************
* common
*/
.common .detail {
	padding: 50px 0px 30px 0;
}
.border-bottom {
	border: 1px solid #000;
}

.responsive-table th {
	background: #fafafa;
  border-bottom: solid 1px #ccc;
  padding: 20px;
  width: 200px;
}
.responsive-table td {
  border-bottom: solid 1px #ccc;
  padding: 20px;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .responsive-table {
    width: 100%;
  }
  .responsive-table th,
  .responsive-table td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
.common .box {
	border: none;
	margin-top: 40px;
}
.common .box-header .title {
	font-weight: 900 !important;
}
.common .box-body {
	margin-top: 20px;
}

#ac-menu {
	margin-top: 40px;
}
ul#ac-menu {
	padding-left: 0!important;
}

#ac-menu li {
  border-top: solid 1px #000;
  list-style: none;
}
#ac-menu li:last-child {
  border-bottom: solid 1px #000;
}
#ac-menu .label {
  cursor:pointer;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 30px 0px;
  position: relative;
  transition: .5s;
}
#ac-menu .label:hover {
}
/*
ラベル右側のアイコン「＋」を設定
beforeが横棒
afterが縦棒
*/
#ac-menu .label::before,
#ac-menu .label::after {
  content: '';
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}
#ac-menu .label::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
/*
アコーディオンメニューが開いている場合
*/
#ac-menu .label.open {
}
#ac-menu .label.open::before {
  /* ラベルアイコンの横棒を非表示 */
  opacity: 0;
}
#ac-menu .label.open::after {
  /* ラベルアイコンの縦棒を横向きに回転 */
  transform: rotate(180deg);
}
/*
アコーディオンメニューのコンテンツ部分は、「display: none;」で非表示にしておく。
ラベルクリック時にjQueryの「  $(this).next().slideToggle();」で表示に切り替わる
*/
#ac-menu .detail {
  padding: 5px 30px 35px 30px;
  display: none;
}
#ac-menu .detail p {
	line-height: 1.8;
}
#ac-menu .detail dl {
  display: flex;
  flex-wrap: wrap;
}
#ac-menu .detail dt {
  width: 20%;
  font-weight: bold;
  margin-bottom: 40px;
}
#ac-menu .detail dd {
  width: 80%;
  margin-bottom: 40px;
}

main {
	flex: auto;
	margin-top: 64px;
}
.top-margin {
	margin-top: 21px!important;
}
@media (min-width: 768px) {
	.top-margin {
		margin-top: 64px!important;
	}
}
.soldout {
	-webkit-filter: grayscale(1); /* Webkit */
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* W3C */
	cursor: default;
}

/*****************************************************
* terms
*/
.terms h2 {
	font-size: 1.2rem;
	font-weight: 900;
	margin-top: 30px;
}
.terms h3 {
	font-size: 1.1rem;
	font-weight: 600;
	margin-top: 20px;
}

/** footer **/
footer {
	background: #1a1a1a;
	padding: 20px 0px 10px 10px;
	font-family: "M PLUS Rounded 1c", Avenir, Yu Gothic,YuGothic,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
	/*font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #fff;
	flex-shrink: 0;
	margin-top: auto;
}

footer .footer-menu-wrap a {
	color: #fff;
	text-decoration: none;
}

footer .footer-menu.submenu a {
	color: #bebfc1;
	text-decoration: none;
	padding-left: 10px;
}
footer .border-white {
	border-bottom: 1px solid #fff;
}
footer .list-inline-item {

}
footer img.footer_logo {
	min-width: 60px;
	width: 13vw;
	max-width: 80px;
}
footer .copyright {
	width: 100%;
	text-align: right;
	padding-right: 10px;
}
footer .footer-menu-wrap ul li {
	padding-left: 20px;
}
@media (min-width: 768px) {
}

/** news **/
.news-table {
	width: 100%;
}
.news-table tr:first-child {
	border-top: 1px solid #000;
}
.news-table tr {
	border-bottom: 1px solid #000;
}

.news-table td:first-child {
	padding: 20px 10px 0px 10px;
}
.news-table td:last-child {
	padding: 0px 10px 20px 10px;
}
.news-table td {
	padding: 10px 10px;
	vertical-align: top;
	display: block;
}
@media (min-width: 768px) {
	.news-table td:first-child {
		padding: 20px 10px;
	}
	.news-table td:last-child {
		padding: 20px 10px;
	}
	.news-table td {
		padding: 20px 10px;
		display: table-cell;
	}
}

.news-table .title {
	font-weight: bold;
}
.news-table .category {
	width: 250px;
}
.news-table .message{

}

/**************************************************
* normal table
 */
.normal-table {
    border-collapse: collapse;
    width: 100%;
}
.normal-table th {
    background-color: #bebfc1;
}
.normal-table th, .normal-table td {
    border: 1px solid #000;
    padding: 10px;
}
/**************************************************
* radio
*/
.radio {
	position: relative;
}
.visually-hidden {
	/* コンテンツの流れから切り離す */
	position: absolute;
	/* 誤ったコードに対処するための回避策 */
	white-space: nowrap;
	/* 可能な限り文字サイズを小さくするための処理
	 * (スクリーンリーダー中には height と width が 0 のものを無視するため)
	 */
	width: 1px;
	height: 1px;
	/* オーバーフローしているコンテンツを隠す */
	overflow: hidden;
	/* 要素サイズを変更しうるプロパティのリセット */
	border: 0;
	padding: 0;
	/* 要素のどの部分が表示されるかを定義するもの */
	/* 古いブラウザでは使用できない */
	clip: rect(0 0 0 0);
	/* 最近のブラウザ用
	 * コンテンツを非表示にする設定  */
	clip-path: inset(50%);
	/* 今現在なぜ-1pxがここで設定されるかは分かっていないそうです。
	 * それに加えていくつか問題もあるそうです
	 * (参考: https://github.com/h5bp/html5-boilerplate/issues/1985)
	 */
	margin: -1px;
}

label.btn_radio {
  cursor: pointer;
  padding: 0 17px;
}

label.btn_radio::before,
label.btn_radio::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

label.btn_radio::before {
    background-color: #fff;
    border: 3px solid #dedede;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    left: 5px;
}

label.btn_radio::after {
  background-color: #2ab2f8;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 10px
}

input.custom_radio:checked + label.btn_radio::after {
  opacity: 1;
}

input.custom_radio:checked + label.btn_radio::before {
    background-color: #fff;
    border: 3px solid #2ab2f8;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    left: 5px;
}

.visually-hidden {
 position: absolute;
 white-space: nowrap;
 border: 0;
 clip: rect(0 0 0 0);
 clip-path: inset(50%);
 overflow: hidden;
 height: 1px;
 width: 1px;
 margin: -1px;
 padding: 0;
}
.display-table2 {
	display: flex;
}

.effect-view {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	z-index: 10;
    background: #fff;
}

/*******************************************************************
*
*/
.oripa-description {
    font-weight: bold;
    color: #4e4e4e;
    white-space: pre-wrap;
}
h1.oripa-title {
	font-weight: 600!important;
	font-size: 18px;
	border-bottom: 1px solid #000;
	vertical-align: middle;
}
/*******************************************************************
* admin プレビュー用
*/
.preview {
	margin-bottom: 20px;
	padding: 10px 20px;
	background: #cd2705;
	border-radius: 5px;
	color: #fff;
}


.custom-btn,
a.custom-btn,
button.custom-btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn--red, a.btn--red, button.btn--red {
    color: #fff;
    background-color: #d20010;
}
a.btn--red.btn--cubic {
  border-bottom: 5px solid #9f000c;
}

a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  color: #000;
  border-bottom: 2px solid #9f000c!important;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}


/**
* LINEログイン
*/
.line-login-button {
  display: flex;
  align-items: center;
  background-color: #06C755; /* LINEの緑色 */
  color: #FFFFFF; /* ボタンテキストの色 */
  font-size: 16px; /* ボタンテキストのフォントサイズ */
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease; /* ホバー時のアニメーション */
  padding: 3px;
}

.line-login-button:hover {
  background-color: #33c43e; /* マウスオーバー時の色 */
  color: #fff;
}

/* アイコンのスタイル */
.line-icon {
  width: 45px; /* アイコンの固定幅 */
  margin-right: 10px; /* アイコンとテキストの間隔を調整 */
}

/* ボタンのテキストのスタイル */
.line-text {
  flex: 1; /* 可変幅のテキスト領域を設定 */
  font-size: 16px; /* テキストのフォントサイズを調整 */
  font-weight: bold;
  text-align: center; /* テキストを中央揃えにする */
  white-space: nowrap; /* テキストが折り返さないようにする */
  overflow: hidden; /* テキストが領域外にはみ出さないようにする */
  text-overflow: ellipsis; /* テキストが領域外にはみ出た場合に省略記号を表示 */
}

/* ボタン全体のスタイル */
.line-login-button-container {
  text-align: center;
  position: relative;
}

.line-border {
	border-right: 0.5px solid #8e8e8e;
    position: absolute;
    height: 50px;
    left: 50px;
}

/* 決済完了時 */
.payment-success {
	border-radius: 10px;
    border: 3px solid #0dcbca;
    padding: 10px;
    margin: 10px 0px;
    color: #0dcbca;
    background: rgba(105, 217, 216, .2);
    font-weight: 600;
}
.payment-cancel {
	border-radius: 10px;
    border: 3px solid #c1c800;
    padding: 10px;
    margin: 10px 0px;
    color: #0dcbca;
    background: rgba(193, 200, 0, .2);
    font-weight: 600;
}
.payment-error {
	border-radius: 10px;
    border: 3px solid #ff0000;
    padding: 10px;
    margin: 10px 0px;
    color: #ff0000;
    background: rgba(255, 0, 0, .2);
    font-weight: 600;
}

ul.social_brand {
	list-style-type: none;
    padding: 0;
    margin-top: 5px!important;
}

ul.social_brand li {
	margin-left: 20px;
    padding-left: 10px!important;
    position: relative;
}

ul.social_brand li::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/assets/images/icon/brands/icon-twitter.png');
    background-size: cover;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

ul.social_brand li:nth-child(2)::before {
    background-image: url('/assets/images/icon/brands/icon-instagram.png');
}

ul.footer-menu-ul {
	margin-top: 15px;
}
ul.footer-menu-ul li {
	padding-left: 0px!important;
}
ul.social_brand li:nth-child(3)::before {
    background-image: url('/assets/images/icon/brands/icon-tiktok.png');
}

.information-box {
	border: 2px solid #2196f3;
	padding: 10px;
}
.information-box .title {
	color: #2196f3;
	font-size: max(1.8vw, 16px);
	font-weight: 600;
	text-align: center;
}
table.register-steps th,
table.register-steps td {
  	border: solid 1px #dcdcdc;
  	padding: 5px 0px;
}
table.register-steps td {
	color: #dcdcdc;
}
table.register-steps .active {
	background: #5cc2da;
	color: #fff;
	font-weight: 600;
}



/**
* 登録orログイン
*/
.register_or_login_wrapper {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100vw;
	background: rgba(255,255,255,.7);
	z-index: 5;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
}
.register_or_login_wrapper .content {
	padding: 5px 0px;
	text-align: center;
}
a.btn--red {
  color: #fff;
  background-color: #fd0212;
}

a.btn--red:hover {
  color: #fff;
  background: #fd0212;
}

a.btn--red.btn--cubic {
  border-bottom: 5px solid #99010b;
}

a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #99010b;
}



a.btn--black {
  color: #fff;
  background-color: #000;
}

a.btn--black:hover {
  color: #fff;
  background: #000;
}

a.btn--black.btn--cubic {
  border-bottom: 5px solid #3d3d3d;
}

a.btn--black.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #3d3d3d;
}




a.btn-c {
  font-size: 1rem;
  position: relative;
}

a.btn-c i.fa {
  margin-right: 1rem;
}



.icon-sound {
    position: absolute;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}
.icon-sound-position-play-oripa {
    bottom: 295px;
    right: 20px;
}
.icon-sound-position {
    top: 44px;
    right: 10px;
}
.icon-sound-white {
    background: rgba(255,255,255,.3);
    color: #fff;
}
.icon-sound-glay {
    background: rgba(0,0,0,.1);
    color: #858585;
}

.category {
    border-radius: 20px;
    background: #dcdcdc;
    padding: 6px 21px 5px;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
}

.category.active {
    background: #c90000;
    color: #fff;
}















.banner {
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0% 100%) !important;
    background-color: #c40000 !important;
    clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0% 100%) !important;
    color: #fff !important;
    display: inline-block !important;
    padding: 0.15625rem 0.45625rem 0.28125rem 0.28125rem !important;
    position: relative !important;
}

.banner__text {
    color: #fff !important;
    font-size: 0.625rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.06em !important;
    line-height: 1 !important;
    margin: 0 !important;
}

.banner__number {
    font-size: 1rem !important;
    letter-spacing: 0em !important;
}

.bar__text {
    margin: 0px  !important;
}

.bar__number {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    letter-spacing: 0.05em !important;
    line-height: 1.75 !important;
}

.bar__box {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 0.125rem !important;
}

.bar__bar {
    background-color: #ededed !important;
    border-radius: 0.5rem !important;
    height: 0.53125rem !important;
    margin: 0.1875rem auto 0 !important;
    max-width: 15.625rem !important;
    overflow: hidden !important;
    width: 100% !important;
}

.bar__fill {
    border-radius: 0.5rem !important;
    height: 100% !important;
    -webkit-transition: width 0.4s ease !important;
    transition: width 0.4s ease !important;
    width: 0%;
}

.bar__fill__green {
    background-color: #27ae60 !important;
}

.point {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.point__box {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 0.10625rem !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.point__icon {
    height: 0.91875rem !important;
    width: 0.91875rem !important;
}

.point__point {
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.03em !important;
    line-height: 1.0625 !important;
    margin: 0px  !important;
}

.point__slash,
.point__try {
    font-size: 0.5625rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.03em !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    margin: 0px  !important;
}


.value-button {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 0.425rem !important;
}

.value-button__text {
    background-color: #9BDCE8 !important;
    border: none !important;
    border-radius: 3.25rem !important;
    -webkit-box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.16) !important;
    color: #1a1a1a !important;
    display: inline-block !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    line-height: 1 !important;
    padding-bottom: 0.4375rem !important;
    padding-top: 0.3125rem !important;
    text-align: center !important;
    width: 7.1875rem !important;
}

.value-button__text--ten {
    background-color: #FCD42C !important;
}

.value__inner {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 500px !important;
    padding: 0 0.75rem !important;
}

.value__frame {
    -webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%) !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
    background: -webkit-gradient(linear, left top, right top, from(#4A09B1), to(#ae11db)) !important;
    background: linear-gradient(to right, #4A09B1, #ae11db) !important;
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%) !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 0.625rem !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding-bottom: 0.8125rem !important;
    padding-top: 0.4375rem !important;
    text-align: center !important;
}

.value__icon-left,
.value__icon-right {
    height: 2.37125rem !important;
    width: 2.67375rem !important;
}

.value__icon-left {
    position: relative !important;
    right: -0.625rem !important;
}

.value__icon-right {
    left: -0.625rem !important;
    position: relative !important;
}

.value__title {
    color: #fff !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    line-height: 1.2 !important;
}

.value__emphasis {
    letter-spacing: -0.06em !important;
}

.value__emphasis-char {
    display: inline-block !important;
    line-height: 0.8 !important;
    text-align: center !important;
}

.value__list {
    margin-top: 1.375rem !important;
    text-align: center !important;
}

.value__item {
    border-radius: 0.625rem !important;
    -webkit-box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.16) !important;
}

.value__item + .value__item {
    margin-top: 1.7625rem !important;
}

.value__img {
    margin: 0px  !important;
}

.value__img img {
    -o-object-fit: cover !important;
    aspect-ratio: 351/209.55 !important;
    border-radius: 0.625rem 0.625rem 0 0 !important;
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
}

.value__wrapper {
    padding: 1.08125rem 0 0.6875rem !important;
    position: relative !important;
}

.value__banner {
    left: 0% !important;
    position: absolute !important;
    top: 5% !important;
    -webkit-transform: translate(0%, -50%) !important;
    transform: translate(0%, -50%) !important;
}

.value__bottom {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 0.4875rem !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 0.625rem !important;
    padding: 0 0.34375rem 0 0.6rem !important;
}





.detail__content {
    margin-top: 4.25rem !important;
    padding-bottom: 13.4375rem !important;
}

.detail__inner {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 59.875rem !important;
}

.detail__sentence {
    margin-top: 3.75rem !important;
    padding: 0 1rem !important;
}

.detail__text {
    font-size: 0.8125rem !important;
    font-weight: 500 !important;
    line-height: 1.3846153846 !important;
}

.detail__text + .detail__text {
    margin-top: 1.25rem !important;
}

.detail__cta {
    background-color: rgba(255, 255, 255, 0.9) !important;
    bottom: 0 !important;
    -webkit-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16) !important;
    left: 0 !important;
    padding-bottom: 1.25rem !important;
    padding-top: 1.25rem !important;
    position: fixed !important;
    right: 0 !important;
    z-index: 1000 !important;
}

.detail__wrapper {
    position: relative !important;
}

.detail__banner {
    left: 50% !important;
    position: absolute !important;
    top: -5% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    white-space: nowrap !important;
}

.detail-banner {
    -webkit-clip-path: polygon(3% 50%, 0 0, 100% 0, 97% 50%, 100% 100%, 0 100%) !important;
    background-color: #c40000 !important;
    clip-path: polygon(3% 50%, 0 0, 100% 0, 97% 50%, 100% 100%, 0 100%) !important;
    color: #fff !important;
    display: inline-block !important;
    padding: 0.15625rem 0.9375rem 0.28125rem 0.9375rem !important;
    position: relative !important;
}

.detail-banner__text {
    color: #fff !important;
    font-size: 0.875rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.06em !important;
    line-height: 1 !important;
    margin: 0 !important;
}

.detail-banner__number {
    margin: 0 -0.125rem !important;
}

.detail-bar__text {
    margin: 0 !important;
}

.detail-bar__number {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    letter-spacing: 0.05em !important;
    line-height: 1.75 !important;
}

.detail-bar__box {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 0.125rem !important;
}

.detail-bar__bar {
    background-color: #E4E4E4 !important;
    border-radius: 0.5rem !important;
    height: 0.53125rem !important;
    margin: 0.1875rem auto 0 !important;
    max-width: 15.625rem !important;
    overflow: hidden !important;
    width: 100% !important;
}

.detail-bar__fill {
    border-radius: 0.5rem !important;
    height: 100% !important;
    -webkit-transition: width 0.4s ease !important;
    transition: width 0.4s ease !important;
    width: 0%;
}

.detail-button {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 0.425rem !important;
}

.detail-button__text {
    background-color: #9BDCE8 !important;
    border: none !important;
    border-radius: 3.25rem !important;
    -webkit-box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.16) !important;
    color: #1a1a1a !important;
    display: inline-block !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    line-height: 1 !important;
    padding-bottom: 0.4375rem !important;
    padding-top: 0.5125rem !important;
    text-align: center !important;
    width: 7.1875rem !important;
}

.detail-button__text--ten {
    background-color: #FCD42C !important;
}

.detail-point {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.detail-point__box {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 0.10625rem !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.detail-point__icon {
    height: 0.91875rem !important;
    width: 0.91875rem !important;
}

.detail-point__point {
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.03em !important;
    line-height: 1.0625 !important;
    margin: 0 !important;
}

.detail-point__slash,
.detail-point__try {
    font-size: 0.5625rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.03em !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    margin: 0 !important;
}

.detail__content {
    margin-top: 4.25rem !important;
    padding-bottom: 13.4375rem !important;
}

.detail__inner {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 59.875rem !important;
}

.detail__sentence {
    margin-top: 3.75rem !important;
    padding: 0 1rem !important;
}

.detail__text {
    font-size: 0.8125rem !important;
    font-weight: 500 !important;
    line-height: 1.3846153846 !important;
}

.detail__text + .detail__text {
    margin-top: 1.25rem !important;
}

.detail__cta {
    background-color: rgba(255, 255, 255, 0.9) !important;
    bottom: 0 !important;
    -webkit-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16) !important;
    left: 0 !important;
    padding-bottom: 1.25rem !important;
    padding-top: 1.25rem !important;
    position: fixed !important;
    right: 0 !important;
    z-index: 1000 !important;
}

.detail__wrapper {
    position: relative !important;
}

.detail__banner {
    left: 50% !important;
    position: absolute !important;
    top: -5% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    white-space: nowrap !important;
}

