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

* {
	box-sizing: border-box;
}

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;
}

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

body {
	font-size: 62.5%;
}

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/19aw/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/19aw/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;
	overflow: hidden;
}

.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;
	display: block;
	background-color: #000;
	position: relative;
}

.menuBtn_box .btnLine::before,
.menuBtn_box .btnLine::after {
	content: '';
	display: block;
	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 {
	display: none !important;
	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;
	left: 0;
	height: 1px;
	background: currentColor;
	will-change: transform;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	backface-visibility: hidden;
	-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 {
	backface-visibility: hidden;
	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;
}

.main {
	position: relative;
	z-index: 1;
}

.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);
	backface-visibility: hidden;
	-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 {
	backface-visibility: hidden;
	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-container {
	position: relative;
	z-index: 1;
}

.collection-inner h3 {
	font-family: "Roboto", sans-serif;
	color: #000;
	text-align: center;
}

.collection-inner .bg_gray {
	background-color: #ededed;
	margin: 9.3vw 0 13.3vw;
	padding: 9.3vw 0 9.3vw;
}

.collection-inner .bg_gray h3 {
	line-height: 1.6;
}

.collection-wrap {
	text-align: center;
}

.collection-wrap.scrollHidden {
	background-color: #fff;
}

.collection-wrap.scrollShow .collection-ttl-container {
	margin-bottom: 0;
	position: relative;
}

.collection-wrap.scrollShow .collection-title {
	color: #fff;
}

.pcfixed-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.collection-pagetitle {
	width: 100%;
}

.collection-pagetitle img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

.mainImg {
	background-repeat: no-repeat;
	background-image: url("../img/20ss/collection/main_img.jpg");
	background-size: cover;
	background-position: center top;
}

.slider-container {
	position: relative;
	margin: 0 auto;
	overflow: visible;
}

.swiper-pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100% !important;
	position: absolute;
	left: 50% !important;
	transform: translateX(-50%);
}

.swiper-pagination-bullet {
	background-color: #f2f2f2;
	margin: 0 !important;
	border-radius: 0;
	opacity: 1;
	position: relative;
}

.swiper-pagination-bullet::after {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-pagination-bullet-active::after {
	width: 100%;
	transition: width linear 2.8s;
}

.img-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.img-container.subItem .item-inner {
	width: 100%;
}

.img-container.otherCut .item-inner {
	width: 100%;
}

.credit-container {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.credit-container .annotation {
	font-family: "Roboto", sans-serif;
	color: #000;
	text-align: right;
}

.creditBtn {
	font-family: "Roboto", sans-serif;
	color: #000;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

.credit-arrow {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.credit-arrow::before,
.credit-arrow::after {
	content: '';
	display: block;
	width: 72%;
	height: 1px;
	position: absolute;
	top: 0;
	background-color: #000;
}

.credit-arrow::before {
	left: 0;
	transform-origin: left;
	transform: rotate(45deg);
}

.credit-arrow::after {
	right: 0;
	transform-origin: right;
	transform: rotate(-45deg);
}

.credit-arrow-container {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.credit-inner {
	text-align: left;
	display: none;
}

.credit-inner a.credit-link .price::after {
	background-image: url("/maturely/common/img/asset/link_icon_b.svg");
}

.credit-link {
	font-family: "Roboto", sans-serif;
	color: #000;
	text-decoration: none;
	display: block;
	position: relative;
}

.credit-link::before {
	content: '';
	display: block;
	position: absolute;
	left: auto;
	bottom: 0;
	width: 100%;
	background-color: #ccc;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.credit-info {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.credit-info .price {
	display: inline-block;
}

.credit-info .price::after {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
}

.staffCredit-list p {
	font-family: "Roboto", sans-serif;
	color: #000;
}

.staffCredit-list b {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
}

.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;
}

.instagram-container li {
	overflow: hidden;
	position: relative;
}

.instagram-container li a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
}

.instagram-container li img {
	width: 100%;
}

.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("../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;
}

.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;
}

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

br.forPC {
	display: inline;
}

br.forSP {
	display: none;
}

}

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

.menuBtn_box .btnLine {
	height: 2px;
}

.menuBtn_box .btnLine::before,
.menuBtn_box .btnLine::after {
	height: 2px;
}

.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-container {
	display: flex;
	justify-content: flex-end;
}

.collection-inner {
	width: 50%;
}

.collection-inner .line {
	display: none;
}

.collection-inner:not(.pcfixed-container) {
	padding: 40px 40px;
}

.collection-inner h3 {
	font-size: 1.6em;
}

.collection-inner h3 + .collection-item {
	margin-top: 40px;
}

.collection-inner .bg_gray {
	margin: 40px -40px 80px;
	padding: 40px 0 80px;
}

.collection-wrap {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.collection-wrap.scrollHidden {
	z-index: 2;
	height: 100%;
	align-items: stretch;
	padding-top: 40px;
}

.collection-wrap.scrollShow {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
	background-repeat: no-repeat;
	background-image: url("../img/20ss/collection/main_bg.jpg");
	background-size: cover;
	background-position: center center;
}

.collection-wrap.scrollShow .collection-ttl-container {
	opacity: 0;
	transition: opacity 0.3s;
}

.collection-wrap.scrollShow.scroll .collection-ttl-container {
	opacity: 1;
	transition: opacity 0.3s 0.2s;
}

.collection-wrap.scrollShow .collection-ttl-container {
	top: 12%;
}

.collection-item + .collection-item {
	margin-top: 80px;
}

.pcfixed-container {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100vh;
}

.pcfixed-container:not(.scroll) {
	min-height: 550px;
}

.pcfixed-container.fixed {
	position: fixed;
	top: 0;
}

.collection-ttl-container {
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-bottom: 40px;
}

.collection-pagetitle {
	margin-bottom: 30px;
}

.collection-title {
	font-size: 2.1em;
}

.mainImg {
	width: 100%;
	height: 100%;
}

.slider-container.w350 {
	width: 350px;
}

.slider-container.w400 {
	width: 400px;
}

.slider-container.w450 {
	width: 450px;
}

.slider-container + .credit-container {
	margin-top: 40px;
}

.swiper-pagination {
	bottom: -15px !important;
}

.swiper-pagination-bullet {
	height: 2px;
}

.swiper-pagination-bullet:first-child:nth-last-child(2),
.swiper-pagination-bullet:first-child:nth-last-child(2) ~ .swiper-pagination-bullet {
	width: calc(50% - 2.5px);
}

.swiper-pagination-bullet:first-child:nth-last-child(3),
.swiper-pagination-bullet:first-child:nth-last-child(3) ~ .swiper-pagination-bullet {
	width: calc(33.3% - 3.3px);
}

.swiper-pagination-bullet:first-child:nth-last-child(4),
.swiper-pagination-bullet:first-child:nth-last-child(4) ~ .swiper-pagination-bullet {
	width: calc(25% - 3.75px);
}

.swiper-pagination-bullet:first-child:nth-last-child(5),
.swiper-pagination-bullet:first-child:nth-last-child(5) ~ .swiper-pagination-bullet {
	width: calc(20% - 4px);
}

.img-container {
	max-width: 600px;
}

.img-container.subItem.w350 {
	width: 350px;
}

.img-container.subItem.w400 {
	width: 400px;
}

.img-container.subItem.w450 {
	width: 450px;
}

.img-container.right_large .item-inner:first-child {
	width: 38%;
}

.img-container.right_large .item-inner:last-child {
	width: 62%;
}

.img-container.left_large .item-inner:first-child {
	width: 56%;
}

.img-container.left_large .item-inner:last-child {
	width: 44%;
}

.img-container.otherCut {
	width: 350px;
}

.img-container.otherCut.w450 {
	width: 450px;
}

.img-container + .credit-container {
	margin-top: 20px;
}

.img-container .item-inner:nth-child(n + 2) {
	padding-left: 40px;
}

.credit-container {
	width: 400px;
}

.credit-container .annotation {
	font-size: 1.3em;
	margin-top: 20px;
}

.creditBtn {
	font-size: 1.6em;
	padding-bottom: 15px;
	transition: opacity 0.3s;
}

.creditBtn:hover {
	opacity: 0.7;
}

.creditBtn:hover:not(.open) .credit-arrow {
	transform: translate3d(0, 6px, 0);
}

.credit-arrow {
	transform: translate3d(0, 0, 0);
	transition: transform 0.3s;
}

.credit-arrow-container {
	width: 15px;
	height: 8px;
}

.credit-inner {
	margin-top: 5px;
}

.credit-inner a.credit-link::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);
	backface-visibility: hidden;
	-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);
}

