@charset "UTF-8";
:root {
  /* Core Brand */
  --color-brand: #050c73;

  --color-border-default: #03084d;
  --color-border-hover: #3C414D;
  --color-border-disabled: #8A8A99;
  --color-border-subtle: #666B78;
  --color-border-focus: #20289E;
  --color-border-selected: #20289E;
  --color-border-error: #CD2E3A;

  --color-text-primary: #25252E;
  --color-text-secondary: #A4A5B3; 
  --color-text-muted: #8A8A99;
  --color-text-disabled: #B0B2BF;
  --color-text-inverse: #F0F1F7;
  --color-text-display: #03084D;
  --color-text-heading: #2E39D1; 

  --color-bg-page: #F0F1F7;
  --color-bg-surface: #ffffff;
  --color-bg-disabled: #B0B2BF;
  --color-bg-panel: #DFE1EB;

  --color-bg-surface-subtle: #C9CCD8;

  --color-bg-action-primary: #050c73;
  --color-bg-action-secondary: #050c73;
  --color-bg-action-accent: #4651EB; 
  --color-bg-action-danger: #CD2E3A;

  --color-tag-primary: #606EF0;
  --color-tag-secondary: #75D9C7;
  --colot-tag-tertiary: #D2DAF7;

--color-bg-overlay-soft: rgba(0,0,0,0.3);
--color-bg-overlay: rgba(0,0,0,0.5);
--color-bg-overlay-strong: rgba(0,0,0,0.95);

  --rasius-xl: 24px;
  --rasius-lg: 20px;
  --rasius-md: 12px;
  --rasius-sm: 10px;
  --rasius-xs: 8px;
  --rasius-xxs: 6px;
  --rasius-xxxs: 4px;

  --font-base: "Inter", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont ,sans-serif;
  --font-heading: "playfair-display", "Yu Mincho","YuMincho", serif;
  --font-logo: "cormorant-garamond", serif;

  --space-xxxs: 4px;
  --space-xxs: 8px;
  --space-xs: 12px;
  --space-sm: 16px;
  --space-md: 20px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-xxl: 40px;
  --space-xxxl: 64px;
  --space-xxxxl: 80px;

  /* layout */
  --container-width: 1200px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;

  /* transition */
  --transition-fast: 0.1s ease-in-out;
  --transition-medium: 0.2s ease-in-out;
  --transition-slow: 0.4s ease-in-out;

  --scroll-y: 0;
  --ls-vertical: -.1em;
}

html {
	font-size: 16px;
}
body {
  font-family: var(--font-base);
font-optical-sizing: none;
  font-size: 16px;
  letter-spacing: .05em;
  color: var(--color-text-primary);
	word-wrap: break-word;
    overflow-wrap: break-word;
}
a, button {
  transition: opacity .2s;
  text-decoration: none;
}
a:hover,
button:hover {
	opacity: .75;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}
.pc-only {
  display: inline-block;
}
.sp-only {
  display: none;
}
.display-none {
	display: none;
}
/*--------------------------------
 レイアウト
---------------------------------*/
.wrapper {
  padding-top: 109px;
  background-color: var(--color-bg-page);
}
.wrapper.movie-article {
}
.section {
  padding: 92px 0; display: block;
}
.section.dnap-method {
	display: flex;
	flex-wrap: wrap;
	flex-direction:column;
	gap: 108px;
}
.section.dnap-method .container {
padding: 0 40px 0 80px;
}
.section.dnap-method .container .title {
margin-left: -40px;
}
.container > .p-normal:first-child {
padding-top: 2rem;
}
.mv + .section {
  padding: 24px 0 92px;	
}
.mv + .section:has(.selectbox-member) {
padding: 0 0 92px;
}
.shop .section.works {
  padding: 60px 0 80px;	
}
.news .section.works,
.movie .section.works,
.cart .section {
	  padding: 40px 0 60px;	
}
.news .section.works,
.gallery .section.works,
.movie .section.works {
	  padding: 30px 0 60px;		
}
.common .section {
  padding: 44px 0 60px; display: block;
}
.container {
	width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 40px;
	position: relative;
}
.container.container-narrow {
	  max-width: 640px;
}
.container.container-md {
	  max-width: 960px;
}
.container-narrow + .container-narrow {
	margin-top: 48px;
}
@media screen and (min-width: 641px) {
.profile .container.container-narrow {
	  margin-top: 1.5rem;	
}
}
.container-narrow-pay .container.container-narrow {
	  max-width: 480px;
}
.news .container + .paging {
	padding-top: 32px;
}

.form-container {
	margin-top: 20px;
}
.small {
	font-size: .8em;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.center-block {
	margin: 1rem auto;
	display: block;
	text-align: center;
}
ul.main-text {
	font-size: 0;
}
ul.main-text li {
  position: relative;
  list-style-type: none;
	font-size: 1rem;
}

ul.main-text li:before { 
  display:inline-block; 
  vertical-align: middle;
  content:'';
  width: .25rem;
  height: .25rem;
  background: #333;
  border-radius: 50%;
  margin-right: 8px; margin-bottom: 2px;
}
ul.main-text li.capture:before,
ul.main-text li.caution:before {
	  content: none;
}
ul.main-text li.capture {
	margin-top: 1rem;
}
ul.main-text li.caution, .caution {
	margin-top: .35rem;
	font-size: .85rem;
}
.back-gray .caution {
	color: #fb2f55;
}
.capture {
	margin-top: 1rem;
}
a.link-black {
	color: #111;
}
.caution a {
	font-weight: 900;
}
.caution.center {
	    width: 100%;
    display: block;
}
a.caution {
	text-decoration: underline;
	font-size: .9rem;
	margin-bottom: 3rem;
}
.cart a.caution {
	margin-bottom: 1.05rem;
}

.frame-scroll {
	background: var(--color-bg-surface);
	height: 12.5rem;
	padding: 1rem;
	overflow-y: scroll;
	font-size: .9rem;
	    border-radius: 4px;
	border: solid var(--color-border-default) 1.5px;
}
.frame-scroll h3, .frame-scroll h4 {
	margin-top: .5rem; margin-bottom: .5rem;
}
.input-normal, .select-normal {
	width: 100%;
	padding: .75rem;
	box-sizing: border-box;
	border-radius: 4px;
	border: solid 1.5px var(--color-border-default);
	letter-spacing: .05rem;
	background: var(--color-bg-surface);
}
.input-normal:focus,
.select-normal:focus {
  background: #f6f1e7;
}
select option {
	background: var(--color-bg-surface);
}

.mark-required {
color : var(--color-bg-action-danger);
}
.illustration {
	margin: 1.5rem 0;
}
.container-narrow-pay .input-normal.input-short {
		width: calc(40% - 1.5rem);
	display: inline;
	}
.container-narrow-pay .input-normal.input-shorter {
	width: calc(33% - 1.5rem);
	display: inline;
}
.text-auxiliary {
	margin: 0 .5rem;
}
.no-edit-normal {
	width: 100%;
    padding: 0.75rem;
    box-sizing: border-box;
    border-radius: 4px;
    background: var(--color-bg-page);
	color: var(--color-bg-action-primary);
	font-weight: 600;
}
.confirmation-list {
	padding: 20px 20px 36px;
    background: #fff;
    margin: 20px -20px;
	border-radius: 4px;
}

/*--------------------------------
 見出し
---------------------------------*/
.title {
  font-size: 60px;
  font-weight: 500;
  font-family: var(--font-heading);
  line-height: 1;
  margin-bottom: 72px;
  text-align: left;
  letter-spacing: .05em;
  color: var(--color-text-display);
}
.title-md {
  font-size: 32px;
  font-weight: 500;
  font-family: var(--font-heading);
  line-height: 1;
  margin-bottom: 36px;
  text-align: left;
  letter-spacing: .05em;
  color: var(--color-text-heading);
}
.subtitle {
	font-size: 21px;
	margin-top: 28px;
	font-weight: 400;
	display: block;
	color: var(--color-text-secondary);
	font-family: var(--font-base);
}
.subhead {
	font-size:16px;
	font-weight: 600;
	font-family: var(--font-base);
	line-height: 1;
	margin-bottom:12px; margin-top: 12px;
	padding-left: .25rem;
	color: var(--color-border-default);
}
.subhead.welcome {
	font-size: 30px;
	line-height: 1.3;
	 margin-bottom: 26px;
}

.news .subhead {
	text-align: left;
}

.profile .subhead.welcome {
		line-height: 1.4;
	margin-top: 26px;
	font-size: 27px;
		 margin-bottom: 20px;
}
.subhead.welcome + .text-fix {
	padding-bottom: 36px;
}
.subhead.welcome span {
	font-size: 24px;
	display: block;
}
.welcome-japanese {
	margin-top: .5rem;
}
.profile .subhead.welcome span {
	font-size: 18px;
}
.profile .welcome-japanese {
	margin-top: 1rem;
	font-size: 20px;
}
.wrapper:not(.pay-confirmation) .container:first-of-type .subhead,
.pay .title-color + .subhead {
	margin-top: 0;
}
.pay .confirmation-list .subhead:first-child {
	margin-top: .75rem;	
}
.lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  position: fixed;
  top: 0;
  z-index: 105;
  width: 100%;
}
.header .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 8px 40px 16px;
}
.header-logo, .footer-logo {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 20px;
  letter-spacing: .025em;
}
h1.header-logo, .footer-logo {
	color: var(--color-brand);
  font-family: var(--font-logo);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: .05em;
	padding: 0;
}
h1.header-logo a,
 h1.header-logo a:hover,
 h1.header-logo a:active {
		color: var(--color-brand);
}
.footer-logo a, .footer-logo a:hover, .footer-logo a:active {
		color: var(--color-text-inverse);
}
.header-logo a span,
.footer-logo a span {
  font-family: var(--font-base);
	font-weight: 400;
	color: var(--color-text-secondary);
	font-size: .5em;
	letter-spacing: .05em;
	display: block;
	margin-top: .35rem;
}
@media screen and (min-width: 768px) {
	.header {
		background:var(--color-bg-surface) ;
  box-shadow: 0 5px 10px -6px rgba(0,0,0,.1);
}
	h1.header-logo {
			font-size: 26px;
		line-height: 1;
	}
	.header-logo a.color-change-top_pc {
  color: #00398d;
}
	.header-logo a .sevice-color,
	.header-logo a .sevice-white {
		height: 1.4rem;
	}
	.header-logo a:not(.color-change-top_pc) .sevice-color {
				display: none;
	}
		.header-logo a.color-change-top_pc .sevice-white {
		display: none;
	}
	.drawer-menu.color-change-top_pc .gnav-item a {
	color: #0f3265;
}
}
@media screen and (max-width: 767px) {
	h1.header-logo {
  line-height: 0.8;
		font-size: 18px;
	}
}
.gnav {
	display: flex;
	gap: 6px;
	  flex-wrap: wrap;
}
.gnav-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
	align-items: center;
	width: 100%;
	gap: 16px;
}
.gnav-list:has(select) {
  justify-content: flex-end;
}
.gnav-list:has(select) .gnav-item {
	display: flex;
    align-items: center;
}
.header-select {
	padding: .5rem 2.5rem .5rem .5rem;
	width: fit-content;
}
.gnav-item a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 8px 0;
  letter-spacing: .05em;
  color: var(--color-text-primary);
	line-height: 1;
	transition: all .2s ease-out;
	gap: 4px;
}
.gnav-item-lock a {
	color: var(--color-bg-action-accent);
}
.gnav-item a:hover {
	opacity: 1;
}
.gnav-item a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  content: "";
  transition: .2s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--color-bg-action-accent);
}
.gnav-item a.button-color:after {
content: none;
}

.gnav-item a:hover:after {
  width: 100%;
}
.gnav-button-container {
	display: flex;
	gap: 16px;
	align-items: center;
}
.gnav-button-container .button-color {
 width: fit-content;
 margin: 0 ;
 padding: .75rem 1rem;
 line-height: 1;
	transition: all .2s ease-out;
}
.gnav-button-container .button-color:hover {
opacity: .75;
}

/*--------------------------------
 メインビジュアル
---------------------------------*/
.mv:not(.mv-top) {
		  display: flex;
		  gap: 40px;
		  flex-wrap: wrap;
  padding: 48px 40px 24px;
  max-width: 1520px;
  margin: 0 auto;
}
.wrapper:has(.container-narrow) .mv:not(.mv-top) {
  max-width: 640px;
  padding: 48px 40px 20px;
}
.wrapper:has(.container-md) .mv:not(.mv-top) {
  max-width: 960px;
  padding: 48px 40px 20px;
}
.mv-top {
	  display: flex;
	position: relative;
	  align-items: center;
  justify-content: left;
  text-align: center;
	top: 0;
width: 100%;
overflow: hidden;
  height: 680px;
}
.mv-top::before {
	position: absolute;
	content:"";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg-overlay-soft);
}
.mv-top .mv-image {
    object-fit: cover;
    width: 110%;
    height: 110%;
    object-position: center center;
}
.mv.mv-avatar {
	position: fixed;
	background: #eee;
	height: 100dvh;
	width: 100%;
	padding: 0;
	z-index: -1;
}
.avatar-sd .mv.mv-avatar {
	flex-wrap: wrap;
}
.screenshot-wrap {
	position: absolute;
}

.room::before {
	background: none;
}
.dark {
	background: #111; 
}
.mv.mv-avatar:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(rgba(0,0,0,.75) 0, rgba(0,0,0,0) 12.5%, rgba(0,0,0,0) 87.5%, rgba(0,0,0,.35) 100%);
}
.avatar-sd .mv.mv-avatar:after {
	background: linear-gradient(rgba(0,0,0,.75) 0, rgba(0,0,0,0) 12.5%, rgba(0,0,0,0) 75%, rgba(0,0,0,.5) 100%);
}

.mv.mv-avatar > img {
	filter: blur(7px);
	    height: calc(100% + 28px);
    object-fit: cover;
    object-position: calc(90% - 14px) -14px;
    position: absolute;
}
.avatar-sd .mv.mv-avatar > img,
.avatar-full .mv.mv-avatar > img {
   object-position: 50% -14px;
}
.avatar-container {
	width: 200%;
	height: auto;
	right: 0;
	position: absolute;
}
.avatar-full .avatar-container,
.avatar-container.sdroom-container {
	width: 100%;
}
.avatar-container img {
	position: relative;
	width: 100%;
}
.mv-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: .05em;
	color: var(--color-text-display);
	font-family: var(--font-heading);
	width: 100%;
}
.mv-top .mv-title {
  font-size: 48px;
	color: #fff;
	font-family: var(--font-base);
}
.mv-top .mv-title.mv-title-serif {
	font-family: var(--font-heading);
	line-height: 1.4;
}
	.mv-title > img {
		width: 228px;
    margin-bottom: 1.25rem;
	}
