@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Noto+Serif+SC&family=Noto+Serif+TC&family=Playfair+Display:ital@0;1&display=swap");
@import url("https://api.fontshare.com/v2/css?f[]=boska@500,700&display=swap");
@media (min-width: 769px) {
  /* line 21, ../sass/mixin.scss */
  .pc {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 21, ../sass/mixin.scss */
  .pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  /* line 29, ../sass/mixin.scss */
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 29, ../sass/mixin.scss */
  .sp {
    display: block !important;
  }
}

/* line 4, ../sass/common.scss */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* line 11, ../sass/common.scss */
*:focus {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
/* line 16, ../sass/common.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 20, ../sass/common.scss */
body {
  line-height: 1;
}

/* line 23, ../sass/common.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../sass/common.scss */
blockquote, q {
  quotes: none;
}

/* line 29, ../sass/common.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 34, ../sass/common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 38, ../sass/common.scss */
object, embed {
  -webkit-transform: translateZ(0);
}

/* line 39, ../sass/common.scss */
img {
  display: block;
}

/* line 42, ../sass/common.scss */
a {
  color: #333;
  text-decoration: none;
}

/* line 53, ../sass/common.scss */
html, body {
  width: 100%;
  font-family: "Hina Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  min-height: 100%;
  color: #333;
}

/* line 68, ../sass/common.scss */
body.en {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/* line 74, ../sass/common.scss */
body.tw {
  font-family: "Noto Serif TC", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/* line 80, ../sass/common.scss */
body.cn {
  font-family: "Noto Serif SC", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 769px) {
  /* line 88, ../sass/common.scss */
  a {
    transition: 0.4s;
    opacity: 1;
  }
  /* line 92, ../sass/common.scss */
  a:hover {
    opacity: 0.5;
  }
}

/* line 4, ../sass/style.scss */
#wrap {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background: #F3CCDD;
}

/* line 13, ../sass/style.scss */
#contents {
  width: 100%;
  opacity: 0;
  transition: 0.2s;
  position: relative;
}
/* line 18, ../sass/style.scss */
#contents.visible {
  opacity: 1;
}
/* line 21, ../sass/style.scss */
#contents #menu-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
/* line 30, ../sass/style.scss */
#contents #menu-wrap .menu-ovl {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s;
}
/* line 37, ../sass/style.scss */
#contents #menu-wrap .menu-area {
  width: 30.48vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #E63680;
  transition: 0.4s;
  transform: translate(32.48vw, 0);
}
@media only screen and (max-width: 768px) {
  /* line 37, ../sass/style.scss */
  #contents #menu-wrap .menu-area {
    width: 90.76vw;
    transform: translate(90.76vw, 0);
  }
}
/* line 50, ../sass/style.scss */
#contents #menu-wrap .menu-area .menu-close-btn-sp {
  width: 12.3vw;
  height: 12.3vw;
  position: absolute;
  top: 6vw;
  right: 5vw;
  background: url(../img/btn_close.png) center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition: 0.4s;
  opacity: 0;
}
@media (min-width: 769px) {
  /* line 50, ../sass/style.scss */
  #contents #menu-wrap .menu-area .menu-close-btn-sp {
    display: none;
  }
}
/* line 65, ../sass/style.scss */
#contents #menu-wrap .menu-area .menu-inner {
  font-family: 'Boska', serif;
  color: #fff;
  font-weight: 700;
  font-size: 1.38vw;
  position: absolute;
  top: 50%;
  right: 4.0vw;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 768px) {
  /* line 65, ../sass/style.scss */
  #contents #menu-wrap .menu-area .menu-inner {
    right: 8.0vw;
  }
}
/* line 77, ../sass/style.scss */
#contents #menu-wrap .menu-area .menu-inner .menu-close-btn-pc {
  width: 4.44vw;
  height: 4.44vw;
  position: absolute;
  top: -9vw;
  right: -0.2vw;
  background: url(../img/btn_close.png) center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition: 0.4s;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  /* line 77, ../sass/style.scss */
  #contents #menu-wrap .menu-area .menu-inner .menu-close-btn-pc {
    display: none;
  }
}
/* line 92, ../sass/style.scss */
#contents #menu-wrap .menu-area .menu-inner ul.page-link {
  text-align: right;
  margin-bottom: 3vw;
  font-size: 2.77vw;
}
@media only screen and (max-width: 768px) {
  /* line 92, ../sass/style.scss */
  #contents #menu-wrap .menu-area .menu-inner ul.page-link {
    font-size: 8.2vw;
    margin-bottom: 13vw;
  }
}
/* line 100, ../sass/style.scss */
#contents #menu-wrap .menu-area .menu-inner ul.page-link li {
  margin-bottom: 1.4vw;
  overflow: hidden;
}
@media (min-width: 769px) {
  /* line 100, ../sass/style.scss */
  #contents #menu-wrap .menu-area .menu-inner ul.page-link li {
    transition: 0.4s opacity;
    opacity: 1;
  }
  /* line 106, ../sass/style.scss */
  #contents #menu-wrap .menu-area .menu-inner ul.page-link li:hover {
    opacity: 0.6;
    transition-delay: 0s;
  }
}
@media only screen and (max-width: 768px) {
  /* line 100, ../sass/style.scss */
  #contents #menu-wrap .menu-area .menu-inner ul.page-link li {
    margin-bottom: 6.4vw;
  }
}
/* line 114, ../sass/style.scss */
#contents #menu-wrap .menu-area .menu-inner ul.page-link li a {
  color: #fff;
  opacity: 1;
  display: block;
  line-height: 116%;
  transition: 0.4s;
  transform: translate(0, 3vw);
}
@media only screen and (max-width: 768px) {
  /* line 114, ../sass/style.scss */
  #contents #menu-wrap .menu-area .menu-inner ul.page-link li a {
    transform: translate(0, 106%);
  }
}
/* line 127, ../sass/style.scss */
#contents #menu-wrap .menu-area .menu-inner ul.lang-btn {
  display: flex;
  font-size: 1.66vw;
  justify-content: flex-end;
  margin-bottom: 2.6vw;
}
@media only screen and (max-width: 768px) {
  /* line 127, ../sass/style.scss */
  #contents #menu-wrap .menu-area .menu-inner ul.lang-btn {
    font-size: 5.64vw;
    margin-bottom: 13.6vw;
  }
}
/* line 136, ../sass/style.scss */
#contents #menu-wrap .menu-area .menu-inner ul.lang-btn li {
  margin-left: 1.2vw;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  /* line 136, ../sass/style.scss */
  #contents #menu-wrap .menu-area .menu-inner ul.lang-btn li {
    margin-left: 5vw;
  }
}
/* line 142, ../sass/style.scss */
#contents #menu-wrap .menu-area .menu-inner ul.lang-btn li a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  opacity: 0.2;
  transition: 0.4s;
  transform: translate(0, 3vw);
}
@media only screen and (max-width: 768px) {
  /* line 142, ../sass/style.scss */
  #contents #menu-wrap .menu-area .menu-inner ul.lang-btn li a {
    transform: translate(0, 106%);
  }
}
/* line 156, ../sass/style.scss */
body.jp #contents #menu-wrap .menu-area .menu-inner ul.lang-btn li.jp a {
  opacity: 1;
}
/* line 163, ../sass/style.scss */
body.en #contents #menu-wrap .menu-area .menu-inner ul.lang-btn li.en a {
  opacity: 1;
}
/* line 170, ../sass/style.scss */
body.tw #contents #menu-wrap .menu-area .menu-inner ul.lang-btn li.tw a {
  opacity: 1;
}
/* line 177, ../sass/style.scss */
body.cn #contents #menu-wrap .menu-area .menu-inner ul.lang-btn li.cn a {
  opacity: 1;
}
/* line 183, ../sass/style.scss */
#contents #menu-wrap .menu-area .menu-inner ul.lang-btn li.tw a, #contents #menu-wrap .menu-area .menu-inner ul.lang-btn li.cn a {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 1.38vw;
}
@media only screen and (max-width: 768px) {
  /* line 183, ../sass/style.scss */
  #contents #menu-wrap .menu-area .menu-inner ul.lang-btn li.tw a, #contents #menu-wrap .menu-area .menu-inner ul.lang-btn li.cn a {
    font-size: 4.6vw;
  }
}
/* line 194, ../sass/style.scss */
#contents #menu-wrap .menu-area .menu-inner ul.sns-link-list {
  display: flex;
  justify-content: flex-end;
}
/* line 197, ../sass/style.scss */
#contents #menu-wrap .menu-area .menu-inner ul.sns-link-list li {
  margin-left: 0.9vw;
  overflow: hidden;
}
@media (min-width: 769px) {
  /* line 197, ../sass/style.scss */
  #contents #menu-wrap .menu-area .menu-inner ul.sns-link-list li {
    transition: 0.4s opacity;
    opacity: 1;
  }
  /* line 203, ../sass/style.scss */
  #contents #menu-wrap .menu-area .menu-inner ul.sns-link-list li:hover {
    opacity: 0.6;
    transition-delay: 0s;
  }
}
@media only screen and (max-width: 768px) {
  /* line 197, ../sass/style.scss */
  #contents #menu-wrap .menu-area .menu-inner ul.sns-link-list li {
    margin-left: 4vw;
  }
}
/* line 211, ../sass/style.scss */
#contents #menu-wrap .menu-area .menu-inner ul.sns-link-list li a {
  display: flex;
  transition: 0.4s;
  transform: translate(0, 4vw);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  /* line 211, ../sass/style.scss */
  #contents #menu-wrap .menu-area .menu-inner ul.sns-link-list li a {
    transform: translate(0, 106%);
  }
}
/* line 219, ../sass/style.scss */
#contents #menu-wrap .menu-area .menu-inner ul.sns-link-list li a img {
  display: block;
  width: 3.8vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 219, ../sass/style.scss */
  #contents #menu-wrap .menu-area .menu-inner ul.sns-link-list li a img {
    width: 14.35vw;
    height: auto;
  }
}
/* line 233, ../sass/style.scss */
#contents #menu-wrap.on {
  opacity: 1;
  pointer-events: auto;
}
/* line 236, ../sass/style.scss */
#contents #menu-wrap.on .menu-ovl {
  opacity: 1;
}
/* line 239, ../sass/style.scss */
#contents #menu-wrap.on .menu-area {
  transition-delay: 0.2s;
  transform: translate(0, 0);
}
/* line 242, ../sass/style.scss */
#contents #menu-wrap.on .menu-area .menu-close-btn-sp {
  transition-delay: 0.8s;
  opacity: 1;
}
/* line 247, ../sass/style.scss */
#contents #menu-wrap.on .menu-area .menu-inner .menu-close-btn-pc {
  transition-delay: 0.8s;
  opacity: 1;
}
/* line 253, ../sass/style.scss */
#contents #menu-wrap.on .menu-area .menu-inner ul.page-link li a {
  transition-delay: 0.6s;
  transform: translate(0, 0vw);
}
/* line 264, ../sass/style.scss */
#contents #menu-wrap.on .menu-area .menu-inner ul.lang-btn li a {
  transition-delay: 0.6s;
  transform: translate(0, 0vw);
}
/* line 272, ../sass/style.scss */
#contents #menu-wrap.on .menu-area .menu-inner ul.sns-link-list li a {
  transition-delay: 0.6s;
  transform: translate(0, 0vw);
}
/* line 281, ../sass/style.scss */
#contents #menu-wrap.on.off .menu-ovl {
  transition-delay: 0.6s;
  opacity: 0;
}
/* line 285, ../sass/style.scss */
#contents #menu-wrap.on.off .menu-area {
  transition-delay: 0.4s;
  transform: translate(32.48vw, 0);
}
@media only screen and (max-width: 768px) {
  /* line 285, ../sass/style.scss */
  #contents #menu-wrap.on.off .menu-area {
    transform: translate(90.76vw, 0);
  }
}
/* line 294, ../sass/style.scss */
#contents #menu-wrap.on.off .menu-area .menu-inner ul.page-link li a {
  transition-delay: 0s;
  transform: translate(0, -4vw);
}
@media only screen and (max-width: 768px) {
  /* line 294, ../sass/style.scss */
  #contents #menu-wrap.on.off .menu-area .menu-inner ul.page-link li a {
    transform: translate(0, -106%);
  }
}
/* line 305, ../sass/style.scss */
#contents #menu-wrap.on.off .menu-area .menu-inner ul.lang-btn li a {
  transition-delay: 0s;
  transform: translate(0, -4vw);
}
@media only screen and (max-width: 768px) {
  /* line 305, ../sass/style.scss */
  #contents #menu-wrap.on.off .menu-area .menu-inner ul.lang-btn li a {
    transform: translate(0, -106%);
  }
}
/* line 316, ../sass/style.scss */
#contents #menu-wrap.on.off .menu-area .menu-inner ul.sns-link-list li a {
  transition-delay: 0s;
  transform: translate(0, -4vw);
}
@media only screen and (max-width: 768px) {
  /* line 316, ../sass/style.scss */
  #contents #menu-wrap.on.off .menu-area .menu-inner ul.sns-link-list li a {
    transform: translate(0, -106%);
  }
}
/* line 330, ../sass/style.scss */
#contents .menu-btn {
  position: absolute;
  top: 8vw;
  right: 3.6vw;
  z-index: 100;
  padding-top: 2.4vw;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
}
/* line 339, ../sass/style.scss */
#contents .menu-btn.on {
  opacity: 1;
}
@media (min-width: 769px) {
  /* line 343, ../sass/style.scss */
  #contents .menu-btn.fix {
    top: 0;
    position: fixed;
  }
}
@media only screen and (max-width: 768px) {
  /* line 330, ../sass/style.scss */
  #contents .menu-btn {
    top: 5.4vw;
    right: 5vw;
    padding-top: 0;
    position: fixed;
  }
}
/* line 354, ../sass/style.scss */
#contents .menu-btn .menu-open-btn {
  width: 4.44vw;
  height: 4.44vw;
  border-radius: 2.22vw;
  overflow: hidden;
  cursor: pointer;
  background: #E63680;
  position: relative;
  pointer-events: auto;
  margin-bottom: 0.8vw;
}
@media only screen and (max-width: 768px) {
  /* line 354, ../sass/style.scss */
  #contents .menu-btn .menu-open-btn {
    width: 12.3vw;
    height: 12.3vw;
    border-radius: 6.2vw;
  }
}
/* line 369, ../sass/style.scss */
#contents .menu-btn .menu-open-btn span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 374, ../sass/style.scss */
#contents .menu-btn .menu-open-btn span:before, #contents .menu-btn .menu-open-btn span:after {
  content: '';
  display: block;
  width: 42%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}
