@charset "UTF-8";
/* =========================================================
parts
========================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
/* =========================================================
body
========================================================= */
html {
  font-size: 62.5%;
  letter-spacing: 0.03em;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -ms-word-break: break-all;
  word-break: break-all;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

@media screen and (min-width: 769px) {
  .opacity-link {
    transition: opacity 0.2s ease;
  }
  .opacity-link:hover {
    opacity: 0.7;
  }
}
/* 特殊リンク */
.external-link:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 7px;
  background: url(../images/common/ico_external_link.svg) no-repeat center;
  background-size: cover;
  vertical-align: middle;
}

.pdf:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 16px;
  margin: 0 0 0 7px;
  background: url(../images/common/ico_pdf.svg) no-repeat center;
  background-size: cover;
  vertical-align: middle;
  transform: translateY(-2px);
}

*:before, *:after {
  display: block;
}

@media screen and (min-width: 769px) {
  .sp-disp {
    display: none;
  }
}

.pc-disp {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-disp {
    display: block;
  }
}

.wrapper {
  min-width: 320px;
  padding: 60px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .wrapper {
    min-width: 1280px;
    padding: 124px 0 0;
  }
}

/* =========================================================
common header
========================================================= */
.cmn-hd {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}

.cmn-hd-block01 {
  height: 60px;
  position: relative;
  background: #fff;
  border-bottom: 3px solid #DE0000;
}