.credit-inner a.credit-link: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;
}

.credit-link {
	font-size: 1.6em;
	line-height: 1.25;
	padding: 15px 0 3px;
}

.credit-link::after {
	bottom: 0 !important;
}

.credit-link::before {
	height: 1px;
}

.credit-info .price::after {
	width: 13px;
	height: 13px;
	margin-left: 6px;
}

.staffCredit-container {
	max-width: 310px;
	margin: 120px auto 70px;
}

.staffCredit-container .img-box {
	margin-bottom: 60px;
}

.staffCredit-list:nth-child(n+1) {
	margin-top: 20px;
}

.staffCredit-list p {
	font-size: 1.45em;
}

.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);
	padding-top: calc(33.3% - 6.7px);
}

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

.lineUp {
	padding: 110px 0;
}

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

}

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

.collection-title {
	font-size: 2vw !important;
}

.slider-container.w350 {
	width: 25.6vw !important;
}

.slider-container.w400 {
	width: 29.3vw !important;
}

.slider-container.w450 {
	width: 32.9vw !important;
}

.img-container.subItem.w350 {
	width: 25.6vw !important;
}

.img-container.subItem.w400 {
	width: 29.3vw !important;
}

.img-container.subItem.w450 {
	width: 32.9vw !important;
}

.img-container.right_large .item-inner:first-child {
	width: 16.5vw;
}