.mv-title-long {
color: #fff;
    font-size: 1.35rem;
	letter-spacing: .05em;
    white-space: nowrap;
    margin-bottom: 1.5rem;
	line-height: 1.65;
	margin: 1.75rem auto 0;
}
.pay .mv-title, .pay-confirmation .mv-title {
  letter-spacing: .075em;	
}
.mv-subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
	margin-top: 20px;
  margin-bottom: 4px;
  letter-spacing: .05em;
	color: #fff;
}
.mv-text {
  font-size: 16px;
  line-height: 1.8; color: #fff;
}
.top-button-container {
	max-width: 960px;
	gap: 40px;
	margin: 40px auto;
}
.top-button-container .button-color {
width: 50%;
padding: 1.25rem 0;
}

/*--------------------------------
 Works
---------------------------------*/
.works-list {
	display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:48px 40px;
}
.thesis-list {
	display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:40px;
}
.works-item {
  background: var(--color-bg-surface);
  padding-bottom: 20px;
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
	position: relative;
box-shadow: 0 4px 16px rgba(0, 0, 0, .05);
	transition: all .2s ease-out;
}
.works-item:hover {
box-shadow: none;
}
.thesis-item {
	display: flex;
	flex: 1;
	position: relative;
gap: 12px;
background-color: var(--color-bg-surface);
flex-wrap: wrap;
	transition: all .2s ease-out;
padding: 0;  flex-direction:column;
}
.thesis-item:has(.thesis-link-all:hover) .thesis-category,
.thesis-item:has(.thesis-link-all:hover) .thesis-name,
.thesis-item:has(.thesis-link-all:hover) .thesis-more {
opacity: 0.75;
}
.thesis-item .thesis-link-all {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
	cursor: pointer;
}
.thesis-category {
	color: var(--color-text-secondary);
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 1.5rem 2rem 0 2rem;
	width: 100%;
}
.thesis-category .icon-thesis {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 20;
	font-size: 24px;
}
.thesis-name {
color: var(--color-text-heading);
font-family: var(--font-heading);
font-size: 24px;
padding: 0 2rem 1.5rem;
flex: 1;
}
.thesis-link {
width: 100%;
display: flex;
gap: 0;
height: fit-content;
}
.thesis-link .thesis-pdf,
.thesis-link .thesis-more {
padding: 1rem 2rem;
z-index: 2;
}
.thesis-link .thesis-pdf {
	width: fit-content;
	text-decoration: underline;
	color: var(--color-border-subtle);
	font-style: italic;
	font-weight: 400;
	background: var(--color-bg-panel);
}
.thesis-link .thesis-more {
font-weight: 600;
letter-spacing: .075em;
	background: var(--color-bg-action-primary);
	color: var(--color-text-inverse);
	flex: 1;
	text-align: right;
	display: flex;
	    align-items: center;
    justify-content: flex-end;
	gap: 8px;
}
.thesis-link .thesis-more .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 20;
		transition: all .2s ease-out;
}
.thesis-link .thesis-more:hover .material-symbols-outlined,
.thesis-item:has(.thesis-link-all:hover) .thesis-more .material-symbols-outlined {
transform: translateX(8px);
}
/*.movie*/ .works-item:nth-child(3n) {
  margin-right: 0;	
}
.works-list_pick .works-item:nth-child(3n) {
  margin-right: 1.75%;		
}
.movie:not(.shop-article, .profile) .works-item:hover,
.movie-article:not(.shop-article, .profile) .works-item:hover {
  opacity: .9;
}
.works-item:hover {
	opacity: 1;
}
@media screen and (min-width: 768px) {
.profile .works-item,
.profile .works-item:nth-of-type(3n) {
width: calc(25% - 1.13rem);
    margin-right: 1.5rem;
}
.profile .works-item:nth-of-type(4n) {
  margin-right: 0;
}
	.profile .works-list:has(.works-item) {
		justify-content: center;
	}
}

.news .news-list-container .works-item {
	width: 100%;
	    border-bottom: solid 1px #333;
	margin-right: 0;
    margin-bottom: 0; margin-top: 0;
    padding-bottom: 20px; padding-top: 20px;
}
.cart .works-item {
	width: 100%;
	display: flex;
	margin-bottom: .5rem;
}
.works-img {
	background: var(--color-bg-panel);
	position: relative;
	z-index: 0;
	width: 100%;
	overflow: hidden;
}
.works-img::before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--color-bg-overlay-soft);
z-index: 1;
}
.movie .works-img {
	background-color: var(--color-brand);
}
.works-img img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: center center;
	position: relative;
	z-index: 0;
  display: block;
  text-decoration: none;
	width: 100%;
	transition: all .2s ease-out;
}

.works-item:hover .works-img img {
	transform: scale(1.05);
}
.shop .works-img img, .gallery .works-img img,
.works.section .works-img img {
	/*object-fit: contain;*/
}
.movie .works-img img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.profile .works-img img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.gallery:not(.gallery-article) .works-img img {
	object-position: center center;	
}
.movie .works-img img {
	aspect-ratio: 16 / 9;
		object-position: center center;
}
.movie .works-img img.no-tag {
	object-position: center center;	
}
.profile .works-img img {
	aspect-ratio: 4 / 3;		
}
.profile.common .works-img {
	aspect-ratio: 1 / 1;
overflow: hidden;
}
.profile.common .works-img img {
	width: 100%;
	max-width: 100%;
	aspect-ratio: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.movie:not(.movie-article) .works-img:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 4px solid #fff;
  width: 60px;
  height: 60px;
	z-index: 1;
}
.movie:not(.movie-article) .works-img:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 12px 0 12px 22px;
		z-index: 1;
}
.movie .works-img img {
	opacity: .65;
}
.movie-article .works-item {
	width: 100%;	
}
.movie-article .works-img,
.movie-article .works-img img {
	border-radius: 0;
}
.cart .works-img {
	width: 20%;
	margin-right: 1rem;
	background: transparent;
}
.cart .works-img img {
		aspect-ratio: 1 / 1;			
	}
.cart .item-title-list {
	width: calc(80% - 1rem);	
}

.gallery-article .works-img.gallery-image {
	background: transparent;
	padding: 0 20px;
}
.gallery-article .works-img.gallery-image img {
    aspect-ratio: inherit;
    max-height: 400px;
    margin: 1rem auto;
}
.works-name {
  font-size: 1rem;
  font-weight:600;
  margin-top: 8px;
	line-height: 1.25;
	  font-family: var(--font-heading);
	  padding: 0 20px;
	  width: 100%;
	  color: var(--color-text-heading);
}
.movie-article .works-name,
.gallery-article .works-name {
		font-size: 1.2rem;
	}
	.movie-article .works-info,
	.gallery-article .works-info {
		font-size: .9rem;
	}

.avatar-menu {
	padding: 2.5rem 0;
bottom: 0%;
    width: 100%;
    position: absolute;
}
.avatar-menu .container {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.avatar-menu-sd .container {
	padding: 0;
}
.avatar-menu-sd .menu-icon_avatar {
	width: 16.66%;
	box-sizing: border-box;
	margin: auto .5rem;
	flex: 1;
	    word-wrap: break-word;
    min-width: 0;
}
.avatar-menu-sd .menu-icon_avatar img {
	width: 2.5rem;
}
.avatar-menu-sd .menu-icon_avatar span {
	font-size: .8rem;
	letter-spacing: 0;
}
.shutter {
	display: block;
	border-radius: 1000px;
	border: 4px solid #fff;
	height: 4.5rem; width: 4.5rem;
	background: transparent;
	margin: 0 3rem;
}
.shutter a {
 position: relative;
	height: 100%; width: 100%;
	display: block;
	border-radius: 1000px;
}

.menu-icon_avatar img {
	display: block;
	width: 3.25rem;
	margin: 0 auto;
}
.menu-icon_avatar span {
		display: block;
	color: #fff;
	text-align: center;
	font-size: .9rem;
}
	.gallery .works-name {
		display: inline-block;
	}
@media screen and (min-width: 768px) {
	.form-container {
	margin-top: 30px;
}
	.works-name {
  margin-bottom: 4px;		
	}
	.shop .works-name { 
	font-size: 1rem;
	margin-top: 12px;
}
	.shop.movie-article .works-name {
		font-size: 1.5rem;
	}
	.shop.movie-article .works-info {
		font-size: 1rem;
	}

	.shop.movie .works-name {
	margin-top: 4px; margin-bottom: 12px;	
	}
	.gallery .works-name {
	margin-top: 4px; margin-bottom: 2px;
	}

.shop .price{
	font-size: 1rem;
}
}
.common.profile .member-name {
	font-size: 1.2rem;
	margin-top: .5rem;
	letter-spacing: .075rem;
	padding-left: .25rem;
}
.works-info {
  font-size: .9rem;
  margin-top: 5px;
  	  padding: 0 20px;
}
.works-description {
	color: var(--color-text-primary);
	  font-size: .9rem;
	  	  padding: 0 20px;
		  flex:1;
}
.video-duration {
	background: var(--color-bg-overlay);
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    color: var(--color-text-inverse);
    font-weight: 300;
    padding: .4rem 1rem;
    font-size: .9rem;
	letter-spacing: .1em;
	line-height: 1;
}
.video-icon-container {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
    z-index: 3;
	  color:var(--color-text-inverse);
	  text-align: center;
	  letter-spacing: .075em;
	  font-size: .9rem;
	  font-weight: 300;
}
.icon-video {
    font-size: 72px;
		 font-variation-settings:
  'FILL' 0,
  'wght' 100,
  'GRAD' 0,
  'opsz' 24;
}

.shop .works-info {
  margin-top: 3px;
}
.shop.movie .works-info,
.gallery .works-info {
	  margin-top: 10px; margin-bottom: 4px;
}
.news .works-info.news-date, .movie .movie-date, .gallery-article .gallery-date {
	display: inline-block;
}
.movie.movie-article .works-info,
.gallery-article .works-info {
	  margin-top: 20px; margin-bottom: 8px;
}
.movie-desc {
	margin-top: 16px;
}
.item-desc {
	line-height: 1.5;
}
.upper-line {
	margin-top: 1.5rem;	
}
.upper-line:first-of-type,
img + .upper-line {
	margin-top: 0;	
}
.common.news-article .works-info {
	font-size: 1rem;
	margin-top: 0;
    margin-bottom: 12px;
}
.works-list_pick {
	padding: 0 40px;
	display: flex;
	overflow-x: scroll;
	margin-bottom: 0;
}
.works-list_pick .works-item {
	flex: 0 0 40%;
}
@media screen and (min-width: 1280px) {
.works-list_pick .works-item {
	flex: 0 0 30%;
}
}
.works-list_pick .works-item:last-child {
	margin-right: 20px;	
}
.works-item .container {
	padding-bottom: 30px;
}
.profile .works-img.container {
	padding: 0;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}
.profile .works-item .container img {
	aspect-ratio: auto;	
}
@media screen and (max-width: 767px) {
	.profile .works-item .container img {
width: 150%;
    max-width: 150%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -10%);
	}
	.profile .works-item .container img.img-zoom-out {
	width: 125%;
    max-width: 125%;		
	}
	
}
.works-item .container .price {
	font-weight: 700;
	color: #333;
}
.shop-article .works-item .container .price {
	font-weight: 500;
	margin-top: .5rem;
}
.shop-article .works-item .container .price span {
	font-size: .75em;
	margin-left: 0.5rem;
}
.price.down {
color: #fd445e;	
}
.paging {
	display: flex;
	justify-content: center;
	gap: 12px;
}
.paging a, .paging span {
    padding: .25rem .5rem;
    transition: all .2s ease-out;
    display: flex;
    align-items: center;
    min-width: 40px;
    justify-content: center;
}
.paging a {
	color: var(--color-bg-action-accent);
background:var(--color-bg-surface);
}
.paging a:hover {
	background:var(--color-bg-panel);
}

/*--------------------------------
 menu
---------------------------------*/
.menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -50px;
}

.menu-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 48%;
  margin-bottom: 50px;
	position: relative;
}

.menu-img {
  width: 60px;
  height: auto;
  margin-right: 20px;
}
.menu-item .menu-img img {
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .1));
}
.menu-body {
  flex: 1;
}
.menu-body .menu-name {
	color:#222;
}
.menu-name {
  margin-bottom: 10px;
}

.menu-text {
  font-size: 14px;
  line-height: 1.8;
	color: #333;
}

/*--------------------------------
 About
---------------------------------*/
.profile {
  margin: 0 auto;
}
.profile-img {
  width: 20%;
  margin-right: 30px;
  border-radius: 50%;
}
.profile-img img {
  border-radius: 50%;
}
.profile-body {
  flex: 1;
}

.profile-body p {
  font-size: 15px;
  line-height: 1.8;
}

.profile-body p:not(:last-child) {
  margin-bottom: 30px;
}

/*--------------------------------
 Contact
---------------------------------*/
.contact {
  text-align: center;
}

.contact-item:first-child {
  margin-right: 20px;
}
.contact-item:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}
.contact-item {
	color: #fd445e;
}
.contact-item.sns-icon {
	font-size: 0;
	display: inline-block;
	margin-bottom: 2rem;
}
.shop-article .contact-item.sns-icon {
	margin-bottom: 0;
	vertical-align: bottom;
	margin-right: 0;
}
.contact-item.sns-icon img {
	width: 2.5rem;
	height: 2.5rem;
}
.contact-item.top-contact .top-sns-icon {
    background: #fff;
    padding: .75rem;
    border-radius: 1000px;
    aspect-ratio: 1 / 1;
    display: flex;
	box-shadow: 0 3px 8px rgba(0,0,0,.1);
}
.shop-article .contact-item .top-sns-icon {
display: inline-block;
	margin-bottom: 0;
		margin: 0 .25rem;
}
.shop-article .contact-item .top-sns-icon:first-child {
	margin-left: .5rem;
}
.shop-article .contact-item.sns-icon a img {
	width: 1.75rem; height: 1.75rem;
}
.contact-item.top-contact svg,
.contact-item.top-contact img {
	width: 2rem; height: 2rem;
}
.shop-article .contact-item svg {
	width: 1.75rem; height: 1.75rem;
}
.top-contact.contact-item:first-child {
    margin-right: 0;
}
.contact-text {
  margin-top: 10px;
}
.share {
	font-size: .85rem;
	margin: 1rem 0;
	text-align: right;
}