/* line 385, ../sass/style.scss */
#contents .menu-btn .menu-open-btn span:before {
  top: 46%;
  transform: translate(-50%, 0);
}
/* line 389, ../sass/style.scss */
#contents .menu-btn .menu-open-btn span:after {
  top: 54%;
  transform: translate(-50%, 0);
}
/* line 395, ../sass/style.scss */
#contents .menu-btn ul.btn-lang-menu {
  width: 4.44vw;
  height: 4.44vw;
  border-radius: 2.22vw;
  background: #fff;
  overflow: hidden;
  pointer-events: auto;
  padding-top: 0.8vw;
}
@media (min-width: 769px) {
  /* line 395, ../sass/style.scss */
  #contents .menu-btn ul.btn-lang-menu {
    transition: 0.4s;
  }
  /* line 405, ../sass/style.scss */
  #contents .menu-btn ul.btn-lang-menu:hover {
    height: 13.34vw;
  }
}
@media only screen and (max-width: 768px) {
  /* line 395, ../sass/style.scss */
  #contents .menu-btn ul.btn-lang-menu {
    width: 12.3vw;
    height: 12.3vw;
    border-radius: 6.2vw;
    position: absolute;
    top: 0;
    left: -14.7vw;
    padding-top: 1.5vw;
  }
}
/* line 418, ../sass/style.scss */
#contents .menu-btn ul.btn-lang-menu li {
  width: 4.44vw;
  height: 2.94vw;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  /* line 418, ../sass/style.scss */
  #contents .menu-btn ul.btn-lang-menu li {
    width: 12.3vw;
    height: 9.3vw;
    pointer-events: none;
  }
}
/* line 427, ../sass/style.scss */
#contents .menu-btn ul.btn-lang-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: 'Boska', serif;
  font-weight: 700;
  color: #E63680;
  font-size: 1.38vw;
  line-height: 118%;
}
@media only screen and (max-width: 768px) {
  /* line 427, ../sass/style.scss */
  #contents .menu-btn ul.btn-lang-menu li a {
    font-size: 4.1vw;
  }
}
/* line 443, ../sass/style.scss */
#contents .menu-btn ul.btn-lang-menu li.tw a, #contents .menu-btn ul.btn-lang-menu li.cn a {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 1.11vw;
}
@media only screen and (max-width: 768px) {
  /* line 443, ../sass/style.scss */
  #contents .menu-btn ul.btn-lang-menu li.tw a, #contents .menu-btn ul.btn-lang-menu li.cn a {
    font-size: 3.07vw;
  }
}
@media only screen and (max-width: 768px) {
  /* line 395, ../sass/style.scss */
  #contents .menu-btn ul.btn-lang-menu {
    transition: 0.4s;
  }
  /* line 455, ../sass/style.scss */
  #contents .menu-btn ul.btn-lang-menu.open {
    height: 41.7vw;
  }
  /* line 457, ../sass/style.scss */
  #contents .menu-btn ul.btn-lang-menu.open li {
    pointer-events: auto;
  }
}

@keyframes visual_slide_loop {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(100%);
  }
}
/* line 475, ../sass/style.scss */
#visual {
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 900;
  position: relative;
}
@media only screen and (max-width: 768px) {
  /* line 475, ../sass/style.scss */
  #visual {
    aspect-ratio: 390 / 795;
  }
}
/* line 483, ../sass/style.scss */
#visual .visual-logo {
  position: absolute;
  top: 4.2vw;
  right: 3.8vw;
  opacity: 0;
  transition: opacity 0.4s;
}
@media only screen and (max-width: 768px) {
  /* line 483, ../sass/style.scss */
  #visual .visual-logo {
    left: 3.8vw;
    top: 6.5vw;
    right: auto;
  }
}
/* line 495, ../sass/style.scss */
#visual .visual-logo a img {
  display: block;
  width: 19.44vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 495, ../sass/style.scss */
  #visual .visual-logo a img {
    width: 51.28vw;
  }
}
/* line 504, ../sass/style.scss */
#visual .visual-logo.on {
  opacity: 1;
}
/* line 508, ../sass/style.scss */
#visual a.btn-hyosan-instagram {
  display: block;
  position: absolute;
  width: 20.69vw;
  aspect-ratio: 298 / 108;
  background: url(../img/btn_visual_instagram_pc.png) center center no-repeat;
  background-size: 100% 100%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 50;
  right: 3vw;
  bottom: 11vw;
  opacity: 0;
}
/* line 522, ../sass/style.scss */
#visual a.btn-hyosan-instagram.on {
  opacity: 1;
}
@media (min-width: 769px) {
  /* line 525, ../sass/style.scss */
  #visual a.btn-hyosan-instagram.on:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 768px) {
  /* line 508, ../sass/style.scss */
  #visual a.btn-hyosan-instagram {
    width: 71.02vw;
    aspect-ratio: 277 / 120;
    background: url(../img/btn_visual_instagram_sp.png) center center no-repeat;
    background-size: 100% 100%;
    right: 14.9vw;
    bottom: -0.9vw;
  }
}
/* line 539, ../sass/style.scss */
#visual .aboutme-btn {
  width: 16.66vw;
  height: 4.44vw;
  position: absolute;
  background: #fff;
  border-radius: 2.22vw;
  font-size: 1.25vw;
  color: #E63680;
  font-family: 'Boska', serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-left: 2.5vw;
  top: 38.6vw;
  left: 4vw;
  z-index: 10;
  cursor: pointer;
  transition: opacity 0.4s;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  /* line 539, ../sass/style.scss */
  #visual .aboutme-btn {
    width: 61.53vw;
    height: 12.3vw;
    top: 121.5vw;
    left: 17.8vw;
    border-radius: 6.2vw;
    font-size: 3.8vw;
    padding-left: 6.5vw;
  }
}
/* line 567, ../sass/style.scss */
#visual .aboutme-btn.on {
  opacity: 1;
}
@media (min-width: 769px) {
  /* line 570, ../sass/style.scss */
  #visual .aboutme-btn.on:hover {
    opacity: 0.6;
  }
}
/* line 575, ../sass/style.scss */
#visual .aboutme-btn:after {
  content: '';
  display: block;
  width: 0.69vw;
  height: 0.9vw;
  background: url(../img/btn_arrow.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 2.52vw;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 768px) {
  /* line 575, ../sass/style.scss */
  #visual .aboutme-btn:after {
    width: 2vw;
    height: 2.56vw;
    right: 6.52vw;
  }
}
/* line 593, ../sass/style.scss */
#visual .bg-text1 {
  display: block;
  width: 45.97vw;
  height: auto;
  aspect-ratio: 662 / 319;
  background: url(../img/pict_text_jp_osaka.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -2.3%;
  left: -1.5%;
  z-index: 1;
  transition: 1.2s;
  opacity: 0;
  filter: blur(5vw);
}
@media only screen and (max-width: 768px) {
  /* line 593, ../sass/style.scss */
  #visual .bg-text1 {
    width: 108.07vw;
    top: 24.2vw;
    left: -7.1vw;
  }
}
/* line 612, ../sass/style.scss */
#visual .bg-text1.on {
  opacity: 1;
  filter: blur(0);
}
/* line 617, ../sass/style.scss */
#visual .bg-text2 {
  content: '';
  display: block;
  width: 61.45vw;
  height: auto;
  aspect-ratio: 885 / 285;
  background: url(../img/pict_text_jp_shinsaibashi.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -2.3%;
  right: -2.6%;
  z-index: 1;
  transition: 1.2s;
  opacity: 0;
  filter: blur(5vw);
}
@media only screen and (max-width: 768px) {
  /* line 617, ../sass/style.scss */
  #visual .bg-text2 {
    width: 101.65vw;
    bottom: auto;
    top: 137vw;
    right: -3.5%;
  }
}
/* line 638, ../sass/style.scss */
#visual .bg-text2.on {
  opacity: 1;
  filter: blur(0);
}
/* line 643, ../sass/style.scss */
#visual .visual-img-hyo-fix {
  position: fixed;
  top: 17.7vw;
  left: 9.2vw;
  z-index: 10;
  opacity: 1;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  /* line 643, ../sass/style.scss */
  #visual .visual-img-hyo-fix {
    top: 53.9vw;
    left: -8.8vw;
    position: absolute;
  }
}
/* line 655, ../sass/style.scss */
#visual .visual-img-hyo-fix img {
  display: block;
  width: 35.78vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 655, ../sass/style.scss */
  #visual .visual-img-hyo-fix img {
    width: 71.79vw;
  }
}
/* line 663, ../sass/style.scss */
#visual .visual-img-hyo-fix.off {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  /* line 663, ../sass/style.scss */
  #visual .visual-img-hyo-fix.off {
    opacity: 1;
  }
}
/* line 670, ../sass/style.scss */
#visual .visual-img-hyo {
  position: absolute;
  top: 40.6vw;
  left: 9.2vw;
  z-index: 10;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  /* line 670, ../sass/style.scss */
  #visual .visual-img-hyo {
    top: 113.4vw;
    left: -8.7vw;
    display: none;
  }
}
/* line 681, ../sass/style.scss */
#visual .visual-img-hyo img {
  display: block;
  width: 35.78vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 681, ../sass/style.scss */
  #visual .visual-img-hyo img {
    width: 71.79vw;
  }
}
/* line 689, ../sass/style.scss */
#visual .visual-img-hyo.off {
  opacity: 0;
}
/* line 693, ../sass/style.scss */
#visual .visual-text-1 {
  font-family: 'Boska', serif;
  font-weight: 700;
  color: #E63680;
  font-size: 10.51vw;
  line-height: 118%;
  position: absolute;
  top: 1.9%;
  left: 4%;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  /* line 693, ../sass/style.scss */
  #visual .visual-text-1 {
    font-size: 13.33vw;
    top: 30.9vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 768px) {
  /* line 710, ../sass/style.scss */
  #visual .visual-text-1 .text-item span {
    white-space: nowrap;
  }
}
/* line 715, ../sass/style.scss */
#visual .visual-text-1 .text-item:nth-child(2) {
  transform: translate(0, -2.2vw);
}
@media only screen and (max-width: 768px) {
  /* line 715, ../sass/style.scss */
  #visual .visual-text-1 .text-item:nth-child(2) {
    transform: translate(0, -17%);
  }
}
/* line 723, ../sass/style.scss */
#visual .visual-text-2 {
  font-family: 'Boska', serif;
  font-weight: 700;
  color: #E63680;
  font-size: 8.31vw;
  line-height: 100%;
  position: absolute;
  text-align: left;
  bottom: 2%;
  right: 4%;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  /* line 723, ../sass/style.scss */
  #visual .visual-text-2 {
    font-size: 9.74vw;
    bottom: auto;
    top: 140.1vw;
    z-index: 15;
  }
}
@media only screen and (max-width: 768px) {
  /* line 740, ../sass/style.scss */
  #visual .visual-text-2 .text-item {
    text-align: center;
  }
}
@media (min-width: 769px) {
  /* line 744, ../sass/style.scss */
  #visual .visual-text-2 .text-item span.sp-item {
    display: none;
  }
}
/* line 751, ../sass/style.scss */
#visual .visual-text-3 {
  font-family: 'Boska', serif;
  font-weight: 700;
  color: #fff;
  font-size: 14.71vw;
  line-height: 104%;
  position: absolute;
  top: 34.6%;
  left: 4%;
  z-index: 15;
}
@media only screen and (max-width: 768px) {
  /* line 751, ../sass/style.scss */
  #visual .visual-text-3 {
    text-align: center;
    font-size: 25.64vw;
    top: 65.5vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
/* line 772, ../sass/style.scss */
#visual .text-animation.visual-text-1 .text-item span {
  transform: translate(0, 12vw);
}
@media only screen and (max-width: 768px) {
  /* line 772, ../sass/style.scss */
  #visual .text-animation.visual-text-1 .text-item span {
    transform: translate(0, 106%);
  }
}
/* line 782, ../sass/style.scss */
#visual .text-animation.visual-text-3 .text-item span {
  transform: translate(0, 15vw);
}
@media only screen and (max-width: 768px) {
  /* line 782, ../sass/style.scss */
  #visual .text-animation.visual-text-3 .text-item span {
    transform: translate(0, 106%);
  }
}
/* line 790, ../sass/style.scss */
#visual .text-animation .text-item {
  overflow: hidden;
}
/* line 792, ../sass/style.scss */
#visual .text-animation .text-item span {
  display: block;
  transition: 0.4s;
  transition-delay: 0;
  transform: translate(0, 10vw);
}
/* line 801, ../sass/style.scss */
#visual .text-animation.on .text-item span {
  transition-delay: 0s;
  transform: translate(0, 0px);
}
/* line 808, ../sass/style.scss */
#visual .slide-photo {
  position: absolute;
  top: 22.1vw;
  width: 120%;
  transform: translate(-10%, 0) rotate(-6deg);
}
@media only screen and (max-width: 768px) {
  /* line 808, ../sass/style.scss */
  #visual .slide-photo {
    top: 73.5vw;
  }
}
/* line 816, ../sass/style.scss */
#visual .slide-photo .slide-wrap {
  transition: 1.2s;
  transform: translate(-100%, 0);
}
/* line 820, ../sass/style.scss */
#visual .slide-photo .slide-wrap .visual-slide li {
  padding: 0 0.8vw;
}
@media only screen and (max-width: 768px) {
  /* line 820, ../sass/style.scss */
  #visual .slide-photo .slide-wrap .visual-slide li {
    padding: 0 1.8vw;
  }
}
/* line 825, ../sass/style.scss */
#visual .slide-photo .slide-wrap .visual-slide li img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 834, ../sass/style.scss */
#visual .slide-photo.on .slide-wrap {
  transform: translate(0%, 0);
}
/* line 867, ../sass/style.scss */
#visual .visual-arrow {
  width: 2.5vw;
  height: 5.41vw;
  position: absolute;
  bottom: 3.8vw;
  left: 3.4vw;
  background: url(../img/pict_arrow.png) center center no-repeat;
  background-size: 100% 100%;
  z-index: 5;
  transition: 0.6s opacity;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  /* line 867, ../sass/style.scss */
  #visual .visual-arrow {
    width: 6.15vw;
    height: 13.33vw;
    left: auto;
    top: 131.4vw;
    bottom: auto;
    right: 5.8vw;
    background: url(../img/pict_arrow.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
/* line 888, ../sass/style.scss */
#visual .visual-arrow.on {
  opacity: 1;
}

