@charset "UTF-8";

/*-------------------------------------------------------------------------------
 FONT
 -------------------------------------------------------------------------------*/
.main {
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
}
html, input, select, textarea, table, th, td, li, a {
  font-family: inherit;
}

/*-------------------------------------------------------------------------------
-------------------------------------------------------------------------------*/
.top .main-content .inner {
  padding-top: 50px;
}

@media (max-width: 768px) {
  .top .main-content .inner {
    padding-top: 40px;
  }
}
/*-------------------------------------------------------------------------------
 KV
-------------------------------------------------------------------------------*/
.main-veiw {
  position: relative;
}

.txt-box {
  padding: 55px 0 0;
}

.txt-box p {
  font-size: 13px;
  text-align: center;
  line-height: 2.0;
}

.kv_h_style {
  text-align: center;
}

@media (max-width: 768px) {
  .txt-box {
    padding: 30px 0 0;
  }
  .txt-box p {
    padding: 0;
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
  }
}

.main-view-panel-list li {
  position: relative;
}
.main-view-panel-list li .kv_inner:before {
  content: '';
  display: block;
  padding-top: 37.5%;
}
.main-view-panel-list li .kv_inner .kv_position {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-view-panel-list li .kv_position .mv-content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-view-panel-list li .kv_position .mv-content .kv_h_style {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  margin-top: 25px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #ffffff;
}

@media (max-width: 768px) {
  .main-view-panel-list li .kv_inner:before {
    content: '';
    display: block;
    padding-top: 84%;
  }
  .main-view-panel-list li .kv_position .mv-content img {
    width: 25.866666vw;
    margin: 0 auto;
  }
  .main-view-panel-list li .kv_position .mv-content .kv_h_style {
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
  }
}
.kv-second {
  position: relative;
  margin-bottom: 60px;
}
.kv-second:before {
  content: '';
  display: block;
  padding-top: 33.333333%;
}
.kv-second .kv-second-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.kv-second .kv-second-inner h2{
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
}
.kv-second .kv-second-inner h2 small {
  color: #fff;
}
@media (max-width: 768px) {
  .kv-second {
    margin-bottom: 40px;
  }
  .kv-second:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .kv-second .kv-second-inner {
    padding: 20px;
  }
  .kv-second .kv-second-inner h2{
    margin: 0;
  }
}

/*-------------------------------------------------------------------------------
TEAM ORDER
-------------------------------------------------------------------------------*/
.order-list {
  margin: 0 -0.204081632%;
}

.order-list li {
  width: 49.593495934%;
  margin: 0 0.203252032%;
}

.team-order img {
  backface-visibility: hidden;
}

@media (max-width: 768px) {
  .order-list {
    margin: 0;
  }
  .order-list li {
    width: 100%;
    margin: 0 0 5px;
  }
}

/*-------------------------------------------------------------------------------
メンテナンス・補償制度
-------------------------------------------------------------------------------*/
.customer {
  margin: 40px 0 0;
}

.customer p {
  margin: 18px 0 0;
}


/*-------------------------------------------------------------------------------
SNS
-------------------------------------------------------------------------------*/
.sns-icn {
  margin: 47px 0 0;
}

.sns-icn-list li {
  margin: 0 0.918367346%;
}

@media (max-width: 768px) {
  .sns-icn {
    margin: 44px 0 0;
  }
  .sns-icn .inner {
    padding: 0 60px;
    margin-bottom: 15px;
  }
  .sns-icn-list li {
    margin: 0 0 25px 0;

  }
}

/*-------------------------------------------------------------------------------
 COMMON
 -------------------------------------------------------------------------------*/
 hr {
  border: 1px solid #b0b0b0;
  border-width: 1px 0 0 0;
  margin: 80px 0 70px 0;
 }

@media (max-width: 768px) {
  hr {
    margin: 37px 0 27px;
  }
  .sp-inner {
    padding: 0 10px;
  }
}
/*column*/
.col3-list {
  padding-right: 68px;
  font-size: 0;
  letter-spacing: normal;
}
.col3-list li {
  width: calc(100% / 3);
  margin-right: 34px;
  display: inline-block;
  vertical-align: top;
}
.col3-list li:nth-child(3n+3) {
  margin-right: -68px;
}
.col5-list {
  font-size: 0;
  letter-spacing: normal;
}
.col5-list li {
  width: calc((100% - 140px) /5);
  margin-right: 35px;
  margin-bottom: 35px;
  display: inline-block;
  vertical-align: middle;
}
.col5-list li:nth-child(5n+5) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .col5-list li {
    width: calc((100% - 90px) /3);
    margin: 15px;
    display: inline-block;
    vertical-align: middle;
  }
  .col5-list li:nth-child(5n+5) {
    margin-right: 15px;
  }
}


.h-style {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  letter-spacing: 0.04em;
}
.h-style-1 strong {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  letter-spacing: 0.04em;
}
.h-style-2 {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.h-style-3 {
  margin-bottom: 30px;
}
.h-style-3 strong{
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  display: block;
}
.h-style-3 small {
  display: block;
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 10px;
}

.h-style-3.h-style-3-r small {
  font-size: 14px;
  font-weight: bold;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 0;
}
.h-style-3.h-style-3-r strong {
  display: block;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
}

.h-style-border {
  font-size: 24px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.h-style-border:after {
  content: '';
  display: block;
  border-top:2px solid #000;
  width: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .col3-list {
    padding-right: 0;
  }
  .col3-list li {
    width: calc(100%);
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
  }
  .col3-list li:nth-child(3n+3) {
    margin-right: 0;
  }
  .h-style-2 {
    font-size: 14px;
    font-weight: bold;
  }
  .h-style-border {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .h-style-border:after {
    width: 25px;
  }
  .h-style-3 small {
    display: block;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 0;
  }
  .h-style-3 strong{
    font-size: 20px;
  }
  .h-style-3 strong.align-left {
    text-align: left;
  }
}
/*btn*/
.btn {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 11px 10px;
  border: solid 1px #000000;
  max-width: 150px;
  width: 100%;
  text-align: center;
  transition: .4s;
  background: #ffffff;
}
.btn:hover {
  background: #000000;
  color: #ffffff;
  opacity: 1;
}
@media (max-width: 768px) {
  .btn {
    max-width: 129px;
    padding: 7px 10px;
  }
}
.btn-black {
  background: #000;
  color: #fff;
}
a.btn-black {
  color: #fff;
}
.btn-black:hover {
  background: #fff;
  color: #000;
}

/*icon*/
.icn-slash-l {
  position: relative;
}
.icn-slash-l:before {
  content: '';
  position: absolute;
  top: 20px;
  left: -78px;
  width: 115px;
  border-top: solid 5px #ffffff;
  transform: rotate(-49deg);
  -webkit-transform: rotate(-49deg);
}
.txt-2row .icn-slash-l:before {
  content: '';
  position: absolute;
  top: 51px;
  left: -108px;
  width: 115px;
  border-top: solid 5px #ffffff;
  transform: rotate(-49deg);
  -webkit-transform: rotate(-49deg);
}

@media (max-width: 768px) {
  .icn-slash-l {
    padding-left: 50px;
  }
  .icn-slash-l:before {
    left: -33px;
  }
  .icn-slash-l.text-long:before {
    left: -47px;
  }
  .txt-2row .icn-slash-l:before {
    left: -33px;
    top: 30px;
  }
}

@media (max-width: 320px) {
  .icn-slash-l.slash-down:before {
    top: 28px;
  }
}

.icn-slash-m {
  position: relative;
  padding-left: 45px;
}
.icn-slash-m:before {
  content: '';
  position: absolute;
  top: -13px;
  left: -20px;
  width: 85px;
  border-top: solid 5px #ffffff;
  transform: rotate(-49deg);
  -webkit-transform: rotate(-49deg);
}

.icn-slash-s {
  position: relative;
  padding-left: 45px;
}
.icn-slash-s:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -10px;
  width: 70px;
  border-top: solid 5px #ffffff;
  transform: rotate(-49deg);
  -webkit-transform: rotate(-49deg);
}
.ico-cart-r {
  position: relative;
}
.ico-cart-r:before {
  content: '';
  display: block;
  background: url(../images/svg/icn_cart.svg);
  width: 19px;
  height: 14px;
  position: absolute;
  bottom: 0;
  right: -22px;
  margin-top: -7px;
}

/*breadcrumbs*/
.breadcrumbs {
  margin-top: 20px;
  margin-bottom: 115px;
}
.breadcrumbs ul {
  font-size: 0;
  letter-spacing: normal;
}
.breadcrumbs ul li {
  font-size: 11px;
  display: inline-block;
  position: relative;
  padding-right: 40px;
}
.breadcrumbs ul li:after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  margin-top: -5px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumbs ul li:last-child:after {
  display: none;
}

@media (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
.ico-remarks {
  position: relative;
  display: inline-block;
  margin-right: 14px;
}
.ico-remarks:before {
  content: '*';
  display: block;
  position: absolute;
  right: -17px;
  top: 0;
  margin-right: 10px;
}
.ico-remarks:after {
  content: '1';
  font-size: 8px;
  display: block;
  position: absolute;
  right: -23px;
  top: -4px;
  margin-right: 10px;
}
.ico-remarks-txt {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  font-size: 11px;
}
.ico-remarks-txt:before {
  content: '*';
  display: block;
  position: absolute;
  left: -16px;
  top: 6px;
  margin-right: 10px;
}
.ico-remarks-txt:after {
  content: '1';
  font-size: 10px;
  display: block;
  position: absolute;
  left: -22px;
  top: 1px;
  margin-left: 10px;
}

/*button*/
.btn-youtube {
  position: relative;
  cursor: pointer;
}
.btn-youtube:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin:auto;
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/brand/rooms/play-btn-2x.png);
  background-size: cover;
}
/*-------------------------------------------------------------------------------
 HOVER
-------------------------------------------------------------------------------*/
.animation-block {
}

.animetion-zoom img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 1;
}
.animetion-zoom:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 1;
}
.btn-hover-slide {
  background-color: #ffffff;
  color: #000000;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn-hover-slide:hover {
  /*background-color: #000000;*/
  color: #ffffff;
  opacity: 1;
}

.btn-hover-slide:after {
  position: absolute;
  content: '';
  display: block;
  width:150%;
  top: 0;
  height:50px;
  left:-155%;
  background:#000000;
  color: #ffffff;
  position:absolute;
  transition:all .2s ease;
  z-index:1;
  -webkit-transform:skew(-15deg);
  transform:skew(-15deg);
}
.btn-hover-slide:hover:after{
  content: '';
  display: block;
  left:-20px;
  z-index: -1;
}