/*--------------------------------
 ページトップ
---------------------------------*/
.page-top {
    font-weight: bold;
    padding: var(--space-xxxs);
    cursor: pointer;
    text-align: center;
    background-color: var(--color-bg-surface);
    position: fixed;
    bottom: 60px;
    left: auto;
    right: 40px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .075);
	line-height: 1;
	z-index: 106;
}
.page-top .material-icons-outlined {
  vertical-align: bottom;
  color: #fff;
}

/*--------------------------------
 フッター
---------------------------------*/
.footer-link {
	display: flex;
	margin: 0 auto 40px;
	padding: 0 40px;
    max-width: 1520px;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-link .footer-link_inner a {
	font-weight: 400;
	font-size: .8rem;
	padding: 12px;
	color: var(--color-text-secondary);
}
.footer-link_container {
	display: flex;
}
.footer-link_inner {
display: flex;
 flex-direction: column;
 width: 256px;
}
.footer-logo {
width: fit-content;
font-size: 24px;
}
.footer-category {
font-size: .85rem;
font-weight: 600;
color: var(--color-text-inverse);
	padding: 12px;
}
.footer {
  background-color: var(--color-text-display);
    position: relative;
			padding: 2rem 0 1.5rem;
}
.copyright {
  font-size: 11px;
  text-align: right;
  color: var(--color-border-subtle);
 margin: 0 auto;
 max-width: 1520px;
 	padding: 0 40px;
}



/*--------------------------------
ログイン欄
---------------------------------*/
.container-flex {
	display: flex;
}
.layout__04 {
	flex: 4;
}
.layout__06 {
	flex: 6;
}
.layout__03 {
	flex: 3;
}
.layout__07 {
	flex: 7;
}
.section.dnap-method .container-flex,
.section.dnap-method-top .container-flex {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
gap: 40px;
}
.section.dnap-method .container-flex-column {
display: flex;
flex-direction: column;
gap:24px;
}
.section.dnap-method .container-flex > *,
.section.dnap-method-top .container-flex > * {
flex: 1;
}
.section.dnap-method .container-flex .p-normal.pre,
.section.dnap-method-top .container-flex .p-normal.pre {
margin-top: .75rem;
}
.section.dnap-method .image16-9 {
    aspect-ratio: 16 / 9;
    object-fit: contain;
	background: var(--color-bg-panel);
}
.section.dnap-method .image75 {
width: 75%;
margin: .5rem auto 0 0;
}
.flex-wrap {
	flex-wrap: wrap;
}
.back-gray {
	background: #f6f6f6;
	border-radius: 4px;
	    padding: 1rem;
	margin: 1rem auto; 
}
@media screen and (min-width: 768px) {
.shop .container-flex {
	justify-content: center;
	align-items: center;
	}
	.shop .container.pc-column {
		align-items: flex-start;
	}
	.pc-column .container-flex .button-color {
		margin: 1rem .75rem;
		font-size: 1rem;
		width: 35%;
	}
	.pc-column .back-gray .container-flex .button-color {
		margin: 1rem .75rem 0;		
	}
	.back-gray {
		padding: 1.25rem;
	}
}
.button-color, .login, .button-transparent {
	padding: .75rem ;
	font-size: 1.25rem;
	font-weight: 700;
	margin: 2rem auto;
	display: block;
	width: 75%;
	text-align: center;
	letter-spacing: .1em;
	    transition: opacity .2s;
		cursor: pointer;
}
.button-sm {
	font-size: .9rem;
		font-weight: 600;
			padding: .5rem ;
}
.account-info-container .button-sm  {
	width: 33.33%;
	margin: 0;
	letter-spacing: .025em;
}
.button-color:hover {
	opacity: .75;
}
.button-color, a.button-color {
	color: #fff;
	border-radius: 1000px;
	background: var(--color-bg-action-primary);
}
 .button-transparent, a.button-transparent {
color: var(--color-bg-action-primary);
background: transparent;
		border: 1px solid var(--color-bg-action-primary);
 }
.button-accent, a.button-accent {
	background: var(--color-bg-action-accent);
 }
.button-color.button-black,
a.button-color.button-black {
		background: var(--color-text-primary);
	color: #fff;
}
.button-color.button-fit {
	width: fit-content;
	padding: .75rem 1.75rem;
	font-weight: 500;
	font-size: 1.1rem;
	display: block; margin-left: auto; margin-right: auto;    margin-top: 3rem;
}
.pay .container-narrow .button-color.button-fit {
	width: 100%;
}
.pay .sp-only .button-color.button-fit {
margin-top: 2.5rem;
	width: 100%;
}
.button-color.button-fit.button-narrow {
	min-width: 60%;
}
.height-lump .button-transparent {
	font-size: 1rem;
}
.login {
	color: #fd445e;
	letter-spacing: .05rem;
}

/*--------------------------------
ニュース
---------------------------------*/
.news-list {
	margin: 0 auto;
		width: 50%;
}
.news-item {
	padding: 1.5rem 0;
	border-bottom: solid 1px #333;
	display: block;
}
.news-item:first-child {
	padding: .5rem 0 1.5rem;	
}
.news-item:last-child {
	border-bottom: none;	
	padding: 1.5rem 0 .5rem;
}
.news-title {
	font-size: 1rem;
	color: #333;
	font-weight: 700;
}
.news-time {
	font-size: 1rem;
	margin-bottom: .5rem;
	color: #666;
}
.more, .menu .button-color {
	font-size: 1.25rem;
    font-weight: 700;
    display: block;
    text-align: center;
    width: 50%;
	max-width: 15rem;
    margin: 2.5rem auto 1rem;
    border: var(--color-text-primary) solid 1px;
    border-radius: 1000px;
    color: var(--color-text-primary);
    padding: 0.75rem;
}
.more.page-middle {
	border-color: transparent;
	margin-left: 0;
    margin-right: 0;
}
.more.page-arrow-prev,
.more.page-arrow-next {
	font-size: 0;
	position: relative;
}
.more.page-arrow-prev::before,
.more.page-arrow-next::before {
	content: '';
	position: absolute;
    top: 50%;
    left: 55%;
    width: 30%;
    height: 30%;
    transform: translate(-50%, -50%) rotate(-45deg);
    border: solid 3px transparent;
    border-top: 3px solid #333;
    border-left: 3px solid #333;
    background: transparent;
    box-shadow: none;
}
.more.page-arrow-next::before {
	content: '';
    left: 45%;
    transform: translate(-50%, -50%) rotate(135deg);	
}
.more.page-arrow-prev:hover::before,
.more.page-arrow-next:hover::before {
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
}
.shop .button-category-container {
	align-items: flex-start;
	width: calc(100% - 40px);
	margin-left: 20px; margin-right: 20px;
}
.shop .button-category-container .more {
	font-size: 1rem;
    margin: 0 auto 2rem;
	padding: .5rem;
	height: 2.6rem;
	position: relative;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
.shop .button-category-container .more {
	    margin: 0 auto 1.5rem;
	}
			.shop-article .works-img img {
		width: 100%;
		max-height: 300px;
	}
}
.shop .button-category-container > .more,
.shop .button-category-container > .more-container {
    width: 40%;
	margin: 0 auto;

}
.shop .button-category-container > .more-container .more {
	width: 100%;
}
.shop .button-category-container .more label {
	width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    cursor: pointer;
	border-radius: 1000px;
	padding: .5rem;
}

@media screen and (min-width: 768px) {
	.shop .button-category-container > .more,
.shop .button-category-container > .more-container {
		margin: 0;
		position: relative;
	}
	.shop .button-category-container .more {
    margin: /*0 1.5rem 2.5rem*/ 0 0 2rem;	
	}
}
.shop .more img {
	height: 1.25rem; width: 1.25rem;
	margin-right: .5rem;
}
.menu .button-color:nth-child(even) {
	color: #fff;
	background: #fd445e;
	border: none;
    margin-left: auto; margin-right: auto;
}
.section.banner {
	padding: 20px 0;
}
.shop .section.banner {
	padding: 20px 0;
}
@media screen and (min-width: 768px) {
.shop .section.banner {
		padding: 20px 0 30px;
}
}
.banner-container {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding : 0 40px;
	position: relative;
}
.banner-container .swiper-slide {
	border-radius: 4px;
object-fit: cover;
	width: calc(33.33% - 1.5rem);
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.banner-container .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.banner-container .swiper-slide span {
	width: 100%;
	height: 100%;
	display: block;
}
.banner-container .swiper-slide img {
  position: absolute;
 top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	border-radius: 4px;
		aspect-ratio: 16 / 9;
	object-fit: cover;
}
.banner-container img:last-child {
}
.shop .banner-container img {
	width: 100%;
}
.maru-container {
		position: absolute;
	bottom: -1.65rem;
	left: 50%;
	transform: translateX(-50%);
}
.banner-container .maru {
	width: .5rem; height: .5rem;
	border-radius: 1000px;
	background: #eee;
	margin-right: 1rem;
	display: inline-block;
}
.banner-container .maru:last-child {
	margin-right: 0;
}
.banner-container .maru.color {
	background: #333;	
}


/*--------------------------------
member
---------------------------------*/
	.member-container {
		display: flex;
		flex-wrap: wrap;
		gap: 2rem;
		justify-content: center;
	}
	.member-container a {
			width: 15%;
	min-width: 15%;
    aspect-ratio: 1 / 1;
    border-radius: 4px;
}
.member-container a p {
	font-size: 1.15rem;
	margin-top: .125rem;
	display: block;
	text-align: center;
	font-weight: 700;
	color: #999;
}

@media screen and (max-width: 800px) {
.member-container a {
width: calc(33.33% - 1.333rem);
        min-width: calc(33.33% - 1.333rem);
}
}
	.member-container a:hover {
		opacity: .5;
}
.member-container .member {
width: 100%;
	border-radius: 4px;
	aspect-ratio: 1 / 1;
    object-fit: cover;
object-position: center center;
}
.avatar-photo {
	padding: 80px 20px 30px;
	text-align: right;
	display: block;
}
.avatar-photo .member {
	width: 3rem;
}
.avatar-tmb-container {
	border: none;
}
.window-ex {
	background: rgba(0,0,0,.75);
	border-radius: .5rem;
	border: 2px solid #fff;
}
.window-ex.window-normal {
	background: rgba(0,0,0,1);
    border-radius: 4px;
    border: none;
}
.window-normal h3 {
	color: #fff;
		margin-bottom: .5rem;
}
.window-normal .container {
	margin-bottom: .5rem;
	margin-top: 1.5rem;	
}
.window-normal .container:first-child {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
.window-normal h3 {
	color: #fff;
	margin-bottom: .35rem;
	}
}
.window-normal .container:last-child {
	margin-bottom: 3rem;
}
	.checkbox-container {
		text-align:center;
		width: 100%;
		margin: 2rem 0;
}
.checkbox-container .check-link {
	text-decoration: underline;
	color: var(--color-bg-action-accent);
	font-weight: 600;
}
.height-lump {
	max-height: 80dvh;
	padding-right: .5rem; padding-left: .5rem;
}
.height-lump .avatar-tmb-img {
    width: calc(25% - 2rem);
    margin: 0.75rem 1rem;
}
.menu-icon_avatar label:hover {
	cursor: pointer;
}
#btn_cloth span, #btn_cloth span::before,
#btn_cloth-main span, #btn_cloth-main span::before,
#btn_cloth-main-confirm span, #btn_cloth-main-confirm span::before,
#btn_cloth-mate-confirm span, #btn_cloth-mate-confirm span::before {
	background: #fff;
	    height: 2px;
}
@media screen and (max-width: 767px) {
#btn_cloth span,
#btn_cloth-main span,
#btn_cloth-main-confirm span,
#btn_cloth-mate-confirm span {
	top: 1.5rem;
}	
}
.avatar-category {
	color: #fff;
	position: relative;
}
.window-normal .avatar-category input[type="checkbox"] + .check-icon:after {
	border-radius: 3px;
}
.window-normal .avatar-category input[type="checkbox"] + .check-icon:after,
.window-normal .avatar-category input[type="radio"] + .check-icon:after,
.window-normal .avatar-category:hover input[type="checkbox"]:not(:checked):not(:disabled) + .check-icon:after,
.window-normal .avatar-category:hover input[type="radio"]:not(:checked):not(:disabled) + .check-icon:after {
	border: none;
}
.avatar-category input[type="checkbox"]:checked + .check-icon:after {
	border-bottom: 3px solid #fd445e;
    border-right: 3px solid #fd445e;
	border-radius: 0 0 2px 0;
	width: 55%;
}

.avatar-category input[type="radio"]:checked + .check-icon:before {
	background: #fd445e;
}
.avatar-category input[type="checkbox"] + .check-icon,
.avatar-category input[type="radio"] + .check-icon {
	    margin-right: 0.35rem;
}
.window-normal h3, .container-checkbox .avatar-category {
	font-size: 1.15rem;
}

