* {
  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;
}
@charset "utf-8";
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=a5e90fd6-13ff-49f2-823c-22f3b71d40f4");
@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");
}
@charset "utf-8";
body {
  font-size: 62.5%;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
@-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;
  }
}
.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;
}
.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%;
  box-sizing: content-box;
}
.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;
}
.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;
}
.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 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;
  }
  .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;
  }
  .lineUp {
    padding: 80px 0 50px;
  }
  .lineUp_list {
    width: calc(25% - 8px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .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;
  }
}
@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;
  }
  .lineUp {
    padding: 110px 0;
  }
  .lineUp_list {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@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: 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: 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;
  }
}
@media screen and (min-width: 769px) 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;
  }
  .shopList .shopList_container .shop_link {
    font-size: 1.1em;
  }
}
