@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=a5e90fd6-13ff-49f2-823c-22f3b71d40f4");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	background: transparent;
	border: 0;
	font: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

body {
	font-size: 62.5%;
}

@font-face {
	font-family: "Neue Haas Grotesk Disp W0535XL";
	src: url("../../common/Fonts/45f7cd2c-1724-4134-b7a5-2f5761472c2b.eot?#iefix");
	src: url("../../common/Fonts/45f7cd2c-1724-4134-b7a5-2f5761472c2b.eot?#iefix") format("eot"), url("../../common/Fonts/54648c18-4881-459e-813e-2d62f5af89d9.woff2") format("woff2"), url("../../common/Fonts/bb16bb0a-cb62-4087-b188-2ee4dc8b818c.woff") format("woff"), url("../../common/Fonts/568ea138-07de-4786-bebe-c2100d8abec0.ttf") format("truetype");
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

.openingContainer {
	width: 100%;
	height: 100vh;
	display: table;
	text-align: center;
	background-color: #fff;
	position: fixed;
	z-index: 9999;
}

.openingContainer .bgImg_container {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	overflow: hidden;
	max-width: none;
}

.openingContainer .bgImg_container:not(.sp_show).mainMono {
	z-index: 9960;
	background: url("../img/19ss/main_mono_pc.jpg") no-repeat top center;
	background-size: cover;
}

.openingContainer .bgImg_container:not(.sp_show).mainMono img {
	width: 100%;
}

.openingContainer .bgImg_container:not(.sp_show).mainColor {
	z-index: 9970;
	background: url("../img/19ss/main_color_pc.jpg") no-repeat top center;
	background-size: cover;
}

.openingContainer .bgImg_container:not(.sp_show).mainColor img {
	width: 100%;
}

.openingContainer .bgImg_container.sp_show {
	display: none;
}

.openingContainer .bgImg_container.sp_show .sp_keyVisual {
	max-width: none;
}

.openingContainer .bgImg_container .bgImg_main {
	width: 100%;
	height: 100%;
}

.openingContainer .bgImg_container .bgImg_main.mainColor {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.openingContainer .logoArea {
	opacity: 0;
	position: relative;
	z-index: 9980;
	display: table-cell;
	vertical-align: middle;
}

.openingContainer .op_logoImg {
	margin-right: -20px;
	margin-bottom: 30px;
}

.openingContainer .date {
	font-family: "Roboto", sans-serif;
	font-size: 1.7em;
	letter-spacing: 0.05em;
}

.openingContainer .loadingBar {
	width: 0;
	height: 4px;
	background: #03a7eb;
	box-shadow: 0 2px 2px rgba(0,0,0,0.25);
	position: fixed;
	top: 0;
	left: 0;
	transition: all 0.2s linear 0s;
}

.global_wrapper {
	width: 100%;
	z-index: 1000;
}

.global_wrapper.jsLock::after {
	content: '';
	display: block;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 210;
	background-color: rgba(0,0,0,0.5);
}

.wrapper {
	position: relative;
}

.contents_hiddenLayer {
	width: 100%;
	height: 300%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.global_hiddenLayer {
	width: 100%;
	height: 300%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	opacity: 0;
	display: none;
}

.header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
}

.header_inner {
	height: 32px;
	margin: 0 auto;
	padding: 50px 8.3% 0;
	position: relative;
	text-align: center;
}

.menuBtn_box {
	width: 28px;
	height: 18px;
	position: absolute;
	top: 55px;
	left: 4%;
	cursor: pointer;
	opacity: 1;
	-ms-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.menuBtn_box:hover {
	opacity: 0.7;
}

.menuBtn_box .btnLine {
	width: 28px;
	height: 1px;
	display: block;
	background-color: #000;
	position: relative;
}

.menuBtn_box .btnLine::before,
.menuBtn_box .btnLine::after {
	content: '';
	display: block;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
}

.menuBtn_box .btnLine::before {
	width: 20px;
	top: 9px;
}

.menuBtn_box .btnLine::after {
	width: 26px;
	top: 18px;
}

.pageTitle {
	display: inline-block;
	margin-right: -5px;
}

.toTop {
	position: relative;
	opacity: 1;
	-ms-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.toTop:hover {
	opacity: 0.7;
}

.lookBtn_box {
	position: absolute;
	top: 60px;
	right: 4%;
}

.lookBtn_box .alllook {
	text-decoration: none;
	color: #000;
	display: block;
	padding-right: 22px;
	position: relative;
	opacity: 1;
	-ms-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.lookBtn_box .alllook:hover {
	opacity: 0.7;
}

.lookBtn_box .alllook.jsOpen_lineUp::before {
	content: '';
	display: block;
	width: 28px;
	height: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #000;
	position: absolute;
	top: 6px;
	left: 50px;
}

.lookBtn_box .alllook.jsOpen_lineUp::after {
	content: '';
	width: 28px;
	height: 1px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #000;
	position: absolute;
	top: 6px;
	left: 50px;
}

.lookBtn_box .alllook span {
	display: table-cell;
	vertical-align: middle;
	font-family: "Roboto", sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.05em;
}

.lookBtn_box .alllook .viewIcon {
	position: absolute;
	top: 0;
	left: 58px;
}

.menu_container {
	width: 400px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: -400px;
	z-index: 2000;
	text-align: center;
}

.menu_inner {
	height: 100%;
	overflow: auto;
	padding: 120px 110px;
	background-color: #f5f5f5;
	position: relative;
	z-index: 2100;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menu_inner::-webkit-scrollbar {
	display: none;
}

.menu_scrollBox {
	display: block;
	padding-bottom: 30px;
}

.menu_scrollBox .menu_close {
	width: 28px;
	height: 28px;
	cursor: pointer;
	position: absolute;
	top: 59px;
	left: 60px;
	opacity: 1;
	-ms-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.menu_scrollBox .menu_close:hover {
	opacity: 0.7;
}

.menu_scrollBox .menu_close .closeBtn {
	display: block;
	width: 28px;
	height: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #000;
	position: relative;
	top: 14px;
}

.menu_scrollBox .menu_close .closeBtn::after {
	content: '';
	width: 28px;
	height: 1px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.menu_scrollBox .logo_container {
	padding-bottom: 50px;
}

.menu_scrollBox .linkBtn {
	padding-bottom: 50px;
}

.menu_scrollBox .linkBtn:first-child {
	padding-bottom: 25px;
}

.menu_scrollBox .linkBtn .name_collection {
	font-family: "Roboto", sans-serif;
	font-size: 1.5em;
	letter-spacing: 0.05em;
	color: #000;
	display: inline-block;
	padding-bottom: 40px;
}

.menu_scrollBox .linkBtn .archiveLink {
	display: inline-block;
	margin: 0 10px 25px;
}

.menu_scrollBox .linkBtn .archiveLink:not(.hashLink) {
	color: #777;
}

.menu_scrollBox .linkBtn .archiveLink.not_adjacent {
	margin-right: 87px;
}

.menu_scrollBox .linkBtn .contentsLink {
	font-family: "Roboto", sans-serif;
	font-size: 1.5em;
	letter-spacing: 0.05em;
	color: #000;
	text-decoration: none;
	position: relative;
}

.menu_scrollBox .linkBtn .contentsLink:not(.activeMenu)::after {
	content: '';
	position: absolute;
	bottom: -5px;
	right: 0.1em;
	left: 0;
	height: 1px;
	background: currentColor;
	will-change: transform;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.menu_scrollBox .linkBtn .contentsLink:not(.activeMenu):hover::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.menu_scrollBox .linkBtn .contentsLink.activeMenu {
	cursor: default;
}

.menu_scrollBox .linkBtn .contentsLink.activeMenu::after {
	content: '';
	position: absolute;
	bottom: -5px;
	right: 0.1em;
	left: 0;
	height: 1px;
	background: currentColor;
}

.menu_scrollBox .archive_inner {
	display: none;
}

.menu_scrollBox .arhive_arrow {
	width: 17px;
	height: 10px;
	position: relative;
	display: block;
	margin: 10px auto 0;
	cursor: pointer;
}

.menu_scrollBox .arhive_arrow::before,
.menu_scrollBox .arhive_arrow::after {
	content: '';
	display: block;
	width: 13px;
	height: 2px;
	background-color: #777;
	position: absolute;
	top: 0;
}

.menu_scrollBox .arhive_arrow::before {
	left: 0;
	transform-origin: left;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu_scrollBox .arhive_arrow::after {
	right: 0;
	transform-origin: right;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu_scrollBox .share-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.menu_scrollBox .shareLink {
	display: block;
	position: relative;
}

.footer {
	background-color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
	border-top-color: #f5f5f5;
	border-top-style: solid;
}

.footer .linkBtn {
	position: relative;
}

.footer .contentsLink {
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: #000;
	position: relative;
}

.footer .contentsLink:not(.activeMenu)::after {
	content: '';
	position: absolute;
	bottom: -5px;
	right: 0;
	left: 0;
	height: 1px;
	background: currentColor;
	will-change: transform;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer .contentsLink:not(.activeMenu):hover::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.footer .contentsLink.activeMenu {
	cursor: default;
}

.footer .contentsLink.activeMenu::after {
	content: '';
	position: absolute;
	bottom: -5px;
	right: 0.1em;
	left: 0;
	height: 1px;
	background: currentColor;
}

.footer h3 {
	font-family: "Roboto", sans-serif;
	color: #000;
}

.footer .share-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.footer .shareLink {
	display: block;
	position: relative;
}

.footer .copyright-container {
	position: relative;
}

.footer .copyright-inner {
	display: inline-block;
}

.footer .bms-link {
	text-decoration: none;
	color: #000;
}

.footer .copyright {
	font-family: "Roboto", sans-serif;
}

.footer .toTop_arrow {
	position: absolute;
}

.footer .toTop_arrow .arrowIcon {
	position: relative;
	display: block;
	cursor: pointer;
}

.footer .toTop_arrow .arrowIcon::before {
	content: '';
	position: absolute;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #000;
}

.footer .toTop_arrow .arrowIcon::after {
	content: '';
	position: absolute;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #000;
}

.collection {
	background-color: #f5f5f5;
	overflow-x: hidden;
}

.collection_title {
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
}

.collection_inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.img_box {
	position: relative;
	z-index: 200;
}

.img_box.z_option {
	z-index: 210;
}

.img_box .itemLink::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	max-width: 550px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 899;
	transition: 0.3s;
	background: rgba(0,0,0,0);
}

.img_box .itemLink:hover {
	cursor: url("/maturely/common/img/zoom.png"), pointer;
}

.img_box .itemLink:hover::after {
	background: rgba(0,0,0,0.1);
}

.img_box .imgLayer {
	max-width: 550px;
	max-height: 740px;
	overflow: hidden;
	opacity: 0;
	top: 0;
	z-index: 500;
	will-change: transform;
	backface-visibility: hidden;
}

.img_box .itemImg {
	max-width: 550px;
	max-height: 740px;
	z-index: 200;
}

.img_box .sub_itemLink {
	display: block;
}

.img_box .sub_itemImg {
	display: block;
	opacity: 0;
}

.img_box.sub_item {
	z-index: 100;
}

.img_box .credit .credit_hiddenLayer {
	overflow: hidden;
	width: 100%;
	height: 40px;
	position: relative;
}

.img_box .credit .credit_container {
	display: block;
	opacity: 0;
	height: 100%;
	position: absolute;
	top: 0;
}

.credit_num {
	position: relative;
	display: inline;
}

.credit_num .numerator {
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.05em;
	padding-right: 20px;
	position: relative;
	display: inline-block;
}

.credit_num .numerator::after {
	content: '';
	display: block;
	width: 27px;
	height: 1px;
	border-bottom: 1px solid #000;
	transform: rotate(-42deg);
	position: absolute;
}

.credit_num .denominator {
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.1em;
	position: absolute;
}

.price_box {
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.05em;
}

.price_box .price_link {
	text-decoration: none;
	color: #000;
	position: relative;
}

.price_box .price_link::after {
	content: '';
	position: absolute;
	bottom: -5px;
	right: 0.1em;
	left: 0;
	height: 1px;
	background: currentColor;
}

.price_box .price_link:hover::after {
	-webkit-animation: link-hover 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	animation: link-hover 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.price_box .price {
	display: inline-block;
	padding-left: 10px;
}

.collection_container2 .item_1 {
	display: table;
	width: 100%;
	overflow: hidden;
}

.collection_container2 .item_1 .credit {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.collection_container2 .item_1 .sideL::after {
	background-color: #fff;
}

.collection_container2 .item_1 .numerator,
.collection_container2 .item_1 .denominator {
	color: #fff;
}

.collection_container2 .item_1 .numerator::after {
	border-color: #fff;
}

.collection_container2 .item_1 .img_inner {
	display: table-cell;
	vertical-align: middle;
}

.collection_container2 .item_1 .layout_wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.collection_container2 .item_1 .imgLayer_1,
.collection_container2 .item_1 .imgLayer_3 {
	overflow: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 500;
	will-change: transform;
	backface-visibility: hidden;
}

.collection_container2 .item_1 .imgLayer_1 .itemLink::after,
.collection_container2 .item_1 .imgLayer_3 .itemLink::after {
	max-width: none;
}

.collection_container2 .item_1 .imgLayer_1 .itemImg_1,
.collection_container2 .item_1 .imgLayer_3 .itemImg_1 {
	max-width: none;
}

.collection_container2 .item_1 .imgLayer_1 .itemImg_3,
.collection_container2 .item_1 .imgLayer_3 .itemImg_3 {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 200;
	max-width: none;
}

.collection_container4 {
	background-color: #fff;
}

.collection_container4 .sub_itemContainer {
	display: flex;
}

.collection_container4 .img_box:last-child {
	margin-right: 0;
}

.collection_container4 .img_box img {
	max-width: 100%;
}

.collection_container6 .item_1 .sub_itemContainer {
	display: table;
	width: 100%;
	background-color: #fff;
}

.collection_container6 .item_1 .img_box {
	display: table-cell;
	vertical-align: middle;
}

.collection_container6 .item_1 .img_box:first-child {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

.collection_container6 .item_1 .sub_itemInner {
	display: flex;
	margin: 0 auto;
}

.collection_container6 .item_1 .sub_itemInner p {
	width: 50%;
}

.collection_container6 .item_1 .sub_itemInner p img {
	width: 100%;
}

.collection_container6 .item_1 .credit {
	margin: 0 auto;
}

.collection_container6 .item_1 .price {
	padding-left: 0;
}

.collection_container7 .item_1 {
	display: table;
	width: 100%;
	overflow: hidden;
}

.collection_container7 .item_1 .credit {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.collection_container7 .item_1 .sideL::after {
	background-color: #fff;
}

.collection_container7 .item_1 .numerator,
.collection_container7 .item_1 .denominator {
	color: #fff;
}

.collection_container7 .item_1 .numerator::after {
	border-color: #fff;
}

.collection_container7 .item_1 .img_inner {
	display: table-cell;
	vertical-align: middle;
}

.collection_container7 .item_1 .layout_wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.collection_container7 .item_1 .imgLayer_1,
.collection_container7 .item_1 .imgLayer_3 {
	overflow: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 500;
	will-change: transform;
	backface-visibility: hidden;
}

.collection_container7 .item_1 .imgLayer_1 .itemLink::after,
.collection_container7 .item_1 .imgLayer_3 .itemLink::after {
	max-width: none;
}

.collection_container7 .item_1 .imgLayer_1 .itemImg_1,
.collection_container7 .item_1 .imgLayer_3 .itemImg_1 {
	max-width: none;
}

.collection_container7 .item_1 .imgLayer_1 .itemImg_3,
.collection_container7 .item_1 .imgLayer_3 .itemImg_3 {
	width: 40%;
	height: 53.3%;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 200;
	max-width: none;
}

.collection_container9 {
	background-color: #fff;
}

.collection_container9 .item_1 {
	width: 100%;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.collection_container9 .item_1 .layout_wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.collection_container9 .item_1 .imgLayer_3 {
	overflow: hidden;
	opacity: 0;
	top: 0;
	z-index: 500;
	will-change: transform;
	backface-visibility: hidden;
}

.collection_container9 .item_1 .imgLayer_3 .itemLink::after {
	max-width: none;
}

.collection_container9 .item_1 .imgLayer_3 .itemImg_3 {
	width: 40%;
	height: 53.3%;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 200;
	max-width: none;
}

.collection_container9 .sub_itemContainer .img_box {
	display: flex;
	flex-wrap: wrap;
}

.collection_container9 .sub_itemContainer .img_box p:first-child {
	width: 100%;
}

.collection_container9 .sub_itemContainer .img_box p img {
	width: 100%;
}

.collection_container10 .item_1 .imgLayer_2 {
	max-width: 480px;
	max-height: 640px;
	overflow: hidden;
	opacity: 0;
	top: 0;
	z-index: 500;
	will-change: transform;
	backface-visibility: hidden;
}

.collection_container10 .item_1 .imgLayer_2 .itemImg_2 {
	position: absolute;
	z-index: 200;
	max-width: 480px;
	max-height: 640px;
}

.collection_container10 .item_1 .imgLayer_2 .itemLink::after {
	max-width: 480px;
	max-height: 640px;
}

.collection_container10 .item_2 .imgLayer {
	left: 0;
}

.collection_container10 .item_4 .imgLayer {
	left: 0;
}

.staffCredit_container {
	background-color: #fff;
}

.staffCredit_inner p img {
	max-width: 100%;
}

.staffCredit_wrap {
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.staffCredit_wrap .credit_img {
	display: flex;
	flex-wrap: wrap;
}

.staffCredit_wrap .credit_img li:nth-child(2n) {
	margin-right: 0;
}

.staffCredit_wrap .credit_img li:last-child {
	margin-bottom: 0;
}

.staffCredit_wrap .credit_img li img {
	width: 100%;
}

.staffCredit_wrap .staffCredit_list {
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.05em;
	padding-bottom: 15px;
	text-align: left;
}

.staffCredit_wrap .staffCredit_list:last-child {
	padding-bottom: 0;
}

.staffCredit_wrap .staffCredit_list span {
	font-weight: bold;
}

.lineUp {
	display: none;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 500;
	width: 100%;
	min-height: 100%;
	background-color: #f5f5f5;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.lineUp_container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
}

.lineUp_list:nth-child(4n),
.lineUp_list:last-child {
	margin-right: 0;
}

.lineUp_list img {
	width: 100%;
}

.lineUp_link:hover {
	cursor: url("/maturely/common/img/zoom.png"), pointer;
}

.concept {
	display: none;
	width: 100%;
	padding: 150px 0 75px;
	background-color: #f5f5f5;
}

.concept h2 {
	font-family: "Roboto", sans-serif;
	font-size: 2.6em;
	letter-spacing: 0.05em;
	text-align: center;
	padding-bottom: 35px;
}

.concept .contentContainer {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 8.3%;
}

.concept .concept_jp,
.concept .concept_en {
	vertical-align: top;
}

.concept .concept_jp {
	padding-bottom: 40px;
}

.concept .concept_jp .concept_sentence {
	font-family: 'YuGothic', sans-serif;
}

.concept .concept_en .concept_sentence {
	font-family: "Roboto", sans-serif;
}

.concept .concept_sentence {
	font-size: 1.5em;
	letter-spacing: 0.05em;
	line-height: 2.25;
	padding: 0 0 30px 5px;
	text-align: center;
}

.concept .concept_sentence:last-child {
	padding-bottom: 0;
}

.concept .concept_sentence .wbrBox {
	white-space: nowrap;
}

.concept .concept_sentence .spOnly_break {
	display: none;
}

.shopList {
	display: none;
	width: 100%;
	padding: 150px 0 75px;
	background-color: #f5f5f5;
}

.shopList h2 {
	font-family: "Roboto", sans-serif;
	font-size: 2.6em;
	letter-spacing: 0.05em;
	text-align: center;
	padding-bottom: 50px;
}

.shopList .shopList_container {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 8.3%;
}

.shopList .shopList_container.sp {
	display: none;
}

.shopList .shopList_container .area_container {
	padding-bottom: 80px;
}

.shopList .shopList_container .area_container:last-child {
	padding-bottom: 0;
}

.shopList .shopList_container .area_container ul {
	display: flex;
	justify-content: start;
	align-items: start;
	flex-wrap: wrap;
}

.shopList .shopList_container h3 {
	font-family: "Roboto", sans-serif;
	font-size: 1.9em;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-bottom: 50px;
	text-align: center;
}

.shopList .shopList_container .shop_list {
	width: 33.3%;
	display: inline-block;
	padding: 0 1% 50px;
	text-align: center;
	box-sizing: border-box;
}

.shopList .shopList_container .shop_name {
	padding-bottom: 14px;
}

.shopList .shopList_container .shop_name span {
	font-family: "Roboto", sans-serif;
	font-size: 1.3em;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #000;
}

.shopList .shopList_container .shop_link {
	font-family: "Roboto", sans-serif;
	font-size: 1.3em;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #000;
	text-decoration: none;
	position: relative;
}

.shopList .shopList_container .shop_link::after {
	content: '';
	position: absolute;
	bottom: -5px;
	right: 0.1em;
	left: 0;
	height: 1px;
	background: currentColor;
}

.shopList .shopList_container .shop_link:hover::after {
	-webkit-animation: link-hover 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	animation: link-hover 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.shopList .shopList_container .phone {
	font-family: "Roboto", sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	color: #888;
}

.detail {
	display: none;
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	z-index: 3000;
	background-color: #f5f5f5;
}

.detail .detail_container {
	max-width: 1400px;
	min-width: 1170px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: none;
	position: relative;
	background-color: #f5f5f5;
}

.detail .info_contents {
	position: absolute;
	bottom: 0;
	z-index: 10;
}

.detail .info_contents.thumb {
	left: 20px;
}

.detail .info_contents.credit {
	right: 40px;
}

.detail .img_contents.pc {
	position: relative;
}

.detail .img_contents.pc img {
	display: block;
	margin: 0 auto;
	height: 100vh;
}

.detail .img_contents.pc .preload {
	display: none;
}

.detail .img_contents.sp {
	display: none;
}

.detail .img_hiddenLayer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: none;
	background-color: #f5f5f5;
}

.detail .thumb_container {
	width: 230px;
	padding-bottom: 40px;
}

.detail .thumb_list {
	display: inline-block;
	padding-right: 20px;
}

.detail .thumb_list:last-child {
	padding-right: 0;
}

.detail .jsClick_imgChange {
	position: relative;
	display: block;
}

.detail .jsClick_imgChange.imgActive::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
}

.detail .detailCredit_container {
	padding: 0 0 90px 40px;
}

.detail .credit_list {
	text-align: right;
	padding-bottom: 15px;
}

.detail .credit_link {
	font-family: "Roboto", sans-serif;
	font-size: 1.3em;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #000;
	text-decoration: none;
	position: relative;
	display: inline-block;
	text-align: left;
}

.detail .credit_link:not(.noLink)::after {
	content: '';
	position: absolute;
	bottom: -5px;
	right: 0.1em;
	left: 0;
	height: 1px;
	background: currentColor;
}

.detail .credit_link:not(.noLink):hover::after {
	-webkit-animation: link-hover 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	animation: link-hover 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.detail .item_subInfo {
	font-family: "Roboto", sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.05em;
	display: block;
	margin-top: 12px;
}

.detail .annotation {
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	letter-spacing: 0.05em;
	padding-top: 5px;
	text-align: right;
}

.detail .detailNum {
	font-family: "Roboto", sans-serif;
	font-size: 1.3em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 40px;
	bottom: 40px;
}

.detail .arrow {
	display: block;
	width: 20px;
	height: 46px;
	position: absolute;
	z-index: 10;
	top: 42%;
	opacity: 1;
	-ms-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.detail .arrow:hover {
	opacity: 0.7;
}

.detail .arrow.sideR {
	right: 17px;
}

.detail .arrow.sideR::before {
	top: 16px;
	right: 2px;
	transform: rotate(-120deg);
}

.detail .arrow.sideR::after {
	bottom: 16px;
	right: 2px;
	transform: rotate(120deg);
}

.detail .arrow.sideL {
	left: 17px;
}

.detail .arrow.sideL::before {
	top: 16px;
	left: 2px;
	transform: rotate(-60deg);
}

.detail .arrow.sideL::after {
	bottom: 16px;
	left: 2px;
	transform: rotate(60deg);
}

.detail .arrow::before,
.detail .arrow::after {
	content: '';
	display: block;
	width: 15px;
	height: 1px;
	background-color: #000;
	position: absolute;
}

.detail .menu_close {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 1000;
	cursor: pointer;
	opacity: 1;
	-ms-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.detail .menu_close:hover {
	opacity: 0.7;
}

.detail .menu_close .closeBtn {
	display: block;
	width: 39px;
	height: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #000;
	position: relative;
	top: 14px;
	left: -5px;
}

.detail .menu_close .closeBtn::after {
	content: '';
	width: 39px;
	height: 1px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.instagram-sec {
	position: relative;
	z-index: 2;
	background-color: #f5f5f5;
}

.instagram-sec h2 {
	font-family: "Roboto", sans-serif;
	color: #000;
	text-align: center;
}

.instagram-sec .acount-info {
	text-align: center;
}

.instagram-sec small {
	font-family: "Roboto", sans-serif;
	color: #000;
	display: block;
}

.instagram-sec p {
	display: inline-block;
}

.instagram-sec .followus {
	font-family: "Roboto", sans-serif;
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.instagram-sec .followus::after {
	content: '';
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("/maturely/common/img/asset/link_icon_b.svg");
}

.instagram-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (min-width: 769px) {

br.forPC {
	display: inline;
}

br.forSP {
	display: none;
}

img.forPC {
	display: block !important;
}

img.forSP {
	display: none !important;
}

}

@media print, screen and (min-width: 769px) {

.menu_scrollBox .share-container {
	max-width: 80px;
	margin-bottom: 30px;
}

.menu_scrollBox .shareBtn {
	padding: 0 10px;
}

.menu_scrollBox .shareBtn.lne {
	display: none;
}

.menu_scrollBox .shareLink {
	opacity: 1;
	-ms-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.menu_scrollBox .shareLink:hover {
	opacity: 0.7;
}
.footer {
	border-top-width: 2px;
	padding: 80px 8.3% 45px;
}

.footer-pageLogo {
	margin-bottom: 50px;
}

.footer .linkBtn-container {
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
}

.footer .linkBtn {
	display: flex;
}

.footer .linkBtn::after {
	content: '/';
	font-weight: bold;
	display: block;
	color: #000;
	margin: 0 20px;
}

.footer .linkBtn:last-child::after {
	display: none;
}

.footer .contentsLink {
	font-size: 1.3em;
}

.footer h3 {
	font-size: 1.4em;
	margin-bottom: 20px;
}

.footer .share-container {
	max-width: 80px;
	margin-bottom: 30px;
}

.footer .shareBtn {
	padding: 0 10px;
}

.footer .shareBtn.lne {
	display: none;
}

.footer .shareLink {
	opacity: 1;
	-ms-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.footer .shareLink:hover {
	opacity: 0.7;
}

.footer .bms-link {
	display: flex;
	align-items: center;
	opacity: 1;
	-ms-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.footer .bms-link:hover {
	opacity: 0.7;
}

.footer .bmsLogo-container {
	margin-right: 15px;
}

.footer .copyright {
	font-size: 1em;
}

.footer .toTop_arrow {
	bottom: 40px;
	right: 4%;
}

.footer .toTop_arrow .arrowIcon {
	width: 28px;
	height: 15px;
	opacity: 1;
	-ms-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.footer .toTop_arrow .arrowIcon:hover {
	opacity: 0.7;
}

.footer .toTop_arrow .arrowIcon::before {
	top: 6px;
	left: 0;
	width: 18px;
	height: 2px;
}

.footer .toTop_arrow .arrowIcon::after {
	top: 6px;
	right: -2px;
	width: 18px;
	height: 2px;
}

.collection {
	padding-top: 160px;
}

.collection_title {
	font-size: 1.8em;
	padding-bottom: 80px;
}

.collection_inner {
	padding: 0 8.3%;
}

.img_box .itemLink {
	display: block;
}

.img_box .imgLayer {
	position: absolute;
}

.img_box .itemImg {
	position: absolute;
}

.img_box .credit.pc_show {
	display: block;
}

.img_box .credit.sp_show {
	display: none;
}

.credit_num.sideL {
	padding-left: 100px;
}

.credit_num.sideL::after {
	content: '';
	width: 80px;
	height: 1px;
	display: block;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 0;
}

.credit_num.sideL .denominator {
	right: -13px;
}

.credit_num.sideR {
	padding-right: 100px;
}

.credit_num.sideR::after {
	content: '';
	width: 80px;
	height: 1px;
	display: block;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 0;
}

.credit_num.sideR .denominator {
	left: 47px;
}

.credit_num .numerator {
	font-size: 3em;
}

.credit_num .numerator::after {
	top: 19px;
	right: -1px;
}

.credit_num .denominator {
	font-size: 1.4em;
	bottom: -8px;
}

.price_box {
	font-size: 1.1em;
	padding-top: 20px;
}

.collection_container1 {
	padding-bottom: 140px;
}

.collection_container1 .item_1 .credit {
	padding: 22.5% 0 26.7% 54.2%;
}

.collection_container1 .item_2 .imgLayer {
	left: 54.2%;
}

.collection_container1 .item_2 .credit {
	padding: 35% 0 23.3% 31.7%;
}

.collection_container2 .item_1 {
	background-color: #fff;
}

.collection_container2 .item_1.forSP {
	display: none;
}

.collection_container2 .item_1 .credit {
	width: 50%;
	padding-left: 4.2%;
	background-image: url("../img/19ss/collection/bg_1_pc.jpg");
}

.collection_container2 .item_1 .img_inner {
	width: 50%;
}

.collection_container2 .item_1 .imgLayer_1,
.collection_container2 .item_1 .imgLayer_3 {
	left: 17%;
	bottom: 0;
	margin: auto;
}

.collection_container2 .item_1 .imgLayer_1 .itemImg_3,
.collection_container2 .item_1 .imgLayer_3 .itemImg_3 {
	width: 40%;
	height: 53.3%;
}

.collection_container3 {
	padding: 140px 0;
}

.collection_container3 .item_1 .imgLayer {
	left: 54.2%;
}

.collection_container3 .item_1 .credit {
	padding: 17.5% 0 17.5% 31.7%;
}

.collection_container3 .item_2 .sub_itemImg {
	width: 40%;
}

.collection_container3 .item_2 .sub_itemImg:first-child {
	margin-bottom: 40px;
}

.collection_container3 .item_3 .imgLayer {
	margin-top: -23.3%;
	left: 54.2%;
}

.collection_container3 .item_3 .credit {
	padding: 16.7% 0 17.5% 31.7%;
}

.collection_container4 {
	padding: 140px 0;
}

.collection_container4 .sub_itemContainer {
	max-width: 960px;
	margin: 0 auto;
}

.collection_container4 .img_box {
	width: calc(33.3% - 7.5px);
	margin-right: 15px;
}

.collection_container5 {
	padding: 140px 0;
}

.collection_container5 .item_1 .imgLayer {
	left: 54.2%;
}

.collection_container5 .item_1 .credit {
	padding: 25% 0 33.3% 31.7%;
}

.collection_container5 .item_2 .imgLayer {
	margin-top: -8.3%;
	left: 0;
}

.collection_container5 .item_2 .credit {
	padding: 25% 0 25% 54.2%;
}

.collection_container6 .item_1 .img_box {
	width: 50%;
}

.collection_container6 .item_1 .img_box:first-child {
	background-image: url("../img/19ss/collection/bg_2_pc.jpg");
}

.collection_container6 .item_1 .sub_itemInner {
	width: 67%;
}

.collection_container6 .item_1 .sub_itemInner p:first-child {
	margin-right: 15px;
}

.collection_container6 .item_1 .credit {
	width: 67%;
}

.collection_container6 .item_1 .credit .price_box {
	line-height: 2;
}

.collection_container7 .item_1 {
	background-color: #fff;
}

.collection_container7 .item_1.forSP {
	display: none;
}

.collection_container7 .item_1 .credit {
	width: 50%;
	padding-left: 4.2%;
	background-image: url("../img/19ss/collection/bg_3_pc.jpg");
}

.collection_container7 .item_1 .img_inner {
	width: 50%;
}

.collection_container7 .item_1 .imgLayer_1,
.collection_container7 .item_1 .imgLayer_3 {
	left: 17%;
	bottom: 0;
	margin: auto;
}

.collection_container8 {
	padding: 140px 0;
}

.collection_container8 .item_1 .credit {
	padding: 25% 0 33.3% 54.2%;
}

.collection_container8 .item_2 .imgLayer {
	left: 54.2%;
	margin-top: -8.3%;
}

.collection_container8 .item_2 .credit {
	padding: 25% 0 25% 31.7%;
}

.collection_container9 .item_1 {
	display: flex;
	align-items: center;
	overflow: hidden;
}

.collection_container9 .item_1 .credit {
	width: 80px;
	position: absolute;
	top: 50%;
	right: 0;
}

.collection_container9 .item_1 .img_inner {
	width: 50%;
}

.collection_container9 .item_1 .layout_wrap {
	display: block;
}

.collection_container9 .item_1 .imgLayer_3 {
	left: 17%;
	bottom: 0;
	margin: auto;
	position: absolute;
}

.collection_container9 .sub_itemContainer {
	width: 50%;
}

.collection_container9 .sub_itemContainer .img_box {
	width: 67%;
	margin: 0 auto;
}

.collection_container9 .sub_itemContainer .img_box p {
	width: calc(43% - 10px);
}

.collection_container9 .sub_itemContainer .img_box p:first-child {
	margin-bottom: 10px;
}

.collection_container9 .sub_itemContainer .img_box p:nth-child(2) {
	margin-right: 10px;
}

.collection_container10 {
	padding: 140px 0;
}

.collection_container10 .item_1 {
	padding-bottom: 8.3%;
}

.collection_container10 .item_1 .imgLayer_2 {
	left: 30%;
	position: absolute;
}

.collection_container10 .item_1 .credit {
	padding: 25% 0 25% 75.8%;
}

.collection_container10 .item_2 .credit {
	padding: 25% 0 25% 54.2%;
}

.collection_container10 .item_3 .imgLayer {
	left: 54.2%;
}

.collection_container10 .item_3 .credit {
	padding: 29.2% 0 29.2% 31.7%;
}

.collection_container10 .item_4 .imgLayer {
	margin-top: -8.3%;
}

.collection_container10 .item_4 .credit {
	padding: 20% 0 20.8% 54.2%;
}

.collection_container10 .item_5 .imgLayer {
	left: 54.2%;
}

.collection_container10 .item_5 .credit {
	padding: 33.3% 0 25% 31.7%;
}

.staffCredit_inner {
	display: flex;
	align-items: flex-end;
	max-width: 1210px;
	margin: 0 auto;
	position: relative;
}

.staffCredit_inner p {
	position: absolute;
	left: 53.3%;
}

.staffCredit_wrap {
	width: 50%;
}

.staffCredit_wrap .credit_img {
	padding-right: 19%;
}

.staffCredit_wrap .credit_img li {
	width: calc(50% - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
}

.lineUp {
	padding: 110px 0;
}

.lineUp_list {
	width: calc(25% - 15px);
	margin-right: 20px;
	margin-bottom: 20px;
}

.instagram-sec {
	padding: 80px 20px;
}

.instagram-sec h2 {
	font-size: 2.1em;
	margin-bottom: 10px;
}

.instagram-sec .acount-info {
	margin-bottom: 40px;
}

.instagram-sec small {
	font-size: 1.6em;
	margin-bottom: 5px;
}

.instagram-sec .followus {
	font-size: 1.6em;
	border-bottom-width: 1px;
	opacity: 1;
	-ms-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.instagram-sec .followus:hover {
	opacity: 0.7;
}

.instagram-sec .followus::after {
	width: 12px;
	height: 12px;
	margin-left: 7px;
}

.instagram-container {
	max-width: 880px;
	margin: 0 auto;
}

.instagram-container li {
	width: calc(33.3% - 6.7px);
}

.instagram-container li:nth-child(n+4) {
	margin-top: 10px;
}

}

@media screen and (max-width: 860px) and (min-width: 769px) {

.staffCredit_wrap .staffCredit_list {
	padding-bottom: 10px;
}

}

@media print, screen and (max-width: 1024px) and (min-width: 769px) {

.credit_num.sideL {
	padding: 0 10px 0 60px;
}

.credit_num.sideL::after {
	width: 40px;
}

.credit_num.sideL .denominator {
	right: 1px;
}

.credit_num.sideR {
	padding-right: 60px;
}

.credit_num.sideR::after {
	width: 40px;
}

.collection_container9 .item_1 .credit {
	right: -6.7%;
}

}

@media screen and (max-width: 1439px) and (min-width: 769px) {

.staffCredit_inner {
	padding: 9.7vw 8.3vw;
}

.staffCredit_inner p {
	top: 9.7vw;
	width: 38.9vw;
}

.staffCredit_wrap:last-child {
	padding-left: 3.5vw;
}

.staffCredit_wrap .staffCredit_list {
	font-size: 0.9vw;
}

}

@media print, screen and (min-width: 1440px) {

.staffCredit_inner {
	padding: 140px 120px;
}

.staffCredit_inner p {
	top: 140px;
	width: 560px;
}

.staffCredit_wrap:last-child {
	padding-left: 50px;
}

.staffCredit_wrap .staffCredit_list {
	font-size: 1.3em;
}

}

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

.shopList .shopList_container .shop_list {
	width: 33.3%;
	padding: 0 1% 40px 0;
}

.shopList .shopList_container .shop_list:nth-child(4n) {
	padding-right: 1%;
}

.shopList .shopList_container .shop_list:nth-child(3n) {
	padding-right: 0;
}

}

@media screen and (max-width: 812px) and (orientation: landscape) {

.menu_scrollBox {
	padding-bottom: 0;
}

.menu_scrollBox .logo_container {
	padding-bottom: 25px;
}

.menu_scrollBox .linkBtn {
	padding-bottom: 20px;
}

.menu_scrollBox .linkBtn:first-child {
	padding-bottom: 10px;
}

.menu_scrollBox .linkBtn .name_collection {
	padding-bottom: 20px;
}

.menu_scrollBox .linkBtn .archiveLink {
	margin: 0 10px 20px;
}

.menu_scrollBox .archive_container {
	max-width: none;
}

}

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

br.forPC {
	display: none;
}

br.forSP {
	display: inline;
}

.header_inner {
	height: 22px;
	padding: 30px 20px 0;
}

.menuBtn_box {
	width: 18px;
	height: 13px;
	top: 34px;
	left: 20px;
	opacity: 1;
	-ms-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.menuBtn_box:hover {
	opacity: 0.7;
}

.menuBtn_box .btnLine {
	width: 17.5px;
}

.menuBtn_box .btnLine::before {
	width: 12.5px;
	top: 6px;
}

.menuBtn_box .btnLine::after {
	width: 16.5px;
	top: 12px;
}

.pageTitle img {
	width: 89px;
	height: 22px;
}

.lookBtn_box {
	right: 20px;
	top: 35px;
}

.lookBtn_box .alllook {
	font-size: 1em;
}

.menu_container {
	width: 100%;
	left: -100%;
	display: table;
}

.menu_inner {
	display: table-cell;
	padding: 0 20px 35px;
	vertical-align: middle;
}

.menu_scrollBox {
	width: auto;
}

.menu_scrollBox .menu_close {
	top: 31px;
	left: 20px;
}

.menu_scrollBox .logo_container {
	padding-bottom: 45px;
}

.menu_scrollBox .logo_container img {
	width: 89px;
	height: 22px;
}

.menu_scrollBox .linkBtn {
	padding-bottom: 40px;
}

.menu_scrollBox .linkBtn .name_collection {
	font-size: 1.3em;
}

.menu_scrollBox .linkBtn .archiveLink {
	margin: 0 5px 25px;
}

.menu_scrollBox .linkBtn .archiveLink.not_adjacent {
	margin-right: 65px;
}

.menu_scrollBox .linkBtn .contentsLink {
	font-size: 1.3em;
}

.menu_scrollBox .archive_container {
	max-width: 175px;
	margin: 0 auto;
}

.menu_scrollBox .arhive_arrow {
	margin: 5px auto 0;
}

.menu_scrollBox .share-container {
	width: 49.3vw;
	margin-bottom: 13.3vw;
}

.menu_scrollBox .shareBtn {
	padding: 0 5.3vw;
}

.menu_scrollBox .shareBtn.tw img {
	width: 8vw;
	height: auto;
}

.menu_scrollBox .shareBtn.fb img {
	width: 6.8vw;
	height: auto;
}

.menu_scrollBox .shareBtn.lne img {
	width: 6.7vw;
	height: auto;
}

.footer {
	border-top-width: 0.3vw;
	padding: 50px 35px;
}

.footer-pageLogo {
	margin-bottom: 5.3vw;
}

.footer .linkBtn-container {
	margin-bottom: 10.7vw;
}

.footer .linkBtn {
	padding: 5.3vw 0;
}

.footer .contentsLink {
	font-size: 3.7vw;
}

.footer h3 {
	font-size: 3.7vw;
	margin-bottom: 8vw;
}

.footer .share-container {
	width: 58.7vw;
	margin-bottom: 13.3vw;
}

.footer .shareBtn {
	padding: 0 5.3vw;
}

.footer .shareBtn.tw img {
	width: 9.3vw;
	height: auto;
}

.footer .shareBtn.fb img {
	width: 8.1vw;
	height: auto;
}

.footer .shareBtn.lne img {
	width: 8vw;
	height: auto;
}

.footer .bmsLogo-container {
	margin-bottom: 2.7vw;
}

.footer .bmsLogo-container img {
	width: 15.5vw;
	height: auto;
}

.footer .copyright {
	font-size: 2.8vw;
}

.footer .toTop_arrow {
	bottom: 50px;
	right: 20px;
}

.footer .toTop_arrow .arrowIcon {
	width: 18px;
	height: 9px;
}

.footer .toTop_arrow .arrowIcon::before {
	top: 4px;
	left: -1px;
	width: 12px;
	height: 1px;
}

.footer .toTop_arrow .arrowIcon::after {
	top: 4px;
	right: -1px;
	width: 12px;
	height: 1px;
}

img.forPC {
	display: none !important;
}

img.forSP {
	display: block !important;
}

.collection {
	padding-top: 100px;
}

.collection_title {
	font-size: 1.2em;
	padding-bottom: 35px;
}

.collection_title img {
	width: 57.7vw;
	height: auto;
}

.collection_inner {
	padding: 0 20px;
}

.img_box {
	display: table;
}

.img_box .itemLink {
	display: table-cell;
}

.img_box .itemLink.js_spHover::before {
	opacity: 1;
}

.img_box .itemLink.js_spHover::after {
	background: rgba(0,0,0,0.5);
}

.img_box .itemLink::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 900;
	transition: opacity 0.3s;
	background: url("/maturely/common/img/zoom.png") no-repeat center;
}

.img_box .imgLayer {
	position: relative;
}

.img_box .itemImg {
	position: relative;
}

.img_box .sub_itemImg {
	max-width: none;
	max-height: none;
}

.img_box.sub_item .credit {
	display: block;
}

.img_box:not(.sub_item) .credit {
	display: table-cell;
	vertical-align: middle;
}

.img_box:not(.sub_item) .credit .credit_hiddenLayer {
	overflow: visible;
}

.img_box:not(.sub_item) .credit .credit_container {
	position: static;
}

.img_box .credit.pc_show {
	display: none;
}

.img_box .credit.sp_show {
	display: table-cell;
	vertical-align: middle;
}

.credit_num.sideL .denominator {
	right: -1px;
}

.credit_num.sideR .denominator {
	left: 30px;
}

.credit_num .numerator {
	font-size: 1.65em;
}

.credit_num .numerator::after {
	top: 13px;
	right: 4px;
}

.credit_num .denominator {
	font-size: 1em;
	bottom: -11px;
	right: 0;
}

.price_box {
	font-size: 1.05em;
	padding-top: 15px;
}

.collection_container1 {
	padding-bottom: 70px;
}

.collection_container1 .item_1 {
	padding-bottom: 50px;
}

.collection_container1 .item_1 .credit {
	padding-left: 15px;
}

.collection_container1 .item_2 .credit {
	padding-right: 15px;
}

.collection_container2 .item_1 {
	background-color: #f5f5f5;
}

.collection_container2 .item_1.forPC {
	display: none;
}

.collection_container2 .item_1 .credit {
	width: 26.7vw;
	text-align: center;
	background-image: url("../img/19ss/collection/bg_1_sp.jpg");
	position: relative;
	z-index: 2;
}

.collection_container2 .item_1 .credit_hiddenLayer {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.collection_container2 .item_1 .credit_container {
	height: auto;
}

.collection_container2 .item_1 .img_inner {
	width: 73.3vw;
	position: relative;
	z-index: 1;
}

.collection_container2 .item_1 .imgLayer_1,
.collection_container2 .item_1 .imgLayer_3 {
	left: 0;
}

.collection_container3 {
	padding: 70px 0;
}

.collection_container3 .item_1 {
	padding-bottom: 50px;
}

.collection_container3 .item_1 .credit {
	padding-right: 15px;
}

.collection_container3 .item_2 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 50px;
}

.collection_container3 .item_2 .sub_itemImg {
	width: calc(50% - 3px);
	max-width: 100%;
}

.collection_container3 .item_2 .sub_itemImg:first-child {
	margin-right: 5px;
}

.collection_container3 .item_3 .credit {
	padding-right: 15px;
}

.collection_container4 {
	padding: 70px 10px;
}

.collection_container4 .img_box {
	width: calc(33.3% - 2.5px);
	display: block;
	margin-right: 5px;
}

.collection_container5 {
	padding: 70px 0;
}

.collection_container5 .item_1 {
	padding-bottom: 50px;
}

.collection_container5 .item_1 .credit {
	padding-right: 15px;
}

.collection_container5 .item_2 .credit {
	padding-left: 15px;
}

.collection_container6 .item_1 .img_box:first-child {
	width: 26.7vw;
	background-image: url("../img/19ss/collection/bg_2_sp.jpg");
}

.collection_container6 .item_1 .img_box:last-child {
	width: 73.3vw;
}

.collection_container6 .item_1 .sub_itemInner {
	width: 62.7vw;
}

.collection_container6 .item_1 .credit {
	width: 62.7vw;
}

.collection_container6 .item_1 .credit .price_box {
	line-height: 1.4;
}

.collection_container7 .item_1 {
	background-color: #f5f5f5;
}

.collection_container7 .item_1.forPC {
	display: none;
}

.collection_container7 .item_1 .credit {
	width: 26.7vw;
	text-align: center;
	background-image: url("../img/19ss/collection/bg_3_sp.jpg");
	position: relative;
	z-index: 2;
}

.collection_container7 .item_1 .img_inner {
	width: 60vw;
	position: relative;
	z-index: 1;
}

.collection_container7 .item_1 .imgLayer_1,
.collection_container7 .item_1 .imgLayer_3 {
	left: 0;
}

.collection_container8 {
	padding: 70px 0;
}

.collection_container8 .item_1 {
	padding-bottom: 50px;
}

.collection_container8 .item_1 .credit {
	padding-left: 15px;
}

.collection_container8 .item_2 .credit {
	padding-right: 15px;
}

.collection_container9 {
	padding: 70px 0;
}

.collection_container9 .item_1 {
	padding: 0 20px;
}

.collection_container9 .item_1 .credit {
	padding-left: 15px;
}

.collection_container9 .item_1 .img_inner {
	padding-bottom: 20px;
}

.collection_container9 .item_1 .layout_wrap {
	display: table;
}

.collection_container9 .item_1 .imgLayer_3 {
	display: table-cell;
	left: 0;
	position: relative;
}

.collection_container9 .sub_itemContainer .img_box {
	width: 62.7vw;
	margin-left: auto;
}

.collection_container9 .sub_itemContainer .img_box p {
	width: calc(43% - 3px);
}

.collection_container9 .sub_itemContainer .img_box p:first-child {
	margin-bottom: 5px;
}

.collection_container9 .sub_itemContainer .img_box p:nth-child(2) {
	margin-right: 5px;
}

.collection_container10 {
	padding: 70px 0;
}

.collection_container10 .item_1 {
	padding-bottom: 50px;
}

.collection_container10 .item_1 .imgLayer_2 {
	left: 0;
	margin-left: 10.4vw;
	position: relative;
}

.collection_container10 .item_1 .credit {
	padding-left: 15px;
}

.collection_container10 .item_2 {
	padding-bottom: 50px;
}

.collection_container10 .item_2 .credit {
	padding-left: 15px;
}

.collection_container10 .item_3 {
	padding-bottom: 50px;
}

.collection_container10 .item_3 .credit {
	padding-right: 15px;
}

.collection_container10 .item_4 {
	padding-bottom: 50px;
}

.collection_container10 .item_4 .credit {
	padding-left: 15px;
}

.collection_container10 .item_5 .credit {
	padding-right: 15px;
}

.staffCredit_inner {
	padding: 70px 20px 65px;
}

.staffCredit_inner p {
	width: 74.7vw;
	margin-bottom: 40px;
}

.staffCredit_wrap .credit_img {
	width: 73.3vw;
	margin-right: auto;
	margin-bottom: 40px;
}

.staffCredit_wrap .credit_img li {
	width: calc(50% - 5px);
	margin-right: 5px;
	margin-bottom: 5px;
}

.staffCredit_wrap .staffCredit_list {
	font-size: 1.05em;
}

.lineUp {
	padding: 80px 0 50px;
}

.lineUp_list {
	width: calc(25% - 8px);
	margin-right: 10px;
	margin-bottom: 10px;
}

.concept {
	padding: 100px 0 140px;
}

.concept h2 {
	font-size: 1.75em;
	padding-bottom: 35px;
}

.concept .contentContainer {
	display: block;
	padding: 0 20px;
}

.concept .concept_jp,
.concept .concept_en {
	width: 100%;
	display: block;
}

.concept .concept_jp {
	padding: 0 0 70px;
}

.concept .concept_en {
	padding-left: 0;
}

.concept .concept_sentence {
	font-size: 1.2em;
	letter-spacing: -0.01em;
}

.shopList {
	padding: 100px 0 145px;
}

.shopList h2 {
	font-size: 1.75em;
	padding-bottom: 35px;
}

.shopList .shopList_container.pc {
	display: none;
}

.shopList .shopList_container.sp {
	display: block;
}

.shopList .shopList_container .area_container {
	border-top: 1px solid #ccc;
	padding-bottom: 0;
}

.shopList .shopList_container .area_container:last-child {
	border-bottom: 1px solid #ccc;
}

.shopList .shopList_container .area_container ul {
	text-align: left;
}

.shopList .shopList_container h3 {
	font-size: 1.4em;
	font-weight: normal;
	padding: 25px 20px;
	position: relative;
	text-align: left;
}

.shopList .shopList_container h3::before,
.shopList .shopList_container h3::after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	top: 50%;
	right: 20px;
}

.shopList .shopList_container h3::after {
	transition: 0.3s;
	opacity: 1;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.shopList .shopList_container h3.open::after {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 0;
}

.shopList .shopList_container .area_container ul {
	display: none;
	padding: 15px 30px;
}

.shopList .shopList_container .shop_list {
	width: 100%;
	text-align: left;
}

.shopList .shopList_container .shop_name span {
	font-size: 1.2em;
}

.shopList .shopList_container .shop_link {
	font-size: 1.2em;
}

.shopList .shopList_container .phone {
	font-size: 1.2em;
}

.detail .detail_container {
	min-width: 1px;
	padding: 40px;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.detail .info_contents {
	width: 24%;
	bottom: auto;
}

.detail .info_contents.thumb {
	width: auto;
	top: 68%;
	right: 30px;
	left: auto;
}

.detail .info_contents.credit {
	top: 40%;
	right: 50px;
}

.detail .img_contents.pc {
	width: 70%;
	vertical-align: middle;
}

.detail .img_contents.pc img {
	height: auto;
}

.detail .thumb_container {
	width: 210px;
	padding: 0;
}

.detail .thumb_container ul {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}

.detail .thumb_list {
	display: block;
	padding-right: 6.2%;
}

.detail .detailCredit_container {
	padding: 0;
}

.detail .credit_link {
	display: inline;
	text-align: right;
}

.openingContainer .logoArea {
	top: -20px;
}

.instagram-sec {
	padding: 10.7vw 5.3vw 13.3vw;
}

.instagram-sec h2 {
	font-size: 4.4vw;
	margin-bottom: 3.5vw;
}

.instagram-sec .acount-info {
	margin-bottom: 5.3vw;
}

.instagram-sec small {
	font-size: 3.2vw;
	margin-bottom: 1.3vw;
}

.instagram-sec .followus {
	font-size: 3.2vw;
	border-bottom-width: 0.3vw;
	padding-bottom: 0.3vw;
}

.instagram-sec .followus::after {
	width: 2.3vw;
	height: 2.3vw;
	margin-left: 0.9vw;
}

.instagram-container li {
	width: calc(33.3% - 0.9vw);
}

.instagram-container li:nth-child(n+4) {
	margin-top: 1.3vw;
}

}

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

.concept .concept_sentence .spOnly_break {
	display: inline;
}

.detail .detail_container {
	height: auto;
	padding: 55px 20px 100px;
}

.detail .info_contents,
.detail .img_contents {
	display: block;
}

.detail .info_contents {
	width: 100%;
	position: static;
}

.detail .info_contents.thumb {
	display: none;
}

.detail .img_contents.pc {
	display: none;
}

.detail .img_contents.sp {
	display: block;
	padding-bottom: 25px;
}

.detail .img_contents.sp img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.detail .img_contents.sp img + img {
	margin-top: 15px;
}

.detail .detailCredit_container {
	padding: 0;
	text-align: center;
}

.detail .credit_list {
	padding-bottom: 10px;
}

.detail .credit_link {
	font-size: 1.2em;
	display: inline-block;
}

.detail .item_subInfo {
	font-size: 1em;
}

.detail .annotation {
	font-size: 1em;
	padding-top: 5px;
}

.detail .detailNum {
	font-size: 1.2em;
	top: 20px;
	right: auto;
	left: 20px;
	bottom: auto;
}

.detail .arrow {
	display: block;
	width: 50px;
	height: 50%;
	margin-top: -28%;
	position: fixed;
	top: 42%;
	opacity: 1;
	-ms-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.detail .arrow:hover {
	opacity: 0.7;
}

.detail .arrow.sideR {
	right: 0;
}

.detail .arrow.sideR::before {
	top: calc(50% - 7px);
}

.detail .arrow.sideR::after {
	bottom: calc(50% - 6px);
}

.detail .arrow.sideL {
	left: 0;
}

.detail .arrow.sideL::before {
	top: calc(50% - 7px);
}

.detail .arrow.sideL::after {
	bottom: calc(50% - 6px);
}

.detail .menu_close {
	width: 20px;
	height: 20px;
	top: 20px;
	right: 20px;
}

.detail .menu_close .closeBtn {
	width: 27px;
	top: 10px;
	left: -4px;
}

.detail .menu_close .closeBtn::after {
	content: '';
	width: 27px;
	top: 0;
	left: 0;
}

.detail {
	height: auto;
}

.openingContainer .op_logoImg {
	width: 160px;
	height: 40px;
	margin-right: -7px;
	margin-bottom: 15px;
}

.openingContainer .date {
	font-size: 1.3em;
}

}

@media screen and (max-width: 568px) and (orientation: landscape) {

.menu_inner .logo_container {
	padding-bottom: 35px;
}

.menu_inner .linkBtn {
	padding-bottom: 30px;
}

.menu_scrollBox {
	padding-bottom: 0;
}

}

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

.openingContainer .bgImg_container:not(.sp_show) {
	display: none;
}

.openingContainer .bgImg_container.sp_show {
	display: block;
}

}

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

.staffCredit_wrap .staffCredit_list {
	letter-spacing: 0.075em;
}

}

@-webkit-keyframes link-hover {

0%,100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

50%,50.01% {
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

0%,50% {
	-webkit-transform-origin: top right;
	transform-origin: top right;
}

100%,50.01% {
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

}

@-moz-keyframes link-hover {

0%,100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

50%,50.01% {
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

0%,50% {
	-webkit-transform-origin: top right;
	transform-origin: top right;
}

100%,50.01% {
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

}

@-webkit-keyframes link-hover {

0%,100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

50%,50.01% {
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

0%,50% {
	-webkit-transform-origin: top right;
	transform-origin: top right;
}

100%,50.01% {
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

}

@-o-keyframes link-hover {

0%,100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

50%,50.01% {
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

0%,50% {
	-webkit-transform-origin: top right;
	transform-origin: top right;
}

100%,50.01% {
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

}

@keyframes link-hover {

0%,100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

50%,50.01% {
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

0%,50% {
	-webkit-transform-origin: top right;
	transform-origin: top right;
}

100%,50.01% {
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

}
