﻿html {
	font-size: 16px;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	margin: 0;
}
div {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
img {
	max-width: 100%;
}
.img-box {
	max-width: 100%;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
}
a.link {
	text-decoration: underline;
	color: #f67571;
}
p {
	font-size: 15px;
	margin-bottom: 20px;
	color: #333;
}
em {
	font-family: 'aktiv-grotesk', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2px;
}
em span {
	font-size: 80%;
}
.block {
	display: block;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 2em;
}
.flex.middle {
	align-items: center;
}
.inner {
	max-width: 1280px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
}
.camp-mv .wrapper {
	position: relative;
}
.wrapper {
	max-width: 1200px;
	margin: auto;
	width: 100%;
}
#header {
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 50;
}
#header-in {
	width: 100%;
	position: absolute;
	padding: 40px;
	display: flex;
	align-items: center;
	z-index: 50;
	background: #fff;
}
#header-in h1 {
	display: inline-block;
}
#header-in h1 img {
	width: auto;
	height: 60px;
}
#header-in nav {
	margin: 0 90px 0 auto;
}
#header-in nav ul {
	display: flex;
	align-items: center;
	gap: 30px;
}
#header-in nav ul li:nth-child(6) {
	border-right: 1px solid #dcdcdc;
	padding-right: 30px;
}
#header-in nav ul li .login {
	color: #fff;
	background: #000;
	padding: 10px 35px;
	text-align: center;
	display: block;
	border-radius: 30px;
}
#header-in nav.hamburger_menu {
	position: fixed;
	right: 0;
	top: 0;
	height: calc(100vh - 165px);
	background: #fff;
	border-left: 1px solid #b1b1b1;
	margin: auto;
	max-width: 320px;
	margin-top: 165px;
	right: -360px;
	transition: right 0.2s;
}
#header-in nav.hamburger_menu.open {
	right: 0;
}
#header-in nav.hamburger_menu ul {
	padding-bottom: 40px;
	gap: 0;
	flex-wrap: wrap;
}
#header-in nav.hamburger_menu ul li {
	width: 100%;
	border-top: 1px solid #b1b1b1;
	text-align: center;
}
#header-in nav.hamburger_menu ul li:first-child {
	border-top: 0;
}
#header-in nav.hamburger_menu ul li:nth-child(6) {
	border-right: 0px;
}
#header-in nav.hamburger_menu ul li a {
	display: block;
	padding: 1.5em 1em;
}
#header-in nav.hamburger_menu ul li .login {
	margin: 40px 1em;
	padding: 15px 35px;
}
.hamburger {
	display: block;
	cursor: pointer;
	position: absolute;
	right: 65px;
}
.hamburger .line {
	width: 32px;
	height: 1px;
	background-color: #333;
	margin: 8px 0;
}
.hamburger.open .line {
	margin: 10px 0;
}
.hamburger.open .line:nth-child(2) {
	opacity: 0;
}
.hamburger.open .line:nth-child(1) {
	transform: translateY(11px) rotate(45deg);
}
.hamburger.open .line:nth-child(3) {
	transform: translateY(-11px) rotate(-45deg);
}
#mv {
	position: relative;
	height: calc(100vh - 165px);
}
#mv .slider,
#mv .slick-list,
#mv .slick-track {
	width: 100%;
	height: 100%;
}
#mv .slider img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#mv .slick-dots {
	position: absolute;
	bottom: 20px;
	display: flex;
	width: auto;
	max-width: 1280px;
	margin: auto;
	text-align: center;
	justify-content: end;
	right: 0;
	left: 0;
}
.slick-dots li {
	padding: 0 20px;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #fff;
}
.slick-dots li button:before {
	font-size: 10px;
	line-height: 10px;
	width: 50px;
	height: 3px;
	color: #484847;
	background-color: #fff;
	border-radius: 0;
	content: '';
	opacity: 0.25;
}
.slick-dots li.slick-active {
	padding: 0 40px;
}
.slick-dots li.slick-active button:before {
	width: 100px;
}
.slick-dots li button:hover:before {
	opacity: 0.6;
}
#mv .txt-box {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
#mv .txt-box h2 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
#mv .txt-box p em {
	font-size: 15px;
	color: #fff;
	text-align: center;
}
#mv .mv-scroll {
	position: absolute;
	z-index: 2;
	bottom: -5px;
	left: 0;
	right: 0;
	text-align: center;
	width: 45px;
	margin: auto;
}
h2 {
	margin-bottom: 60px;
}
h2 em {
	font-size: 36px;
	display: block;
}
h2.line {
	padding-bottom: 30px;
	margin-bottom: 90px;
	border-bottom: 1px solid #333;
	line-height: 1;
}
h3 {
	font-size: 15px;
	margin-bottom: 60px;
}
h3 em {
	font-size: 24px;
	margin-bottom: 0px;
	display: block;
	line-height: 0;
}
section.section {
	padding-top: 120px;
	padding-bottom: 120px;
}
section.section-min {
	padding-top: 60px;
	padding-bottom: 60px;
}
section.sec-border {
	border-bottom: 1px solid #333;
}
.flex .product {
	width: 24%;
	margin-bottom: 50px;
}
.products::after {
	content: ' ';
	width: 24%;
	height: 0;
	display: block;
}
.flex .product-img {
	width: 100%;
	padding-top: 100%;
	position: relative;
	margin-bottom: 30px;
}
.flex .product-img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.flex .name {
	margin: 0;
}
.flex .brand {
	color: #b1b1b1;
	margin: 0;
}
.flex .price {
	margin: 30px 0 0 0;
}
#pick-up {
	border-bottom: 0;
}
.bg-grade {
	background-image: url('../images/bg-grade.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#recommend h2 {
	margin-bottom: 25px;
}
.flex .box {
	width: calc(50% - 15px);
	position: relative;
}
.flex .box .thumb {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.flex .box .thumb img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.flex .box .cover {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	outline: 2px solid #fff;
}
.flex .box .arrow {
	width: 42px;
	position: absolute;
	right: 40px;
	bottom: 40px;
}
.flex .box .txt {
	position: absolute;
	left: 40px;
	bottom: 30px;
	padding-right: 80px;
	color: #fff;
	height: 90px;
	width: calc(100% - 40px);
}
.flex .box .txt h3 {
	margin-bottom: 0;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.5;
}
.flex .box .txt h3 em {
	line-height: 1.5;
}
.flex .box .txt p {
	margin-bottom: 0;
	color: #fff;
}
.flex .box .txt.interview .logo {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 80px;
}
.flex .box .txt.interview h3 {
	padding-left: 90px;
}
.flex .box .txt.interview p {
	padding-left: 90px;
}
#collaboration .flex {
	flex-wrap: wrap;
	align-items: center;
}
#collaboration .flex .ic-brand {
	width: 14%;
	position: relative;
	padding-top: 10%;
}
#collaboration .flex .ic-brand img {
	position: absolute;
	max-width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#artists {
	padding-top: 0;
}
#artists .item .img-box {
	position: relative;
	width: 100%;
	padding-top: 125%;
	margin-bottom: 20px;
}
#artists .item .img-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	object-fit: cover;
}
#artists .item .txt-box {
	width: 100%;
	display: flex;
	align-items: center;
}
#artists .item .txt-box .icon {
	width: 50px;
	margin-right: 10px;
}
#artists .item .txt-box .job {
	color: #b1b1b1;
	margin-bottom: 0;
}
#artists .item .txt-box .name {
	margin-bottom: 0;
}
#how_to_join h2 {
	margin-bottom: 25px;
}
#how_to_join .flex .box {
	width: 32%;
}
#how_to_join .flex .box .arrow {
	left: 0;
	right: 0;
	bottom: 40px;
	margin: auto;
}
#how_to_join .flex .box .txt {
	padding: 0;
	left: 0;
	right: 0;
	top: 30%;
	bottom: 0;
	text-align: center;
	height: auto;
	margin: auto;
}
#how_to_join h3,
#how_to_join h3 em {
	font-size: 20px;
	margin-bottom: 0;
	line-height: 1.5;
}
#how_to_join h3 em {
	display: inline-block;
}
#how_to_join h3 span {
	display: inline-block;
	text-transform: lowercase;
	font-size: 20px;
	font-style: italic;
}
#how_to_join .filter {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.75;
}
#footer {
	padding: 120px 0;
}
#footer .sns {
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
	column-gap: 30px;
}
#footer .logo {
	margin: auto;
	margin-bottom: 60px;
	text-align: center;
}
#footer nav {
	margin-bottom: 30px;
}
#footer nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 25px;
}
#footer .copylight {
	font-size: 12px;
	text-align: center;
	color: #b1b1b1;
	margin-bottom: 0;
}
.sort-buttons {
	display: flex;
	column-gap: 25px;
	margin-bottom: 30px;
}
.sort-button {
	padding: 5px 10px;
	font-size: 15px;
	cursor: pointer;
	background: none;
	border: inherit;
}
.sort-button::after {
	font-family: 'Font Awesome 5 Free';
	content: '';
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: bold;
	line-height: 1;
	margin-left: 10px;
	color: #999;
}
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 120px;
	gap: 5px;
}
.pager li a {
	font-size: 16px;
	color: #999;
	display: block;
	text-align: center;
	padding-bottom: 3px;
	font-family: 'aktiv-grotesk', sans-serif;
	width: 32px;
}
.pager li.active a {
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #333;
}
h2.page_ttl {
	font-size: 20px;
}
h2.page_ttl em {
	margin-bottom: 20px;
}
#page {
	margin-top: 165px;
}
#concept {
	position: relative;
	height: 200vh;
}
#concept img.bg {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#concept .top-position {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
}
#concept .top-position .mv-scroll {
	position: absolute;
	bottom: 160px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
