/* shop */

/* shop header */
#shop-header {
  position: relative;
  overflow: hidden;
}
#shop-header .info-block {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#shop-header .info-block > * {
  position: absolute;
  z-index: 500;
}
#shop-header .vr-button {
  right: 0;
}
#shop-header .vr-button a {
  display: inline-block;
  background-color: #fff;
  border-radius: 5em;
  font-weight: 700;
  color: #7C61A7;
  border: 1px solid #7C61A7;
}
#shop-header .vr-button img {
  width: 1.5em;
  margin-right: 5px;
}
#shop-mv .item .img {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#slide-captions {
  display: none;
}
#slide-main-wrap {
  max-width: 1280px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#slide-main .slide-arrow {
  display: block;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  position: absolute;
  top: 50%;
  z-index: 100;
  cursor: pointer;
  transform: rotate(45deg);
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: border .3s ease;
}
#slide-main .slide-prev {
  left: 1rem;
  transform: rotate(-135deg);
}
#slide-main .slide-next {
  right: 1rem;
  transform: rotate(45deg);
}
#slide-main .slide-cap {
  position: absolute;
  box-sizing: border-box;
  padding: 1em 1.5em;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  background-color: rgba(11,2,36,0.6);
  z-index: 5;
  font-size: 15px;
}

#slide-thumb-wrap {
  overflow: hidden;
}
#slide-thumb {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  overflow: visible;
}
#slide-thumb .item {
  padding-top: 15px;
}
#slide-thumb .item,
#slide-thumb .item .inner {
  position: relative;
}
#slide-thumb .item .inner {
  padding-bottom: 15px;
}
#slide-thumb .item.slide-cr {
  pointer-events: none;
}
#slide-thumb .item:not(.slide-cr) .inner {
  cursor: pointer;
}
#slide-thumb .item .inner::before,
#slide-thumb .item .inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
}
#slide-thumb .item .inner::before {
  width: 100%;
  background-color: #e8e8e8;
}
#slide-thumb .item .inner::after {
  width: 0;
  opacity: 0;
  transition: width 4s linear;
  background-color: #7C61A7;
}
#slide-thumb .item.slide-cr .inner::after {
  width: 100%;
  opacity: 1;
}
#slide-thumb .item .img {
  padding-bottom: 100%;
  transition: opacity .3s ease;
}
#slide-thumb .item .slide-cap {
  display: none;
}
/** pc & tablet **/
@media print,screen and (min-width: 741px) {
  #shop-header .info-text {
    top: 26px;
    left: 20px;
  }
  #shop-header .info-text.close #shop-main-name,
  #shop-header .info-text.close p {
    margin-left: -20px;
  }
  #shop-header .info-text #shop-main-name {
    padding: 10px 16px;
  }
  #shop-header .info-text #shop-main-name .main {
    font-size: 26px;
  }
  #shop-header .info-text #shop-main-name .sub {
    font-size: 10px;
  }
  #shop-header .info-text p {
    font-size: 14px;
  }
  #shop-header .info-text #shop-main-name:hover #info-close {
    background-color: rgba(11,2,36,1);
  }
  #shop-header .info-text #shop-main-name:hover #info-close::after {
    margin-left: -3px;
  }
  #shop-header .info-text.close #shop-main-name:hover #info-close::after {
    margin-left: -1px;
  }
  #shop-header .vr-button {
    top: 0;
    padding: 25px 25px 0 0;
  }
  #shop-header .vr-button a {
    padding: .3em 1.5em;
    font-size: 13px;
    transition: opacity .3s ease;
  }
  #shop-header .vr-button a:hover {
    opacity: .7;
  }
  #shop-header .info-block,
  #slide-main .item .img {
    padding-bottom: 56.25%;
  }
  #slide-thumb .item.swiper-slide {
    width: 70px;
    width: 7.14vw;
  }
  #slide-main .slide-arrow:hover {
    border-color: #7C61A7;
  }
  #slide-main .slide-prev {
    left: 3rem;
  }
  #slide-main .slide-next {
    right: 3rem;
  }
  #slide-thumb .item:not(.slide-cr) .inner:hover .img {
    opacity: .8;
  }
}
@media print,screen and (min-width: 1101px) {
  #slide-thumb .item.swiper-slide {
    width: 80px;
    width: 6.25vw;
  }
}
@media print,screen and (min-width: 1281px) {
  #shop-header .info-block,
  #slide-main .item .img {
    padding-bottom: 720px;
  }
  #slide-thumb .item.swiper-slide {
    width: 80px;
  }
}
/** smartphone **/
@media screen and (max-width: 740px) {
  #shop-header .vr-button {
    /*padding: 0 15px 15px 0;*/
    padding: 0 15px 40px 0;
    bottom: 0;
  }
  #shop-header .vr-button a {
    padding: .3em 1.2em;
    font-size: 10px;
  }
  #slide-main .slide-cap {
    padding: .5em 15px;
    font-size: 12px;
    line-height: 1.6;
  }
  #slide-thumb .item {
    padding-top: 8px;
  }
  #shop-header .info-block,
  #slide-main .item .img {
    padding-bottom: 100%;
  }
  #slide-thumb .item.swiper-slide {
    width: 60px;
    width: 8.1vw;
  }
  #slide-thumb .item .inner {
    padding-bottom: 8px;
  }
  #slide-thumb .item .inner::before,
  #slide-thumb .item .inner::after {
    height: 2px;
  }
}
/** smartphone s **/
@media screen and (max-width: 439px) {
  #slide-thumb {
    padding: 0 8px;
  }
  #slide-thumb .item.swiper-slide {
    width: 44px;
    width: 10.67vw;
  }
}