/* line 894, ../sass/style.scss */
#contents-body {
  padding: 24vw 0 0;
}
@media only screen and (max-width: 768px) {
  /* line 894, ../sass/style.scss */
  #contents-body {
    padding: 9vw 0 0;
  }
}
/* line 899, ../sass/style.scss */
#contents-body .c-slide-photo {
  position: relative;
  z-index: 2;
}
/* line 905, ../sass/style.scss */
#contents-body .c-slide-photo ul li {
  padding: 0 0.8vw;
}
@media only screen and (max-width: 768px) {
  /* line 905, ../sass/style.scss */
  #contents-body .c-slide-photo ul li {
    padding: 0 1.4vw;
  }
}
/* line 910, ../sass/style.scss */
#contents-body .c-slide-photo ul li img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 920, ../sass/style.scss */
section {
  position: relative;
}
/* line 922, ../sass/style.scss */
section#floor-guide {
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 1474;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  /* line 922, ../sass/style.scss */
  section#floor-guide {
    aspect-ratio: 390 / 1380;
  }
}
/* line 930, ../sass/style.scss */
body.en section#floor-guide, body.cn section#floor-guide, body.tw section#floor-guide {
  aspect-ratio: 1440 / 1250;
}
@media only screen and (max-width: 768px) {
  /* line 930, ../sass/style.scss */
  body.en section#floor-guide, body.cn section#floor-guide, body.tw section#floor-guide {
    aspect-ratio: 390 / 1180;
  }
}
/* line 936, ../sass/style.scss */
section#floor-guide .title {
  font-family: 'Boska', serif;
  font-weight: 700;
  color: #E63680;
  font-size: 8.3vw;
  line-height: 100%;
  position: absolute;
  top: 10.7%;
  left: 4%;
  z-index: 15;
}
@media only screen and (max-width: 768px) {
  /* line 936, ../sass/style.scss */
  section#floor-guide .title {
    font-size: 16.41vw;
    top: 6.2%;
    left: 4%;
  }
}
/* line 951, ../sass/style.scss */
section#floor-guide .title > div {
  overflow: hidden;
}
/* line 953, ../sass/style.scss */
section#floor-guide .title > div span {
  display: block;
  transition: 0.4s;
  transition-delay: 0.4s;
  transform: translate(0, 10vw);
}
@media only screen and (max-width: 768px) {
  /* line 953, ../sass/style.scss */
  section#floor-guide .title > div span {
    transform: translate(0, 106%);
  }
}
/* line 965, ../sass/style.scss */
section#floor-guide .title.on > div span {
  transform: translate(0, 0vw);
}
/* line 972, ../sass/style.scss */
section#floor-guide #floor-1 {
  position: absolute;
  left: 20.48%;
  top: 47.69%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  /* line 972, ../sass/style.scss */
  section#floor-guide #floor-1 {
    left: auto;
    right: 0;
    top: 57.59%;
  }
}
/* line 982, ../sass/style.scss */
body.en section#floor-guide #floor-1, body.cn section#floor-guide #floor-1, body.tw section#floor-guide #floor-1 {
  top: 36.19%;
}
@media only screen and (max-width: 768px) {
  /* line 982, ../sass/style.scss */
  body.en section#floor-guide #floor-1, body.cn section#floor-guide #floor-1, body.tw section#floor-guide #floor-1 {
    top: 51.19%;
  }
}
/* line 988, ../sass/style.scss */
section#floor-guide #floor-1 .floor-img {
  display: block;
  width: 60.06vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 988, ../sass/style.scss */
  section#floor-guide #floor-1 .floor-img {
    width: 99.74vw;
  }
}
/* line 996, ../sass/style.scss */
section#floor-guide #floor-1 .f-tit {
  top: 39.3%;
  left: -13.2%;
}
@media only screen and (max-width: 768px) {
  /* line 996, ../sass/style.scss */
  section#floor-guide #floor-1 .f-tit {
    top: 9.9%;
    left: 5.5%;
  }
}
/* line 1003, ../sass/style.scss */
body.en section#floor-guide #floor-1 .f-tit, body.cn section#floor-guide #floor-1 .f-tit, body.tw section#floor-guide #floor-1 .f-tit {
  top: 43%;
  left: -13%;
}
@media only screen and (max-width: 768px) {
  /* line 1003, ../sass/style.scss */
  body.en section#floor-guide #floor-1 .f-tit, body.cn section#floor-guide #floor-1 .f-tit, body.tw section#floor-guide #floor-1 .f-tit {
    top: 11%;
    left: 5.4%;
  }
}
/* line 1012, ../sass/style.scss */
section#floor-guide #floor-1 .item {
  display: block;
  transition: opacity 0.8s;
  opacity: 0;
  position: absolute;
  z-index: 5;
}
/* line 1018, ../sass/style.scss */
section#floor-guide #floor-1 .item.floor-item1 {
  top: 45.4%;
  left: -26.3%;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 768px) {
  /* line 1018, ../sass/style.scss */
  section#floor-guide #floor-1 .item.floor-item1 {
    top: -14.4%;
    left: 35.5%;
  }
}
/* line 1026, ../sass/style.scss */
section#floor-guide #floor-1 .item.floor-item1 img {
  width: 29.58vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 1026, ../sass/style.scss */
  section#floor-guide #floor-1 .item.floor-item1 img {
    width: 55.64vw;
    height: auto;
  }
}
/* line 1035, ../sass/style.scss */
section#floor-guide #floor-1 .item.floor-item2 {
  top: 56.4%;
  left: 30.8%;
  transition-delay: 0.6s;
}
@media only screen and (max-width: 768px) {
  /* line 1035, ../sass/style.scss */
  section#floor-guide #floor-1 .item.floor-item2 {
    top: 57.8%;
    left: 13.5%;
  }
}
/* line 1043, ../sass/style.scss */
section#floor-guide #floor-1 .item.floor-item2 img {
  width: 14.37vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 1043, ../sass/style.scss */
  section#floor-guide #floor-1 .item.floor-item2 img {
    width: 31.02vw;
    height: auto;
  }
}
/* line 1052, ../sass/style.scss */
section#floor-guide #floor-1 .item.floor-item3 {
  top: 36.7%;
  left: 57.6%;
  transition-delay: 0.9s;
}
@media only screen and (max-width: 768px) {
  /* line 1052, ../sass/style.scss */
  section#floor-guide #floor-1 .item.floor-item3 {
    top: 35.3%;
    left: 45.4%;
  }
}
/* line 1060, ../sass/style.scss */
section#floor-guide #floor-1 .item.floor-item3 img {
  width: 22.56vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 1060, ../sass/style.scss */
  section#floor-guide #floor-1 .item.floor-item3 img {
    width: 43.58vw;
    height: auto;
  }
}
/* line 1071, ../sass/style.scss */
section#floor-guide #floor-1.on .item {
  opacity: 1;
}
/* line 1076, ../sass/style.scss */
section#floor-guide #floor-2 {
  position: absolute;
  left: 26.73%;
  top: 26.59%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  /* line 1076, ../sass/style.scss */
  section#floor-guide #floor-2 {
    left: auto;
    right: 0;
    top: 34.39%;
  }
}
/* line 1086, ../sass/style.scss */
body.en section#floor-guide #floor-2, body.cn section#floor-guide #floor-2, body.tw section#floor-guide #floor-2 {
  top: 10.99%;
}
@media only screen and (max-width: 768px) {
  /* line 1086, ../sass/style.scss */
  body.en section#floor-guide #floor-2, body.cn section#floor-guide #floor-2, body.tw section#floor-guide #floor-2 {
    left: auto;
    right: 0;
    top: 24.49%;
  }
}
/* line 1094, ../sass/style.scss */
section#floor-guide #floor-2 .floor-img {
  display: block;
  width: 60.0vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 1094, ../sass/style.scss */
  section#floor-guide #floor-2 .floor-img {
    width: 105.3vw;
  }
}
/* line 1102, ../sass/style.scss */
section#floor-guide #floor-2 .f-tit {
  top: 27.7%;
  left: -3.4%;
}
@media only screen and (max-width: 768px) {
  /* line 1102, ../sass/style.scss */
  section#floor-guide #floor-2 .f-tit {
    top: 10.8%;
    left: 10.2%;
  }
}
/* line 1109, ../sass/style.scss */
body.en section#floor-guide #floor-2 .f-tit, body.cn section#floor-guide #floor-2 .f-tit, body.tw section#floor-guide #floor-2 .f-tit {
  top: -2.3%;
  left: 43.6%;
}
@media only screen and (max-width: 768px) {
  /* line 1109, ../sass/style.scss */
  body.en section#floor-guide #floor-2 .f-tit, body.cn section#floor-guide #floor-2 .f-tit, body.tw section#floor-guide #floor-2 .f-tit {
    top: 10.5%;
    left: 9.4%;
  }
}
/* line 1118, ../sass/style.scss */
section#floor-guide #floor-2 .item {
  display: block;
  transition: opacity 0.8s;
  position: absolute;
  opacity: 0;
  z-index: 5;
}
/* line 1124, ../sass/style.scss */
section#floor-guide #floor-2 .item.floor-item1 {
  top: 0.8%;
  left: 16.4%;
  transition-delay: 0.3s;
}
/* line 1128, ../sass/style.scss */
body.en section#floor-guide #floor-2 .item.floor-item1, body.cn section#floor-guide #floor-2 .item.floor-item1, body.tw section#floor-guide #floor-2 .item.floor-item1 {
  top: 2%;
  left: 13.7%;
}
@media only screen and (max-width: 768px) {
  /* line 1128, ../sass/style.scss */
  body.en section#floor-guide #floor-2 .item.floor-item1, body.cn section#floor-guide #floor-2 .item.floor-item1, body.tw section#floor-guide #floor-2 .item.floor-item1 {
    top: -20.2%;
    left: 18.3%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1124, ../sass/style.scss */
  section#floor-guide #floor-2 .item.floor-item1 {
    top: -20.2%;
    left: 19%;
  }
}
/* line 1140, ../sass/style.scss */
section#floor-guide #floor-2 .item.floor-item1 img {
  width: 17.15vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 1140, ../sass/style.scss */
  section#floor-guide #floor-2 .item.floor-item1 img {
    width: 37.69vw;
  }
}
/* line 1148, ../sass/style.scss */
section#floor-guide #floor-2 .item.floor-item2 {
  top: 14.1%;
  left: 58%;
  transition-delay: 0.6s;
}
@media only screen and (max-width: 768px) {
  /* line 1148, ../sass/style.scss */
  section#floor-guide #floor-2 .item.floor-item2 {
    top: -15.4%;
    left: 53.7%;
  }
}
/* line 1156, ../sass/style.scss */
section#floor-guide #floor-2 .item.floor-item2 img {
  width: 33.68vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 1156, ../sass/style.scss */
  section#floor-guide #floor-2 .item.floor-item2 img {
    width: 43.33vw;
  }
}
/* line 1164, ../sass/style.scss */
section#floor-guide #floor-2 .item.floor-item3 {
  top: 44%;
  left: -25%;
  transition-delay: 0.9s;
}
@media only screen and (max-width: 768px) {
  /* line 1164, ../sass/style.scss */
  section#floor-guide #floor-2 .item.floor-item3 {
    top: 70.1%;
    left: 10.3%;
  }
}
/* line 1172, ../sass/style.scss */
section#floor-guide #floor-2 .item.floor-item3 img {
  width: 28.54vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 1172, ../sass/style.scss */
  section#floor-guide #floor-2 .item.floor-item3 img {
    width: 32.05vw;
  }
}
/* line 1180, ../sass/style.scss */
section#floor-guide #floor-2 .item.floor-item4 {
  top: 42.3%;
  left: 75.9%;
  transition-delay: 1.2s;
}
@media only screen and (max-width: 768px) {
  /* line 1180, ../sass/style.scss */
  section#floor-guide #floor-2 .item.floor-item4 {
    top: 41.6%;
    left: 62.1%;
  }
}
/* line 1188, ../sass/style.scss */
section#floor-guide #floor-2 .item.floor-item4 img {
  width: 21.94vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 1188, ../sass/style.scss */
  section#floor-guide #floor-2 .item.floor-item4 img {
    width: 33.07vw;
  }
}
/* line 1198, ../sass/style.scss */
section#floor-guide #floor-2.on .item {
  opacity: 1;
}
/* line 1203, ../sass/style.scss */
section#floor-guide #floor-3 {
  position: absolute;
  left: 51.73%;
  top: 8.14%;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  /* line 1203, ../sass/style.scss */
  section#floor-guide #floor-3 {
    left: auto;
    right: 0;
    top: 17.44%;
  }
}
/* line 1213, ../sass/style.scss */
section#floor-guide #floor-3 .floor-img {
  display: block;
  width: 43.54vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 1213, ../sass/style.scss */
  section#floor-guide #floor-3 .floor-img {
    width: 74.35vw;
  }
}
/* line 1221, ../sass/style.scss */
section#floor-guide #floor-3 .f-tit {
  top: 16.7%;
  left: -12.3%;
}
@media only screen and (max-width: 768px) {
  /* line 1221, ../sass/style.scss */
  section#floor-guide #floor-3 .f-tit {
    top: 7.8%;
    left: -25.7%;
  }
}
/* line 1228, ../sass/style.scss */
section#floor-guide #floor-3 .f-tit .f-num {
  padding-bottom: 0.8vw;
}
@media only screen and (max-width: 768px) {
  /* line 1228, ../sass/style.scss */
  section#floor-guide #floor-3 .f-tit .f-num {
    padding-bottom: 1.8vw;
  }
}
/* line 1237, ../sass/style.scss */
section#floor-guide .floor-col .floor-img {
  transition: 0.8s;
  opacity: 0;
  position: relative;
  z-index: 1;
}
/* line 1243, ../sass/style.scss */
section#floor-guide .floor-col .f-tit {
  font-family: 'Boska', serif;
  font-weight: 700;
  color: #E63680;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 5;
}
/* line 1251, ../sass/style.scss */
section#floor-guide .floor-col .f-tit .f-name {
  font-size: 2.22vw;
  line-height: 100%;
  padding-bottom: 0.3vw;
}
@media only screen and (max-width: 768px) {
  /* line 1251, ../sass/style.scss */
  section#floor-guide .floor-col .f-tit .f-name {
    font-size: 4.6vw;
    padding-bottom: 1.4vw;
  }
}
/* line 1260, ../sass/style.scss */
section#floor-guide .floor-col .f-tit .f-num {
  font-size: 5.55vw;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  /* line 1260, ../sass/style.scss */
  section#floor-guide .floor-col .f-tit .f-num {
    font-size: 12.3vw;
  }
}
/* line 1267, ../sass/style.scss */
section#floor-guide .floor-col .f-tit .f-jp {
  font-family: "Hina Mincho", serif;
  aspect-ratio: 78 / 27;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.41vw;
  height: auto;
  font-size: 0.962vw;
  color: #E63680;
}
@media only screen and (max-width: 768px) {
  /* line 1267, ../sass/style.scss */
  section#floor-guide .floor-col .f-tit .f-jp {
    aspect-ratio: 54 / 23;
    width: 13.84vw;
    font-size: 2.82vw;
  }
}
/* line 1286, ../sass/style.scss */
section#floor-guide .floor-col.on .floor-img {
  opacity: 1;
}
/* line 1291, ../sass/style.scss */
section#floor-guide .floor-hyosan {
  width: 37.01vw;
  height: 72%;
  position: absolute;
  right: -5.4vw;
  bottom: 0;
  pointer-events: none;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  /* line 1291, ../sass/style.scss */
  section#floor-guide .floor-hyosan {
    width: 81.28vw;
    height: auto;
    right: 7.4vw;
  }
}
/* line 1305, ../sass/style.scss */
section#floor-guide img.img-floor-hyosan {
  display: block;
  width: 37.01vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 1305, ../sass/style.scss */
  section#floor-guide img.img-floor-hyosan {
    width: 81.28vw;
  }
}
@media (min-width: 769px) {
  /* line 1313, ../sass/style.scss */
  section#floor-guide img.img-floor-hyosan.fix {
    position: fixed;
    top: auto;
    bottom: 0;
  }
  /* line 1318, ../sass/style.scss */
  section#floor-guide img.img-floor-hyosan.top {
    position: absolute;
    top: 0;
    bottom: auto;
  }
  /* line 1323, ../sass/style.scss */
  section#floor-guide img.img-floor-hyosan.bottom {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