/* sd */
.gage-count-wrapper {
	width: calc(100% - 2rem);
	height: 4rem;
	position: absolute;
	top: calc(.5rem + 55px);
	left: 0;
	padding: .5rem 1rem;
	background: rgba(0,0,0,.5);
	border-radius: 1000px;
	
	margin: 0 1rem;
	box-shadow: 2px 2px 8px rgba(0,0,0,.35);
}
.gage-count-wrapper:first-child {
    margin-top: 0;
}
.gage-count-wrapper:nth-child(even) {
	left: 50%;
	margin: 0 1rem 0 .5rem;
}
.parameter-text {
		margin-right: 0;
	padding-left: .75rem;
	text-align: left;
	padding-bottom: .35rem;
	font-size: .85rem;
}
#sdgage_wrapper .parameter-text,
#sdgage_wrapper-happy .parameter-text {
	position: absolute;
	z-index: 104;
}
.gage_bg, .gage_bg.gage-happy_bg {
	background: /*#e3e3e3*/#030303;
	border-radius: 1000px;
	margin: 0;
	height: 1.25rem;
}
.gage_con, .gage_con.gage-happy_con {
	background: #fff;
	border-radius: 1000px;
		height: 1.25rem;
}
.parameter-text span {
	color: #333;
	text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff 0-1px 0, #fff -1px 0 0, #fff 1px 0 0;
}
.parameter-text span.parameter-title,
.parameter-text.parameter-happy span.parameter-title {
	color: #fff;
}
#sdgage :before, #sdgage-happy :before {	
}
#sdgage_wrapper, #sdgage_wrapper-happy {
	margin: 0;
	width: 100%;
}
.flex-container {
	display: flex;
}
.flex-align-center {
	align-items: center;
}
.cart .flex-align-center {
	justify-content: space-between;
}
.height-lump .flex-container {
	padding: 1rem .5rem 1.125rem;
}
.height-lump .flex-container.nav_box {
	padding: 0 .5rem 1.125rem;	
}
.avatar-page .height-lump .flex-container .button-transparent:nth-child(odd),
.avatar-page .height-lump .flex-container .button-transparent:nth-child(even) {
	margin: auto;
	font-size: .85rem;
}
.button-white {
	border: none;
	color: #111;
	background: #fff;
}
#overlay-ex {
	z-index: 106;
}
p.sd-catch {
	width: 100%;
	font-size: 1.15rem;
}
.nav_box li {
	width: 50%;
	padding: 0 1rem 2rem 1rem;
    text-align: center;
	font-size: 1rem;
	list-style: none;
		position: relative;
}
.nav_box li img {
	position: relative;
	margin: 0 10%;
	width: 80%;
}
.nav_box li a {
	color: #fff;
}
.icon-lock {
	filter: drop-shadow(0 2px 3px rgba(0,0,0,.2));
	    position: absolute;
    left: calc(60px - 1.25rem);
    width: 1.8rem;
    top: -0.5rem;
	z-index: 101;
}
.header .icon-lock {
	    top: 0.5rem;
    right: -.75rem;
    left: auto;
}
.manu-lock {
	color: #333;
}
.tag01 {
	padding: .2rem .75rem;
	background: #fd445e;
	color: #fff;
	font-weight: 900;
	letter-spacing: .075em;
	font-size: .85rem;
	display: inline-block;
	margin: .15rem 0 0;
	border-radius: 1000px;
}
.works-name + .tag01 {
	margin-left: .25rem;
}
	.text-fix {
	color: #333;	
	}
.text-fix.fix-mail + .caution {
	margin-top: 5rem;	
	}
.link-withdrawal {
	margin-top: 3rem;
}
.line-sns {
	line-height: 2;
	margin-top: .5rem;
}
/* カート */
/* WebKitブラウザでinput type="number" のスピンボタンを非表示 */
input.form-control[type="number"]::-webkit-outer-spin-button,
input.form-control[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
/* Firefoxでinput type="number" のスピンボタンを非表示 */
input.form-control[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  text-align: center;
  height: 38px;
	margin: 0 .5rem;
	    letter-spacing: .075rem;
}
button.btn-number {
  width: 38px;
    height: 38px;
    background: #eee;
    color: #111;
    font-size: 2rem;
    font-weight: 500;
    border-radius: 4px;
    margin: 0 0.25rem;
}
.input-group.flex-container {
	margin: .5rem auto .5rem .5rem;
	align-items: center;
}
.container-number-of-unit {
	margin-top: 1rem;
}
.container-number-of-unit .button-transparent {
	font-size: .9rem;
	margin-left: 1rem;
	margin-right: 0;
	font-weight: 500;
}
.number-of-unit-title {
	margin-right: .5rem;
}
.cart .input-group.flex-container {
	margin: 0 ;	
}
.icon-cart {
display: inline-block;
    position: absolute;
    top: 15px;
    right: 90px;
}
.icon-cart svg {
	fill: #fff;
	height: 32px; width: 32px;
	transition: all .2s ease-out;
}
.cart-mark {
	background: #fb2f55;
	border-radius: 1000px;
	position: absolute;
		padding: 4px;
	color: #fff;
	font-weight: 700;
	letter-spacing: .05rem;
	font-size: .7rem;
	right: -11px;
    top: -8px;
    z-index: 1;
    min-width: 1.4rem;
    text-align: center;
}
#icon-cart-color.color-change svg {
	fill: #333;
}
.to-cart {
	margin-top: 2rem;
}
.shop-article .button-color.button-fit {
	margin: 0;
}
.back-gray .button-color.button-transparent,
.cart .button-transparent {
		background: transparent;
		border: 2px var(--color-bg-action-primary) solid;
		color: var(--color-bg-action-primary);
	}
.button-short {
	font-size: 1rem;
    margin: 0 auto;
    padding: 0.35rem 1rem;
	width: fit-content;
}
.pay .button-short {
	font-size: .9rem;
	font-weight: 500;
	display: inline;
	margin-left: 1rem;
}
.delete, .delete:before {
	line-height: .85rem;
	vertical-align: middle;
}
.delete {
		color: #888;
	font-size: .85rem;
	}
	.delete:before {
		margin-right: .125rem;
		content: "×";
		line-height: 1.7rem;
		font-size: 1.7rem;
		display: inline-block;
		margin-top: -.25rem;
	}
.container-number-of-unit .delete {
	margin: 0.25rem auto 0 .25rem;
}
.container-price {
	border-radius: 4px;
	border: solid #111 2px;
	background: #fff;
	padding: 1.25rem;
}
.container-cart + .container-price.sp-only {
	margin-top: 20px;
}
.container-price ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
  list-style-type: none;
	font-size: 1.5rem;
	line-height: 1.85;
		font-weight: 700;
}
.container-price ul li.small {
	font-size: 1.2rem;	
}
.container-price ul li span {
	font-size: .85em;
	font-weight: 500;
}
.container-price .button-color.button-fit {
	margin-top: 1.75rem;
	width: 100%;
}
.pay .title-color  {
	font-weight: 500;
	margin: 3.5rem 0 1.75rem; 
		font-size: 1.1rem;
		color: #fd445e;
	}

.pay .container:first-child .title-color {
	margin: 0 0 1.75rem 0;
}
.cart.pay-confirmation .container-cart .works-item {
	margin-bottom: 0;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cart.pay-confirmation .container-cart .works-item .works-name,
.cart.pay-confirmation .container-cart .works-item .price {
	margin-top: 0;
	margin-bottom: 0;
}
.cart.pay-confirmation .container-cart .works-item .price {
	width: 7rem;
	text-align: right;
}
.cart.pay-confirmation .container-cart .works-item .quantity {
	width: 6rem;
	padding-left: 1.5rem;
	box-sizing: border-box;
}
.cart.pay-confirmation .container-cart .works-item .quantity span {
	margin: 0 .25rem;
}
.cart.pay-confirmation .container-cart .works-item .works-name {
	width: calc(100% - 13rem);
}
.selectbox-member {
    display: flex;
    text-align: center;
    align-items: center;
    position: relative;
    width: 80%;
    margin: .5rem 0 2rem auto;
}
.movie .selectbox-member,
.gallery .selectbox-member {
    margin: 0 auto 2rem;	
}
.window-ex .selectbox-member {
	width: 100%;
	max-width: 100%;
	margin: 0 auto .5rem;
}
@media screen and (max-width: 767px){
.news .selectbox-member {
    margin: 0 auto 0;	
}
	}
@media screen and (min-width: 767px){
.movie .selectbox-member {
    margin: 0 auto 1rem;	
}	
}
.selectbox-member::before {
    position: absolute;
    right: 1rem;
    width: 1rem;
    height: .5rem;
    background-color: var(--color-text-primary);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.selectbox-member::after {
     content:'';
    position:absolute;
    top:50%;
    right:1.1rem;
    width:.8rem;
    height:.4rem;
    background:#fff;
    clip-path:polygon(0 0,100% 0,50% 100%);
    transform: translateY(calc(-50% - 2px));
}
.selectbox-member select {
    appearance: none;
    width: 100%;
    height: 3rem;
    padding: .4rem 2.5rem .4rem 1rem;
    border: none;
    background-color: var(--color-bg-surface);
    font-size: 1rem;
	letter-spacing: .025rem;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
	.selectbox-member {
		margin-top: 0;
				max-width: 320px;
	}
	.selectbox-member select {
		font-size: .9rem;
		height: 2.5rem;
	}
	.movie:not(.news) .selectbox-member,
	.gallery:not(.news) .selectbox-member {
		margin-bottom: 3rem;
	}
}
input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
	 -webkit-appearance: none;
}
input[type="search"]:focus {
  outline-style: none;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
.search-check {
  display: none;
}
.search-label{
  display: block;
}
.search-container {
  height: 0;
  opacity: 0;
  padding: 0;
	transition: all .2s ease-out;
  visibility: hidden;
}
.search-container button {
	z-index: 2;
    position: absolute;
    height: 2.5rem;
	color: #fff;
	background: #111;
	right: 20px;
	border-radius: 0 4px 4px 0;
	padding-left: .75rem;
	padding-right: .75rem;
	letter-spacing: .025rem;
}
.search-check:checked + .search-label + .search-container {
  opacity: 1;
  padding: 0 0 2.5rem 0;
  visibility: visible;
	height: fit-content;
	margin-bottom: 2rem;
	font-weight: 700;
}
.search-box {
	-webkit-appearance: textfield;
	appearance: textfield;
	padding: .4rem calc(74px + .75rem) .4rem .75rem;
	height: 2.5rem;
	width: calc(100% - 40px);
	border: 2px solid var(--color-border-default);
	background: #fff;
	position: absolute;
	left: 20px;
}
@media screen and (min-width: 768px) {
	.search-box {
		left: 0;
		    min-width: 400px;
	}
}
.tag-member, .account-info-title {
	background: var(--color-tag-primary);
	color: var(--color-text-inverse);
	padding: .4rem 1rem;
	display: inline-block;
	font-size: .8rem;
}
.tag-member-secondary {
 background: var(--color-tag-secondary);
 color: var(--color-bg-action-primary);
}
.shop-article .tag-member {
	background:var(--color-tag-primary);
	color: var(--color-text-inverse);
}
.account-info-title {
		background: var(--colot-tag-tertiary);
 color: var(--color-text-primary);
position: absolute;
top:0;
left: 0;
}


@media screen and (max-width: 767px){
.shop-list-container .works-item .tag-member {
	font-size: .75rem;
	    padding: 0.125rem 0.5rem;
	background: rgba(255,255,255,.5);
}
}
.shop-list-container .works-info {
	display: inline-block;
}
.section:has(form) .shop-list-container {
	margin-top: 1.5rem;
}

.news-date + .tag-member,
.movie-date + .tag-member,
.gallery-date + .tag-member {
	margin-left: .25rem;
	vertical-align: middle;
	margin-top: -5px;
}
.tag-member + .tag-member {
	margin-left: .75rem;
}
.works-img .tag-member {
	position: absolute;
	top: 0; left: 0;
	z-index: 3;
}
.shop-list-container .tag-member.search-tag {
	margin-bottom: .5rem;
	font-size: 1.2rem;
}
.tag-member + .works-list {
	margin-top: 1rem;	
}

/*--------------------------------
 下層
---------------------------------*/
.article {
  padding: 60px 0;
}

.article-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.article-title {
  margin-bottom: 30px;
  text-align: center;
	color: #333;
}

.article-body {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.article-body h3 {
  position: relative;
  font-size: 18px;
  margin-bottom: 5px;
  padding-left: 1em;
	color: #333;
}

.article-body h3:not(:first-child) {
  margin-top: 50px;
}

.article-body h3::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  border-radius: 3px;
  background-color: #c0f488;
}

.article-body p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.home-link {
  text-align: center;
}
	.works-item .item-desc {
		white-space: pre-wrap;		
	}

/* closet.css */
.tab {
	width: calc(100% - 4px);
	justify-content: center;
	align-items: center;
	margin: auto auto .25rem;
}
.tab .tab_li4 {
	margin: 0;
	padding: .75rem 0;
	font-size: .9em;
	line-height: 1.25;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	box-shadow: 0 2px 0 rgba(0,0,0, .25);
	border-radius: 2px;
}
.tab .select,
.tab .select_his,
.tab .select_small,
.tab .select_sdroom {
	box-shadow: none;	
}
.tab > div > div > .tab_li4 {
	margin: 0 3px;
	flex: 1;
}
.tab > div > div > a {
	margin: 0 3px;
	flex: 1;
}
.tab a .tab_li4 {
	width: 100%;
}
.tab-inner {
	display: flex;
	width: calc(100% - .5rem);
	justify-content: center;
    align-items: center;
	margin: .25rem ;
}
.tab-li-container {
	display: flex;
	flex: 3;
	margin-right: .25rem;
}
.tab.closet-category .num {
	flex: 1.5;
	margin: 0;
	padding: 0;
	padding-top: 0;
}
.tab.closet-category .area01 {
	width: 100%;
	border: #fff solid 2px;
    box-shadow: none;
	padding: .25rem .5rem;
	margin: 0;
	display: block;
	box-sizing: border-box;
	font-size: .85em;
}
.tab.closet-category .area01::before {
	content: none;
	border: none;
}
.tab.closet-category .area01 .count {
	padding: .125rem .5rem;
	margin: 0;
		font-size: 1em;
	letter-spacing: .025rem;
}
.tab.closet-category .area01 .count span {
display: inline-block;
    width: 100%;
    text-align: left;
    font-weight: normal;
}
.avatar_area {
	margin: 0;
}
.prof-page-menu.closet-menu {
	margin: 2px 8px .75rem;
}
.prof-page-menu.closet-menu  ul {
    justify-content: center;
	align-items: center;
}
.prof-page-menu.closet-menu ul li {
	width: 100%;
    text-align: center;
    min-width: 0;
}
.prof-page-menu.closet-menu .game-btn-img span {
	white-space: nowrap;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	    padding-top: .125rem; padding-bottom: .25rem;
	margin: 0 0 .2em;
    line-height: 1.25;
	text-align: center;
	font-size: .85em;
	min-height: 0;
	    width: fit-content;
}
.closet-menu .num {
	padding: 8px 4px 0 4px;
}
.closet-menu .area01 {
	width: 100%;
}
.prof-page-menu.closet-menu .game-btn-img a img,
.prof-page-menu.closet-menu .under_btn .game-btn-img a img {
	margin: 0.25rem auto;
    width: auto;
    height: 1.75rem;
    padding: 0;
}

.avatar-category {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: .5rem;
	margin-top: .25rem;
  cursor:pointer;
		font-size: .95em;
	font-weight: bold;
	color: #666;
}
.avatar-category input[type="radio"],
.avatar-category input[type="checkbox"] {
  filter: alpha(opacity=0);
  -moz-opacity:0;
  opacity:0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
	display: block;
}
.avatar-category input[type="checkbox"] + .check-icon,
.avatar-category input[type="radio"] + .check-icon {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 1.35rem;
    height: 1.35rem;
    margin-right: 0.25rem;
		margin-top: -.25rem;
    transition: all 0.2s ease-out;
	vertical-align: middle;
}
.avatar-category input[type="checkbox"] + .check-icon:after,
.avatar-category input[type="radio"] + .check-icon:after{
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      display: inline-block;
      box-sizing: border-box;
      width: 1.35rem;
      height: 1.35rem;
      border-radius: 4px;
      border: 2px solid #aaa;
      background: #fff;
      box-shadow: none;
      transition: all 0.1s ease-out;
    }
.avatar-category input[type="radio"] + .check-icon:after {
	border-radius: 1000px;
}
.avatar-category input[type="radio"]:checked + .check-icon:before {
	        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        width: 50%;
        height: 50%;
        transform: translate(-50%, -50%);
	border-radius: 1000px;
	background: #ff6984;
	z-index: 4;
}
.avatar-category input[type="checkbox"]:checked + .check-icon:after {
        position: absolute;
        content: "";
        top: -.15rem;
        left: .45rem;
        width: 50%;
        height: 80%;
        transform: rotate(45deg);
        border : solid 2px transparent;
        border-bottom: 4px solid #ff6984;
        border-right: 4px solid #ff6984;
        background: transparent;
        box-shadow: none;
	border-radius: 2px;
  }
.avatar-category input[type="checkbox"]:focus + .check-icon:after,
.avatar-category input[type="radio"]:focus + .check-icon:after {
        box-shadow: none;
      }
.avatar-category input[type="checkbox"]:focus:not(:cheked) + .check-icon:after,
.avatar-category input[type="radio"]:focus:not(:cheked) + .check-icon:after {
        border-color: #aaa;
      }
.avatar-category:hover input[type="checkbox"]:not(:checked):not(:disabled) + .check-icon:after,
.avatar-category:hover input[type="radio"]:not(:checked):not(:disabled) + .check-icon:after {
        border-color: #aaa;
      }
.lump-container .avatar-category {
	position: relative;
}
.avatar-info_container {
	position: absolute;
	bottom: -.25rem; right: -.5rem;
	width: 30%;
	z-index: 1;
}
.lump-container .avatar-info_icon {
	width: 100%;
	position: relative;
}
.lump-container .avatar-category input[type="checkbox"] + .check-icon {
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin-right: 0;
		margin-top: 0;
    transition: all 0.2s ease-out;
	vertical-align: middle;
}
.lump-container .avatar-category input[type="checkbox"] + .check-icon:after{
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      display: inline-block;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      border-radius: 0;
      border: none;
      background: transparent;
      box-shadow: none;
      transition: all 0.1s ease-out;
    }
.lump-container .avatar-category input[type="checkbox"]:checked + .check-icon:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        width: 25%;
        height: 25%;
        transform: translate(-50%, -75%) rotate(45deg);
        border : solid 3px transparent;
        border-bottom: 5px solid #fff;
        border-right: 5px solid #fff;
        background: transparent;
        box-shadow: none;
	border-radius: 2px;
	transition: none;
	z-index: 1;
  }
.lump-container.sd-avatar-tmb-container .avatar-category input[type="checkbox"]:checked + .check-icon:after {
        height: 35%;	
}
.lump-container .avatar-category input[type="checkbox"]:checked + .check-icon:before {
        position: absolute;
        content: "";
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.35);
		border-radius: 2px;
	z-index: 0;
}
.lump-container.sd-avatar-tmb-container .avatar-category input[type="checkbox"]:checked + .check-icon:before {
	border-radius: 1000px;
}
.lump-container .avatar-category input[type="checkbox"] + .check-icon {
	    z-index: 2;
}
.lump-container .avatar-category input[type="checkbox"]:focus + .check-icon:after {
        box-shadow: none;
      }