/*hover-animation01*/
.hover-animation01 .hover-animation01-img {
  position: relative;
  z-index: 2;
}
.hover-animation01 .hover-animation01-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0);
  transition: all .6s ease;
  z-index: 2;
}
.hover-animation01:hover .hover-animation01-img:before,
.hover-animation01.sp-scroll-action .hover-animation01-img:before
 {
  background: rgba(0,0,0,.5);
  z-index: 2;
}
.hover-animation01 .hover-animation01-txt {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  color: #ffffff;
  opacity: 0;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.04em;
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition:all .4s ease;
  z-index: 2;
}

.hover-animation01:hover .hover-animation01-txt,
.hover-animation01.sp-scroll-action .hover-animation01-txt
 {
  opacity: 1;
  left: 55%;
  transition: all 300ms 0s ease;
  transition-delay: .1s;
  z-index: 2;
}
@media (max-width: 768px) {
  .hover-animation01.sp-scroll-action .hover-animation01-txt {
    left: 20%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .hover-animation01 .hover-animation01-txt {
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.hover-animation01 .hover-animation01-txt:before {
  content: '';
  position: absolute;
  width: 70px;
  border-top: solid 5px #ffffff;
  -webkit-transform: rotate(-49deg) translate(-100%, -100%);
  transform: rotate(-49deg) translate(-100%, -100%);
  opacity: 0;
  top: 37%;
  left: -55px;
  transition: .2s;
  z-index: 2;
}
.hover-animation01:hover .hover-animation01-txt:before,
.hover-animation01.sp-scroll-action .hover-animation01-txt:before
 {
  content: '';
  position: absolute;
  opacity: 1;
  transition-delay: .3s;
  -webkit-transform: rotate(-49deg) translate(0%, 0%);
  transform: rotate(-49deg) translate(0%, 0%);
  z-index: 2;
}

/*hover-animation02*/
.hover-animation02 a:hover {
  opacity: 1;
  z-index: 2;
}
.hover-animation02 .icn-slash-l:before {
  opacity: 0;
  transition: all .2s ease;
  -webkit-transform: rotate(-49deg) translate(-100%, -100%);
  transform: rotate(-49deg) translate(-100%, -100%);
  z-index: 2;
}
.hover-animation02:hover .icn-slash-l:before,
.hover-animation02.sp-scroll-action .icn-slash-l:before
 {
  opacity: 1;
  -webkit-transform: rotate(-49deg) translate(0%, 0%);
  transform: rotate(-49deg) translate(0%, 0%);
  z-index: 2;
}

.hover-animation02 .icn-slash-s:before,
.hover-animation02 .icn-slash-m:before {
  opacity: 0;
  transition: all .2s ease;
  -webkit-transform: rotate(-49deg) translate(-150%, -150%);
  transform: rotate(-49deg) translate(-150%, -150%);
  z-index: 2;
}
.hover-animation02:hover .icn-slash-s:before,
.hover-animation02.sp-scroll-action .icn-slash-s:before,
.hover-animation02:hover .icn-slash-m:before,
.hover-animation02.sp-scroll-action .icn-slash-m:before
 {
  opacity: 1;
  -webkit-transform: rotate(-49deg) translate(-20%, 0%);
  transform: rotate(-49deg) translate(-20%, 0%);
  z-index: 2;
}
.hover-animation02 .hover-animation02-img {
  position: relative;
  z-index: 2;
}
.hover-animation02 .hover-animation02-img:before {
  content: '';
  display: block;
  background: rgba(0,0,0,0);
  transition: .4s;
  z-index: 2;
}
.hover-animation02:hover .hover-animation02-img:before,
.hover-animation02.sp-scroll-action .hover-animation02-img:before,
.hover-animation02:hover .img-block-inner:before
 {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  z-index: 2;
}

.hover-animation02.sp-scroll-action .hover-animation02-img:before {
  background: rgba(0,0,0,0);
  z-index: 3;
}

.hover-animation02 .hover-animation02-txt {
  margin-left: 0px;
  transition: .4s;
  z-index: 3;
}
.hover-animation02:hover .hover-animation02-txt,
.hover-animation02.sp-scroll-action .hover-animation02-txt
 {
  margin-left: 15px;
  z-index: 3;
}
.hover-animation02 .hover-animation02-txt.icn-slash-s,
.hover-animation02 .hover-animation02-txt.icn-slash-m {
  margin-left: 0;
  padding-left: 0;
  z-index: 3;
}
.hover-animation02:hover .hover-animation02-txt.icn-slash-s,
.hover-animation02.sp-scroll-action .hover-animation02-txt.icn-slash-s,
.hover-animation02:hover .hover-animation02-txt.icn-slash-m,
.hover-animation02.sp-scroll-action .hover-animation02-txt.icn-slash-m
 {
  /*margin-left: 20px;*/
  padding-left: 40px;
  z-index: 3;
}

.hover-animation02:hover .hover-animation02-txt.icn-slash-l:before,
.hover-animation02.sp-scroll-action .hover-animation02-txt.icn-slash-l:before,
.hover-animation02:hover .hover-animation02-txt.icn-slash-m:before,
.hover-animation02.sp-scroll-action .hover-animation02-txt.icn-slash-m:before,
.hover-animation02:hover .hover-animation02-txt.icn-slash-s:before,
.hover-animation02.sp-scroll-action .hover-animation02-txt.icn-slash-s:before
 {
  transition-delay: .1s;
  z-index: 3;
}

.shoplist .hover-animation02.sp-scroll-action .hover-animation02-txt.icn-slash-m
 {
  margin-left: 20px;
}

/*hover-animation03*/
.hover-animation03 a {
  display: block;
  width: 100%;
  height: 100%;
}
.hover-animation03 a:hover {
  opacity: 1;
  z-index: 2;
}
.hover-animation03 .hover-animation-img {
  position: relative;
  z-index: 2;
}
.hover-animation03 .hover-animation-img:before {
  content: '';
  display: block;
  background: rgba(0,0,0,0);
  transition: .4s;
  z-index: 2;
}
.hover-animation03:hover .hover-animation-img:before,
.hover-animation03.sp-scroll-action .hover-animation-img:before,
.hover-animation03:hover .img-block-inner:before
 {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  z-index: 2;
}

.hover-animation03.sp-scroll-action .hover-animation-img:before {
  background: rgba(0,0,0,0);
  z-index: 3;
}

.hover-animation03 .hover-animation-txt {
  z-index: 3;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.hover-animation03:hover .hover-animation-txt,
.hover-animation03.sp-scroll-action .hover-animation-txt
 {
  z-index: 3;
}

/*-------------------------------------------------------------------------------
 TOPページ
 -------------------------------------------------------------------------------*/
.main-read {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .main-read {
    margin-top: 55px;
  }
  .main-read br {
    display: none;
  }
}
.news-module a:hover {
  opacity: 1;
  text-decoration: none;
}
.news-module-img {
position: relative;
z-index: 1;
}
.news-module-img:after {
  position: absolute;
  content: '';
  display: block;
  padding-top: 67.1052631579%;
}
.news-module-img-inner {
  overflow: hidden;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hover-animation01 .news-module-img .hover-animation01-img:before,
.hover-animation01 .news-module-img .hover-animation01-txt {
  display: none;
}
.animetion-zoom .news-module-img img {
  transform: none;
}
.news-module-img:before {
  content: 'VIEW MORE';
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1;
  background: rgba(0,0,0,0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: 0.3s;
}
.news-module a:not(:hover) .news-module-img:before {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .news-module-img:before {
    display: none;
  }
}
/*topics icon*/
.icn-news,
.icn-event,
.icn-feature {
  display: none;
}
.news-module .h-style-2 {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.6;
  margin: 16px 0 0;
}
@media (max-width: 768px) {
  .news-module .h-style-2 {
    font-size: 14px;
    margin: 12px 0 0;
  }
}
.news-module li {
  margin-bottom: 30px;
}
.news-module li:hover .h-style-2,
.news-module li:hover .date
 {
  text-decoration: none;
}
.news-module .date {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.2;
  color: #999;
  margin: 8px 0 0;
}
.news-module .date-event-txt {
}
.news-module .date-event-txt.close {
  position: relative;
}
.news-module .date-event-txt.close:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  background: #000;
  width: 100%;
  margin-top: -1px;
}
.news-module .date-event-txt.close:after {
  content: '[終了しました]';
  color: #9a9a9a;
  display: block;
  position: absolute;
  top: 50%;
  right: -79px;
  margin-top: -12px;
}
.news-module .date-event-txt.limit {
  position: relative;
}
.news-module .date-event-txt.limit:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  background: #000;
  width: 100%;
  margin-top: -1px;
}
.news-module .date-event-txt.limit:after {
  content: '[定員に達しました]';
  color: #9a9a9a;
  display: block;
  position: absolute;
  top: 50%;
  right: -102px;
  margin-top: -12px;
}
.news-module .date-event-txt span {
  font-weight: normal; 
}
/*banner-top*/
.top .banner-top .inner,
.top .banner-bottom .inner
 {
  padding-top:0;
  padding-bottom: 0;
}
.top .banner-top .inner
 {
  /*padding-bottom: 50px;*/
}
.top .banner-bottom .inner {
  /*padding-top:50px;*/
  padding-top: 60px;
}

@media (max-width: 768px) {
  .top .banner-bottom .inner {
    padding-top: 30px;
  }
}
.banner-top-item.col-1
 {
  position: relative;
  margin-bottom: 10px;
}
.banner-top-item.col-1:before
 {
  content: '';
  display: block;
  padding-top: 34.693877551%;
}
.banner-top-item.col-1 .banner-top-item-inner
 {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-top-item.col-1 .banner-top-item-inner .h-style
 {
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.banner-top-item.col-1.banner_bottom-neutralworks_tokyo .banner-top-item-inner .h-style .icon-logo {
  display: block;
  width: 400px;
  height: 0;
  overflow: hidden;
  padding: 20px 0 0 0;
  margin: 0 auto;
  line-height: 2;
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(../images/svg/icn_neutralworks-white.svg);
}
.banner-top-item.col-1.banner_bottom-neutralworks_tokyo:before {
  /*padding-top: 28%;*/
}
.banner-top-item.col-1.banner_bottom-neutralworks_hibiya .banner-top-item-inner .h-style .icon-logo {
  display: block;
  width: 400px;
  height: 0;
  overflow: hidden;
  padding: 20px 0 0 0;
  margin: 0 auto;
  line-height: 2;
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(../images/svg/icn_neutralworks_hibiya-white.svg);
}
.banner-top-item.col-1.banner_bottom-neutralworks_hibiya:before {
  /*padding-top: 28%;*/
}
.banner-top-item.col-1.banner_bottom-neutralworks_nihombashi .banner-top-item-inner .h-style .icon-logo {
  display: block;
  width: 476px;
  height: 0;
  overflow: hidden;
  padding: 20px 0 0 0;
  margin: 0 auto;
  line-height: 2;
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(../images/svg/icn_neutralworks_nihombashi-white.svg);
}
@media (max-width: 768px) {
  .banner-top-item.col-1 .banner-top-item-inner.hover-animation02 .hover-animation02-txt.h-style {
    left: 120px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .banner-top-item.col-1 .banner-top-item-inner.hover-animation02 .hover-animation02-txt.h-style.text-right {
    left: 138px;
  }
  .banner-top-item.col-1 .banner-top-item-inner.hover-animation02 .hover-animation02-txt.h-style.text-long {
    font-size: 20px;
    left: 135px;
    width: 200px;
    text-align: left;
  }
  .banner-top-item.col-1.banner_bottom-neutralworks_tokyo .banner-top-item-inner .h-style .icon-logo {
    width: 234px;
    padding: 15px 0 0 0;
  }
  .banner-top-item.col-1.banner_bottom-neutralworks_hibiya .banner-top-item-inner .h-style .icon-logo {
    width: 234px;
    padding: 15px 0 0 0;
  }
  .banner-top-item.col-1.banner_bottom-neutralworks_nihombashi .banner-top-item-inner .h-style .icon-logo {
    width: 290px;
    padding: 15px 0 0 0;
  }
}
@media (max-width: 320px) {
  .banner-top-item.col-1 .banner-top-item-inner.hover-animation02 .hover-animation02-txt.h-style.text-long {
    white-space: normal;
  }
}
.banner-top-item.col-1 .banner-top-item-inner .h-style small {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .banner-top-item.col-1 .banner-top-item-inner .h-style {
    font-size: 23px;
    /*width: 100%;*/
    text-align: center;
    white-space: nowrap;
  }
  .banner-top-item.col-1 .banner-top-item-inner .h-style.text-long small {
    font-size: 14px;
    text-align: left;
  }
}
.banner-top-item.col-2,
.banner-bottom-item.col-2 {
  padding-right: 10px;
  font-size: 0;
  letter-spacing: normal;
	margin-bottom: 10px;
}
.banner-top-item.col-2:last-child,
.banner-bottom-item.col-2:last-child {
  margin-bottom: 0;
}
.banner-bottom-item.col-2 {
  margin-bottom: 10px;
}
.banner-bottom-item.col-2.col-2-small {
  padding-right: 0px;
}
.banner-top-item.col-2 .banner-top-itembox,
.banner-bottom-item.col-2 .banner-bottom-itembox {
  width: 50%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.banner-bottom-item.col-2.col-2-small .banner-bottom-itembox {
  width: calc(50% - (34px * 0.5));
  margin-right: 34px;
}
@media (max-width: 768px) {
  .banner-bottom-item.col-2.col-2-small .banner-bottom-itembox {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 45px;
  }
}
.banner-top-item.col-2 .banner-top-itembox:before,
.banner-bottom-item.col-2 .banner-bottom-itembox:before
 {
  content: '';
  display: block;
  padding-top: 74.6391752577%;
}
.banner-top-item.col-2.col-2-min .banner-top-itembox:before,
.banner-bottom-item.col-2-min .banner-bottom-itembox:before
 {
  content: '';
  display: block;
  padding-top: 43.917525773196%;
}
.banner-top-item.col-2 .banner-top-itembox .item-inner,
.banner-bottom-item.col-2 .banner-bottom-itembox .item-inner
 {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-top-item.col-2 .banner-top-itembox:nth-child(2n+2),
.banner-bottom-item.col-2 .banner-bottom-itembox:nth-child(2n+2)
 {
  margin-right: -10px;
}
.banner-bottom-item.col-2.col-2-small .banner-bottom-itembox:nth-child(2n+2) {
  /*margin-right: -20px;*/
}
.banner-bottom-item.col-2 .banner-bottom-itembox .item-inner .h-style,
.banner-top-item.col-2 .banner-top-itembox .item-inner .h-style {
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-top-item.col-2.shoplist_banner .banner-top-itembox .item-inner .h-style {
  width: 90%;
  text-align: center;
  line-height: 1.2;
}
.banner-bottom .h-style-logo {
  max-width: 384px;
  display: block;
  margin: 80px auto 50px;
}

.banner-bottom-item.col-2.col-2-small .banner-bottom-itembox .item-inner .h-style {
  font-size: 22px;
}

@media (max-width: 768px) {
  .banner-top-item.col-1:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .banner-top-item.col-1.banner_bottom-neutralworks_tokyo:before {
    padding-top: 100%;
  }
  .banner-top-item.col-1.banner_bottom-neutralworks_hibiya:before {
    padding-top: 100%;
  }
  .banner-top-item.col-2,
  .banner-bottom-item.col-2 {
    padding-right: 0;
  }
  .banner-top-item.col-2 .banner-top-itembox,
  .banner-bottom-item.col-2 .banner-bottom-itembox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .banner-top-item.col-2 .banner-top-itembox:last-child,
  .banner-bottom-item.col-2 .banner-bottom-itembox:last-child {
    margin-bottom: 0;
  }
  .banner-top-item.col-2 .banner-top-itembox:before,
  .banner-bottom-item.col-2 .banner-bottom-itembox:before
   {
    content: '';
    display: block;
    padding-top: 100%;
  }
	.banner-top-item.col-2.col-2-min .banner-top-itembox:before,
	.banner-bottom-item.col-2.col-2-min .banner-bottom-itembox:before
	 {
		content: '';
		display: block;
		padding-top: 63.456090651558%;
	}
	.banner-top-item.col-2.col-2-min .banner-top-itembox-app:before,
	.banner-bottom-item.col-2.col-2-min .banner-bottom-itembox-app:before
	 {
		content: '';
		display: block;
		padding-top: 41.791044776119%;
	}
  .banner-top-item.col-2 .banner-top-itembox:nth-child(2n+2),
  .banner-bottom-item.col-2 .banner-bottom-itembox:nth-child(2n+2)
   {
    margin-right: 0;
  }
  .banner-bottom-item.col-2 .banner-bottom-itembox .item-inner .h-style,
  .banner-top-item.col-2 .banner-top-itembox .item-inner .h-style {
    font-size: 23px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 38px;
    white-space: nowrap;
    text-align: center; 
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .banner-top-item.col-2.shoplist_banner .banner-top-itembox .item-inner .h-style {
    white-space: normal;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .banner-bottom .h-style-logo {
    padding: 0 20px;
    margin: 50px auto 30px;
  }
}

.banner-bottom-item.col-3 {
  padding-right: 20px;
  font-size: 0;
  letter-spacing: normal;
  margin-bottom: 80px;
}
.banner-bottom-item.col-3 .banner-bottom-itembox {
  width: calc(100% / 3);
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.banner-bottom-item.col-3 .banner-bottom-itembox:before
 {
  content: '';
  display: block;
  padding-top: 66.875%;
}
.banner-bottom-item.col-3 .banner-bottom-itembox .item-inner
 {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-bottom-item.col-3 .banner-bottom-itembox:nth-child(3n+3)
 {
  margin-right: -20px;
}
.banner-bottom-item.col-3 .banner-bottom-itembox .item-inner .h-style {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .banner-bottom-item.col-3 {
    padding-right: 0;
    margin-bottom: 45px;
  }
  .banner-bottom-item.col-3 .banner-bottom-itembox {
    width: calc(100%);
    margin-right: 0;
    margin-bottom: 10px;
  }
  .banner-bottom-item.col-3 .banner-bottom-itembox:last-child {
    margin-bottom: 0;
  }
  .banner-bottom-item.col-3 .banner-bottom-itembox:before
   {
    content: '';
    display: block;
    padding-top: 66.567164179%;
  }
  .banner-bottom-item.col-3 .banner-bottom-itembox:nth-child(3n+3)
   {
    margin-right: 0;
  }
  .banner-bottom-item.col-3 .banner-bottom-itembox .item-inner .h-style {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
     top: 50%;
     left: 32px;
     -webkit-transform: translate(0%, -50%);
     transform: translate(0%, -50%);
  }
}
.nw-app {
  max-width: 700px;
  border: solid 1px #dbdbdb;
  box-sizing: border-box;
  padding: 55px 40px;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: normal;
  box-sizing: border-box;
}
.banner-bottom-item.col-2.col-2-small .banner-bottom-itembox .nw-app {
  padding: 60px 90px 55px 90px;
}
.nw-app-head,
.nw-app-body {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.nw-app-head {
  padding: 0 10px;
  border: none;
  margin-bottom: 20px;
}
.nw-app-body {
  padding: 0 10px;
  border: none;
  margin-bottom: 20px;
}
.nw-app-body .dl-btn {
  padding-right: 10px;
  padding-left: 35px;
  padding: 0 10px 0 0;
}
.nw-app-body .dl-btn li {
  display: inline-block;
  width: 50%;
  margin-right: 10px;
}
.nw-app-body .dl-btn li:last-child {
  margin-right: -10px;
}
.banner-bottom-item.col-2.col-2-small .banner-bottom-itembox .nw-app .nw-app-head {
  padding: 0;
  margin-bottom: 30px;
}
.banner-bottom-item.col-2.col-2-small .banner-bottom-itembox .nw-app .nw-app-body {
  padding: 0 20px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .nw-app {
    padding: 30px 40px;
  }
  .banner-bottom-item.col-2.col-2-small .banner-bottom-itembox .nw-app {
    padding: 30px 40px;
  }
  .banner-bottom-item.col-2.col-2-small .banner-bottom-itembox .nw-app .nw-app-head {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .banner-bottom-item.col-2.col-2-small .banner-bottom-itembox .nw-app .nw-app-body {
    padding: 0;
    margin-bottom: 20px;
  }
  .nw-app-head {
    padding: 0 10px;
    border: none;
    margin-bottom: 20px;
  }
  .nw-app-body .dl-btn {
    padding: 0 10px 0 0;
  }
}

/*-------------------------------------------------------------------------------
 INFORMATION
 -------------------------------------------------------------------------------*/
.information.main {
  padding-bottom: 105px;
}
.pagenation {
  text-align: center;
  margin-bottom: 100px;
}
.pagenation-list {
  font-size: 0;
  letter-spacing: normal;
}
.pagenation-item {
  display: inline-block;
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  margin: 0 11px;
  vertical-align: middle;
}
.pagenation-item a {
  color: #656565;
}
.pagenation-item a.active {
  text-decoration: underline;
  color: #000;
}
.pagenation-item {
  margin-bottom: 0;
  position: relative;
}
.pagenation-item.prev a,
.pagenation-item.next a {
  display: block;
  width: 30px;
  height: 30px;
  background: #000;
}
.pagenation-item.prev,
.pagenation-item.next {
  transition: .4s;
}
.pagenation-item.prev:hover,
.pagenation-item.next:hover {
  opacity: .7;
}
.pagenation-item.prev:before,
.pagenation-item.next:before {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.pagenation-item.prev:before {
  background: url(../images/info/pagenation-arrow01.png);
  background-size: cover;
}
.pagenation-item.next:before {
  background: url(../images/info/pagenation-arrow02.png);
  background-size: cover;
}
.information .main-content.news-module .inner {
  padding-bottom: 30px;
}
.inner .main-content.news-module .inner {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .information .main-content.news-module .inner {
    padding-bottom: 20px;
  }
  .pagenation {
    margin-bottom: 60px;
  }
  .information.main {
    padding-bottom: 45px;
  }
  /*.information .news-module li:nth-child(n+4) {
    display: block;
  }*/
  /*.main-content .inner {
  padding: 0;
}*/
}

.information .anchorlink-module {
  display: none;
}

/*-------------------------------------------------------------------------------
 EVENT
 -------------------------------------------------------------------------------*/
.main-veiw-second {
  text-align: center;
  margin-bottom: 80px;
}
.main-veiw-second h2 {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 37px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.1em;
}
.main-veiw-second h1 {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 37px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.1em;
}
.main-veiw-second h1 small {
  line-height: 1em;
}
@media (max-width: 768px) {
  .main-veiw-second {
    margin-bottom: 0;
  }
  .main-veiw-second h1 {
    font-size: 27px;
    margin: 40px 0;
    line-height: 1.1em;
  }
  .main-veiw-second h1 small {
    line-height: 2em;
  }
}

.pickup-module {
  margin: 0 auto;
  padding: 60px 0 97px;
  background: #fafafa;
}
.pickup-module .h-style-1 {
  margin-bottom: 70px;
}
.pickup-module-body {
  font-size: 0;
  letter-spacing: normal;
  max-width: 932px;
  margin: 0 auto;
  background: #fff;
}
.pickup-module-body ~ .pickup-module-body {
  margin-top: 30px;
}
.pickup-module-body a:hover p {
  text-decoration: none;
}
.pickup-module-body-img {
  vertical-align: top;
  display: inline-block;
  width: 32.618025%;
  position: relative;
}
.pickup-module-body-img:after {
  content: '';
  display: block;
  padding-top: 67.105263%;
}
.pickup-module-body-img .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pickup-module-body-content {
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 32.618025%);
  padding: 15px 36px;
  box-sizing: border-box;
}
.pickup-module-body-content .event-name {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 13px;
}
.pickup-module-body-content .event-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 13px;
}
.pickup-module-body-content .event-txt {
  font-size: 12px;
  line-height: 1.8em;
  margin-bottom: 27px;
}
.pickup-module-body-content .event-date {
  font-size: 11px;
}
.pickup-module-body-content .event-date strong {
  font-weight: bold;
}
.pickup-module-body-content .event-date.limit {
  position: relative;
}
.pickup-module-body-content .event-date.limit:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  background: #000;
  width: 130px;
  margin-top: -1px;
}
.pickup-module-body-content .event-date.limit:after {
  content: '[定員に達しました]';
  color: #9a9a9a;
  display: block;
  position: absolute;
  top: 50%;
  left: 135px;
  margin-top: -12px;
}
.pickup-module-body-content .event-date span {
  font-weight: normal; 
}

@media (max-width: 768px) {
  .pickup-module {
    padding: 30px 0 25px;
  }
  .pickup-module .h-style-1 {
    margin-bottom: 25px;
  }
  .pickup-module-body {
    padding: 0 20px;
    background-color: transparent;
  }
  .pickup-module-body ~ .pickup-module-body {
    margin-top: 40px;
  }
  .pickup-module-body-img {
    width: 100%;
  }
  .pickup-module-body-img:after {
    display: none;
  }
  .pickup-module-body-img .img-inner {
    position: relative;
  }
  .pickup-module-body-content {
    width: calc(100%);
    padding: 15px 0 0;
  }
  .pickup-module-body-content .event-name {
    font-size: 10px;
    margin-bottom: 0;
  }
  .pickup-module-body-content .event-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .pickup-module-body-content .event-txt {
    display: none;
  }
}

.basic-block-module p {
  text-align: center;
  margin-bottom: 30px;
}
.program-module {
  padding: 70px 0 5px 0;
}
.program-block {
  margin-bottom: 55px;
}
.program-block2 {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .basic-block-module p {
    text-align: left;
    margin-bottom: 20px;
  }
  .basic-block-module .h-style-3 + p {
    text-align: center;
  }
  .basic-block-module p br {
    display: none;
  }
  .program-module {
    padding: 5px 0;
  }
  .program-block {
    margin-bottom: 0;
  }
  .program-block2 {
    margin-bottom: 30px;
  }
}

.img-block {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.img-block:after {
  content: '';
  display: block;
  padding-top: 34.693877%;
}
.img-block-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.img-block-inner .txt-2row__item {
  line-height: 1.2em;
}
.img-block-inner .h-style-3 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .img-block:after {
    content: '';
    display: block;
    padding-top: 66.567164%;
  }
  .img-block-inner .h-style-3 {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .img-block-inner .icn-slash-l {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .event_list .pickup-module-body-content .event-txt {
    display: inline-block;
  }
}

/*-------------------------------------------------------------------------------
 ABOUT
 -------------------------------------------------------------------------------*/
.main.about .main-veiw-second {
  text-align: center;
}
.main.about .main-veiw-second-img {
  max-width: 346px;
  display: block;
  margin:0 auto 40px;
}

.main-veiw-second small {
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
  font-size: 16px;
  color: rgba(35,24,21,.5);
  letter-spacing: 0.04em;
}

.main-veiw-second.ttl-sub-bottm small {
  margin-bottom: 0;
  margin-top: 10px;
}
.main-veiw-second p {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}
.about-img {
  margin-bottom: 60px;
}
.about-img .img-block {
  margin-bottom: 10px;
}
.about-img .btn {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .main-veiw-second p {
    text-align: left;
  }
  .main-veiw-second small {
    margin-bottom: 0;
    font-size: 14px;
  }
  .main-veiw-second p br {
    display: none;
  }
  .about-img {
    margin-bottom: 40px;
  }
  .about-img:last-child {
    margin-bottom: 5px;
  }
  .about-img .img-block:after {
    padding-top: 100%;
  }
  .about-img .btn {
    margin-top: 25px;
  }
}
.logo-module {
  max-width: 690px;
  margin: 0 auto 50px;
}
.logo-module li {
  padding: 10px;
}
.logo-module li.wide {
  padding: 0;
}

@media (max-width: 768px) {
  .logo-module {
    padding: 0 20px;
  }
}
.about .banner-top-item {
  margin-bottom: 5px;
}
/*-------------------------------------------------------------------------------
 ABOUT ROOMS
 -------------------------------------------------------------------------------*/
.about_rooms .breadcrumbs {
  margin-bottom: 28px;
}
.main.about_rooms .main-veiw-second-img {
  max-width: 497px;
  display: block;
  margin:0 auto 32px;
}
.main.about_rooms .main-veiw-second-btn {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding: 10px;
  border: solid 2px #fff;
  max-width: 280px;
  width: 100%;
  text-align: center;
  transition: .4s;
  background: transparent;
}
.main.about_rooms .main-veiw-second-btn:hover {
  background: #fff;
  color: #000;
  opacity: 1;
  text-decoration: none;
}
.about_rooms .kv-second {
  background: url(../images/brand/rooms/kv-rooms_pc.jpg);
  background-size: cover;
}
@media (max-width: 768px) {
  .about_rooms .kv-second {
    background: url(../images/brand/rooms/kv-rooms_sp.jpg);
    background-size: cover;
  }
}
.anchorlink-module {
  margin-bottom: 100px;
}
.anchorlink-module ul{
  font-size: 0;
  letter-spacing: normal;
  text-align: center;
}
.anchorlink-module ul li {
  font-size: 12px;
  padding: 0 20px 10px;
  margin-right: 20px;
  display: inline-block;
}

.anchorlink-module ul li.active {
  border-bottom: 2px solid #000;
}
.anchorlink-module ul li:last-child {
  margin-right: 0;
}
.anchorlink-module ul li a {
  font-weight: bold;
  opacity: .5;
  font-size: 16px;
}
.anchorlink-module ul li.active a {
  opacity: 1;
}
.anchorlink-module ul li a:hover,
.anchorlink-module ul li.about a {
  opacity: 1;
}

@media (max-width: 768px) {
  .anchorlink-module {
    margin-bottom: 40px;
    padding: 20px;
  }
  .anchorlink-module ul li a {
    font-size: 12px;
  }
  .anchorlink-module ul li {
    padding: 0 0px 10px;
    margin-right: 20px;
  }
}
.slideimg-module {
  margin-bottom: 80px;
}
.slideimg-module-box {
  font-size: 0;
  letter-spacing: normal;
  margin-bottom: 75px;
}
.slideimg-module-box .img {
  width: 400px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.slideimg-module-box .img:after {
  content: '';
  display: block;
  padding-top: 66.75%;
}
.slideimg-module-box .img.new:before {
  position: absolute;
  top: 0;
  right: 0;
	display: inline-block;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 10px;
	background-color: #FF0000;
	content: "NEW";
	z-index: 10;
}
.slideimg-module-box .img .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slideimg-module-box .text {
  display: inline-block;
  font-size: 12px;
  width: calc(100% - 400px);
  vertical-align: top;
  padding-left: 34px;
}
.slideimg-module-box .text h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  letter-spacing: 0.04em;
}
.slideimg-module-box .hours-cts__sec {
  margin-left: 60px;
}
@media (max-width: 768px) {
  .slideimg-module-box .text h3 {
    line-height: 1.4em;
  }
}
.slideimg-module-box .text h4 {
  font-size: 12px;
  margin-bottom: 30px;
  font-weight: bold;
}
.slideimg-module-box .text p + p {
  margin-top: 30px;
}

.info-module {
  max-width: 700px;
  border: solid 1px #dbdbdb;
  box-sizing: border-box;
  padding: 32px 0;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: normal;
}
.rebootstretch .info-module.info-module--booking {
  max-width: 980px;
  background: #f9f9f9;
  border:none;
}
.info-module-left,
.info-module-right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: center;
}
.info-module-left {
  border-right: 1px solid #dddddd;
  padding: 0 35px 10px;
}
.info-module-left .text {
  font-size: 12px;
  margin-bottom: 20px;
}
.info-module-left .tel {
  font-size: 24px;
  font-weight: bold;
}
.info-module-right .text {
  font-size: 12px;
  margin-bottom: 8px;
}
.info-module .single-text {
  font-size: 14px;
  text-align: center;
  padding: 6px 20px;
}
.slideimg-module-box .text .hours .hours-cts br {
	display: none;
}
@media (max-width: 768px) {
  .main.about_rooms .main-veiw-second-img {
    margin-bottom: 24px;
  }
  .main.about_rooms .main-veiw-second-btn {
    max-width: 150px;
    font-size: 12px;
    padding: 10px;
  }
  .main.about_rooms .main-veiw-second p {
    display: none;
  }
  .main.about_rooms .main-veiw-second .sp-text {
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .main-veiw-second p .br-sp-dn {
    display: inline-block;
  }
  .main.about_rooms .anchorlink-module {
    display: none;
  }
  .info-module {
    padding: 20px 0 25px;
  }
  .slideimg-module-box {
    margin-bottom: 45px;
  }
  .slideimg-module-box .sp-text {
    text-align: center;
  }
  .slideimg-module-box .sp-text h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .slideimg-module-box .sp-text h2 {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .slideimg-module-box .img {
    width: 100%;
    margin-bottom: 40px;
  }
  .slideimg-module-box .text {
    width: calc(100%);
    padding-left: 0;
  }
  .info-module-left,
  .info-module-right {
    width: 100%;
  }
  .info-module-left {
    padding: 0 10px;
    border: none;
    margin-bottom: 30px;
  }
  .info-module-left .text {
    margin-bottom: 7px;
  }
  .info-module-right .dl-btn {
    padding: 0 10px 0 0;
  }
  .slideimg-module-box .text p + p {
    margin-top: 17px;
  }
  .slideimg-module-box .text .hours {
    font-size: 0;
    letter-spacing: normal;
    background: #fafafa;
    padding: 20px 10px;
  }
  .slideimg-module-box .text .hours .hours-title {
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
    width: 4em;
    vertical-align: top;
  }
  .slideimg-module-box .text .hours .hours-cts {
    font-size: 12px;
    display: inline-block;
    width: calc(100% - 4em);
    vertical-align: top;
		padding-left: 1em;
		text-indent: -1em;
  }
	.slideimg-module-box .text .hours .hours-cts br {
		display: inline-block;
	}
}

.about_rooms .rooms_blick .btn {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 12px;
  font-weight: bold;
  padding: 11px 10px;
  border: solid 1px #000000;
  max-width: 260px;
  width: 100%;
  text-align: center;
  transition: .4s;
  background: #ffffff;
}
.about_rooms .rooms_blick .btn:hover {
  background: #000000;
  color: #ffffff;
  opacity: 1;
}

.about_rooms .main-veiw-second {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .about_rooms .rooms_blick .btn {
    max-width: 150px;
    padding: 7px 10px;
  }
  .about_rooms .rooms_blick .btn-black {
    background: #000;
    color: #fff;
  }
  .about_rooms .rooms_blick a.btn-black {
    color: #fff;
  }
  .about_rooms .rooms_blick .btn-black:hover {
    background: #fff;
    color: #000;
  }
  .about_rooms .sp-text {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .about_rooms .sp-text h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
    letter-spacing: 0.04em;
  }
  .about_rooms .pc-dn {
    display: none;
  }
  .about_rooms .slideimg-module-box {
    margin-bottom: 20px;
  }
  .about_rooms .slideimg-module {
    margin-bottom: 60px;
  }
}
.rooms_recommend__ttl {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

.rooms_recommend__list {
}
.rooms_recommend__item {
  width: calc((100% / 2) - 10px);
  font-size: 14px;
  padding: 12px 0 12px 25px;
  position: relative;
  border-top: 1px solid #eee;
}
.rooms_recommend__item:before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  margin-top: -6px ;
  left: 0;
  height: 12px;
  width: 12px;
  background: url(../images/brand/rooms/ico-check.png);
  background-size: cover;
}
.rooms_recommend__item:last-child {
  border-bottom: 1px solid #eee;
}
.rooms_recommend__item:nth-last-of-type(2) {
  border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
  .rooms_recommend__item {
    width: calc(100%);
  }
  .rooms_recommend__item:nth-last-of-type(2) {
    border-bottom: none;
  }
  .rooms_recommend__list {
    margin-bottom: 50px
  }
}

.rooms-intro {
  text-align: center;
  margin: 80px 0;
}
.rooms-intro .title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 20px;
}
.rooms-intro .text {
  font-size: 14px;
  line-height: 1.8;
}
.rooms-intro .note {
  font-size: 13px;
  line-height: 1.8;
  margin: 20px 0 0;
}
@media (max-width: 768px) {
  .rooms-intro {
    margin: 48px 0;
  }
  .rooms-intro .title {
    font-size: 13px;
    margin: 0 0 16px;
  }
  .rooms-intro .text {
    font-size: 13px;
  }
  .rooms-intro .note {
    font-size: 12px;
    margin: 16px 0 0;
  }
}

.rooms-annotation {
  text-align: center;
}
.rooms-annotation .text {
  font-size: 12px;
}

/*-------------------------------------------------------------------------------
 ABOUT LOOKS
 -------------------------------------------------------------------------------*/
.about_looks .main-veiw-second h1 {
  font-size: 34px;
}
.about_looks__logo {
  max-width: 270px;
  margin-top: 20px;
}
.col2-img-module {
  font-size: 0;
  letter-spacing: normal;
}
.col2-img-module-item {
  display: inline-block;
  width: calc((100% - 40px)/2);
  vertical-align: top;
  margin-right: 40px;
}
.col2-img-module-item:nth-child(2n+2) {
  margin-right: 0;
}
.about_looks-box {
  margin-bottom: 70px;
}
.about_looks-box-text {
  font-size: 12px;
  margin-top: 15px;
}
.about_looks-box-text-scene {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}
.about_looks-box-text a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .about_looks .main-veiw-second h1 {
    font-size: 27px;
  }
  .col2-img-module-item {
    display: inline-block;
    width: calc(100%);
    margin-right: 0;
  }
  .col2-img-module-item ~ .col2-img-module-item {
    margin-top: 10px;
  }
  .about_looks-box {
    margin-bottom: 60px;
  }
  .about_looks-box-text {
    margin-top: 10px;
  }
  .about .h-style-3.h-style-3-r strong,
  .about .h-style-3 small {
    text-align: left;
  }
}

.about_looks-box.js-scroll-add-class .col2-img-module-item {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.8s;
}
.about_looks-box.js-scroll-add-class .col2-img-module-item:nth-of-type(even) {
  transition-delay: 0.2s;
}
.about_looks-box.is-animated .col2-img-module-item {
  opacity: 1;
  visibility: visible;
  transform: none;
}

/* @2020FW */
.about_looks-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_looks-items:before,
.about_looks-items:after {
  display: none;
}
.about_looks-item {
  width: calc((100% - 40px) / 2);
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  letter-spacing: 0.04em;
}
.about_looks-item:nth-of-type(n+3) {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .about_looks-items {
    display: block;
  }
  .about_looks-item {
    width: 100%;
  }
  .about_looks-item:nth-of-type(n) {
    margin: 0;
  }
  .about_looks-item:nth-of-type(n+2) {
    margin-top: 40px;
  }
}

.about_looks-item.js-scroll-add-class {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.about_looks-item.js-scroll-add-class:nth-of-type(2n) {
  transition-delay: 0.2s;
}
@media (max-width: 768px) {
  .about_looks-item.js-scroll-add-class:nth-of-type(n) {
    transition-delay: 0s;
  }
}
.about_looks-item.is-animated {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.about_looks-image {
  overflow: hidden;
}
.about_looks-image a {
  position: relative;
  z-index: 1;
}
.about_looks-image a:before {
  content: '';
  display: block;
  background: rgba(0,0,0,0.25);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.about_looks-image img {
  transition: 0.3s ease-in-out;
}
.about_looks-image a:hover:before {
  opacity: 1;
  visibility: visible;
}
.about_looks-image a:hover {
  opacity: 1;
}
.about_looks-image a:hover img {
  transform: scale(1.03);
}
@media (max-width: 768px) {
  .about_looks-image a:before {
    display: none;
  }
  .about_looks-image a:hover img {
    transform: none;
  }
}

.about_looks-accordion-trigger {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.2;
  padding: 20px 0 14px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s;
}
.about_looks-accordion-trigger:hover {
  opacity: 0.7;
}
.about_looks-accordion-trigger:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,-25%) rotate(45deg);
  transition: 0.3s;
}
.about_looks-accordion-trigger.is-open:after {
  transform: translate(-50%,25%) rotate(225deg);
}
.about_looks-accordion-content {
  display: none;
}
@media (max-width: 768px) {
  .about_looks-accordion-trigger:hover {
    opacity: 1;
  }
}

.about_looks-credit {
  font-family: inherit;
  padding: 18px 0;
  border-bottom: 1px solid #e6e6e6;
}
.about_looks-credit strong {
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.about_looks-credit span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 4px 0 0;
}

.about_looks-button {
  max-width: 240px;
  margin: 20px auto 0;
}
.about_looks-button a {
  font-family: inherit;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.4;
  padding: 12px;
  border: 1px solid;
}
.about_looks-button a:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
  opacity: 1;
}
@media (max-width: 768px) {
  .about_looks-button {
    max-width: 150px;
  }
  .about_looks-button a:hover {
    color: #000;
    background: transparent;
  }
}
/*-------------------------------------------------------------------------------
 ABOUT STAND
-------------------------------------------------------------------------------*/
.about_stand .kv-second {
  background: url(../images/brand/stand/kv-stand_pc.jpg);
  background-size: cover;
}
.main.about_stand .main-veiw-second-img {
  max-width: 497px;
  display: block;
  margin: 0 auto 60px;
}
.about_stand .h-style-3 strong {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.about_stand .breadcrumbs {
  margin-bottom: 28px;
}
.stand-module {
  margin-bottom: 50px;
}
.stand-module h4 {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  letter-spacing: 0.04em;
}
.stand-module-img,
.stand-module-text {
  display: inline-block;
  vertical-align: top;
}
.stand-module-img {
  width: 42.553191%;
}
.stand-module-text {
 width: calc(100% - 42.553191%);
 padding-left: 30px;
}
.stand-module-text h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.stand-module-text h5 {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 30px;
}
.stand-module-text p {
  font-size: 12px;
}
.about_stand .js-carousel-5 h2 {
  font-weight: bold;
}
.about_stand .js-carousel-5 p {
  text-align: center;
}
.about_stand .js-carousel-6 h2 {
  font-weight: bold;
}
.about_stand .js-carousel-6 p {
  text-align: center;
}

@media (max-width: 768px) {
  .about_stand .h-style-3 strong {
    font-size: 20px;
  }
  .about_stand .kv-second {
    background: url(../images/brand/stand/kv-stand_sp.jpg);
    background-size: cover;
    margin-bottom: 30px;
  }
  .stand-module {
    margin-bottom: 0;
  }
  .about_stand .main-veiw-second p {
    padding: 0 20px 50px 20px;
    text-align: center;
  }
  .about_stand .col2-img-module-item {
    margin-bottom: 30px;
  }
  .stand-module-img,
  .stand-module-text {
    display: block;
    width: 100%;
  }
  .stand-module-img {
    margin-bottom: 20px;
  }
  .stand-module-text {
    padding-left: 0;
  }
  .stand-module-text h1 {
  font-weight: bold;
  font-size: 18px;
  margin: 15px 0;
}
  .stand-module-text h2 {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 15px;
  }
  .about_stand .kv-second-inner h2 {
    padding-top: 25%;
  }
}
.js-carousel-5 {
  max-width: 660px;
  margin: 0 auto;
}
.js-carousel-5 li {
  max-width: 200px;
  width: calc((100% - 60px) / 3);
  outline: none;
}
.js-carousel-5 li ~ li {
  margin-left: 30px;
}
.stand-slide-module {
  margin-top: 20px;
}
.stand-slide-module li h2 {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
}
.js-carousel-6 {
  max-width: 430px;
  margin: 0 auto;
}
.js-carousel-6 li {
  max-width: 200px;
  width: calc((100% - 30px) / 2);
  outline: none;
}
.js-carousel-6 li ~ li {
  margin-left: 30px;
}
.stand-slide-module:last-child {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .js-carousel-5 {
    max-width: 100%;
  }
  .js-carousel-5 li {
    max-width: 100%;
    width: calc(100%);
  }
  .js-carousel-5 li ~ li {
    margin-left: 0;
  }
  .js-carousel-6 li {
    max-width: 100%;
    width: calc(100%);
  }
  .js-carousel-6 li ~ li {
    margin-left: 0;
  }
  .stand-slide-module:last-child {
    margin-bottom: 40px;
  }
}
/*-------------------------------------------------------------------------------
 FLOORGUIDE
 -------------------------------------------------------------------------------*/
.floorguide .normal-slider {
  margin-bottom: 80px;
}
.floorguide .normal-slider .inner {
  max-width: 1030px;
}
.floorguide .main-content .inner {
  padding-bottom: 0;
}
.js-carousel-3 {
  padding: 0 15px;
}
.floorguide .main-veiw-second h2 small {
  max-width: 255px;
  margin: 0 auto 20px;
}

@media (max-width: 768px) {
  .js-carousel-3 {
    padding: 0;
  }
  .floorguide .main-veiw-second h2 {
    margin-bottom: 5px;
  }
  .floorguide .main-veiw-second h2 small {
    margin-bottom: 2px;
    width: 168px;
  }
  .floorguide .normal-slider {
    margin-bottom: 15px;
  }
}
.js-carousel-3 {
  margin-bottom: 12px;
}
.js-carousel-thumb {
  padding: 0 9px;
}

.floorguide .main-view-panel-list li .kv_inner:before {
  content: '';
  display: block;
  padding-top: 43.877551%;
}
.floorguide .js-carousel-thumb li {
  box-sizing: border-box;
  padding: 0 6px;
  outline: none;
}
.floorguide .js-carousel-thumb li {
  border-style: none;
  cursor: pointer;
}
.floorguide .js-carousel-thumb li.slick-current {
  position: relative;
}
.floorguide .js-carousel-thumb li.slick-current:after {
  content: '';
  display: block;
  width: calc(100% - 12px);
  margin:auto; 
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.5);
}
.floorguide-bnr-module {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 65px;
  position: relative;
  background: url(../images/floorguide/img-bunner-booking.jpg);
  background-size: cover;
}
.floorguide-bnr-module:before {
  content: '';
  display: block;
  padding-top: 17.142857%;
}
.floorguide-bnr-module-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  letter-spacing: normal;
}
.floorguide-bnr-module-logo {
  display: inline-block;
  width: calc(100% - 220px);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}
.floorguide-bnr-module-logo img {
  max-width: 330px;
}
.floorguide-bnr-module-btn {
  display: inline-block;
  width: 220px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.floorguide-bnr-module-inner a.btn {
  height: auto;
  margin-left: 0;
}

@media (max-width: 768px) {
  .floorguide .main-view-panel-list li .kv_inner:before {
    content: '';
    display: block;
    padding-top: 65.373134%;
  }
  .floorguide .basic-block-module .h-style-3 + p {
    text-align: left;
  }
  
  .floorguide-bnr-module:before {
    content: '';
    display: block;
    padding-top: 36vw;
  }
  .floorguide-bnr-module-inner {
    /*position: relative;*/
  }
  .floorguide-bnr-module-logo {
    width: calc(100%);
    top: 35%;
    /*position: relative;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);*/
  }
  .floorguide-bnr-module-logo img {
    width: 72.4vw;
  }
  .floorguide-bnr-module-btn {
    width: 100%;
    top: 53%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .floorguide-bnr-module-inner a.btn {
    margin-left: auto;
  }
  .js-carousel-thumb {
    display: none;
  }
  .floorguide .normal-slider .slick-dots {
    left: 0;
    right: 0;
    margin: auto;
  }
}

/*-------------------------------------------------------------------------------
 SHOPLIST
 -------------------------------------------------------------------------------*/
.shoplist .main-veiw-second h1 {
  max-width: 490px;
  margin: 0 auto;
}
.map-module {
  max-width: 980px;
  margin: 0 auto 60px;
  position: relative;
}
.map-module:before {
  content: '';
  display: block;
  padding-top: 40.306122%;
  /*padding-top: 100%;*/
}
.map-module .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.compay-module,
.company-module-info dl {
  font-size: 0;
  letter-spacing: normal;
}
.compay-module-map,
.company-module-info {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.compay-module-map {
  padding-right: 55px;
}
.company-module-info dl {
  margin-bottom: 15px;
}
.company-module-info dl:last-child {
  margin-bottom: 0;
}
.company-module-info dl dt,
.company-module-info dl dd {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
.company-module-info dl dt {
  width: 75px;
}
.company-module-info dl dd {
  width: calc(100% - 75px);
}

@media (max-width: 768px) {
  .shoplist .main-veiw-second h1 {
    width: 81.333333vw;
    margin: 40px auto;
  }
  .map-module {
    margin: 0 20px;
  }
  .map-module:before {
    content: '';
    display: block;
    /*padding-top: 65.373134%;*/
    padding-top: 100%;
  }
  .compay-module-map,
  .company-module-info {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
  }
  .compay-module-map {
    margin-bottom: 30px;
  }
  .company-module-info dl {
    margin-bottom: 10px;
  }
  .inner.compay-module {
    padding-bottom: 55px;
  }
  .company-module-info dl dt {
    width: 60px;
  }
  .company-module-info dl dd {
    width: calc(100% - 60px);
  }
  .shoplist .h-style-1 strong {
    text-align: left;
  }
}


.instagram {
  padding: 0 0 81px;
  position: relative;
}

.instagram .inner {
  position: relative;
}
.instagram .h-style-1 {
  margin-bottom: 30px;
}
.instagram-more {
  position: absolute;
  top: 2px;
  right: 12px;
}
a:hover.instagram-more {
  opacity: .7;
}

/*.instagram-more:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}*/

.instagram-more:hover {
  border-bottom: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.instagram-more:hover:after {
  width: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#instafeed3:before,#instafeed3:after {
  content: "";
  display: table;
}

#instafeed3:after {
  clear: both;
}

#instafeed3 li {
  position: relative;
  overflow: hidden;
  width: calc((100% - 90px) /6);
  float: left;
  margin-right: 16px;
}

#instafeed3 li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

#instafeed3 li:nth-child(6n) {
  margin-right: 0;
}

#instafeed3 li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#instafeed3 li a span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .instagram {
    padding-bottom: 0;
  }

  .instagram .h-style-1 {
    margin-bottom: 15px;
  }

  .instagram-more {
    top: 0;
    right: 20px;
  }

  #instafeed3 li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 10px;
  }

  #instafeed3 li:nth-child(even) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .event .img-block-inner .h-style-3 {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.hibiya .floorguide .normal-slider,
.hibiya .bnr-shoplist,
.nihombashi .floorguide .normal-slider,
.nihombashi .bnr-shoplist {
  margin-top: 0;
  margin-bottom: 20px;
}
.tokyo .bnr-shoplist {
  margin-bottom: 20px;
}

.bnr-shoplist {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .bnr-shoplist {
    margin-top: 40px;
  }
}
.standTab {
  margin-bottom: 70px;
}
.standTab__block {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  padding-right: 10px;
  text-align: center;
}
.standTab__block__item {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  letter-spacing: 0.04em;
  max-width: 320px;
  width: 100%;
  border: solid 1px #7f7f7f;
  margin-right: 10px;
}
.standTab__block__item.active {
  background: #000;
  border: none;
}
.standTab__block__item:last-child {
  margin-right: -10px;
}
.standTab__block__item a {
  display: block;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #7f7f7f;
}
.standTab__block__item.active a {
  color: #fff;
}
@media (max-width: 768px) {
  .standTab {
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .standTab__block__item a {
    font-size: 13px;
    padding: 7px;
  }
}

/*-------------------------------------------------------------------------------
 EVENT DETAIL
 -------------------------------------------------------------------------------*/
 .event_detail .inner {
  max-width: 700px;
 }
.event_detail .main-veiw-second {
  margin-bottom: 40px;
}
.event-dtl-module-date,
.event-dtl-module-message {
  text-align: center;
}
.event-dtl-module-date {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
.event-dtl-module-date span {
  font-weight: normal;
}
.event-dtl-module-message {
  color: #ff0000;
  font-size: 12px;
  margin-bottom: 40px;
}
.event_detail-content h1,
.event_detail-content h2,
.event_detail-content h3,
.event_detail-content h4 {
  font-size: 13px;
  font-weight: bold;
}
.event_detail-content p {
  margin-bottom: 35px;
  font-size: 13px;
  line-height: 1.8;
}
.event_detail-content p + p {
  margin-top: 35px;
  font-size: 13px;
  line-height: 1.8;
}
.event_detail-content strong {
  font-weight: bold;
}
.event_detail-content a {
  display: inline-block;
  text-decoration: underline;
  font-size: 13px;
  line-height: 1.8;
}
.event_detail-content blockquote {
  background: #f8f8f8;
  padding: 25px 35px;
  display: block;
  margin: 0;
  margin-bottom: 35px;
}
.event_detail-content blockquote p {
  margin-bottom: 15px;
}
.event_detail-content blockquote p + p {
  margin-top: 15px;
}
.event_detail-share {
  text-align: center;
  margin-bottom: 60px;
}
.event_detail-share h3 {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  color: #444;
  opacity: .5;
  margin-bottom: 15px;
}
.event_detail-share ul {
  font-size: 0;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 auto;
}
.event_detail-share ul li {
  display: inline-block;
  width: 51px;
  margin: 0 10px;
}
.event_detail-btn {
  margin-bottom: 65px;
}

@media (max-width: 768px) {
  .event_detail .main-veiw-second,
  .event_detail .main-veiw-second h1 {
    margin-bottom: 30px;
  }
  .event-dtl-module-date {
    margin-bottom: 20px;
  }
  .event-dtl-module-message {
    margin-bottom: 20px;
  }
  .event_detail .slideimg-module {
    margin-bottom: 40px;
  }
  .event_detail-content p {
    margin-bottom: 20px;
  }
  .event_detail-content p + p {
    margin-top: 20px;
  }
  .event_detail-content blockquote {
    padding: 15px 10px;
  }
  .event_detail-share {
    margin-bottom: 32px;
  }
  .event_detail-share h1 {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .event_detail-share ul li {
    width: 39px;
    margin: 0 7px;
  }
  .event_detail-btn {
    margin-bottom: 40px;
  }

}

.event_detail .normal-slider .slick-prev:before,
.event_detail .normal-slider .slick-next:before {
  background: url(../images/icn_arrow_02.png) no-repeat center top;
}
.event_detail .normal-slider .slick-next {
  right: -35px;
}
.event_detail .normal-slider .slick-prev {
  left: -35px;
}

/*-------------------------------------------------------------------------------
 404
-------------------------------------------------------------------------------*/
.page_404 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page_404 .main-veiw-second h2 {
  font-size: 70px;
  font-weight: normal;
  margin-bottom: 20px;
}
.page_404 .main-veiw-second p {
  font-size: 15px;
  margin-bottom: 25px;
}
.page_404 .main-veiw-second p.small {
  font-size: 13px;
}
.page_404 .main-veiw-second .logo {
  display: block;
  width: 110px;
  margin: 35px auto 0;
}
.page_404 .main-veiw-second h3 {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page_404 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .page_404 .main-veiw-second p {
    text-align: center;
  }
  .page_404 .main-veiw-second p br {
    display: block;
  }
  .page_404 .main-veiw-second .logo {
    width: 105px;
  }
}

/*-------------------------------------------------------------------------------
 oxygen
-------------------------------------------------------------------------------*/
.oxygen {
  margin-bottom: 25px;
}
.oxygen .main-veiw-second h2 {
  font-size: 34px;
}
.oxygen .event-dtl-module-date {
  margin-bottom: 20px;
}
.oxygen .slideimg-module {
  margin-bottom: 40px;
}
.oxygen-subttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin: 20px 0 40px 0;
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
}
.oxygen .inner {
  max-width: 980px;
  margin: 0 auto;
}
.oxygen .rooms_detail-content {
  font-size: 0;
  letter-spacing: normal;
  margin-bottom: 40px;
}
.textbox2 .textbox2__newline {
  display: block;
  padding-left: 60px;
  font-size: 16px;
  font-weight: normal;
}
.oxygen .rooms_detail-content .textbox1 {
  display: inline-block;
  width:50%;
  font-size: 12px;
  vertical-align: top;
  padding-right: 20px;
}
.oxygen .rooms_detail-content .textbox1 .small-text {
  font-size: 11px;
  margin-top: 20px;
}
.oxygen .rooms_detail-content .textbox2 {
  display: inline-block;
  background-color: #f8f8f8;
  width:50%;
  font-size: 12px;
  vertical-align: top;
  padding: 20px;
  padding-left: 20px;
}
.textbox2 span {
  font-weight: bold;
}
.rooms-info-module {
  max-width: 700px;
  border: solid 1px #dbdbdb;
  box-sizing: border-box;
  padding: 30px 0;
  margin: 0 auto;
  letter-spacing: normal;
  text-align: center;
}
.oxygen .info-module {
  max-width: 700px;
  border: solid 1px #dbdbdb;
  box-sizing: border-box;
  padding: 30px;
  margin: 0 auto;
  letter-spacing: normal;
  text-align: center;
}
.oxygen .info-module.LL{
  max-width: 980px;
  margin: 80px auto 60px;
}
.oxygen .LL .info-module-left {
  text-align: left;
  border: none;
  vertical-align: top;
  padding: 0 0 10px;
}
.oxygen .LL .info-module-right {
  text-align: left;
  vertical-align: top;
}
.oxygen .LL .title {
  font-weight: bold;
}
.oxygen .LL .text {
  font-size: 12px;
}
.oxygen .LL .read-text-s {
  text-align: left;
  font-size: 11px;
}
.oxygen .info-module-l {
  max-width: 980px;
  border: solid 1px #dbdbdb;
  box-sizing: border-box;
  padding: 30px 0;
  margin: 0 auto;
  letter-spacing: normal;
  text-align: center;
}
.oxygen .read-text {
  font-size: 13px;
  font-weight: bold;
}
.oxygen .read-text-s {
  font-size: 11px;
}
.rooms-info-module .text {
  font-size: 12px;
  font-weight: normal;
  margin: 0 auto 20px;
  /*margin: 30px auto 20px;*/
}
.rooms-info-module .tel {
  font-size: 24px;
  font-weight: bold;
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  letter-spacing: 0.04em;
}
.oxygen .mt-30 {
  margin-top: 30px;
}
.oxygen .mb-20 {
  margin-bottom: 20px;
}
.oxygen .mb-0 {
  margin-bottom: 0;
}
.OXYGEN.sp-text {
  display: none;
}

@media (max-width: 768px) {
  .oxygen {
    margin-bottom: 40px;
  }
  .oxygen .main-veiw-second h2 {
    font-size: 27px;
    margin-bottom: 40px;
  }
  .oxygen-subttl {
    font-size: 20px;
    margin: 10px auto 20px;
  }
  .oxygen .event-dtl-module-date {
    margin-bottom: 0;
  }
  .oxygen .rooms_detail-content {
    margin-bottom: 20px;
  }
  .oxygen .slideimg-module {
    margin-bottom: 0;
  }
  .rooms-info-module {
    margin-bottom: 20px;
  }
  .oxygen .info-module {
    margin-bottom: 60px;
  }
  .rooms-info-module .text {
    margin: 0 auto 20px;
    /*margin: 20px auto;*/
  }
  .oxygen .rooms_detail-content .textbox1 {
    width:100%;
    margin: 20px 0;
    padding-right: 0;
  }
  .oxygen .rooms_detail-content .textbox2 {
    width:100%;
  }

  .textbox2 .textbox2__newline {
    display: inline;
    padding-left: 0;
  }
  .oxygen .info-module {
    padding: 20px;
  }
  .oxygen .info-module.LL{
    margin: 60px auto 40px;
  }
  .oxygen .LL .read-text-s {
    margin-left: 0;
  }
  .oxygen .LL .info-module-left {
    padding: 0;
  }
  .OXYGEN.sp-text {
  display: block;
}
}
/*-------------------------------------------------------------------------------
 rebootstretch
-------------------------------------------------------------------------------*/
.rebootstretch {
  margin-bottom: 25px;
}
.rebootstretch .main-veiw-second h2 {
  font-size: 34px;
}
.rebootstretch .event-dtl-module-date {
  margin: 0 0 40px 0;
}
.rebootstretch-subttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  letter-spacing: 0.04em;
}
.rebootstretch .inner {
  max-width: 980px;
  margin: 0 auto;
}
.rebootstretch .rooms_detail-content {
  font-size: 0;
  letter-spacing: normal;
  margin-bottom: 40px;
}
.rebootstretch .rooms_detail-content .textbox1 {
  display: inline-block;
  width:50%;
  font-size: 12px;
  vertical-align: top;
  padding-right: 20px;
}
.rebootstretch .rooms_detail-content .textbox1 .small-text {
  font-size: 11px;
  margin-top: 20px;
}
.rebootstretch .rooms_detail-content .textbox2 {
  display: inline-block;
  background-color: #f8f8f8;
  width:50%;
  font-size: 16px;
  vertical-align: top;
  padding: 20px;
  padding-left: 20px;
}
.rebootstretch .rooms_detail-content .textbox2 .textbox2__det {
  font-size: 12px;
  padding-top: 10px;
}
.textbox2 span {
  font-weight: bold;
  font-size: 12px;
}
.rooms-info-module {
  max-width: 700px;
  border: solid 1px #dbdbdb;
  box-sizing: border-box;
  padding: 30px;
  margin: 0 auto;
  letter-spacing: normal;
  text-align: center;
}
.rebootstretch .info-module {
  max-width: 700px;
  border: solid 1px #dbdbdb;
  box-sizing: border-box;
  padding: 30px;
  margin: 0 auto;
  letter-spacing: normal;
  text-align: center;
}
.rebootstretch .info-module .info-module__ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.rebootstretch .info-module .info-module__box {
  font-size: 24px;
  font-weight: bold;
  padding: 0;
}
.rebootstretch .info-module .info-module__box .info-module__box__img {
  max-width: 250px;
  margin-bottom: 20px;
}
.rebootstretch .info-module .info-module__box .tel {
  margin-bottom: 20px;
}
.rebootstretch .info-module .info-module__box .btn {
  max-width: 250px;
  font-size: 14px;
}
.rebootstretch .info-module-left {
  padding: 0 0 10px;
}
.rebootstretch .info-module.LL{
  max-width: 980px;
  margin: 80px auto 60px;
}
.rebootstretch .LL .info-module-left {
  text-align: left;
  border: none;
  vertical-align: top;
}
.rebootstretch .LL .info-module-right {
  text-align: left;
  vertical-align: top;
}
.rebootstretch .LL .title {
  font-weight: bold;
}
.rebootstretch .LL .text {
  font-size: 12px;
}
.rebootstretch .LL .read-text-s {
  text-align: left;
  font-size: 11px;
}
.rebootstretch .info-module-l {
  max-width: 980px;
  border: solid 1px #dbdbdb;
  box-sizing: border-box;
  padding: 30px 0;
  margin: 0 auto;
  letter-spacing: normal;
  text-align: center;
}
.rebootstretch .read-text {
  font-size: 13px;
  font-weight: bold;
}
.rebootstretch .read-text-s {
  font-size: 11px;
}
.rooms-info-module .text {
  font-size: 12px;
  font-weight: normal;
  /*margin: 30px auto 20px;*/
  margin: 0 auto 20px;
}
.rooms-info-module .tel {
  font-size: 24px;
  font-weight: bold;
}
.rebootstretch .mt-30 {
  margin-top: 30px;
}
.rebootstretch .mb-20 {
  margin-bottom: 20px;
}
.rebootstretch .mb-0 {
  margin-bottom: 0;
}
.mt-40 {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .rebootstretch {
    margin-bottom: 40px;
  }
  .rebootstretch .main-veiw-second h2 {
    font-size: 27px;
  }
  .rebootstretch-subttl {
    font-size: 20px;
    margin-bottom: 0;
  }
  .rebootstretch .event-dtl-module-date {
    margin: 10px auto 20px;
  }
  .rebootstretch .rooms_detail-content {
    margin-bottom: 20px;
  }
  .rebootstretch .slideimg-module {
    margin-bottom: 0;
  }
  .rebootstretch .rooms_detail-content .textbox2 {
    font-size: 15px;
  }
  .rooms-info-module {
    margin-bottom: 60px;
  }
  .rebootstretch .info-module {
    margin-bottom: 60px;
  }
  .rooms-info-module .text {
    margin: 0 auto 20px;
  }
  .rebootstretch .rooms_detail-content .textbox1 {
    width:100%;
    margin: 20px 0;
    padding-right: 0;
  }
  .rebootstretch .rooms_detail-content .textbox2 {
    width:100%;
  }

  .rebootstretch .rooms_detail-content .textbox2 .textbox2__det br {
    display: none;
  }
  .rebootstretch .info-module {
    padding: 20px;
  }
  .rebootstretch .info-module.LL{
    margin-bottom: 40px;
  }
  .rebootstretch .LL .read-text-s {
    margin-left: 0;
  }
  .rebootstretch .LL .info-module-left {
    padding: 0;
  }
  .rebootstretch-subttl {
    margin-top: 40px;
  }
  .rebootstretch .slick-prev, .slick-next {
    width: 11px;
    height: 13px;
  }
  .sp-ttl-27 h2 {
    font-size: 27px;
  }
}

/*-------------------------------------------------------------------------------
 VIEW ALL
-------------------------------------------------------------------------------*/
.viewAllBtn {
  cursor: pointer;
}
.viewAll {
  margin-bottom: 60px;
}
.viewAll__none {
  display: none;
}
@media (max-width: 768px) {
  .viewAll {
    margin-bottom: 35px;
  }
}

/*-------------------------------------------------------------------------------
 top slider
-------------------------------------------------------------------------------*/
.item-col__3.slideimg-module {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .item-col__3.slideimg-module {
    margin-bottom: 35px;
  }
}
.item-col__3 .js-carousel-9 .slick-slide {
  text-align: center;
  outline: none;
}
.item-col__3 .js-carousel-9 .slick-prev:before,
.item-col__3 .js-carousel-9 .slick-next:before {
  background: url(../images/icn_arrow_02.png) no-repeat center top;
}
.item-col__3 .js-carousel-9 .slick-next {
  right: -35px;
}
.item-col__3 .js-carousel-9 .slick-prev {
  left: -35px;
}

@media (max-width: 768px) {
  .item-col__3 .js-carousel-9 .slick-prev:before,
  .item-col__3 .js-carousel-9 .slick-next:before {
    width: 14px;
    height: 25px;
    background-size: contain;
  }
  .item-col__3 .js-carousel-9 .slick-prev, .item-col__3 .js-carousel-9 .slick-next {
    width: 14px;
    height: 25px;
    top: 48%;
  }
  .item-col__3 .js-carousel-9 .slick-next {
    right: -3px;
    transform: none;
  }
  .item-col__3 .js-carousel-9 .slick-prev {
    left: -3px;
  }
}


/*-------------------------------------------------------------------------------
 booking
 -------------------------------------------------------------------------------*/
.info-module.info-module--booking.template-1 {
  max-width: 980px;
  background: #f9f9f9;
  border:none;
}
.template-1.info-module {
  max-width: 700px;
  border: solid 1px #dbdbdb;
  box-sizing: border-box;
  /*padding: 30px;*/
  margin: 0 auto;
  letter-spacing: normal;
  text-align: center;
}
.template-1.info-module .info-module__ttl {
  font-family: arboria, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
.template-1.info-module .info-module__box {
  font-size: 24px;
  font-weight: bold;
}
.template-1.info-module .info-module__box .info-module__box__img {
  max-width: 250px;
  margin-bottom: 20px;
}
.template-1.info-module .info-module__box .tel {
  /*margin-bottom: 20px;*/
}
.template-1.info-module .info-module__box .tel + .btn {
  margin-top: 20px;
}
.template-1.info-module .info-module__box .btn {
  max-width: 250px;
  font-size: 14px;
}
.template-1.info-module-left {
  padding: 0 0 10px;
}
@media (max-width: 768px) {
  .template-1.info-module {
    padding: 20px;
  }
}
.info-module__col-3 {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% / 3);
  text-align: center;
}
.info-module__col-3 + .info-module__col-3 {
  border-left: 1px solid #dddddd;
}
.info-module__col-3.info-module__box {
  padding: 0 20px;
  line-height: normal;
}
/* 打ち消し用 */
.rebootstretch .info-module__col-3.info-module__box {
  padding: 0 20px;
}
.template-1.info-module .info-module__col-3.info-module__box .info-module__box__img {
  max-width: 294px;
}
.template-1.info-module .info-module__col-3.info-module__box .info-module__box__img.img-small {
  max-width: 250px;
}
.info-module__col-3.info-module__box img.img-small {
  width: 79%;
}
@media (max-width: 768px) {
  .info-module__col-3 {
    width: 100%;
  }
  .info-module__col-3 + .info-module__col-3 {
    border-left: none;
    margin-top: 30px;
  }
}

.info-module__col-2 {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: center;
}
.template-1.info-module .info-module__col-2.info-module__box .info-module__box__img {
  max-width: 320px;
}
.template-1.info-module .info-module__col-2.info-module__box .info-module__box__img.img-small {
  max-width: 250px;
}
.info-module__col-2.info-module__box img {
  width: 59%;
}
.info-module__col-2.info-module__box img.img-small {
  width: 47%;
}
@media (max-width: 768px) {
  .info-module__col-2 {
    width: 100%;
  }
  .info-module__col-2 + .info-module__col-2 {
    border-left: none;
    margin-top: 30px;
  }
  .info-module__col-2.info-module__box img {
    width: 100%;
  }
  .info-module__col-2.info-module__box img.img-small {
    width: 79%;
  }
}

/*-------------------------------------------------------------------------------
 shoplist sliderTab
-------------------------------------------------------------------------------*/
.info-module__col-1 {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.info-module__col-1 .text {
  font-size: 12px;
  margin-bottom: 20px;
}
.info-module__col-1 .tel {
  font-size: 24px;
  font-weight: bold;
}

.slider__tab .active a {
  pointer-events: none;
}


main.nihombashi .anchorlink-module {
  margin-bottom: 30px;
  padding: 20px;
}
@media (max-width: 768px) {
  main.nihombashi .anchorlink-module {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 20px;
  }
}

/*-------------------------------------------------------------------------------
 Info Item Slider
-------------------------------------------------------------------------------*/
.info-item-slider {
  max-width: 510px;
  padding: 0 40px;
  margin: 0 auto;
}
.event_detail-content .info-item-slider {
  margin-bottom: 35px;
}
.info-item-slider li {
  padding: 0 15px;
  outline: none;
}
.info-item-slider li > a {
  display: block;
}
.info-item-slider dt {
  font-size: 13px;
  text-align: center;
  line-height: 1.8;
  margin: 20px 0 0;
}
.info-item-slider dd {
  text-align: center;
  margin: 20px 0 0;
}
.info-item-slider dd a {
  display: block;
  max-width: 140px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  background: #000;
  padding: 8px;
  margin: 0 auto;
  border: 1px solid #000;
}
.info-item-slider dd a:hover {
  color: #000;
  background: #FFF;
  opacity: 1;
}
.info-item-slider .slick-arrow {
  width: 40px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: none;
  z-index: 10;
}
.info-item-slider .slick-prev {
  left: 0;
}
.info-item-slider .slick-next {
  right: 0;
}
.info-item-slider .slick-arrow:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.75;
}
.info-item-slider .slick-prev:before {
  transform: translate(-25%, -50%) rotate(225deg);
}
.info-item-slider .slick-next:before {
  transform: translate(-75%, -50%) rotate(45deg);
}
.info-item-slider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 35px 0 0;
  position: static;
  bottom: auto;
}
.info-item-slider .slick-dots li {
  display: block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  padding: 0;
  margin: 0 5px;
}
.info-item-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.info-item-slider .slick-dots li button:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 50%;
  opacity: 0.25;
}
.info-item-slider .slick-dots li.slick-active button:before {
  opacity: 0.75;
}
@media (max-width: 768px) {
  .info-item-slider {
    max-width: none;
    padding: 0;
  }
  .info-item-slider dt {
    margin: 15px 0 0;
  }
  .info-item-slider dd {
    margin: 15px 0 0;
  }
  .info-item-slider .slick-arrow {
    width: 15px;
  }
  .info-item-slider .slick-dots {
    margin: 20px 0 0;
  }
  .info-item-slider .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
}