.img-container.right_large .item-inner:last-child {
	width: 27.5vw;
}

.img-container.left_large .item-inner:first-child {
	width: 24.5vw;
}

.img-container.left_large .item-inner:last-child {
	width: 19.4vw;
}

.img-container.otherCut {
	width: 25.6vw !important;
}

.img-container.otherCut.w450 {
	width: 32.9vw !important;
}

.img-container .item-inner:nth-child(n + 2) {
	padding-left: 2.9vw;
}

.credit-container {
	width: 29.3vw;
}

}

@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;
}

.menuBtn_box .btnLine {
	height: 0.3vw;
}

.menuBtn_box .btnLine::before,
.menuBtn_box .btnLine::after {
	height: 0.3vw;
}

.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;
	padding-right: 1.3vw;
	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;
}

.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: 105px;
	height: 26px;
}

.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 .shareBtn {
	display: inline-block;
	padding: 0 10px;
}

.collection-inner {
	position: relative;
	overflow: hidden;
}

.collection-inner .line {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1px;
	height: 13.3vw;
}

.collection-inner:not(.pcfixed-container) {
	padding: 9.3vw 0;
}

.collection-inner:not(.pcfixed-container) .line {
	top: -6.7vw;
	background-color: #000;
}

.collection-inner h3 {
	font-size: 4.4vw;
}

.collection-inner h3 + .collection-item {
	margin-top: 9.3vw;
}

.collection-wrap.scrollHidden {
	display: block !important;
	width: 100%;
}