.lump-container .avatar-category input[type="checkbox"]:focus:not(:cheked) + .check-icon:after {
        border-color: transparent;
      }
.lump-container .avatar-category:hover input[type="checkbox"]:not(:checked):not(:disabled) + .check-icon:after {
        border-color: #aaa;
      }
.tab_content {
	margin-bottom: .25rem;
}
.tab_content .btn_active img {
	margin-right: .25rem;
}
.btn_long_icon-small {
	width: 1.5rem;
    height: auto;
    bottom: 2px;
    vertical-align: middle;
    position: relative;
}
.category-check-container {
    position: relative;
    overflow: hidden;
	padding: .5rem .75rem;
}
.avatar-tmb-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.avatar-tmb-img {
	width: calc(25% - 1.5rem);
	margin: .5rem .75rem;
}
.avatar-tmb-img img {
	width: 100%;
	border-radius: 2px;
	vertical-align: bottom;
	position: relative;
	z-index: 1;
}
.sd-avatar-tmb-container .avatar-tmb-img img:not(.avatar-info_icon) {
	background: #f3f3f3;
	border-radius: 1000px;
}
.tmb-modal .modal-close:before,
.tmb-modal .modal-close:after {
	    border-top: 2px solid #888;
}
.tmb-modal .float_img {
	width: 25%;
}
.tmb-modal.sd-closet-tmb .float_img {
	width: 35%;
    background: #f3f3f3;
    border-radius: 1000px;
}
.tmb-modal .list_d {
	width: 75%;
}
.tmb-modal .list_d h1 {
	font-size: 1.15rem !important;
	padding: 2px 1.6em 2px 4px;
}
.tmb-modal .list_d p {
	font-size: .95rem;
}
.tmb-modal .boxContainer {
	display: flex;
	align-items: flex-start;
}
.tmb-modal .boxContainer .wear-btn {
	right: 0;
	margin: .75rem 0;
}
@media screen and (max-width: 767px) {
    .tmb-modal .fav_position {
        top: 5.25rem !important;
    }
}
.tmb-modal .fav_position {
    right: 3.75rem;
    top: 2rem;
}
.btn-text_nobg .btn_inactive {
    background: rgba(255,255,255,.5);
    box-shadow: none;
    border: #eee solid 2px;
    border-radius: 2px;
    padding: 0.125rem 4rem;
    letter-spacing: .075rem;
	width: 50%;
}
.btn-text_nobg .btn_inactive:before {
	content: none;
}
.height-lump {
	max-height: 75svh;
	overflow: scroll;
}

input.pop-ex {
    display: none;
}
/* ポップアップwindow部分 */
#overlay-ex,
#overlay-ex-main,
#overlay-ex-main-confirm,
#overlay-ex-mate-confirm {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 70;
    width: 100%;
    height: 100%;
}
/* オーバーレイの背景部分 */
#bg_gray-ex,
#bg_gray-ex-main,
#bg_gray-ex-main-confirm,
#bg_gray-ex-mate-confirm {
    background: rgba(0,0,0,0.35);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
	opacity: 0;
}
/* ウィンドウ部分 */
#window-ex,
#window-ex-main,
#window-ex-main-confirm,
#window-ex-mate-confirm {
	width: calc(100% - 1rem);
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 6;
    opacity: 0;
	display: block;
}
/* 閉じるボタン */
#btn_cloth,
#btn_cloth-main,
#btn_cloth-main-confirm,
#btn_cloth-mate-confirm {
    width: calc(1.5em + 16px);
    height: calc(1.5em + 16px);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
    cursor: pointer;
}
#btn_cloth span,
#btn_cloth span::before,
#btn_cloth-main span,
#btn_cloth-main span::before,
#btn_cloth-main-confirm span,
#btn_cloth-main-confirm span::before,
#btn_cloth-mate-confirm span,
#btn_cloth-mate-confirm span::before {
    display: block;
    height: 3px;
    width: 25px;
	    background: #888;
top: 1.25rem;
    right: .75rem;
    position: absolute;
}
#btn_cloth span,
#btn_cloth-main span,
#btn_cloth-main-confirm span,
#btn_cloth-mate-confirm span {
    transform: rotate(45deg);
}
#btn_cloth span::before,
#btn_cloth-main span::before,
#btn_cloth-main-confirm span::before,
#btn_cloth-mate-confirm span::before {
    content: "";
    position: absolute;
    top: 0; right: 0;
    transform: rotate(-90deg);
}
#popup-ex:checked ~ #overlay-ex,
#popup-ex-main:checked ~ #overlay-ex-main,
#popup-ex-main-confirm:checked ~ #overlay-ex-main-confirm,
#popup-ex-mate-confirm:checked ~ #overlay-ex-mate-confirm {
    visibility: visible;
}
#popup-ex:checked ~ #overlay-ex #bg_gray-ex,
#popup-ex:checked ~ #overlay-ex #window-ex,
#popup-ex-main:checked ~ #overlay-ex-main #bg_gray-ex-main,
#popup-ex-main:checked ~ #overlay-ex-main #window-ex-main,
#popup-ex-main-confirm:checked ~ #overlay-ex-main-confirm #bg_gray-ex-main-confirm,
#popup-ex-main-confirm:checked ~ #overlay-ex-main-confirm #window-ex-main-confirm,
#popup-ex-mate-confirm:checked ~ #overlay-ex-mate-confirm #bg_gray-ex-mate-confirm,
#popup-ex-mate-confirm:checked ~ #overlay-ex-mate-confirm #window-ex-mate-confirm {
    animation: fadein 250ms forwards;
}
@keyframes fadein {
    100% {
        opacity: 1;
    }
}
.modal-normal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
	  background: var(--color-bg-overlay-soft);
	  z-index: 109;
}
.modal-strong {
	background: var(--color-bg-overlay-strong);
}
.modal-bg-normal {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 110;
}
.modal-content-normal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 1rem);
  max-height: 60svh;
  padding: 40px;
  margin: 0;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 111;
  display: flex;
flex-direction: column;
gap: 40px;
font-size: .9rem;
line-height: 1.6;
}
.modal-video-sp .modal-content-normal {
    max-height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
	gap: 24px;
}
.modal-normal .header-logo a {
color: var(--color-brand);
font-family: var(--font-logo);
}
.modal-normal .header-logo a span {
    font-family: var(--font-base);
    font-weight: 400;
    color: var(--color-text-secondary);
}
.modal-title-md {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.modal-image {
	max-width: 400px;
	width: 100%;
	display: block;
	margin: auto;
}
.modal-content-normal h2 {
	font-family: var(--font-heading);
	color: var(--color-text-display);
	text-align: center;
	font-weight: 400;
	font-size: 28px;
}
.modal-content-normal .modal-caution-area h3 {
	color: var(--color-bg-action-primary);
	font-size: 16px;
	font-weight: 700;
}
.modal-content-normal .button-color,
.modal-content-normal .button-transparent {
margin: 0 auto;
font-size: 1rem;
width: fit-content;
display: flex;
align-items: center;
gap: 12px;
cursor: pointer;
padding: 1rem 2.5rem;
line-height: 1;
}
.modal-content-normal .button-color .material-symbols-outlined {
font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 20;
	transition: all .2s ease-out;
}
.modal-content-normal .button-color:hover .material-symbols-outlined {
	transform: translateX(8px);
}
.modal-caution-area {
	padding: 20px 40px;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.action-container {
display: grid;
grid-template-columns:repeat(2, 1fr) ;
    margin: 0 auto 20px;
    gap: 40px;
}
body.fixed-normal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
/*.modal-close-button {
  width: calc(1.5em + 16px);
  height: calc(1.5em + 16px);
  position: absolute;
  right: 0;
  top: -2px;
  z-index: 112;
  background: none;
  border: 0;
  cursor: pointer;
}
.modal-close-button:before {
  content: "";
  top: calc(50% - 1px);
  transform: rotate(315deg);
  border-top: 2px solid var(--color-text-muted);
}
.modal-close-button:after {
  content: "";
  bottom: calc(50% - 1px);
  transform: rotate(-315deg);
  border-top: 2px solid var(--color-text-muted);
}
.modal-close-button:before,
.modal-close-button:after {
  display: block;
  width: 50%;
  position: absolute;
  left: 8px;
}*/
.modal-close-text {
  display: block;
  margin: 0 auto;
  background: none;
  border: none;
  padding: 0;
  color: var(--color-text-muted);
  text-decoration: underline;
  cursor: pointer;
}
.modal-caution-area {
	background: var(--color-bg-surface);
}


.padT20 {
	padding-top: 20px;
}
.marT40 {
	margin-top: 40px !important;
}

fieldset#fieldsetList {
    border:none;
}

.line-dash-container {
display: flex;
gap:12px;
padding: 1rem 0;
align-items: center;
white-space: pre;
}
.line-dash {
    flex: 1;
    display: inline-block;
    min-width: 30px;
    margin: .5rem;
}
.main-points-list {
    width: fit-content;
    margin: 48px auto 0;
    list-style: none;
    gap: 24px;
    display: flex;
    flex-direction: column;
    font-size: 24px;
	font-weight: 600;
}
.main-points-list li {
	display: flex;
	gap: 12px;
	align-items: center;
}


.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.comparison-table th,
.comparison-table td {
  border: 1px solid var(--color-bg-panel);
  padding: 16px;
}
.comparison-table th:first-child {
  width: 256px; 
}
.comparison-table th:not(:first-child),
.comparison-table td {
  width: calc((100% - 256px) / 2);
}
.comparison-table thead th {
  background: var(--color-bg-panel);
  color: var(--color-bg-action-primary);
  text-align: center;
  padding: 12px 16px;
}
.comparison-table tbody th {
  background: var(--color-bg-surface);
  text-align: left;
    border-left: none;
}
.comparison-table tbody td {
  background: var(--color-bg-surface);
}
.comparison-table tbody td:last-child {
	border-right: none;
}


.simple-table {
  --table-line-color: var(--color-bg-panel);
  --table-header-bg: var(--color-bg-page);
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.simple-table th,
.simple-table td {
  padding: 8px 16px;
  text-align: left;
  border-left: none;
  border-right: none;
}
.simple-table td {
  padding: 20px 16px;
}
.simple-table thead th {
  background-color: var(--table-header-bg);
  border-top: 1px solid var(--table-line-color);
  border-bottom: 1px solid var(--table-line-color);
  font-weight: 700;
}
.simple-table tbody td {
  border-bottom: 1px solid var(--table-line-color);
  color: var(--color-bg-action-primary);
}
.simple-table .dl-pdf {
	color: var(--color-bg-action-accent);
	text-decoration: underline;
}


:root {
  --color-focus:rgba(37, 99, 235, 0.18);
}
.checkbox {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.checkbox__box {
  width:20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--color-border-default);
  background:var(--color-bg-surface);
  transition:
    border-color .18s ease,
    background-color .18s ease;
}
.checkbox:hover .checkbox__box {
  border-color: var(--color-border-hover);
}
.checkbox input:focus-visible + .checkbox__box {
  outline: 3px solid var(--color-focus);
  outline-offset: 2px;
}
.checkbox__check {
  width: 18px;
  height: 18px;
  color: var(--color-text-inverse);
  transform: translateY(-1px);
}
.checkbox__check path {
  stroke-dasharray: 30;
  stroke-dashoffset: 30;

  transition:
    stroke-dashoffset .18s ease;
}
.checkbox input:checked + .checkbox__box {
  background: var(--color-brand);
  border-color: var(--color-brand);
}
.checkbox input:checked + .checkbox__box .checkbox__check path {
  stroke-dashoffset: 0;
}
.checkbox__label {
  font-size: .9rem;
  line-height: 1.6;
}


.radio-group {
  border: 0;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.radio-group__options {
	display: flex;
	gap: 24px;
}
.radio {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  user-select: none;
  width: fit-content;
}
.radio input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.radio__control {
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--color-border-default);
  border-radius: 50%;
  background: var(--color-bg-surface);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    border-color .18s ease,
    background-color .18s ease;
}
.radio:hover .radio__control {
  border-color: var(--color-border-hover);
}
.radio input:focus-visible + .radio__control {
  outline: 3px solid var(--color-focus);
  outline-offset: 2px;
}
.radio__control::after {
  content: "";
  width: 8px;
  height:8px;
  border-radius: 50%;
  background: var(--color-bg-action-primary);
  transform: scale(0);
  transition: transform .18s ease;
}
.radio input:checked + .radio__control {
  border-color: var(--color-bg-action-primary);
}
.radio input:checked + .radio__control::after {
  transform: scale(1);
}
.radio__label {
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.6;
}


.select {
  display: grid;
  gap: 8px;
}
.select__label {
  color: var(--color-text);
  font-size: 1rem;
}
.select__wrapper {
  position: relative;
}
.select__wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-border-default);
  border-bottom: 2px solid var(--color-border-default);
  transform:
    translateY(-65%)
    rotate(45deg);
  pointer-events: none;
}