/* slide thumbnail centerMode */
@media print,screen and (min-width: 1101px) {
  #slide-thumb-wrap.pcCenterMode .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media print,screen and (min-width: 741px) and (max-width: 1100px) {
  #slide-thumb-wrap.tbCenterMode .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media print,screen and (min-width: 441px) and (max-width: 740px) {
  #slide-thumb-wrap.spCenterMode .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media print,screen and (max-width: 440px) {
  #slide-thumb-wrap.spsCenterMode .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* grand open */
#grand-open {
  text-align: center;
  color: #fff;
  font-weight: 700;
  background-color: #7C61A7;
}
#grand-open .title,
#grand-open .pre-title {
  margin: 0;
  font-weight: 700;
}
/** pc & tablet **/
@media print,screen and (min-width: 741px) {
  #grand-open {
    margin-top: 20px;
    padding: 20px 15px;
  }
  #grand-open p {
    font-size: 22px;
  }
  #grand-open .title {
    font-size: 18px;
  }
  #grand-open .pre-title {
    font-size: 15px;
  }
  #grand-open .pre {
    padding-top: 15px;
  }
}
/** smartphone **/
@media screen and (max-width: 740px) {
  #grand-open {
    margin-top: 15px;
    padding: 10px 15px;
  }
  #grand-open p {
    font-size: 14px;
  }
  #grand-open .title {
    font-size: 13px;
  }
  #grand-open .pre-title {
    font-size: 10px;
  }
  #grand-open .pre {
    padding-top: 5px;
  }
}

/* shop preparing  */
#shop-preparing {
  text-align: center;
  background-color: #f3f3f3;
}
#shop-preparing .title {
  margin: 0;
  padding: .8em 0;
  font-weight: 700;
  color: #7C61A7;
}
#shop-preparing .preparing-en {
  color: #7C61A7;
}
#shop-preparing .preparing-message {
  line-height: 2.18;
}
/** pc & tablet **/
@media print,screen and (min-width: 741px) {
  #shop-preparing {
    margin-top: 20px;
    padding: 40px 15px;
  }
  #shop-preparing .title {
    font-size: 32px;
  }
  #shop-preparing .preparing-en {
    font-size: 12px;
  }
  #shop-preparing .preparing-message {
    font-size: 14px;
  }
}
/** smartphone **/
@media screen and (max-width: 740px) {
  #shop-preparing {
    margin-top: 15px;
    padding: 30px 15px;
  }
  #shop-preparing .title {
    font-size: 24px;
  }
  #shop-preparing .preparing-en {
    font-size: 10px;
  }
  #shop-preparing .preparing-message {
    font-size: 11px;
  }
}