#concept .txt-box {
	color: #fff;
	text-align: center;
}
#concept .txt-box h2 {
	font-size: 64px;
}
#concept .txt-box p {
	color: #fff;
}
#concept .top-position .txt-box {
	position: relative;
	top: 20vh;
}
#concept .bottom-position {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 120vh;
	min-height: 1150px;
}
#concept .bottom-position .txt-box h2 {
	font-size: 28px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#concept .bottom-position .txt-box p {
	color: #fff;
	opacity: 0.4;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2;
}
#concept .bottom-position .txt-box {
	position: relative;
	top: 10vh;
}
#artist-page .item {
	width: calc(25% - 30px);
	margin-bottom: 60px;
}
#artist-page .item .img-box {
	position: relative;
	width: 100%;
	padding-top: 125%;
	margin-bottom: 20px;
}
#artist-page .item .img-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	object-fit: cover;
}
#artist-page .item .txt-box {
	width: 100%;
	display: flex;
	align-items: center;
}
#artist-page .item .txt-box .icon {
	width: 50px;
	margin-right: 10px;
}
#artist-page .item .txt-box .job {
	color: #b1b1b1;
	margin-bottom: 0;
}
#artist-page .item .txt-box .name {
	margin-bottom: 0;
}
#brand .flex .ic-brand {
	position: relative;
	padding-top: 25%;
	width: 25%;
}
#brand .flex::after {
	content: '';
	width: 25%;
	display: block;
}
#brand .flex .ic-brand img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	object-fit: contain;
	object-position: center;
}
.detail .flex {
	justify-content: flex-start;
}
.detail .flex .left-box {
	width: 50%;
	padding-right: 120px;
}
.detail .flex .right-box {
	width: 50%;
}
.detail .flex .left-box .img-box {
	width: 100%;
	padding-top: 125%;
	position: relative;
}
.detail .flex .left-box .img-box img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.detail .flex .right-box .description {
	color: #b1b1b1;
	margin-bottom: 60px;
}
.detail .flex .right-box .description p {
	color: #b1b1b1;
}
.detail .flex .right-box .artist-info {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.detail .flex .right-box .artist-info .icon {
	width: 100px;
	margin-right: 20px;
}
.detail .flex .right-box .artist-info .job {
	color: #b1b1b1;
	margin-bottom: 5px;
}
.detail .flex .right-box .artist-info .name {
	font-size: 24px;
}
.detail .flex .right-box .brand-info {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.detail .flex .right-box .brand-info img {
	margin-right: 40px;
	min-width: 120px;
}
.detail .flex .right-box .brand-info p em {
	color: #b1b1b1;
}
.detail .flex .right-box .brand-info h3 em {
	font-size: 24px;
}
.detail .flex .right-box .brand-website {
	font-size: 10px;
	color: #b1b1b1;
	margin-bottom: 5px;
}
.detail .flex .right-box .brand-website em {
	font-size: 10px;
	color: #b1b1b1;
}
.detail .flex .right-box a.link-url {
	font-size: 13px;
}
.detail .flex .right-box .message-box {
	width: 100%;
	background-color: #f2f2f2;
	padding: 60px;
	padding-right: 180px;
	position: relative;
}
.detail .flex .right-box .message-box h3 {
	font-size: 15px;
	margin-bottom: 40px;
}
.detail .flex .right-box .message-box h3 em {
	font-size: 24px;
	color: #b1b1b1;
	line-height: 1.5;
}
.detail .flex .right-box .message-box p {
	font-size: 13px;
}
.detail .flex .right-box .message-box .icon {
	width: 70px;
	position: absolute;
	right: 60px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#contents article {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
	position: relative;
}
#contents .left-box {
	width: 40%;
}
#contents .img-box {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
#contents .img-box img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#contents .right-box {
	width: calc(60% - 40px);
}
#contents .right-box .category {
	padding: 0.25em 0.5em;
	font-size: 12px;
	color: #fff;
	background: #000;
	display: inline-block;
	margin-right: 10px;
}
#contents .right-box time {
	color: #b1b1b1;
	font-size: 12px;
	display: inline-block;
}
#contents .right-box h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#contents .right-box p {
	color: #b1b1b1;
}
#contents .right-box .more {
	text-align: right;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