.collection-wrap.scrollShow {
	display: none !important;
}

.collection-item + .collection-item {
	margin-top: 15.3vw;
}

.pcfixed-container {
	padding: 18.7vw 0 0;
}

.pcfixed-container .line {
	bottom: -6.7vw;
	background-color: #fff;
}

.collection-ttl-container {
	margin-bottom: 9.3vw;
}

.collection-pagetitle {
	display: none;
}

.collection-title {
	font-size: 3.2vw;
}

.mainImg {
	width: 100%;
	height: 76vh;
}

.slider-container.w350 {
	width: 64vw;
}

.slider-container.w400 {
	width: 84vw;
}

.slider-container.w450 {
	width: 100%;
}

.slider-container + .credit-container {
	margin-top: 8vw;
}

.slider-container .img-box img {
	width: 100%;
}

.swiper-pagination {
	bottom: -2.7vw !important;
}

.swiper-pagination-bullet {
	height: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-pagination-bullet:first-child:nth-last-child(2),
.swiper-pagination-bullet:first-child:nth-last-child(2) ~ .swiper-pagination-bullet {
	width: calc(50% - 2.5px);
}

.swiper-pagination-bullet:first-child:nth-last-child(3),
.swiper-pagination-bullet:first-child:nth-last-child(3) ~ .swiper-pagination-bullet {
	width: calc(33.3% - 3.3px);
}

.swiper-pagination-bullet:first-child:nth-last-child(4),
.swiper-pagination-bullet:first-child:nth-last-child(4) ~ .swiper-pagination-bullet {
	width: calc(25% - 3.75px);
}

.swiper-pagination-bullet:first-child:nth-last-child(5),
.swiper-pagination-bullet:first-child:nth-last-child(5) ~ .swiper-pagination-bullet {
	width: calc(20% - 4px);
}

.img-container:not(.subItem):not(.otherCut) {
	padding: 0 2.7vw;
}

.img-container.subItem img {
	width: 100%;
}

.img-container.subItem.w350 {
	width: 64vw;
}

.img-container.subItem.w400 {
	width: 84vw;
}

.img-container.subItem.w450 {
	width: 100%;
}

.img-container.left_large .item-inner:first-child {
	width: 59%;
}

.img-container.left_large .item-inner:last-child {
	width: 41%;
}

.img-container.otherCut {
	width: 64vw;
}

.img-container.otherCut img {
	width: 100%;
}

.img-container.otherCut.w450 {
	width: 100%;
}

.img-container + .credit-container {
	margin-top: 5.3vw;
}

.img-container .item-inner:nth-child(n + 2) {
	padding-left: 2.7vw;
}

.credit-container {
	width: 84vw;
}

.credit-container .annotation {
	font-size: 2.4vw;
	margin-top: 3.3vw;
}

.creditBtn {
	font-size: 4.4vw;
	padding-bottom: 5.3vw;
}

.credit-arrow-container {
	width: 4.9vw;
	height: 2.5vw;
}

.credit-inner {
	margin-top: 2.7vw;
}

.credit-link {
	font-size: 3.2vw;
	line-height: 1.4;
	padding: 2.7vw 0 2vw;
}

.credit-link::before {
	height: 1px;
}

.credit-info .price::after {
	width: 2.4vw;
	height: 2.4vw;
	margin-left: 1.3vw;
}

.staffCredit-container {
	max-width: 62.7vw;
	margin: 24vw auto 24vw;
}

.staffCredit-container .img-box {
	margin-bottom: 10.7vw;
}

.staffCredit-container .img-box img {
	width: 100%;
}

.staffCredit-list:nth-child(n+1) {
	margin-top: 2.7vw;
}

.staffCredit-list p {
	font-size: 2.9vw;
}

.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);
	padding-top: calc(33.3% - 0.9vw);
}

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

.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;
}

}

@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;
}

}

@-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;
}

}