/* line 1330, ../sass/style.scss */
section#floor-guide .floor-img-text {
  width: 37.73vw;
  height: 34.95vw;
  background: url(../img/pict_text_jp_floor.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -1.8vw;
  left: 0;
}
@media only screen and (max-width: 768px) {
  /* line 1330, ../sass/style.scss */
  section#floor-guide .floor-img-text {
    width: 75.13vw;
    height: 72.41vw;
    left: auto;
    top: -5.5vw;
    right: -11vw;
    background: url(../img/pict_text_jp_floor_sp.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
/* line 1349, ../sass/style.scss */
section#online-shopping {
  background: #fff;
  padding: 11.11vw 4.44vw 8vw;
}
@media only screen and (max-width: 768px) {
  /* line 1349, ../sass/style.scss */
  section#online-shopping {
    padding: 11.11vw 4.44vw 13vw;
  }
}
/* line 1356, ../sass/style.scss */
section#online-shopping .sec-inner .title {
  font-family: 'Boska', serif;
  font-weight: 700;
  color: #E63680;
  font-size: 6.66vw;
  line-height: 118%;
  margin-bottom: 3.12vw;
}
@media only screen and (max-width: 768px) {
  /* line 1356, ../sass/style.scss */
  section#online-shopping .sec-inner .title {
    font-size: 16.41vw;
    margin-bottom: 4.12vw;
  }
}
/* line 1367, ../sass/style.scss */
section#online-shopping .sec-inner .title > div {
  overflow: hidden;
}
/* line 1369, ../sass/style.scss */
section#online-shopping .sec-inner .title > div span {
  display: block;
  transition: 0.4s;
  transition-delay: 0.4s;
  transform: translate(0, 10vw);
}
@media only screen and (max-width: 768px) {
  /* line 1369, ../sass/style.scss */
  section#online-shopping .sec-inner .title > div span {
    transform: translate(0, 106%);
  }
}
@media only screen and (max-width: 768px) {
  /* line 1379, ../sass/style.scss */
  section#online-shopping .sec-inner .title > div.tp {
    transform: translate(0, -2.9vw);
  }
}
/* line 1386, ../sass/style.scss */
section#online-shopping .sec-inner .title.on > div span {
  transform: translate(0, 0vw);
}
/* line 1392, ../sass/style.scss */
section#online-shopping .sec-inner .shop-item-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 1396, ../sass/style.scss */
section#online-shopping .sec-inner .shop-item-list li {
  width: 21.22vw;
  margin-bottom: 1.56vw;
}
@media only screen and (max-width: 768px) {
  /* line 1396, ../sass/style.scss */
  section#online-shopping .sec-inner .shop-item-list li {
    width: 47.82%;
    margin-bottom: 3.56vw;
  }
}
/* line 1411, ../sass/style.scss */
section#online-shopping .sec-inner .shop-item-list li img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 1448, ../sass/style.scss */
section#online-shopping .sec-inner .item-text p {
  font-size: 1.06vw;
  padding-bottom: 3.12vw;
}
@media only screen and (max-width: 768px) {
  /* line 1448, ../sass/style.scss */
  section#online-shopping .sec-inner .item-text p {
    font-size: 3.13vw;
    line-height: 200%;
    padding-bottom: 6.22vw;
    padding-top: 1.4vw;
  }
}
/* line 1460, ../sass/style.scss */
section#online-shopping .sec-inner .btn-online-shopping a {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  color: #fff;
  background: #E63680;
  padding: 1.8vw;
}
@media only screen and (max-width: 768px) {
  /* line 1460, ../sass/style.scss */
  section#online-shopping .sec-inner .btn-online-shopping a {
    padding: 4.2vw;
  }
}
/* line 1471, ../sass/style.scss */
section#online-shopping .sec-inner .btn-online-shopping a span {
  font-size: 1.66vw;
}
@media only screen and (max-width: 768px) {
  /* line 1471, ../sass/style.scss */
  section#online-shopping .sec-inner .btn-online-shopping a span {
    font-size: 4.1vw;
  }
}
/* line 1477, ../sass/style.scss */
section#online-shopping .sec-inner .btn-online-shopping a:after {
  content: '';
  display: block;
  width: 3.75vw;
  height: 1.73vw;
  background: url(../img/btn_arrow_w.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 2.22vw;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 768px) {
  /* line 1477, ../sass/style.scss */
  section#online-shopping .sec-inner .btn-online-shopping a:after {
    width: 6.66vw;
    height: 4.1vw;
    right: 5.82vw;
  }
}
/* line 1496, ../sass/style.scss */
section#online-shopping .sec-inner .st {
  font-size: 2.22vw;
  padding: 4.0vw 0 1.78vw;
}
@media only screen and (max-width: 768px) {
  /* line 1496, ../sass/style.scss */
  section#online-shopping .sec-inner .st {
    font-size: 6.15vw;
    padding: 7vw 0 4.28vw;
  }
}
/* line 1504, ../sass/style.scss */
section#online-shopping .sec-inner .hashtag {
  display: flex;
}
/* line 1506, ../sass/style.scss */
section#online-shopping .sec-inner .hashtag li {
  font-size: 1vw;
  background: #F4F4F4;
  padding: 0.8vw 1.6vw;
  margin-right: 1vw;
}
@media only screen and (max-width: 768px) {
  /* line 1506, ../sass/style.scss */
  section#online-shopping .sec-inner .hashtag li {
    font-size: 3.07vw;
    padding: 2.4vw 3.6vw;
    margin-right: 3.1vw;
  }
}
/* line 1518, ../sass/style.scss */
section#online-shopping .sec-inner > p {
  font-size: 1.04vw;
  line-height: 200%;
  padding-top: 2.2vw;
}
@media only screen and (max-width: 768px) {
  /* line 1518, ../sass/style.scss */
  section#online-shopping .sec-inner > p {
    font-size: 3.13vw;
    padding-top: 6.2vw;
  }
}
/* line 1529, ../sass/style.scss */
section#shop-list {
  background: #F7F7F7;
  padding: 8.33vw 4.44vw 8vw;
}
@media only screen and (max-width: 768px) {
  /* line 1529, ../sass/style.scss */
  section#shop-list {
    padding: 17.33vw 4.44vw 12vw;
  }
}
/* line 1535, ../sass/style.scss */
section#shop-list .sec-inner {
  position: relative;
}
/* line 1537, ../sass/style.scss */
section#shop-list .sec-inner.other-shop {
  padding-top: 6.25vw;
}
@media only screen and (max-width: 768px) {
  /* line 1537, ../sass/style.scss */
  section#shop-list .sec-inner.other-shop {
    padding-top: 14.25vw;
  }
}
/* line 1543, ../sass/style.scss */
section#shop-list .sec-inner .obj-shoplist {
  font-family: 'Boska', serif;
  font-weight: 700;
  color: #fff;
  font-size: 10.91vw;
  line-height: 118%;
  position: absolute;
  z-index: 1;
  top: -2.8vw;
  left: 0.1vw;
}
@media only screen and (max-width: 768px) {
  /* line 1543, ../sass/style.scss */
  section#shop-list .sec-inner .obj-shoplist {
    font-size: 25.64vw;
    top: -4.1vw;
    left: -4.9vw;
    white-space: nowrap;
  }
}
/* line 1560, ../sass/style.scss */
section#shop-list .sec-inner .title, section#shop-list .sec-inner .title2 {
  font-size: 2.77vw;
  line-height: 100%;
  margin-bottom: 4.5vw;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  /* line 1560, ../sass/style.scss */
  section#shop-list .sec-inner .title, section#shop-list .sec-inner .title2 {
    font-size: 8.2vw;
    margin-bottom: 11.5vw;
  }
}
/* line 1571, ../sass/style.scss */
section#shop-list .sec-inner .title > div, section#shop-list .sec-inner .title2 > div {
  overflow: hidden;
}
/* line 1573, ../sass/style.scss */
section#shop-list .sec-inner .title > div span, section#shop-list .sec-inner .title2 > div span {
  display: block;
  transition: 0.4s;
  transition-delay: 0.4s;
  transform: translate(0, 10vw);
}
@media only screen and (max-width: 768px) {
  /* line 1573, ../sass/style.scss */
  section#shop-list .sec-inner .title > div span, section#shop-list .sec-inner .title2 > div span {
    transform: translate(0, 100%);
  }
}
/* line 1585, ../sass/style.scss */
section#shop-list .sec-inner .title.on > div span, section#shop-list .sec-inner .title2.on > div span {
  transform: translate(0, 0vw);
}
@media only screen and (max-width: 768px) {
  /* line 1591, ../sass/style.scss */
  section#shop-list .sec-inner .title2 {
    margin-bottom: 3.8vw;
  }
}
/* line 1596, ../sass/style.scss */
section#shop-list .sec-inner .shop-list-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  /* line 1596, ../sass/style.scss */
  section#shop-list .sec-inner .shop-list-item {
    flex-wrap: wrap;
  }
}
/* line 1604, ../sass/style.scss */
section#shop-list .sec-inner .shop-list-item .item {
  width: 49.08%;
  background: #fff;
  padding: 5vw 3.33vw 3.73vw;
  position: relative;
}
@media only screen and (max-width: 768px) {
  /* line 1604, ../sass/style.scss */
  section#shop-list .sec-inner .shop-list-item .item {
    width: 100%;
    padding: 12.8vw 4.03vw 10.13vw;
    margin-bottom: 4.2vw;
  }
}
/* line 1614, ../sass/style.scss */
section#shop-list .sec-inner .shop-list-item .item .item-tag {
  font-size: 1.04vw;
  background: #E4E4E4;
  padding: 0.8vw 1.6vw;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  /* line 1614, ../sass/style.scss */
  section#shop-list .sec-inner .shop-list-item .item .item-tag {
    font-size: 3.07vw;
    padding: 2.2vw 5vw;
  }
}
/* line 1625, ../sass/style.scss */
section#shop-list .sec-inner .shop-list-item .item .item-tag.new {
  background: #E63680;
  color: #fff;
}
/* line 1630, ../sass/style.scss */
section#shop-list .sec-inner .shop-list-item .item .item-tit {
  font-size: 2.77vw;
  line-height: 125%;
  text-align: center;
  margin-bottom: 1.12vw;
}
@media only screen and (max-width: 768px) {
  /* line 1630, ../sass/style.scss */
  section#shop-list .sec-inner .shop-list-item .item .item-tit {
    font-size: 7.17vw;
  }
}
/* line 1639, ../sass/style.scss */
section#shop-list .sec-inner .shop-list-item .item dl {
  font-size: 1.04vw;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 1.31vw;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  /* line 1639, ../sass/style.scss */
  section#shop-list .sec-inner .shop-list-item .item dl {
    font-size: 3.58vw;
    line-height: 175%;
    flex-wrap: wrap;
    padding: 4.61vw 0;
  }
}
/* line 1652, ../sass/style.scss */
section#shop-list .sec-inner .shop-list-item .item dl dt {
  width: 26.09%;
}
@media only screen and (max-width: 768px) {
  /* line 1652, ../sass/style.scss */
  section#shop-list .sec-inner .shop-list-item .item dl dt {
    width: 100%;
  }
}
/* line 1658, ../sass/style.scss */
section#shop-list .sec-inner .shop-list-item .item dl dd {
  width: 73.8%;
}
@media only screen and (max-width: 768px) {
  /* line 1658, ../sass/style.scss */
  section#shop-list .sec-inner .shop-list-item .item dl dd {
    width: 100%;
  }
}
/* line 1665, ../sass/style.scss */
section#shop-list .sec-inner .shop-list-item .item .g-map {
  position: relative;
  padding-top: 51.09%;
  margin-top: 2.22vw;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  /* line 1665, ../sass/style.scss */
  section#shop-list .sec-inner .shop-list-item .item .g-map {
    margin-top: 5.62vw;
  }
}
/* line 1673, ../sass/style.scss */
section#shop-list .sec-inner .shop-list-item .item .g-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 1682, ../sass/style.scss */
section#shop-list .sec-inner .shop-list-item .item .shop-btn {
  display: flex;
  justify-content: space-between;
  padding-top: 2.22vw;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  /* line 1682, ../sass/style.scss */
  section#shop-list .sec-inner .shop-list-item .item .shop-btn {
    padding-top: 5.22vw;
  }
}
/* line 1690, ../sass/style.scss */
section#shop-list .sec-inner .shop-list-item .item .shop-btn li {
  width: 48.6%;
}
/* line 1698, ../sass/style.scss */
section#shop-list .sec-inner .shop-list-item .item .shop-btn li a {
  display: block;
  font-size: 0.9vw;
  border: solid 1px #333;
  color: #333;
  background: #FFF;
  text-align: center;
  padding: 1.2vw 0.8vw;
}
@media only screen and (max-width: 768px) {
  /* line 1698, ../sass/style.scss */
  section#shop-list .sec-inner .shop-list-item .item .shop-btn li a {
    font-size: 3.33vw;
    padding: 4.1vw 0.8vw;
  }
}
/* line 1712, ../sass/style.scss */
section#shop-list .sec-inner .shop-list-item .item .shop-btn li:nth-child(2) a {
  background: #333;
  color: #fff;
}
/* line 1717, ../sass/style.scss */
body.en section#shop-list .sec-inner .shop-list-item .item .shop-btn li, body.tw section#shop-list .sec-inner .shop-list-item .item .shop-btn li, body.cn section#shop-list .sec-inner .shop-list-item .item .shop-btn li {
  width: 100%;
}
/* line 1719, ../sass/style.scss */
body.en section#shop-list .sec-inner .shop-list-item .item .shop-btn li a, body.tw section#shop-list .sec-inner .shop-list-item .item .shop-btn li a, body.cn section#shop-list .sec-inner .shop-list-item .item .shop-btn li a {
  background: #333;
  color: #fff;
}
/* line 1726, ../sass/style.scss */
section#shop-list .sec-inner .shop-list-item .item img.hyosan {
  display: block;
  width: 7.22vw;
  height: auto;
  position: absolute;
  bottom: -0.4vw;
  right: 0.8vw;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  /* line 1726, ../sass/style.scss */
  section#shop-list .sec-inner .shop-list-item .item img.hyosan {
    width: 22.05vw;
    bottom: -0.8vw;
    right: 2.1vw;
  }
}
/* line 1750, ../sass/style.scss */
section#shop-list .sec-inner .other-shop-list .item-shop {
  padding: 2.77vw 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}
