/* ========================================== */
/* base */
/* ========================================== */

body {
	font-family: "Noto Sans JP", sans-serif;
	line-height:1.8;
	color:#231815;
	font-size:14px;
background-color: #E4E4E4;
background-image: url("../../images/top/bg_top_left.svg");
background-position: left top;
background-size: contain;
background-repeat: no-repeat;
background-attachment: fixed;
position: relative;
}

.material-symbols-outlined {
font-weight: 600;
}

header::after {
    content: "";
    position: fixed;
    width: 200%;
    background: linear-gradient(rgba(228, 228, 228, 0.9) 70%, rgba(228, 228, 228, 0));
    height: 110px;
    z-index: -1;
transform: translate(-50%, -12px);
transition: opacity .3s;
}

@media (min-width: 768px) {
body {
background-size: 290px;
}
}

@media screen and (min-width: 1281px) {
body {
background-image: url("../../images/top/bg_top_right.svg"), url("../../images/top/bg_top_left.svg");
background-position: right top, left top;
}

body::before {
    background: linear-gradient(rgba(228, 228, 228, 0.9) 50%, rgba(228, 228, 228, 0));
    height: 100px;
}

/*bp追加+変更*/
.d-custom-inline-block {
	display:inline-block!important;
}
.d-custom-inline {
	display:inline!important;
}
.d-custom-none {
	display:none!important;
}
.justify-content-custom-start {
 justify-content: flex-start!important;
}
.d-custom-none {
display: none!important;
}
.mr-custom-0 {
margin-right: 0!important;
}
.ml-custom-0 {
margin-left: 0!important;
}

}


.container {
    max-width: 1030px;
}

ul,ol {
	padding:0px;
	margin:0;
	list-style:none;
}


ul.indent li,
ol.indent li {
	text-indent:-1em;
	padding-left:1em;
}

dt {
	font-weight:normal;
}