.voices {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 40px;
}
.voice {
  background: var(--color-bg-surface);
  overflow: hidden;
  transition: .2s ease;
  padding-bottom:40px;
}
.voice[open] {
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
}
.voice__summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 32px 48px 0;
}
.voice__summary::-webkit-details-marker {
  display: none;
}
.voice__summary::after {
  content: "+";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--color-bg-page);
  font-size: 20px;
  color: var(--color-border-subtle);
  transition: .25s ease;
}
.voice[open] .voice__summary::after {
  content: "×";
  background: #EBEEFA;
  color: var(--color-bg-action-accent);
}
.voice__title {
  margin: 0;
  padding-bottom: 32px;
  font-size: 1.75rem;
  line-height: 1.6;
  color: var(--color-text-heading);
    font-family: var(--font-heading);
	letter-spacing: .05em;
}
.voice__body {
  line-height: 1.85;
  white-space: pre-line;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  letter-spacing: .025em;
}
.voice[open] .voice__body {
  display: block;
}
.voice__body .right {
	width: 100%;
	text-align: right;
	display: inline-block;
}

.account-info-container {
	display: flex;
	flex-direction: column;
	gap:48px;
}
.account-info {
	background: var(--color-bg-surface);
	display: flex;
	padding: 56px 40px 40px;
	position: relative;
}
.account-info.account-info01 {
		align-items: flex-end;
	justify-content: space-between;
}
.account-info.account-info02 {
flex-direction: column;
    gap: 24px;
}
.account-status-container {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.account-status {
	font-size: 20px;
	font-family: var(--font-heading);
	color: var(--color-text-heading);
	display: flex;
	align-items: center;
	gap: 8px;
}
.status-tag {
	background: var(--color-tag-secondary);
	color: var(--color-bg-action-primary);
	padding: .125rem .5rem;
	font-size: .75rem;
	font-family: var(--font-base);
	font-weight: 500;
}
.expiration-date {
	color: var(--color-text-muted);
	font-size: .9rem;
	font-weight: 500;
}
.profile-info-container {
	display: grid;
	grid-template-columns:repeat(2,1fr);
	gap: 24px;
	width: 100%;
	list-style: none;
}
.profile-info-container .subhead {
font-size: .9rem;
font-weight: 500;
}
.name-input-container {
	display: grid;
	grid-template-columns:repeat(2,1fr);
	gap: 12px;
	width: 100%;
}
.profile-button-container {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.link-underline {
	color: var(--color-text-primary);
	text-decoration: underline;
	cursor: pointer;
}
.link-underline.center {
	width: 100%;
	display: inline-block;
}
.link-underline:hover {
color: var(--color-brand);
}
.list-normal {
	margin: 1rem 0;
}

/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 767px) {
	html {
	font-size: 15px;
}
  body {
    font-size: 15px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
	
  /* 見出し */
  .title {
    font-size: 26px;
    margin-bottom: 32px;
  }
.subhead {
	font-size: 18px;
	margin-bottom: 17px; margin-top: 44px;
	text-align: left;
	}
.pay .subhead {
	 margin-top: 36px;
	font-size: 1rem;
	margin-bottom: .6rem;
}
	.pay .confirmation-list .subhead {
	 margin-top: 24px;		
	}
	
  .lead {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
	.share {
		margin: .5rem 0 1rem;;
	}

  /* レイアウト */
  .wrapper {
    padding-top: 0;
  }

  .section {
    padding: 60px 0;
  }
	.common .section {
  padding: 34px 0 52px; display: block;
}
.common.profile .section {
  padding: 34px 0 80px;
	}
.cart .section {
	  padding: .5rem 0 60px;	
}
  .container {
    padding: 0 20px;
  }
	.container-cart {
	padding: 30px 20px;
		margin: .5rem -20px;
	background: #fff;
}
	.pay-confirmation .container-cart {
			padding: 26px 20px 20px;
	}
	.container-cart:first-child {
			margin: 0 -20px .5rem;	
	}
	.news .news-list-container .works-item {
		padding-bottom: 30px;
	}
	.shop-article .works-img {
	margin-right: -20px; margin-left: -20px;
}
	.shop-article .contact-item .top-sns-icon {
		margin: 0 .4rem;
}
	.shop-article .contact-item .top-sns-icon:first-child {
		margin: 0 .4rem 0 .75rem;	
	}
	.shop-article .contact-item .top-sns-icon:last-child {
				margin: 0 0 0 .4rem;
	}
	.to-cart.flex-container {
		flex-wrap: wrap;
	}
	.to-cart.flex-container .button-color.button-fit {
    width: 100%;
    margin-top: 1rem;
		font-weight: 700;
}

  /* ヘッダー */
.header {
    background-color: rgba(255,255,255,0);
    box-shadow: 0 5px 10px -6px rgba(0,0,0,0);
	}	

  .header .container {
    padding: 15px 20px;
  }

  .header-logo {
    font-size: 15px;
    margin-right: 15px;
  }
	
	.shop .header-logo a, .common .header-logo a {
	color: #fff;
}
  .gnav-item a:after {
    display: none;
  }
.drawer_btn span {
	display: block;
	width: 3rem;
	height: 2px;
	background: #333;
	margin-bottom: .5rem;
}
	.dark .drawer_btn span,
	.shop .drawer_btn span {
		background: #fff;
	}
	.dark .header-logo a {
		color: #fff;
	}
.drawer_btn span:last-child {
	margin-bottom: 0;		
}	

  /*  メインビジュアル */
  .mv {
  align-items: center;
  justify-content: center;
padding-left: 0;

		background-size: cover;
}
 .mv.mv-top {
    height: 80vh;
 }
 .mv:not(.mv-top) {
	padding-top: 72px;
 }
.mv.mv-common {
}
  .mv-container {
    padding: 0 20px ;
    z-index:1;
  }
	.shop .mv-container, .common .mv-container, .mv-common .mv-container {
    padding: 0 20px 0;		
	}
 .mv-top .mv-title {
    font-size: 5rem;
  }
	.mv-title > img {
		width: 55%;
    margin-bottom: 1rem;
	}
	.mv-title-long {
		font-size: .975rem;
		    margin-bottom: 1.25rem;
		letter-spacing: 0;
	}
	.shop .mv-title, .common .mv-title, .mv-common .mv-title {
		font-size: 2rem;
	margin-top: 16px;
	}
  .mv-subtitle {
    font-size: 1.5rem;
    margin-bottom: 8px;
	  margin-top:12px;
	  color: #fff;
	}
  .mv-text {
    font-size: 14px;
    line-height: 1.7;
  }


  /* Works */
  .works-name {
    font-size: 1.05rem;
	  margin-bottom: 2px;
	  margin-top: 8px;

  }
	.shop .works-name {
	  margin-top: 10px;		
	}
	.gallery .works-name {
		margin-top: 4px;
	}
	.movie .works-name {
		margin-top: 6px;
	}
	.common .works-name {
		margin-top: 10px;
	}
	.cart .works-name {
	margin-top: 0;
		font-size: 1.05rem;
		line-height: 1.4;
}
	.cart .price {
		margin-top: .25rem; margin-bottom: 1rem;
		font-size: 1.25rem;
	}
  .works-info {
    margin-top: 3px;
  }
	  .news .works-name {
	    font-size: 1.1rem;
	  margin-top: 8px;	  
	}
	 .news .works-info {
		font-size: .9rem; 
	}
	.shop .works-info {
    margin-top: 1px;
	}
	.gallery .works-info {
		margin-top: 8px;
	}
	.gallery-article .works-info {
		    margin-top: 16px;
	}
  .works-list {
    justify-content: space-between;
  }
	
.shop .section.works {
	padding: 40px 0 60px;	
	}
.news .section.works,
.gallery .section.works,
.movie .section.works {
	padding: 20px 0 60px;	
	}
.news .section.works .container {
	padding-bottom: 20px;
	}
	@media screen and (min-width: 768px) {
	  .works-list {
		  justify-content: center;
}
	}
.works-list_pick {
	display: flex;
	overflow-x: scroll;
		padding: 0;
	margin-bottom: 0;
}
.works-list_pick .works-item {
	flex: 0 0 65%;
	margin-left: 20px;
	margin-bottom: .5rem;
}
.works-list_pick .works-item:last-child {
	margin-right: 20px;	
}

  .works-item {
    flex: 0 0 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }
	.movie .works-item {
		flex: 0 0 100%;
	}
	.gallery-article .works-item {
		width: 100%;
	}

  /* MENU */
  .menu-list {
    display: block;
    margin-bottom: 0;
  }
  .menu-item {
    width: 100%;
    margin-bottom: 35px;
  }
  .menu-item:last-child {
    margin-bottom: 0;
  }
  .menu-name {
    margin-bottom: 5px;
  }
  .menu-text {
    font-size: 13px;
    line-height: 1.7;
  }


  /* About */
  .profile-img {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .profile-body p {
    font-size: 14px;
    line-height: 1.7;
  }

  .profile-body p:not(:last-child) {
    margin-bottom: 20px;
  }

  /* フッター */
  .footer {
    padding: 64px 20px 20px 20px; 
  }
	.footer-link {
		    justify-content: left;
    flex-wrap: wrap;
	}
	.footer-link a {
		width: 50%;
		padding: 4px 0;
	}
	.content {
	min-height: calc(100dvh - 206px);
	}
	

  /* 下層ページ */
  .article {
    padding: 50px 0;
  }

  .article-body h3 {
    font-size: 16px;
    padding-left: .8em;
  }
  .article-body h3:not(:first-child) {
    margin-top: 30px;
  }
  .article-body p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
	.button-color, .login, .button-transparent {
		width: 45%;
	}
	.button-short {
		width: fit-content;
	}
	.height-lump .button-transparent {
	width: 30%;
	}
.button-color:nth-child(odd) {
	margin-left: 0; margin-right: 5%;
	}
	.height-lump .container.center .button-color:nth-child(odd),
	.height-lump .container.center .button-color:nth-child(even) {
		margin-left: auto; margin-right: auto;	
	}
		.height-lump .container.container-flex .button-transparent {
		font-size: 1.15rem;
	margin: .25rem auto 0;
	}
	.paging a, .paging span {
		    margin: 3rem 0.5rem 1rem;
	}
	.paging a.button-color:nth-child(odd),
	.paging span.button-color:nth-child(odd) {
		margin-right: .5rem;
	}
	.button-color.button-fit:nth-child(odd),
	.button-color.button-fit:nth-child(even) {
		margin-right: auto; margin-left: auto;
	}
	.avatar-page .button-color:nth-child(odd),
	.avatar-page .button-transparent:nth-child(odd),
.avatar-page .button-color:nth-child(even),
	.avatar-page .button-transparent:nth-child(even) {
		margin: 1rem 27.5% 2rem;
		}
	.avatar-page .height-lump .button-transparent:nth-child(odd) {
		margin: 1rem 35% 1.5rem;
	}
		.avatar-page .height-lump .button-color:nth-child(even) {
		margin-bottom: 3rem;
	}
	.pay .button-short.button-color:nth-child(odd) {
	margin-left: 1rem; margin-right: 0;	
	}
	
.button-color:nth-child(even) {
	margin-left: 5%; margin-right: 0;
	}
	.paging a, .paging span,
	.paging a.button-color:nth-child(even), .paging span.button-color:nth-child(even) {
	margin-left: 0.25rem;
		margin-right: 0.25rem;
	}
	.contact-item.sns-icon {	
		margin-bottom: 1.5rem;
	}
	.contact-item.sns-icon img {
	width: 2rem;
	height: 2rem;
}
	.contact-list {
		z-index: 1;
	}
	.avatar-page .contact-list {
				width: 3rem;
		position: absolute;
		right: 20px;
	}
	
	/* news */
	.news-list {
		width: 100%;
}
	.section.banner {
	padding: 20px 0;
}
	.banner-container {
		padding: 0 20px;
	}
	.banner-container img {
	width: 100%;
		margin-right: 0;
}
	.shop .banner-container img {
	    aspect-ratio: 16 / 9;
		object-fit: cover;
	}

	.member-container .member {
object-position: left 0;
}
	.pc-column > div:nth-child(2){
		margin-top: 1.5rem;
	}
	.shop-article .price {
		font-size: 1.2rem;
	}
	.shop-article .works-item .container + h3 {
		padding: 0 20px 1rem;
		font-size: 1rem;
		font-weight: 900;
	}
	.back-gray {
		padding: 1.25rem;
	}
	.back-gray .caution {
		margin-top: 0;
	}
	.back-gray .button-color {
		width: 50%;
		font-size: 1rem;
		margin: 0.75rem auto 0;
	}
	.back-gray.caution-member .button-color:nth-child(odd) {
		margin-right: .75rem; margin-left: 0;
	}
	.back-gray.caution-member .button-color:nth-child(even) {
		margin-left: .75rem; margin-right: 0;
	}

	.shop-article .button-color.button-fit {
		font-size: 1.25rem;
		min-width: 50%; 
	}
	.to-cart {
		margin-bottom: .75rem;
	}
	.cart.pay-confirmation .container-cart .works-item {
    justify-content: flex-end;
	}
	.cart.pay-confirmation .container-cart .works-item .works-name {
		width: 100%;
		margin-bottom: .5rem;
	}
}

	.caution-member .container-flex {
		align-items: center;
	}

.avatar-page .contact-item.sns-icon svg {
fill: #fff;	
}
.lump-container .avatar-category input[type="checkbox"]:checked + .check-icon:before {
	    background: rgba(0,0,0,.5);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.to-cart.flex-container {
		flex-wrap: wrap;
	}
	.to-cart.flex-container .button-color.button-fit {
		width: 100%;
		margin-top: 1rem;
		font-weight: 700;
	}
}
@media screen and (min-width: 768px) {
	.common.profile .section {
		padding: 60px 0 80px;
	}
	.pc-column {
	display: flex;
}
	.cart .pc-column {
		align-items: flex-start;
	}
	.pc-column > div {
		margin-right: 1rem;
	}
	.pc-column > div:nth-child(2n) {
	margin-right: 0; margin-left: 1rem;	
	}
	.cart .pc-column > div {
		width: calc(65% - 1rem);
	}
	.cart .pc-column > div:nth-child(2n) {
		width: calc(35% - 1rem);
		position: -webkit-sticky;
    position: sticky;
    top: 100px;
	}
	.pc-column-inner .container {
		padding: 26px 30px;
    background: #fff;
    border-radius: 4px;
    margin: 0.5rem 0;
	}
	.pc-column-inner .container:first-child {
		margin-top: 0;
	}
		.pc-center {
	text-align: center;
}
	.gallery-article .works-item {
	width: 100%;	
	}
	.movie-article .works-item,
	.gallery-article .works-item {
		max-width: 960px;
    margin: 2rem auto;
	}	
	.movie-article .works-img, .movie-article .works-img img {
		border-radius: 4px;
	}
	.shop-article .works-img {
		background: transparent;
	}
	.movie-article.profile .works-img {
		background: transparent;
	}
	.movie-article .works-item .container {
		padding: 0 0 40px 0;
	}
	
	.shop-article .works-item .container + h3 {
		margin-bottom: 1rem;
	}
	.movie-article.profile .works-item .container {
		padding: 0;
	}
	.tag01 {
		font-size: .9rem;
		font-weight: 500;
		    margin: 0 0 0 .35rem;
	}
	main {
		height: fit-content;
	min-height: calc(100dvh - 238px);
	}
	.frame-scroll {
		padding: 1.5rem;
	}
	.input-normal {
	margin: 0 auto;
    display: block;
	}
	.container-narrow-pay .input-normal {
		width: 100%;
	}
	.button-color.button-fit {
		padding: .75rem 1rem;
        min-width: 320px;
        font-weight: 800;
        font-size: 1.25rem;
        line-height: 1.75;
	}
		.button-color.button-fit input {
    letter-spacing: .05em;
	}
	.text-fix.fix-mail {
		text-align: center;
	}
	
	.input-normal + .caution {
	display: block;
	width: 100%;
	text-align: right;
	margin:1rem auto 2rem;
	color: var(--color-border-subtle);
}
	.button-color.button-fit.button-narrow {
		min-width: 30%;
				max-width: 400px;
	}
	.profile .works-img img {
	aspect-ratio: auto;		
}
	
	.shop-article .works-item .container .price {
	font-size: 1.25rem;
		margin-top: .5rem;
	}
	.back-gray .caution {
		text-align: center;
		margin: 0;
	}
	.shop-article .button-color.button-fit {
		width: 50%;
		font-weight: 700;
	}	
.icon-cart {
display: block;
    position: absolute;
    width: 100%;
    max-width: 1340px;
    top: auto;
    right: auto;
    left: 50%;
    padding: 0 40px;
    height: 100px;
    margin: 0 auto;
    transform: translateX(-50%);
}
	.icon-cart a {
		    position: absolute;
    top: 6px;
    right: 40px;
	}
	#icon-cart-color a {
				height: 56px; width: 56px;
				padding: 12px;
				border-radius: 1000px;
			background: #fff;
		box-shadow: 0 3px 8px rgba(0,0,0,.2);
	}
	#icon-cart-color svg,
	#icon-cart-color.color-change svg {
		fill: #111;
	}
	.cart-mark {
        right: 36px;
    top: 2px;
}
	.cart .works-name {
	margin-top: 0;
		font-size: 1.05rem;
	}
	.cart .price {
		font-size: 1.2rem;
		margin-top:.5rem;
	}
	.pay .subhead {
	font-size: 1rem;
	margin-bottom: .75rem;
	text-align: left;
	width: 100%;
	    display: block;
    margin: 44px auto 0.75rem;
}
	.pay .title-color {
		width: 100%;
	    display: block;
		margin: 3.5rem auto 1.75rem;
	}
	.pay .container:first-child .title-color {
		margin: 0 auto 1.75rem;
	}
	.confirmation-list {
		padding: 26px 30px 48px ;
    background: #fff;
    margin: 24px 0;
}
	.profile .container-narrow h2{
		margin-top: 1.5rem;
	}
	.mv-top .mv-container {
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
	top: 50%;
	width: 100%;
	}
	.mv-top .mv-container .container-flex {
		align-items: center;
	}
}
@media screen and (min-width:768px) and ( max-width:1020px) {
.shop-article .works-item {
		padding-left: 30px; padding-right: 30px;
	}
}

@media screen and (min-width: 600px) {
		.avatar-page .button-color:nth-child(odd),
	.avatar-page .button-transparent:nth-child(odd),
.avatar-page .button-color:nth-child(even),
	.avatar-page .button-transparent:nth-child(even) {
		margin: 1rem 30% 2rem;
		}
	.avatar-page .button-color:nth-child(even) {
		margin-bottom: 3rem;
	}
	.avatar-page .height-lump .button-transparent:nth-child(odd) {
			width: 30%;
		margin: 1rem 35% 1.5rem;
	}
}

	@media screen and (min-width: 600px) {
		details, main {
	position: relative;
	overflow: hidden;
	padding-bottom: 92px;
}
		.mv.mv-avatar {
position: relative;
    width: 375px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0 auto; 
			min-height: calc(664px - 66px);
		}
		.avatar-full .mv.mv-avatar {
			width: 480px;
		}
		.btn-container {
	position: absolute;
    width: 375px;
			margin: auto;
			height: auto; min-height: calc(100dvh - 66px);
    left: 50%;
    transform: translate(-50%);
}
		.avatar-sd .mv.mv-avatar {
			height: auto; min-height: calc(100dvh - 66px);
		}
		
		.avatar-page #member {
			position: fixed;
    top: 66px;
			padding: 2rem;
		}
		.gage-count-wrapper {
			top: 2rem;
		}
.avatar-photo,
.avatar-page .contact-list {
    width: calc(375px + 6rem + 40px + 36px);
    position: fixed;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
		}
		
.member-container.avatar-photo .member {
object-position: left -6px;
		}
	.avatar-page .contact-list {
	    width: calc(375px + 6rem + 36px + .25rem);
    top: 12rem;
		margin-bottom: 1rem;
		}
		
		.avatar-full .avatar-photo, .avatar-full .contact-list {
		width: calc(480px + 5rem + 40px + 36px); padding-right: 1rem;
		}
		
	.avatar-sd .contact-list {
    top: auto; bottom: 4rem;
	}
		.avatar-page .contact-list .contact-item {
			margin: .5rem 0;
			padding: 0 .25rem;
			text-align: right;
			width: 100%;
		}
		.avatar-page .contact-list .contact-item a {
			height: 2.5rem; width: 2.5rem;
			display: inline-block;
		}
		.avatar-page .contact-list .contact-item:nth-child(2) a {
			padding: .25rem;
		}
			.avatar-page .contact-item.sns-icon svg {
		height: 2rem; width: 2rem;
	}
				.avatar-page .contact-item.sns-icon img {
			width: 2.5rem;
	height: 2.5rem;	
	}
		.mv.mv-avatar::-webkit-scrollbar {
			display:none;
		}
		.height-lump::-webkit-scrollbar {
			display:none;
		}
.avatar-menu {
	padding: 2rem 0;
	bottom:0;
    position: absolute;
	z-index: 105;
}
		.avatar-sd .avatar-menu {
		bottom: -.5rem;	
		}
	.avatar-menu-sd .menu-icon_avatar span {
    font-size: .7rem;
		}
		.footer-avatar {
			position: relative;
			bottom: 0;
			transform: none;
		}
#window-ex,
#window-ex-main,
#window-ex-main-confirm,
#window-ex-mate-confirm {
    max-width: 750px;
}
.height-lump .avatar-tmb-img {
    width: calc(14.285% - 2rem);
		}
		
		.avatar-full .height-lump .flex-container .button-transparent:nth-child(odd),
	.avatar-full .height-lump .flex-container .button-transparent:nth-child(even) {
		width: calc(33.33% - 2rem);
		margin: auto 1rem;
	}
}
	@media screen and (max-width: 599px) {
	.avatar-page .contact-item.sns-icon {
		width: 3rem; height: 3rem;
		padding: .625rem;
		background: rgba(0,0,0,.25);
		border-radius: 1000px;
		margin: 0 0 1rem 0;
	}
		.avatar-page .contact-item.sns-icon img,
	.avatar-page .contact-item.sns-icon svg {
			width: 1.75rem;
	height: 1.75rem;	
	}
		.avatar-page .contact-item.sns-icon:nth-child(2) a {
			padding: .125rem;
			display: block;
		}
	.avatar-page .contact-item.sns-icon:nth-child(2) svg {
		width: 1.5rem;
	height: 1.5rem;	
	}
		.avatar-sd .contact-list {
			bottom: 8rem;
		}
}
	@media screen and (min-width: 768px) {
		.mv.mv-avatar {
			height: calc(100dvh - 66px);}
		.menu-checkbox, .menu-background { display:none; }
		.gnav-item.gnav-lock a {
		margin-right: 1.5rem;
}
		.header .icon-lock {
		    top: -0.5rem;
    right: -1.8rem;	
		}
		.drawer-menu .gnav-small {
			display: none;
		}
}