/* line 1755, ../sass/style.scss */
section#shop-list .sec-inner .other-shop-list .item-shop:first-of-type {
  padding: 8.27vw 0;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  /* line 1750, ../sass/style.scss */
  section#shop-list .sec-inner .other-shop-list .item-shop {
    flex-wrap: wrap;
    border-bottom: none;
    padding: 8.27vw 0;
  }
  /* line 1763, ../sass/style.scss */
  section#shop-list .sec-inner .other-shop-list .item-shop:first-of-type {
    border-top: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  /* line 1767, ../sass/style.scss */
  section#shop-list .sec-inner .other-shop-list .item-shop:last-of-type {
    padding-bottom: 2.27vw;
  }
}
/* line 1771, ../sass/style.scss */
section#shop-list .sec-inner .other-shop-list .item-shop .img-col {
  width: 36.21%;
}
@media only screen and (max-width: 768px) {
  /* line 1771, ../sass/style.scss */
  section#shop-list .sec-inner .other-shop-list .item-shop .img-col {
    width: 100%;
  }
}
/* line 1776, ../sass/style.scss */
section#shop-list .sec-inner .other-shop-list .item-shop .img-col img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 1782, ../sass/style.scss */
section#shop-list .sec-inner .other-shop-list .item-shop .text-col {
  width: 58.54%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  /* line 1782, ../sass/style.scss */
  section#shop-list .sec-inner .other-shop-list .item-shop .text-col {
    width: 100%;
  }
}
/* line 1788, ../sass/style.scss */
section#shop-list .sec-inner .other-shop-list .item-shop .text-col .tit {
  font-size: 2.22vw;
  padding: 1vw 0;
}
@media only screen and (max-width: 768px) {
  /* line 1788, ../sass/style.scss */
  section#shop-list .sec-inner .other-shop-list .item-shop .text-col .tit {
    font-size: 6.15vw;
    padding: 4.5vw 0 3.7vw;
  }
}
/* line 1796, ../sass/style.scss */
section#shop-list .sec-inner .other-shop-list .item-shop .text-col .txt {
  font-size: 1.04vw;
  line-height: 175%;
}
@media only screen and (max-width: 768px) {
  /* line 1796, ../sass/style.scss */
  section#shop-list .sec-inner .other-shop-list .item-shop .text-col .txt {
    font-size: 3.58vw;
  }
}
/* line 1803, ../sass/style.scss */
section#shop-list .sec-inner .other-shop-list .item-shop .text-col .txt p:first-of-type {
  padding-bottom: 0.8vw;
}
@media only screen and (max-width: 768px) {
  /* line 1803, ../sass/style.scss */
  section#shop-list .sec-inner .other-shop-list .item-shop .text-col .txt p:first-of-type {
    padding-bottom: 2.1vw;
  }
}
/* line 1811, ../sass/style.scss */
section#shop-list .sec-inner .other-shop-list .item-shop .text-col .hashtag {
  display: flex;
  padding: 1.6vw 0 2.7vw;
}
@media only screen and (max-width: 768px) {
  /* line 1811, ../sass/style.scss */
  section#shop-list .sec-inner .other-shop-list .item-shop .text-col .hashtag {
    padding: 4.4vw 0 8.7vw;
  }
}
/* line 1817, ../sass/style.scss */
section#shop-list .sec-inner .other-shop-list .item-shop .text-col .hashtag li {
  font-size: 0.9vw;
  background: #FFF;
  padding: 0.6vw 1.2vw;
  margin-right: 0.8vw;
}
@media only screen and (max-width: 768px) {
  /* line 1817, ../sass/style.scss */
  section#shop-list .sec-inner .other-shop-list .item-shop .text-col .hashtag li {
    font-size: 3.07vw;
    padding: 2.1vw 4.4vw;
    margin-right: 2.8vw;
  }
}
/* line 1829, ../sass/style.scss */
section#shop-list .sec-inner .other-shop-list .item-shop .text-col .shop-btn {
  display: flex;
  justify-content: space-between;
  width: 64.33%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  /* line 1829, ../sass/style.scss */
  section#shop-list .sec-inner .other-shop-list .item-shop .text-col .shop-btn {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }
}
/* line 1842, ../sass/style.scss */
body.en section#shop-list .sec-inner .other-shop-list .item-shop .text-col .shop-btn, body.tw section#shop-list .sec-inner .other-shop-list .item-shop .text-col .shop-btn, body.cn section#shop-list .sec-inner .other-shop-list .item-shop .text-col .shop-btn {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
}
/* line 1847, ../sass/style.scss */
section#shop-list .sec-inner .other-shop-list .item-shop .text-col .shop-btn li {
  width: 48.6%;
}
@media only screen and (max-width: 768px) {
  /* line 1847, ../sass/style.scss */
  section#shop-list .sec-inner .other-shop-list .item-shop .text-col .shop-btn li {
    width: 48.6%;
  }
  /* line 1851, ../sass/style.scss */
  body.en section#shop-list .sec-inner .other-shop-list .item-shop .text-col .shop-btn li {
    width: 100%;
  }
}
/* line 1858, ../sass/style.scss */
section#shop-list .sec-inner .other-shop-list .item-shop .text-col .shop-btn li a {
  display: block;
  font-size: 0.9vw;
  border: solid 1px #333;
  background: #fff;
  color: #333;
  text-align: center;
  padding: 1.2vw 0.8vw;
}
@media only screen and (max-width: 768px) {
  /* line 1858, ../sass/style.scss */
  section#shop-list .sec-inner .other-shop-list .item-shop .text-col .shop-btn li a {
    font-size: 3.33vw;
    padding: 4.1vw 0.8vw;
  }
}
/* line 1872, ../sass/style.scss */
section#shop-list .sec-inner .other-shop-list .item-shop .text-col .shop-btn li:nth-child(2) a {
  background: #333;
  color: #fff;
}
/* line 1877, ../sass/style.scss */
body.en section#shop-list .sec-inner .other-shop-list .item-shop .text-col .shop-btn li, body.tw section#shop-list .sec-inner .other-shop-list .item-shop .text-col .shop-btn li, body.cn section#shop-list .sec-inner .other-shop-list .item-shop .text-col .shop-btn li {
  width: 48.6%;
}
/* line 1879, ../sass/style.scss */
body.en section#shop-list .sec-inner .other-shop-list .item-shop .text-col .shop-btn li a, body.tw section#shop-list .sec-inner .other-shop-list .item-shop .text-col .shop-btn li a, body.cn section#shop-list .sec-inner .other-shop-list .item-shop .text-col .shop-btn li a {
  background: #333;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  /* line 1877, ../sass/style.scss */
  body.en section#shop-list .sec-inner .other-shop-list .item-shop .text-col .shop-btn li, body.tw section#shop-list .sec-inner .other-shop-list .item-shop .text-col .shop-btn li, body.cn section#shop-list .sec-inner .other-shop-list .item-shop .text-col .shop-btn li {
    width: 100%;
  }
}
/* line 1894, ../sass/style.scss */
section#shop-character {
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 973;
  position: relative;
  background: #F3CCDD;
}
@media only screen and (max-width: 768px) {
  /* line 1894, ../sass/style.scss */
  section#shop-character {
    aspect-ratio: 390 / 1232;
  }
  /* line 1902, ../sass/style.scss */
  body.en section#shop-character {
    aspect-ratio: 390 / 1272;
  }
  /* line 1905, ../sass/style.scss */
  body.tw section#shop-character, body.cn section#shop-character {
    aspect-ratio: 390 / 1182;
  }
}
/* line 1909, ../sass/style.scss */
section#shop-character:after {
  content: '';
  display: block;
  width: 37.9vw;
  height: 37.95vw;
  position: absolute;
  bottom: 10.1vw;
  right: 0vw;
  background: url(../img/pict_text_jp_hyo_pc.png) center center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  /* line 1909, ../sass/style.scss */
  section#shop-character:after {
    width: 77.05vw;
    height: 77.05vw;
    background: url(../img/pict_text_jp_hyo_sp.png) center center no-repeat;
    background-size: 100% 100%;
    bottom: auto;
    right: auto;
    top: 63.4vw;
    left: -11.1vw;
  }
}
/* line 1931, ../sass/style.scss */
section#shop-character .title {
  font-family: 'Boska', serif;
  font-weight: 700;
  color: #fff;
  font-size: 5.55vw;
  line-height: 116%;
  position: absolute;
  top: 8.19vw;
  left: 4.5vw;
}
@media only screen and (max-width: 768px) {
  /* line 1931, ../sass/style.scss */
  section#shop-character .title {
    font-size: 10.25vw;
    top: 13.19vw;
    left: 4.5vw;
  }
}
/* line 1945, ../sass/style.scss */
section#shop-character .title > div {
  overflow: hidden;
}
/* line 1947, ../sass/style.scss */
section#shop-character .title > div span {
  display: block;
  transition: 0.4s;
  transition-delay: 0.4s;
  transform: translate(0, 10vw);
}
/* line 1956, ../sass/style.scss */
section#shop-character .title.on > div span {
  transform: translate(0, 0vw);
}
/* line 1962, ../sass/style.scss */
section#shop-character .name-hyosan {
  position: absolute;
  top: 14.72vw;
  left: 6.66vw;
}
@media only screen and (max-width: 768px) {
  /* line 1962, ../sass/style.scss */
  section#shop-character .name-hyosan {
    top: 24.72vw;
    left: 3.96vw;
  }
}
/* line 1970, ../sass/style.scss */
section#shop-character .name-hyosan .name-wrap {
  overflow: hidden;
}
/* line 1972, ../sass/style.scss */
section#shop-character .name-hyosan .name-wrap .name-inner {
  position: relative;
  display: block;
  transition: 0.4s;
  transition-delay: 0.4s;
  transform: translate(0, 100%);
}
/* line 1979, ../sass/style.scss */
section#shop-character .name-hyosan .name-wrap .name-inner span.en {
  font-family: 'Boska', serif;
  font-weight: 700;
  font-size: 11.11vw;
  color: #E63680;
}
@media only screen and (max-width: 768px) {
  /* line 1979, ../sass/style.scss */
  section#shop-character .name-hyosan .name-wrap .name-inner span.en {
    font-size: 25.61vw;
    white-space: nowrap;
  }
}
/* line 1989, ../sass/style.scss */
section#shop-character .name-hyosan .name-wrap .name-inner span.jp {
  font-size: 1.07vw;
  letter-spacing: 2.5vw;
  position: absolute;
  color: #E63680;
  top: 3.4vw;
  right: -2vw;
}
@media only screen and (max-width: 768px) {
  /* line 1989, ../sass/style.scss */
  section#shop-character .name-hyosan .name-wrap .name-inner span.jp {
    font-size: 2.5vw;
    letter-spacing: 5.7vw;
    top: 8vw;
    right: -3.9vw;
  }
}
/* line 2008, ../sass/style.scss */
section#shop-character .name-hyosan.on .name-wrap .name-inner {
  transform: translate(0, 0);
}
/* line 2014, ../sass/style.scss */
section#shop-character .img-hyosan {
  display: block;
  width: 36.38vw;
  height: auto;
  position: absolute;
  pointer-events: none;
  top: 8.1vw;
  left: 34.9vw;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  /* line 2014, ../sass/style.scss */
  section#shop-character .img-hyosan {
    width: 81.28vw;
    top: 49.1vw;
    left: 7.3vw;
  }
}
/* line 2029, ../sass/style.scss */
section#shop-character .text-role {
  position: absolute;
  left: 4.6vw;
  top: 32.3vw;
}
@media only screen and (max-width: 768px) {
  /* line 2029, ../sass/style.scss */
  section#shop-character .text-role {
    top: 212.7vw;
  }
}
/* line 2036, ../sass/style.scss */
body.en section#shop-character .text-role {
  top: 30.6vw;
}
@media only screen and (max-width: 768px) {
  /* line 2036, ../sass/style.scss */
  body.en section#shop-character .text-role {
    top: 212vw;
  }
}
/* line 2042, ../sass/style.scss */
section#shop-character .text-role .tit {
  font-family: 'Boska', serif;
  font-weight: 700;
  color: #fff;
  font-size: 2.22vw;
  line-height: 100%;
  position: absolute;
  top: -1.4vw;
  left: 0vw;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  /* line 2042, ../sass/style.scss */
  section#shop-character .text-role .tit {
    top: -3.8vw;
    font-size: 4.61vw;
  }
}
/* line 2057, ../sass/style.scss */
section#shop-character .text-role .text {
  margin-bottom: 0.6vw;
  z-index: 2;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  /* line 2057, ../sass/style.scss */
  section#shop-character .text-role .text {
    margin-bottom: 2.8vw;
  }
}
/* line 2064, ../sass/style.scss */
section#shop-character .text-role .text > div {
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}
/* line 2069, ../sass/style.scss */
section#shop-character .text-role .text > div:after {
  content: '';
  display: block;
  width: 100%;
  height: 1.8vw;
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 768px) {
  /* line 2069, ../sass/style.scss */
  section#shop-character .text-role .text > div:after {
    height: 100%;
  }
}
/* line 2083, ../sass/style.scss */
section#shop-character .text-role .text > div span {
  display: inline-block;
  position: relative;
  font-size: 1.38vw;
  color: #E63680;
  z-index: 2;
  padding: 0.4vw 0.4vw;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  /* line 2083, ../sass/style.scss */
  section#shop-character .text-role .text > div span {
    font-size: 4.1vw;
  }
}
/* line 2097, ../sass/style.scss */
section#shop-character .text-role p {
  font-size: 1.04vw;
  color: #E63680;
  line-height: 175%;
  padding-top: 1.1vw;
}
@media only screen and (max-width: 768px) {
  /* line 2097, ../sass/style.scss */
  section#shop-character .text-role p {
    font-size: 3.33vw;
    padding-top: 1.2vw;
  }
}
/* line 2106, ../sass/style.scss */
body.en section#shop-character .text-role p {
  padding-top: 0.4vw;
}
@media only screen and (max-width: 768px) {
  /* line 2106, ../sass/style.scss */
  body.en section#shop-character .text-role p {
    padding-top: 1.6vw;
  }
}
/* line 2114, ../sass/style.scss */
section#shop-character .text-introduction {
  position: absolute;
  right: 4.6vw;
  top: 10.8vw;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  /* line 2114, ../sass/style.scss */
  section#shop-character .text-introduction {
    right: 4.6vw;
    top: 148.8vw;
    z-index: 15;
  }
}
/* line 2124, ../sass/style.scss */
section#shop-character .text-introduction .tit {
  font-family: 'Boska', serif;
  font-weight: 700;
  color: #E63680;
  font-size: 2.22vw;
  line-height: 100%;
  position: absolute;
  top: -1.4vw;
  right: 0vw;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  /* line 2124, ../sass/style.scss */
  section#shop-character .text-introduction .tit {
    top: -3.8vw;
    right: -0.4vw;
    font-size: 4.61vw;
  }
}
/* line 2140, ../sass/style.scss */
section#shop-character .text-introduction .text {
  margin-bottom: 0.6vw;
  z-index: 2;
  line-height: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  /* line 2140, ../sass/style.scss */
  section#shop-character .text-introduction .text {
    margin-bottom: 3.6vw;
  }
}
/* line 2148, ../sass/style.scss */
section#shop-character .text-introduction .text > div {
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}
/* line 2153, ../sass/style.scss */
section#shop-character .text-introduction .text > div:after {
  content: '';
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #E63680;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 768px) {
  /* line 2153, ../sass/style.scss */
  section#shop-character .text-introduction .text > div:after {
    height: 108%;
  }
}
/* line 2167, ../sass/style.scss */
section#shop-character .text-introduction .text > div span {
  display: inline-block;
  text-align: right;
  position: relative;
  font-size: 2.77vw;
  color: #fff;
  z-index: 2;
  padding: 0.4vw 0.4vw;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  /* line 2167, ../sass/style.scss */
  section#shop-character .text-introduction .text > div span {
    font-size: 7.17vw;
  }
}
/* line 2182, ../sass/style.scss */
section#shop-character .text-introduction p {
  font-size: 1.04vw;
  color: #E63680;
  line-height: 175%;
  padding-top: 1.1vw;
}
/* line 2189, ../sass/style.scss */
section#shop-character .about-btn {
  width: 91.11%;
  position: absolute;
  bottom: 8.33vw;
  left: 50%;
  transform: translate(-50%, 0);
  background: #E63680;
  color: #fff;
  cursor: pointer;
  font-size: 1.6vw;
  padding: 1.4vw 0;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  /* line 2189, ../sass/style.scss */
  section#shop-character .about-btn {
    font-size: 3.58vw;
    padding: 3.6vw 0;
    bottom: 14.23vw;
  }
}
/* line 2207, ../sass/style.scss */
section#shop-character .about-btn:after {
  content: '';
  width: 1.45vw;
  height: 1.45vw;
  display: block;
  position: absolute;
  top: 50%;
  right: 2.8vw;
  transform: translate(0, -50%);
  background: url(../img/btn_plus.png) center center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  /* line 2207, ../sass/style.scss */
  section#shop-character .about-btn:after {
    width: 4.1vw;
    height: 4.1vw;
    right: 5.8vw;
  }
}
/* line 2225, ../sass/style.scss */
section#shop-character a.btn-hyosan-instagram {
  display: block;
  position: absolute;
  width: 22.22vw;
  aspect-ratio: 320 / 75;
  background: url(../img/btn_character_instagram_pc.png) center center no-repeat;
  background-size: 100% 100%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 50;
  right: 4.4vw;
  bottom: 16vw;
}
@media only screen and (max-width: 768px) {
  /* line 2225, ../sass/style.scss */
  section#shop-character a.btn-hyosan-instagram {
    width: 91.11%;
    aspect-ratio: 358 / 67;
    background: url(../img/btn_character_instagram_sp.png) center center no-repeat;
    background-size: 100% 100%;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 30.7vw;
  }
}
/* line 2250, ../sass/style.scss */
section#footer {
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 903;
  position: relative;
  background: #fff;
  overflow: hidden;
}
/* line 2257, ../sass/style.scss */
section#footer:before {
  content: '';
  display: block;
  width: 54.16vw;
  height: auto;
  aspect-ratio: 780 / 529;
  background: url(../img/pict_text_jp_footer_pc.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -1.6vw;
  top: -2.6vw;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  /* line 2257, ../sass/style.scss */
  section#footer:before {
    width: 100%;
    aspect-ratio: 420 / 288;
    background: url(../img/pict_text_jp_footer_sp.png) center center no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 14.4vw;
  }
}
@media only screen and (max-width: 768px) {
  /* line 2250, ../sass/style.scss */
  section#footer {
    aspect-ratio: auto;
    padding-top: 35.38vw;
  }
}
/* line 2283, ../sass/style.scss */
section#footer .page-top-btn {
  width: 2.5vw;
  height: 5.41vw;
  position: absolute;
  bottom: 11.2vw;
  right: 3.9vw;
  background: url(../img/pict_arrow_up.png) center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 30;
}
@media only screen and (max-width: 768px) {
  /* line 2283, ../sass/style.scss */
  section#footer .page-top-btn {
    width: 6.15vw;
    height: 13.33vw;
    bottom: 9.6vw;
    right: 4.9vw;
  }
}
/* line 2300, ../sass/style.scss */
section#footer a.footer-logo {
  display: flex;
  position: absolute;
  top: 8.33vw;
  left: 4.44vw;
  z-index: 5;
}
/* line 2306, ../sass/style.scss */
section#footer a.footer-logo img {
  display: block;
  width: 27.77vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 2300, ../sass/style.scss */
  section#footer a.footer-logo {
    position: relative;
    top: auto;
    left: auto;
    width: 71.79vw;
    margin: 0 auto;
    margin-bottom: 10vw;
  }
  /* line 2318, ../sass/style.scss */
  section#footer a.footer-logo img {
    width: 100%;
    height: auto;
  }
}
/* line 2324, ../sass/style.scss */
section#footer .page-btn {
  font-family: 'Boska', serif;
  color: #fff;
  font-weight: 500;
  font-size: 1.38vw;
  line-height: 116%;
  position: absolute;
  top: 8vw;
  right: 4.4vw;
}
@media only screen and (max-width: 768px) {
  /* line 2324, ../sass/style.scss */
  section#footer .page-btn {
    position: relative;
    top: auto;
    right: auto;
    font-size: 5.12vw;
  }
}
/* line 2339, ../sass/style.scss */
section#footer .page-btn ul.page-link {
  text-align: right;
  margin-bottom: 3vw;
}
@media only screen and (max-width: 768px) {
  /* line 2339, ../sass/style.scss */
  section#footer .page-btn ul.page-link {
    text-align: center;
    margin-bottom: 10.6vw;
  }
}
/* line 2346, ../sass/style.scss */
section#footer .page-btn ul.page-link li {
  margin-bottom: 1.4vw;
}
@media only screen and (max-width: 768px) {
  /* line 2346, ../sass/style.scss */
  section#footer .page-btn ul.page-link li {
    margin-bottom: 5.12vw;
  }
}
/* line 2353, ../sass/style.scss */
section#footer .page-btn ul.lang-btn {
  display: flex;
  font-size: 1.25vw;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  /* line 2353, ../sass/style.scss */
  section#footer .page-btn ul.lang-btn {
    justify-content: center;
    font-size: 4.61vw;
    margin-bottom: 10.6vw;
  }
}
/* line 2362, ../sass/style.scss */
section#footer .page-btn ul.lang-btn li {
  margin-left: 1.2vw;
}
@media only screen and (max-width: 768px) {
  /* line 2362, ../sass/style.scss */
  section#footer .page-btn ul.lang-btn li {
    margin-left: 0;
    margin: 0 2.1vw;
  }
}
/* line 2368, ../sass/style.scss */
section#footer .page-btn ul.lang-btn li a {
  display: flex;
  height: 100%;
  align-items: center;
  opacity: 0.1;
}
/* line 2376, ../sass/style.scss */
body.jp section#footer .page-btn ul.lang-btn li.jp a {
  opacity: 1;
}
/* line 2383, ../sass/style.scss */
body.en section#footer .page-btn ul.lang-btn li.en a {
  opacity: 1;
}
/* line 2390, ../sass/style.scss */
body.tw section#footer .page-btn ul.lang-btn li.tw a {
  opacity: 1;
}
/* line 2397, ../sass/style.scss */
body.cn section#footer .page-btn ul.lang-btn li.cn a {
  opacity: 1;
}
/* line 2403, ../sass/style.scss */
section#footer .page-btn ul.lang-btn li.tw a, section#footer .page-btn ul.lang-btn li.cn a {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 1.11vw;
}
@media only screen and (max-width: 768px) {
  /* line 2403, ../sass/style.scss */
  section#footer .page-btn ul.lang-btn li.tw a, section#footer .page-btn ul.lang-btn li.cn a {
    font-size: 4.1vw;
  }
}
/* line 2415, ../sass/style.scss */
section#footer .text-col {
  font-size: 1.11vw;
  position: absolute;
  bottom: 5vw;
  left: 4.44vw;
}
@media only screen and (max-width: 768px) {
  /* line 2415, ../sass/style.scss */
  section#footer .text-col {
    font-size: 3.58vw;
    position: relative;
    bottom: auto;
    left: auto;
    width: 86vw;
    margin: 0 auto;
    text-align: center;
    border-top: solid 1px rgba(0, 0, 0, 0.05);
    padding-top: 10.6vw;
  }
}
/* line 2431, ../sass/style.scss */
section#footer .text-col ul.text-link {
  display: flex;
  margin-bottom: 2vw;
}
@media only screen and (max-width: 768px) {
  /* line 2431, ../sass/style.scss */
  section#footer .text-col ul.text-link {
    justify-content: center;
    margin-bottom: 5vw;
  }
}
/* line 2438, ../sass/style.scss */
section#footer .text-col ul.text-link li {
  margin-right: 2.4vw;
}
@media only screen and (max-width: 768px) {
  /* line 2438, ../sass/style.scss */
  section#footer .text-col ul.text-link li {
    margin-right: 0;
    margin: 0 2vw;
  }
}
/* line 2444, ../sass/style.scss */
section#footer .text-col ul.text-link li a {
  display: flex;
  text-decoration: underline;
}
/* line 2450, ../sass/style.scss */
section#footer .text-col > p {
  line-height: 175%;
}
@media (min-width: 769px) {
  /* line 2452, ../sass/style.scss */
  body.en section#footer .text-col > p {
    width: 33.12vw;
  }
}
/* line 2458, ../sass/style.scss */
section#footer .text-col ul.site-btn {
  padding: 2.2vw 0 2.8vw;
}
@media only screen and (max-width: 768px) {
  /* line 2458, ../sass/style.scss */
  section#footer .text-col ul.site-btn {
    padding: 7.4vw 0 8.8vw;
  }
}
/* line 2464, ../sass/style.scss */
section#footer .text-col ul.site-btn li a {
  display: flex;
  justify-content: center;
  position: relative;
  width: 33.12vw;
  padding: 1.2vw 0;
  background: #333;
  color: #fff;
}
/* line 2472, ../sass/style.scss */
section#footer .text-col ul.site-btn li a:after {
  content: '';
  display: block;
  width: 1.8vw;
  height: 1.11vw;
  position: absolute;
  top: 50%;
  right: 1.8vw;
  background: url(../img/btn_arrow_w.png) center center no-repeat;
  background-size: 100% 100%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 768px) {
  /* line 2472, ../sass/style.scss */
  section#footer .text-col ul.site-btn li a:after {
    width: 6.66vw;
    height: 4.1vw;
    right: 4.5vw;
  }
}
@media only screen and (max-width: 768px) {
  /* line 2464, ../sass/style.scss */
  section#footer .text-col ul.site-btn li a {
    width: 86vw;
    padding: 3.8vw 0;
  }
}
/* line 2496, ../sass/style.scss */
section#footer .text-col ul.sns-link-list {
  display: flex;
  margin-bottom: 3.4vw;
}
@media only screen and (max-width: 768px) {
  /* line 2496, ../sass/style.scss */
  section#footer .text-col ul.sns-link-list {
    justify-content: center;
    margin-bottom: 8.4vw;
  }
}
/* line 2503, ../sass/style.scss */
section#footer .text-col ul.sns-link-list li {
  margin-right: 0.9vw;
}
@media only screen and (max-width: 768px) {
  /* line 2503, ../sass/style.scss */
  section#footer .text-col ul.sns-link-list li {
    margin: 0 1.6vw;
  }
}
/* line 2508, ../sass/style.scss */
section#footer .text-col ul.sns-link-list li a {
  display: flex;
}
/* line 2510, ../sass/style.scss */
section#footer .text-col ul.sns-link-list li a img {
  display: block;
  width: 3.8vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 2510, ../sass/style.scss */
  section#footer .text-col ul.sns-link-list li a img {
    width: 14.35vw;
  }
}
@media only screen and (max-width: 768px) {
  /* line 2521, ../sass/style.scss */
  section#footer .text-col small {
    display: block;
    padding-bottom: 94vw;
  }
}
/* line 2528, ../sass/style.scss */
section#footer img.img-hyosan {
  display: block;
  width: 37.22vw;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 19.2vw;
  pointer-events: none;
  transition: 0.8s;
  opacity: 0;
  transform: translate(0, 40%);
  transition-delay: 0.4s;
}
@media only screen and (max-width: 768px) {
  /* line 2528, ../sass/style.scss */
  section#footer img.img-hyosan {
    width: 81.02vw;
    bottom: -32vw;
    right: 12.2vw;
  }
}
/* line 2545, ../sass/style.scss */
section#footer img.img-hyosan.on {
  opacity: 1;
  transition-delay: 0s;
  transform: translate(0, 0%);
}
/* line 2551, ../sass/style.scss */
section#footer .footer-dec {
  font-size: 11.11vw;
  font-family: 'Boska', serif;
  font-weight: 700;
  color: #333;
  opacity: 0.05;
  position: absolute;
  bottom: -3.9vw;
  left: -1.6vw;
  white-space: nowrap;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  /* line 2551, ../sass/style.scss */
  section#footer .footer-dec {
    font-size: 29.91vw;
    bottom: -11.3vw;
    left: -3.6vw;
  }
}