@media screen and (min-width: 769px) {
  .cmn-hd-block01 {
    height: 74px;
    border-bottom: 4px solid #DE0000;
  }
}
@media screen and (min-width: 769px) {
  .cmn-hd-search-btn {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .cmn-hd-search-btn svg {
    fill: #DE0000;
    width: 26px;
    height: 26px;
  }
  .cmn-hd-modal .modal-cont {
    width: 70%;
    max-width: 1000px;
    margin: 75px auto 0;
    padding: 80px 50px 50px;
    background: #fff;
    position: relative;
  }
  .cmn-hd-modal .modal-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40px;
    right: 60px;
    cursor: pointer;
  }
  .cmn-hd-modal .modal-close:before, .cmn-hd-modal .modal-close:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    top: 12px;
  }
  .cmn-hd-modal .modal-close:before {
    left: 0;
    transform: rotate(45deg);
  }
  .cmn-hd-modal .modal-close:after {
    right: 0;
    transform: rotate(-45deg);
  }
  .cmn-hd-modal .cmn-search01 {
    margin: 0 auto;
  }
  .cmn-hd-modal .cmn-search01 input[type=text] {
    padding: 22px 0 22px 20px;
    font-size: 1.5rem;
  }
}
.hd-btn-wrap {
  display: none;
}
@media screen and (min-width: 769px) {
  .hd-btn-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
  }
  .hd-btn-wrap .cmn-btn01 {
    display: block;
    width: 265px;
  }
  .hd-btn-wrap .cmn-btn01 a {
    padding: 0 15px;
  }
  .hd-btn-wrap .cmn-btn01 .txt {
    padding: 0 0 1px 15px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 940px) {
  .hd-btn-wrap {
    right: 10px;
  }
  .hd-btn-wrap .cmn-btn01 {
    width: 220px;
  }
  .cmn-hd-search-btn {
    margin-left: 10px;
  }
}
.cmn-hd-logo {
  width: 38.4vw;
  max-width: 184px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cmn-hd-logo a {
  display: block;
}

/*------------------------------------------
多言語ナビ
------------------------------------------*/
.lang-nav {
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.lang-nav .ttl {
  height: 100%;
  padding: 0 25px 0 15px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 335px) {
  .lang-nav .ttl {
    padding: 0 18px 0 8px;
  }
}
.lang-nav .ttl:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #DE0000;
  border-bottom: 2px solid #DE0000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.lang-list {
  display: none;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
}
.lang-item {
  border-bottom: 1px solid #E1E7E6;
}
.lang-item a {
  display: block;
  padding: 15px 10px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .lang-nav {
    height: 100%;
    padding: 24px 0 0 40px;
    z-index: 1;
  }
  .lang-nav .ttl {
    width: 150px;
    height: auto;
    padding: 0 0 5px;
    border-bottom: 2px solid #DE0000;
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
  }
  .lang-nav .ttl:after {
    top: 40%;
    right: 2px;
  }
  .lang-list {
    width: 150px;
    left: 40px;
  }
}
.lang-list.gnav-active {
  height: auto;
  display: block;
}

/*------------------------------------------
global navi
------------------------------------------*/
/* navi button */
.gnav-btn {
  height: 60px;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gnav-btn:before {
  content: "MENU";
  color: #DE0000;
  font-size: 0.8rem;
  line-height: 1;
}
.gnav-btn .line {
  width: 25px;
  height: 2px;
  margin: 5px auto 0;
  background: #DE0000;
  position: relative;
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.gnav-btn.gnavbtn-active:before {
  content: "CLOSE";
}
.gnav-btn.gnavbtn-active .line {
  width: 28px;
  transform-origin: left center;
}
.gnav-btn.gnavbtn-active .line:nth-child(1) {
  transform: rotate(30deg);
}
.gnav-btn.gnavbtn-active .line:nth-child(2) {
  opacity: 0;
}
.gnav-btn.gnavbtn-active .line:nth-child(3) {
  transform: rotate(-30deg);
}

@media screen and (min-width: 769px) {
  .gnav-btn {
    display: none;
  }
}
.hd-nav-wrap {
  display: none;
  height: 100vh;
  padding: 0 0 200px;
  overflow: scroll;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .hd-nav-wrap {
    height: auto;
    display: block;
    padding: 0;
    overflow: hidden;
  }
}

/* main global navi */
.cmn-hd-block02 {
  padding: 40px 20px 30px;
  border-top: 5px solid #DE0000;
  border-bottom: 5px solid #DE0000;
}

.gnav-list {
  display: flex;
  flex-wrap: wrap;
}
.gnav-item {
  width: 33.33%;
  margin: 35px 0 0;
  text-align: center;
}
.gnav-item:nth-child(-n+3) {
  margin-top: 0;
}
.gnav-item a {
  height: 100%;
  margin: 0 auto;
}
.gnav-item .ico {
  width: 12vw;
  height: 12vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gnav-item .ico svg {
  fill: #DE0000;
}
.gnav-item .txt {
  margin: 15px auto 0;
  font-size: 3vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.gnav-item.item-shop svg {
  width: 12vw;
  height: 10.1333333333vw;
}
.gnav-item.item-floor svg {
  width: 10.9333333333vw;
  height: 12vw;
}
.gnav-item.item-access svg {
  width: 10.1333333333vw;
  height: 12vw;
}
.gnav-item.item-service svg {
  width: 10.6666666667vw;
  height: 12vw;
}
.gnav-item.item-coinlocker svg {
  width: 9.3333333333vw;
  height: 12vw;
}
.gnav-item.item-event svg {
  width: 10.6666666667vw;
  height: 12vw;
}

@media screen and (min-width: 769px) {
  .cmn-hd-block02 {
    padding: 0;
    border: none;
  }
  .gnav-list {
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gnav-item {
    width: auto;
    margin: 0 0 0 10px;
    text-align: center;
  }
  /* current */
}
@media screen and (min-width: 769px) and (min-width: 815px) {
  .gnav-item {
    margin: 0 0 0 20px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1150px) {
  .gnav-item {
    margin: 0 0 0 40px;
  }
}
@media screen and (min-width: 769px) {
  .gnav-item:first-child {
    margin-left: 0;
  }
  .gnav-item a {
    height: auto;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .gnav-item .ico {
    width: auto;
    height: auto;
    display: none;
    margin: 0 2px 0 0;
    transform: scale(0.8);
  }
}
@media screen and (min-width: 769px) and (min-width: 1000px) {
  .gnav-item .ico {
    margin: 0 8px 0 0;
    transform: scale(1);
  }
}
@media screen and (min-width: 769px) {
  .gnav-item .txt {
    margin: 0;
    position: relative;
    font-size: 1.2rem;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) and (min-width: 900px) {
  .gnav-item .txt {
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) and (min-width: 1040px) {
  .gnav-item .txt {
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .gnav-item .txt:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #DE0000;
    position: absolute;
    bottom: -6px;
    left: 0;
    opacity: 0;
  }
  .gnav-item a:hover .txt {
    color: #DE0000;
    transition: color 0.2s ease;
  }
  .gnav-item a:hover .txt:after {
    opacity: 1;
    transition: opacity 0.2s ease;
  }
  .gnav-item.item-shop svg {
    width: 30px;
    height: 26px;
  }
  .gnav-item.item-floor svg {
    width: 27px;
    height: 29px;
  }
  .gnav-item.item-access svg {
    width: 24px;
    height: 28px;
  }
  .gnav-item.item-service svg {
    width: 27px;
    height: 30px;
  }
  .gnav-item.item-coinlocker svg {
    width: 27px;
    height: 30px;
  }
  .gnav-item.item-event svg {
    width: 25px;
    height: 28px;
  }
  body.page-ctg .cmn-hd-block02 .gnav-item.item-shop a .txt {
    color: #DE0000;
  }
  body.page-ctg .cmn-hd-block02 .gnav-item.item-shop a .txt:after {
    opacity: 1;
  }
  body.page-floor .cmn-hd-block02 .gnav-item.item-floor a .txt {
    color: #DE0000;
  }
  body.page-floor .cmn-hd-block02 .gnav-item.item-floor a .txt:after {
    opacity: 1;
  }
  body.page-event .cmn-hd-block02 .gnav-item.item-event a .txt {
    color: #DE0000;
  }
  body.page-event .cmn-hd-block02 .gnav-item.item-event a .txt:after {
    opacity: 1;
  }
  body.page-access .cmn-hd-block02 .gnav-item.item-access a .txt {
    color: #DE0000;
  }
  body.page-access .cmn-hd-block02 .gnav-item.item-access a .txt:after {
    opacity: 1;
  }
  body.page-service .cmn-hd-block02 .gnav-item.item-service a .txt {
    color: #DE0000;
  }
  body.page-service .cmn-hd-block02 .gnav-item.item-service a .txt:after {
    opacity: 1;
  }
}
/* sub global navi */
.cmn-hd-block03 {
  padding: 30px 0 0;
}
.cmn-hd-block03 [class*=cmn-btn] {
  width: calc(100% - 90px);
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  .cmn-hd-block03 {
    display: none;
  }
}

.cmn-hd-search {
  width: calc(100% - 24px);
  margin: 0 auto;
}

.hd-ctg-nav {
  position: relative;
}
.hd-ctg-nav:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #E1E7E6;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hd-ctg-ttl {
  padding: 15px 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.hd-ctg-ttl:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #E1E7E6;
  border-right: 2px solid #E1E7E6;
  position: absolute;
  top: 25px;
  right: 19px;
  transform: rotate(135deg);
}
.hd-ctg-ttl .ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hd-ctg-ttl .ico svg {
  fill: #fff;
  width: 20px;
  height: 18px;
}
.hd-ctg-ttl .txt {
  margin: 0 0 0 10px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.hd-ctg-ttl.eat .ico {
  background: #FF7800;
}
.hd-ctg-ttl.eat .txt {
  color: #FF7800;
}
.hd-ctg-ttl.buy .ico {
  background: #07B6FF;
}
.hd-ctg-ttl.buy .txt {
  color: #07B6FF;
}

.hd-ctg-ttl.active:after {
  top: 32px;
  transform: rotate(-45deg);
}

.hd-ctg-tgl {
  display: none;
}
.hd-ctg-list {
  border-top: 2px solid #E1E7E6;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.hd-ctg-item {
  width: 50%;
  border-bottom: 2px solid #E1E7E6;
}
.hd-ctg-item:nth-child(2n-1) {
  border-right: 2px solid #E1E7E6;
}
.hd-ctg-item a {
  display: block;
  padding: 20px 0 20px 37px;
  font-size: 3.4666666667vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #DE0000;
  position: relative;
}
.hd-ctg-item a:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #DE0000;
  border-right: 2px solid #DE0000;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%) rotate(45deg);
}

/* =========================================================
common footer
========================================================= */
.cmn-ft {
  padding: 25px 0 15px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .cmn-ft {
    padding: 70px 0 25px;
  }
}

/* footer sns list */
.ft-sns-list {
  padding: 0 10px;
}
.ft-sns-item {
  margin: 0 auto 10px;
}
.ft-sns-item a {
  height: 64px;
  padding: 0 15px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
}
.ft-sns-item .ico {
  width: 35px;
  height: 35px;
}
.ft-sns-item .ico svg {
  fill: #fff;
}
.ft-sns-item .txt {
  width: calc(100% - 66px);
  font-size: 1.4rem;
  line-height: 1.2857142857;
  letter-spacing: 0.1em;
}
.ft-sns-item .txt small {
  font-size: 1.2rem;
}
@media screen and (max-width: 350px) {
  .ft-sns-item .txt {
    font-size: 1.2rem;
  }
}

.ft-sns-item.fb a {
  background: #3B579D;
}
.ft-sns-item.fb svg {
  width: 35px;
  height: 35px;
}

.ft-sns-item.tw a {
  background: #fff;
  border: 3px solid #000;
  color: #000;
}
.ft-sns-item.tw .ico {
  border-radius: 5px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft-sns-item.tw svg {
  width: 22px;
  height: 23px;
  fill: #fff;
}

.ft-sns-item.insta a {
  background: url(../images/common/bg_instagram.png) no-repeat center;
  background-size: cover;
}
.ft-sns-item.insta svg {
  width: 35px;
  height: 35px;
}

@media screen and (min-width: 769px) {
  .ft-sns-list {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .ft-sns-item {
    width: calc(50% - 10px);
    margin: 20px 20px 0 0;
  }
  .ft-sns-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .ft-sns-item:nth-child(2n) {
    margin-right: 0;
  }
  .ft-sns-item a {
    height: 100px;
    padding: 0 20px;
    gap: 20px;
  }
  .ft-sns-item .ico {
    width: 50px;
    height: 50px;
  }
  .ft-sns-item .txt {
    width: calc(100% - 100px);
    font-size: 2.2rem;
    line-height: 1.0909090909;
  }
  .ft-sns-item .txt small {
    font-size: 1.5rem;
  }
  .ft-sns-item.fb svg {
    width: 50px;
    height: 50px;
  }
  .ft-sns-item.tw svg {
    width: 28px;
    height: 30px;
  }
  .ft-sns-item.insta svg {
    width: 50px;
    height: 50px;
  }
}
/* footer banner list */
.cmn-ft-bnr {
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  .cmn-ft-bnr {
    margin: 40px auto 0;
  }
}

.ft-bnr-list {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
}
.ft-bnr-item {
  width: calc(50% - 5px);
  margin: 10px 10px 0 0;
  border: 2px solid #E1E7E6;
}
.ft-bnr-item:nth-child(-n+2) {
  margin-top: 0;
}
.ft-bnr-item:nth-child(2n) {
  margin-right: 0;
}
.ft-bnr-item a {
  display: block;
}
.ft-bnr-item img {
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .ft-bnr-list {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .ft-bnr-item {
    width: calc(25% - 15px);
    margin: 20px 20px 0 0;
  }
  .ft-bnr-item:nth-child(-n+4) {
    margin-top: 0;
  }
  .ft-bnr-item:nth-child(2n) {
    margin-right: 20px;
  }
  .ft-bnr-item:nth-child(4n) {
    margin-right: 0;
  }
}
.cmn-ft-block {
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  .cmn-ft-block {
    margin: 40px auto 0;
    padding: 40px 0 0;
    border-top: 3px solid #DE0000;
    position: relative;
  }
}

.ft-link-list {
  border-top: 5px solid #DE0000;
}
.ft-link-item {
  border-bottom: 1px solid #E1E7E6;
}
.ft-link-item a {
  display: block;
  padding: 17px 35px 17px 20px;
  position: relative;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #8D9191;
  position: relative;
}
.ft-link-item a:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #DE0000;
  border-right: 2px solid #DE0000;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 769px) {
  .ft-link-list {
    width: 900px;
    margin: 0 15px 0 auto;
    border: none;
    display: flex;
    flex-wrap: wrap;
  }
  .ft-link-item {
    border: none;
    margin: 0 0 20px 0;
    padding: 0 20px;
    border-right: 1px solid #E1E7E6;
  }
  .ft-link-item:last-child, .ft-link-item:nth-child(5) {
    border-right: none;
  }
  .ft-link-item a {
    padding: 0;
    font-size: 1.2rem;
    position: relative;
  }
  .ft-link-item a:after {
    content: none;
  }
  .ft-link-item a:hover {
    text-decoration: underline;
  }
}
.ft-logo-wrap {
  margin: 17px auto 0;
  padding: 0 15px;
}
.ft-logo-wrap .logo {
  width: 166px;
  margin: 0 auto;
}
.ft-logo-wrap .logo a {
  display: block;
}
.ft-logo-wrap address {
  margin: 10px auto 0;
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .ft-logo-wrap {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    left: 100px;
  }
  .ft-logo-wrap .logo {
    width: 210px;
  }
  .ft-logo-wrap address {
    margin: 15px 0 0 5px;
    font-size: 1.1rem;
    line-height: 1.9090909091;
  }
}
.copyright {
  margin: 18px auto 0;
  color: #8D9191;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.copyright .se {
  display: none;
}
@media screen and (max-width: 340px) {
  .copyright .se {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .copyright {
    margin: 5px 40px 0 auto;
    text-align: right;
    letter-spacing: 0.05em;
  }
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 43px;
  right: 15px;
  z-index: 10;
}
.pagetop a {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #DE0000;
  border-radius: 50%;
  display: block;
  position: relative;
}
.pagetop a:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #DE0000;
  border-right: 2px solid #DE0000;
  position: absolute;
  top: 19px;
  left: 16px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .pagetop a {
    transition: background 0.2s ease, border-color 0.2s ease;
  }
  .pagetop a:hover {
    background: #DE0000;
  }
  .pagetop a:hover:after {
    border-color: #fff;
  }
}
/* =========================================================
breadcrumbs list
========================================================= */
.breadcrumbs {
  background: #F7F7F7;
}
.breadcrumbs-list {
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs-item {
  padding: 0 30px 0 0;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.6363636364;
  color: #8D9191;
}
.breadcrumbs-item:after {
  content: ">";
  position: absolute;
  top: 0;
  right: 11px;
}
.breadcrumbs-item:last-child {
  padding: 0;
}
.breadcrumbs-item:last-child:after {
  content: none;
}
.breadcrumbs-item a {
  color: #8D9191;
}
.breadcrumbs-item.home a {
  color: #DE0000;
}

@media screen and (min-width: 769px) {
  .breadcrumbs-list {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 40px;
  }
  .breadcrumbs-item {
    padding: 0 35px 0 0;
    font-size: 1.3rem;
  }
  .breadcrumbs-item:after {
    right: 13px;
  }
  .breadcrumbs-item a:hover {
    text-decoration: underline;
  }
}
/* =========================================================
common parts
========================================================= */
.main-cont {
  display: block;
}

/*------------------------------------------
button
------------------------------------------*/
[class*=cmn-btn] a {
  height: 53px;
  background: #DE0000;
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
[class*=cmn-btn] .ico svg {
  fill: #fff;
}

@media screen and (min-width: 769px) {
  [class*=cmn-btn] a {
    height: 46px;
    border: 2px solid #DE0000;
    border-radius: 4px;
    transition: background 0.2s ease, color 0.2s ease;
  }
  [class*=cmn-btn] a .ico svg {
    transition: fill 0.2s ease;
  }
  [class*=cmn-btn] a:hover {
    background: #fff;
    color: #DE0000;
  }
  [class*=cmn-btn] a:hover .ico svg {
    fill: #DE0000;
  }
}
.cmn-btn01 a {
  padding: 0 20px;
  text-align: center;
}
.cmn-btn01 .ico {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.cmn-btn01 .ico:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #DE0000;
  position: absolute;
  top: 5px;
  left: 6px;
}
.cmn-btn01 .txt {
  width: calc(100% - 18px);
  padding: 0 0 1px 10px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .cmn-btn01 a {
    padding: 0 15px;
  }
  .cmn-btn01 .ico {
    width: 16px;
    height: 16px;
    transition: background 0.2s ease;
  }
  .cmn-btn01 .ico:after {
    border-width: 3px 0 3px 6px;
    transition: border-color 0.2s ease;
  }
  .cmn-btn01 .txt {
    width: calc(100% - 16px);
    font-size: 1.7rem;
    line-height: 1;
  }
  .cmn-btn01 a:hover .ico {
    background: #DE0000;
  }
  .cmn-btn01 a:hover .ico:after {
    border-color: transparent transparent transparent #fff;
  }
}
.cmn-btn02 a {
  padding: 0 14px;
}
.cmn-btn02 a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.cmn-btn02 .ico svg {
  width: 20px;
  height: 17px;
}
.cmn-btn02 .txt {
  width: calc(100% - 20px);
  padding: 0 0 0 18px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) {
  .cmn-btn02 a {
    padding: 11px 0;
    display: block;
  }
  .cmn-btn02 a:after {
    right: 15px;
    transition: border-color 0.2s ease;
  }
  .cmn-btn02 a:hover:after {
    border-color: #DE0000;
  }
  .cmn-btn02 .ico {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .cmn-btn02 .txt {
    width: 100%;
    text-align: center;
    font-size: 1.7rem;
  }
}
/* ショップ一覧ボタン */
.cmn-btn-shop .ico svg {
  width: 20px;
  height: 17px;
}

@media screen and (min-width: 769px) {
  .cmn-btn-shop .ico {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
}
/*------------------------------------------
search form
------------------------------------------*/
.cmn-search01 {
  border: 1px solid #ccc;
  border-radius: 45px;
  background: #fff;
  overflow: hidden;
  display: flex;
}
.cmn-search01 input[type=text] {
  width: calc(100% - 60px);
  padding: 15px 0 11px 22px;
  line-height: 1;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.01em;
}
.cmn-search01 .button {
  position: relative;
  z-index: 1;
}
.cmn-search01 input[type=submit] {
  display: block;
  width: 60px;
  height: 100%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.cmn-search01 .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.cmn-search01 .ico svg {
  width: 20px;
  height: 20px;
  fill: #DE0000;
}

@media screen and (min-width: 769px) {
  .cmn-search01 input[type=text] {
    padding: 13px 0 13px 22px;
  }
}
/*------------------------------------------
title
------------------------------------------*/
/* ページタイトル */
.page-hd {
  background: #DE0000;
}
.page-hd-in {
  padding: 25px 0 23px;
}
.page-hd .ico {
  display: none;
}

.page-ttl {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.page-ttl .ja {
  font-size: 5.3333333333vw;
  line-height: 1;
  letter-spacing: 0.04em;
}
.page-ttl .en {
  margin: 10px auto 0;
  font-size: 2.9333333333vw;
  line-height: 1;
  letter-spacing: 0.075em;
}

@media screen and (min-width: 769px) {
  .page-hd-in {
    height: 160px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
  }
  .page-hd .ico {
    width: 70px;
    height: 70px;
    margin: 0 32px 0 0;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-hd .ico svg {
    fill: #DE0000;
  }
  .page-ttl {
    text-align: left;
  }
  .page-ttl .ja {
    font-size: 2.6rem;
    letter-spacing: 0;
  }
  .page-ttl .en {
    margin: 13px auto 0;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .page-hd .ico.shop svg {
    width: 30px;
    height: 26px;
  }
  .page-hd .ico.event svg {
    width: 26px;
    height: 30px;
  }
  .page-hd .ico.feature svg {
    width: 33px;
    height: 35px;
  }
  .page-hd .ico.access svg {
    width: 25px;
    height: 30px;
  }
  .page-hd .ico.service svg {
    width: 27px;
    height: 30px;
  }
  .page-hd .ico.tspoint span {
    color: #DE0000;
    font-size: 5.3rem;
    line-height: 1;
    font-weight: bold;
    transform: translateY(-2px);
  }
}
/* common title01 */
.cmn-ttl01 {
  display: flex;
  align-items: center;
}
.cmn-ttl01 .ico {
  width: 23px;
}
.cmn-ttl01 .ico svg {
  fill: #DE0000;
  width: 23px;
  height: 26px;
}
.cmn-ttl01 .txt {
  width: calc(100% - 23px);
  padding: 0 0 0 10px;
  font-size: 5.3333333333vw;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .cmn-ttl01 .ico {
    width: 30px;
  }
  .cmn-ttl01 .ico svg {
    width: 30px;
    height: 33px;
  }
  .cmn-ttl01 .txt {
    width: calc(100% - 30px);
    padding: 0 0 0 15px;
    font-size: 3rem;
    line-height: 1.3333333333;
    font-weight: normal;
    letter-spacing: 0;
  }
}
/* common title02 */
.cmn-ttl02 {
  padding: 0 0 4px;
  border-bottom: 2px solid #DE0000;
  font-size: 4.8vw;
  line-height: 1.7777777778;
}
@media screen and (min-width: 769px) {
  .cmn-ttl02 {
    padding: 0;
    border-bottom: 3px solid #DE0000;
    font-size: 3rem;
  }
}

/* common title03 */
.cmn-ttl03 {
  font-size: 6.1333333333vw;
  line-height: 1.2173913043;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .cmn-ttl03 {
    font-size: 3rem;
    line-height: 1.6666666667;
    letter-spacing: 0;
  }
}

/* common title04 */
.cmn-ttl04 {
  padding: 0 0 10px;
  border-bottom: 2px solid #DE0000;
  font-size: 5.8666666667vw;
  line-height: 1.3636363636;
}
.cmn-ttl04 + * {
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .cmn-ttl04 {
    padding: 0 0 15px;
    border-bottom: 3px solid #DE0000;
    font-size: 3rem;
    line-height: 1.3333333333;
  }
}

/* common title05 */
.cmn-ttl05 {
  padding: 0 0 5px;
  border-bottom: 2px solid #DE0000;
  font-size: 4.8vw;
  line-height: 1.5;
}
.cmn-ttl05 + * {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .cmn-ttl05 {
    padding: 0 0 10px;
    border-bottom: 3px solid #DE0000;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .cmn-ttl05 + * {
    margin-top: 25px;
  }
}

/*------------------------------------------
list layout
------------------------------------------*/
/* common list01 */
.cmn-list01 {
  display: flex;
  flex-wrap: wrap;
}
.cmn-list01 .cmn-item {
  width: calc(50% - 7px);
  margin: 25px 14px 0 0;
}
.cmn-list01 .cmn-item:nth-child(-n+2) {
  margin-top: 0;
}
.cmn-list01 .cmn-item:nth-child(2n) {
  margin-right: 0;
}
.cmn-list01 .cmn-item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cmn-list01 .cmn-item .img {
  width: 100%;
  height: 30.9333333333vw;
  border: 1px solid #E1E7E6;
  background: #fff;
  text-align: center;
  flex-shrink: 0;
  overflow: hidden;
}
.cmn-list01 .cmn-item .img img {
  height: 100%;
  width: auto;
}
.cmn-list01 .cmn-item .detail {
  width: 100%;
  height: 100%;
  margin: 10px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cmn-list01 .cmn-item .detail .top {
  width: 100%;
}
.cmn-list01 .cmn-item .detail .bottom {
  width: 100%;
  margin: 10px auto 0;
}
.cmn-list01 .cmn-item .txt01 {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #DE0000;
}
.cmn-list01 .cmn-item .txt02 {
  font-size: 1rem;
  line-height: 1.5;
  color: #898989;
}
.cmn-list01 .cmn-item .txt03 {
  margin: 0 auto 10px;
  font-size: 1rem;
  line-height: 1;
  color: #898989;
  letter-spacing: 0.05em;
}
.cmn-list01 .cmn-item .txt04 {
  font-size: 1rem;
  line-height: 1.5;
  color: #DE0000;
}
.cmn-list01 .cmn-item .tag-list {
  margin: 10px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.cmn-list01 .cmn-item .tag-list li {
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
}
.cmn-list01 .cmn-item .tag-list .floor {
  padding: 2px 10px;
  background: #DE0000;
  color: #fff;
}
.cmn-list01 .cmn-item .tag-list .area {
  padding: 1px 9px;
  border: 1px solid #DE0000;
  color: #DE0000;
}

@media screen and (min-width: 769px) {
  .cmn-list01 .cmn-item {
    width: calc(25% - 22.5px);
    margin: 45px 30px 0 0;
  }
  .cmn-list01 .cmn-item:nth-child(-n+4) {
    margin-top: 0;
  }
  .cmn-list01 .cmn-item:nth-child(2n) {
    margin-right: 30px;
  }
  .cmn-list01 .cmn-item:nth-child(4n) {
    margin-right: 0;
  }
  .cmn-list01 .cmn-item .img {
    height: 190px;
    overflow: hidden;
  }
  .cmn-list01 .cmn-item .img img {
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s ease;
  }
  .cmn-list01 .cmn-item .detail {
    margin: 20px auto 0;
  }
  .cmn-list01 .cmn-item .detail .bottom {
    margin: 15px auto 0;
  }
  .cmn-list01 .cmn-item .txt01 {
    font-size: 1.6rem;
  }
  .cmn-list01 .cmn-item .txt02 {
    font-size: 1.2rem;
  }
  .cmn-list01 .cmn-item .txt04 {
    margin: 5px auto 0;
    font-size: 1.2rem;
  }
  .cmn-list01 .cmn-item .tag-list li {
    font-size: 1.2rem;
  }
  .cmn-list01 .cmn-item .tag-list .floor {
    padding: 5px 10px;
  }
  .cmn-list01 .cmn-item .tag-list .area {
    padding: 4px 9px;
  }
  .cmn-list01 .cmn-item a:hover .img img {
    transform: scale(1.1);
  }
}
/* common list02 */
.cmn-list02 .cmn-item {
  margin: 0 auto 10px;
  padding: 5px 5px 0 0;
  overflow: hidden;
}
.cmn-list02 .cmn-item:last-child {
  margin-bottom: 0;
}
.cmn-list02 .cmn-item a {
  padding: 20px 10px 25px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  position: relative;
}
.cmn-list02 .cmn-item .new {
  width: 80px;
  padding: 5px 0;
  background: #DE0000;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  right: -24px;
  z-index: 1;
}
.cmn-list02 .cmn-item .new:before, .cmn-list02 .cmn-item .new:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 4px;
  border-color: transparent transparent #570000 transparent;
  position: absolute;
}
.cmn-list02 .cmn-item .new:before {
  transform: rotate(-45deg);
  bottom: -3px;
  left: -2px;
}
.cmn-list02 .cmn-item .new:after {
  transform: rotate(45deg);
  bottom: -3px;
  right: -3px;
}
.cmn-list02 .cmn-item .img {
  width: 28.5333333333vw;
  height: 28.5333333333vw;
  border: 1px solid #E1E7E6;
  background: #fff;
}
.cmn-list02 .cmn-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cmn-list02 .cmn-item .detail {
  width: calc(100% - 28.533vw);
  padding: 0 0 0 10px;
}
.cmn-list02 .cmn-item .bottom {
  margin: 15px auto 0;
}
.cmn-list02 .cmn-item .tag {
  width: 50px;
  padding: 6px 0 5px;
  background: #DE0000;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.cmn-list02 .cmn-item .txt01 {
  margin: 5px auto 0;
  color: #DE0000;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.1em;
}
.cmn-list02 .cmn-item .txt02 {
  color: #8D9191;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  line-height: 1.25;
}
.cmn-list02 .cmn-item .txt03 {
  margin: 5px auto 0;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #DE0000;
}

@media screen and (min-width: 769px) {
  .cmn-list02 {
    display: flex;
    flex-wrap: wrap;
  }
  .cmn-list02 .cmn-item {
    width: calc(25% - 11.25px);
    margin: 30px 15px 0 0;
    padding: 5px 0 0 5px;
    overflow: hidden;
  }
  .cmn-list02 .cmn-item:nth-child(-n+4) {
    margin-top: 0;
  }
  .cmn-list02 .cmn-item:nth-child(4n) {
    margin-right: 0;
  }
  .cmn-list02 .cmn-item a {
    height: 100%;
    padding: 20px 20px 25px;
    flex-direction: column;
  }
  .cmn-list02 .cmn-item .new {
    width: 110px;
    padding: 7px 0;
    font-size: 1.5rem;
    transform: rotate(-45deg);
    top: 10px;
    left: -31px;
  }
  .cmn-list02 .cmn-item .img {
    width: 100%;
    height: 243px;
    border: 1px solid #E1E7E6;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
  }
  .cmn-list02 .cmn-item .img img {
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s ease;
  }
  .cmn-list02 .cmn-item .detail {
    width: 100%;
    height: 100%;
    margin: 20px auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .cmn-list02 .cmn-item .tag {
    font-size: 1.1rem;
  }
  .cmn-list02 .cmn-item .top {
    width: 100%;
  }
  .cmn-list02 .cmn-item .bottom {
    width: 100%;
    margin: 15px auto 0;
    padding: 15px 0 0;
    border-top: 1px solid #E1E7E6;
  }
  .cmn-list02 .cmn-item .txt01 {
    margin: 10px auto 0;
    font-size: 1.7rem;
    line-height: 1.4705882353;
  }
  .cmn-list02 .cmn-item .txt02 {
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
  .cmn-list02 .cmn-item .txt03 {
    margin: 8px auto 0;
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
  .cmn-item a:hover .img img {
    transform: translate3d(0, 0, 0) scale(1.1);
  }
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .cmn-list02 .cmn-item .img img {
  width: auto;
  height: auto;
  max-width: calc(100% - 2px);
  max-height: calc(100% - 2px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

_:-ms-lang(x)::-ms-backdrop, .cmn-list02 .cmn-item a:hover .img img {
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}

/* common list03 */
.cmn-list03 .cmn-item {
  margin: 30px auto 0;
}
.cmn-list03 .cmn-item:first-child {
  margin-top: 0;
}
.cmn-list03 .ttl {
  padding: 0 0 8px;
  border-bottom: 2px solid #DE0000;
  font-size: 6.1333333333vw;
  line-height: 1.7826086957;
}
@media screen and (min-width: 769px) {
  .cmn-list03 .ttl {
    padding: 0 0 18px;
    border-bottom: 3px solid #DE0000;
    font-size: 3rem;
  }
}
.cmn-list03 .img {
  margin: 10px auto 0;
}
.cmn-list03 .img figcaption {
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .cmn-list03 {
    display: flex;
    flex-wrap: wrap;
  }
  .cmn-list03 .cmn-item {
    width: calc(50% - 20px);
    margin: 60px 40px 0 0;
  }
  .cmn-list03 .cmn-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .cmn-list03 .cmn-item:nth-child(2n) {
    margin-right: 0;
  }
  .cmn-list03 .ttl {
    margin: 0 auto 25px;
    padding: 0 0 10px;
    border-bottom: 3px solid #DE0000;
    font-size: 2.9rem;
  }
  .cmn-list03 .img {
    margin: 20px auto 0;
  }
}
/* cmn-list04（ロゴリスト）*/
.cmn-list04 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cmn-list04 .cmn-item {
  width: 50%;
}

@media screen and (min-width: 769px) {
  .cmn-list04 .cmn-item {
    width: 13.66%;
  }
}
/* cmn-list05（ロゴリスト）*/
.cmn-list05 {
  display: block;
}

.cmn-list05 .cmn-item {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .cmn-list05 .cmn-item {
    width: 800px;
    margin: 0 auto;
  }
}
/*------------------------------------------
common template
------------------------------------------*/
.cmn-tmple01 .img-wrap {
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  .cmn-tmple01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .cmn-tmple01 .img-wrap {
    width: 585px;
    margin: 0;
  }
  .cmn-tmple01 .cont-wrap {
    width: 575px;
  }
}

/* 画像 */
.cmn-tmple01 .img {
  height: 52vw;
  border: 1px solid #E1E7E6;
}
.cmn-tmple01 .img-wrap .img {
  position: relative;
}
.cmn-tmple01 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cmn-tmple01 .img-nav {
  margin: 10px auto 0;
  display: flex;
  justify-content: center;
}
.cmn-tmple01 .img-nav li {
  width: calc(33.33% - 4.66px);
  height: 16.8vw;
  margin: 0 7px 0 0;
  border: 1px solid #E1E7E6;
  position: relative;
}
.cmn-tmple01 .img-nav li:last-child {
  margin-right: 0;
}
.cmn-tmple01 .img-nav li img {
  opacity: 0.5;
}
.cmn-tmple01 .img-nav li.active {
  border: 2px solid #DE0000;
}
.cmn-tmple01 .img-nav li.active img {
  opacity: 1;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .cmn-tmple01 .img-wrap img {
  width: auto;
  height: auto;
  max-width: calc(100% - 2px);
  max-height: calc(100% - 2px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .cmn-tmple01 .img {
    height: 330px;
    border: 1px solid #E1E7E6;
  }
  .cmn-tmple01 .img-wrap {
    margin: 0;
  }
  .cmn-tmple01 .img-nav {
    margin: 20px auto 0;
  }
  .cmn-tmple01 .img-nav li {
    width: calc(33.33% - 8px);
    height: 107px;
    margin: 0 12px 0 0;
    cursor: pointer;
  }
  .cmn-tmple01 .img-nav li:hover {
    border: 2px solid #DE0000;
  }
  .cmn-tmple01 .img-nav li:hover img {
    opacity: 1;
  }
}
/* 定義リスト */
.cmn-tmple01 .define-list {
  border-top: 1px solid #E1E7E6;
}
.cmn-tmple01 .define-bundle {
  padding: 20px 0;
  border-bottom: 1px solid #E1E7E6;
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
}
.cmn-tmple01 .define-bundle dt {
  width: 130px;
  padding: 0 14px;
  font-size: 1.4rem;
  line-height: 1.28571;
}
.cmn-tmple01 .define-bundle dd {
  width: calc(100% - 130px);
  font-size: 1.3rem;
  line-height: 1.6923076923;
}
.cmn-tmple01 .define-bundle a {
  color: #DE0000;
  text-decoration: underline;
}
.cmn-tmple01 .define-bundle .flex {
  display: flex;
  gap: 10px;
}
.cmn-tmple01 .define-bundle.tsp dt {
  word-break: break-word;
}
.cmn-tmple01 .define-bundle.tsp .flex {
  align-items: center;
}
.cmn-tmple01 .define-bundle.tsp svg {
  width: 33px;
  height: 39px;
  fill: #FF7800;
}

@media screen and (min-width: 769px) {
  .cmn-tmple01 .define-bundle {
    padding: 20px 0;
    letter-spacing: 0.08em;
  }
  .cmn-tmple01 .define-bundle dt {
    width: 190px;
    padding: 0 0 0 40px;
  }
  .cmn-tmple01 .define-bundle dd {
    width: calc(100% - 190px);
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
  .cmn-tmple01 .define-bundle dd a:hover {
    text-decoration: none;
  }
  .cmn-tmple01 .define-bundle .flex {
    gap: 40px;
  }
  .cmn-tmple01 .define-bundle.tsp svg {
    width: 58px;
    height: 69px;
  }
}
/* テキストエリア */
.cmn-tmple01 .txt-area {
  margin: 35px auto 0;
  font-size: 1.5rem;
  line-height: 2;
}
.cmn-tmple01 .txt-area strong {
  font-weight: bold;
}
.cmn-tmple01 .txt-area a {
  color: #DE0000;
}
@media screen and (min-width: 769px) {
  .cmn-tmple01 .txt-area {
    margin: 30px auto 0;
    font-size: 1.6rem;
    line-height: 2;
  }
  .cmn-tmple01 .txt-area a:hover {
    text-decoration: underline;
  }
}

/* リンクリスト */
.cmn-tmple01 .link-list {
  margin: 1em auto 0;
  font-size: 1.5rem;
  line-height: 2;
}
.cmn-tmple01 .link-list a {
  color: #DE0000;
}
@media screen and (min-width: 769px) {
  .cmn-tmple01 .link-list {
    font-size: 1.6rem;
    line-height: 2;
  }
  .cmn-tmple01 .link-list a:hover {
    text-decoration: underline;
  }
}

/* サービス */
.cmn-tmple01 .service-block {
  margin: 50px auto 0;
}
.cmn-tmple01 .service-block .ttl {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
.cmn-tmple01 .service-list {
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.cmn-tmple01 .service-item {
  width: 33.33%;
  margin: 40px 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cmn-tmple01 .service-item:nth-child(-n+3) {
  margin-top: 0;
}
.cmn-tmple01 .service-item .ico {
  width: 64px;
  height: 64px;
  background: #DE0000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmn-tmple01 .service-item .ico svg {
  fill: #fff;
}
.cmn-tmple01 .service-item .txt {
  margin: 10px auto 0;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.cmn-tmple01 .service-item.credit-card svg {
  width: 32px;
  height: 23px;
}
.cmn-tmple01 .service-item.electronic-money svg {
  width: 32px;
  height: 23px;
}
.cmn-tmple01 .service-item.reservation svg {
  width: 25px;
  height: 21px;
}
.cmn-tmple01 .service-item.no-smoking svg {
  width: 30px;
  height: 34px;
}
.cmn-tmple01 .service-item.smoking svg {
  width: 28px;
  height: 24px;
}
.cmn-tmple01 .service-item.room svg {
  width: 23px;
  height: 28px;
}
.cmn-tmple01 .service-item.cash svg {
  width: 28px;
  height: 28px;
}
.cmn-tmple01 .service-item.code svg {
  width: 23px;
  height: 23px;
}
.cmn-tmple01 .service-item.tsp .ico {
  background: #FF7800;
}
.cmn-tmple01 .service-item.tsp svg {
  width: 39px;
  height: 47px;
}

@media screen and (min-width: 769px) {
  .cmn-tmple01 .service-block {
    margin: 35px auto 0;
  }
  .cmn-tmple01 .service-block .ttl {
    text-align: left;
    font-size: 1.8rem;
  }
  .cmn-tmple01 .service-list {
    margin: 25px auto 0;
    gap: 22px;
  }
  .cmn-tmple01 .service-item {
    width: calc(16.66% - 18.33px);
    margin: 0;
  }
  .cmn-tmple01 .service-item .ico {
    width: 76px;
    height: 76px;
  }
  .cmn-tmple01 .service-item .txt {
    white-space: nowrap;
  }
  .cmn-tmple01 .service-item.credit-card svg {
    width: 38px;
    height: 27px;
  }
  .cmn-tmple01 .service-item.electronic-money svg {
    width: 38px;
    height: 27px;
  }
  .cmn-tmple01 .service-item.reservation svg {
    width: 31px;
    height: 25px;
  }
  .cmn-tmple01 .service-item.no-smoking svg {
    width: 36px;
    height: 40px;
  }
  .cmn-tmple01 .service-item.smoking svg {
    width: 33px;
    height: 30px;
  }
  .cmn-tmple01 .service-item.room svg {
    width: 27px;
    height: 33px;
  }
  .cmn-tmple01 .service-item.cash svg {
    width: 32px;
    height: 32px;
  }
  .cmn-tmple01 .service-item.code svg {
    width: 26px;
    height: 26px;
  }
  .cmn-tmple01 .service-item.tsp .txt {
    transform: translateX(-10px);
  }
  .cmn-tmple01 .service-item.tsp svg {
    width: 39px;
    height: 48px;
  }
}
/* sns */
.cmn-tmple01 .sns-list, .access-btn .sns-list {
  margin: 50px auto 0;
  display: flex;
}
.cmn-tmple01 .sns-item, .access-btn .sns-item {
  width: calc(33.33% - 5.33px);
  margin: 0 8px 0 0;
}
.cmn-tmple01 .sns-item:last-child, .access-btn .sns-item:last-child {
  margin-right: 0;
}
.cmn-tmple01 .sns-item a, .access-btn .sns-item a {
  padding: 10px 0 10px 30px;
  display: block;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.02em;
  position: relative;
}
.cmn-tmple01 .sns-item .ico, .access-btn .sns-item .ico {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}
.cmn-tmple01 .sns-item .ico svg, .access-btn .sns-item .ico svg {
  fill: #fff;
}
.cmn-tmple01 .sns-item.tw a, .access-btn .sns-item.tw a {
  background: #000;
}
.cmn-tmple01 .sns-item.tw svg, .access-btn .sns-item.tw svg {
  width: 17px;
  height: 13px;
}
.cmn-tmple01 .sns-item.fb a, .access-btn .sns-item.fb a {
  background: #3C5CA8;
}
.cmn-tmple01 .sns-item.fb svg, .access-btn .sns-item.fb svg {
  width: 15px;
  height: 15px;
}
.cmn-tmple01 .sns-item.line a, .access-btn .sns-item.line a {
  background: #00B637;
}
.cmn-tmple01 .sns-item.line svg, .access-btn .sns-item.line svg {
  width: 17px;
  height: 16px;
}

@media screen and (min-width: 769px) {
  .cmn-tmple01 .sns-list, .access-btn .sns-list {
    width: 410px;
    margin: 50px 0 0 auto;
  }
  .cmn-tmple01 .sns-item, .access-btn .sns-item {
    width: calc(33.33% - 6.66px);
    margin: 0 10px 0 0;
  }
  .cmn-tmple01 .sns-item a, .access-btn .sns-item a {
    padding: 12px 0 12px 30px;
  }
}
/*------------------------------------------
modal window
------------------------------------------*/
.modal-win, .insta-win {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.modal-win.modal-active, .insta-win.modal-active {
  display: block;
}

.modal-back {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.js-modalcont, .js-instacont {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.js-modalcont.modal-active, .js-instacont.modal-active {
  opacity: 1;
}

/*------------------------------------------
pager
------------------------------------------*/
.pager-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager-item {
  width: 36px;
  margin: 0 9px 0 0;
}
.pager-item:last-child {
  margin-right: 0;
}
.pager-item a {
  height: 36px;
  border: 2px solid #DE0000;
  border-radius: 50%;
  color: #DE0000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager-item a span {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.pager-item.leader {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
}
.pager-item.current a {
  border: none;
  pointer-events: none;
  color: #000;
}

@media screen and (min-width: 769px) {
  .pager-item {
    width: 40px;
    margin: 0 20px 0 0;
  }
  .pager-item a {
    height: 40px;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
  }
  .pager-item a span {
    transition: color 0.2s ease;
  }
  .pager-item a:hover {
    background: #DE0000;
  }
  .pager-item a:hover span {
    color: #fff;
  }
}
/*------------------------------------------
shop navigation
------------------------------------------*/
.shop-nav-block {
  padding: 0 0 40px;
  border-bottom: 4px solid #DE0000;
}
@media screen and (min-width: 769px) {
  .shop-nav-block {
    padding: 0 0 30px;
  }
}

.shop-nav-wrap {
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .shop-nav-wrap {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0;
  }
}

/* shop tab */
.shop-tab-list {
  padding: 0 15px;
  position: relative;
}
.shop-tab-list:after {
  content: "";
  width: 100%;
  border-bottom: 3px solid #DE0000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.shop-tab-list-in {
  display: flex;
  justify-content: center;
}
.shop-tab-item {
  width: calc(33.33% - 4px);
  margin: 0 6px 0 0;
}
.shop-tab-item:last-child {
  margin-right: 0;
}
.shop-tab-item a {
  padding: 7px 0;
  display: block;
  background: #DE0000;
  border: 3px solid #DE0000;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .shop-tab-list {
    padding: 0 40px;
  }
  .shop-tab-list-in {
    width: 1060px;
    margin: 0 auto;
  }
  .shop-tab-item {
    width: calc(33.33% - 6.66px);
    margin: 0 10px 0 0;
  }
  .shop-tab-item a {
    padding: 20px 0;
    font-size: 1.6rem;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .shop-tab-item a:hover {
    background: #fff;
    color: #DE0000;
  }
}
/* shop category navi */
.shop-ctg-ttl {
  height: 53px;
  padding: 0 0 0 13px;
  display: flex;
  align-items: center;
  position: relative;
}
.shop-ctg-ttl .ico {
  width: 18px;
}
.shop-ctg-ttl .ico svg {
  fill: #fff;
  width: 18px;
}
.shop-ctg-ttl .txt {
  width: calc(100% - 18px);
  padding: 0 0 0 12px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
.shop-ctg-ttl .mark {
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.shop-ctg-ttl .mark:before {
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shop-ctg-ttl .mark:after {
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.shop-ctg-ttl.active .mark:after {
  opacity: 0;
}

.shop-ctg-nav.eat .shop-ctg-ttl {
  background: #FF7800;
}
.shop-ctg-nav.eat .shop-ctg-ttl .ico svg {
  height: 18px;
}
.shop-ctg-nav.eat .shop-ctg-ttl .mark:before, .shop-ctg-nav.eat .shop-ctg-ttl .mark:after {
  background: #FF7800;
}
.shop-ctg-nav.buy .shop-ctg-ttl {
  background: #07B6FF;
}
.shop-ctg-nav.buy .shop-ctg-ttl .ico svg {
  height: 16px;
}
.shop-ctg-nav.buy .shop-ctg-ttl .mark:before, .shop-ctg-nav.buy .shop-ctg-ttl .mark:after {
  background: #07B6FF;
}

@media screen and (min-width: 769px) {
  .shop-ctg-ttl {
    height: 80px;
    padding: 0 0 0 27px;
    cursor: pointer;
  }
  .shop-ctg-ttl .ico {
    width: 31px;
  }
  .shop-ctg-ttl .txt {
    width: calc(100% - 31px);
    padding: 0 0 0 12px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .shop-ctg-ttl .mark {
    width: 34px;
    height: 34px;
  }
  .shop-ctg-ttl .mark:before {
    width: 12px;
    height: 2px;
  }
  .shop-ctg-ttl .mark:after {
    width: 2px;
    height: 12px;
  }
  .shop-ctg-ttl.active .mark:after {
    opacity: 0;
  }
  .shop-ctg-nav.eat .shop-ctg-ttl .ico svg {
    width: 31px;
    height: 29px;
  }
  .shop-ctg-nav.buy .shop-ctg-ttl .ico svg {
    width: 33px;
    height: 29px;
  }
}
.shop-ctg-list-wrap {
  display: none;
}
.shop-ctg-list-wrap.open {
  display: block;
}
.shop-ctg-list {
  border-left: 1px solid #E1E7E6;
  border-right: 1px solid #E1E7E6;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.shop-ctg-list:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #E1E7E6;
  position: absolute;
  bottom: 0;
  left: 0;
}
.shop-ctg-item {
  width: 50%;
  border-bottom: 1px solid #E1E7E6;
}
.shop-ctg-item:nth-child(2n-1) {
  border-right: 1px solid #E1E7E6;
}
.shop-ctg-item a {
  width: 100%;
  height: 50px;
  padding: 0 35px 0 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.shop-ctg-item a:after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #DE0000;
  border-right: 2px solid #DE0000;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.shop-ctg-item span {
  color: #DE0000;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  letter-spacing: 0.08em;
}
.shop-ctg-item span.small {
  font-size: 1.2rem;
}

.shop-ctg-item.current a {
  background: #F4BBBB;
}

@media screen and (min-width: 769px) {
  .shop-ctg-list {
    padding: 12px 27px;
    border: none;
    background: #F4F4F4;
  }
  .shop-ctg-list:after {
    content: none;
  }
  .shop-ctg-item {
    width: 20%;
    height: 60px;
    border-right: 2px solid #F4F4F4;
    border-bottom: none;
  }
  .shop-ctg-item:nth-child(2n-1) {
    border-right: 2px solid #F4F4F4;
  }
  .shop-ctg-item:nth-child(-n+5) {
    border-top: none;
  }
  .shop-ctg-item:nth-child(5n) {
    border-right: none;
  }
  .shop-ctg-item a {
    padding: 0 35px 0 20px;
    background: #fff;
    transition: background 0.2s ease;
  }
  .shop-ctg-item a:hover {
    background: #F4BBBB;
  }
  .shop-ctg-item span {
    font-size: 1.6rem;
  }
  .shop-ctg-item span.small {
    font-size: 1.4rem;
  }
}
.shop-ctg-btn {
  margin: 40px auto 0;
  padding: 0 20px;
}
.shop-ctg-btn [class*=cmn-btn] {
  margin: 0 auto 20px;
}
.shop-ctg-btn [class*=cmn-btn]:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .shop-ctg-btn {
    width: 1060px;
    margin: 30px auto 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .shop-ctg-btn [class*=cmn-btn] {
    margin: 0;
  }
  .shop-ctg-btn .cmn-btn-shop {
    width: 190px;
  }
  .shop-ctg-btn .cmn-btn01 {
    width: 320px;
  }
}
/* shop floor navi */
.shop-floor-nav {
  margin: 30px auto 0;
}
.shop-floor-nav:first-child {
  margin-top: 0;
}

.shop-floor-list {
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.shop-floor-item {
  width: 50%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.shop-floor-item:nth-child(-n+2) {
  border-top: none;
}
.shop-floor-item:nth-child(2n) {
  border-right: none;
}
.shop-floor-item a {
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
}
.shop-floor-item.no-link a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.shop-floor-item.no-link a:after {
  content: "Coming soon";
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shop-floor-list.type01 .shop-floor-item a {
  width: 100%;
  padding: 0 30px;
  position: relative;
}
.shop-floor-list.type01 .shop-floor-item a:after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #DE0000;
  border-right: 2px solid #DE0000;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.shop-floor-list.type01 .shop-floor-item span {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  letter-spacing: 0.08em;
}
.shop-floor-list.type01 .shop-floor-item.current a {
  color: #DE0000;
  background: #F4BBBB;
}

.shop-floor-list.type02 .shop-floor-item a {
  height: 13.3333333333vw;
}
.shop-floor-list.type02 .shop-floor-item.current a {
  background: #F4BBBB;
}

@media screen and (min-width: 769px) {
  .shop-floor-list {
    margin: 0 auto;
    border: none;
    justify-content: center;
  }
  .shop-floor-item {
    border: none;
    margin: 0 10px 0 0;
  }
  .shop-floor-item:last-child {
    margin-right: 0;
  }
  .shop-floor-item a {
    height: 60px;
  }
  .shop-floor-list.type01 .shop-floor-item {
    border: 1px solid #ccc;
    width: calc(25% - 7.5px);
  }
  .shop-floor-list.type01 .shop-floor-item a {
    width: 100%;
    padding: 0 30px 0 20px;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .shop-floor-list.type01 .shop-floor-item a:hover {
    background: #F4BBBB;
    color: #DE0000;
  }
  .shop-floor-list.type01 .shop-floor-item span {
    font-size: 1.6rem;
  }
  .shop-floor-list.type02 .shop-floor-item {
    width: calc(16.66% - 8.33px);
    border: 1px solid #ccc;
  }
  .shop-floor-list.type02 .shop-floor-item a {
    height: 60px;
    transition: background 0.2s ease;
  }
  .shop-floor-list.type02 .shop-floor-item a:hover {
    background: #F4BBBB;
  }
  .shop-floor-list.type02 .shop-floor-item.no-link a:hover {
    background: none;
  }
}
.shop-map-block {
  display: none;
}
@media screen and (min-width: 769px) {
  .shop-map-block {
    margin: 40px auto 0;
    display: block;
  }
}

/*------------------------------------------
static contents
------------------------------------------*/
.sta-block {
  padding: 30px 15px 40px;
}
@media screen and (min-width: 769px) {
  .sta-block {
    max-width: 1280px;
    margin: 0 auto;
    padding: 55px 40px 40px;
  }
}

.sta-sec01 {
  margin: 0 auto 40px;
}
.sta-sec01:last-child {
  margin-bottom: 0;
}
.sta-sec01 > [class*=sta-] {
  margin-bottom: 30px;
}
.sta-sec01 > [class*=sta-]:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .sta-sec01 {
    margin: 0 auto 65px;
  }
  .sta-sec01 > [class*=sta-] {
    margin-bottom: 35px;
  }
}

.sta-flex > * {
  margin: 0 auto 10px;
}
.sta-flex > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .sta-flex {
    display: flex;
  }
}

.sta-txt01 {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .sta-txt01 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.sta-txt01 .signature {
  width: 100%;
  display: inline-block;
  text-align: right;
}
.sta-txt01 a {
  text-decoration: underline;
  color: #DE0000;
}
@media screen and (min-width: 769px) {
  .sta-txt01 a:hover {
    text-decoration: none;
  }
}

.sta-txt02 {
  font-size: 1.8rem;
  line-height: 1.2222222222;
}
@media screen and (min-width: 769px) {
  .sta-txt02 {
    font-size: 2.2rem;
  }
}

.sta-list01 li:before {
  content: "・";
  display: inline;
}

.sta-list02 li {
  margin: 0 auto 40px;
  padding: 0 0 0 35px;
  position: relative;
}
.sta-list02 li:last-child {
  margin-bottom: 0;
}
.sta-list02 li .list {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .sta-list02 li {
    padding: 0 0 0 40px;
  }
}

.sta-list03 {
  border: 1px solid #ccc;
}
.sta-list03 .item {
  border-bottom: 1px solid #ccc;
  font-size: 1.3rem;
  line-height: 1.6923076923;
}
.sta-list03 .item:last-child {
  border-bottom: none;
}
.sta-list03 .item > * {
  padding: 13px 10px 14px;
  text-align: center;
}
.sta-list03 dt {
  border-bottom: 1px solid #ccc;
  background: #F6F6F6;
}

@media screen and (min-width: 769px) {
  .sta-list03 .item {
    display: flex;
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .sta-list03 .item > * {
    padding: 19px 20px 18px;
    text-align: left;
  }
  .sta-list03 dt {
    border-bottom: none;
    border-right: 1px solid #ccc;
  }
}
/* =========================================================
wysiwyg
========================================================= */
.wysiwyg {
  word-break: break-all;
}

.wysiwyg *,
.wysiwyg ::before,
.wysiwyg ::after {
  box-sizing: content-box;
}

.wysiwyg img {
  width: initial;
  max-width: 100%;
}

.wysiwyg h1 {
  font-size: 2em;
  font-weight: 600;
}

.wysiwyg h2 {
  font-size: 1.5em;
  font-weight: 600;
}

.wysiwyg h3 {
  font-size: 1.17em;
  font-weight: 600;
}

.wysiwyg h4 {
  font-weight: 600;
}

.wysiwyg h5 {
  font-size: 0.83em;
  font-weight: 600;
}

.wysiwyg h6 {
  font-size: 0.67em;
  font-weight: 600;
}

.wysiwyg hr {
  display: block;
}

.wysiwyg a {
  text-decoration: underline;
}

@media (hover: hover) {
  .wysiwyg a:hover {
    text-decoration: none;
  }
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: 600;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.5em;
}

.wysiwyg ul {
  list-style: disc;
}

.wysiwyg ol {
  list-style: decimal;
}
/*# sourceMappingURL=../css/maps/common.css.map */