#mypage {
	position: relative;
}
#mypage .login-nav {
	text-align: right;
	float: right;
}
#mypage aside {
	width: 20%;
}
#mypage aside ul.side-nav {
	display: flex;
	row-gap: 5px;
	flex-wrap: wrap;
}
#mypage aside ul.side-nav li {
	background-color: #000;
	width: 100%;
	display: block;
}
#mypage aside ul.side-nav li a {
	color: #fff;
	padding: 1em;
	display: block;
}
#mypage .nav-content {
	width: calc(80% - 40px);
}
#mypage .nav-content h3 {
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #b1b1b1;
}
#mypage .nav-content ul li {
	margin-bottom: 15px;
}
#mypage .nav-content ul li time {
	display: block;
}
.form-signup {
	display: none;
}
.form-signup table {
	width: 100%;
}
.form-signup table th {
	text-align: right;
	border-right: 1px solid #333;
	padding: 10px 15px;
	width: 360px;
}
.form-signup table td {
	padding: 10px 15px;
}
.form-signup table input {
	padding: 0.5em;
	max-width: 320px;
	margin-bottom: 15px;
	width: 100%;
}
.form-signup table select {
	padding: 0.5em;
	margin-bottom: 15px;
}
.form-signup table small {
	font-size: 12px;
	margin-left: 10px;
}
.form-signup .agree {
	margin: 20px auto;
	text-align: center;
	display: flex;
	justify-content: center;
}
.form-signup button {
	margin: 40px auto 20px;
	display: block;
	background: #000;
	color: #fff;
	padding: 10px 15px;
	font-size: 14px;
	cursor: pointer;
	border: none;
}
.form-signup th.required::before {
	content: '※';
	margin-right: 5px;
	color: red;
	display: inline-block;
}
.registration_select {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 60px;
	justify-content: center;
}
.registration_select li button {
	display: block;
	cursor: pointer;
	padding: 10px 15px;
	white-space: nowrap;
	width: 180px;
	background-color: #aaa;
	color: #fff;
	text-align: center;
	border: none;
	font-size: 16px;
}
.registration_select li button.active {
	background-color: #000;
}
#product-item .flex {
	display: flex;
	justify-content: space-between;
}
#product-item .flex .container {
	width: calc(50% - 20px);
}
#product-item .flex .container .slider-product .slick-img figure {
	position: relative;
	padding-top: 125%;
}
#product-item .flex .container .slider-product .slick-img figure img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#product-item .brand_name {
	font-weight: bold;
}
#product-item ul.info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 20px;
}
#product-item ul.info li {
	font-size: 15px;
	border-left: 1px solid #333;
	padding-left: 10px;
	padding-right: 10px;
}
#product-item ul.info li:first-child {
	border: none;
}
#product-item ul.info li:last-child {
	padding-right: 0;
}
#product-item h2 {
	font-size: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
	font-weight: bold;
}
#product-item .description {
	margin-bottom: 50px;
}
#product-item .actions {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
}
#product-item .price {
	margin-bottom: 40px;
}
#product-item .price em {
	display: inline-block;
	margin-left: 20px;
}
#product-item .actions button {
	color: #fff;
	background: #000;
	padding: 10px 35px;
	text-align: center;
	display: block;
	cursor: pointer;
}
#product-item .slick-prev,
#product-item .slick-next {
	font-size: 0px;
	line-height: 1;
	opacity: 1;
	color: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 20;
}
#product-item .slick-prev {
	left: 0px;
}
#product-item .slick-next {
	right: 17px;
}
#product-item .slick-prev::before,
#product-item .slick-next::before {
	color: #000;
	font-size: 36px;
}
.thumbnail-img {
	position: relative;
	height: 190px;
}
.thumbnail-img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.btn_jump {
	color: #fff;
	background: #000;
	padding: 10px 35px;
	text-align: center;
	display: block;
	border-radius: 30px;
}
@media screen and (min-width: 0px) and (max-width: 799px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	.inner {
		padding-left: 3.25vw;
		padding-right: 3.25vw;
	}
	h2 {
		margin-bottom: 30px;
	}
	h2 em {
		font-size: 24px;
	}
	h3 {
		margin-bottom: 20px;
	}
	h3 em {
		font-size: 20px;
	}
	h2.line {
		margin-bottom: 40px;
	}
	section.section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	section.section-min {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#header-in {
		padding: 15px;
	}
	.hamburger {
		right: 25px;
	}
	#header-in h1 img {
		width: 60px;
		height: 60px;
	}
	#header-in nav.hamburger_menu {
		margin-top: 95px;
	}
	#page {
		margin-top: 95px;
	}
	#mv {
		height: calc(100vh - 95px);
	}
	#header-in nav.hamburger_menu {
		max-width: 240px;
		height: calc(100vh - 95px);
	}
	.flex .product {
		margin-bottom: 30px;
		width: calc(50% - 15px);
	}
	.flex .box {
		width: 100%;
		margin-bottom: 30px;
	}
	.flex .box .txt.interview .logo {
		width: 60px;
	}
	.flex .box .txt.interview h3,
	.flex .box .txt.interview p {
		padding-left: 70px;
	}
	.flex .box .txt {
		left: 20px;
		bottom: 20px;
		height: 60px;
	}
	.flex .box .txt h3,
	.flex .box .txt em {
		font-size: 16px;
	}
	.flex .box .txt p {
		font-size: 12px;
	}
	#collaboration .flex {
		gap: 40px;
	}
	#collaboration .flex::after {
		content: '';
		width: 25%;
		height: 0;
	}
	#collaboration .flex .ic-brand {
		width: 25%;
	}
	#artists .item .txt-box {
		padding: 0 3.25vw;
	}
	#how_to_join .flex .box {
		width: 100%;
	}
	#footer nav ul {
		row-gap: 20px;
		flex-wrap: wrap;
	}
	.pager {
		margin-top: 40px;
	}
	#concept {
		height: 300vh;
	}
	#concept .top-position .mv-scroll {
		bottom: 90px;
	}
	#concept .txt-box h2 {
		font-size: 28px;
	}
	#concept .bottom-position .txt-box h2 {
		font-size: 20px;
	}
	#concept .bottom-position {
		height: 200vh;
		min-height: 100vh;
	}
	#artist-page .item {
		width: calc(50% - 20px);
		margin-bottom: 60px;
	}
	#artist-page .item .txt-box .job,
	#artist-page .item .txt-box .name {
		font-size: 12px;
	}
	#brand .flex .ic-brand {
		position: relative;
		padding-top: 50%;
		width: 50%;
	}
	#brand .flex::after {
		content: '';
		width: 50%;
		display: block;
	}
	.detail .flex .left-box,
	.detail .flex .right-box {
		width: 100%;
		padding: 0;
	}
	.detail .flex .left-box .img-box {
		margin-bottom: 30px;
	}
	.detail .flex .right-box .artist-info .icon {
		width: 70px;
	}
	.detail .flex .right-box .message-box {
		padding: 20px;
		padding-right: 20px;
	}
	.detail .flex .right-box .message-box .icon {
		width: 40px;
		top: 20px;
		bottom: inherit;
		right: 20px;
	}
	#contents .left-box,
	#contents .right-box {
		width: 100%;
	}
	#contents .left-box {
		margin-bottom: 30px;
	}
	#mypage aside,
	#mypage .nav-content {
		width: 100%;
	}
	#mypage aside {
		margin-bottom: 30px;
	}
	.form-signup table th {
		text-align: left;
		border-right: none;
		padding: 0;
		display: block;
		margin-bottom: 10px;
	}
	.form-signup table td {
		padding: 0;
		display: block;
		margin-bottom: 10px;
	}
	.form-signup table input {
		max-width: 100%;
		box-sizing: border-box;
	}
	.form-signup table small {
		margin: 0;
	}
	.registration_select {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.registration_select li {
		width: 100%;
	}
	.registration_select li button {
		width: 100%;
	}
	#product-item .flex {
		flex-wrap: wrap;
	}
	#product-item .flex .container.content_left {
		margin-bottom: 20px;
	}
	#product-item .flex .container {
		width: 100%;
	}
}