/* main contents */
.shop-row {
  width: calc(100% - 30px);
  max-width: 1144px;
  margin: 0 auto;
}
#shop-main .tab-content {
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  transition: opacity .5s ease;
}
#shop-main .tab-content.active {
  visibility: visible;
  max-height: none;
  opacity: 1;
}
.tel-link .tel-text {
	display: inline-block;
	margin-left: 2em;
	padding: .2em 1em;
	border-radius: 5em;
	font-size: 10px;
	border: 1px solid #7C61A7;
	color: #7C61A7;
	background-color: #fff;
	transition: background-color .15s linear, color .15s linear;
}
.tel-link.disabled {
  pointer-events: none;
  cursor: text;
}
.tel-link.disabled .tel-text {
  display: none;
}
.access-list {
  border-bottom: 1px solid #d3d3d3d3;
  padding-bottom: 40px;
}
.access-list .list {
  overflow: hidden;
	padding-bottom: 1em;
  border-bottom: 1px solid #d3d3d3d3;
}
.access-list .list + .list {
	padding-top: 1em;
}
.access-list .list .t {
  float: left;
  font-weight: 700;
  line-height: 1.7;
}
.access-list .list .c {
  float: right;
  line-height: 1.6;
}
.access-list .list small {
  display: block;
}
.access-list .mapBtn {
	display: inline-block;
	padding-left: 2em;
	font-size: 10px;
}
.access-list .mapBtn a {
	display: inline-block;
	padding: .2em 1em;
	border-radius: 5em;
	border: 1px solid #7C61A7;
	color: #7C61A7;
	background-color: #fff;
	transition: background-color .15s linear, color .15s linear;
}
.access-note {
	padding-top: 1.5em;
}
#icon-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 1.5em;
	margin-left: -4px;
}
.access-note + .shop-icons #icon-box {
  padding-top: .5em;
}
#icon-box > * {
	display: block;
	max-width: 50px;
	width: calc(8.33% - 4px)!important;
	height: auto;
	margin: 5px 0 auto 4px!important;
}
#icon-box > a img { 
	display: block;
	width: 100%;
	height: auto;
	transition: transform .15s linear;
}
.shop-icons .brands {
  padding-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop-icons .brands > * {
	width: 20%;
	margin-top: 5px;
}
.shop-icons .brands a img,
.shop-icons .brands span img {
	display: block;
	width: 90%;
	transition: transform .15s linear;
}
#alert-box {
  padding-bottom: 16px;
}
#map-box {
	height: 450px;
	position: relative;
	margin-top: 30px;
}
#map-box .link-button {
	position: absolute;
	left: 50%;
	bottom: 25px;
	transform: translateX(-50%);
}
#map-box .link-button a {
	background-color: white;
	padding: 6px 30px;
	pointer-events: auto;
}
#map-box .link-button .external-link {
	margin-left: 0;
	margin-right: 10px;
}
#map_canvas {
	height: 100%;
}
/** pc & tablet **/
@media print,screen and (min-width: 741px) {
  #shop-main {
    padding-top: 40px;
  }
  .shop-row {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
  }
  .shop-row > .shop-col {
    width: 47.6%;
  }
  .shop-row > .shop-col + .shop-col {
    margin-left: 4.8%;
  }
  #shop-main .tab-content {
    font-size: 15px;
  }
  .access-list .list .t {
    font-size: 13px;
    width: 80px;
  }
  .access-list .list .c {
    width: calc(100% - 80px);
  }
	.access-list .mapBtn a:hover {
		background-color: #7C61A7;
		color: #fff;
	}
	#icon-box > a:hover img,
	.shop-icons .brands a:hover img {
		transform: scale(1.05);
	}
	#map-box .link-button a:hover {
		background-color: #7C61A7;
	}
	#map-box .link-button a:hover .external-link {
		background-image: url("../img/external-link-white.svg");
	}
}
/** smartphone **/
@media screen and (max-width: 740px) {
  #shop-main {
    padding-top: 4%;
  }
  #shop-main .tab-content.active {
    padding: 30px 0;
  }
  #shop-main .tab-content {
    font-size: 13px;
  }
  .access-list .list .t {
    font-size: 10px;
    width: 55px;
  }
  .access-list .list .c {
    width: calc(100% - 55px);
  }
	.access-list > .shop-col + .shop-col {
		padding-top: 1em;
	}
  .access-list .mapBtn {
    display: block;
    padding: 1em 0 0;
    font-size: 10px;
  }
  #icon-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
	#icon-box > * {
		width: calc(12.5% - 4px);
	}
	.shop-icons .brands > * {
		width: 25%;
		margin-top: 10px;
	}
	.shop-icons .brands a img,
	.shop-icons .brands span img {
		width: 85%;
	}
	#map-box .link-button {
		display: none;
	}
	#map-box {
		height: 280px;
		height: 75vw;
	}
}