/* line 2572, ../sass/style.scss */
#modal-profile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}
/* line 2582, ../sass/style.scss */
#modal-profile.on {
  opacity: 1;
  pointer-events: auto;
}
/* line 2586, ../sass/style.scss */
#modal-profile .modal-wrap {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
/* line 2590, ../sass/style.scss */
#modal-profile .modal-wrap .modal-close-btn {
  width: 4.44vw;
  height: 4.44vw;
  position: absolute;
  top: 2.4vw;
  right: 3.6vw;
  background: url(../img/btn_close.png) center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 5;
}
@media (min-width: 769px) {
  /* line 2590, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-close-btn {
    opacity: 1;
    transition: 0.4s;
  }
  /* line 2603, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-close-btn:hover {
    opacity: 0.4;
  }
}
@media only screen and (max-width: 768px) {
  /* line 2590, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-close-btn {
    width: 12.3vw;
    height: 12.3vw;
    top: 6vw;
    right: 5vw;
    background: url(../img/btn_close.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
/* line 2616, ../sass/style.scss */
#modal-profile .modal-wrap .modal-inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 0;
  display: flex;
  position: relative;
  justify-content: space-between;
  background: #F3CCDD;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  /* line 2616, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner {
    overflow-y: auto;
    overscroll-behavior: none;
  }
  /* line 2629, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner::-webkit-scrollbar {
    background: rgba(255, 255, 255, 0);
    width: 5px;
    height: 15px;
    border-radius: 3px;
  }
  /* line 2635, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner::-webkit-scrollbar-thumb {
    background-color: #E63680;
    border-radius: 3px;
  }
}
/* line 2641, ../sass/style.scss */
#modal-profile .modal-wrap .modal-inner .img {
  width: 44%;
  padding: 7.05vw 0;
}
@media only screen and (max-width: 768px) {
  /* line 2641, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner .img {
    width: 100%;
  }
}
/* line 2647, ../sass/style.scss */
#modal-profile .modal-wrap .modal-inner .img img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 2647, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner .img img {
    width: 90%;
    height: auto;
  }
}
/* line 2657, ../sass/style.scss */
#modal-profile .modal-wrap .modal-inner .text {
  width: 50%;
  height: 100%;
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  /* line 2657, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner .text {
    width: 100%;
  }
}
/* line 2665, ../sass/style.scss */
#modal-profile .modal-wrap .modal-inner .text .text-inner {
  width: 100%;
  padding: 11.69vw 0 6vw;
}
@media (min-width: 769px) {
  /* line 2665, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner .text .text-inner {
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: none;
  }
  /* line 2672, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner .text .text-inner::-webkit-scrollbar {
    background: rgba(255, 255, 255, 0);
    width: 5px;
    height: 15px;
    border-radius: 3px;
  }
  /* line 2678, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner .text .text-inner::-webkit-scrollbar-thumb {
    background-color: #E63680;
    border-radius: 3px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 2665, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner .text .text-inner {
    padding: 10vw 4%;
    padding-bottom: 16vw;
  }
}
/* line 2687, ../sass/style.scss */
#modal-profile .modal-wrap .modal-inner .text .text-inner .profile-text {
  position: relative;
  margin-bottom: 2.4vw;
}
@media only screen and (max-width: 768px) {
  /* line 2687, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner .text .text-inner .profile-text {
    margin-bottom: 6.4vw;
  }
}
/* line 2693, ../sass/style.scss */
#modal-profile .modal-wrap .modal-inner .text .text-inner .profile-text > div {
  display: inline-block;
  position: relative;
  margin-bottom: 1.6vw;
}
/* line 2697, ../sass/style.scss */
#modal-profile .modal-wrap .modal-inner .text .text-inner .profile-text > div:before {
  content: '';
  display: block;
  width: 100%;
  height: 86%;
  background: #fff;
  position: absolute;
  top: 4px;
}
@media only screen and (max-width: 768px) {
  /* line 2693, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner .text .text-inner .profile-text > div {
    margin-bottom: 5.2vw;
  }
}
/* line 2710, ../sass/style.scss */
#modal-profile .modal-wrap .modal-inner .text .text-inner .profile-text span {
  font-size: 1.56vw;
  color: #E63680;
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  padding: 0 0.4vw;
}
@media only screen and (max-width: 768px) {
  /* line 2710, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner .text .text-inner .profile-text span {
    font-size: 4.26vw;
  }
}
/* line 2726, ../sass/style.scss */
#modal-profile .modal-wrap .modal-inner .text .text-inner .profile-list {
  padding-right: 4vw;
}
@media only screen and (max-width: 768px) {
  /* line 2726, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner .text .text-inner .profile-list {
    padding-right: 0;
  }
}
/* line 2731, ../sass/style.scss */
#modal-profile .modal-wrap .modal-inner .text .text-inner .profile-list dl {
  color: #E63680;
  display: flex;
  font-size: 1.2vw;
  position: relative;
  padding: 1.8vw 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  /* line 2731, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner .text .text-inner .profile-list dl {
    font-size: 3.2vw;
    padding: 5.8vw 0;
  }
}
/* line 2742, ../sass/style.scss */
#modal-profile .modal-wrap .modal-inner .text .text-inner .profile-list dl:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: #E63680;
  opacity: 0.2;
}
/* line 2752, ../sass/style.scss */
#modal-profile .modal-wrap .modal-inner .text .text-inner .profile-list dl dt {
  width: 26%;
}
@media only screen and (max-width: 768px) {
  /* line 2752, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner .text .text-inner .profile-list dl dt {
    width: 42%;
  }
}
/* line 2758, ../sass/style.scss */
#modal-profile .modal-wrap .modal-inner .text .text-inner .profile-list dl dd {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  /* line 2758, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner .text .text-inner .profile-list dl dd {
    width: 58%;
  }
}
/* line 2765, ../sass/style.scss */
#modal-profile .modal-wrap .modal-inner .text .text-inner .profile-list dl:last-of-type:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #E63680;
  opacity: 0.2;
}
/* line 2777, ../sass/style.scss */
#modal-profile .modal-wrap .modal-inner .text .text-inner .profile-list .close-profile-btn {
  padding-top: 4.8vw;
}
@media only screen and (max-width: 768px) {
  /* line 2777, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner .text .text-inner .profile-list .close-profile-btn {
    padding-top: 9.8vw;
  }
}
/* line 2782, ../sass/style.scss */
#modal-profile .modal-wrap .modal-inner .text .text-inner .profile-list .close-profile-btn span {
  display: flex;
  cursor: pointer;
  justify-content: center;
  width: 100%;
  background: #E63680;
  color: #fff;
  font-size: 1.4vw;
  padding: 1.8vw 0;
}
@media (min-width: 769px) {
  /* line 2782, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner .text .text-inner .profile-list .close-profile-btn span {
    opacity: 1;
    transition: 0.4s;
  }
  /* line 2794, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner .text .text-inner .profile-list .close-profile-btn span:hover {
    opacity: 0.4;
  }
}
@media only screen and (max-width: 768px) {
  /* line 2782, ../sass/style.scss */
  #modal-profile .modal-wrap .modal-inner .text .text-inner .profile-list .close-profile-btn span {
    font-size: 3.4vw;
    padding: 4.2vw 0;
  }
}