@media screen and (max-width: 767px) {
/* チェックボックスを非表示 */
.menu-checkbox {
  display: none;
}

/* メニューボタンの装飾 */
.menu-button {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 200;
  height: 20px;
  width: 40px;
  cursor: pointer;
}
.menu-button::before,
.menu-button::after {
  content: '';
	transition: all .2s ease-out;
}
	.menu-button span,
	.header-logo a#header-color {
	transition: all .2s ease-out;	
	}

.header-logo a#header-color.color-change-top_sp {
	color: #00398d;
}
		.header-logo a .sevice-color,
	.header-logo a .sevice-white {
		height: 1.4rem;
	}
	.header-logo a:not(.color-change-top_sp) .sevice-color {
				display: none;
	}
		.header-logo a.color-change-top_sp .sevice-white {
		display: none;
	}
	.header-logo a span {
		font-weight:700;
	}
	.avatar-sd .header-logo a#header-color.color-change {
		color: #fff;		
	}
.menu-button::before,
.menu-button::after,
.menu-button span {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  margin-top: -1px;
  background-color: #fff;
}
	.shop .menu-button::before, .shop .menu-button::after, .shop .menu-button span,
	.common .menu-button::before, .common .menu-button::after, .common .menu-button span {
background-color: #fff;		
	}
.menu-button.color-change-top_sp::before,
.menu-button.color-change-top_sp::after,
	.menu-button.color-change-top_sp span {
  background-color: #0f3265;		
	}	
.avatar-page .menu-button::before, .avatar-page .menu-button::after, .avatar-page .menu-button span {
	  background-color: #fff;	
	}
.menu-button::before {
  top: 0;
}
.menu-button::after {
  bottom: 0;
}
.menu-button span {
  top: 50%;
}

/* メニューボタンのアニメーション */
.menu-checkbox:checked ~ .menu-button::before {
  top: 50%;
  transform: rotate(30deg);
	background: #fff !important;
}
.menu-checkbox:checked ~ .menu-button::after {
  top: 50%;
  transform: rotate(-30deg);
		background: #fff !important;
}
.menu-checkbox:checked ~ .menu-button span {
  display: none;
}

/* ドロワーメニューの装飾 */
.drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  height: 100%;
  width: 50vw;
  transform: translateX(-100%);
	transition: all .2s ease-out;
  background-color: #111;
}
.drawer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
	flex-wrap: wrap;
}
.drawer-menu a {
  /*display: block;*/
  padding: 20px;
  color: #fff;
  text-decoration: none;
}
	.drawer-menu .gnav-small a {
	  padding: 12px 12px 12px 30px;	
	}
	.drawer-menu .gnav-large a {
		padding-bottom: 10px;
	}