a {
	text-decoration:none;
	word-wrap:break-word;
	word-break: break-all;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:hover {
	text-decoration:none;
}
 
a:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.post-body-detail .post-content a,
.post-item-wrapper a {
color: #28C3FF;
text-decoration:underline;
}

input[type="text"],input[type="password"],input[type="email"],textarea,select{ 
	font-family: inherit;
	font-size:1em !important;
	font-weight:inherit;
    -webkit-appearance: none;
}

dl,dd,p {
	margin:0;
	padding:0;
}

/* ========================================== */
/* フォント */
/* ========================================== */

.font-accent {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.font-xs {
  font-size: 11px;
  line-height: 1.4rem;
}


/* ========================================== */
/* ヘッダー */
/* ========================================== */

header {
width: 100%;
height: 93px;
position: fixed;
z-index: 9999;
display: flex;
justify-content: space-between;
align-items: center;
}

header h1 {
position: relative;
z-index: 99999;
}

header.navbar {
padding-top: 12px;
/*padding-top: 28px;*/
padding-right: 20px;
padding-left: 20px;
transition: padding-top .3s;
}

.header_inner {
width: 100%;
position: relative;
padding-right: 90px;
}

header .hamburger {
top: 0;
right: 0;
position: absolute;
display: block;
z-index: 99999;
transition: all .4s;
box-sizing: border-box;
cursor:pointer;
background-color: rgba(228, 228, 228, 0.6);
border: 12px solid #FFF;
padding: 7px 18px;
border-radius: 9999px;
width: 84px;
height: 60px;
}

header .hamburger span {
display: inline-block;
transition: all .4s;
box-sizing: border-box;
position: absolute;
left: 0;
right: 0;
width: 24px;
height: 6px;
margin: 0 auto;
background-color: #231815;
}

header .hamburger span:nth-of-type(1) {
  top: 6px;
}
header .hamburger span:nth-of-type(2) {
  top: 15px;
}
header .hamburger span:nth-of-type(3) {
  bottom: 6px;
}

header .active span:nth-of-type(1) {
top: 15px;
transform: rotate(135deg);
}
header .active span:nth-of-type(2) {
  opacity: 0;
}
header .active span:nth-of-type(3) {
top: 15px;
transform: rotate(-135deg);
}


.header_inner a:not(:has(img)) { 
background-color: rgba(228, 228, 228, 0.8);
border: 12px solid #28C3FF;
font-size: 24px;
font-weight: 800;
line-height: 1;
height: 60px;
padding: 5px 24px 0;
color: #231815;
border-radius: 9999px;
transition: border 0.3s;
}

.header_inner a:not(:has(img)):hover {
background-color: rgba(228, 228, 228, 0.6);
border: 12px solid #26a1d0;
color: #231815;
}

.pc-nav-area {
display:none;
margin-left: auto;
position: relative;
}

.pc-nav-area:before {
content: "";
position: absolute;
background-image: url(../../images/top/bgparts_zigzag_round_short.svg);
aspect-ratio: 80 / 19;
top: 50%;
left: -177px;
transform: translateY(-50%);
width: 160px;
height: auto;
}

.nav-area {
display: none;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100vh;
z-index: 9999;
background-color: rgba(228, 228, 228, 0.95);
}

.nav-area .nav-list {
position: absolute;
width: 490px;
max-width: 90%;
height: 480px;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: 120px auto 0;
}

.nav-area .nav-list ul {
display: flex;
flex-direction: column;
width: 100%;
margin-bottom: 1rem;
}

.nav-area .nav-list ul li {
padding-left: 1.8rem;
position: relative;
}

.nav-area .nav-list ul li a {
font-size: 36px;
color: #231815;
}

.nav-area .nav-list ul li a:hover {
color: #231815;
}


.nav-area .nav-list a.logout {
color: #979392;
margin-left: 1.8rem;
font-size: 16px;
}


@media (max-height: 519px){
.nav-area .nav-list {
width: 100%;
height: auto;
margin-top: 100px;
}
.nav-area .nav-list ul {
flex-direction: row;
flex-wrap: wrap;
}

.nav-area .nav-list ul li {
width: 50%;
}
}

@media screen and (min-width: 1200px) {
header.navbar {
padding-top: 12px;
/*padding-top: 48px;*/
max-width: 1000px;
margin: auto;
padding-right: 0;
padding-left: 0;
}

	.navbar-expand-xl {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 8px;
		padding-left: 8px;
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex!important;
	}
	.navbar-toggler-custom-icon {
		display: none;
	}

}


@media screen and (min-width: 1281px) {
.header_inner {
padding-right: 0;
}

header .hamburger {
display: none;
}

.pc-nav-area {
display: inline-block;
}

}


.header_inner .languages {
height: 60px;
width: 84px;
padding: 3px 0;
z-index: 99999;
background-color: rgb(228 228 228 /0.8);
border: solid 12px #fff;
border-radius: 9999px;
cursor: pointer;
}

@media screen and (min-width: 1281px) {
.header_inner .languages {
width: 113px;
}
}

/* newマーク */
.nav-area .nav-list ul li.new-on:before {
content: "";
position: absolute;
  -webkit-mask-image: url(https://s3-ap-northeast-1.amazonaws.com/pf-web-staging/fanclubs/107/assets/132/images/parts_star4.svg);
  mask-image: url(https://s3-ap-northeast-1.amazonaws.com/pf-web-staging/fanclubs/107/assets/132/images/parts_star4.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #28C3FF;
mask-size: 28px;
width: 28px;
height: 28px;
left: -4px;
top: 50%;
transform: translateY(-50%);
animation: headerNewAnimation 3s linear infinite;
}

/* Animation */
@keyframes headerNewAnimation {
  from { transform: translateY(-50%) rotate(0deg); }
  to   { transform: translateY(-50%) rotate(360deg); }
}


/* ========================================== */
/* CONTENTS */
/* ========================================== */
.top-main-contents {
position: relative;
}

.top-main-contents::after {
}

.container h2 {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 900;
	margin:0 auto 20px;
	font-size:48px;
line-height: 1.1;
}

.pages-container {
margin-top: 116px;
}

.pages-container h2.text-center {
text-align: left!important;
}

@media screen and (min-width: 768px) {

.container h2 {
	font-size:64px;
	margin:0 auto 50px;
}

.pages-container {
margin-top: 166px;
}

}


/* ========================================== */
/* フッター */
/* ========================================== */

footer {
	padding:50px 0 80px;
background-color: #FFF;
position: relative;
z-index: 5;
}

footer::before {
position: absolute;
content: "";
background-image: url(../../images/bgparts_weve.svg);
background-size: cover;
width: 100%;
aspect-ratio: 187 / 19;
top: 0;
margin-top: calc(-100vw * 0.048);
z-index: -1;
}

footer ul.menu {
background-color: #231815;
color: #fff;
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 340px;
margin: 0 auto 50px;
padding: 24px 20px 20px;
border-radius: 9999px;
z-index: 1;
}

footer ul.menu li {
display:inline-block;
padding: 0 10px;
font-size: 10px;
}

footer ul.menu li a {
	color: #FFF;
}

footer ul.menu .material-symbols-outlined {
font-size: 10px;
top: 2px;
}

footer ul.menu li a:hover {
	opacity: 0.6;
	color: #FFF;
}

footer ul.corporate {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 35px;
margin-left: 35px;
margin-right: 35px;
}

footer ul.corporate li {
width: 30%;
display: grid;
align-items: center;
;justify-content: center;
}

@media screen and (min-width: 768px) {
footer {
padding: 40px 0;
}

footer::before {
background-image: url(../../images/bgparts_weve_long.svg);
aspect-ratio: 256 / 13;
top: calc(100vw * 0.0125 * -1);
margin-top: calc(100vw * 0.0125 * -1);
}

footer ul.menu {
max-width: 700px;
}

footer ul.menu li {
padding: 0 10px;
margin:0 0 8px;
}

footer ul.corporate li {
width: 139px;
height: 160px;
}


}


@media screen and (min-width: 1281px) {
footer ul.menu {
max-width: 800px;
}

footer ul.menu li {
font-size: 14px;
}
footer ul.menu .material-symbols-outlined {
font-size: 14px;
}

}

footer .copy {
font-size: 12px;
}

/*fixd-bottom*/
.registrations-bottom {
padding: 0;
margin: 0 auto;
justify-content: center;
background: #E4E4E4;
background: linear-gradient(0deg,rgba(228, 228, 228, 1) 20%, rgba(228, 228, 228, 0) 80%);
}

.registrations-bottom a.btn {
border: 8px solid #28C3FF;
background-color: #E4E4E4;
font-size: 18px;
font-weight: 800;
line-height: 1;
height: 46px;
padding: 4px 24px;
color: #231815;
border-radius: 9999px;
width: 96%;
max-width: 252px;
margin-bottom: 8px;
}


/* ========================================== */
/* 共通カラー */
/* ========================================== */
/* ベースカラー */
/* 背景 */
.bg-base {
  /* サイト全体の背景色 */
  background-color: #F5F5F5;
}
.bg-toggle {
  /* サイト全体の背景色 */
  background-color: #fff;
}

/* メインカラー */
/* 背景 */
.bg-main {
  /* 主にヘッダの背景色 */
  background-color: #444;
}
/* サブカラー */
.bg-sub {
  /* 主にフッタの背景色 */
  background-color: #444;
}
/* アクセントカラー */
/* 任意でUIパーツの色を増やしたいときに定義を増やす */
.bg-accent-light-gray {
  background-color: #f8f8f8;
}
.bg-accent-light-red {
  background-color: #efdfdf;
}

/* テキスト */
.text-base {
  color: #fff;
}
.text-main {
  color: #5F6368;
}
.text-accent-light-gray {
  color: #c0c0c0;
}
.red {color:#FF0004;}

.material-symbols-outlined {
position: relative;
top: 4px;
}

/* ========================================== */
/* UIパーツ別 */
/* ========================================== */
/* ボタン */

.pages-container a.btn-main,
form[method="post"]  [type="submit"].btn-main,
#ticket input.btn-main {
 background-color: transparent;
border: 12px solid #28C3FF;
padding: 3px 0;
font-weight: 900;
color: #231815;
text-decoration: none;
}

.pages-container a.btn-main:hover,
form[method="post"]  [type="submit"].btn-main:hover,
#ticket input.btn-main:hover {
  background-color: transparent;
border: 12px solid #26a1d0;
color: #231815;
}
.pages-container a.btn-main:active,
form[method="post"]  [type="submit"].btn-main:active,
#ticket input.btn-main:active {
  background-color: transparent;
border: 12px solid #267fa1;
color: #23181566;
}
.pages-container a.btn-main.focus,
form[method="post"] .btn-main.focus,
#ticket input.btn-main:active {
border: 12px solid #53cfff;
box-shadow: none;
}

/*下層登録誘導*/
.pages-container .registrations {
max-width: 1030px;
margin: auto;
justify-content: center;
}

.pages-container .registrations a.btn {
  background-color: transparent;
max-width: 300px;
border: 12px solid #28C3FF;
border-radius: 9999px;
padding: 1px 24px 4px;
font-size: 26px;
font-weight: 900;
color: #231815;
transition: border 0.3s;
margin: 0 6px;
}

.pages-container .registrations a.btn:hover {
  background-color: transparent;
border: 12px solid #26a1d0;
color: #231815;
}


/* アラート */
.alert-main {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-registration-mail.alert,
.alert-mypage-change-email.alert {
  border: none;
}
.alert-registration-mail.alert .alert-heading,
.alert-mypage-change-email.alert .alert-heading {
  color: #ff0000;
}
.alert-registration-mail.alert .alert-body,
.alert-mypage-change-email.alert .alert-body {
  color: #808080;
}

/* バッジ（ラベル） */
.badge-history-status.badge {
  font-size: 100%;
  font-weight: normal;
  padding: .5em 1em;
}
.badge-history-status.badge-secondary {
  color: #343a40;
  background-color: #e9ecef;
}


/* ========================================== */
/* 画面別 */
/* ========================================== */

.border {
background: #fff;
}

/*--------------------
  MYPAGE
--------------------*/
@media screen and (min-width: 768px) {
.row-history-left {
  border-right: 1px solid rgba(0,0,0,.1);
}
}

.mypage-plan-contract-footer {
    display: none;
}

.uploaded-photo-status-label, .shipping-history-status-label, .ec-history-status-label, .ticket-history-status-label, .ticket-history-ticket-status-label {
    border-radius: 2rem;
	padding: 6px 1em;
}

/*membership-card*/

.membership-card-image .membership-card-image-on-member-number {
right: 3%;
bottom: 3%;
color:#fff;
font-size: 16px;
}

@media screen and (max-width: 575px) {
.membership-card-image .membership-card-image-on-member-number {
font-size: 4vw;
}
}

/*profile未登録*/
.mypagetop-attension-hololive-profile-edit-link {
color: #58151c;
background-color: #f8d7da;
border-color: #f1aeb5;
}

/*--------------------------------
 form 内容確認ページ
--------------------------------*/
form dd{
	margin-bottom:1rem;
}
form dt label{
	font-weight: 700;
}

/*--------------------
  PROFILE PHOTO
--------------------*/

.upload-photo-description-content .border.rounded, .photo-upload-confirm-content .border.rounded {
background: #fff;
}


/*--------------------
  STORE
--------------------*/

#productImagesCarousel .carousel-indicators li.active, #productImagesCarousel .carousel-indicators li {
background:none;
}

/*TAG*/
#store .store_tag ul{
  text-align: left!important;
  display: inline;
}

#store .store_tag ul li{
  padding: 0!important;
  margin-left: 1em;
}

/*--------------------
  recaptcha
--------------------*/
.grecaptcha-badge {
z-index: 10;
bottom: 50px!important;
}

/*--------------------
  ログインメッセージ
--------------------*/
.h-login-message {
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    z-index: 9999;
    max-width: 90vw;
    width: max-content;
}

/*--------------------
  会員規約
--------------------*/
.h-registration-agreement-terms {
    max-height: 320px;
    overflow-y: scroll;
    border: 1px solid #dee2e6;
    padding: 16px;
    background-color: #f8f9fa;
}