/* modal campaign */
.camp-sub-title,
.camp-main-title,
.camp-period {
  text-align: center;
  color: #fff;
  background: #00adcf;
}
.camp-sub-title,
.camp-main-title {
  font-weight: 700;
}
.camp-sub-title,
.camp-period {
  font-size: 12px;
}
.camp-sub-title {
  padding-top: 1em;
}
.camp-main-title {
  font-size: 20px;
  padding: .2em 0;
}
.camp-period {
  padding-bottom: 1em;
}
.camp-posts-area {
  padding: 30px 15px;
  text-align: left;
  background: #eee;
}
.camp-posts-area .post-title {
  padding: 0 0 1em;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.camp-posts-area .post-title .text {
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
}
.camp-posts-area .post-title .text::before,
.camp-posts-area .post-title .text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 1.5em;
  background-color: #707070;
}
.camp-posts-area .post-title .text::before {
  left: 0;
  transform: rotate(-25deg);
}
.camp-posts-area .post-title .text::after {
  right: 0;
  transform: rotate(25deg);
}
.camp-posts {
  max-width: 1144px;
  margin: 0 auto;
}
.camp-posts .post-main {
  padding: 15px;
  background: #fff;
  border: 1px solid #707070;
  line-height: 1.84;
  font-size: 13px;
}
.camp-posts .post-main small {
  display: block;
  padding-top: 1rem;
}
.camp-posts .post-note {
  padding: 1.5em 1em 0;
  font-size: 10px;
  color: #666;
  line-height: 1.5;
}
.camp-banner {
  margin-top: 40px;
  text-align: center;
}
.camp-banner img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.camp-banner a:hover {
  opacity: .7;
}
.camp-pdf {
  padding-top: 2em;
  text-align: center;
}
.camp-pdf a {
  position: relative;
  display: block;
  padding: .5em 0;
  max-width: 320px;
  margin: 0 auto;
  font-weight: 700;
  color: #fff;
  border: 2px solid #7C61A7;
  background: #7C61A7;
  border-radius: 5px;
  transition: background-color .3s ease, color .3s ease;
}
.camp-pdf a::before {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  background: url("../img/external-link-white.svg") no-repeat center center;
  background-size: 100% auto;
  transition: background .3s ease;
}
#camp-info-trigger {
  position: relative;
  cursor: pointer;
  padding: 1em;
  text-align: center;
  transition: background-color .3s ease, color .3s ease;
}
#camp-info-trigger::before {
  content: "\FF0B";
  display: block;
  font-size: 30px;
  line-height: 0;
  position: absolute;
  right: .5em;
  top: 50%;
  color: #7C61A7;
  text-align: center;
  transition: color .3s ease;
}
#camp-info-trigger.active::before {
  content: "\FF0D";
}
.camp-info-content {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease;
}
#camp-info-trigger.active ~ .camp-info-content {
  max-height: none;
  opacity: 1;
  visibility: visible;
}
.camp-notes {
  background-color: #7C61A7;
  color: #fff;
  padding-top: 1em;
  padding-bottom: 24px;
}
.camp-notes p {
  max-width: 712px;
  padding: 0 16px;
  margin: 0 auto;
}
.camp-notes .ttl {
  text-align: center;
  margin-bottom: 8px;
	font-size: 15px;
}
.camp-notes .text {
	font-size: 13px;
}
/** pc & tablet **/
@media print,screen and (min-width: 741px) {
  .camp-sub-title,
  .camp-period {
    font-size: 15px;
  }
  .camp-main-title {
    font-size: 26px;
  }
  .camp-posts-area .post-title {
    font-size: 20px;
  }
  .camp-posts-area {
    padding: 40px 15px;
  }
  .camp-posts {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  .camp-posts .post-col {
    width: 48%;
  }
  .camp-posts .post-col + .post-col {
    margin-left: 4%;
  }
  .camp-posts .post-main {
    font-size: 15px;
  }
  .camp-posts .post-note {
    font-size: 12px;
  }
  .camp-pdf a:hover {
    color: #7C61A7;
    background: #fff;
  }
  .camp-pdf a:hover::before {
    background-image: url("../img/external-link.svg");
  }
  #camp-info-trigger:hover {
    background-color: #7C61A7;
    color: #fff;
  }
  #camp-info-trigger:hover::before {
    color: #fff;
  }
}
/** smartphone **/
@media screen and (max-width: 740px) {
  .camp-posts .post-col + .post-col {
    margin-top: 8%;
  }
}
/** smartphone S **/
@media screen and (max-width: 375px) {
  .camp-main-title {
    font-size: 5.33vw;
  }
}

/* .camp-banner multiple type */
/** pc & tablet **/
@media print,screen and (min-width: 741px) {
  .camp-banner.multiple {
    max-width: 1144px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .camp-banner.multiple > a {
    max-width: calc(50% - 10px);
  }
  .camp-banner.multiple > a:nth-of-type(even) {
    margin-left: 20px;
  }
  .camp-banner.multiple > a:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
/** smartphone **/
@media screen and (max-width: 740px) {
  .camp-banner.multiple > a {
    display: inline-block;
  }
  .camp-banner.multiple > a + a {
    margin-top: 4%;
  }
}