.gnav-item:not(:last-child) {
 	margin-right: 0;
		width: 100%;
}
	.gnav {
		margin-top: 1.5rem;
	}
	.gnav .header-logo {
		padding: 4px 20px 0 20px;
	}
	.gnav .header-logo a img {
	left: 20px;
    position: absolute;
	}
	.gnav .header-logo a span {
		margin-top: .5rem;
	}
	.gnav-item a {
		font-size: 1.1rem;
	}
	.gnav-item.gnav-small a {
		font-size: .9rem;
	}
	.gnav-item {
		position: relative;
	}
	.gnav-item label {
		height: 100%; width: 100%;
		position: absolute;
    display: block;
    top: 0;
	}
.drawer-menu .gnav-item.gnav-lock a {
	color: #fd445e;
	}

/* ドロワーメニューの開閉 */
.menu-checkbox:checked ~ .drawer-menu {
  transform: translateX(0);
}

/* ドロワーメニューの背景 */
.menu-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  cursor: pointer;
}
.menu-checkbox:checked ~ .menu-background {
  display: block;
}
}

/* 動画再生周り */
.movie-article .works-img iframe {
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
.works-img iframe {
  object-fit: cover;
  object-position: center center;
  position: relative;
  z-index: 0;
  display: block;
  text-decoration: none;
}
iframe {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

/* ちびルーム確認モーダル画像位置調整 */
.nav_box li.confirm {
  left:25%;
}

/* クローゼット */
.avatar-closet .container-flex {
	align-items: center;
	
}
@media screen and (max-width: 767px) {
.avatar-closet .header-logo a#header-color,
.avatar-closet .header-logo a#header-color.color-change {
	color: #333;
}

.avatar-page.avatar-closet .menu-button::before, .avatar-page.avatar-closet .menu-button::after, .avatar-page.avatar-closet .menu-button span {
    background-color: #333;
}
.avatar-closet .menu-button.color-change::before, .avatar-closet .menu-button.color-change::after, .avatar-closet .menu-button.color-change span {
    background-color: #333;	
}
}
.avatar-closet .footer-avatar {
	position: relative;
	    transform: none;
}
.avatar-closet .avatar-menu {
    padding: 2.5rem .5rem;
	pointer-events: none;
	bottom: auto;
	top: 2.5rem;
	z-index: 1;
}
.avatar-closet .btn-container {
	    position: relative;
	left: auto;
    transform: none;
	height: fit-content;
}
.avatar-closet.closet-completion .btn-container {
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.avatar-closet .content {
	background: #f3f3f3;
	padding: 1.5rem 20px 40px;
}
.avatar-closet .mv.mv-avatar {
	position: relative;
		background: #f3f3f3;
	height: auto;
	min-height: 100dvh;
	overflow: visible;
		display: block;
	z-index: 1;
}
.avatar-closet .mv.mv-avatar:after {
	content: none;
	background: transparent;
}
.avatar-closet .title {
    font-size: 16px;
    margin-bottom: 2px;
	padding-left: 1.25rem;
	text-align: left;
	color: #888;
}
.avatar-closet .mv.mv-avatar .container {
	text-align: left;
	border-radius: 10px;
	padding: 1rem .25rem .5rem;
	background: #fff;
}
.avatar-closet .mv.mv-avatar .container.container-dark {
	border-radius: 10px;
	padding: .25rem .25rem 1rem;
	background: #111;	
}
.avatar-category input[type="checkbox"] + .check-icon, .avatar-category input[type="radio"] + .check-icon {
	    width: 1.25rem;
    height: 1.25rem;
}
.avatar-category input[type="checkbox"] + .check-icon:after, .avatar-category input[type="radio"] + .check-icon:after {
	border: none;
	    width: 1.25rem;
    height: 1.25rem;
	border-radius: 2px;
}
.avatar-closet .menu-icon_avatar {
width: 4rem;
    pointer-events: auto;
    background: #fff;
    position: fixed;
    bottom: auto;
    left: 10px;
    top: calc(100dvh - 6rem);
    z-index: 10;
    padding: 0.5rem;
    border-radius: 3px;
}
.avatar-closet .menu-icon_avatar span {
    font-size: .8rem;
	color: #111;
}
.avatar-closet .category-check-container {
	font-size: 13.5px;
}
.avatar-closet .avatar-category:not(.avatar-tmb-img) {
	margin-right: .75em;
}
.icon-back {
	width: 3rem;
	height: 3rem;
	position: relative;
}
.icon-back::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 40%;
    height: 40%;
    transform: translate(-50%, -50%) rotate(-45deg);
    border: solid 3px transparent;
    border-top: 3px solid #111;
    border-left: 3px solid #111;
    background: transparent;
    box-shadow: none;
}
.icon-back::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 3px;
    height: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background: #111;
}
.avatar-page.avatar-closet .button-color {
	margin: 1rem auto;
	width: calc(50% - 10px);
	cursor: pointer;
}
.avatar-page.avatar-closet .modal-content-normal .button-color {
	width: fit-content;
}
.button-small {
		font-size: .9rem;
}
.avatar-closet .container-light .button-transparent {
	border-color: var(--color-bg-action-primary);
	color: var(--color-bg-action-primary);
}
.avatar-closet .button-color:nth-child(odd),
.avatar-closet .button-transparent:nth-child(odd) {
	margin-left: 0;
    margin-right:10px;
}
.avatar-closet .button-color:nth-child(even),
.avatar-closet .button-transparent:nth-child(even) {
	margin-left: 10px;
    margin-right: 0;
}
.gage_bg, .gage_bg.gage-happy_bg {
		pointer-events: none;
}
.avatar-tmb-img {
	aspect-ratio: 1 / 1;
		cursor: pointer;
}
.avatar-tmb-img img {
	    object-fit: cover;
	height: 100%;
	width: auto;
}
.avatar-closet .avatar-tmb-container {
	position: relative;
	z-index: 0;
}
.avatar-closet .tmb-modal .list_d p {
	padding-left: 4px;
}
.avatar-page.avatar-closet .container-btn-small .button-color {
	margin-top: .5rem;
	margin-bottom: 1.5rem;
}
.container-btn-small {
	padding: 0 1rem;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.button-center {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
}
.modal-normal {
	left: 0;
}
.modal-content-normal {
	background: var(--color-bg-page);
	overflow: hidden;
	    max-width: 680px;
}
.red {
	color: var(--color-bg-action-danger);
}
.fav_position {
    position: absolute;
	height: 2.5rem;
    width: 2.5rem;
}
.favoriteLink {
    position: absolute;
    text-decoration: none;
}
a.favoriteLink img {
    width: 2.5rem;
    height: auto;
}
.avatar-closet #mate, .avatar-closet #mate_screenshot {
	    margin-left: 24.5%;
	margin-top: 11%;
}
.avatar-closet #test, .avatar-closet #test_screenshot {
	margin-left: -15%;
	margin-top: 15%;
}
.avatar-closet.closet-completion .mv.mv-avatar {
		position: relative;
    z-index: 1;
	overflow: visible;
	}
.avatar-closet .screenshot-wrap {
	width: 70%;
    margin: .5rem 15% .5rem;
    overflow: hidden;
    border-radius: 16px;
	position: relative;
}
.avatar-closet.closet-completion .screenshot-wrap {
    margin: .5rem 15% 1rem;
}
.avatar-closet.closet-completion .gage-count-wrapper {
	width: 60%;
margin: -1.25rem 0 0 calc(40% - 1rem);
}
.sd-completion-image {
	color: #fff;
    border-radius: 4px;
    background: #999;
    font-size: .8rem;
    width: fit-content;
    position: absolute;
    left: 2rem;
    top: 1rem;
    padding: 0.5rem 1rem;
    text-align: center;
    font-weight: 700;
	z-index: 2;
}
.frendship {
	background: #fff;
    width: 70%;
    margin: 1rem auto;
    border-radius: 1000px;
    color: #888;
    padding: 0.125rem 0;
}
.frendship-a {
margin-left: 1rem;
	color: #333;
}
.frendship-b {
    margin-left: 0.25rem;
    font-weight: 700;
    font-size: 1.2rem;
}
.avatar-sd .nav_box li img{
background: #f3f3f3;
    border-radius: 1000px;
	margin-bottom: .35rem;
}
@media screen and (min-width: 600px) and (max-width: 767px) {
	.sd-completion-image {
    top: 1rem;
	}	
}
@media screen and (max-width: 599px) {
	.avatar-closet .content {
		padding-top: 4.5rem;
	}
	.avatar-closet .tmb-modal .float_img img {
		margin: 0.5rem 0.5rem 3rem 0;
		width: calc(100% - .5rem);
	}
	.avatar-closet .tmb-modal .float_img a {
	    transform: translateX(calc(-50% - .25rem));
}
	.avatar-closet.closet-completion .gage-count-wrapper {

		    top: 0;
	}
	.sd-completion-image {
    left: 2rem;
    top: -1rem;
	}
}
@media screen and (min-width: 600px) {
		.avatar-closet .mv.mv-avatar {
			height: auto; min-height: calc(100dvh - 206px);
				overflow: visible;
			}
	.avatar-closet .menu-icon_avatar {
		    top: auto;
    left: calc(50% - 187.5px - 5rem);
    bottom: 1rem;
	}
	.avatar-closet .window-ex {
		width: 3
	}
	.avatar-closet.closet-completion .btn-container {
	position: absolute;
	}
}
.wrapper.avatar-sd:not(.avatar-closet) {
    overflow: hidden;
}
@media screen and (min-width: 600px) and (max-width: 767px){
.avatar-sd .mv.mv-avatar {
    min-height: 100dvh;
}
}
.p-normal {
	letter-spacing: .035em;
	line-height: 1.6;
}
.p-normal.pre {
	white-space: pre-wrap;
}
.p-bold {
	font-weight: 700;
}
.image16-9 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.confirm-2-frame {
	margin: 1.5rem 0 0;
    background: #f1f1f1;
    padding: 1rem 1rem .25rem;
    border-radius: 6px;
    border: #d0d197 2px solid;
}
.confirm-2-frame .input-normal {
	width: 100%;
	background: #fff;
}
@media screen and (min-width: 768px) {
.confirm-2-frame.pc-only {
	display: block;
	}
}
@media screen and (max-width: 767px) {
	.confirm-2-frame.sp-only {
		margin: 20px 0 0;
	}
	.button-color.button-fit {
		line-height: 1.25;
	}
}

@media screen and (min-width: 768px) {
	.shop-article .works-img:nth-child(n+2) {
		max-width: calc(50% - 1rem);
	margin: 1rem 1rem 0 0;
}
.shop-article .pc-column > div:last-child {
	width: calc(50% - 1rem);
	position: absolute;
	right: 0;
	margin: 0 0 0 1rem;
}
.shop-article .container.pc-column {
    padding-right: 50%;
}
}
.shop-article .container.pc-column {
	width: 100%;
    min-height: 285px;
    flex-wrap: wrap;
}
.shop-article .works-img img {
	background: #f6f6f6;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.shop-article .container.pc-column {
		display: flex;
	}
	.shop-article .works-img {
		width: calc(100% + 40px);
	}
		.shop-article .works-img:nth-child(n+2) {
			margin: .5rem .5rem 0 0;
					max-width: calc(50% - .5rem);
	}
		.shop-article .works-img:nth-child(n+2):nth-child(odd) {
		margin: .5rem 0 0 .5rem;		
	}
	.shop-article .pc-column > div:last-child {
		margin: 1rem 0 0 0;
		width: 100%;
	}
}
#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, .5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 150;
}
#modal-container > div {
    display: block;
    height: fit-content;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#modal-container > div > img {
      max-width: calc(100vw - 150px);
      max-height: calc(100vh - 150px);
    }
#modal-container > div::after {
	content: "×";
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 3px;
    right: 13px;
    line-height: 48px;
}
#modal-container > div::before {
	content: "";
width: 40px;
	height: 40px;
	background: rgba(0,0,0,.35);
	position: absolute; 
	top: .5rem;
	right: .5rem;
	border-radius: 1000px;
}
@media screen and (max-width: 767px) {
#modal-container > div > img {
      max-width: calc(100vw - 60px);
      max-height: calc(100vh - 100px);
    }
	#modal-container > div::after {
	content: "×";
    top: 4px;
    right: 12.5px;
}
}
@media screen and (max-width: 767px) {
.shop .menu-button.color-change::before,
.shop .menu-button.color-change::after,
.shop .menu-button.color-change span,
.common .menu-button.color-change::before,
.common .menu-button.color-change::after,
.common .menu-button.color-change span {
  background-color: #0f3265;		
	}	

}
.shop .header-logo a.color-change .sevice-white,
.common .header-logo a.color-change .sevice-white {
	display: none;
}
.shop .header-logo a:not(.color-change-top_pc) .sevice-color,
.common .header-logo a:not(.color-change-top_pc) .sevice-color {
	display: block;	
}
.shop .header-logo a:not(.color-change) .sevice-color,
.common .header-logo a:not(.color-change) .sevice-color {
	display: none;
}

.shop .header-logo a#header-color.color-change,
.common .header-logo a#header-color.color-change {
	 color: #00398d;
}
.bold {
	font-weight: 700;
}

.notes-red {
	color: #fd445e;
}
@media screen and (min-width: 768px) {
.container-narrow .notes-red.notes-left {
	margin: .75rem 12.5% 0 12.5%;
}
}
@media screen and (max-width: 767px) {
.container-narrow .notes-red.notes-left {
	margin: .75rem 0 0 0;
}
}

.icon-selectbox {
	 font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 20;
  font-size: 20px;
  fill: var(--color-text-primary);
}
.icon-menu-video {
	 font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 20;
  font-size: 20px;	
}
.icon-check-done {
		 font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
  font-size: 40px;	
  color: var(--color-bg-action-accent);
}

.select-wrap {
  position:relative;
  display:inline-block;
}
.select-wrap select{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  cursor: pointer;
  color: var(--color-text-primary);
}
.select-icon{
  position:absolute;
  top:50%;
  right:0;
  transform:translateY(-50%);
  pointer-events:none;
  font-size:20px;
}

@media screen and (max-width: 767px) {
.works-list {
	display:grid;
  grid-template-columns:repeat(1,1fr);
  gap:48px 40px;
}
.selectbox-member {
    margin: .5rem auto 2rem;
}
}
@media screen and (max-width: 767px) {


}