@charset "UTF-8";
/* =========================================================
MEDIA
========================================================= */
/* =========================================================
RESET
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");
/* layout */
/*=================================
  initialization of style
===================================*/
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #000000;
  font-family: 'Noto Sans JP', serif;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  word-break: break-all;
}

.en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

a:link,
a:visited {
  text-decoration: none;
  color: #535252;
}

a:hover,
a:active {
  text-decoration: none;
  color: #535252;
  opacity: 0.7;
}

figure, figcaption, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form {
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  vertical-align: bottom;
}

img {
  display: block;
  width: 100%;
}

/* List_group */
ul, ol, li {
  list-style: none;
}

/* inline-style */
address {
  font-style: normal;
  font-size: 12px;
  color: #535252;
}

address a,
address a:link,
address a:visited {
  text-decoration: none;
  color: #535252;
}

address a:hover,
address a:active {
  text-decoration: underline;
  color: #535252;
}

/* table */
table {
  width: 100%;
}

*, *:before, *:after {
  outline: none !important;
  box-sizing: border-box;
}

.tsn {
  transition: 0.4s;
}

.clear::after {
  content: " ";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
}

/* =========================================================
SLICK THEME
========================================================= */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: 0;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 100;
  border-bottom: 1px solid #F5427C;
  width: 65px;
  height: 42px;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 27px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 10px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}

.slick-prev:before {
  transition: 0.4s;
  padding-right: 20px;
  content: "←";
  color: #F5427C;
}

[dir="rtl"] .slick-prev:before {
  content: "→";
  color: #F5427C;
}

.slick-prev:hover::before {
  padding-right: 35px;
}

.slick-next {
  right: 10px;
}

[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}

.slick-next:before {
  transition: 0.4s;
  padding-left: 20px;
  content: "→";
  color: #F5427C;
}

[dir="rtl"] .slick-next:before {
  content: "←";
  color: #F5427C;
}

.slick-next:hover::before {
  padding-left: 35px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #F5427C;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #F5427C;
  opacity: 0.75;
}

.slick-dots > li:first-child:last-child {
  display: none !important;
}

/* =========================================================
SLICK
========================================================= */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* =========================================================
  common
========================================================= */
/* =========================================================
  common
========================================================= */
.inner1160 {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.inner1200 {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: block;
}

.inner1290 {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.c-ttl {
  font-size: 40px;
  line-height: 46px;
  font-weight: 500;
}

.c-ttl span {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  padding-left: 30px;
}

@media (max-width: 768px) {
  .c-ttl {
    font-size: 30px;
    line-height: 40px;
  }
  .c-ttl span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding-left: 0;
  }
}

.sub-page .contswrap {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .sub-page .contswrap {
    margin-bottom: 60px;
  }
}

.breadcrumb {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  margin-bottom: 70px;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto 70px auto;
}

@media (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

.breadcrumb li {
  margin-right: 15px;
  font-size: 14px;
  line-height: 22px;
}

.breadcrumb li:first-child a {
  padding-left: 0;
}

.breadcrumb li:last-child {
  padding: 0 15px 0 0;
}

.breadcrumb li a {
  text-decoration: underline;
  position: relative;
  display: block;
  padding: 0 15px 0 0;
  transition: 0.4s;
}

.breadcrumb li a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 80%;
  display: block;
  background: #ADADAD;
  transform: rotate(20deg);
}

.moreBtn a {
  cursor: pointer;
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #F5427C;
  color: #F5427C;
  font-size: 18px;
  line-height: 30px;
  transition: 0.4s;
  padding: 30px 0;
}

.moreBtn a:hover {
  max-width: 560px;
  opacity: 1;
}

.moreBtn a span {
  display: inline-block;
}

.moreBtn a span b {
  font-family: sans-serif;
}

@media (max-width: 768px) {
  .moreBtn a {
    padding: 25px 0;
  }
}

.cp_ipselect {
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #000;
  border-radius: 2px;
  background: #ffffff;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: -5px;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  content: '';
  pointer-events: none;
}

.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 25px;
  font-weight: 500;
}

.select {
  width: 100%;
  height: 60px;
  font-size: 20px;
  line-height: 24px;
  padding: 0 20px;
  font-family: 'Montserrat', sans-serif;
}

.select option {
  font-weight: 500;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loadBar {
  0% {
    width: 0;
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0.3;
  }
}

@keyframes loadBar {
  0% {
    width: 0;
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0.3;
  }
}

@-webkit-keyframes loadBar02 {
  0% {
    width: 0;
  }
  1% {
    width: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0.3;
  }
}

@keyframes loadBar02 {
  0% {
    width: 0;
  }
  1% {
    width: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0.3;
  }
}

@media (min-width: 769px) {
  .sp-visible {
    display: none;
  }
  .tab-visible {
    display: none;
  }
}

@media (max-width: 1080px) {
  .tab-visible {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc-visible {
    display: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* =========================================================
  header
========================================================= */
.sub-page {
  padding-top: 100px;
}

@media (max-width: 768px) {
  .sub-page {
    padding-top: 0;
  }
}

.sub-page header .sub-head {
  display: flex !important;
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .sub-page header .sub-head {
    display: none !important;
  }
}

header {
  position: relative;
  z-index: 10000;
}

@media (max-width: 768px) {
  header {
    padding-top: 70px;
  }
}

header a {
  transition: 0.4s;
}

header .top-head {
  background: #fff;
  height: 100px;
  display: none;
  text-align: center;
  border-bottom: 2px solid #F5F3E9;
}

@media (max-width: 768px) {
  header .top-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: center;
  }
}

header .top-head .clock {
  width: 320px;
  height: 100%;
}

@media (max-width: 768px) {
  header .top-head .clock {
    width: 70px;
  }
}

header .top-head .clock a {
  display: block;
  height: 100%;
  width: 100px;
  background: url("../images/common/ico_clock.png") no-repeat center top 20px;
  background-size: 31px;
  padding-top: 55px;
  font-size: 16px;
  line-height: 26px;
  border-right: 2px solid #FFFCE6;
  font-weight: 500;
}

@media (max-width: 768px) {
  header .top-head .clock a {
    width: 70px;
    background: url("../images/common/ico_clock.png") no-repeat center top 13px;
    background-size: 25px;
    font-size: 12px;
    line-height: 24px;
    padding-top: 40px;
  }
}

header .top-head .logo {
  width: calc( 100% - 640px);
}

@media (max-width: 768px) {
  header .top-head .logo {
    width: calc( 100% - 150px);
  }
}

header .top-head .logo a {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  width: 90%;
}

@media (max-width: 768px) {
  header .top-head .logo a {
    width: 120px;
  }
}

header .top-head .sns {
  width: 320px;
  text-align: right;
  height: 100%;
}

@media (max-width: 768px) {
  header .top-head .sns {
    display: none;
  }
}

header .top-head .sns a {
  width: 100px;
  height: 100%;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-left: 2px solid #FFFCE6;
}

header .top-head .sns a.a_fb {
  background: url("../images/common/ico_fb.png") no-repeat center;
  background-size: 38px;
}

header .top-head .sns a.a_line {
  background: url("../images/common/ico_line.png") no-repeat center;
  background-size: 38px;
}

header .top-head .sns a.a_en {
  text-indent: inherit;
  white-space: inherit;
  overflow: hidden;
  position: relative;
}

header .top-head .sns a.a_en span {
  font-size: 12px;
  text-align: center;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 768px) {
  header .top-head .navbtn {
    width: 70px;
    height: 100%;
    position: relative;
    border-left: 2px solid #FFFCE6;
  }
  header .top-head .navbtn span {
    background: #000;
    width: 30px;
    height: 2px;
    display: block;
    border-radius: 100px;
    transition: 0.4s;
  }
  header .top-head .navbtn span:first-child {
    position: absolute;
    top: -27px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  header .top-head .navbtn span:nth-child(2) {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  header .top-head .navbtn span:nth-child(3) {
    position: absolute;
    bottom: -27px;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
  }
  header .top-head .navbtn span:last-child {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
    transform: rotate(-70deg);
    height: 4px;
  }
  header .top-head .navbtn.active span:last-child {
    opacity: 0;
  }
  header .top-head .navbtn.active span:first-child {
    top: 0;
    bottom: 0;
    transform: rotate(45deg);
  }
  header .top-head .navbtn.active span:nth-child(3) {
    top: 0;
    right: 6px;
    bottom: 0;
    transform: rotate(45deg);
    background: #fff;
  }
  header .top-head .navbtn.active span:nth-child(2) {
    transform: rotate(-45deg);
  }
}

header .sub-head {
  background: #fff;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 0 2%;
  border-bottom: 2px solid #F5F3E9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 768px) {
  header .sub-head {
    display: none !important;
  }
}

header .sub-head .logo {
  max-width: 170px;
  width: 15%;
}

@media (max-width: 1080px) {
  header .sub-head .logo {
    width: 11%;
  }
}

header .sub-head .logo a {
  display: block;
}

header .sub-head .nav-list {
  max-width: calc(100% - 200px);
}

header .sub-head .nav-list ul {
  text-align: right;
}

header .sub-head .nav-list ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

header .sub-head .nav-list ul li.en a {
  font-weight: 600;
}

header .sub-head .nav-list ul li a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 20px;
  position: relative;
  font-weight: 500;
}

header .sub-head .nav-list ul li a:hover {
  opacity: 1;
}

@media (max-width: 1300px) {
  header .sub-head .nav-list ul li a {
    font-size: 13px;
    padding: 10px 8px;
  }
}

@media (max-width: 1080px) {
  header .sub-head .nav-list ul li a {
    font-size: 12px;
    padding: 10px;
  }
}

header .sub-head .nav-list ul li a::after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 1px;
  background: #F5427C;
  transition: 0.4s;
}

header .sub-head .nav-list ul li a:hover::after {
  width: 100%;
}

/* =========================================================
  important
========================================================= */
.important {
  background: #FAE7E8;
  padding: 20px;
  border-bottom: 3px solid #fff;
}

.important .inner1160 {
  text-align: center;
}

.important .inner1160 .important-ttl {
  width: 210px;
  text-align: left;
  font-size: 20px;
  line-height: 34px;
  color: #C7000E;
  background: url("../images/common/icon_important.png") no-repeat center left;
  background-size: 20px;
  padding-left: 35px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .important .inner1160 .important-ttl {
    width: 155px;
    display: block;
    margin: 0 auto 10px auto;
    font-size: 16px;
    line-height: 26px;
  }
}

.important .inner1160 .important-list {
  max-width: 800px;
  width: calc(100% - 220px);
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .important .inner1160 .important-list {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .important .inner1160 .important-list li {
    margin-bottom: 20px;
  }
}

.important .inner1160 .important-list li a {
  display: block;
  transition: 0.4s;
  font-size: 16px;
  line-height: 28px;
  padding-left: 20px;
  position: relative;
}

.important .inner1160 .important-list li a:hover {
  text-decoration: underline;
  opacity: 1;
}

@media (max-width: 768px) {
  .important .inner1160 .important-list li a {
    font-size: 14px;
    line-height: 22px;
  }
}

.important .inner1160 .important-list li a::after {
  content: " ";
  position: absolute;
  top: 13px;
  left: 0;
  width: 15px;
  height: 2px;
  background: #C7000E;
}

@media (max-width: 768px) {
  .important .inner1160 .important-list li a::after {
    top: 10px;
  }
}

/* =========================================================
  sp-nav
========================================================= */
.sp-nav {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc( 100% - 70px);
  background: #fff;
  display: none;
  padding: 35px 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  z-index: 10000;
}

.sp-nav .sp-nav-list {
  text-align: left;
  padding: 0 20px;
  margin-bottom: 30px;
}

.sp-nav .sp-nav-list li {
  margin-bottom: 20px;
}

.sp-nav .sp-nav-list li:last-child {
  margin-bottom: 0;
}

.sp-nav .sp-nav-list li a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  padding-left: 35px;
  background: url("../images/common/ico_home.png") no-repeat center left;
  background-size: 20px;
}

.sp-nav .sp-nav-list li a.a_event {
  background: url("../images/common/ico_event.png") no-repeat center left;
  background-size: 18px;
}

.sp-nav .sp-nav-list li a.a_shop {
  background: url("../images/common/ico_shop.png") no-repeat center left;
  background-size: 20px;
}

.sp-nav .sp-nav-list li a.a_floor {
  background: url("../images/common/ico_floor.png") no-repeat center left;
  background-size: 19px;
}

.sp-nav .sp-nav-list li a.a_gourmet {
  background: url("../images/common/ico_gourmet.png") no-repeat center left;
  background-size: 17px;
}

.sp-nav .sp-nav-list li a.a_guide {
  background: url("../images/common/ico_guide.png") no-repeat center left;
  background-size: 19px;
}

.sp-nav .sp-nav-list li a.a_access {
  background: url("../images/common/ico_access.png") no-repeat center left;
  background-size: 20px;
}

.sp-nav .sns {
  border-top: 2px solid #FFFCE6;
  border-bottom: 2px solid #FFFCE6;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}

.sp-nav .sns a {
  width: 50%;
  height: 100%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.sp-nav .sns a.a_fb {
  background: url("../images/common/ico_fb.png") no-repeat center;
  background-size: 38px;
  border-right: 2px solid #FFFCE6;
}

.sp-nav .sns a.a_line {
  background: url("../images/common/ico_line.png") no-repeat center;
  background-size: 38px;
}

.sp-nav .enlink {
  width: 108px;
  margin: 0 auto 30px auto;
}

.sp-nav .enlink a {
  display: block;
  border: 1px solid #F5427C;
  text-align: center;
  font-size: 14px;
  line-height: 37px;
  border-radius: 30px;
}

.sp-nav .notice {
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .sp-nav .notice {
    order: 1;
    font-size: 3vw;
    line-height: 24px;
  }
}

.sp-nav .notice a {
  display: inline-block;
  width: 31%;
  position: relative;
}

@media (max-width: 768px) {
  .sp-nav .notice a {
    width: 33%;
  }
}

.sp-nav .notice a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 65%;
  background: #ADADAD;
}

@media (max-width: 768px) {
  .sp-nav .notice a::after {
    right: 12%;
  }
}

.sp-nav .notice a:first-child {
  padding: 0;
  width: 100%;
}

.sp-nav .notice a:first-child::after {
  display: none;
}

.sp-nav .notice a:last-child {
  padding: 0;
  border: none;
}

.sp-nav .notice a:last-child::after {
  display: none;
}

/* =========================================================
  footer
========================================================= */
footer {
  background: #FFFCE6;
  padding: 40px 10px 0 10px;
}

footer a, footer img {
  transition: 0.4s;
}

@media (max-width: 768px) {
  footer {
    padding: 50px 20px 0 20px;
    position: relative;
  }
  footer .pagetop-sp {
    position: absolute;
    top: -35px;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 70px;
    height: 71px;
  }
}

footer .clm-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

@media (max-width: 768px) {
  footer .clm-list {
    align-items: inherit;
  }
}

footer .clm-list li {
  width: 30%;
}

@media (max-width: 768px) {
  footer .clm-list li {
    width: 100% !important;
    max-width: 100% !important;
  }
}

footer .clm-list li.logo {
  text-align: left;
  max-width: 340px;
  font-size: 16px;
  line-height: 28px;
}

footer .clm-list li.logo a {
  display: block;
  max-width: 180px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  footer .clm-list li.logo {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  footer .clm-list li.logo a {
    max-width: 110px;
  }
}

footer .clm-list li.follow {
  max-width: 180px;
  width: 16%;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  footer .clm-list li.follow {
    display: block;
  }
}

footer .clm-list li.follow a {
  width: 25%;
  max-width: 45px;
  display: block;
  margin-right: 20px;
}

@media (max-width: 768px) {
  footer .clm-list li.follow a {
    display: inline-block;
    width: 27%;
    max-width: 70px;
    padding: 0 2%;
    margin-right: 0;
  }
}

footer .clm-list li.follow p {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  position: relative;
  z-index: 0;
  width: 100%;
  margin-bottom: 10px;
}

footer .clm-list li.follow p span {
  display: inline-block;
  padding: 3px 10px 3px 0;
  background: #FFFCE6;
  font-weight: bold;
}

footer .clm-list li.follow p::after {
  content: " ";
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: -1;
}

footer .clm-list li.notice {
  max-width: 380px;
  width: 51%;
  text-align: right;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 768px) {
  footer .clm-list li.notice {
    order: 1;
    font-size: 3.5vw;
    line-height: 24px;
    text-align: left;
  }
}

footer .clm-list li.notice a {
  display: inline-block;
  position: relative;
  padding: 0 25px;
  text-align: center;
}

@media (max-width: 768px) {
  footer .clm-list li.notice a {
    padding-left: 0;
  }
}

footer .clm-list li.notice a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 65%;
  background: #ADADAD;
}

@media (max-width: 768px) {
  footer .clm-list li.notice a::after {
    right: 12%;
  }
}

footer .clm-list li.notice a:nth-child(2n)::after {
  display: none;
}

footer .clm-list li.map {
  width: 100%;
  margin-top: 45px;
}

@media (max-width: 768px) {
  footer .clm-list li.map {
    margin: 20px 0;
  }
}

footer .clm-list li.map iframe {
  width: 100%;
  height: 300px;
  border: none;
}

footer .clm-list li.copyright {
  width: 100%;
  text-align: center;
  padding: 25px 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}

footer .clm-list li.copyright a {
  font-weight: 600;
  color: #000;
}

@media (max-width: 768px) {
  footer .clm-list li.copyright {
    order: 2;
    padding: 20px 0;
  }
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 64px;
  height: 67px;
}

@media (max-width: 768px) {
  #pagetop {
    display: none !important;
  }
}

/* =========================================================
  footer-slide
========================================================= */
.footer-slide {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .footer-slide {
    margin-bottom: 70px;
  }
}

.footer-slide .footer-slide-list {
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .footer-slide .footer-slide-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
  }
}

.footer-slide .footer-slide-list li {
  margin: 0 10px;
  overflow: hidden;
  position: relative;
  max-width: 208px;
}

.footer-slide .footer-slide-list li a {
  overflow: hidden;
  position: relative;
  display: block;
  transition: 0.4s;
}

.footer-slide .footer-slide-list li .bnr-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 100%;
}

@media (max-width: 768px) {
  .footer-slide .footer-slide-list li {
    width: 48%;
    margin: 0 0 4% 0;
  }
}

/* =========================================================
  top
========================================================= */
.top-page {
  /* =========================================================
  top-mv-wrap
========================================================= */
  /* =========================================================
  INFORMATION
========================================================= */
  /* =========================================================
  FLOOR GUIDE
========================================================= */
  /* =========================================================
  EVENT & TOPICS
========================================================= */
  /* =========================================================
  SHOP NEWS
========================================================= */
  /* =========================================================
  RANKING
========================================================= */
  /* =========================================================
  INSTAGRAM
========================================================= */
}

.top-page .breadcrumb {
  display: none !important;
}

.top-page header .sub-head,
.top-page header .top-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.top-page .top-mv-wrap {
  background: #FFFCE6;
  padding: 30px 30px 0 30px;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap {
    padding: 0;
  }
}

.top-page .top-mv-wrap .top-mv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .top-mv {
    margin-bottom: 0;
    position: relative;
  }
}

.top-page .top-mv-wrap .top-mv a {
  transition: 0.4s;
}

.top-page .top-mv-wrap .top-mv .js-write02 {
  text-align: left;
  width: 100%;
  background: #fff;
}

.top-page .top-mv-wrap .top-mv .js-write02 a {
  display: block;
  background: #fff;
}

.top-page .top-mv-wrap .top-mv .js-write02 .thum {
  display: none !important;
}

.top-page .top-mv-wrap .top-mv .js-write02 .bottom {
  padding: 10px 15px;
  position: relative;
}

.top-page .top-mv-wrap .top-mv .js-write02 .bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #F5427C;
  width: 0;
  -webkit-animation: loadBar02 7s linear infinite;
  animation: loadBar02 7s linear infinite;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .top-mv .js-write02 .pc-visible {
    display: block !important;
  }
}

.top-page .top-mv-wrap .top-mv .js-write02 .ttl {
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

.top-page .top-mv-wrap .top-mv .js-write02 .txt {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-page .top-mv-wrap .top-mv .top-mv-main {
  max-width: 550px;
  width: 43%;
  background: #fff;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .top-mv .top-mv-main {
    max-width: 100%;
    width: 80%;
    border-right: 2px solid #fff;
  }
}

.top-page .top-mv-wrap .top-mv .top-mv-main li {
  position: relative;
  height: 100%;
  opacity: 0;
}

.top-page .top-mv-wrap .top-mv .top-mv-main li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background: #F5427C;
  width: 100%;
  transition: 0.2s;
  opacity: 0;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .top-mv .top-mv-main li::after {
    display: none;
  }
}

.top-page .top-mv-wrap .top-mv .top-mv-main li.active {
  -webkit-animation: fadeIn 1s linear forwards;
  animation: fadeIn 1s linear forwards;
}

.top-page .top-mv-wrap .top-mv .top-mv-main li.active::after {
  width: 0;
  opacity: 1;
  -webkit-animation: loadBar02 7s linear forwards;
  animation: loadBar02 7s linear forwards;
}

.top-page .top-mv-wrap .top-mv .top-mv-main a {
  display: block;
  height: 100%;
  background: #fff;
}

.top-page .top-mv-wrap .top-mv .top-mv-main .thum {
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .top-mv .top-mv-main .thum {
    height: 100%;
  }
}

.top-page .top-mv-wrap .top-mv .top-mv-main .thum .category {
  position: absolute;
  top: 0;
  left: 0;
  background: #F5427C;
  font-size: 26px;
  line-height: 57px;
  display: inline-block;
  height: 57px;
  color: #fff;
  z-index: 10;
  padding: 0 20px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .top-mv .top-mv-main .thum .category {
    font-size: 18px;
    line-height: 38px;
    height: 38px;
  }
}

.top-page .top-mv-wrap .top-mv .top-mv-main .thum .thum_bg, .top-page .top-mv-wrap .top-mv .top-mv-main .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .top-mv .top-mv-main .thum .thum_bg, .top-page .top-mv-wrap .top-mv .top-mv-main .thum .thum_img {
    height: 100%;
    width: auto;
  }
}

.top-page .top-mv-wrap .top-mv .top-mv-main .thum .thum_img {
  width: auto;
  max-height: 100%;
  height: 100%;
}

.top-page .top-mv-wrap .top-mv .top-mv-main .thum .thum_bg {
  width: 150%;
  filter: blur(6px);
}

.top-page .top-mv-wrap .top-mv .top-mv-main .bottom {
  text-align: left;
  padding: 30px;
}

.top-page .top-mv-wrap .top-mv .top-mv-main .bottom .ttl {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

.top-page .top-mv-wrap .top-mv .top-mv-main .bottom .txt {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-page .top-mv-wrap .top-mv .top-mv-thum {
  max-width: 730px;
  width: 56%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .top-mv .top-mv-thum {
    width: 20%;
  }
}

.top-page .top-mv-wrap .top-mv .top-mv-thum li {
  width: 49%;
  margin-bottom: 2%;
  position: relative;
  background: #fff;
  padding-top: 20px;
}

.top-page .top-mv-wrap .top-mv .top-mv-thum li:nth-child(3), .top-page .top-mv-wrap .top-mv .top-mv-thum li:nth-child(4) {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .top-mv .top-mv-thum li {
    width: 100%;
    margin: 0;
    padding-top: 0;
    border-bottom: 1px solid #fff;
  }
  .top-page .top-mv-wrap .top-mv .top-mv-thum li:nth-child(4) {
    border-bottom: none;
  }
}

.top-page .top-mv-wrap .top-mv .top-mv-thum li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 0;
  background: #F5427C;
  width: 100%;
  opacity: 0;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .top-mv .top-mv-thum li::after {
    height: 3px;
  }
}

.top-page .top-mv-wrap .top-mv .top-mv-thum li.active::after {
  width: 0;
  opacity: 1;
  -webkit-animation: loadBar 7s linear forwards;
  animation: loadBar 7s linear forwards;
}

.top-page .top-mv-wrap .top-mv .top-mv-thum li.active .bottom .ttl, .top-page .top-mv-wrap .top-mv .top-mv-thum li.active .bottom .txt {
  color: #F5427C;
}

.top-page .top-mv-wrap .top-mv .top-mv-thum a {
  display: block;
  height: 100%;
  background: #fff;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .top-mv .top-mv-thum a {
    padding: 0;
    pointer-events: none;
  }
}

.top-page .top-mv-wrap .top-mv .top-mv-thum .thum {
  position: relative;
  overflow: hidden;
  max-width: 220px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .top-mv .top-mv-thum .thum {
    max-width: 100%;
    width: 100%;
  }
}

.top-page .top-mv-wrap .top-mv .top-mv-thum .thum .category {
  position: absolute;
  top: 0;
  left: 0;
  background: #F5427C;
  font-size: 14px;
  line-height: 27px;
  display: inline-block;
  height: 25px;
  color: #fff;
  z-index: 10;
  padding: 0 15px;
  font-weight: 400;
  overflow: hidden;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .top-mv .top-mv-thum .thum .category {
    display: none;
  }
}

.top-page .top-mv-wrap .top-mv .top-mv-thum .thum .thum_bg, .top-page .top-mv-wrap .top-mv .top-mv-thum .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.top-page .top-mv-wrap .top-mv .top-mv-thum .thum .thum_img {
  width: auto;
  max-height: 100%;
  height: 100%;
}

.top-page .top-mv-wrap .top-mv .top-mv-thum .thum .thum_bg {
  width: 150%;
  filter: blur(6px);
}

.top-page .top-mv-wrap .top-mv .top-mv-thum .bottom {
  text-align: left;
  padding: 15px 20px;
}

.top-page .top-mv-wrap .top-mv .top-mv-thum .bottom .ttl {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  transition: 0.4s;
}

.top-page .top-mv-wrap .top-mv .top-mv-thum .bottom .txt {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.4s;
}

.top-page .top-mv-wrap .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.top-page .top-mv-wrap .links li {
  width: calc( 100% / 6);
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .links li {
    width: 50%;
    border-bottom: 1px solid #fff;
  }
  .top-page .top-mv-wrap .links li:nth-child(2n) {
    border-left: 1px solid #fff;
  }
}

.top-page .top-mv-wrap .links li a {
  transition: 0.4s;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 70px 0 25px 0;
  background: url("../images/common/ico_floor.png") no-repeat center top 20px;
  background-size: 34px;
}

@media (max-width: 1080px) {
  .top-page .top-mv-wrap .links li a {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .links li a {
    background: url("../images/common/ico_floor.png") no-repeat center top 20px;
    background-size: 25px;
    padding: 55px 5px 25px 5px;
    font-size: 3vw;
    line-height: 5vw;
  }
  .top-page .top-mv-wrap .links li a:hover {
    background: url("../images/common/ico_floor02.png") no-repeat center top 20px, #F5427C;
    background-size: 25px;
  }
}

.top-page .top-mv-wrap .links li a:hover {
  color: #fff;
  opacity: 1;
  background: url("../images/common/ico_floor02.png") no-repeat center top 20px, #F5427C;
  background-size: 34px;
}

.top-page .top-mv-wrap .links li a span {
  font-size: 13px;
  font-weight: 200;
  line-height: 17px;
  display: block;
  font-weight: 600;
  margin-top: 3px;
}

@media (max-width: 1080px) {
  .top-page .top-mv-wrap .links li a span {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .links li a span {
    font-size: 4vw;
    line-height: 5vw;
  }
}

.top-page .top-mv-wrap .links li:nth-child(2) a {
  background: url("../images/common/ico_gourmet.png") no-repeat center top 20px;
  background-size: 28px;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .links li:nth-child(2) a {
    background: url("../images/common/ico_gourmet.png") no-repeat center top 17px;
    background-size: 21px;
  }
}

.top-page .top-mv-wrap .links li:nth-child(2) a:hover {
  background: url("../images/common/ico_gourmet02.png") no-repeat center top 20px, #F5427C;
  background-size: 28px;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .links li:nth-child(2) a:hover {
    background: url("../images/common/ico_gourmet02.png") no-repeat center top 17px, #F5427C;
    background-size: 21px;
  }
}

.top-page .top-mv-wrap .links li:nth-child(3) a {
  background: url("../images/common/ico_event.png") no-repeat center top 20px;
  background-size: 34px;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .links li:nth-child(3) a {
    background: url("../images/common/ico_event.png") no-repeat center top 20px;
    background-size: 25px;
  }
}

.top-page .top-mv-wrap .links li:nth-child(3) a:hover {
  background: url("../images/common/ico_event02.png") no-repeat center top 20px, #F5427C;
  background-size: 34px;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .links li:nth-child(3) a:hover {
    background: url("../images/common/ico_event02.png") no-repeat center top 20px, #F5427C;
    background-size: 25px;
  }
}

.top-page .top-mv-wrap .links li:nth-child(4) a {
  background: url("../images/common/ico_shop.png") no-repeat center top 20px;
  background-size: 34px;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .links li:nth-child(4) a {
    background: url("../images/common/ico_shop.png") no-repeat center top 22px;
    background-size: 27px;
  }
}

.top-page .top-mv-wrap .links li:nth-child(4) a:hover {
  background: url("../images/common/ico_shop02.png") no-repeat center top 20px, #F5427C;
  background-size: 34px;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .links li:nth-child(4) a:hover {
    background: url("../images/common/ico_shop02.png") no-repeat center top 22px, #F5427C;
    background-size: 27px;
  }
}

.top-page .top-mv-wrap .links li:nth-child(5) a {
  background: url("../images/common/ico_guide.png") no-repeat center top 20px;
  background-size: 34px;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .links li:nth-child(5) a {
    background: url("../images/common/ico_guide.png") no-repeat center top 20px;
    background-size: 29px;
  }
}

.top-page .top-mv-wrap .links li:nth-child(5) a:hover {
  background: url("../images/common/ico_guide02.png") no-repeat center top 20px, #F5427C;
  background-size: 34px;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .links li:nth-child(5) a:hover {
    background: url("../images/common/ico_guide02.png") no-repeat center top 20px, #F5427C;
    background-size: 29px;
  }
}

.top-page .top-mv-wrap .links li:nth-child(6) a {
  background: url("../images/common/ico_access.png") no-repeat center top 20px;
  background-size: 34px;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .links li:nth-child(6) a {
    background: url("../images/common/ico_access.png") no-repeat center top 21px;
    background-size: 27px;
  }
}

.top-page .top-mv-wrap .links li:nth-child(6) a:hover {
  background: url("../images/common/ico_access02.png") no-repeat center top 20px, #F5427C;
  background-size: 34px;
}

@media (max-width: 768px) {
  .top-page .top-mv-wrap .links li:nth-child(6) a:hover {
    background: url("../images/common/ico_access02.png") no-repeat center top 21px, #F5427C;
    background-size: 27px;
  }
}

.top-page .top-infomation {
  padding: 50px 20px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .top-page .top-infomation {
    padding: 0 20px 20px 20px;
  }
}

.top-page .top-infomation .inner1160 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

@media (max-width: 768px) {
  .top-page .top-infomation .inner1160 {
    display: block;
  }
}

.top-page .top-infomation .inner1160 .ttl {
  font-size: 18px;
  line-height: 26px;
  background: url("../images/common/ico_info.png") no-repeat center top 0;
  background-size: 36px;
  padding-top: 55px;
  font-weight: 400;
}

.top-page .top-infomation .inner1160 .ttl span {
  font-size: 14px;
  line-height: 24px;
  display: block;
  font-weight: 600;
}

@media (max-width: 768px) {
  .top-page .top-infomation .inner1160 .ttl {
    text-align: left;
    width: 100%;
    background: url("../images/common/ico_info.png") no-repeat center left 0;
    background-size: 24px;
    padding: 20px 0 16px 35px;
  }
  .top-page .top-infomation .inner1160 .ttl span {
    font-size: 19px;
    line-height: 34px;
    display: inline-block;
    padding-right: 5px;
  }
}

.top-page .top-infomation .inner1160 .list {
  width: calc(100% - 220px);
  text-align: left;
}

@media (max-width: 768px) {
  .top-page .top-infomation .inner1160 .list {
    width: 100%;
  }
}

.top-page .top-infomation .inner1160 .list li a {
  display: block;
  border-top: 1px solid #F0F0F0;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .top-page .top-infomation .inner1160 .list li a {
    display: block;
    line-height: 26px;
  }
}

.top-page .top-infomation .inner1160 .list li a .date {
  color: #ADADAD;
  width: 165px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .top-page .top-infomation .inner1160 .list li a .date {
    display: block;
    width: 100%;
  }
}

.top-page .top-infomation .inner1160 .list li a .txt {
  width: calc(100% - 180px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .top-page .top-infomation .inner1160 .list li a .txt {
    display: block;
    width: 100%;
    line-height: 28px;
  }
}

.top-page .top-infomation .inner1160 .list li a:hover {
  opacity: 1;
}

.top-page .top-infomation .inner1160 .list li a:hover .txt {
  text-decoration: underline;
}

.top-page .top-infomation .inner1160 .list li:last-child {
  border-bottom: 1px solid #F0F0F0;
}

@media (max-width: 768px) {
  .top-page .top-infomation .inner1160 .list li:last-child {
    border-bottom: none;
  }
}

.top-page .top-floor-guide {
  background: #FAEAEF;
  padding: 50px 20px;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide {
    padding: 40px 20px;
  }
}

.top-page .top-floor-guide .c-ttl {
  text-align: left;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .c-ttl {
    margin-bottom: 20px;
  }
}

.top-page .top-floor-guide .tab-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .tab-btn {
    margin-bottom: 25px;
  }
}

.top-page .top-floor-guide .tab-btn li {
  width: 33%;
  position: relative;
  font-size: 18px;
  line-height: 70px;
  cursor: pointer;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .tab-btn li {
    font-size: 3vw;
    line-height: 5vw;
    padding: 10px 0;
  }
}

.top-page .top-floor-guide .tab-btn li::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 60%;
  width: 1px;
  background: #000;
}

.top-page .top-floor-guide .tab-btn li:last-child::after {
  display: none;
}

.top-page .top-floor-guide .tab-btn li:hover {
  color: #F5427C;
}

.top-page .top-floor-guide .tab-btn li.active {
  color: #F5427C;
}

.top-page .top-floor-guide .tab-btn li.active::before {
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  background: #FAEAEF;
  transform: rotate(-45deg);
}

.top-page .top-floor-guide .list {
  display: none;
}

.top-page .top-floor-guide .list.active-floor {
  display: block;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

.top-page .top-floor-guide .flor-list01 {
  display: none;
}

.top-page .top-floor-guide .flor-list01.active-floor {
  display: block;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

.top-page .top-floor-guide .flor-list01-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1040px;
  width: 100%;
  text-align: left;
  padding: 0 0 40px 0;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .flor-list01-btn {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }
}

.top-page .top-floor-guide .flor-list01-btn li {
  width: 19%;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .flor-list01-btn li {
    width: 32%;
  }
  .top-page .top-floor-guide .flor-list01-btn li:nth-child(4), .top-page .top-floor-guide .flor-list01-btn li:nth-child(5) {
    width: 48%;
    margin-top: 10px;
  }
}

@media (max-width: 1080px) {
  .top-page .top-floor-guide .flor-list01-btn li.gyou a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .flor-list01-btn li.gyou a {
    line-height: 21px;
    font-size: 15px;
  }
}

.top-page .top-floor-guide .flor-list01-btn li a {
  background: #fff;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .flor-list01-btn li a {
    line-height: 40px;
  }
}

.top-page .top-floor-guide .flor-list01-btn li a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

.top-page .top-floor-guide .flor-list01-btn li.active-floor-btn a {
  background: #000;
  color: #fff;
}

.top-page .top-floor-guide .list01 {
  display: none;
  position: relative;
  padding-top: 40px;
}

.top-page .top-floor-guide .list01.active-floor-in {
  display: flex;
  flex-wrap: wrap;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

.top-page .top-floor-guide .list01::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: -1;
}

.top-page .top-floor-guide .list01::before {
  content: " ";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #FAEAEF;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
  z-index: 0;
}

.top-page .top-floor-guide .list01 li {
  width: 19%;
  margin-bottom: 1%;
  margin-right: calc(5% / 4);
}

.top-page .top-floor-guide .list01 li:nth-child(5n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list01 li {
    width: 32%;
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .top-page .top-floor-guide .list01 li:nth-child(5n) {
    margin-right: 2%;
  }
  .top-page .top-floor-guide .list01 li:nth-child(3n) {
    margin-right: 0;
  }
}

.top-page .top-floor-guide .list01 li a {
  display: block;
  background: #fff;
  transition: 0.4s;
  font-size: 18px;
  line-height: 60px;
  font-weight: 500;
}

.top-page .top-floor-guide .list01 li a:hover {
  background: #000;
  opacity: 1;
  color: #fff;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list01 li a {
    font-size: 20px;
    line-height: 70px;
    font-weight: 600;
  }
}

.top-page .top-floor-guide .list02.active-floor {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list02.active-floor {
    justify-content: space-between;
  }
}

.top-page .top-floor-guide .list02 li {
  width: 23%;
  margin-bottom: 30px;
  margin-right: calc(8% / 3);
}

.top-page .top-floor-guide .list02 li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list02 li {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 0;
  }
  .top-page .top-floor-guide .list02 li:first-child {
    width: 100%;
  }
  .top-page .top-floor-guide .list02 li:first-child a {
    height: 50px;
    line-height: 50px;
    padding-top: 0;
  }
  .top-page .top-floor-guide .list02 li:nth-child(6), .top-page .top-floor-guide .list02 li:nth-child(7) {
    margin-bottom: 0;
  }
}

.top-page .top-floor-guide .list02 li a {
  display: block;
  height: 100%;
  background: #fff;
  transition: 0.4s;
  height: 120px;
  font-size: 16px;
  line-height: 24px;
  padding-top: 75px;
}

.top-page .top-floor-guide .list02 li a:hover {
  opacity: 1;
  color: #fff;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list02 li a {
    font-size: 14px;
    line-height: 17px;
    height: 100px;
    padding-top: 60px;
  }
  .top-page .top-floor-guide .list02 li a .tab-visible {
    display: block;
  }
}

.top-page .top-floor-guide .list02 li:nth-child(1) a {
  background: url("../images/common/ico_all.png") no-repeat center top 25px, #fff;
  background-size: 31px;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list02 li:nth-child(1) a {
    background: url("../images/common/ico_all.png") no-repeat center left 30px, #fff;
    background-size: 20px;
  }
}

.top-page .top-floor-guide .list02 li:nth-child(1) a:hover, .top-page .top-floor-guide .list02 li:nth-child(1) a.active {
  background: url("../images/common/ico_all02.png") no-repeat center top 25px, #F5427C;
  background-size: 31px;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list02 li:nth-child(1) a:hover, .top-page .top-floor-guide .list02 li:nth-child(1) a.active {
    background: url("../images/common/ico_all02.png") no-repeat center left 30px, #F5427C;
    background-size: 20px;
  }
}

.top-page .top-floor-guide .list02 li:nth-child(2) a {
  background: url("../images/common/ico_fashion.png") no-repeat center top 25px, #fff;
  background-size: 46px;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list02 li:nth-child(2) a {
    background: url("../images/common/ico_fashion.png") no-repeat center top 15px, #fff;
    background-size: 40px;
  }
}

.top-page .top-floor-guide .list02 li:nth-child(2) a:hover, .top-page .top-floor-guide .list02 li:nth-child(2) a.active {
  background: url("../images/common/ico_fashion02.png") no-repeat center top 25px, #F5427C;
  background-size: 46px;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list02 li:nth-child(2) a:hover, .top-page .top-floor-guide .list02 li:nth-child(2) a.active {
    background: url("../images/common/ico_fashion02.png") no-repeat center top 15px, #F5427C;
    background-size: 40px;
  }
}

.top-page .top-floor-guide .list02 li:nth-child(3) a {
  background: url("../images/common/ico_goods.png") no-repeat center top 27px, #fff;
  background-size: 23px;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list02 li:nth-child(3) a {
    background: url("../images/common/ico_goods.png") no-repeat center top 15px, #fff;
    background-size: 20px;
  }
}

.top-page .top-floor-guide .list02 li:nth-child(3) a:hover, .top-page .top-floor-guide .list02 li:nth-child(3) a.active {
  background: url("../images/common/ico_goods02.png") no-repeat center top 27px, #F5427C;
  background-size: 23px;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list02 li:nth-child(3) a:hover, .top-page .top-floor-guide .list02 li:nth-child(3) a.active {
    background: url("../images/common/ico_goods02.png") no-repeat center top 15px, #F5427C;
    background-size: 20px;
  }
}

.top-page .top-floor-guide .list02 li:nth-child(4) a {
  background: url("../images/common/ico_cosme.png") no-repeat center top 27px, #fff;
  background-size: 42px;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list02 li:nth-child(4) a {
    background: url("../images/common/ico_cosme.png") no-repeat center top 20px, #fff;
    background-size: 35px;
  }
}

.top-page .top-floor-guide .list02 li:nth-child(4) a:hover, .top-page .top-floor-guide .list02 li:nth-child(4) a.active {
  background: url("../images/common/ico_cosme02.png") no-repeat center top 27px, #F5427C;
  background-size: 42px;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list02 li:nth-child(4) a:hover, .top-page .top-floor-guide .list02 li:nth-child(4) a.active {
    background: url("../images/common/ico_cosme02.png") no-repeat center top 20px, #F5427C;
    background-size: 35px;
  }
}

.top-page .top-floor-guide .list02 li:nth-child(5) a {
  background: url("../images/common/ico_so.png") no-repeat center top 32px, #fff;
  background-size: 40px;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list02 li:nth-child(5) a {
    background: url("../images/common/ico_so.png") no-repeat center top 25px, #fff;
    background-size: 28px;
  }
}

.top-page .top-floor-guide .list02 li:nth-child(5) a:hover, .top-page .top-floor-guide .list02 li:nth-child(5) a.active {
  background: url("../images/common/ico_so02.png") no-repeat center top 32px, #F5427C;
  background-size: 40px;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list02 li:nth-child(5) a:hover, .top-page .top-floor-guide .list02 li:nth-child(5) a.active {
    background: url("../images/common/ico_so02.png") no-repeat center top 25px, #F5427C;
    background-size: 28px;
  }
}

.top-page .top-floor-guide .list02 li:nth-child(6) a {
  background: url("../images/common/ico_coffee.png") no-repeat center top 25px, #fff;
  background-size: 45px;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list02 li:nth-child(6) a {
    background: url("../images/common/ico_coffee.png") no-repeat center top 20px, #fff;
    background-size: 36px;
  }
}

.top-page .top-floor-guide .list02 li:nth-child(6) a:hover, .top-page .top-floor-guide .list02 li:nth-child(6) a.active {
  background: url("../images/common/ico_coffee02.png") no-repeat center top 25px, #F5427C;
  background-size: 45px;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list02 li:nth-child(6) a:hover, .top-page .top-floor-guide .list02 li:nth-child(6) a.active {
    background: url("../images/common/ico_coffee02.png") no-repeat center top 20px, #F5427C;
    background-size: 36px;
  }
}

.top-page .top-floor-guide .list02 li:nth-child(7) a {
  background: url("../images/common/ico_food.png") no-repeat center top 29px, #fff;
  background-size: 31px;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list02 li:nth-child(7) a {
    background: url("../images/common/ico_food.png") no-repeat center top 20px, #fff;
    background-size: 26px;
  }
}

.top-page .top-floor-guide .list02 li:nth-child(7) a:hover, .top-page .top-floor-guide .list02 li:nth-child(7) a.active {
  background: url("../images/common/ico_food02.png") no-repeat center top 29px, #F5427C;
  background-size: 31px;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list02 li:nth-child(7) a:hover, .top-page .top-floor-guide .list02 li:nth-child(7) a.active {
    background: url("../images/common/ico_food02.png") no-repeat center top 20px, #F5427C;
    background-size: 26px;
  }
}

.top-page .top-floor-guide .list03 .txt {
  height: 50px;
  border: none;
  width: 500px;
  margin-right: 10px;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 0;
}

.top-page .top-floor-guide .list03 .txt::-moz-placeholder {
  color: #ADADAD;
}

.top-page .top-floor-guide .list03 .txt:-ms-input-placeholder {
  color: #ADADAD;
}

.top-page .top-floor-guide .list03 .txt::placeholder {
  color: #ADADAD;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list03 .txt::-moz-placeholder {
    font-size: 10px;
  }
  .top-page .top-floor-guide .list03 .txt:-ms-input-placeholder {
    font-size: 10px;
  }
  .top-page .top-floor-guide .list03 .txt::placeholder {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list03 .txt {
    width: calc( 100% - 100px);
    margin-right: 5px;
  }
}

.top-page .top-floor-guide .list03 .submit {
  background: url("../images/common/ico_serch.png") no-repeat center left 10px;
  background-size: 20px;
  border: none;
  border-bottom: 1px solid #F5427C;
  color: #F5427C;
  font-size: 18px;
  line-height: 50px;
  width: 170px;
  cursor: pointer;
  border-radius: 0;
}

@media (max-width: 768px) {
  .top-page .top-floor-guide .list03 .submit {
    width: 76px;
    font-size: 14px;
    line-height: 45px;
    padding-left: 25px;
    background: url("../images/common/ico_serch.png") no-repeat center left 6px;
    background-size: 20px;
  }
}

.top-page .top-event {
  padding: 50px 20px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .top-page .top-event {
    padding: 40px 20px;
  }
}

.top-page .top-event .c-ttl {
  text-align: left;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .top-page .top-event .c-ttl {
    margin-bottom: 30px;
  }
}

.top-page .top-event .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .top-page .top-event .list {
    display: block;
  }
}

.top-page .top-event .list li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 4 / 2;
  max-width: 580px;
  width: 87%;
}

.top-page .top-event .list li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
}

.top-page .top-event .list li:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 3 / 3;
}

.top-page .top-event .list li:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3 / 2 / 4 / 3;
  max-height: 55px;
  margin-top: 40px;
}

.top-page .top-event .list li.new {
  position: relative;
}

.top-page .top-event .list li.new::after {
  content: "NEW";
  position: absolute;
  top: 10px;
  left: -25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 84px;
  text-align: center;
  width: 65px;
  height: 85px;
  font-weight: 600;
  color: #fff;
  background: url("../images/common/ico_sakura.png") no-repeat center;
  background-size: cover;
}

@media (max-width: 768px) {
  .top-page .top-event .list li.new::after {
    top: 0px;
    left: -20px;
    width: 60px;
    height: 59px;
    line-height: 59px;
    font-size: 12px;
  }
}

.top-page .top-event .list li.moreBtn {
  max-height: 120px;
}

@media (max-width: 768px) {
  .top-page .top-event .list li.moreBtn {
    max-height: 80px;
  }
}

.top-page .top-event .list li.moreBtn a span {
  margin: 0 auto;
}

.top-page .top-event .list li:nth-child(1).new::after {
  top: 5px;
  font-size: 16px;
  line-height: 100px;
  width: 83px;
  height: 95px;
}

@media (max-width: 768px) {
  .top-page .top-event .list li:nth-child(1).new::after {
    font-size: 14px;
    top: -6px;
    left: -25px;
  }
}

@media (max-width: 768px) {
  .top-page .top-event .list li {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px;
  }
}

.top-page .top-event .list li a {
  display: block;
  height: 100%;
  background: #fff;
  transition: 0.4s;
}

.top-page .top-event .list li .thum {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.top-page .top-event .list li .thum .category {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  height: 30px;
  color: #F5427C;
  z-index: 10;
  padding: 0 15px;
  font-weight: 500;
}

.top-page .top-event .list li .thum .category.topics {
  color: #007CCF;
}

.top-page .top-event .list li .thum .thum_bg, .top-page .top-event .list li .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.top-page .top-event .list li .thum .thum_img {
  width: auto;
  max-height: 100%;
  height: 100%;
}

.top-page .top-event .list li .thum .thum_bg {
  width: 150%;
  filter: blur(6px);
}

.top-page .top-event .list li .bottom {
  text-align: left;
  padding: 15px 0;
}

.top-page .top-event .list li .bottom .date {
  font-weight: 400;
  color: #ADADAD;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}

.top-page .top-event .list li .bottom .ttl {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .top-page .top-event .list li .bottom {
    padding-bottom: 0;
  }
}

.top-page .top-event .list li:nth-child(2), .top-page .top-event .list li:nth-child(3) {
  margin-bottom: 30px;
  max-width: 700px;
  width: 100%;
}

.top-page .top-event .list li:nth-child(2) a, .top-page .top-event .list li:nth-child(3) a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .top-page .top-event .list li:nth-child(2) a, .top-page .top-event .list li:nth-child(3) a {
    align-items: end;
  }
}

.top-page .top-event .list li:nth-child(2) a .thum, .top-page .top-event .list li:nth-child(3) a .thum {
  max-width: 200px;
  width: 35%;
}

@media (max-width: 768px) {
  .top-page .top-event .list li:nth-child(2) a .thum, .top-page .top-event .list li:nth-child(3) a .thum {
    width: 145px;
    margin: 0;
  }
}

.top-page .top-event .list li:nth-child(2) a .thum .category, .top-page .top-event .list li:nth-child(3) a .thum .category {
  font-size: 14px;
  line-height: 22px;
  height: 22px;
}

.top-page .top-event .list li:nth-child(2) a .bottom, .top-page .top-event .list li:nth-child(3) a .bottom {
  width: 65%;
  padding: 0 0 0 20px;
}

@media (max-width: 768px) {
  .top-page .top-event .list li:nth-child(2) a .bottom, .top-page .top-event .list li:nth-child(3) a .bottom {
    width: calc( 100% - 160px);
    padding: 15px 0 0 0;
  }
}

@media (max-width: 768px) {
  .top-page .top-event .list li:nth-child(3) {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .top-page .top-event .list li:nth-child(4) {
    margin: 0;
    max-height: 100%;
  }
}

.top-page .top-event .list .moreBtn a {
  line-height: 0;
  padding: 45px 0;
}

@media (max-width: 768px) {
  .top-page .top-event .list .moreBtn a {
    padding: 26px 0;
  }
}

.top-page .top-shop {
  background: #FAEAEF;
  position: relative;
  padding: 50px 20px 80px 20px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .top-page .top-shop {
    padding: 40px 0;
  }
}

.top-page .top-shop::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: #fff;
}

.top-page .top-shop .c-ttl {
  text-align: left;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .top-page .top-shop .c-ttl {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}

.top-page .top-shop .top-shop-slide {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 768px) {
  .top-page .top-shop .top-shop-slide {
    margin-bottom: 50px;
  }
}

.top-page .top-shop .top-shop-slide .slick-prev, .top-page .top-shop .top-shop-slide .slick-next {
  transform: inherit;
  bottom: -120px;
}

@media (max-width: 768px) {
  .top-page .top-shop .top-shop-slide .slick-prev, .top-page .top-shop .top-shop-slide .slick-next {
    bottom: -50px;
  }
}

.top-page .top-shop .top-shop-slide .slick-prev::before, .top-page .top-shop .top-shop-slide .slick-next::before {
  font-size: 22px;
}

.top-page .top-shop .top-shop-slide li {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .top-page .top-shop .top-shop-slide li {
    margin: 0 5px;
  }
}

.top-page .top-shop .top-shop-slide li.new {
  position: relative;
}

.top-page .top-shop .top-shop-slide li.new::after {
  content: "NEW";
  position: absolute;
  top: 5px;
  left: -25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 100px;
  text-align: center;
  width: 83px;
  height: 95px;
  font-weight: 600;
  color: #fff;
  background: url("../images/common/ico_sakura.png") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1000px) {
  .top-page .top-shop .top-shop-slide li.new::after {
    transform: scale(0.5);
    left: -35px;
  }
}

@media screen and (max-width: 800px) {
  .top-page .top-shop .top-shop-slide li.new::after {
    transform: scale(0.3);
    left: -35px;
  }
}

@media screen and (max-width: 768px) {
  .top-page .top-shop .top-shop-slide li.new::after {
    transform: scale(1.5);
    left: -35px;
  }
}

@media screen and (max-width: 450px) {
  .top-page .top-shop .top-shop-slide li.new::after {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .top-page .top-shop .top-shop-slide li.new::after {
    left: -20px;
    width: 60px;
    height: 59px;
    line-height: 59px;
    font-size: 12px;
  }
}

.top-page .top-shop .top-shop-slide a {
  display: block;
  height: 100%;
  background: #fff;
  transition: 0.4s;
}

.top-page .top-shop .top-shop-slide a:hover {
  opacity: 1;
}

.top-page .top-shop .top-shop-slide a:hover .thum .thum_img {
  opacity: 0;
}

.top-page .top-shop .top-shop-slide a:hover .thum::after {
  content: "MORE →";
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 70%;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 30px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.top-page .top-shop .top-shop-slide .thum {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.top-page .top-shop .top-shop-slide .thum .category {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  font-size: 14px;
  line-height: 27px;
  display: inline-block;
  height: 25px;
  color: #F5427C;
  z-index: 10;
  padding: 0 15px;
  font-weight: 400;
}

.top-page .top-shop .top-shop-slide .thum .thum_bg, .top-page .top-shop .top-shop-slide .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.top-page .top-shop .top-shop-slide .thum .thum_img {
  width: auto;
  max-height: 100%;
  height: 100%;
}

.top-page .top-shop .top-shop-slide .thum .thum_img {
  transition: 0.4s;
}

.top-page .top-shop .top-shop-slide .thum .thum_bg {
  width: 150%;
  filter: blur(6px);
}

.top-page .top-shop .top-shop-slide .bottom {
  text-align: left;
  padding: 15px 20px;
}

@media (max-width: 768px) {
  .top-page .top-shop .top-shop-slide .bottom {
    padding: 10px;
  }
}

.top-page .top-shop .top-shop-slide .bottom .ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 5px;
  height: 60px;
  position: relative;
}

.top-page .top-shop .top-shop-slide .bottom .ttl:before, .top-page .top-shop .top-shop-slide .bottom .ttl:after {
  background: #fff;
  position: absolute;
}

.top-page .top-shop .top-shop-slide .bottom .ttl:before {
  content: "...";
  bottom: 0;
  right: 6px;
}

@media (max-width: 768px) {
  .top-page .top-shop .top-shop-slide .bottom .ttl:before {
    right: 4px;
  }
}

.top-page .top-shop .top-shop-slide .bottom .ttl:after {
  content: "";
  height: 100%;
  width: 100%;
}

.top-page .top-shop .top-shop-slide .bottom .date {
  color: #ADADAD;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: 400;
}

.top-page .top-shop .top-shop-slide .bottom .name {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .top-page .top-shop .moreBtn {
    padding: 0 20px;
  }
}

.top-page .top-ranking {
  background: #FAEAEF;
  position: relative;
  padding: 50px 20px 80px 20px;
  overflow: hidden;
}

.top-page .top-ranking .no-press {
  position: relative;
  z-index: 1;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 768px) {
  .top-page .top-ranking {
    padding: 40px 20px;
  }
}

.top-page .top-ranking::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: #fff;
}

.top-page .top-ranking .c-ttl {
  text-align: left;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .top-page .top-ranking .c-ttl {
    margin-bottom: 35px;
  }
}

.top-page .top-ranking .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .top-page .top-ranking .list {
    justify-content: space-between;
  }
}

.top-page .top-ranking .list li {
  width: 32%;
  margin-right: 2%;
  text-align: left;
}

.top-page .top-ranking .list li:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .top-page .top-ranking .list li {
    width: 48%;
    margin-right: 0;
  }
}

.top-page .top-ranking .list a {
  display: block;
  height: 100%;
  background: #fff;
  transition: 0.4s;
}

.top-page .top-ranking .list .thum {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.top-page .top-ranking .list .thum .thum_bg, .top-page .top-ranking .list .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.top-page .top-ranking .list .thum .thum_img {
  width: auto;
  max-height: 100%;
  height: 100%;
}

.top-page .top-ranking .list .thum .thum_bg {
  width: 150%;
  filter: blur(6px);
}

.top-page .top-ranking .list .bottom {
  text-align: left;
  padding: 15px 20px;
  position: relative;
}

@media (max-width: 768px) {
  .top-page .top-ranking .list .bottom {
    padding: 10px;
  }
}

.top-page .top-ranking .list .bottom .ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
  overflow: hidden;
  height: 60px;
  position: relative;
}

.top-page .top-ranking .list .bottom .ttl:before, .top-page .top-ranking .list .bottom .ttl:after {
  background: #fff;
  position: absolute;
}

.top-page .top-ranking .list .bottom .ttl:before {
  content: "...";
  bottom: 0;
  right: 6px;
}

@media (max-width: 768px) {
  .top-page .top-ranking .list .bottom .ttl:before {
    right: 4px;
  }
}

.top-page .top-ranking .list .bottom .ttl:after {
  content: "";
  height: 100%;
  width: 100%;
}

.top-page .top-ranking .list .bottom .date {
  color: #ADADAD;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: 400;
}

.top-page .top-ranking .list .bottom .name {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}

.top-page .top-ranking .list .bottom .category {
  position: absolute;
  top: -25px;
  right: 0;
  background: #fff;
  font-size: 14px;
  line-height: 27px;
  display: inline-block;
  height: 25px;
  color: #F5427C;
  z-index: 10;
  padding: 0 15px;
  font-weight: 400;
}

@media (max-width: 1080px) {
  .top-page .top-ranking .list .bottom .category {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .top-page .top-ranking .list .bottom .category {
    font-size: 14px;
    line-height: 24px;
    position: initial;
    padding: 0;
    height: auto;
    display: block;
    width: 100%;
    text-align: center;
  }
}

.top-page .top-ranking .list01 {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .top-page .top-ranking .list01 {
    margin-bottom: 0;
  }
}

.top-page .top-ranking .list01 li {
  position: relative;
}

.top-page .top-ranking .list01 li::after {
  content: "1";
  position: absolute;
  top: -35px;
  left: 0;
  width: 88px;
  height: 95px;
  background: url("../images/top/ico_rank01.png") no-repeat center;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 30px;
  padding-top: 40px;
}

@media (max-width: 768px) {
  .top-page .top-ranking .list01 li::after {
    top: -25px;
    width: 53px;
    height: 56px;
    font-size: 18px;
    line-height: 30px;
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  .top-page .top-ranking .list01 li:nth-child(1)::after {
    width: 88px;
    height: 95px;
    font-size: 30px;
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .top-page .top-ranking .list01 li:nth-child(1) {
    margin-bottom: 35px;
  }
  .top-page .top-ranking .list01 li:nth-child(1) .bottom .category {
    position: absolute;
    padding: 0 10px;
    height: 25px;
    display: inline-block;
    width: auto;
  }
}

.top-page .top-ranking .list01 li:nth-child(2)::after {
  content: "2";
  background: url("../images/top/ico_rank02.png") no-repeat center;
  background-size: cover;
}

.top-page .top-ranking .list01 li:nth-child(3)::after {
  content: "3";
  background: url("../images/top/ico_rank03.png") no-repeat center;
  background-size: cover;
}

@media (max-width: 768px) {
  .top-page .top-ranking .list01 li:first-child {
    width: 100%;
  }
}

.top-page .top-ranking .list02 {
  margin-bottom: 40px;
  display: none;
}

.top-page .top-ranking .list02.active-rank {
  display: flex;
  flex-wrap: wrap;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

@media (max-width: 768px) {
  .top-page .top-ranking .list02.active-rank {
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .top-page .top-ranking .list02 {
    margin: 35px 0 0 0;
  }
}

.top-page .top-ranking .list02 li {
  width: 23%;
  margin-right: calc(8% / 3);
  position: relative;
}

.top-page .top-ranking .list02 li:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .top-page .top-ranking .list02 li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 35px;
  }
}

.top-page .top-ranking .list02 li::after {
  content: "4";
  position: absolute;
  top: -20px;
  left: 0;
  width: 67px;
  height: 68px;
  background: url("../images/top/ico_rank04.png") no-repeat center;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  padding-top: 25px;
}

@media (max-width: 768px) {
  .top-page .top-ranking .list02 li::after {
    width: 53px;
    height: 53px;
    font-size: 16px;
    line-height: 24px;
    padding-top: 15px;
  }
}

.top-page .top-ranking .list02 li:nth-child(2)::after {
  content: "5";
}

.top-page .top-ranking .list02 li:nth-child(3)::after {
  content: "6";
}

.top-page .top-ranking .list02 li:nth-child(4)::after {
  content: "7";
}

@media (max-width: 768px) {
  .top-page .top-ranking .list02 li:nth-child(3), .top-page .top-ranking .list02 li:nth-child(4) {
    margin-bottom: 0;
  }
}

.top-page .top-insta {
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #FFFCE6 50%, #FFFCE6 100%);
  padding: 0 20px;
  margin-bottom: 75px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .top-page .top-insta {
    margin-bottom: 45px;
  }
}

.top-page .top-insta a {
  transition: 0.4s;
}

.top-page .top-insta .inner1160 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 75px 0;
}

.top-page .top-insta .inner1160::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 400px;
  background: #FFFCE6;
}

@media (max-width: 768px) {
  .top-page .top-insta .inner1160::before {
    width: calc(100% - 185px);
  }
}

@media (max-width: 768px) {
  .top-page .top-insta .inner1160 {
    display: block;
    padding: 30px 0 0 0;
  }
  .top-page .top-insta .inner1160::after {
    content: " ";
    position: absolute;
    left: -20px;
    bottom: 0;
    width: calc(100% + 40px);
    height: 19%;
    background: #fff;
    z-index: 0;
  }
}

.top-page .top-insta .inner1160 .left {
  width: 300px;
  padding-top: 7%;
  position: relative;
}

@media (max-width: 1080px) {
  .top-page .top-insta .inner1160 .left {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .top-page .top-insta .inner1160 .left {
    width: 100%;
  }
}

.top-page .top-insta .inner1160 .left .ttl {
  padding-top: 90px;
  background: url("../images/common/ico_insta02.png") no-repeat center top;
  background-size: 72px;
  font-size: 40px;
  line-height: 46px;
}

@media (max-width: 1080px) {
  .top-page .top-insta .inner1160 .left .ttl {
    padding-top: 50px;
    background: url(../images/common/ico_insta02.png) no-repeat center top;
    background-size: 42px;
    font-size: 30px;
    line-height: 42px;
  }
}

@media (max-width: 768px) {
  .top-page .top-insta .inner1160 .left .ttl {
    padding: 0 0 0 45px;
    text-align: left;
    background: url("../images/common/ico_insta02.png") no-repeat center left;
    background-size: 36px;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}

.top-page .top-insta .inner1160 .left .moreBtn {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 90px;
}

.top-page .top-insta .inner1160 .right {
  width: calc(100% - 340px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  height: auto !important;
}

@media (max-width: 768px) {
  .top-page .top-insta .inner1160 .right {
    width: 100%;
  }
}

.top-page .top-insta .inner1160 .right li {
  width: 23%;
  margin-bottom: 2%;
  overflow: hidden;
  position: relative !important;
  top: inherit !important;
  left: inherit !important;
}

@media (max-width: 768px) {
  .top-page .top-insta .inner1160 .right li {
    width: 49%;
  }
}

.top-page .top-insta .inner1160 .right li a {
  display: block;
  position: relative;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.top-page .top-insta .inner1160 .right li a img, .top-page .top-insta .inner1160 .right li a video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 100%;
  width: auto !important;
  max-width: inherit !important;
}

.top-page .top-insta .inner1160 .right li a video {
  background: #000;
}

.top-page .top-insta .inner1160 .right li:nth-child(5), .top-page .top-insta .inner1160 .right li:nth-child(6), .top-page .top-insta .inner1160 .right li:nth-child(7), .top-page .top-insta .inner1160 .right li:nth-child(8) {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .top-page .top-insta .inner1160 .right li:nth-child(5), .top-page .top-insta .inner1160 .right li:nth-child(6), .top-page .top-insta .inner1160 .right li:nth-child(7), .top-page .top-insta .inner1160 .right li:nth-child(8) {
    margin-bottom: 2%;
  }
}

@media (max-width: 768px) {
  .top-page .top-insta .inner1160 .moreBtn {
    position: relative;
    z-index: 1;
  }
}

/* =========================================================
  news
========================================================= */
.news-page {
  /* =========================================================
  important
========================================================= */
  /* =========================================================
  .news_conts
========================================================= */
}

.news-page .press-none {
  text-align: center !important;
  width: 100%;
}

.news-page #conts {
  height: 0;
  width: 100%;
  display: block;
  opacity: 0;
  margin-top: -100px;
  padding-top: 100px;
}

.news-page .important {
  background: #FAE7E8;
  padding: 20px;
}

.news-page .important .inner1160 {
  text-align: center;
}

.news-page .important .inner1160 .important-ttl {
  width: 210px;
  text-align: left;
  font-size: 20px;
  line-height: 34px;
  color: #C7000E;
  background: url("../images/common/icon_important.png") no-repeat center left;
  background-size: 20px;
  padding-left: 35px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .news-page .important .inner1160 .important-ttl {
    display: block;
    margin: 0 auto 10px auto;
    font-size: 16px;
    line-height: 26px;
  }
}

.news-page .important .inner1160 .important-list {
  max-width: 800px;
  width: calc(100% - 220px);
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .news-page .important .inner1160 .important-list {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .news-page .important .inner1160 .important-list li {
    margin-bottom: 20px;
  }
}

.news-page .important .inner1160 .important-list li a {
  display: block;
  transition: 0.4s;
  font-size: 16px;
  line-height: 28px;
  padding-left: 20px;
  position: relative;
}

.news-page .important .inner1160 .important-list li a:hover {
  text-decoration: underline;
  opacity: 1;
}

@media (max-width: 768px) {
  .news-page .important .inner1160 .important-list li a {
    font-size: 14px;
    line-height: 22px;
  }
}

.news-page .important .inner1160 .important-list li a::after {
  content: " ";
  position: absolute;
  top: 13px;
  left: 0;
  width: 15px;
  height: 2px;
  background: #C7000E;
}

@media (max-width: 768px) {
  .news-page .important .inner1160 .important-list li a::after {
    top: 10px;
  }
}

.news-page .news_conts .bg-color {
  background: #FAEAEF;
  padding: 75px 20px;
}

@media (max-width: 768px) {
  .news-page .news_conts .bg-color {
    padding: 35px 20px 20px 20px;
  }
}

.news-page .news_conts .c-ttl {
  margin-bottom: 60px;
  text-align: left;
}

@media (max-width: 768px) {
  .news-page .news_conts .c-ttl {
    margin-bottom: 30px;
  }
}

.news-page .news_conts .tab-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-btn {
    margin-bottom: 25px;
  }
}

.news-page .news_conts .tab-btn li {
  width: 50%;
  position: relative;
  font-size: 18px;
  line-height: 70px;
  cursor: pointer;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-btn li {
    font-size: 3vw;
    line-height: 5vw;
    padding: 10px 0;
  }
}

.news-page .news_conts .tab-btn li::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 60%;
  width: 1px;
  background: #000;
}

.news-page .news_conts .tab-btn li:last-child::after {
  display: none;
}

.news-page .news_conts .tab-btn li:hover {
  color: #F5427C;
}

.news-page .news_conts .tab-btn li.active {
  color: #F5427C;
}

.news-page .news_conts .tab-btn li.active::before {
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  background: #FAEAEF;
  transform: rotate(-45deg);
}

.news-page .news_conts .tab-area01 {
  display: none;
}

.news-page .news_conts .tab-area01.active-area {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area01.active-area {
    justify-content: space-between;
  }
}

.news-page .news_conts .tab-area01 li {
  width: 23%;
  margin-bottom: 30px;
  margin-right: calc(8% / 3);
}

.news-page .news_conts .tab-area01 li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area01 li {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 0;
  }
  .news-page .news_conts .tab-area01 li:first-child {
    width: 100%;
  }
  .news-page .news_conts .tab-area01 li:first-child a {
    height: 50px;
    line-height: 50px;
    padding-top: 0;
  }
  .news-page .news_conts .tab-area01 li:nth-child(6), .news-page .news_conts .tab-area01 li:nth-child(7) {
    margin-bottom: 0;
  }
}

.news-page .news_conts .tab-area01 li a {
  display: block;
  height: 100%;
  background: #fff;
  transition: 0.4s;
  height: 120px;
  font-size: 16px;
  line-height: 24px;
  padding-top: 75px;
  position: relative;
}

.news-page .news_conts .tab-area01 li a:hover {
  opacity: 1;
  color: #fff;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area01 li a {
    font-size: 14px;
    line-height: 17px;
    height: 100px;
    padding-top: 60px;
  }
  .news-page .news_conts .tab-area01 li a .tab-visible {
    display: block;
  }
}

.news-page .news_conts .tab-area01 li a.active {
  color: #fff;
}

.news-page .news_conts .tab-area01 li a.active::after {
  content: " ";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #F5427C transparent transparent transparent;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area01 li a.active::after {
    display: none;
  }
}

.news-page .news_conts .tab-area01 li:nth-child(1) a {
  background: url("../images/common/ico_all.png") no-repeat center top 25px, #fff;
  background-size: 31px;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area01 li:nth-child(1) a {
    background: url("../images/common/ico_all.png") no-repeat center left 30px, #fff;
    background-size: 20px;
  }
}

.news-page .news_conts .tab-area01 li:nth-child(1) a:hover, .news-page .news_conts .tab-area01 li:nth-child(1) a.active {
  background: url("../images/common/ico_all02.png") no-repeat center top 25px, #F5427C;
  background-size: 31px;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area01 li:nth-child(1) a:hover, .news-page .news_conts .tab-area01 li:nth-child(1) a.active {
    background: url("../images/common/ico_all02.png") no-repeat center left 30px, #F5427C;
    background-size: 20px;
  }
}

.news-page .news_conts .tab-area01 li:nth-child(2) a {
  background: url("../images/common/ico_fashion.png") no-repeat center top 25px, #fff;
  background-size: 46px;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area01 li:nth-child(2) a {
    background: url("../images/common/ico_fashion.png") no-repeat center top 15px, #fff;
    background-size: 40px;
  }
}

.news-page .news_conts .tab-area01 li:nth-child(2) a:hover, .news-page .news_conts .tab-area01 li:nth-child(2) a.active {
  background: url("../images/common/ico_fashion02.png") no-repeat center top 25px, #F5427C;
  background-size: 46px;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area01 li:nth-child(2) a:hover, .news-page .news_conts .tab-area01 li:nth-child(2) a.active {
    background: url("../images/common/ico_fashion02.png") no-repeat center top 15px, #F5427C;
    background-size: 40px;
  }
}

.news-page .news_conts .tab-area01 li:nth-child(3) a {
  background: url("../images/common/ico_goods.png") no-repeat center top 27px, #fff;
  background-size: 23px;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area01 li:nth-child(3) a {
    background: url("../images/common/ico_goods.png") no-repeat center top 15px, #fff;
    background-size: 20px;
  }
}

.news-page .news_conts .tab-area01 li:nth-child(3) a:hover, .news-page .news_conts .tab-area01 li:nth-child(3) a.active {
  background: url("../images/common/ico_goods02.png") no-repeat center top 27px, #F5427C;
  background-size: 23px;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area01 li:nth-child(3) a:hover, .news-page .news_conts .tab-area01 li:nth-child(3) a.active {
    background: url("../images/common/ico_goods02.png") no-repeat center top 15px, #F5427C;
    background-size: 20px;
  }
}

.news-page .news_conts .tab-area01 li:nth-child(4) a {
  background: url("../images/common/ico_cosme.png") no-repeat center top 27px, #fff;
  background-size: 42px;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area01 li:nth-child(4) a {
    background: url("../images/common/ico_cosme.png") no-repeat center top 20px, #fff;
    background-size: 35px;
  }
}

.news-page .news_conts .tab-area01 li:nth-child(4) a:hover, .news-page .news_conts .tab-area01 li:nth-child(4) a.active {
  background: url("../images/common/ico_cosme02.png") no-repeat center top 27px, #F5427C;
  background-size: 42px;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area01 li:nth-child(4) a:hover, .news-page .news_conts .tab-area01 li:nth-child(4) a.active {
    background: url("../images/common/ico_cosme02.png") no-repeat center top 20px, #F5427C;
    background-size: 35px;
  }
}

.news-page .news_conts .tab-area01 li:nth-child(5) a {
  background: url("../images/common/ico_so.png") no-repeat center top 32px, #fff;
  background-size: 40px;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area01 li:nth-child(5) a {
    background: url("../images/common/ico_so.png") no-repeat center top 25px, #fff;
    background-size: 28px;
  }
}

.news-page .news_conts .tab-area01 li:nth-child(5) a:hover, .news-page .news_conts .tab-area01 li:nth-child(5) a.active {
  background: url("../images/common/ico_so02.png") no-repeat center top 32px, #F5427C;
  background-size: 40px;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area01 li:nth-child(5) a:hover, .news-page .news_conts .tab-area01 li:nth-child(5) a.active {
    background: url("../images/common/ico_so02.png") no-repeat center top 25px, #F5427C;
    background-size: 28px;
  }
}

.news-page .news_conts .tab-area01 li:nth-child(6) a {
  background: url("../images/common/ico_coffee.png") no-repeat center top 25px, #fff;
  background-size: 45px;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area01 li:nth-child(6) a {
    background: url("../images/common/ico_coffee.png") no-repeat center top 20px, #fff;
    background-size: 36px;
  }
}

.news-page .news_conts .tab-area01 li:nth-child(6) a:hover, .news-page .news_conts .tab-area01 li:nth-child(6) a.active {
  background: url("../images/common/ico_coffee02.png") no-repeat center top 25px, #F5427C;
  background-size: 45px;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area01 li:nth-child(6) a:hover, .news-page .news_conts .tab-area01 li:nth-child(6) a.active {
    background: url("../images/common/ico_coffee02.png") no-repeat center top 20px, #F5427C;
    background-size: 36px;
  }
}

.news-page .news_conts .tab-area01 li:nth-child(7) a {
  background: url("../images/common/ico_food.png") no-repeat center top 29px, #fff;
  background-size: 31px;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area01 li:nth-child(7) a {
    background: url("../images/common/ico_food.png") no-repeat center top 20px, #fff;
    background-size: 26px;
  }
}

.news-page .news_conts .tab-area01 li:nth-child(7) a:hover, .news-page .news_conts .tab-area01 li:nth-child(7) a.active {
  background: url("../images/common/ico_food02.png") no-repeat center top 29px, #F5427C;
  background-size: 31px;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area01 li:nth-child(7) a:hover, .news-page .news_conts .tab-area01 li:nth-child(7) a.active {
    background: url("../images/common/ico_food02.png") no-repeat center top 20px, #F5427C;
    background-size: 26px;
  }
}

.news-page .news_conts .tab-area02 {
  display: none;
}

.news-page .news_conts .tab-area02.active-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

.news-page .news_conts .tab-area02 li {
  width: 18%;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area02 li {
    width: 48%;
    margin-bottom: 4%;
  }
  .news-page .news_conts .tab-area02 li:nth-child(5), .news-page .news_conts .tab-area02 li:nth-child(6) {
    margin-bottom: 0;
  }
}

.news-page .news_conts .tab-area02 a {
  font-size: 16px;
  line-height: 26px;
  background: #fff;
  display: block;
  height: 80px;
  transition: 0.4s;
  position: relative;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area02 a {
    font-size: 14px;
    line-height: 22px;
    height: 60px;
  }
}

.news-page .news_conts .tab-area02 a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  width: 100%;
}

.news-page .news_conts .tab-area02 a:hover, .news-page .news_conts .tab-area02 a.active {
  background: #F5427C;
  color: #fff;
  opacity: 1;
}

.news-page .news_conts .tab-area02 a.active::after {
  content: " ";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #F5427C transparent transparent transparent;
}

@media (max-width: 768px) {
  .news-page .news_conts .tab-area02 a.active::after {
    display: none;
  }
}

.news-page .news_conts .list-wrap.inner1160 {
  max-width: 1200px;
  padding: 40px 20px 0 20px;
}

@media (max-width: 768px) {
  .news-page .news_conts .list-wrap.inner1160 {
    padding: 30px 20px 0 20px;
  }
}

.news-page .news_conts .list-wrap .read {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 500;
}

@media (max-width: 768px) {
  .news-page .news_conts .list-wrap .read {
    margin-bottom: 20px;
  }
}

.news-page .news_conts .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 768px) {
  .news-page .news_conts .list {
    justify-content: space-between;
  }
}

.news-page .news_conts .list li {
  width: 23%;
  margin-bottom: 4%;
  margin-right: calc( 8% / 3);
}

.news-page .news_conts .list li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .news-page .news_conts .list li {
    width: 48%;
    margin: 0 0 30px 0;
  }
}

.news-page .news_conts .list li.new {
  position: relative;
}

.news-page .news_conts .list li.new::after {
  content: "NEW";
  position: absolute;
  top: 5px;
  left: -25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 100px;
  text-align: center;
  width: 83px;
  height: 95px;
  font-weight: 600;
  color: #fff;
  background: url("../images/common/ico_sakura.png") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1000px) {
  .news-page .news_conts .list li.new::after {
    transform: scale(0.5);
    left: -35px;
  }
}

@media screen and (max-width: 800px) {
  .news-page .news_conts .list li.new::after {
    transform: scale(0.3);
    left: -35px;
  }
}

@media screen and (max-width: 768px) {
  .news-page .news_conts .list li.new::after {
    transform: scale(1.5);
    left: -35px;
  }
}

@media screen and (max-width: 450px) {
  .news-page .news_conts .list li.new::after {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .news-page .news_conts .list li.new::after {
    left: -20px;
    width: 60px;
    height: 59px;
    line-height: 59px;
    font-size: 12px;
  }
}

.news-page .news_conts .list a {
  display: block;
  height: 100%;
  background: #fff;
  transition: 0.4s;
  box-shadow: 10px 10px 0 0 #FFFCE6;
}

@media (max-width: 768px) {
  .news-page .news_conts .list a {
    box-shadow: 5px 5px 0 0 #FFFCE6;
  }
}

.news-page .news_conts .list .thum {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.news-page .news_conts .list .thum .thum_bg, .news-page .news_conts .list .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.news-page .news_conts .list .thum .thum_img {
  width: auto;
  max-height: 100%;
  height: 100%;
}

.news-page .news_conts .list .thum .thum_bg {
  width: 150%;
  filter: blur(6px);
}

.news-page .news_conts .list .bottom {
  text-align: left;
  padding: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .news-page .news_conts .list .bottom {
    padding: 10px;
  }
}

.news-page .news_conts .list .bottom .ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
  overflow: hidden;
  margin-bottom: 5px;
  height: 60px;
  position: relative;
}

.news-page .news_conts .list .bottom .ttl:before, .news-page .news_conts .list .bottom .ttl:after {
  background: #fff;
  position: absolute;
}

.news-page .news_conts .list .bottom .ttl:before {
  content: "...";
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .news-page .news_conts .list .bottom .ttl:before {
    right: 0;
  }
}

.news-page .news_conts .list .bottom .ttl:after {
  content: "";
  height: 100%;
  width: 100%;
}

.news-page .news_conts .list .bottom .date {
  color: #ADADAD;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: 400;
}

.news-page .news_conts .list .bottom .name {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-detail-page {
  /* =========================================================
  .detail-conts
========================================================= */
  /* =========================================================
  .detail-conts02
========================================================= */
}

.news-detail-page .detail-conts {
  background: #FAEAEF;
  text-align: left;
  padding: 75px 20px 45px 20px;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts {
    padding: 35px 20px 30px 20px;
  }
}

.news-detail-page .detail-conts .c-ttl {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts .c-ttl {
    margin-bottom: 30px;
  }
}

.news-detail-page .detail-conts .inner1160 .shop-detail {
  float: right;
  max-width: 260px;
  width: 23%;
}

.news-detail-page .detail-conts .inner1160 .shop-detail a {
  transition: 0.4s;
  display: block;
}

.news-detail-page .detail-conts .inner1160 .shop-detail a:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts .inner1160 .shop-detail {
    float: none;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts .inner1160 .shop-detail .right-wrap {
    width: 53%;
    float: right;
  }
}

.news-detail-page .detail-conts .inner1160 .shop-detail .floor {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  border: 1px solid #F5427C;
  color: #F5427C;
  margin-bottom: 15px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts .inner1160 .shop-detail .floor {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.news-detail-page .detail-conts .inner1160 .shop-detail .name {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 20px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts .inner1160 .shop-detail .name {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

.news-detail-page .detail-conts .inner1160 .shop-detail .name span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
}

.news-detail-page .detail-conts .inner1160 .shop-detail .thum {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  height: auto !important;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts .inner1160 .shop-detail .thum {
    width: 40%;
    　　float: left;
    margin-bottom: 10px;
  }
}

.news-detail-page .detail-conts .inner1160 .shop-detail .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: 100%;
  max-height: 100%;
}

.news-detail-page .detail-conts .inner1160 .shop-detail .item {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  color: #F5427C;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts .inner1160 .shop-detail .item {
    clear: both;
    float: none;
    font-size: 14px;
    line-height: 24px;
  }
}

.news-detail-page .detail-conts .inner1160 .shop-detail .item span {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  display: block;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts .inner1160 .shop-detail .item span {
    font-size: 12px;
    line-height: 20px;
  }
}

.news-detail-page .detail-conts02 {
  padding: 0 20px;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts02 {
    padding: 30px 20px 0 20px;
  }
}

.news-detail-page .detail-conts02 .inner1160 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-detail-page .detail-conts02 .inner1160 .contents-area {
  max-width: 830px;
  width: 72%;
  text-align: left;
  background: #fff;
  padding: 40px;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts02 .inner1160 .contents-area {
    margin-top: 0 !important;
    width: 100%;
    padding: 0;
    background: none;
  }
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .date {
  color: #ADADAD;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts02 .inner1160 .contents-area .date {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .d-ttl {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 40px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts02 .inner1160 .contents-area .d-ttl {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .contents {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts02 .inner1160 .contents-area .contents {
    margin-bottom: 25px;
  }
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .contents iframe {
  max-width: 100% !important;
  display: block;
  margin: 10px auto;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts02 .inner1160 .contents-area .contents iframe {
    max-height: 150px;
  }
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .contents a {
  text-decoration: underline;
  transition: 0.4s;
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .categories {
  text-align: right;
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts02 .inner1160 .contents-area .categories {
    text-align: left;
    margin-bottom: 30px;
  }
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .categories li {
  text-align: center;
  display: inline-block;
  margin-left: 15px;
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .categories li:first-child {
  margin-left: 0;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts02 .inner1160 .contents-area .categories li {
    margin: 0 10px 0 0;
  }
  .news-detail-page .detail-conts02 .inner1160 .contents-area .categories li:last-child {
    margin-right: 0;
  }
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .categories li a {
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #F5427C;
  color: #F5427C;
  padding: 15px;
  transition: 0.4s;
  display: block;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts02 .inner1160 .contents-area .categories li a {
    padding: 10px;
  }
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .sns {
  text-align: center;
  background: #FFFCE6;
  padding: 30px 10px;
  margin-bottom: 40px;
  position: relative;
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .sns::after {
  content: " ";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent #FFFCE6 transparent;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts02 .inner1160 .contents-area .sns {
    padding: 10px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .sns li {
  display: inline-block;
  max-width: 140px;
  width: 18%;
  font-size: 18px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 1%;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts02 .inner1160 .contents-area .sns li {
    width: 48%;
    margin: 0;
    max-width: 100%;
  }
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .sns li:first-child {
  margin: 0;
  font-weight: 500;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts02 .inner1160 .contents-area .sns li:first-child {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .sns li:nth-child(2) {
  margin-left: 0;
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .sns li:last-child {
  margin-right: 0;
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .sns li a {
  display: block;
  transition: 0.4s;
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .pager li {
  max-width: 248px;
  width: 40%;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts02 .inner1160 .contents-area .pager li {
    max-width: 120px;
  }
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .pager li a {
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #F5427C;
  text-align: center;
  border-bottom: 1px solid #F5427C;
  font-weight: 600;
  position: relative;
  transition: 0.4s;
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .pager li a::after {
  content: "→";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 51px;
  font-family: sans-serif;
  transition: 0.4s;
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .pager li.prev a::after {
  right: initial;
  left: 0;
  content: "←";
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .pager li.prev a:hover::after {
  right: initial;
  left: -5px;
}

.news-detail-page .detail-conts02 .inner1160 .contents-area .pager li.next a:hover::after {
  right: -5px;
}

.news-detail-page .detail-conts02 .inner1160 .other-news {
  max-width: 260px;
  width: 23%;
  padding: 45px 0;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts02 .inner1160 .other-news {
    max-width: 100%;
    width: 100%;
    padding: 45px 0 0 0;
  }
}

.news-detail-page .detail-conts02 .inner1160 .other-news .read {
  text-align: left;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 20px;
  font-weight: 500;
}

@media (max-width: 1080px) {
  .news-detail-page .detail-conts02 .inner1160 .other-news .read {
    font-size: 18px;
    line-height: 27px;
  }
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts02 .inner1160 .other-news .read {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 15px;
  }
}

.news-detail-page .detail-conts02 .inner1160 .other-news .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts02 .inner1160 .other-news .list {
    justify-content: space-between;
  }
}

.news-detail-page .detail-conts02 .inner1160 .other-news .list li {
  width: 100%;
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts02 .inner1160 .other-news .list li {
    width: 48%;
    margin: 0 0 30px 0;
  }
}

.news-detail-page .detail-conts02 .inner1160 .other-news .list a {
  display: block;
  height: 100%;
  background: #fff;
  transition: 0.4s;
  box-shadow: 10px 10px 0 0 #FFFCE6;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts02 .inner1160 .other-news .list a {
    box-shadow: 5px 5px 0 0 #FFFCE6;
  }
}

.news-detail-page .detail-conts02 .inner1160 .other-news .list .thum {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.news-detail-page .detail-conts02 .inner1160 .other-news .list .thum .thum_bg, .news-detail-page .detail-conts02 .inner1160 .other-news .list .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: 100%;
  max-height: 100%;
}

.news-detail-page .detail-conts02 .inner1160 .other-news .list .thum .thum_bg {
  width: 150%;
  filter: blur(6px);
}

.news-detail-page .detail-conts02 .inner1160 .other-news .list .bottom {
  text-align: left;
  padding: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts02 .inner1160 .other-news .list .bottom {
    padding: 10px;
  }
}

.news-detail-page .detail-conts02 .inner1160 .other-news .list .bottom .ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}

.news-detail-page .detail-conts02 .inner1160 .other-news .list .bottom .date {
  color: #ADADAD;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: 400;
}

.news-detail-page .detail-conts02 .inner1160 .other-news .list .bottom .name {
  font-size: 14px;
  line-height: 22px;
}

.news-detail-page .detail-conts02 .inner1160 .other-news .list .bottom .category {
  position: absolute;
  top: -25px;
  right: 0;
  background: #fff;
  font-size: 14px;
  line-height: 27px;
  display: inline-block;
  height: 25px;
  color: #F5427C;
  z-index: 10;
  padding: 0 15px;
  font-weight: 400;
}

@media (max-width: 1080px) {
  .news-detail-page .detail-conts02 .inner1160 .other-news .list .bottom .category {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .news-detail-page .detail-conts02 .inner1160 .other-news .list .bottom .category {
    font-size: 14px;
    line-height: 24px;
    position: initial;
    padding: 0;
    height: auto;
    display: block;
    width: 100%;
    text-align: center;
  }
}

.archive-news-page {
  /* =========================================================
  .an-conts01
========================================================= */
  /* =========================================================
  .an-conts02
========================================================= */
}

.archive-news-page .an-conts01 {
  background: #FAEAEF;
  text-align: left;
  padding: 75px 20px 45px 20px;
}

@media (max-width: 768px) {
  .archive-news-page .an-conts01 {
    padding: 35px 20px 30px 20px;
  }
}

.archive-news-page .an-conts01 .c-ttl {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .archive-news-page .an-conts01 .c-ttl {
    margin-bottom: 30px;
  }
}

.archive-news-page .an-conts01 .one-detail {
  position: relative;
  padding-left: 19%;
  min-height: 190px;
}

@media (max-width: 768px) {
  .archive-news-page .an-conts01 .one-detail {
    min-height: auto;
    padding-left: 0;
  }
}

.archive-news-page .an-conts01 .one-detail .thum {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-width: 190px;
  width: 17%;
  height: auto !important;
}

@media (max-width: 768px) {
  .archive-news-page .an-conts01 .one-detail .thum {
    position: inherit;
    top: inherit;
    left: inherit;
    width: 40%;
    margin-bottom: 10px;
    float: left;
    max-width: 100%;
  }
}

.archive-news-page .an-conts01 .one-detail .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: 100%;
  max-height: 100%;
}

@media (max-width: 768px) {
  .archive-news-page .an-conts01 .one-detail .middle {
    width: 53%;
    float: right;
  }
}

.archive-news-page .an-conts01 .one-detail .middle .floor {
  color: #F5427C;
  border: 1px solid #F5427C;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 40px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .archive-news-page .an-conts01 .one-detail .middle .floor {
    font-size: 14px;
    line-height: 30px;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}

.archive-news-page .an-conts01 .one-detail .middle .name {
  display: block;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 10px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .archive-news-page .an-conts01 .one-detail .middle .name {
    font-size: 16px;
    line-height: 26px;
  }
}

.archive-news-page .an-conts01 .one-detail .middle .name span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .archive-news-page .an-conts01 .one-detail .bottom {
    clear: both;
    float: none;
  }
}

.archive-news-page .an-conts01 .one-detail .bottom .item {
  color: #F5427C;
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .archive-news-page .an-conts01 .one-detail .bottom .item {
    font-size: 14px;
    line-height: 24px;
  }
}

.archive-news-page .an-conts01 .one-detail .bottom .item span {
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .archive-news-page .an-conts01 .one-detail .bottom .item span {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
  }
}

.archive-news-page .an-conts02 {
  padding: 40px 20px 0 20px;
  text-align: left;
}

@media (max-width: 768px) {
  .archive-news-page .an-conts02 {
    padding-top: 35px;
  }
}

.archive-news-page .an-conts02 .inner1160 {
  position: relative;
}

.archive-news-page .an-conts02 .cp_ipselect {
  position: absolute;
  top: -15px;
  right: 0;
  width: 260px;
}

@media (max-width: 768px) {
  .archive-news-page .an-conts02 .cp_ipselect {
    position: inherit;
    top: 0;
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
}

.archive-news-page .an-conts02 .read {
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 40px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .archive-news-page .an-conts02 .read {
    margin-bottom: 15px;
  }
}

.archive-news-page .an-conts02 .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 768px) {
  .archive-news-page .an-conts02 .list {
    justify-content: space-between;
  }
}

.archive-news-page .an-conts02 .list li {
  width: 23%;
  margin-bottom: 4%;
  margin-right: calc( 8% / 3);
}

.archive-news-page .an-conts02 .list li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .archive-news-page .an-conts02 .list li {
    width: 48%;
    margin: 0 0 30px 0;
  }
}

.archive-news-page .an-conts02 .list li.new {
  position: relative;
}

.archive-news-page .an-conts02 .list li.new::after {
  content: "NEW";
  position: absolute;
  top: 5px;
  left: -25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 100px;
  text-align: center;
  width: 83px;
  height: 95px;
  font-weight: 600;
  color: #fff;
  background: url("../images/common/ico_sakura.png") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1000px) {
  .archive-news-page .an-conts02 .list li.new::after {
    transform: scale(0.5);
    left: -35px;
  }
}

@media screen and (max-width: 800px) {
  .archive-news-page .an-conts02 .list li.new::after {
    transform: scale(0.3);
    left: -35px;
  }
}

@media screen and (max-width: 768px) {
  .archive-news-page .an-conts02 .list li.new::after {
    transform: scale(1.5);
    left: -35px;
  }
}

@media screen and (max-width: 450px) {
  .archive-news-page .an-conts02 .list li.new::after {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .archive-news-page .an-conts02 .list li.new::after {
    left: -20px;
    width: 60px;
    height: 59px;
    line-height: 59px;
    font-size: 12px;
  }
}

.archive-news-page .an-conts02 .list a {
  display: block;
  height: 100%;
  background: #fff;
  transition: 0.4s;
  box-shadow: 10px 10px 0 0 #FFFCE6;
}

@media (max-width: 768px) {
  .archive-news-page .an-conts02 .list a {
    box-shadow: 5px 5px 0 0 #FFFCE6;
  }
}

.archive-news-page .an-conts02 .list .thum {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.archive-news-page .an-conts02 .list .thum .thum_bg, .archive-news-page .an-conts02 .list .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.archive-news-page .an-conts02 .list .thum .thum_img {
  width: auto;
  max-height: 100%;
  height: 100%;
}

.archive-news-page .an-conts02 .list .thum .thum_bg {
  width: 150%;
  filter: blur(6px);
}

.archive-news-page .an-conts02 .list .bottom {
  text-align: left;
  padding: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .archive-news-page .an-conts02 .list .bottom {
    padding: 10px;
  }
}

.archive-news-page .an-conts02 .list .bottom .ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
  overflow: hidden;
  margin-bottom: 5px;
  max-height: 60px;
  position: relative;
}

.archive-news-page .an-conts02 .list .bottom .ttl:before, .archive-news-page .an-conts02 .list .bottom .ttl:after {
  background: #fff;
  position: absolute;
}

.archive-news-page .an-conts02 .list .bottom .ttl:before {
  content: "...";
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .archive-news-page .an-conts02 .list .bottom .ttl:before {
    right: 0;
  }
}

.archive-news-page .an-conts02 .list .bottom .ttl:after {
  content: "";
  height: 100%;
  width: 100%;
}

.archive-news-page .an-conts02 .list .bottom .date {
  color: #ADADAD;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: 400;
}

/* =========================================================
  topics
========================================================= */
.topics-page {
  /* =========================================================
  .topics-conts01
========================================================= */
  /* =========================================================
  .topics-conts02
========================================================= */
}

.topics-page .topics-conts01 {
  background: #FAEAEF;
  text-align: left;
  padding: 75px 20px 45px 20px;
}

@media (max-width: 768px) {
  .topics-page .topics-conts01 {
    padding: 35px 20px 30px 20px;
  }
}

.topics-page .topics-conts01 .c-ttl {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .topics-page .topics-conts01 .c-ttl {
    margin-bottom: 30px;
  }
}

.topics-page .topics-conts01 .calendar-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  text-align: left;
}

@media (max-width: 768px) {
  .topics-page .topics-conts01 .calendar-area {
    display: block;
    position: relative;
  }
}

.topics-page .topics-conts01 .calendar-area .prev-month a,
.topics-page .topics-conts01 .calendar-area .next-month a {
  background: url("../images/common/ico_arrow.png") no-repeat center right;
  background-size: 17px;
  transition: 0.4s;
  text-align: center;
  font-weight: 400;
  display: block;
  width: 190px;
  font-size: 24px;
  line-height: 30px;
  color: #F5427C;
  border-bottom: 1px solid #F5427C;
  padding: 10px 0;
  font-weight: 500;
}

@media (max-width: 768px) {
  .topics-page .topics-conts01 .calendar-area .prev-month a,
  .topics-page .topics-conts01 .calendar-area .next-month a {
    width: 100%;
  }
}

.topics-page .topics-conts01 .calendar-area .prev-month a span,
.topics-page .topics-conts01 .calendar-area .next-month a span {
  padding-left: 5px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .topics-page .topics-conts01 .calendar-area .prev-month,
  .topics-page .topics-conts01 .calendar-area .next-month {
    max-width: 120px;
    width: 100%;
    display: block;
    margin-left: auto;
  }
  .topics-page .topics-conts01 .calendar-area .prev-month a,
  .topics-page .topics-conts01 .calendar-area .next-month a {
    padding: 10px 10px 10px 0;
  }
}

@media (max-width: 768px) {
  .topics-page .topics-conts01 .calendar-area .prev-month {
    margin: 0 auto 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.topics-page .topics-conts01 .calendar-area .prev-month a {
  background: url("../images/common/ico_arrow01.png") no-repeat center left;
  background-size: 17px;
}

@media (max-width: 768px) {
  .topics-page .topics-conts01 .calendar-area .prev-month a {
    padding: 10px 0 10px 10px;
  }
}

.topics-page .topics-conts01 .calendar-area .calendar {
  width: calc(100% - 450px);
}

@media (max-width: 768px) {
  .topics-page .topics-conts01 .calendar-area .calendar {
    width: 100%;
    margin-bottom: 10px;
  }
}

.topics-page .topics-conts01 .calendar-area .calendar .chead {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .topics-page .topics-conts01 .calendar-area .calendar .chead {
    display: block;
  }
}

.topics-page .topics-conts01 .calendar-area .calendar .chead .date {
  font-size: 26px;
  line-height: 38px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .topics-page .topics-conts01 .calendar-area .calendar .chead .date {
    margin-bottom: 5px;
  }
}

.topics-page .topics-conts01 .calendar-area .calendar .chead .date span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  padding-left: 10px;
}

.topics-page .topics-conts01 .calendar-area .calendar .chead .achive {
  transition: 0.4s;
  color: #F5427C;
  font-size: 14px;
  line-height: 24px;
  padding-right: 30px;
  display: inline-block;
  background: url("../images/common/ico_arrow.png") no-repeat center right;
  background-size: 13px;
}

@media (max-width: 768px) {
  .topics-page .topics-conts01 .calendar-area .calendar .chead .achive {
    display: block;
    text-align: right;
  }
}

.topics-page .topics-conts01 .calendar-area .calendar .cmiddle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .topics-page .topics-conts01 .calendar-area .calendar .cmiddle {
    margin-bottom: 10px;
  }
}

.topics-page .topics-conts01 .calendar-area .calendar .cmiddle li {
  width: 13%;
  margin-bottom: 1%;
  background: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0;
}

.topics-page .topics-conts01 .calendar-area .calendar .cmiddle li a {
  display: block;
  transition: 0.4s;
}

.topics-page .topics-conts01 .calendar-area .calendar .cmiddle li.active {
  background: #F5427C;
  color: #fff;
}

.topics-page .topics-conts01 .calendar-area .calendar .cmiddle li.active a {
  color: #fff !important;
}

.topics-page .topics-conts01 .calendar-area .calendar .cmiddle li:nth-child(6), .topics-page .topics-conts01 .calendar-area .calendar .cmiddle li:nth-child(7n + 6), .topics-page .topics-conts01 .calendar-area .calendar .cmiddle li:nth-child(6), .topics-page .topics-conts01 .calendar-area .calendar .cmiddle li:nth-child(7n + 6) a {
  color: #5287BC !important;
}

.topics-page .topics-conts01 .calendar-area .calendar .cmiddle li:nth-child(7n + 6).active,
.topics-page .topics-conts01 .calendar-area .calendar .cmiddle li:nth-child(7n + 6).active a {
  color: #fff !important;
}

.topics-page .topics-conts01 .calendar-area .calendar .cmiddle li:nth-child(7), .topics-page .topics-conts01 .calendar-area .calendar .cmiddle li:nth-child(7n), .topics-page .topics-conts01 .calendar-area .calendar .cmiddle li:nth-child(7), .topics-page .topics-conts01 .calendar-area .calendar .cmiddle li:nth-child(7n) a {
  color: #C7000E !important;
}

.topics-page .topics-conts01 .calendar-area .calendar .cmiddle li:nth-child(7n).active,
.topics-page .topics-conts01 .calendar-area .calendar .cmiddle li:nth-child(7n).active a {
  color: #fff !important;
}

.topics-page .topics-conts01 .calendar-area .calendar .cmiddle li:nth-child(1), .topics-page .topics-conts01 .calendar-area .calendar .cmiddle li:nth-child(2), .topics-page .topics-conts01 .calendar-area .calendar .cmiddle li:nth-child(3), .topics-page .topics-conts01 .calendar-area .calendar .cmiddle li:nth-child(4), .topics-page .topics-conts01 .calendar-area .calendar .cmiddle li:nth-child(5), .topics-page .topics-conts01 .calendar-area .calendar .cmiddle li:nth-child(6), .topics-page .topics-conts01 .calendar-area .calendar .cmiddle li:nth-child(7) {
  background: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1080px) {
  .topics-page .topics-conts01 .calendar-area .calendar .cmiddle li {
    font-size: 14px;
    line-height: 47px;
  }
}

@media (max-width: 768px) {
  .topics-page .topics-conts01 .calendar-area .calendar .cmiddle li {
    width: 14%;
    margin-bottom: 0.5%;
  }
}

.topics-page .topics-conts01 .calendar-area .calendar .notice {
  font-size: 14px;
  line-height: 22px;
}

.topics-page .topics-conts02 {
  padding: 40px 20px 0 20px;
  text-align: left;
}

@media (max-width: 768px) {
  .topics-page .topics-conts02 {
    padding-top: 35px;
  }
}

.topics-page .topics-conts02 .read {
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 40px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .topics-page .topics-conts02 .read {
    margin-bottom: 15px;
  }
}

.topics-page .topics-conts02 .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.topics-page .topics-conts02 .list li {
  width: 48%;
  margin-bottom: 4%;
}

.topics-page .topics-conts02 .list li.press-none {
  width: 100%;
  text-align: center;
  margin: 0;
}

@media (max-width: 768px) {
  .topics-page .topics-conts02 .list li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .topics-page .topics-conts02 .list li:last-child {
    margin-bottom: 0;
  }
}

.topics-page .topics-conts02 .list li.new {
  position: relative;
}

.topics-page .topics-conts02 .list li.new::after {
  content: "NEW";
  position: absolute;
  top: 5px;
  left: -25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 100px;
  text-align: center;
  width: 83px;
  height: 95px;
  font-weight: 600;
  color: #fff;
  background: url("../images/common/ico_sakura.png") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1000px) {
  .topics-page .topics-conts02 .list li.new::after {
    transform: scale(0.5);
    left: -35px;
  }
}

@media screen and (max-width: 800px) {
  .topics-page .topics-conts02 .list li.new::after {
    transform: scale(0.3);
    left: -35px;
  }
}

@media screen and (max-width: 768px) {
  .topics-page .topics-conts02 .list li.new::after {
    transform: scale(1.5);
    left: -35px;
  }
}

@media screen and (max-width: 450px) {
  .topics-page .topics-conts02 .list li.new::after {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .topics-page .topics-conts02 .list li.new::after {
    left: -20px;
    width: 60px;
    height: 59px;
    line-height: 59px;
    font-size: 12px;
  }
}

.topics-page .topics-conts02 .list a {
  height: 100%;
  background: #fff;
  transition: 0.4s;
  box-shadow: 10px 10px 0 0 #FFFCE6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  align-items: center;
}

@media (max-width: 768px) {
  .topics-page .topics-conts02 .list a {
    align-items: inherit;
    display: block;
  }
}

.topics-page .topics-conts02 .list .thum {
  position: relative;
  overflow: hidden;
  max-width: 240px;
  width: 44%;
}

@media (max-width: 768px) {
  .topics-page .topics-conts02 .list .thum {
    float: left;
  }
}

.topics-page .topics-conts02 .list .thum .thum_bg, .topics-page .topics-conts02 .list .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.topics-page .topics-conts02 .list .thum .thum_bg {
  width: 150%;
  filter: blur(6px);
}

@media (max-width: 768px) {
  .topics-page .topics-conts02 .list .thum .thum_bg {
    height: 100%;
    width: 100%;
  }
}

.topics-page .topics-conts02 .list .bottom {
  text-align: left;
  padding: 20px;
  position: relative;
  width: 56%;
}

@media (max-width: 768px) {
  .topics-page .topics-conts02 .list .bottom {
    padding: 15px;
    float: right;
  }
}

.topics-page .topics-conts02 .list .bottom .category {
  color: #F5427C;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  padding: 3px 20px;
  border-top: 1px solid #F5427C;
  border-bottom: 1px solid #F5427C;
  margin-bottom: 10px;
}

.topics-page .topics-conts02 .list .bottom .category.topics {
  color: #007CCF;
  border-top: 1px solid #007CCF;
  border-bottom: 1px solid #007CCF;
}

@media (max-width: 768px) {
  .topics-page .topics-conts02 .list .bottom .category {
    display: block;
    padding: 3px;
  }
}

.topics-page .topics-conts02 .list .bottom .ttl {
  display: block;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .topics-page .topics-conts02 .list .bottom .ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.topics-page .topics-conts02 .list .bottom .date {
  color: #ADADAD;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .topics-page .topics-conts02 .list .bottom .date {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .topics-page .topics-conts02 .list .bottom .date span {
    display: inline;
  }
}

.topics-detail-page {
  /* =========================================================
  .td-conts01
========================================================= */
}

.topics-detail-page .td-conts01 .td-head {
  background: #FAEAEF;
  text-align: left;
  padding: 75px 20px 80px 20px;
}

@media (max-width: 768px) {
  .topics-detail-page .td-conts01 .td-head {
    padding: 35px 20px 30px 20px;
  }
}

.topics-detail-page .td-conts01 .td-head .c-ttl {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .topics-detail-page .td-conts01 .td-head .c-ttl {
    margin-bottom: 30px;
  }
}

.topics-detail-page .td-conts01 .td-head .td-head-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .topics-detail-page .td-conts01 .td-head .td-head-in {
    display: block;
  }
}

.topics-detail-page .td-conts01 .td-head .td-head-in .thum {
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 120px;
  height: 120px;
  text-align: center;
}

@media (max-width: 768px) {
  .topics-detail-page .td-conts01 .td-head .td-head-in .thum {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
  }
}

.topics-detail-page .td-conts01 .td-head .td-head-in .thum .category {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  color: #F5427C;
  font-size: 20px;
  line-height: 24px;
}

.topics-detail-page .td-conts01 .td-head .td-head-in .thum .category.topics {
  color: #007CCF;
}

@media (max-width: 768px) {
  .topics-detail-page .td-conts01 .td-head .td-head-in .thum .category {
    font-size: 18px;
    line-height: 30px;
  }
}

.topics-detail-page .td-conts01 .td-head .td-head-in .bottom {
  width: calc(100% - 160px);
}

@media (max-width: 768px) {
  .topics-detail-page .td-conts01 .td-head .td-head-in .bottom {
    width: 100%;
  }
}

.topics-detail-page .td-conts01 .td-head .td-head-in .bottom .date {
  font-size: 20px;
  line-height: 32px;
  color: #ADADAD;
  font-weight: 400;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .topics-detail-page .td-conts01 .td-head .td-head-in .bottom .date {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}

.topics-detail-page .td-conts01 .td-head .td-head-in .bottom .ttl {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .topics-detail-page .td-conts01 .td-head .td-head-in .bottom .ttl {
    font-size: 18px;
    line-height: 30px;
  }
}

.topics-detail-page .td-conts01 .td-wrap {
  padding: 60px 20px 0 20px;
}

@media (max-width: 768px) {
  .topics-detail-page .td-conts01 .td-wrap {
    padding-top: 35px;
  }
}

.topics-detail-page .td-conts01 .td-middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .topics-detail-page .td-conts01 .td-middle {
    display: block;
  }
}

.topics-detail-page .td-conts01 .td-middle .td-slider {
  width: 50%;
  margin: -105px 0 60px 0;
}

@media (max-width: 768px) {
  .topics-detail-page .td-conts01 .td-middle .td-slider {
    margin: 0 0 75px 0;
    width: 100%;
  }
}

.topics-detail-page .td-conts01 .td-middle .td-slider .slick-dots {
  bottom: -50px;
}

.topics-detail-page .td-conts01 .td-middle .td-slider .slick-prev, .topics-detail-page .td-conts01 .td-middle .td-slider .slick-next {
  bottom: -75px;
}

.topics-detail-page .td-conts01 .td-middle .td-slider .slick-prev {
  left: 0;
}

.topics-detail-page .td-conts01 .td-middle .td-slider .slick-next {
  right: 0;
}

.topics-detail-page .td-conts01 .td-middle .td-slider .child .child-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.topics-detail-page .td-conts01 .td-middle .td-slider .child .cap {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  font-weight: 400;
  margin-top: 5px;
}

.topics-detail-page .td-conts01 .td-middle .td-slider .child .thum_bg, .topics-detail-page .td-conts01 .td-middle .td-slider .child .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.topics-detail-page .td-conts01 .td-middle .td-slider .child .thum_bg {
  width: 150%;
  filter: blur(6px);
}

@media (max-width: 768px) {
  .topics-detail-page .td-conts01 .td-middle .td-slider .child .thum_bg {
    height: 100%;
    width: auto;
  }
}

.topics-detail-page .td-conts01 .td-middle .contents {
  width: 46%;
  font-size: 16px;
  line-height: 28px;
}

.topics-detail-page .td-conts01 .td-middle .contents.w100 {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .topics-detail-page .td-conts01 .td-middle .contents {
    width: 100%;
  }
}

.topics-detail-page .td-conts01 .td-middle .contents .txt {
  margin-bottom: 50px;
}

.topics-detail-page .td-conts01 .td-middle .contents a {
  margin-top: 10px;
  transition: 0.4s;
  text-decoration: underline;
  display: inline-block;
}

.topics-detail-page .td-conts01 .td-middle .contents .detail-link {
  margin-bottom: 10px;
}

.topics-detail-page .td-conts01 .td-middle .contents .pdf-link a {
  position: relative;
}

.topics-detail-page .td-conts01 .td-middle .contents .pdf-link a::after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  right: -25px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 14px;
  background: url("../images/common/icon_pdf.png") no-repeat center;
  background-size: cover;
}

.topics-detail-page .td-conts01 .td-bottom {
  background: #FFFCE6;
  padding: 40px;
}

@media (max-width: 768px) {
  .topics-detail-page .td-conts01 .td-bottom {
    padding: 20px;
  }
}

.topics-detail-page .td-conts01 .td-bottom .about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .topics-detail-page .td-conts01 .td-bottom .about {
    margin-bottom: 15px;
  }
}

.topics-detail-page .td-conts01 .td-bottom .about li {
  width: 49%;
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 15px 0 15px 170px;
  font-size: 16px;
  line-height: 28px;
}

.topics-detail-page .td-conts01 .td-bottom .about li.long {
  width: 100%;
}

@media (max-width: 768px) {
  .topics-detail-page .td-conts01 .td-bottom .about li {
    width: 100%;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
  }
  .topics-detail-page .td-conts01 .td-bottom .about li:last-child {
    margin-bottom: 0;
  }
}

.topics-detail-page .td-conts01 .td-bottom .about li span {
  display: block;
  width: 170px;
  position: absolute;
  top: 15px;
  left: 0;
  font-weight: 500;
}

.topics-detail-page .td-conts01 .td-bottom .about li span b {
  font-size: 12px;
  font-weight: 500;
  padding-left: 5px;
  display: inline-block;
}

@media (max-width: 768px) {
  .topics-detail-page .td-conts01 .td-bottom .about li span {
    position: inherit;
    width: 100%;
    display: block;
    top: inherit;
    margin-bottom: 5px;
  }
}

.topics-detail-page .td-conts01 .td-bottom .sns {
  text-align: center;
  background: #FFFCE6;
  position: relative;
}

@media (max-width: 768px) {
  .topics-detail-page .td-conts01 .td-bottom .sns {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.topics-detail-page .td-conts01 .td-bottom .sns li {
  display: inline-block;
  max-width: 140px;
  width: 18%;
  font-size: 18px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 1%;
}

@media (max-width: 768px) {
  .topics-detail-page .td-conts01 .td-bottom .sns li {
    width: 48%;
    margin: 0;
    max-width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
}

.topics-detail-page .td-conts01 .td-bottom .sns li:first-child {
  margin: 0;
  font-weight: 500;
}

@media (max-width: 768px) {
  .topics-detail-page .td-conts01 .td-bottom .sns li:first-child {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

.topics-detail-page .td-conts01 .td-bottom .sns li:nth-child(2) {
  margin-left: 0;
}

.topics-detail-page .td-conts01 .td-bottom .sns li:last-child {
  margin-right: 0;
}

.topics-detail-page .td-conts01 .td-bottom .sns li a {
  display: block;
  transition: 0.4s;
}

.topics-detail-page .td-conts01 .backBtn {
  max-width: 300px;
  width: 100%;
  border-bottom: 1px solid #F5427C;
  text-align: center;
  margin: 0 auto;
  transition: 0.4s;
}

.topics-detail-page .td-conts01 .backBtn:hover {
  max-width: 560px;
}

.topics-detail-page .td-conts01 .backBtn:hover a {
  opacity: 1;
}

.topics-detail-page .td-conts01 .backBtn a {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #F5427C;
  font-weight: 500;
  transition: 0.4s;
}

.topics-detail-page .td-conts01 .backBtn a span {
  padding: 25px 40px;
  display: inline-block;
  background: url("../images/common/ico_arrow01.png") no-repeat center left;
  background-size: 18px;
}

/* =========================================================
  floor
========================================================= */
.floor-page {
  /* =========================================================
  FLOOR GUIDE
========================================================= */
  /* =========================================================
  floor-conts01
========================================================= */
  /* =========================================================
  floor-conts01
========================================================= */
  /* =========================================================
  SHOP NEWS
========================================================= */
  /* =========================================================
  entire-map
========================================================= */
}

.floor-page .empty_serch {
  padding: 50px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.floor-page .no-press {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  line-height: 1;
  padding: 30px 0 0 0;
}

.floor-page .floor-guide .bg-color {
  background: #FAEAEF;
  padding: 75px 20px 10px 20px;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .bg-color {
    padding: 35px 20px 20px 20px;
  }
}

.floor-page .floor-guide .c-ttl {
  margin-bottom: 60px;
  text-align: left;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .c-ttl {
    margin-bottom: 30px;
  }
}

.floor-page .floor-guide .tab-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .tab-btn {
    margin-bottom: 25px;
  }
}

.floor-page .floor-guide .tab-btn li {
  width: 33%;
  position: relative;
  font-size: 18px;
  line-height: 70px;
  cursor: pointer;
  transition: 0.4s;
}

.floor-page .floor-guide .tab-btn li a {
  display: block;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .tab-btn li {
    font-size: 3vw;
    line-height: 5vw;
    padding: 10px 0;
  }
}

.floor-page .floor-guide .tab-btn li::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 60%;
  width: 1px;
  background: #000;
}

.floor-page .floor-guide .tab-btn li:last-child::after {
  display: none;
}

.floor-page .floor-guide .tab-btn li:hover {
  color: #F5427C;
}

.floor-page .floor-guide .tab-btn li.active a {
  color: #F5427C;
}

.floor-page .floor-guide .tab-btn li a:hover {
  opacity: 1;
  color: #F5427C;
}

.floor-page .floor-guide .tab-btn li.active {
  color: #F5427C;
}

.floor-page .floor-guide .tab-btn li.active::before {
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  background: #FAEAEF;
  transform: rotate(-45deg);
}

.floor-page .floor-guide .list {
  display: none;
}

.floor-page .floor-guide .list.active-floor {
  display: block;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list.active-floor {
    padding-bottom: 0px;
  }
}

.floor-page .floor-guide .list01.active-floor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.floor-page .floor-guide .list01 li {
  width: 19%;
  margin-bottom: 1%;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list01 li {
    width: 32%;
    margin-bottom: 2%;
  }
}

.floor-page .floor-guide .list01 li a {
  display: block;
  background: #fff;
  transition: 0.4s;
  font-size: 18px;
  line-height: 60px;
}

.floor-page .floor-guide .list01 li a:hover {
  background: #000;
  opacity: 1;
  color: #fff;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list01 li a {
    font-size: 20px;
    line-height: 70px;
    font-weight: 600;
  }
}

.floor-page .floor-guide .list02 {
  display: none;
}

.floor-page .floor-guide .list02.active-floor {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list02.active-floor {
    justify-content: space-between;
  }
}

.floor-page .floor-guide .list02 li {
  width: 23%;
  margin-bottom: 30px;
  margin-right: calc(8% / 3);
}

.floor-page .floor-guide .list02 li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list02 li {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 0;
  }
  .floor-page .floor-guide .list02 li:first-child {
    width: 100%;
  }
  .floor-page .floor-guide .list02 li:first-child a {
    height: 50px;
    line-height: 50px;
    padding-top: 0;
  }
  .floor-page .floor-guide .list02 li:nth-child(6), .floor-page .floor-guide .list02 li:nth-child(7) {
    margin-bottom: 0;
  }
}

.floor-page .floor-guide .list02 li a {
  display: block;
  height: 100%;
  background: #fff;
  transition: 0.4s;
  height: 120px;
  font-size: 16px;
  line-height: 24px;
  padding-top: 75px;
  position: relative;
}

.floor-page .floor-guide .list02 li a:hover {
  opacity: 1;
  color: #fff;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list02 li a {
    font-size: 14px;
    line-height: 17px;
    height: 100px;
    padding-top: 60px;
  }
  .floor-page .floor-guide .list02 li a .tab-visible {
    display: block;
  }
}

.floor-page .floor-guide .list02 li a.active {
  color: #fff;
}

.floor-page .floor-guide .list02 li a.active::after {
  content: " ";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #F5427C transparent transparent transparent;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list02 li a.active::after {
    display: none;
  }
}

.floor-page .floor-guide .list02 li:nth-child(1) a {
  background: url("../images/common/ico_all.png") no-repeat center top 25px, #fff;
  background-size: 31px;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list02 li:nth-child(1) a {
    background: url("../images/common/ico_all.png") no-repeat center left 30px, #fff;
    background-size: 20px;
  }
}

.floor-page .floor-guide .list02 li:nth-child(1) a:hover, .floor-page .floor-guide .list02 li:nth-child(1) a.active {
  background: url("../images/common/ico_all02.png") no-repeat center top 25px, #F5427C;
  background-size: 31px;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list02 li:nth-child(1) a:hover, .floor-page .floor-guide .list02 li:nth-child(1) a.active {
    background: url("../images/common/ico_all02.png") no-repeat center left 30px, #F5427C;
    background-size: 20px;
  }
}

.floor-page .floor-guide .list02 li:nth-child(2) a {
  background: url("../images/common/ico_fashion.png") no-repeat center top 25px, #fff;
  background-size: 46px;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list02 li:nth-child(2) a {
    background: url("../images/common/ico_fashion.png") no-repeat center top 15px, #fff;
    background-size: 40px;
  }
}

.floor-page .floor-guide .list02 li:nth-child(2) a:hover, .floor-page .floor-guide .list02 li:nth-child(2) a.active {
  background: url("../images/common/ico_fashion02.png") no-repeat center top 25px, #F5427C;
  background-size: 46px;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list02 li:nth-child(2) a:hover, .floor-page .floor-guide .list02 li:nth-child(2) a.active {
    background: url("../images/common/ico_fashion02.png") no-repeat center top 15px, #F5427C;
    background-size: 40px;
  }
}

.floor-page .floor-guide .list02 li:nth-child(3) a {
  background: url("../images/common/ico_goods.png") no-repeat center top 27px, #fff;
  background-size: 23px;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list02 li:nth-child(3) a {
    background: url("../images/common/ico_goods.png") no-repeat center top 15px, #fff;
    background-size: 20px;
  }
}

.floor-page .floor-guide .list02 li:nth-child(3) a:hover, .floor-page .floor-guide .list02 li:nth-child(3) a.active {
  background: url("../images/common/ico_goods02.png") no-repeat center top 27px, #F5427C;
  background-size: 23px;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list02 li:nth-child(3) a:hover, .floor-page .floor-guide .list02 li:nth-child(3) a.active {
    background: url("../images/common/ico_goods02.png") no-repeat center top 15px, #F5427C;
    background-size: 20px;
  }
}

.floor-page .floor-guide .list02 li:nth-child(4) a {
  background: url("../images/common/ico_cosme.png") no-repeat center top 27px, #fff;
  background-size: 42px;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list02 li:nth-child(4) a {
    background: url("../images/common/ico_cosme.png") no-repeat center top 20px, #fff;
    background-size: 35px;
  }
}

.floor-page .floor-guide .list02 li:nth-child(4) a:hover, .floor-page .floor-guide .list02 li:nth-child(4) a.active {
  background: url("../images/common/ico_cosme02.png") no-repeat center top 27px, #F5427C;
  background-size: 42px;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list02 li:nth-child(4) a:hover, .floor-page .floor-guide .list02 li:nth-child(4) a.active {
    background: url("../images/common/ico_cosme02.png") no-repeat center top 20px, #F5427C;
    background-size: 35px;
  }
}

.floor-page .floor-guide .list02 li:nth-child(5) a {
  background: url("../images/common/ico_so.png") no-repeat center top 32px, #fff;
  background-size: 40px;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list02 li:nth-child(5) a {
    background: url("../images/common/ico_so.png") no-repeat center top 25px, #fff;
    background-size: 28px;
  }
}

.floor-page .floor-guide .list02 li:nth-child(5) a:hover, .floor-page .floor-guide .list02 li:nth-child(5) a.active {
  background: url("../images/common/ico_so02.png") no-repeat center top 32px, #F5427C;
  background-size: 40px;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list02 li:nth-child(5) a:hover, .floor-page .floor-guide .list02 li:nth-child(5) a.active {
    background: url("../images/common/ico_so02.png") no-repeat center top 25px, #F5427C;
    background-size: 28px;
  }
}

.floor-page .floor-guide .list02 li:nth-child(6) a {
  background: url("../images/common/ico_coffee.png") no-repeat center top 25px, #fff;
  background-size: 45px;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list02 li:nth-child(6) a {
    background: url("../images/common/ico_coffee.png") no-repeat center top 20px, #fff;
    background-size: 36px;
  }
}

.floor-page .floor-guide .list02 li:nth-child(6) a:hover, .floor-page .floor-guide .list02 li:nth-child(6) a.active {
  background: url("../images/common/ico_coffee02.png") no-repeat center top 25px, #F5427C;
  background-size: 45px;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list02 li:nth-child(6) a:hover, .floor-page .floor-guide .list02 li:nth-child(6) a.active {
    background: url("../images/common/ico_coffee02.png") no-repeat center top 20px, #F5427C;
    background-size: 36px;
  }
}

.floor-page .floor-guide .list02 li:nth-child(7) a {
  background: url("../images/common/ico_food.png") no-repeat center top 29px, #fff;
  background-size: 31px;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list02 li:nth-child(7) a {
    background: url("../images/common/ico_food.png") no-repeat center top 20px, #fff;
    background-size: 26px;
  }
}

.floor-page .floor-guide .list02 li:nth-child(7) a:hover, .floor-page .floor-guide .list02 li:nth-child(7) a.active {
  background: url("../images/common/ico_food02.png") no-repeat center top 29px, #F5427C;
  background-size: 31px;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list02 li:nth-child(7) a:hover, .floor-page .floor-guide .list02 li:nth-child(7) a.active {
    background: url("../images/common/ico_food02.png") no-repeat center top 20px, #F5427C;
    background-size: 26px;
  }
}

.floor-page .floor-guide .list03 .txt {
  height: 50px;
  border: none;
  width: 500px;
  margin-right: 10px;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 0;
}

.floor-page .floor-guide .list03 .txt::-moz-placeholder {
  color: #ADADAD;
}

.floor-page .floor-guide .list03 .txt:-ms-input-placeholder {
  color: #ADADAD;
}

.floor-page .floor-guide .list03 .txt::placeholder {
  color: #ADADAD;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list03 .txt::-moz-placeholder {
    font-size: 10px;
  }
  .floor-page .floor-guide .list03 .txt:-ms-input-placeholder {
    font-size: 10px;
  }
  .floor-page .floor-guide .list03 .txt::placeholder {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list03 .txt {
    width: calc( 100% - 100px);
    margin-right: 5px;
  }
}

.floor-page .floor-guide .list03 .submit {
  background: url("../images/common/ico_serch.png") no-repeat center left 10px;
  background-size: 20px;
  border: none;
  border-bottom: 1px solid #F5427C;
  color: #F5427C;
  font-size: 18px;
  line-height: 50px;
  width: 170px;
  cursor: pointer;
  border-radius: 0;
}

@media (max-width: 768px) {
  .floor-page .floor-guide .list03 .submit {
    width: 76px;
    font-size: 14px;
    line-height: 45px;
    padding-left: 25px;
    background: url("../images/common/ico_serch.png") no-repeat center left 6px;
    background-size: 20px;
  }
}

.floor-page .floor-list-area {
  padding: 40px 20px 0 20px;
  display: none;
  opacity: 0;
}

.floor-page .floor-list-area.floor-list-area-active {
  display: block;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

.floor-page .floor-list-area .floor-list > li {
  margin-bottom: 10px;
  margin-top: -100px;
  padding-top: 100px;
}

.floor-page .floor-list-area .floor-list > li > a {
  display: block;
  position: relative;
  transition: 0.4s;
}

.floor-page .floor-list-area .floor-list > li > a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 33px;
  background: url("../images/floor/ico_arrow.png") no-repeat center;
  background-size: cover;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list > li > a::after {
    width: 30px;
    height: 22px;
    right: 20px;
  }
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list > li > a .toggle-btn {
    padding: 8px 20px;
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .floor-page .floor-list-area .floor-list > li > a .toggle-btn .num {
    width: 80px;
    line-height: 65px;
    margin: 0;
    padding: 0;
  }
  .floor-page .floor-list-area .floor-list > li > a .toggle-btn .item {
    width: calc(100% - 90px);
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
  }
  .floor-page .floor-list-area .floor-list > li > a .toggle-btn .icon {
    height: 0;
    width: 0;
  }
}

.floor-page .floor-list-area .floor-list > li > a .toggle-btn::after, .floor-page .floor-list-area .floor-list > li > a .toggle-btn::before {
  display: none;
}

.floor-page .floor-list-area .floor-list .toggle-btn {
  background: #FFFCE6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 25px 85px 25px 20px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-btn {
    padding: 20px 20px 30px 20px;
    display: block;
    text-align: left;
  }
}

.floor-page .floor-list-area .floor-list .toggle-btn::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-btn::after {
    right: 20px;
    top: 38px;
    bottom: inherit;
    margin: 0;
    width: 25px;
  }
}

.floor-page .floor-list-area .floor-list .toggle-btn::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 45px;
  bottom: 0;
  margin: auto;
  height: 30px;
  width: 2px;
  background: #000;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-btn::before {
    right: 32px;
    height: 25px;
    top: 27px;
    bottom: inherit;
    margin: 0;
  }
}

.floor-page .floor-list-area .floor-list .toggle-btn.active::before {
  transform: rotate(90deg);
}

.floor-page .floor-list-area .floor-list .toggle-btn .num {
  width: 100px;
  font-size: 30px;
  line-height: 70px;
  border-right: 1px solid #000;
  font-weight: bold;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-btn .num {
    width: 100%;
    line-height: 42px;
    border: none;
    padding-right: 22px;
    margin-bottom: 10px;
  }
}

.floor-page .floor-list-area .floor-list .toggle-btn .num .colortxt {
  display: none;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-btn .num .colortxt {
    margin-left: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 12px;
    line-height: 24px;
    color: #F5427C;
    padding: 5px;
    border-top: 1px solid #F5427C;
    border-bottom: 1px solid #F5427C;
    border-bottom: 1px solid #F5427C;
  }
}

.floor-page .floor-list-area .floor-list .toggle-btn .item {
  text-align: left;
  width: calc(100% - 110px);
  font-size: 16px;
  line-height: 28px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-btn .item {
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
  }
}

.floor-page .floor-list-area .floor-list .toggle-btn .item span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 150px);
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-btn .item span {
    display: block;
    width: 100%;
  }
}

.floor-page .floor-list-area .floor-list .toggle-btn .item .colortxt {
  text-align: center;
  display: inline-block;
  width: 130px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 24px;
  color: #F5427C;
  padding: 5px 0;
  border-top: 1px solid #F5427C;
  border-bottom: 1px solid #F5427C;
  border-bottom: 1px solid #F5427C;
}

.floor-page .floor-list-area .floor-list .toggle-btn .item .colortxt.colortxt02 {
  line-height: 48px;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-btn .item .colortxt {
    display: none;
  }
}

.floor-page .floor-list-area .floor-list .toggle-btn .icon {
  text-align: right;
  width: 250px;
  display: none;
}

.floor-page .floor-list-area .floor-list .toggle-btn .icon img {
  max-width: 30px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-btn .icon {
    text-align: left;
  }
}

.floor-page .floor-list-area .floor-list .toggle-area {
  display: none;
  background: #FFFCE6;
  padding: 60px 0 40px 0;
}

.floor-page .floor-list-area .floor-list .toggle-area.toggle-area02 {
  display: block !important;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area {
    padding: 0 0 25px 0;
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area {
  margin: 0 auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  text-align: left;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area {
    display: block;
    margin-bottom: 30px;
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .flex-bt {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .flex-bt {
    font-size: 12px;
    line-height: 20px;
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img {
  width: 50%;
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img {
    width: 100%;
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_a_8f {
  margin: 0 auto;
  max-width: 502px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_a_8f {
    max-width: calc(100% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_a_7f {
  margin: 0 auto;
  max-width: 502px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_a_7f {
    max-width: calc(100% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_a_6f {
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_a_6f {
    max-width: calc(90% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_a_5f {
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_a_5f {
    max-width: calc(90% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_a_4f {
  margin: 0 auto;
  max-width: 330px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_a_4f {
    max-width: calc(90% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_a_3f {
  margin: 0 auto;
  max-width: 310px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_a_3f {
    max-width: calc(90% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_a_2f {
  margin: 0 auto;
  max-width: 325px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_a_2f {
    max-width: calc(90% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_a_1f {
  margin: 0 auto;
  max-width: 431px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_a_1f {
    max-width: calc(100% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_b_9f {
  margin: 0 auto;
  max-width: 502px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_b_9f {
    max-width: calc(100% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_b_8f {
  margin: 0 auto;
  max-width: 502px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_b_8f {
    max-width: calc(100% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_b_7f {
  margin: 0 auto;
  max-width: 502px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_b_7f {
    max-width: calc(100% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_b_6f {
  margin: 0 auto;
  max-width: 502px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_b_6f {
    max-width: calc(100% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_b_5f {
  margin: 0 auto;
  max-width: 502px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_b_5f {
    max-width: calc(100% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_b_4f {
  margin: 0 auto;
  max-width: 502px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_b_4f {
    max-width: calc(100% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_b_3f {
  margin: 0 auto;
  max-width: 502px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_b_3f {
    max-width: calc(100% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_b_2f {
  margin: 0 auto;
  max-width: 502px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_b_2f {
    max-width: calc(100% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_b_1f {
  margin: 0 auto;
  max-width: 252px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_b_1f {
    max-width: calc(100% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_c_3f {
  margin: 0 auto;
  max-width: 290px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_c_3f {
    max-width: calc(90% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_c_2f {
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_c_2f {
    max-width: calc(90% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_c_1f {
  margin: 0 auto;
  max-width: 502px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_c_1f {
    max-width: calc(100% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_d_1f {
  margin: 0 auto;
  max-width: calc(100% - 40px);
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_d_1f {
    max-width: calc(100% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_e_1f {
  margin: 0 auto;
  max-width: 1003px;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-img .floormap_e_1f {
    max-width: calc(100% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico {
  width: 50%;
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico {
    width: 100%;
    margin-top: 20px;
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul {
    padding: 20px;
    width: 100%;
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li {
  width: 48%;
  margin-bottom: 25px;
  padding-left: 40px;
  /*							&.line{
								width: 100%!important;
								height: 2px!important;
								display: block!important;
								background: #fff!important;
								margin: 40px 0 30px 0!important;
								@include sp{
									margin: 10px 0 15px 0!important;
								}
							}*/
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li.ico01 {
  background: url("../images/floor/new/ico01.png") no-repeat center left;
  background-size: 17px;
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li.ico02 {
  background: url("../images/floor/new/ico02.png") no-repeat center left;
  background-size: 20px;
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li.ico03 {
  background: url("../images/floor/new/ico03.png") no-repeat center left;
  background-size: 17px;
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li.ico04 {
  background: url("../images/floor/new/ico04.png") no-repeat center left;
  background-size: 20px;
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li.ico05 {
  background: url("../images/floor/new/ico05.png") no-repeat center left;
  background-size: 16px;
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li.ico06 {
  background: url("../images/floor/new/ico06.png") no-repeat center left;
  background-size: 23px;
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li.ico07 {
  background: url("../images/floor/new/ico07.png") no-repeat center left 3px;
  background-size: 11px;
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li.ico08 {
  background: url("../images/floor/new/ico08.png") no-repeat center left;
  background-size: 23px;
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li.ico09 {
  background: url("../images/floor/new/ico09.png") no-repeat center left;
  background-size: 21px;
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li.ico10 {
  background: url("../images/floor/new/ico10.png") no-repeat center left;
  background-size: 21px;
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li.ico11 {
  background: url("../images/floor/new/ico11.png") no-repeat center left 5px;
  background-size: 7px;
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li.ico12 {
  background: url("../images/floor/new/ico12.png") no-repeat center left 3px;
  background-size: 15px;
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li.ico13 {
  background: url("../images/floor/new/ico13.png") no-repeat center left;
  background-size: 22px;
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li.ico14 {
  background: url("../images/floor/new/ico14.png") no-repeat center left;
  background-size: 22px;
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li.ico15 {
  background: url("../images/floor/new/ico15.png") no-repeat center left;
  background-size: 23px;
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li.ico16 {
  background: url("../images/floor/new/ico16.png") no-repeat center left;
  background-size: 23px;
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li.ico17 {
  background: url("../images/floor/new/ico17.png") no-repeat center left;
  background-size: 24px;
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li.ico18 {
  background: url("../images/floor/new/ico18.png") no-repeat top left 7px;
  background-size: 16px;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li.ico18 {
    background-size: 12px;
  }
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-ico ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area {
    padding: 20px 10px;
  }
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .map-area .map-btn {
    max-width: 300px;
    width: calc(100% - 40px);
    margin: 10px auto 0 auto;
    border-bottom: 1px solid #F5427C;
    color: #F5427C;
    cursor: pointer;
    transition: 0.4s;
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-btn span {
  font-size: 18px;
  line-height: 80px;
  display: inline-block;
  padding: 0 40px;
  position: relative;
  font-weight: 400;
}

.floor-page .floor-list-area .floor-list .toggle-area .map-area .map-btn span::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 20px;
  background: url("../images/floor/icon_zoom.png") no-repeat center right;
  background-size: cover;
}

.floor-page .floor-list-area .floor-list .toggle-area .close-btn {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #F5427C;
  color: #F5427C;
  cursor: pointer;
  transition: 0.4s;
  display: block;
}

.floor-page .floor-list-area .floor-list .toggle-area .close-btn:hover {
  max-width: 560px;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .close-btn {
    width: calc(100% - 40px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .close-btn span {
  font-size: 18px;
  line-height: 80px;
  display: inline-block;
  padding: 0 40px;
  position: relative;
  font-weight: 400;
}

.floor-page .floor-list-area .floor-list .toggle-area .close-btn span::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 20px;
  background: #F5427C;
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list {
    justify-content: space-between;
    width: calc(100% - 30px);
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li {
  width: 24%;
  margin-bottom: 1%;
  margin-right: calc( 4% / 3.1);
  text-align: left;
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li {
    width: 48.5%;
    margin: 0 0 4% 0;
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li a {
  display: block;
  transition: 0.4s;
  height: 100%;
  background: #fff;
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .thum {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom {
  background: #fff;
  padding: 0 20px 20px 20px;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom {
    padding: 15px 10px;
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .name {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  padding-top: 20px;
  border-top: 1px solid #FFFCE6;
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .name .ja {
  overflow: hidden;
  max-height: 60px;
  position: relative;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .name .ja {
    max-height: 55px;
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .name .ja:before, .floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .name .ja:after {
  background: #fff;
  position: absolute;
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .name .ja:before {
  content: "...";
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .name .ja:before {
    right: 0px;
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .name .ja:after {
  content: "";
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .name {
    font-size: 16px;
    line-height: 26px;
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .name span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
  overflow: hidden;
  max-height: 44px;
  position: relative;
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .name span:before, .floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .name span:after {
  background: #fff;
  position: absolute;
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .name span:before {
  content: "...";
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .name span:before {
    right: 0px;
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .name span:after {
  content: "";
  height: 100%;
  width: 100%;
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .item {
  font-size: 14px;
  line-height: 26px;
  color: #F5427C;
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .item .ja {
  overflow: hidden;
  max-height: 52px;
  position: relative;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .item .ja {
    height: 79px;
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .item .ja:before, .floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .item .ja:after {
  background: #fff;
  position: absolute;
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .item .ja:before {
  content: "...";
  bottom: 0;
  right: 5px;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .item .ja:before {
    right: 6px;
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .item .ja:after {
  content: "";
  height: 100%;
  width: 100%;
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .item span {
  display: block;
  margin-top: 10px;
  overflow: hidden;
  max-height: 53px;
  position: relative;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .item span {
    max-height: 80px;
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .item span:before, .floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .item span:after {
  background: #fff;
  position: absolute;
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .item span:before {
  content: "...";
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .item span:before {
    right: 3px;
  }
}

.floor-page .floor-list-area .floor-list .toggle-area .floor-shop-list li .bottom .item span:after {
  content: "";
  height: 100%;
  width: 100%;
}

.floor-page .floor-conts01 {
  text-align: left;
}

.floor-page .floor-conts01 .inner-wrap {
  padding: 30px 20px 0 20px;
}

@media (max-width: 768px) {
  .floor-page .floor-conts01 .inner-wrap {
    padding-top: 15px;
  }
}

.floor-page .floor-conts01 .conts-wrap {
  padding: 35px 20px;
  border-bottom: 1px solid #FAEAEF;
}

@media (max-width: 768px) {
  .floor-page .floor-conts01 .conts-wrap {
    padding: 25px 20px;
  }
}

.floor-page .floor-conts01 .conts-wrap .category-name {
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
}

.floor-page .floor-conts01 .read {
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 30px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .floor-page .floor-conts01 .read {
    margin-bottom: 15px;
  }
}

.floor-page .floor-conts01 .shop-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-conts01 .shop-list {
    justify-content: space-between;
  }
}

.floor-page .floor-conts01 .shop-list li {
  width: 24%;
  margin-bottom: 3%;
  margin-right: calc( 4% / 3.1);
}

.floor-page .floor-conts01 .shop-list li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .floor-page .floor-conts01 .shop-list li {
    width: 48.5%;
    margin: 0 0 4% 0;
  }
}

.floor-page .floor-conts01 .shop-list li a {
  display: block;
  border: 3px solid #FFFCE6;
  transition: 0.4s;
  height: 100%;
  background: #FFFCE6;
}

.floor-page .floor-conts01 .shop-list li .thum {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.floor-page .floor-conts01 .shop-list li .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.floor-page .floor-conts01 .shop-list li .bottom {
  background: #FFFCE6;
  padding: 0 20px 20px 20px;
}

@media (max-width: 768px) {
  .floor-page .floor-conts01 .shop-list li .bottom {
    padding: 15px 10px;
  }
}

.floor-page .floor-conts01 .shop-list li .bottom .name {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  padding-top: 20px;
  border-top: 1px solid #FFFCE6;
}

.floor-page .floor-conts01 .shop-list li .bottom .name .ja {
  overflow: hidden;
  max-height: 60px;
  position: relative;
}

@media (max-width: 768px) {
  .floor-page .floor-conts01 .shop-list li .bottom .name .ja {
    max-height: 55px;
  }
}

.floor-page .floor-conts01 .shop-list li .bottom .name .ja:before, .floor-page .floor-conts01 .shop-list li .bottom .name .ja:after {
  background: #FFFCE6;
  position: absolute;
}

.floor-page .floor-conts01 .shop-list li .bottom .name .ja:before {
  content: "...";
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .floor-page .floor-conts01 .shop-list li .bottom .name .ja:before {
    right: 0px;
  }
}

.floor-page .floor-conts01 .shop-list li .bottom .name .ja:after {
  content: "";
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .floor-page .floor-conts01 .shop-list li .bottom .name {
    font-size: 16px;
    line-height: 26px;
  }
}

.floor-page .floor-conts01 .shop-list li .bottom .name span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
  overflow: hidden;
  max-height: 44px;
  position: relative;
}

.floor-page .floor-conts01 .shop-list li .bottom .name span:before, .floor-page .floor-conts01 .shop-list li .bottom .name span:after {
  background: #FFFCE6;
  position: absolute;
}

.floor-page .floor-conts01 .shop-list li .bottom .name span:before {
  content: "...";
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .floor-page .floor-conts01 .shop-list li .bottom .name span:before {
    right: 0px;
  }
}

.floor-page .floor-conts01 .shop-list li .bottom .name span:after {
  content: "";
  height: 100%;
  width: 100%;
}

.floor-page .floor-conts01 .shop-list li .bottom .item {
  font-size: 14px;
  line-height: 26px;
  color: #F5427C;
}

.floor-page .floor-conts01 .shop-list li .bottom .item .ja {
  overflow: hidden;
  max-height: 52px;
  position: relative;
}

@media (max-width: 768px) {
  .floor-page .floor-conts01 .shop-list li .bottom .item .ja {
    height: 79px;
  }
}

.floor-page .floor-conts01 .shop-list li .bottom .item .ja:before, .floor-page .floor-conts01 .shop-list li .bottom .item .ja:after {
  background: #FFFCE6;
  position: absolute;
}

.floor-page .floor-conts01 .shop-list li .bottom .item .ja:before {
  content: "...";
  bottom: 0;
  right: 5px;
}

@media (max-width: 768px) {
  .floor-page .floor-conts01 .shop-list li .bottom .item .ja:before {
    right: 6px;
  }
}

.floor-page .floor-conts01 .shop-list li .bottom .item .ja:after {
  content: "";
  height: 100%;
  width: 100%;
}

.floor-page .floor-conts01 .shop-list li .bottom .item span {
  display: block;
  margin-top: 10px;
  overflow: hidden;
  max-height: 53px;
  position: relative;
}

@media (max-width: 768px) {
  .floor-page .floor-conts01 .shop-list li .bottom .item span {
    max-height: 80px;
  }
}

.floor-page .floor-conts01 .shop-list li .bottom .item span:before, .floor-page .floor-conts01 .shop-list li .bottom .item span:after {
  background: #FFFCE6;
  position: absolute;
}

.floor-page .floor-conts01 .shop-list li .bottom .item span:before {
  content: "...";
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .floor-page .floor-conts01 .shop-list li .bottom .item span:before {
    right: 3px;
  }
}

.floor-page .floor-conts01 .shop-list li .bottom .item span:after {
  content: "";
  height: 100%;
  width: 100%;
}

.floor-page .shop-news {
  background: #FFFCE6;
  position: relative;
  padding: 50px 20px 80px 20px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .floor-page .shop-news {
    padding: 40px 0;
  }
}

.floor-page .shop-news::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: #fff;
}

.floor-page .shop-news .c-ttl {
  text-align: left;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .floor-page .shop-news .c-ttl {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}

.floor-page .shop-news .shop-slide {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .floor-page .shop-news .shop-slide {
    margin-bottom: 10px;
  }
}

.floor-page .shop-news .shop-slide li {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .floor-page .shop-news .shop-slide li {
    margin: 0 5px;
  }
}

.floor-page .shop-news .shop-slide li.new {
  position: relative;
}

.floor-page .shop-news .shop-slide li.new::after {
  content: "NEW";
  position: absolute;
  top: 5px;
  left: -25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 100px;
  text-align: center;
  width: 83px;
  height: 95px;
  font-weight: 600;
  color: #fff;
  background: url("../images/common/ico_sakura.png") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1000px) {
  .floor-page .shop-news .shop-slide li.new::after {
    transform: scale(0.5);
    left: -35px;
  }
}

@media screen and (max-width: 800px) {
  .floor-page .shop-news .shop-slide li.new::after {
    transform: scale(0.3);
    left: -35px;
  }
}

@media screen and (max-width: 768px) {
  .floor-page .shop-news .shop-slide li.new::after {
    transform: scale(1.5);
    left: -35px;
  }
}

@media screen and (max-width: 450px) {
  .floor-page .shop-news .shop-slide li.new::after {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .floor-page .shop-news .shop-slide li.new::after {
    left: -20px;
    width: 60px;
    height: 59px;
    line-height: 59px;
    font-size: 12px;
  }
}

.floor-page .shop-news .shop-slide a {
  display: block;
  height: 100%;
  background: #fff;
  transition: 0.4s;
}

.floor-page .shop-news .shop-slide a:hover {
  opacity: 1;
}

.floor-page .shop-news .shop-slide a:hover .thum .thum_img {
  opacity: 0;
}

.floor-page .shop-news .shop-slide a:hover .thum::after {
  content: "MORE →";
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 70%;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 30px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.floor-page .shop-news .shop-slide .thum {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.floor-page .shop-news .shop-slide .thum .category {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  font-size: 14px;
  line-height: 27px;
  display: inline-block;
  height: 25px;
  color: #F5427C;
  z-index: 10;
  padding: 0 15px;
  font-weight: 400;
}

.floor-page .shop-news .shop-slide .thum .thum_bg, .floor-page .shop-news .shop-slide .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.floor-page .shop-news .shop-slide .thum .thum_img {
  transition: 0.4s;
}

.floor-page .shop-news .shop-slide .thum .thum_bg {
  width: 150%;
  filter: blur(6px);
}

.floor-page .shop-news .shop-slide .bottom {
  text-align: left;
  padding: 15px 20px;
}

@media (max-width: 768px) {
  .floor-page .shop-news .shop-slide .bottom {
    padding: 10px;
  }
}

.floor-page .shop-news .shop-slide .bottom .ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 5px;
  height: 60px;
  position: relative;
}

.floor-page .shop-news .shop-slide .bottom .ttl:before, .floor-page .shop-news .shop-slide .bottom .ttl:after {
  background: #fff;
  position: absolute;
}

.floor-page .shop-news .shop-slide .bottom .ttl:before {
  content: "...";
  bottom: 0;
  right: 6px;
}

@media (max-width: 768px) {
  .floor-page .shop-news .shop-slide .bottom .ttl:before {
    right: 4px;
  }
}

.floor-page .shop-news .shop-slide .bottom .ttl:after {
  content: "";
  height: 100%;
  width: 100%;
}

.floor-page .shop-news .shop-slide .bottom .date {
  color: #ADADAD;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: 400;
}

.floor-page .shop-news .shop-slide .bottom .name {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .floor-page .shop-news .moreBtn {
    padding: 0 20px;
  }
}

.floor-page .entire-map {
  padding: 0 20px;
  margin: 40px 0 80px 0;
}

@media (max-width: 768px) {
  .floor-page .entire-map {
    margin: 35px 0 40px 0;
  }
}

.floor-page .entire-map .map-wrap {
  position: relative;
  max-width: 830px;
  margin: 0 auto 40px auto;
}

@media (max-width: 768px) {
  .floor-page .entire-map .map-wrap {
    margin-bottom: 20px;
  }
}

.floor-page .entire-map .map-wrap .link-floor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  align-items: flex-end;
}

.floor-page .entire-map .map-wrap .link-floor ul li {
  transition: 0.4s;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.floor-page .entire-map .map-wrap .link-floor ul li:hover {
  background: #fff;
  opacity: 0.6;
}

.floor-page .entire-map .map-wrap .link-floor .a-kan {
  width: 28.5%;
  height: 81.5%;
  margin-right: 5.5%;
}

@media (max-width: 768px) {
  .floor-page .entire-map .map-wrap .link-floor .a-kan {
    height: 76.5%;
    margin-right: 7.5%;
  }
}

.floor-page .entire-map .map-wrap .link-floor .a-kan li {
  cursor: pointer;
  height: calc( 100% / 8);
}

.floor-page .entire-map .map-wrap .link-floor .b-kan {
  width: 32.5%;
  height: 91.5%;
  margin-right: 5.5%;
}

@media (max-width: 768px) {
  .floor-page .entire-map .map-wrap .link-floor .b-kan {
    width: 28.5%;
    height: 86%;
    margin-right: 7.5%;
  }
}

.floor-page .entire-map .map-wrap .link-floor .b-kan li {
  cursor: pointer;
  height: calc( 100% / 9);
}

.floor-page .entire-map .map-wrap .link-floor .c-kan {
  width: 15%;
  height: 30.5%;
}

@media (max-width: 768px) {
  .floor-page .entire-map .map-wrap .link-floor .c-kan {
    width: 27.5%;
    height: 29%;
  }
}

.floor-page .entire-map .map-wrap .link-floor .c-kan li {
  cursor: pointer;
  height: calc( 100% / 3);
}

.floor-page .entire-map .entire-btn {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

.floor-page .entire-map .entire-btn li {
  width: 48%;
}

.floor-page .entire-map .entire-btn li a {
  display: block;
  cursor: pointer;
  height: 100%;
  border: 1px solid #F5427C;
  color: #F5427C;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 22px;
  transition: 0.4s;
  text-align: center;
}

@media (max-width: 768px) {
  .floor-page .entire-map .entire-btn li a {
    padding: 10px 0;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
  }
}

.floor-page .entire-map .entire-btn li a:hover {
  opacity: 1;
  color: #fff;
  background: #F5427C;
}

.floor-page .tab-swich-wrap {
  padding: 0 20px 30px 20px;
  position: relative;
  z-index: 100;
}

@media (max-width: 768px) {
  .floor-page .tab-swich-wrap {
    padding-bottom: 0;
  }
}

.floor-page .tab-swich-wrap .tab-swich {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.floor-page .tab-swich-wrap .tab-swich li {
  width: 19%;
  background: #FFFCE6;
  height: 50px;
  border-radius: 50px;
  position: relative;
  font-weight: 500;
  transition: 0.4s;
  cursor: pointer;
}

@media (max-width: 1080px) {
  .floor-page .tab-swich-wrap .tab-swich li#d span {
    line-height: 19px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .floor-page .tab-swich-wrap .tab-swich li {
    width: 31%;
    height: 40px;
  }
  .floor-page .tab-swich-wrap .tab-swich li:nth-child(4), .floor-page .tab-swich-wrap .tab-swich li:nth-child(5) {
    width: 48%;
    margin-top: 4%;
  }
}

.floor-page .tab-swich-wrap .tab-swich li:hover {
  color: #fff;
  background: #000;
}

.floor-page .tab-swich-wrap .tab-swich li.tab-swich-active {
  background: #000;
  color: #fff;
}

.floor-page .tab-swich-wrap .tab-swich li a {
  display: block;
  height: 100%;
  transition: 0.4s;
  width: 100%;
  position: relative;
}

.floor-page .tab-swich-wrap .tab-swich li a:hover {
  color: #fff;
  opacity: 1;
}

.floor-page .tab-swich-wrap .tab-swich li span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.floor-page .floor-list-area .floor-list #floormap_d_1f .toggle-area .map-area .map-img {
  width: 60%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list #floormap_d_1f .toggle-area .map-area .map-img {
    width: 100%;
  }
}

.floor-page .floor-list-area .floor-list #floormap_d_1f .toggle-area .map-area .map-ico {
  width: 40%;
}

@media (max-width: 768px) {
  .floor-page .floor-list-area .floor-list #floormap_d_1f .toggle-area .map-area .map-ico {
    width: 100%;
  }
}

/* =========================================================
  shop
========================================================= */
.shop-page {
  /* =========================================================
  .shop-information
========================================================= */
  /* =========================================================
  SHOP NEWS
========================================================= */
}

.shop-page .shop-information {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .shop-page .shop-information {
    margin-bottom: 0;
  }
}

.shop-page .shop-information .bg-color {
  background: #F7EFF3;
  padding: 75px 20px 45px 20px;
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .shop-page .shop-information .bg-color {
    padding: 35px 20px;
    margin-bottom: 25px;
  }
}

.shop-page .shop-information .c-ttl {
  margin-bottom: 60px;
  text-align: left;
}

@media (max-width: 768px) {
  .shop-page .shop-information .c-ttl {
    margin-bottom: 30px;
  }
  .shop-page .shop-information .c-ttl span {
    font-size: 14px;
    line-height: 24px;
    padding-left: 0;
  }
}

.shop-page .shop-information .mapbtn {
  display: none;
  text-align: center;
}

.shop-page .shop-information .mapbtn a {
  display: block;
  transition: 0.4s;
  border-bottom: 1px solid #F5427C;
}

@media (max-width: 768px) {
  .shop-page .shop-information .mapbtn {
    display: block;
  }
}

.shop-page .shop-information .mapbtn span {
  font-size: 18px;
  line-height: 30px;
  padding: 20px 40px 20px 0;
  background: url("../images/common/ico_arrow.png") no-repeat center right;
  background-size: 18px;
  display: inline-block;
  color: #F5427C;
  font-weight: 600;
}

.shop-page .shop-information .conts01 {
  width: 100%;
  padding-right: 51.5%;
}

@media (max-width: 768px) {
  .shop-page .shop-information .conts01 {
    padding-right: 0;
  }
}

.shop-page .shop-information .conts01 .thum-wrap {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .shop-page .shop-information .conts01 .thum-wrap {
    margin-bottom: 20px;
  }
}

.shop-page .shop-information .conts01 .thum-wrap .floor {
  display: block;
  text-align: center;
  font-size: 26px;
  line-height: 78px;
  color: #F5427C;
  font-weight: 400;
  border-top: 1px solid #F5427C;
  border-bottom: 1px solid #F5427C;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  font-weight: 500;
}

@media (max-width: 1080px) {
  .shop-page .shop-information .conts01 .thum-wrap .floor {
    line-height: 50px;
  }
}

@media (max-width: 768px) {
  .shop-page .shop-information .conts01 .thum-wrap .floor {
    position: inherit;
    width: 100%;
    font-size: 18px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}

.shop-page .shop-information .conts01 .thum-wrap .mapbtn {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}

@media (max-width: 768px) {
  .shop-page .shop-information .conts01 .thum-wrap .mapbtn {
    display: none;
  }
}

.shop-page .shop-information .conts01 .thum-wrap .thum {
  max-width: 240px;
  width: 43%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .shop-page .shop-information .conts01 .thum-wrap .thum {
    width: 100%;
    max-width: 100%;
  }
}

.shop-page .shop-information .conts01 .thum-wrap .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.shop-page .shop-information .conts01 .name {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 500;
}

@media (max-width: 768px) {
  .shop-page .shop-information .conts01 .name {
    font-size: 18px;
    line-height: 30px;
  }
}

.shop-page .shop-information .conts01 .name span {
  display: block;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 768px) {
  .shop-page .shop-information .conts01 .name span {
    font-size: 14px;
    line-height: 22px;
  }
}

.shop-page .shop-information .conts01 .item {
  font-size: 18px;
  line-height: 30px;
  color: #F5427C;
  text-align: left;
}

@media (max-width: 768px) {
  .shop-page .shop-information .conts01 .item {
    font-size: 16px;
    line-height: 26px;
  }
}

.shop-page .shop-information .conts01 .item span {
  font-size: 14px;
  line-height: 22px;
  display: block;
}

.shop-page .shop-information .conts02-wrap {
  padding: 0 20px;
}

.shop-page .shop-information .conts02 {
  width: 100%;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .shop-page .shop-information .conts02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0;
    margin-bottom: 25px;
  }
}

.shop-page .shop-information .conts02 .txt {
  float: left;
  max-width: 560px;
  width: 49%;
  font-size: 16px;
  line-height: 28px;
}

.shop-page .shop-information .conts02 .txt.w100 {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .shop-page .shop-information .conts02 .txt {
    float: none;
    max-width: 100%;
    width: 100%;
    order: 1;
  }
}

.shop-page .shop-information .conts02 .shop-info-slider {
  float: right;
  max-width: 550px;
  width: 48%;
}

@media (max-width: 768px) {
  .shop-page .shop-information .conts02 .shop-info-slider {
    margin-bottom: 75px;
    order: 0;
    float: none;
    margin-top: 0 !important;
    max-width: 100%;
    width: 100%;
  }
}

.shop-page .shop-information .conts02 .shop-info-slider .slick-dots {
  bottom: -50px;
}

.shop-page .shop-information .conts02 .shop-info-slider .slick-prev, .shop-page .shop-information .conts02 .shop-info-slider .slick-next {
  bottom: -75px;
}

.shop-page .shop-information .conts02 .shop-info-slider .slick-prev {
  left: 0;
}

.shop-page .shop-information .conts02 .shop-info-slider .slick-next {
  right: 0;
}

.shop-page .shop-information .conts02 .shop-info-slider .child {
  overflow: hidden;
  position: relative;
}

.shop-page .shop-information .conts02 .shop-info-slider .child .thum_bg, .shop-page .shop-information .conts02 .shop-info-slider .child .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.shop-page .shop-information .conts02 .shop-info-slider .child .thum_img {
  width: auto;
  height: 100%;
  max-height: 100%;
}

.shop-page .shop-information .conts02 .shop-info-slider .child .thum_bg {
  width: 150%;
  filter: blur(6px);
}

@media (max-width: 768px) {
  .shop-page .shop-information .conts02 .shop-info-slider .child .thum_bg {
    height: 100%;
    width: auto;
  }
}

.shop-page .shop-information .shop-info-bottom {
  background: #FFFCE6;
  padding: 40px;
}

@media (max-width: 768px) {
  .shop-page .shop-information .shop-info-bottom {
    padding: 20px;
  }
}

.shop-page .shop-information .shop-info-bottom .about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .shop-page .shop-information .shop-info-bottom .about {
    margin-bottom: 15px;
  }
}

.shop-page .shop-information .shop-info-bottom .about li {
  width: 49%;
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 15px 0 15px 200px;
  font-size: 16px;
  line-height: 28px;
}

.shop-page .shop-information .shop-info-bottom .about li a {
  text-decoration: underline;
  transition: 0.4s;
}

.shop-page .shop-information .shop-info-bottom .about li.long {
  width: 100%;
}

.shop-page .shop-information .shop-info-bottom .about li.long02 {
  padding-left: 320px;
}

@media (max-width: 768px) {
  .shop-page .shop-information .shop-info-bottom .about li.long02 {
    padding-left: 0;
  }
}

.shop-page .shop-information .shop-info-bottom .about li.long02 span {
  width: 300px;
}

@media (max-width: 768px) {
  .shop-page .shop-information .shop-info-bottom .about li.long02 span {
    display: block;
    width: 100%;
  }
}

.shop-page .shop-information .shop-info-bottom .about li.long03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding-left: 0;
  align-items: flex-end;
  border-bottom: none;
}

@media (max-width: 1080px) {
  .shop-page .shop-information .shop-info-bottom .about li.long03 {
    font-size: 14px;
  }
}

.shop-page .shop-information .shop-info-bottom .about li.long03 .left {
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.shop-page .shop-information .shop-info-bottom .about li.long03 .left .r-child {
  display: inline-block;
  padding-right: 20px;
  font-weight: 400;
  line-height: 40px;
}

@media (max-width: 768px) {
  .shop-page .shop-information .shop-info-bottom .about li.long03 .left .r-child {
    padding: 0 5px;
    vertical-align: bottom;
    text-align: center;
    width: 25%;
    line-height: 25px;
  }
}

.shop-page .shop-information .shop-info-bottom .about li.long03 .left .r-child img {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .shop-page .shop-information .shop-info-bottom .about li.long03 .left .r-child img {
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 60px;
  }
}

.shop-page .shop-information .shop-info-bottom .about li.long03 .left .r-child.r-child-kirarina-card {
  padding-right: 40px;
}

.shop-page .shop-information .shop-info-bottom .about li.long03 .left .r-child.r-child-kirarina-card img {
  margin-right: 5px;
  display: inline-block;
  max-width: 120px;
}

@media (max-width: 768px) {
  .shop-page .shop-information .shop-info-bottom .about li.long03 .left .r-child.r-child-kirarina-card img {
    margin-right: 0;
    margin-bottom: 5px;
    max-width: 200px;
  }
}

@media (max-width: 1080px) {
  .shop-page .shop-information .shop-info-bottom .about li.long03 .left .r-child.r-child-kirarina-card {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .shop-page .shop-information .shop-info-bottom .about li.long03 .left .r-child.r-child-kirarina-card {
    padding: 0;
    text-align: center;
    padding-bottom: 10px;
    max-width: 100%;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .shop-page .shop-information .shop-info-bottom .about li.long03 .left {
    max-width: 100%;
    width: 100%;
    line-height: 35px;
  }
  .shop-page .shop-information .shop-info-bottom .about li.long03 .left .left-in {
    text-align: left;
    margin: 10px 0 5px 0;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: baseline;
  }
}

.shop-page .shop-information .shop-info-bottom .about li.long03 .left img {
  display: inline-block;
  max-width: 39px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .shop-page .shop-information .shop-info-bottom .about li.long03 .left img {
    max-width: 100%;
  }
}

.shop-page .shop-information .shop-info-bottom .about li.long03 .right {
  width: 63%;
}

@media (max-width: 1080px) {
  .shop-page .shop-information .shop-info-bottom .about li.long03 .right {
    width: 66%;
  }
}

@media (max-width: 768px) {
  .shop-page .shop-information .shop-info-bottom .about li.long03 .right {
    width: 100%;
  }
}

.shop-page .shop-information .shop-info-bottom .about li.long03 .right .r-child {
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 5px;
  margin-right: 5%;
}

@media (max-width: 1080px) {
  .shop-page .shop-information .shop-info-bottom .about li.long03 .right .r-child {
    margin-right: 3%;
  }
}

@media (max-width: 768px) {
  .shop-page .shop-information .shop-info-bottom .about li.long03 .right .r-child {
    width: 23.5%;
    text-align: center;
    margin: 0;
    font-size: 12px;
    vertical-align: bottom;
  }
}

.shop-page .shop-information .shop-info-bottom .about li.long03 .right .r-child img {
  display: inline-block;
  max-width: 39px;
  margin-right: 10px;
}

.shop-page .shop-information .shop-info-bottom .about li.long03 .right .r-child img.card06 {
  max-width: 66px;
}

@media (max-width: 768px) {
  .shop-page .shop-information .shop-info-bottom .about li.long03 .right .r-child img {
    display: block;
    margin: 0 auto;
  }
}

.shop-page .shop-information .shop-info-bottom .about li.long04 {
  text-align: left;
  padding-left: 0;
}

@media (max-width: 768px) {
  .shop-page .shop-information .shop-info-bottom .about li.long04 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
}

.shop-page .shop-information .shop-info-bottom .about li.long04 .pink {
  display: inline-block;
  vertical-align: top;
  background: #F5427C;
  font-size: 12px;
  line-height: 35px;
  width: 175px;
  color: #fff;
  font-weight: 500;
  padding: 0 20px;
  margin-right: 20px;
}

.shop-page .shop-information .shop-info-bottom .about li.long04 .pink:nth-last-of-type(1) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .shop-page .shop-information .shop-info-bottom .about li.long04 .pink {
    margin-right: 0;
    width: 48%;
    display: block;
    margin-bottom: 10px;
    line-height: 15px;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .shop-page .shop-information .shop-info-bottom .about li {
    width: 100%;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
  }
  .shop-page .shop-information .shop-info-bottom .about li:last-child {
    margin-bottom: 0;
  }
}

.shop-page .shop-information .shop-info-bottom .about li span {
  display: block;
  width: 175px;
  position: absolute;
  top: 15px;
  left: 0;
  font-weight: 500;
}

@media (max-width: 768px) {
  .shop-page .shop-information .shop-info-bottom .about li span {
    position: inherit;
    width: 100%;
    display: block;
    top: inherit;
    margin-bottom: 5px;
  }
}

.shop-page .shop-information .shop-info-bottom .sns {
  text-align: center;
  background: #FFFCE6;
  position: relative;
}

@media (max-width: 768px) {
  .shop-page .shop-information .shop-info-bottom .sns {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.shop-page .shop-information .shop-info-bottom .sns li {
  display: inline-block;
  max-width: 140px;
  width: 18%;
  font-size: 18px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 1%;
}

@media (max-width: 768px) {
  .shop-page .shop-information .shop-info-bottom .sns li {
    width: 48%;
    margin: 0;
    max-width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
}

.shop-page .shop-information .shop-info-bottom .sns li:first-child {
  margin: 0;
}

@media (max-width: 768px) {
  .shop-page .shop-information .shop-info-bottom .sns li:first-child {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

.shop-page .shop-information .shop-info-bottom .sns li:nth-child(2) {
  margin-left: 0;
}

.shop-page .shop-information .shop-info-bottom .sns li:last-child {
  margin-right: 0;
}

.shop-page .shop-information .shop-info-bottom .sns li a {
  display: block;
  transition: 0.4s;
}

.shop-page .shop-news {
  background: #FFFCE6;
  position: relative;
  padding: 50px 20px 80px 20px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .shop-page .shop-news {
    padding: 40px 0;
  }
}

.shop-page .shop-news::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: #fff;
}

.shop-page .shop-news .c-ttl {
  text-align: left;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .shop-page .shop-news .c-ttl {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}

.shop-page .shop-news .shop-slide {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .shop-page .shop-news .shop-slide {
    margin-bottom: 10px;
  }
}

.shop-page .shop-news .shop-slide li {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shop-page .shop-news .shop-slide li {
    margin: 0 5px;
  }
}

.shop-page .shop-news .shop-slide li.new {
  position: relative;
}

.shop-page .shop-news .shop-slide li.new::after {
  content: "NEW";
  position: absolute;
  top: 5px;
  left: -25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 100px;
  text-align: center;
  width: 83px;
  height: 95px;
  font-weight: 600;
  color: #fff;
  background: url("../images/common/ico_sakura.png") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1000px) {
  .shop-page .shop-news .shop-slide li.new::after {
    transform: scale(0.5);
    left: -35px;
  }
}

@media screen and (max-width: 800px) {
  .shop-page .shop-news .shop-slide li.new::after {
    transform: scale(0.3);
    left: -35px;
  }
}

@media screen and (max-width: 768px) {
  .shop-page .shop-news .shop-slide li.new::after {
    transform: scale(1.5);
    left: -35px;
  }
}

@media screen and (max-width: 450px) {
  .shop-page .shop-news .shop-slide li.new::after {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .shop-page .shop-news .shop-slide li.new::after {
    left: -20px;
    width: 60px;
    height: 59px;
    line-height: 59px;
    font-size: 12px;
  }
}

.shop-page .shop-news .shop-slide a {
  display: block;
  height: 100%;
  background: #fff;
  transition: 0.4s;
}

.shop-page .shop-news .shop-slide a:hover {
  opacity: 1;
}

.shop-page .shop-news .shop-slide a:hover .thum .thum_img {
  opacity: 0;
}

.shop-page .shop-news .shop-slide a:hover .thum::after {
  content: "MORE →";
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 70%;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 30px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.shop-page .shop-news .shop-slide .thum {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.shop-page .shop-news .shop-slide .thum .category {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  font-size: 14px;
  line-height: 27px;
  display: inline-block;
  height: 25px;
  color: #F5427C;
  z-index: 10;
  padding: 0 15px;
  font-weight: 400;
}

.shop-page .shop-news .shop-slide .thum .thum_bg, .shop-page .shop-news .shop-slide .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.shop-page .shop-news .shop-slide .thum .thum_img {
  transition: 0.4s;
}

.shop-page .shop-news .shop-slide .thum .thum_bg {
  width: 150%;
  filter: blur(6px);
}

.shop-page .shop-news .shop-slide .bottom {
  text-align: left;
  padding: 15px 20px;
}

@media (max-width: 768px) {
  .shop-page .shop-news .shop-slide .bottom {
    padding: 10px;
  }
}

.shop-page .shop-news .shop-slide .bottom .ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 5px;
  height: 60px;
  position: relative;
}

.shop-page .shop-news .shop-slide .bottom .ttl:before, .shop-page .shop-news .shop-slide .bottom .ttl:after {
  background: #fff;
  position: absolute;
}

.shop-page .shop-news .shop-slide .bottom .ttl:before {
  content: "...";
  bottom: 0;
  right: 6px;
}

@media (max-width: 768px) {
  .shop-page .shop-news .shop-slide .bottom .ttl:before {
    right: 4px;
  }
}

.shop-page .shop-news .shop-slide .bottom .ttl:after {
  content: "";
  height: 100%;
  width: 100%;
}

.shop-page .shop-news .shop-slide .bottom .date {
  color: #ADADAD;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: 400;
}

.shop-page .shop-news .shop-slide .bottom .name {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .shop-page .shop-news .moreBtn {
    padding: 0 20px;
  }
}

/* =========================================================
  notice
========================================================= */
.notice-detail-page {
  /* =========================================================
  .notice-conts01
========================================================= */
}

.notice-detail-page .notice-conts01 .notice-head {
  background: #FAEAEF;
  text-align: left;
  padding: 75px 20px 80px 20px;
}

@media (max-width: 768px) {
  .notice-detail-page .notice-conts01 .notice-head {
    padding: 35px 20px 30px 20px;
  }
}

.notice-detail-page .notice-conts01 .notice-head .c-ttl {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .notice-detail-page .notice-conts01 .notice-head .c-ttl {
    margin-bottom: 30px;
  }
}

.notice-detail-page .notice-conts01 .notice-head .notice-head-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .notice-detail-page .notice-conts01 .notice-head .notice-head-in {
    display: block;
  }
}

.notice-detail-page .notice-conts01 .notice-head .notice-head-in .bottom {
  width: 100%;
}

@media (max-width: 768px) {
  .notice-detail-page .notice-conts01 .notice-head .notice-head-in .bottom {
    width: 100%;
  }
}

.notice-detail-page .notice-conts01 .notice-head .notice-head-in .bottom .date {
  font-size: 20px;
  line-height: 32px;
  color: #ADADAD;
  font-weight: 400;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .notice-detail-page .notice-conts01 .notice-head .notice-head-in .bottom .date {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}

.notice-detail-page .notice-conts01 .notice-head .notice-head-in .bottom .ttl {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .notice-detail-page .notice-conts01 .notice-head .notice-head-in .bottom .ttl {
    font-size: 18px;
    line-height: 30px;
  }
}

.notice-detail-page .notice-conts01 .notice-wrap {
  padding: 60px 20px 0 20px;
}

@media (max-width: 768px) {
  .notice-detail-page .notice-conts01 .notice-wrap {
    padding-top: 35px;
  }
}

.notice-detail-page .notice-conts01 .notice-middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .notice-detail-page .notice-conts01 .notice-middle {
    display: block;
  }
}

.notice-detail-page .notice-conts01 .notice-middle .notice-slider {
  width: 50%;
  margin: -105px 0 60px 0;
}

@media (max-width: 768px) {
  .notice-detail-page .notice-conts01 .notice-middle .notice-slider {
    margin: 0 0 75px 0;
    width: 100%;
  }
}

.notice-detail-page .notice-conts01 .notice-middle .notice-slider .slick-dots {
  bottom: -50px;
}

.notice-detail-page .notice-conts01 .notice-middle .notice-slider .slick-prev, .notice-detail-page .notice-conts01 .notice-middle .notice-slider .slick-next {
  bottom: -75px;
}

.notice-detail-page .notice-conts01 .notice-middle .notice-slider .slick-prev {
  left: 0;
}

.notice-detail-page .notice-conts01 .notice-middle .notice-slider .slick-next {
  right: 0;
}

.notice-detail-page .notice-conts01 .notice-middle .notice-slider .child {
  overflow: hidden;
  position: relative;
}

.notice-detail-page .notice-conts01 .notice-middle .notice-slider .child .thum_bg, .notice-detail-page .notice-conts01 .notice-middle .notice-slider .child .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.notice-detail-page .notice-conts01 .notice-middle .notice-slider .child .thum_bg {
  width: 150%;
  filter: blur(6px);
  min-height: 100%;
}

@media (max-width: 768px) {
  .notice-detail-page .notice-conts01 .notice-middle .notice-slider .child .thum_bg {
    height: 100%;
    width: auto;
  }
}

.notice-detail-page .notice-conts01 .notice-middle .contents {
  width: 46%;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .notice-detail-page .notice-conts01 .notice-middle .contents {
    width: 100%;
  }
}

.notice-detail-page .notice-conts01 .notice-middle .contents .txt {
  margin-bottom: 50px;
}

.notice-detail-page .notice-conts01 .notice-middle .contents a {
  transition: 0.4s;
  text-decoration: underline;
  display: inline-block;
}

.notice-detail-page .notice-conts01 .notice-middle .contents .detail-link {
  margin-bottom: 10px;
}

.notice-detail-page .notice-conts01 .notice-middle .contents .pdf-link a {
  position: relative;
}

.notice-detail-page .notice-conts01 .notice-middle .contents .pdf-link a::after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  right: -25px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 14px;
  background: url("../images/common/icon_pdf.png") no-repeat center;
  background-size: cover;
}

.notice-detail-page .notice-conts01 .notice-bottom {
  background: #FFFCE6;
  padding: 40px;
  position: relative;
}

@media (max-width: 768px) {
  .notice-detail-page .notice-conts01 .notice-bottom {
    padding: 20px;
  }
}

.notice-detail-page .notice-conts01 .notice-bottom::after {
  content: " ";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent #FFFCE6 transparent;
}

@media (max-width: 768px) {
  .notice-detail-page .notice-conts01 .notice-bottom {
    padding: 10px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.notice-detail-page .notice-conts01 .notice-bottom .about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .notice-detail-page .notice-conts01 .notice-bottom .about {
    margin-bottom: 15px;
  }
}

.notice-detail-page .notice-conts01 .notice-bottom .about li {
  width: 49%;
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 15px 0 15px 130px;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .notice-detail-page .notice-conts01 .notice-bottom .about li {
    width: 100%;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
  }
  .notice-detail-page .notice-conts01 .notice-bottom .about li:last-child {
    margin-bottom: 0;
  }
}

.notice-detail-page .notice-conts01 .notice-bottom .about li span {
  display: block;
  width: 130px;
  position: absolute;
  top: 15px;
  left: 0;
}

@media (max-width: 768px) {
  .notice-detail-page .notice-conts01 .notice-bottom .about li span {
    position: inherit;
    width: 100%;
    display: block;
    top: inherit;
    margin-bottom: 5px;
  }
}

.notice-detail-page .notice-conts01 .notice-bottom .sns {
  text-align: center;
  background: #FFFCE6;
  position: relative;
}

@media (max-width: 768px) {
  .notice-detail-page .notice-conts01 .notice-bottom .sns {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.notice-detail-page .notice-conts01 .notice-bottom .sns li {
  display: inline-block;
  max-width: 140px;
  width: 18%;
  font-size: 18px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 1%;
}

@media (max-width: 768px) {
  .notice-detail-page .notice-conts01 .notice-bottom .sns li {
    width: 48%;
    margin: 0;
    max-width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
}

.notice-detail-page .notice-conts01 .notice-bottom .sns li:first-child {
  margin: 0;
  font-weight: 500;
}

@media (max-width: 768px) {
  .notice-detail-page .notice-conts01 .notice-bottom .sns li:first-child {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

.notice-detail-page .notice-conts01 .notice-bottom .sns li:nth-child(2) {
  margin-left: 0;
}

.notice-detail-page .notice-conts01 .notice-bottom .sns li:last-child {
  margin-right: 0;
}

.notice-detail-page .notice-conts01 .notice-bottom .sns li a {
  display: block;
  transition: 0.4s;
}

.notice-detail-page .notice-conts01 .backBtn {
  max-width: 300px;
  width: 100%;
  border-bottom: 1px solid #F5427C;
  text-align: center;
  margin: 0 auto;
  transition: 0.4s;
}

.notice-detail-page .notice-conts01 .backBtn:hover {
  max-width: 560px;
}

.notice-detail-page .notice-conts01 .backBtn:hover a {
  opacity: 1;
}

.notice-detail-page .notice-conts01 .backBtn a {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #F5427C;
  font-weight: 500;
  transition: 0.4s;
}

.notice-detail-page .notice-conts01 .backBtn a span {
  padding: 25px 40px;
  display: inline-block;
  background: url("../images/common/ico_arrow01.png") no-repeat center left;
  background-size: 18px;
}

/* =========================================================
  recruit
========================================================= */
.recruit-page {
  /* =========================================================
  .recruit_conts
========================================================= */
}

.recruit-page .recruit_conts .bg-color-wrap {
  margin-top: -100px;
  padding-top: 100px;
}

.recruit-page .recruit_conts .bg-color {
  background: #FAEAEF;
  padding: 75px 20px;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .bg-color {
    padding: 35px 20px 20px 20px;
  }
}

.recruit-page .recruit_conts .c-ttl {
  margin-bottom: 0px;
  text-align: left;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .c-ttl {
    margin-bottom: 0px;
  }
}

.recruit-page .recruit_conts .rec-conts01 {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .rec-conts01 {
    margin-bottom: 30px;
  }
}

.recruit-page .recruit_conts .rec-conts01 .rec-ttl {
  color: #F5427C;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .rec-conts01 .rec-ttl {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.recruit-page .recruit_conts .rec-conts01 .rec-img-wrap {
  position: relative;
  z-index: 0;
}

.recruit-page .recruit_conts .rec-conts01 .rec-img-wrap::after {
  content: " ";
  z-index: -1;
  width: calc(100% + 40px);
  position: absolute;
  bottom: 0;
  left: -20px;
  height: 50%;
  background: #fff;
}

.recruit-page .recruit_conts .rec-conts01 .rec-img-wrap .rec-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .rec-conts01 .rec-img-wrap .rec-img {
    display: block;
  }
}

.recruit-page .recruit_conts .rec-conts01 .rec-img-wrap .rec-img li {
  width: 32%;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .rec-conts01 .rec-img-wrap .rec-img li {
    width: 100%;
    margin-bottom: 10px;
  }
  .recruit-page .recruit_conts .rec-conts01 .rec-img-wrap .rec-img li:last-child {
    margin-bottom: 0;
  }
}

.recruit-page .recruit_conts .rec-conts02 {
  padding: 0 20px 75px 20px;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .rec-conts02 {
    padding-bottom: 35px;
  }
}

.recruit-page .recruit_conts .rec-conts02 .rec-ttl02 {
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .rec-conts02 .rec-ttl02 {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
}

.recruit-page .recruit_conts .rec-conts02 .merit {
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  padding: 10px 0;
  position: relative;
  max-width: 620px;
  width: 100%;
  margin: 0 auto -25px auto;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .rec-conts02 .merit {
    font-size: 20px;
    max-width: 100%;
    padding: 0;
    line-height: 27px;
  }
}

.recruit-page .recruit_conts .rec-conts02 .merit span {
  color: #F5427C;
  font-size: 40px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .rec-conts02 .merit span {
    font-size: 30px;
  }
}

.recruit-page .recruit_conts .rec-conts02 .merit::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 100%;
  background: #000;
  transform: rotate(25deg);
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .rec-conts02 .merit::after {
    display: none;
  }
}

.recruit-page .recruit_conts .rec-conts02 .merit::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 100%;
  background: #000;
  transform: rotate(-25deg);
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .rec-conts02 .merit::before {
    display: none;
  }
}

.recruit-page .recruit_conts .rec-conts02 .merit-list {
  background: #FFFCE6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 80px 60px 40px 60px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 30px auto;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .rec-conts02 .merit-list {
    padding: 40px 10px 20px 10px;
    display: block;
    margin-bottom: 0;
  }
}

.recruit-page .recruit_conts .rec-conts02 .merit-list li {
  width: 18%;
  background: #fff;
  height: 120px;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .rec-conts02 .merit-list li {
    display: inline-block;
    width: 30%;
    margin: 30px 1% 0 1%;
    height: 80px;
  }
}

.recruit-page .recruit_conts .rec-conts02 .merit-list li .hukidasi {
  width: 80%;
  border: 1px solid #F5427C;
  color: #F5427C;
  font-size: 16px;
  line-height: 38px;
  background: #fff;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .rec-conts02 .merit-list li .hukidasi {
    width: 90%;
    font-size: 2vw;
    line-height: 30px;
  }
}

.recruit-page .recruit_conts .rec-conts02 .merit-list li .hukidasi b {
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .rec-conts02 .merit-list li .hukidasi b {
    font-size: 4vw;
  }
}

.recruit-page .recruit_conts .rec-conts02 .merit-list li .hukidasi::after {
  z-index: 1;
  content: " ";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 3.5px 0 3.5px;
  border-color: #ffffff transparent transparent transparent;
}

.recruit-page .recruit_conts .rec-conts02 .merit-list li .hukidasi::before {
  z-index: 0;
  content: " ";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 3.5px 0 3.5px;
  border-color: #F5427C transparent transparent transparent;
}

.recruit-page .recruit_conts .rec-conts02 .merit-list li .in {
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .rec-conts02 .merit-list li .in {
    font-size: 3vw;
    line-height: 4vw;
  }
}

.recruit-page .recruit_conts .rec-conts02 .moreBtn01 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .rec-conts02 .moreBtn01 {
    margin-top: 0;
  }
}

.recruit-page .recruit_conts .rec-conts02 .moreBtn01 a {
  max-width: 580px;
  width: 100%;
  border-width: 2px;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .rec-conts02 .moreBtn01 a {
    padding: 15px 0;
  }
}

.recruit-page .recruit_conts .rec-conts02 .moreBtn01 a span {
  display: inline-block;
  max-width: 580px;
  width: 100%;
  background: url("../images/common/ico_arrow03.png") no-repeat center right 50px;
  background-size: 14px;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .rec-conts02 .moreBtn01 a span {
    font-size: 14px;
    line-height: 26px;
    background: url("../images/common/ico_arrow03.png") no-repeat center right;
    background-size: 14px;
    padding: 0 20px;
  }
}

.recruit-page .recruit_conts .rec-conts02 .moreBtn01 a:hover {
  max-width: 780px;
}

.recruit-page .recruit_conts .tab-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .tab-btn {
    margin-bottom: 25px;
  }
}

.recruit-page .recruit_conts .tab-btn li {
  width: 50%;
  position: relative;
  font-size: 18px;
  line-height: 70px;
  cursor: pointer;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .tab-btn li {
    font-size: 3vw;
    line-height: 5vw;
    padding: 10px 0;
  }
}

.recruit-page .recruit_conts .tab-btn li::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 60%;
  width: 1px;
  background: #000;
}

.recruit-page .recruit_conts .tab-btn li:last-child::after {
  display: none;
}

.recruit-page .recruit_conts .tab-btn li:hover {
  color: #F5427C;
}

.recruit-page .recruit_conts .tab-btn li.active {
  color: #F5427C;
}

.recruit-page .recruit_conts .tab-btn li.active::before {
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  background: #FAEAEF;
  transform: rotate(-45deg);
}

.recruit-page .recruit_conts .tab-area01 {
  display: none;
}

.recruit-page .recruit_conts .tab-area01.active-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

.recruit-page .recruit_conts .tab-area01 li {
  width: 18%;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .tab-area01 li {
    width: 48%;
    margin-bottom: 4%;
  }
  .recruit-page .recruit_conts .tab-area01 li:first-child {
    width: 100%;
  }
  .recruit-page .recruit_conts .tab-area01 li:first-child a {
    height: 50px;
    line-height: 50px;
    padding-top: 0;
  }
  .recruit-page .recruit_conts .tab-area01 li:nth-child(4), .recruit-page .recruit_conts .tab-area01 li:nth-child(5) {
    margin-bottom: 0;
  }
}

.recruit-page .recruit_conts .tab-area01 li a {
  display: block;
  height: 100%;
  background: #fff;
  transition: 0.4s;
  height: 120px;
  font-size: 16px;
  line-height: 24px;
  padding-top: 75px;
  position: relative;
}

.recruit-page .recruit_conts .tab-area01 li a.active, .recruit-page .recruit_conts .tab-area01 li a:hover {
  opacity: 1;
  color: #fff;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .tab-area01 li a {
    font-size: 14px;
    line-height: 17px;
    height: 100px;
    padding-top: 60px;
  }
  .recruit-page .recruit_conts .tab-area01 li a .tab-visible {
    display: block;
  }
}

.recruit-page .recruit_conts .tab-area01 li a.active::after {
  content: " ";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #F5427C transparent transparent transparent;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .tab-area01 li a.active::after {
    display: none;
  }
}

.recruit-page .recruit_conts .tab-area01 li:nth-child(1) a {
  background: url("../images/common/ico_all.png") no-repeat center top 25px, #fff;
  background-size: 31px;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .tab-area01 li:nth-child(1) a {
    background: url("../images/common/ico_all.png") no-repeat center left 30px, #fff;
    background-size: 20px;
  }
}

.recruit-page .recruit_conts .tab-area01 li:nth-child(1) a:hover, .recruit-page .recruit_conts .tab-area01 li:nth-child(1) a.active {
  background: url("../images/common/ico_all02.png") no-repeat center top 25px, #F5427C;
  background-size: 31px;
  color: #fff;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .tab-area01 li:nth-child(1) a:hover, .recruit-page .recruit_conts .tab-area01 li:nth-child(1) a.active {
    background: url("../images/common/ico_all02.png") no-repeat center left 30px, #F5427C;
    background-size: 20px;
  }
}

.recruit-page .recruit_conts .tab-area01 li:nth-child(2) a {
  background: url("../images/common/ico_fashion.png") no-repeat center top 25px, #fff;
  background-size: 76px;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .tab-area01 li:nth-child(2) a {
    background: url("../images/common/ico_fashion.png") no-repeat center top 15px, #fff;
    background-size: 66px;
  }
}

.recruit-page .recruit_conts .tab-area01 li:nth-child(2) a:hover, .recruit-page .recruit_conts .tab-area01 li:nth-child(2) a.active {
  background: url("../images/common/ico_fashion02.png") no-repeat center top 25px, #F5427C;
  background-size: 76px;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .tab-area01 li:nth-child(2) a:hover, .recruit-page .recruit_conts .tab-area01 li:nth-child(2) a.active {
    background: url("../images/common/ico_fashion02.png") no-repeat center top 15px, #F5427C;
    background-size: 66px;
  }
}

.recruit-page .recruit_conts .tab-area01 li:nth-child(3) a {
  background: url("../images/common/ico_life.png") no-repeat center top 25px, #fff;
  background-size: 35px;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .tab-area01 li:nth-child(3) a {
    background: url("../images/common/ico_life.png") no-repeat center top 15px, #fff;
    background-size: 31px;
  }
}

.recruit-page .recruit_conts .tab-area01 li:nth-child(3) a:hover, .recruit-page .recruit_conts .tab-area01 li:nth-child(3) a.active {
  background: url("../images/common/ico_life02.png") no-repeat center top 25px, #F5427C;
  background-size: 35px;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .tab-area01 li:nth-child(3) a:hover, .recruit-page .recruit_conts .tab-area01 li:nth-child(3) a.active {
    background: url("../images/common/ico_life02.png") no-repeat center top 15px, #F5427C;
    background-size: 31px;
  }
}

.recruit-page .recruit_conts .tab-area01 li:nth-child(4) a {
  background: url("../images/common/ico_so.png") no-repeat center top 25px, #fff;
  background-size: 40px;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .tab-area01 li:nth-child(4) a {
    background: url("../images/common/ico_so.png") no-repeat center top 20px, #fff;
    background-size: 34px;
  }
}

.recruit-page .recruit_conts .tab-area01 li:nth-child(4) a:hover, .recruit-page .recruit_conts .tab-area01 li:nth-child(4) a.active {
  background: url("../images/common/ico_so02.png") no-repeat center top 25px, #F5427C;
  background-size: 40px;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .tab-area01 li:nth-child(4) a:hover, .recruit-page .recruit_conts .tab-area01 li:nth-child(4) a.active {
    background: url("../images/common/ico_so02.png") no-repeat center top 20px, #F5427C;
    background-size: 34px;
  }
}

.recruit-page .recruit_conts .tab-area01 li:nth-child(5) a {
  background: url("../images/common/ico_gourmet.png") no-repeat center top 25px, #fff;
  background-size: 25px;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .tab-area01 li:nth-child(5) a {
    background: url("../images/common/ico_gourmet.png") no-repeat center top 15px, #fff;
    background-size: 21px;
  }
}

.recruit-page .recruit_conts .tab-area01 li:nth-child(5) a:hover, .recruit-page .recruit_conts .tab-area01 li:nth-child(5) a.active {
  background: url("../images/common/ico_gourmet02.png") no-repeat center top 25px, #F5427C;
  background-size: 25px;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .tab-area01 li:nth-child(5) a:hover, .recruit-page .recruit_conts .tab-area01 li:nth-child(5) a.active {
    background: url("../images/common/ico_gourmet02.png") no-repeat center top 15px, #F5427C;
    background-size: 21px;
  }
}

.recruit-page .recruit_conts .tab-area02 {
  display: none;
}

.recruit-page .recruit_conts .tab-area02.active-area {
  display: flex;
  flex-wrap: wrap;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .tab-area02.active-area {
    justify-content: space-between;
  }
}

.recruit-page .recruit_conts .tab-area02 li {
  width: 23%;
  margin-right: calc(8% / 3);
}

.recruit-page .recruit_conts .tab-area02 li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .tab-area02 li {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 0;
  }
  .recruit-page .recruit_conts .tab-area02 li:nth-child(3), .recruit-page .recruit_conts .tab-area02 li:nth-child(4) {
    margin-bottom: 0;
  }
}

.recruit-page .recruit_conts .tab-area02#tab-area01 li {
  width: 23%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .tab-area02#tab-area01 li {
    width: 48%;
    margin-bottom: 4%;
  }
  .recruit-page .recruit_conts .tab-area02#tab-area01 li:nth-child(1) {
    width: 100%;
  }
  .recruit-page .recruit_conts .tab-area02#tab-area01 li:nth-child(1) a {
    height: 40px;
  }
}

.recruit-page .recruit_conts .tab-area02 a {
  font-size: 16px;
  line-height: 26px;
  background: #fff;
  display: block;
  height: 80px;
  transition: 0.4s;
  position: relative;
  font-weight: 500;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .tab-area02 a {
    font-size: 14px;
    line-height: 22px;
    height: 60px;
  }
}

.recruit-page .recruit_conts .tab-area02 a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  width: 100%;
}

.recruit-page .recruit_conts .tab-area02 a:hover, .recruit-page .recruit_conts .tab-area02 a.active {
  background: #F5427C;
  color: #fff;
  opacity: 1;
}

.recruit-page .recruit_conts .tab-area02 a.active::after {
  content: " ";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #F5427C transparent transparent transparent;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .tab-area02 a.active::after {
    display: none;
  }
}

.recruit-page .recruit_conts .list-wrap.inner1160 {
  max-width: 1200px;
  padding: 40px 20px 0 20px;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .list-wrap.inner1160 {
    padding: 30px 20px 0 20px;
  }
}

.recruit-page .recruit_conts .list-wrap .read {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 500;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .list-wrap .read {
    margin-bottom: 20px;
  }
}

.recruit-page .recruit_conts .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.recruit-page .recruit_conts .list a {
  display: block;
  margin-bottom: 40px;
  transition: 0.4s;
}

.recruit-page .recruit_conts .list a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .list a {
    margin-bottom: 0;
  }
}

.recruit-page .recruit_conts .list > li {
  width: 46.5%;
  margin-bottom: 80px;
  text-align: left;
}

.recruit-page .recruit_conts .list > li:last-child, .recruit-page .recruit_conts .list > li:nth-last-child(2) {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .list > li {
    width: 100%;
    margin-bottom: 60px;
  }
  .recruit-page .recruit_conts .list > li:nth-last-child(2) {
    margin-bottom: 60px;
  }
}

.recruit-page .recruit_conts .list > li .head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .list > li .head {
    align-items: flex-start;
    margin-bottom: 0;
  }
}

.recruit-page .recruit_conts .list > li .head .thum {
  max-width: 200px;
  width: 36%;
  position: relative;
  overflow: hidden;
  border: 1px solid #F5427C;
}

.recruit-page .recruit_conts .list > li .head .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.recruit-page .recruit_conts .list > li .head .about {
  width: 55%;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .list > li .head .about {
    width: 57%;
  }
}

.recruit-page .recruit_conts .list > li .head .about .floor {
  font-size: 18px;
  line-height: 40px;
  color: #F5427C;
  border-top: 1px solid #F5427C;
  border-bottom: 1px solid #F5427C;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .list > li .head .about .floor {
    margin-bottom: 10px;
  }
}

.recruit-page .recruit_conts .list > li .head .about .name {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 10px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .list > li .head .about .name {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}

.recruit-page .recruit_conts .list > li .head .about .item {
  color: #F5427C;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .list > li .head .about .item {
    font-size: 16px;
    line-height: 26px;
  }
}

.recruit-page .recruit_conts .list > li .bottom {
  background: #FFFCE6;
  padding: 20px;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .list > li .bottom {
    display: none;
    margin-top: 20px;
  }
  .recruit-page .recruit_conts .list > li .bottom.active {
    display: block;
    -webkit-animation: fadeIn 1s linear forwards;
    animation: fadeIn 1s linear forwards;
  }
}

.recruit-page .recruit_conts .list > li .bottom li {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  padding: 0 0 20px 155px;
  font-weight: 400;
}

.recruit-page .recruit_conts .list > li .bottom li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .list > li .bottom li {
    padding-left: 0;
  }
}

.recruit-page .recruit_conts .list > li .bottom li span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 155px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts .list > li .bottom li span {
    position: inherit;
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}

.recruit-page .recruit_conts a.readBtn {
  display: none;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid #F5427C;
}

@media (max-width: 768px) {
  .recruit-page .recruit_conts a.readBtn {
    display: block !important;
  }
}

.recruit-page .recruit_conts a.readBtn span {
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #F5427C;
  font-size: 18px;
  line-height: 30px;
  transition: 0.4s;
  padding: 20px 40px 20px 0;
  font-weight: 500;
  position: relative;
}

.recruit-page .recruit_conts a.readBtn span::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #F5427C;
}

.recruit-page .recruit_conts a.readBtn span::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 20px;
  background: #F5427C;
  transition: 0.4s;
}

.recruit-page .recruit_conts a.readBtn.active span::before {
  opacity: 0;
}

/* =========================================================
  news_special
========================================================= */
.news-special-page {
  /* =========================================================
  .fs-conts01
========================================================= */
  /* =========================================================
  .list
========================================================= */
}

.news-special-page .fs-conts01 {
  background: #FAEAEF;
  padding: 75px 20px;
}

@media (max-width: 768px) {
  .news-special-page .fs-conts01 {
    padding: 0 0 20px 0;
  }
}

.news-special-page .fs-conts01 .mv_img {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .news-special-page .fs-conts01 .mv_img {
    margin-bottom: 20px;
  }
}

.news-special-page .fs-conts01 .txt {
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .news-special-page .fs-conts01 .txt {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    padding: 0 20px;
  }
}

.news-special-page .fs-conts01 .tab-area01 {
  display: none;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .news-special-page .fs-conts01 .tab-area01 {
    justify-content: space-between;
    padding: 0 20px;
  }
}

.news-special-page .fs-conts01 .tab-area01 li {
  width: 23%;
  margin-bottom: 30px;
  margin-right: calc(8% / 3);
}

.news-special-page .fs-conts01 .tab-area01 li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .news-special-page .fs-conts01 .tab-area01 li {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 0;
  }
  .news-special-page .fs-conts01 .tab-area01 li:first-child {
    width: 100%;
  }
  .news-special-page .fs-conts01 .tab-area01 li:first-child a {
    height: 50px;
    line-height: 50px;
    padding-top: 0;
  }
  .news-special-page .fs-conts01 .tab-area01 li:nth-child(6), .news-special-page .fs-conts01 .tab-area01 li:nth-child(7) {
    margin-bottom: 0;
  }
}

.news-special-page .fs-conts01 .tab-area01 li a {
  display: block;
  height: 100%;
  background: #fff;
  transition: 0.4s;
  height: 120px;
  font-size: 16px;
  line-height: 24px;
  padding-top: 75px;
  position: relative;
}

.news-special-page .fs-conts01 .tab-area01 li a:hover {
  opacity: 1;
  color: #fff;
}

@media (max-width: 768px) {
  .news-special-page .fs-conts01 .tab-area01 li a {
    font-size: 14px;
    line-height: 17px;
    height: 100px;
    padding-top: 60px;
  }
  .news-special-page .fs-conts01 .tab-area01 li a .tab-visible {
    display: block;
  }
}

.news-special-page .fs-conts01 .tab-area01 li a.active {
  color: #fff;
}

.news-special-page .fs-conts01 .tab-area01 li a.active::after {
  content: " ";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #F5427C transparent transparent transparent;
}

@media (max-width: 768px) {
  .news-special-page .fs-conts01 .tab-area01 li a.active::after {
    display: none;
  }
}

.news-special-page .fs-conts01 .tab-area01 li:nth-child(1) a {
  background: url("../images/common/ico_all.png") no-repeat center top 25px, #fff;
  background-size: 31px;
}

@media (max-width: 768px) {
  .news-special-page .fs-conts01 .tab-area01 li:nth-child(1) a {
    background: url("../images/common/ico_all.png") no-repeat center left 30px, #fff;
    background-size: 20px;
  }
}

.news-special-page .fs-conts01 .tab-area01 li:nth-child(1) a:hover, .news-special-page .fs-conts01 .tab-area01 li:nth-child(1) a.active {
  background: url("../images/common/ico_all02.png") no-repeat center top 25px, #F5427C;
  background-size: 31px;
}

.news-special-page .fs-conts01 .tab-area01 li:nth-child(2) a {
  background: url("../images/common/ico_fashion.png") no-repeat center top 25px, #fff;
  background-size: 46px;
}

@media (max-width: 768px) {
  .news-special-page .fs-conts01 .tab-area01 li:nth-child(2) a {
    background: url("../images/common/ico_fashion.png") no-repeat center top 15px, #fff;
    background-size: 40px;
  }
}

.news-special-page .fs-conts01 .tab-area01 li:nth-child(2) a:hover, .news-special-page .fs-conts01 .tab-area01 li:nth-child(2) a.active {
  background: url("../images/common/ico_fashion02.png") no-repeat center top 25px, #F5427C;
  background-size: 46px;
}

.news-special-page .fs-conts01 .tab-area01 li:nth-child(3) a {
  background: url("../images/common/ico_goods.png") no-repeat center top 27px, #fff;
  background-size: 23px;
}

@media (max-width: 768px) {
  .news-special-page .fs-conts01 .tab-area01 li:nth-child(3) a {
    background: url("../images/common/ico_goods.png") no-repeat center top 15px, #fff;
    background-size: 20px;
  }
}

.news-special-page .fs-conts01 .tab-area01 li:nth-child(3) a:hover, .news-special-page .fs-conts01 .tab-area01 li:nth-child(3) a.active {
  background: url("../images/common/ico_goods02.png") no-repeat center top 27px, #F5427C;
  background-size: 23px;
}

.news-special-page .fs-conts01 .tab-area01 li:nth-child(4) a {
  background: url("../images/common/ico_cosme.png") no-repeat center top 27px, #fff;
  background-size: 42px;
}

@media (max-width: 768px) {
  .news-special-page .fs-conts01 .tab-area01 li:nth-child(4) a {
    background: url("../images/common/ico_cosme.png") no-repeat center top 20px, #fff;
    background-size: 35px;
  }
}

.news-special-page .fs-conts01 .tab-area01 li:nth-child(4) a:hover, .news-special-page .fs-conts01 .tab-area01 li:nth-child(4) a.active {
  background: url("../images/common/ico_cosme02.png") no-repeat center top 27px, #F5427C;
  background-size: 42px;
}

.news-special-page .fs-conts01 .tab-area01 li:nth-child(5) a {
  background: url("../images/common/ico_so.png") no-repeat center top 32px, #fff;
  background-size: 40px;
}

@media (max-width: 768px) {
  .news-special-page .fs-conts01 .tab-area01 li:nth-child(5) a {
    background: url("../images/common/ico_so.png") no-repeat center top 20px, #fff;
    background-size: 23px;
  }
}

.news-special-page .fs-conts01 .tab-area01 li:nth-child(5) a:hover, .news-special-page .fs-conts01 .tab-area01 li:nth-child(5) a.active {
  background: url("../images/common/ico_so02.png") no-repeat center top 32px, #F5427C;
  background-size: 40px;
}

.news-special-page .fs-conts01 .tab-area01 li:nth-child(6) a {
  background: url("../images/common/ico_coffee.png") no-repeat center top 25px, #fff;
  background-size: 45px;
}

@media (max-width: 768px) {
  .news-special-page .fs-conts01 .tab-area01 li:nth-child(6) a {
    background: url("../images/common/ico_coffee.png") no-repeat center top 20px, #fff;
    background-size: 36px;
  }
}

.news-special-page .fs-conts01 .tab-area01 li:nth-child(6) a:hover, .news-special-page .fs-conts01 .tab-area01 li:nth-child(6) a.active {
  background: url("../images/common/ico_coffee02.png") no-repeat center top 25px, #F5427C;
  background-size: 45px;
}

.news-special-page .fs-conts01 .tab-area01 li:nth-child(7) a {
  background: url("../images/common/ico_food.png") no-repeat center top 29px, #fff;
  background-size: 31px;
}

@media (max-width: 768px) {
  .news-special-page .fs-conts01 .tab-area01 li:nth-child(7) a {
    background: url("../images/common/ico_food.png") no-repeat center top 20px, #fff;
    background-size: 26px;
  }
}

.news-special-page .fs-conts01 .tab-area01 li:nth-child(7) a:hover, .news-special-page .fs-conts01 .tab-area01 li:nth-child(7) a.active {
  background: url("../images/common/ico_food02.png") no-repeat center top 29px, #F5427C;
  background-size: 31px;
}

.news-special-page .list-wrap.inner1160 {
  max-width: 1200px;
  padding: 40px 20px 0 20px;
}

@media (max-width: 768px) {
  .news-special-page .list-wrap.inner1160 {
    padding: 30px 20px 0 20px;
  }
}

.news-special-page .list-wrap .read {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 500;
}

@media (max-width: 768px) {
  .news-special-page .list-wrap .read {
    margin-bottom: 20px;
  }
}

.news-special-page .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 768px) {
  .news-special-page .list {
    justify-content: space-between;
  }
}

.news-special-page .list li {
  width: 23%;
  margin-bottom: 4%;
  margin-right: calc( 8% / 3);
}

.news-special-page .list li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .news-special-page .list li {
    width: 48%;
    margin: 0 0 30px 0;
  }
}

.news-special-page .list li.new {
  position: relative;
}

.news-special-page .list li.new::after {
  content: "NEW";
  position: absolute;
  top: 5px;
  left: -25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 100px;
  text-align: center;
  width: 83px;
  height: 95px;
  font-weight: 600;
  color: #fff;
  background: url("../images/common/ico_sakura.png") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1000px) {
  .news-special-page .list li.new::after {
    transform: scale(0.5);
    left: -35px;
  }
}

@media screen and (max-width: 800px) {
  .news-special-page .list li.new::after {
    transform: scale(0.3);
    left: -35px;
  }
}

@media screen and (max-width: 768px) {
  .news-special-page .list li.new::after {
    transform: scale(1.5);
    left: -35px;
  }
}

@media screen and (max-width: 450px) {
  .news-special-page .list li.new::after {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .news-special-page .list li.new::after {
    left: -20px;
    width: 60px;
    height: 59px;
    line-height: 59px;
    font-size: 12px;
  }
}

.news-special-page .list a {
  display: block;
  height: 100%;
  background: #fff;
  transition: 0.4s;
  box-shadow: 10px 10px 0 0 #FFFCE6;
}

@media (max-width: 768px) {
  .news-special-page .list a {
    box-shadow: 5px 5px 0 0 #FFFCE6;
  }
}

.news-special-page .list .thum {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.news-special-page .list .thum .thum_bg, .news-special-page .list .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.news-special-page .list .thum .thum_bg {
  width: 150%;
  filter: blur(6px);
}

.news-special-page .list .bottom {
  text-align: left;
  padding: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .news-special-page .list .bottom {
    padding: 10px;
  }
}

.news-special-page .list .bottom .ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}

.news-special-page .list .bottom .date {
  color: #ADADAD;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: 400;
}

.news-special-page .list .bottom .name {
  font-size: 14px;
  line-height: 22px;
}

/* =========================================================
  special
========================================================= */
.special-page {
  /* =========================================================
  .sp-conts01
========================================================= */
  /* =========================================================
  .list
========================================================= */
}

.special-page .sp-conts01 {
  background: #FAEAEF;
  padding: 75px 20px;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 {
    padding: 0 0 20px 0;
  }
}

.special-page .sp-conts01 .mv_img {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .mv_img {
    margin-bottom: 20px;
  }
}

.special-page .sp-conts01 .txt {
  font-size: 20px;
  line-height: 34px;
  text-align: left;
  margin-bottom: 60px;
  font-weight: 500;
}

.special-page .sp-conts01 .txt img {
  max-width: 100%;
  margin: 0 auto;
}

.special-page .sp-conts01 .txt iframe {
  max-width: 100% !important;
  display: block;
  margin: 10px auto;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .txt iframe {
    max-height: 150px;
  }
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .txt {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    padding: 0 20px;
  }
}

.special-page .sp-conts01 .tab-area01 {
  display: none;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .tab-area01 {
    justify-content: space-between;
    padding: 0 20px;
  }
}

.special-page .sp-conts01 .tab-area01 li {
  width: 23%;
  margin-bottom: 30px;
  margin-right: calc(8% / 3);
}

.special-page .sp-conts01 .tab-area01 li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .tab-area01 li {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 0;
  }
  .special-page .sp-conts01 .tab-area01 li:first-child {
    width: 100%;
  }
  .special-page .sp-conts01 .tab-area01 li:first-child a {
    height: 50px;
    line-height: 50px;
    padding-top: 0;
  }
  .special-page .sp-conts01 .tab-area01 li:nth-child(6), .special-page .sp-conts01 .tab-area01 li:nth-child(7) {
    margin-bottom: 0;
  }
}

.special-page .sp-conts01 .tab-area01 li a {
  display: block;
  height: 100%;
  background: #fff;
  transition: 0.4s;
  height: 120px;
  font-size: 16px;
  line-height: 24px;
  padding-top: 75px;
  position: relative;
}

.special-page .sp-conts01 .tab-area01 li a:hover {
  opacity: 1;
  color: #fff;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .tab-area01 li a {
    font-size: 14px;
    line-height: 17px;
    height: 100px;
    padding-top: 60px;
  }
  .special-page .sp-conts01 .tab-area01 li a .tab-visible {
    display: block;
  }
}

.special-page .sp-conts01 .tab-area01 li a.active {
  color: #fff;
}

.special-page .sp-conts01 .tab-area01 li a.active::after {
  content: " ";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #F5427C transparent transparent transparent;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .tab-area01 li a.active::after {
    display: none;
  }
}

.special-page .sp-conts01 .tab-area01 li:nth-child(1) a {
  background: url("../images/common/ico_all.png") no-repeat center top 25px, #fff;
  background-size: 31px;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .tab-area01 li:nth-child(1) a {
    background: url("../images/common/ico_all.png") no-repeat center left 30px, #fff;
    background-size: 20px;
  }
}

.special-page .sp-conts01 .tab-area01 li:nth-child(1) a:hover, .special-page .sp-conts01 .tab-area01 li:nth-child(1) a.active {
  background: url("../images/common/ico_all02.png") no-repeat center top 25px, #F5427C;
  background-size: 31px;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .tab-area01 li:nth-child(1) a:hover, .special-page .sp-conts01 .tab-area01 li:nth-child(1) a.active {
    background: url("../images/common/ico_all02.png") no-repeat center left 30px, #F5427C;
    background-size: 20px;
  }
}

.special-page .sp-conts01 .tab-area01 li:nth-child(2) a {
  background: url("../images/common/ico_fashion.png") no-repeat center top 25px, #fff;
  background-size: 46px;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .tab-area01 li:nth-child(2) a {
    background: url("../images/common/ico_fashion.png") no-repeat center top 15px, #fff;
    background-size: 40px;
  }
}

.special-page .sp-conts01 .tab-area01 li:nth-child(2) a:hover, .special-page .sp-conts01 .tab-area01 li:nth-child(2) a.active {
  background: url("../images/common/ico_fashion02.png") no-repeat center top 25px, #F5427C;
  background-size: 46px;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .tab-area01 li:nth-child(2) a:hover, .special-page .sp-conts01 .tab-area01 li:nth-child(2) a.active {
    background: url("../images/common/ico_fashion02.png") no-repeat center top 15px, #F5427C;
    background-size: 40px;
  }
}

.special-page .sp-conts01 .tab-area01 li:nth-child(3) a {
  background: url("../images/common/ico_goods.png") no-repeat center top 27px, #fff;
  background-size: 23px;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .tab-area01 li:nth-child(3) a {
    background: url("../images/common/ico_goods.png") no-repeat center top 15px, #fff;
    background-size: 20px;
  }
}

.special-page .sp-conts01 .tab-area01 li:nth-child(3) a:hover, .special-page .sp-conts01 .tab-area01 li:nth-child(3) a.active {
  background: url("../images/common/ico_goods02.png") no-repeat center top 27px, #F5427C;
  background-size: 23px;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .tab-area01 li:nth-child(3) a:hover, .special-page .sp-conts01 .tab-area01 li:nth-child(3) a.active {
    background: url("../images/common/ico_goods02.png") no-repeat center top 15px, #F5427C;
    background-size: 20px;
  }
}

.special-page .sp-conts01 .tab-area01 li:nth-child(4) a {
  background: url("../images/common/ico_cosme.png") no-repeat center top 27px, #fff;
  background-size: 42px;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .tab-area01 li:nth-child(4) a {
    background: url("../images/common/ico_cosme.png") no-repeat center top 20px, #fff;
    background-size: 35px;
  }
}

.special-page .sp-conts01 .tab-area01 li:nth-child(4) a:hover, .special-page .sp-conts01 .tab-area01 li:nth-child(4) a.active {
  background: url("../images/common/ico_cosme02.png") no-repeat center top 27px, #F5427C;
  background-size: 42px;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .tab-area01 li:nth-child(4) a:hover, .special-page .sp-conts01 .tab-area01 li:nth-child(4) a.active {
    background: url("../images/common/ico_cosme02.png") no-repeat center top 20px, #F5427C;
    background-size: 35px;
  }
}

.special-page .sp-conts01 .tab-area01 li:nth-child(5) a {
  background: url("../images/common/ico_so.png") no-repeat center top 32px, #fff;
  background-size: 40px;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .tab-area01 li:nth-child(5) a {
    background: url("../images/common/ico_so.png") no-repeat center top 25px, #fff;
    background-size: 28px;
  }
}

.special-page .sp-conts01 .tab-area01 li:nth-child(5) a:hover, .special-page .sp-conts01 .tab-area01 li:nth-child(5) a.active {
  background: url("../images/common/ico_so02.png") no-repeat center top 32px, #F5427C;
  background-size: 40px;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .tab-area01 li:nth-child(5) a:hover, .special-page .sp-conts01 .tab-area01 li:nth-child(5) a.active {
    background: url("../images/common/ico_so02.png") no-repeat center top 25px, #F5427C;
    background-size: 28px;
  }
}

.special-page .sp-conts01 .tab-area01 li:nth-child(6) a {
  background: url("../images/common/ico_coffee.png") no-repeat center top 25px, #fff;
  background-size: 45px;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .tab-area01 li:nth-child(6) a {
    background: url("../images/common/ico_coffee.png") no-repeat center top 20px, #fff;
    background-size: 36px;
  }
}

.special-page .sp-conts01 .tab-area01 li:nth-child(6) a:hover, .special-page .sp-conts01 .tab-area01 li:nth-child(6) a.active {
  background: url("../images/common/ico_coffee02.png") no-repeat center top 25px, #F5427C;
  background-size: 45px;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .tab-area01 li:nth-child(6) a:hover, .special-page .sp-conts01 .tab-area01 li:nth-child(6) a.active {
    background: url("../images/common/ico_coffee02.png") no-repeat center top 20px, #F5427C;
    background-size: 36px;
  }
}

.special-page .sp-conts01 .tab-area01 li:nth-child(7) a {
  background: url("../images/common/ico_food.png") no-repeat center top 29px, #fff;
  background-size: 31px;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .tab-area01 li:nth-child(7) a {
    background: url("../images/common/ico_food.png") no-repeat center top 20px, #fff;
    background-size: 26px;
  }
}

.special-page .sp-conts01 .tab-area01 li:nth-child(7) a:hover, .special-page .sp-conts01 .tab-area01 li:nth-child(7) a.active {
  background: url("../images/common/ico_food02.png") no-repeat center top 29px, #F5427C;
  background-size: 31px;
}

@media (max-width: 768px) {
  .special-page .sp-conts01 .tab-area01 li:nth-child(7) a:hover, .special-page .sp-conts01 .tab-area01 li:nth-child(7) a.active {
    background: url("../images/common/ico_food02.png") no-repeat center top 20px, #F5427C;
    background-size: 26px;
  }
}

.special-page .list-wrap.inner1160 {
  max-width: 1200px;
  padding: 40px 20px 0 20px;
}

@media (max-width: 768px) {
  .special-page .list-wrap.inner1160 {
    padding: 30px 20px 0 20px;
  }
}

.special-page .list-wrap .read {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 500;
}

@media (max-width: 768px) {
  .special-page .list-wrap .read {
    margin-bottom: 20px;
  }
}

.special-page .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .special-page .list {
    margin-bottom: 30px;
  }
}

.special-page .list > li {
  width: 48%;
  margin-bottom: 50px;
}

.special-page .list > li:last-child, .special-page .list > li:nth-last-child(2) {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .special-page .list > li {
    width: 100%;
    margin-bottom: 60px;
  }
  .special-page .list > li:nth-last-child(2) {
    margin-bottom: 60px;
  }
}

.special-page .list > li a {
  display: block;
  transition: 0.4s;
}

.special-page .list > li .head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 768px) {
  .special-page .list > li .head {
    align-items: flex-start;
    margin-bottom: 0;
  }
}

.special-page .list > li .head.active .about .name {
  text-decoration: underline;
}

.special-page .list > li .head .detai-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  opacity: 0;
  z-index: 0;
}

@media (max-width: 768px) {
  .special-page .list > li .head .detai-link {
    z-index: 100;
  }
}

.special-page .list > li .head .thum {
  max-width: 235px;
  width: 44%;
}

.special-page .list > li .head .thum a {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 10;
}

@media (max-width: 768px) {
  .special-page .list > li .head .thum {
    max-width: 100%;
    width: 47%;
  }
}

.special-page .list > li .head .thum .thum_bg, .special-page .list > li .head .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.special-page .list > li .head .thum .thum_bg {
  width: 150%;
  filter: blur(6px);
}

.special-page .list > li .head .about {
  width: 53%;
}

@media (max-width: 768px) {
  .special-page .list > li .head .about {
    width: 47%;
  }
}

.special-page .list > li .head .about .floor {
  font-size: 14px;
  line-height: 25px;
  color: #F5427C;
  border: 1px solid #F5427C;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 768px) {
  .special-page .list > li .head .about .floor {
    margin-bottom: 15px;
    line-height: 30px;
  }
}

.special-page .list > li .head .about .name {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

.special-page .list > li .head .about .name span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .special-page .list > li .head .about .name {
    margin-bottom: 0;
  }
}

.special-page .list > li .head .about .read-txt {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
}

.special-page .list > li .head .js-write {
  width: 100%;
  padding: 15px 0 0 0;
  font-size: 16px;
  line-height: 26px;
}

.special-page .list > li .bottom {
  background: #FFFCE6;
  padding: 20px;
  font-size: 16px;
  line-height: 28px;
  position: relative;
}

@media (max-width: 768px) {
  .special-page .list > li .bottom {
    display: none;
    margin-top: 20px;
  }
}

.special-page .list > li .bottom::after {
  content: " ";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent #FFFCE6 transparent;
}

.special-page .readBtn {
  display: none;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid #F5427C;
}

@media (max-width: 768px) {
  .special-page .readBtn {
    display: block;
  }
}

.special-page .readBtn span {
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #F5427C;
  font-size: 18px;
  line-height: 30px;
  transition: 0.4s;
  padding: 20px 40px 20px 0;
  font-weight: 400;
  position: relative;
}

.special-page .readBtn span::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #F5427C;
}

.special-page .readBtn span::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 20px;
  background: #F5427C;
  transition: 0.4s;
}

.special-page .readBtn.active span::before {
  opacity: 0;
}

/* =========================================================
  NOT FOUND
========================================================= */
.not-found-page {
  /* =========================================================
  .nf-conts
========================================================= */
}

.not-found-page .nf-conts .gb-color {
  padding: 0 20px;
  text-align: left;
  background: #F0F0F0;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .not-found-page .nf-conts .gb-color {
    padding: 0;
    margin-bottom: 20px;
  }
}

.not-found-page .nf-conts .gb-color .inner1160 {
  background: url("../images/not_found/ico_not_found.png") no-repeat center right;
  background-size: 175px;
}

@media (max-width: 768px) {
  .not-found-page .nf-conts .gb-color .inner1160 {
    background: url("../images/not_found/ico_not_found.png") no-repeat center right;
    background-size: 75px;
    padding: 0 20px;
  }
}

.not-found-page .nf-conts .gb-color .c-ttl {
  padding: 77px 0;
}

@media (max-width: 1080px) {
  .not-found-page .nf-conts .gb-color .c-ttl {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .not-found-page .nf-conts .gb-color .c-ttl {
    font-size: 13px;
    padding: 30px 0;
  }
  .not-found-page .nf-conts .gb-color .c-ttl span {
    font-size: 24px;
  }
}

.not-found-page .nf-conts .txt-area {
  padding: 0 20px;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
}

.not-found-page .nf-conts .txt-area p {
  margin-bottom: 30px;
}

.not-found-page .nf-conts .txt-area ul {
  margin-bottom: 30px;
}

.not-found-page .nf-conts .txt-area ul li {
  position: relative;
  padding-left: 20px;
}

.not-found-page .nf-conts .txt-area ul li::after {
  content: " ";
  position: absolute;
  top: 13px;
  left: 0;
  width: 10px;
  height: 2px;
  background: #000;
}

.not-found-page .nf-conts .backBtn {
  max-width: 300px;
  width: 100%;
  border-bottom: 1px solid #F5427C;
  text-align: center;
  margin: 60px auto 0 auto;
  transition: 0.4s;
}

.not-found-page .nf-conts .backBtn:hover {
  max-width: 560px;
}

.not-found-page .nf-conts .backBtn:hover a {
  opacity: 1;
}

@media (max-width: 768px) {
  .not-found-page .nf-conts .backBtn {
    width: calc(100% - 40px);
    margin-top: 0px;
  }
}

.not-found-page .nf-conts .backBtn a {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #F5427C;
  font-weight: 500;
  transition: 0.4s;
}

.not-found-page .nf-conts .backBtn a span {
  padding: 25px 40px;
  display: inline-block;
  background: url("../images/common/ico_arrow01.png") no-repeat center left;
  background-size: 18px;
}

/* =========================================================
  sitemap
========================================================= */
.sitemap-page {
  /* =========================================================
  .sm-conts
========================================================= */
}

.sitemap-page .sm-conts .gb-color {
  padding: 0 20px;
  text-align: left;
  background: #FAEAEF;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .gb-color {
    margin-bottom: 0px;
  }
}

.sitemap-page .sm-conts .gb-color .c-ttl {
  padding: 77px 0;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .gb-color .c-ttl {
    padding: 30px 0;
  }
}

.sitemap-page .sm-conts .sitemap-list {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list {
    padding: 0;
  }
}

.sitemap-page .sm-conts .sitemap-list li {
  border-bottom: 1px solid #FFFCE6;
}

.sitemap-page .sm-conts .sitemap-list li a {
  padding: 0 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  align-items: center;
  height: 96px;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li a {
    display: block;
    height: auto;
    padding: 20px 35px 20px 85px;
  }
}

.sitemap-page .sm-conts .sitemap-list li a:hover {
  opacity: 1;
}

.sitemap-page .sm-conts .sitemap-list li a:hover .left, .sitemap-page .sm-conts .sitemap-list li a:hover .right {
  text-decoration: underline;
}

.sitemap-page .sm-conts .sitemap-list li a .left {
  width: 50%;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li a .left {
    width: 100%;
  }
}

.sitemap-page .sm-conts .sitemap-list li a .right {
  width: 50%;
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li a .right {
    width: 100%;
    text-align: left;
  }
}

.sitemap-page .sm-conts .sitemap-list li.top {
  border-top: 1px solid #FFFCE6;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li.top {
    border-top: none;
  }
}

.sitemap-page .sm-conts .sitemap-list li.top a {
  background: url("../images/sitemap/ico_home.png") no-repeat center left;
  background-size: 19px;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li.top a {
    background: url("../images/sitemap/ico_home.png") no-repeat center left 20px;
    background-size: 46px;
  }
}

.sitemap-page .sm-conts .sitemap-list li.event a {
  background: url("../images/sitemap/ico_event.png") no-repeat center left;
  background-size: 19px;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li.event a {
    background: url("../images/sitemap/ico_event.png") no-repeat center left 22px;
    background-size: 44px;
  }
}

.sitemap-page .sm-conts .sitemap-list li.shop a {
  background: url("../images/sitemap/ico_shop.png") no-repeat center left;
  background-size: 19px;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li.shop a {
    background: url("../images/sitemap/ico_shop.png") no-repeat center left 21px;
    background-size: 47px;
  }
}

.sitemap-page .sm-conts .sitemap-list li.floor a {
  background: url("../images/sitemap/ico_floor.png") no-repeat center left;
  background-size: 19px;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li.floor a {
    background: url("../images/sitemap/ico_floor.png") no-repeat center left 22px;
    background-size: 45px;
  }
}

.sitemap-page .sm-conts .sitemap-list li.gourmet a {
  background: url("../images/sitemap/ico_gourmet.png") no-repeat center left 5px;
  background-size: 13px;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li.gourmet a {
    background: url("../images/sitemap/ico_gourmet.png") no-repeat center left 30px;
    background-size: 27px;
  }
}

.sitemap-page .sm-conts .sitemap-list li.coupon a {
  background: url("../images/sitemap/ico_coupon.png") no-repeat center left;
  background-size: 22px;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li.coupon a {
    background: url("../images/sitemap/ico_coupon.png") no-repeat center left 20px;
    background-size: 49px;
  }
}

.sitemap-page .sm-conts .sitemap-list li.service a {
  background: url("../images/sitemap/ico_service.png") no-repeat center left;
  background-size: 21px;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li.service a {
    background: url("../images/sitemap/ico_service.png") no-repeat center left 20px;
    background-size: 43px;
  }
}

.sitemap-page .sm-conts .sitemap-list li.guide a {
  background: url("../images/sitemap/ico_guide.png") no-repeat center left;
  background-size: 19px;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li.guide a {
    background: url("../images/sitemap/ico_guide.png") no-repeat center left 20px;
    background-size: 49px;
  }
}

.sitemap-page .sm-conts .sitemap-list li.access a {
  background: url("../images/sitemap/ico_access.png") no-repeat center left;
  background-size: 19px;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li.access a {
    background: url("../images/sitemap/ico_access.png") no-repeat center left 20px;
    background-size: 44px;
  }
}

.sitemap-page .sm-conts .sitemap-list li.recruit a {
  background: url("../images/sitemap/ico_recruit.png") no-repeat center left;
  background-size: 18px;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li.recruit a {
    background: url("../images/sitemap/ico_recruit.png") no-repeat center left 25px;
    background-size: 34px;
  }
}

.sitemap-page .sm-conts .sitemap-list li.info a {
  background: url("../images/sitemap/ico_info.png") no-repeat center left;
  background-size: 19px;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li.info a {
    background: url("../images/sitemap/ico_info.png") no-repeat center left 24px;
    background-size: 37px;
  }
}

.sitemap-page .sm-conts .sitemap-list li.policy a {
  background: url("../images/sitemap/ico_policy.png") no-repeat center left;
  background-size: 16px;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li.policy a {
    background: url("../images/sitemap/ico_policy.png") no-repeat center left 26px;
    background-size: 29px;
  }
}

.sitemap-page .sm-conts .sitemap-list li .floor {
  padding: 0 35px 0 170px;
  position: relative;
  border-bottom: 1px solid #FFFCE6;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li .floor {
    display: block;
    padding: 0px 20px 20px 20px;
  }
}

.sitemap-page .sm-conts .sitemap-list li .floor .read {
  width: 150px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: absolute;
  top: 7px;
  left: 0;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li .floor .read {
    width: 100%;
    text-align: left;
    position: inherit;
    top: inherit;
    margin-bottom: 10px;
  }
}

.sitemap-page .sm-conts .sitemap-list li .floor .floor-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  align-items: center;
  padding: 0 0 10px 170px;
  position: relative;
  border-bottom: 1px solid #FFFCE6;
  margin-bottom: 20px;
}

.sitemap-page .sm-conts .sitemap-list li .floor .floor-list.b-list::after {
  content: "B館";
}

.sitemap-page .sm-conts .sitemap-list li .floor .floor-list.c-list::after {
  content: "C館";
}

.sitemap-page .sm-conts .sitemap-list li .floor .floor-list.d-list::after {
  content: "クラウン街・高架下";
}

.sitemap-page .sm-conts .sitemap-list li .floor .floor-list.e-list::after {
  content: "さくらゲート";
}

.sitemap-page .sm-conts .sitemap-list li .floor .floor-list.e-list li {
  width: 242px;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li .floor .floor-list.e-list li {
    width: calc(100% / 3 - 10px);
    margin-bottom: 0;
  }
}

.sitemap-page .sm-conts .sitemap-list li .floor .floor-list.d-list li {
  width: 242px;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li .floor .floor-list.d-list li {
    width: auto;
  }
  .sitemap-page .sm-conts .sitemap-list li .floor .floor-list.d-list li a {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li .floor .floor-list.d-list {
    padding-bottom: 20px;
  }
}

.sitemap-page .sm-conts .sitemap-list li .floor .floor-list.e-list {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li .floor .floor-list.e-list {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li .floor .floor-list {
    padding: 35px 0 10px 0px;
    margin-bottom: 15px;
  }
}

.sitemap-page .sm-conts .sitemap-list li .floor .floor-list::after {
  content: "A館";
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 14px;
  line-height: 24px;
  width: 150px;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li .floor .floor-list::after {
    width: 100%;
    height: 30px;
    top: 0;
  }
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li .floor .floor-list {
    width: 100%;
  }
}

.sitemap-page .sm-conts .sitemap-list li .floor .floor-list li {
  width: calc(100% / 6 - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}

.sitemap-page .sm-conts .sitemap-list li .floor .floor-list li:nth-child(6n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li .floor .floor-list li {
    width: calc(100% / 3 - 10px);
    margin-right: 10px;
  }
  .sitemap-page .sm-conts .sitemap-list li .floor .floor-list li:nth-child(3n) {
    margin-right: 0;
  }
  .sitemap-page .sm-conts .sitemap-list li .floor .floor-list li:last-child {
    margin-bottom: 0;
  }
}

.sitemap-page .sm-conts .sitemap-list li .floor .floor-list li a {
  display: block;
  background: #FFFCE6;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  padding: 0;
  height: 100%;
  height: auto;
  font-weight: 500;
}

.sitemap-page .sm-conts .sitemap-list li .floor .floor-list li a:hover {
  color: #fff;
  background: #F5427C;
  opacity: 1;
}

.sitemap-page .sm-conts .sitemap-list li .category {
  padding: 30px 35px 10px 170px;
  position: relative;
  border-bottom: 1px solid #FFFCE6;
  border-top: 1px solid #FFFCE6;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li .category {
    display: block;
    padding: 20px 20px 20px 20px;
  }
}

.sitemap-page .sm-conts .sitemap-list li .category .read {
  width: 150px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: absolute;
  top: 37px;
  left: 0;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li .category .read {
    width: 100%;
    margin-bottom: 10px;
    position: inherit;
    top: inherit;
    text-align: left;
  }
}

.sitemap-page .sm-conts .sitemap-list li .category .cate-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  align-items: center;
  padding: 0 0 10px 170px;
  position: relative;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li .category .cate-list {
    padding: 0 0 0px 0;
    justify-content: space-between;
  }
}

.sitemap-page .sm-conts .sitemap-list li .category .cate-list li {
  width: calc(100% / 3 - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}

.sitemap-page .sm-conts .sitemap-list li .category .cate-list li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li .category .cate-list li {
    width: 49%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.sitemap-page .sm-conts .sitemap-list li .category .cate-list li a {
  display: block;
  background: #FFFCE6;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  font-weight: 500;
}

@media (max-width: 1080px) {
  .sitemap-page .sm-conts .sitemap-list li .category .cate-list li a {
    font-size: 8px;
  }
}

@media (max-width: 768px) {
  .sitemap-page .sm-conts .sitemap-list li .category .cate-list li a {
    font-size: 12px;
  }
}

.sitemap-page .sm-conts .sitemap-list li .category .cate-list li a span {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.sitemap-page .sm-conts .sitemap-list li .category .cate-list li a:hover {
  color: #fff;
  background: #F5427C;
  opacity: 1;
}

/* =========================================================
  site
========================================================= */
.site-page {
  /* =========================================================
  .site-conts
========================================================= */
}

.site-page .site-conts .gb-color {
  padding: 0 20px;
  text-align: left;
  background: #FAEAEF;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .site-page .site-conts .gb-color {
    margin-bottom: 30px;
  }
}

.site-page .site-conts .gb-color .c-ttl {
  padding: 77px 0;
}

@media (max-width: 768px) {
  .site-page .site-conts .gb-color .c-ttl {
    padding: 30px 0;
  }
}

.site-page .site-conts .site-conts-in {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 90px;
  padding: 0 20px;
}

.site-page .site-conts .site-conts-in .ttl01 {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 25px;
  font-weight: 500;
}

.site-page .site-conts .site-conts-in .t-txt {
  margin-bottom: 60px;
}

.site-page .site-conts .site-conts-in .t-txt a {
  text-decoration: underline;
  transition: 0.4s;
}

.site-page .site-conts .site-conts-in .read {
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.site-page .site-conts .site-conts-in .read::after {
  content: " ";
  position: absolute;
  top: 14px;
  left: 0;
  width: 10px;
  height: 2px;
  background: #000;
}

.site-page .site-conts .site-conts-in .txt {
  margin-bottom: 40px;
}

.site-page .site-conts .site-conts-in .txt.mb60 {
  margin-bottom: 60px;
}

.site-page .site-conts .site-conts-in .txt span.align-right {
  text-align: right;
  display: block;
}

.site-page .site-conts .site-conts-in .dl.dl01 {
  border-top: 1px solid #F5F3E9;
  border-bottom: 1px solid #F5F3E9;
  padding: 30px 0;
}

.site-page .site-conts .site-conts-in .dl.dl01 dt {
  margin-bottom: 10px;
  font-weight: 500;
}

.site-page .site-conts .site-conts-in .dl.dl01 dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .site-page .site-conts .site-conts-in .dl.dl01 dd {
    display: block;
  }
}

.site-page .site-conts .site-conts-in .dl.dl01 dd a {
  display: block;
  width: 160px;
  transition: 0.4s;
}

.site-page .site-conts .site-conts-in .dl.dl01 dd p {
  width: calc(100% - 200px);
}

@media (max-width: 768px) {
  .site-page .site-conts .site-conts-in .dl.dl01 dd p {
    width: 100%;
    margin-top: 10px;
  }
}

.site-page .site-conts .site-conts-in .dl.dl02 {
  margin-bottom: 60px;
  border-bottom: 1px solid #F5F3E9;
  padding: 30px 0;
}

.site-page .site-conts .site-conts-in .dl.dl02 dt {
  margin-bottom: 10px;
  font-weight: 500;
}

.site-page .site-conts .site-conts-in .dl.dl02 .numtxt {
  margin-top: 30px;
}

.site-page .site-conts .site-conts-in .link {
  margin-bottom: 20px;
}

.site-page .site-conts .site-conts-in .link a {
  display: inline-block;
  text-decoration: underline;
  padding-right: 45px;
  background: url("../images/common/ico_click.png") no-repeat center right;
  background-size: 14px;
  transition: 0.4s;
}

.site-page .site-conts .site-conts-in .num-list {
  padding-left: 20px;
  margin-bottom: 40px;
}

.site-page .site-conts .site-conts-in .num-list li {
  list-style: decimal;
  padding-left: 10px;
  margin-bottom: 15px;
}

.site-page .site-conts .site-conts-in .logoimg {
  max-width: 290px;
  margin-top: 30px;
}

.site-page .site-conts .site-conts-in02 .t-txt {
  margin-bottom: 40px;
}

/* =========================================================
  information
========================================================= */
.facility-page {
  /* =========================================================
  .facilityconts
========================================================= */
}

.facility-page a[href^="tel:"] {
  color: #000;
  text-decoration: none;
}

.facility-page .info_conts .bg-color {
  background: #FAEAEF;
  padding: 75px 20px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .facility-page .info_conts .bg-color {
    padding: 35px 20px 20px 20px;
    margin-bottom: 30px;
  }
}

.facility-page .info_conts .c-ttl {
  margin-bottom: 60px;
  text-align: left;
}

@media (max-width: 768px) {
  .facility-page .info_conts .c-ttl {
    margin-bottom: 30px;
  }
}

.facility-page .info_conts .tab-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.facility-page .info_conts .tab-area li {
  width: 16%;
}

@media (max-width: 768px) {
  .facility-page .info_conts .tab-area li {
    width: 48%;
    margin-bottom: 4%;
  }
  .facility-page .info_conts .tab-area li:last-child, .facility-page .info_conts .tab-area li:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.facility-page .info_conts .tab-area li a {
  display: block;
  height: 100%;
  background: #fff;
  transition: 0.4s;
  font-size: 16px;
  height: 80px;
  line-height: 24px;
  position: relative;
}

.facility-page .info_conts .tab-area li a:hover {
  opacity: 1;
  color: #fff;
  background: #F5427C;
}

@media (max-width: 1080px) {
  .facility-page .info_conts .tab-area li a {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 768px) {
  .facility-page .info_conts .tab-area li a {
    font-size: 13px;
    line-height: 24px;
    height: 60px;
  }
  .facility-page .info_conts .tab-area li a .tab-visible {
    display: block;
  }
}

.facility-page .info_conts .tab-area li a::after {
  opacity: 0;
  content: " ";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: auto;
  width: 0;
  height: 0;
  transition: 0.4s;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #F5427C transparent transparent transparent;
}

@media (max-width: 768px) {
  .facility-page .info_conts .tab-area li a::after {
    display: none;
  }
}

.facility-page .info_conts .tab-area li a:hover::after {
  opacity: 1;
}

.facility-page .info_conts .tab-area li a span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.facility-page .info_conts .info-conts-in {
  text-align: left;
  margin: -100px 0 70px 0;
  padding: 100px 20px 0 20px;
}

@media (max-width: 768px) {
  .facility-page .info_conts .info-conts-in {
    margin-bottom: 40px;
  }
}

.facility-page .info_conts .info-conts-in .mid-ttl {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .facility-page .info_conts .info-conts-in .mid-ttl {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

.facility-page .info_conts .info-conts-in .img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin-top: 20px;
}

.facility-page .info_conts .info-conts-in .img-list .child {
  width: 16%;
}

@media (max-width: 768px) {
  .facility-page .info_conts .info-conts-in .img-list .child {
    width: 48% !important;
    margin-bottom: 10px;
  }
}

.facility-page .info_conts .info-conts-in .img-list .child.child02 {
  width: 26%;
}

@media (max-width: 768px) {
  .facility-page .info_conts .info-conts-in .img-list .child.child02 img {
    margin-bottom: 31%;
  }
}

.facility-page .info_conts .info-conts-in .img-list .child .cl-cap {
  color: #F5427C;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
}

.facility-page .info_conts .info-conts-in .img-list .child img {
  margin: 5px 0;
}

.facility-page .info_conts .info-conts-in .img-list .child .bt-cap {
  font-size: 14px;
  line-height: 20px;
}

.facility-page .info_conts .info-conts-in .sm-ttl {
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .facility-page .info_conts .info-conts-in .sm-ttl {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

.facility-page .info_conts .info-conts-in .info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}

.facility-page .info_conts .info-conts-in .info-list li {
  width: 48%;
  margin-bottom: 50px;
}

.facility-page .info_conts .info-conts-in .info-list li.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .facility-page .info_conts .info-conts-in .info-list li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.facility-page .info_conts .info-conts-in .info-list li:last-child {
  margin-bottom: 0;
}

.facility-page .info_conts .info-conts-in .info-list li:nth-last-child(2) {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .facility-page .info_conts .info-conts-in .info-list li:nth-last-child(2) {
    margin-bottom: 30px;
  }
}

.facility-page .info_conts .info-conts-in .info-list li .img01, .facility-page .info_conts .info-conts-in .info-list li .img02, .facility-page .info_conts .info-conts-in .info-list li .img03, .facility-page .info_conts .info-conts-in .info-list li .img04 {
  margin-top: 10px;
  width: 140px;
}

@media (max-width: 768px) {
  .facility-page .info_conts .info-conts-in .info-list li .img01, .facility-page .info_conts .info-conts-in .info-list li .img02, .facility-page .info_conts .info-conts-in .info-list li .img03, .facility-page .info_conts .info-conts-in .info-list li .img04 {
    width: 100%;
  }
}

.facility-page .info_conts .info-conts-in .info-list li .list-read {
  color: #007CCF;
  font-size: 18px;
  line-height: 28px;
  padding: 10px 0 0 70px;
  min-height: 50px;
  margin-bottom: 10px;
  position: relative;
}

.facility-page .info_conts .info-conts-in .info-list li .list-read .rec {
  color: #fff;
  display: inline-block;
  background: #F5427C;
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  margin-left: 50px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .facility-page .info_conts .info-conts-in .info-list li .list-read .rec {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 12px;
    line-height: 25px;
    padding: 0 6px;
    margin-left: 0;
    width: 84px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .facility-page .info_conts .info-conts-in .info-list li .list-read {
    font-size: 16px;
    line-height: 30px;
    padding: 5px 0 0 55px;
    min-height: 40px;
    margin-bottom: 5px;
  }
}

.facility-page .info_conts .info-conts-in .info-list li .list-read img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
}

@media (max-width: 768px) {
  .facility-page .info_conts .info-conts-in .info-list li .list-read img {
    width: 40px;
  }
}

.facility-page .info_conts .info-conts-in .info-list li .txt {
  padding: 10px 0 10px 70px;
  position: relative;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .facility-page .info_conts .info-conts-in .info-list li .txt {
    padding: 0;
  }
}

.facility-page .info_conts .info-conts-in .info-list li .txt span {
  font-size: 14px;
  line-height: 22px;
  padding-left: 20px;
  display: block;
}

.facility-page .info_conts .info-conts-in .info-list li .txt::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 25px;
  width: 1px;
  height: 100%;
  background: #007CCF;
}

@media (max-width: 768px) {
  .facility-page .info_conts .info-conts-in .info-list li .txt::after {
    display: none;
  }
}

.facility-page .info_conts .info-conts-in .info-list.info-list04 li {
  width: 30%;
}

@media (max-width: 768px) {
  .facility-page .info_conts .info-conts-in .info-list.info-list04 li {
    width: 100%;
  }
}

.facility-page .info_conts .info-conts-in.info-conts-in01 .cap {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 20px;
}

.facility-page .info_conts .info-conts-in.info-conts-in01 .tb-wrap {
  background-color: #FFFCE6;
  padding: 50px 40px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .facility-page .info_conts .info-conts-in.info-conts-in01 .tb-wrap {
    padding: 20px;
  }
}

.facility-page .info_conts .info-conts-in.info-conts-in01 .tb01 {
  border-collapse: collapse;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.facility-page .info_conts .info-conts-in.info-conts-in01 .tb01 caption {
  text-align: left;
}

.facility-page .info_conts .info-conts-in.info-conts-in01 .tb01 th, .facility-page .info_conts .info-conts-in.info-conts-in01 .tb01 td {
  font-weight: 400;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .facility-page .info_conts .info-conts-in.info-conts-in01 .tb01 th, .facility-page .info_conts .info-conts-in.info-conts-in01 .tb01 td {
    display: block;
    padding: 0 0 10px 0;
  }
}

.facility-page .info_conts .info-conts-in.info-conts-in01 .tb01 th span, .facility-page .info_conts .info-conts-in.info-conts-in01 .tb01 td span {
  font-size: 14px;
  display: block;
}

.facility-page .info_conts .info-conts-in.info-conts-in01 .tb01 th {
  width: 40%;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .facility-page .info_conts .info-conts-in.info-conts-in01 .tb01 th {
    width: 100%;
    padding: 10px 0 5px 0;
  }
}

.facility-page .info_conts .info-conts-in.info-conts-in06 {
  margin-bottom: 0;
}

.facility-page .info_conts .info-conts-in.info-conts-in06 .mid-ttl span {
  color: #F5427C;
  padding-right: 10px;
}

.facility-page .info_conts .info-conts-in.info-conts-in06 .w-clm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  align-items: center;
}

.facility-page .info_conts .info-conts-in.info-conts-in06 .w-clm li {
  width: 48%;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .facility-page .info_conts .info-conts-in.info-conts-in06 .w-clm li {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .facility-page .info_conts .info-conts-in.info-conts-in06 .w-clm li:last-child {
    margin-top: 10px;
  }
}

/* =========================================================
  access
========================================================= */
.access-page {
  /* =========================================================
  .access-conts01
========================================================= */
}

.access-page .access-main#access-main {
  padding-top: 100px;
  margin-top: -100px;
}

.access-page .access-main .gb-color {
  padding: 0 20px;
  text-align: left;
  background: #FAEAEF;
}

@media (max-width: 768px) {
  .access-page .access-main .gb-color {
    margin-bottom: 0px;
  }
}

.access-page .access-main .gb-color .c-ttl {
  padding: 77px 0;
}

@media (max-width: 768px) {
  .access-page .access-main .gb-color .c-ttl {
    padding: 30px 0;
  }
}

.access-page .ac-conts {
  margin: -120px 0 80px 0;
  padding: 120px 20px 0 20px;
}

@media (max-width: 768px) {
  .access-page .ac-conts {
    margin: -90px 0 50px 0;
    padding-top: 90px;
  }
}

.access-page .ac-conts .ac-ttl {
  text-align: left;
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  padding-left: 50px;
  background: url("../images/access/icon_access.png") no-repeat top left;
  background-size: 38px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .access-page .ac-conts .ac-ttl {
    margin-bottom: 20px;
  }
}

.access-page .inner-nav {
  padding: 0 20px 50px 20px;
  background: #FAEAEF;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .access-page .inner-nav {
    padding: 0 20px 20px 20px;
    margin-bottom: 20px;
  }
}

.access-page .inner-nav .inner-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 865px;
  margin: 0 auto;
  text-align: center;
}

.access-page .inner-nav .inner-nav-list li {
  width: calc( 100% / 3 - 30px);
}

@media (max-width: 768px) {
  .access-page .inner-nav .inner-nav-list li {
    width: calc( 100% / 2 - 5px);
  }
  .access-page .inner-nav .inner-nav-list li:last-child {
    margin-top: 10px;
  }
}

.access-page .inner-nav .inner-nav-list li a {
  display: block;
  background: url("../images/access/icon_access.png") no-repeat center top 45px;
  background-size: 38px;
  background-color: #fff;
  padding: 90px 0 25px 0;
  font-size: 16px;
  line-height: 26px;
  transition: 0.4s;
  position: relative;
}

@media (max-width: 768px) {
  .access-page .inner-nav .inner-nav-list li a {
    font-size: 14px;
    line-height: 18px;
    padding: 60px 0 20px 0;
    background: url("../images/access/icon_access.png") no-repeat center top 15px;
    background-size: 38px;
    background-color: #fff;
  }
}

.access-page .inner-nav .inner-nav-list li a::after {
  content: " ";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #f5427b transparent transparent transparent;
  opacity: 0;
  transition: 0.4s;
}

.access-page .inner-nav .inner-nav-list li a:hover {
  background: url("../images/access/icon_access02.png") no-repeat center top 45px;
  background-size: 38px;
  background-color: #F5427C;
  color: #fff;
  opacity: 1;
}

@media (max-width: 768px) {
  .access-page .inner-nav .inner-nav-list li a:hover {
    background: url("../images/access/icon_access02.png") no-repeat center top 15px;
    background-size: 38px;
    background-color: #F5427C;
  }
}

.access-page .inner-nav .inner-nav-list li a:hover::after {
  opacity: 1;
}

.access-page .inner-nav .inner-nav-list li:nth-child(2) a {
  background: url("../images/access/icon_car.png") no-repeat center top 45px;
  background-size: 38px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .access-page .inner-nav .inner-nav-list li:nth-child(2) a {
    background: url("../images/access/icon_car.png") no-repeat center top 20px;
    background-size: 38px;
    background-color: #fff;
  }
}

.access-page .inner-nav .inner-nav-list li:nth-child(2) a:hover {
  background: url("../images/access/icon_car02.png") no-repeat center top 45px;
  background-size: 38px;
  background-color: #F5427C;
}

@media (max-width: 768px) {
  .access-page .inner-nav .inner-nav-list li:nth-child(2) a:hover {
    background: url("../images/access/icon_car02.png") no-repeat center top 20px;
    background-size: 38px;
    background-color: #F5427C;
  }
}

.access-page .inner-nav .inner-nav-list li:nth-child(3) a {
  background: url("../images/access/icon_byc.png") no-repeat center top 45px;
  background-size: 44px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .access-page .inner-nav .inner-nav-list li:nth-child(3) a {
    background: url("../images/access/icon_byc.png") no-repeat center top 15px;
    background-size: 44px;
    background-color: #fff;
  }
}

.access-page .inner-nav .inner-nav-list li:nth-child(3) a:hover {
  background: url("../images/access/icon_byc02.png") no-repeat center top 45px;
  background-size: 44px;
  background-color: #F5427C;
}

@media (max-width: 768px) {
  .access-page .inner-nav .inner-nav-list li:nth-child(3) a:hover {
    background: url("../images/access/icon_byc02.png") no-repeat center top 15px;
    background-size: 44px;
    background-color: #F5427C;
  }
}

.access-page .ac-conts01 .map-img {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 10px auto;
}

@media (max-width: 768px) {
  .access-page .ac-conts01 .map-img {
    margin-bottom: 0;
  }
}

.access-page .ac-conts01 .w-clm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  flex-flow: row-reverse;
}

@media (max-width: 768px) {
  .access-page .ac-conts01 .w-clm {
    flex-flow: inherit;
    display: block;
  }
}

.access-page .ac-conts01 .w-clm .moreBtn {
  width: 300px;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .access-page .ac-conts01 .w-clm .moreBtn {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
  }
}

.access-page .ac-conts01 .w-clm .moreBtn:hover {
  opacity: 0.6;
}

.access-page .ac-conts01 .w-clm li:nth-child(2) {
  padding-top: 30px;
  width: calc(100% - 340px);
  text-align: left;
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .access-page .ac-conts01 .w-clm li:nth-child(2) {
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
  }
}

.access-page .ac-conts02 .ac-ttl {
  background: url("../images/access/icon_car.png") no-repeat top left;
  background-size: 38px;
}

.access-page .ac-conts02 .tb-read {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: left;
}

.access-page .ac-conts02 .tb01 {
  border-collapse: collapse;
  margin-bottom: 10px;
}

.access-page .ac-conts02 .tb01 th, .access-page .ac-conts02 .tb01 td {
  border: 1px solid #E3E3E3;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.access-page .ac-conts02 .tb01 th span, .access-page .ac-conts02 .tb01 td span {
  font-size: 14px;
  line-height: 20px;
}

.access-page .ac-conts02 .tb01 tr th {
  text-align: center;
  background: #FFFCE6;
  padding: 15px 0px;
}

.access-page .ac-conts02 .tb01 tr th:last-child {
  width: 40%;
}

.access-page .ac-conts02 .tb01 tr td {
  text-align: center;
}

.access-page .ac-conts02 .tb01 tr td:first-child {
  text-align: left;
}

.access-page .ac-conts02 .tb01 tr td:last-child {
  text-align: left;
}

.access-page .ac-conts02 .tb01 tr td.center {
  text-align: center;
}

.access-page .ac-conts02 .tb01 tr td.left {
  text-align: left;
}

.access-page .ac-conts02 .tb01 .color {
  display: block;
  padding-left: 40px;
  position: relative;
}

.access-page .ac-conts02 .tb01 .color::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background: #ca4f68;
}

.access-page .ac-conts02 .tb01 .color.color02::after {
  background: #72a138;
}

.access-page .ac-conts02 .tb01 .color.color03::after {
  background: #ed7900;
}

.access-page .ac-conts02 .tb01 .color.color04::after {
  background: #7bb6e3;
}

.access-page .ac-conts02 .tb01 .color.color05::after {
  background: #8f509c;
}

.access-page .ac-conts02 .tb-sp {
  text-align: left;
  border-collapse: collapse;
}

.access-page .ac-conts02 .tb-sp td, .access-page .ac-conts02 .tb-sp th {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  padding: 20px 0;
  vertical-align: top;
}

@media (max-width: 768px) {
  .access-page .ac-conts02 .tb-sp td, .access-page .ac-conts02 .tb-sp th {
    display: block;
    padding: 0 0 20px 0;
  }
}

.access-page .ac-conts02 .tb-sp tr {
  border-bottom: 1px solid #FFFCE6;
}

.access-page .ac-conts02 .tb-sp tr:first-child {
  border-top: 1px solid #FFFCE6;
}

@media (max-width: 768px) {
  .access-page .ac-conts02 .tb-sp th {
    padding: 20px 0 0 0;
  }
}

.access-page .ac-conts02 .tb-sp td span {
  font-size: 14px;
}

.access-page .ac-conts02 .tb-sp .color {
  display: block;
  padding-left: 40px;
  position: relative;
  font-size: 18px;
}

.access-page .ac-conts02 .tb-sp .color::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background: #ca4f68;
}

.access-page .ac-conts02 .tb-sp .color.color02::after {
  background: #72a138;
}

.access-page .ac-conts02 .tb-sp .color.color03::after {
  background: #ed7900;
}

.access-page .ac-conts02 .tb-sp .color.color04::after {
  background: #7bb6e3;
}

.access-page .ac-conts02 .tb-sp .color.color05::after {
  background: #8f509c;
}

.access-page .ac-conts02 .bt-txt {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 60px;
}

.access-page .ac-conts02 .bt-txt.mb00 {
  margin-bottom: 0;
}

.access-page .ac-conts02 .mid-in {
  text-align: left;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .access-page .ac-conts02 .mid-in {
    margin-bottom: 30px;
  }
}

.access-page .ac-conts02 .mid-in .read-txt {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

.access-page .ac-conts02 .mid-in .mid-bg {
  background: #FFFCE6;
  padding: 20px 40px;
}

@media (max-width: 768px) {
  .access-page .ac-conts02 .mid-in .mid-bg {
    padding: 20px 10px;
  }
}

.access-page .ac-conts02 .mid-in .mid-bg .head-txt {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}

.access-page .ac-conts02 .mid-in .mid-bg .list-txt {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 5px;
}

.access-page .ac-conts02 .mid-in .mid-bg .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .access-page .ac-conts02 .mid-in .mid-bg .list {
    display: block;
  }
}

.access-page .ac-conts02 .mid-in .mid-bg .list.list02 {
  margin-bottom: 0;
}

.access-page .ac-conts02 .mid-in .mid-bg .list.list02 li {
  min-height: 87px;
}

@media (max-width: 768px) {
  .access-page .ac-conts02 .mid-in .mid-bg .list.list02 li {
    min-height: auto;
  }
}

.access-page .ac-conts02 .mid-in .mid-bg .list li {
  background: #fff;
  min-height: 65px;
  position: relative;
  border: 1px solid #F5427C;
  color: #F5427C;
  font-size: 16px;
  line-height: 25px;
  width: calc(25% - 50px);
  text-align: center;
  margin-right: 50px;
}

@media (max-width: 768px) {
  .access-page .ac-conts02 .mid-in .mid-bg .list li {
    width: 100%;
    margin: 0 0 45px 0;
    min-height: auto;
    padding: 20px 10px;
  }
  .access-page .ac-conts02 .mid-in .mid-bg .list li:last-child {
    margin-bottom: 0;
  }
}

.access-page .ac-conts02 .mid-in .mid-bg .list li::after {
  content: " ";
  position: absolute;
  top: 0;
  right: -40px;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url("../images/common/ico_arrow.png") no-repeat center;
  background-size: 16px;
}

@media (max-width: 768px) {
  .access-page .ac-conts02 .mid-in .mid-bg .list li::after {
    right: 0;
    left: 0;
    bottom: -37px;
    top: inherit;
    transform: rotate(90deg);
  }
}

.access-page .ac-conts02 .mid-in .mid-bg .list li:last-child {
  margin-right: 0;
}

.access-page .ac-conts02 .mid-in .mid-bg .list li:last-child::after {
  display: none;
}

.access-page .ac-conts02 .mid-in .mid-bg .list li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

@media (max-width: 768px) {
  .access-page .ac-conts02 .mid-in .mid-bg .list li span {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
}

.access-page .ac-conts03 .ac-ttl {
  padding-left: 60px;
  background: url("../images/access/icon_byc.png") no-repeat top left;
  background-size: 44px;
}

.access-page .ac-conts03 .tb02 {
  text-align: left;
  border-collapse: collapse;
}

.access-page .ac-conts03 .tb02 td, .access-page .ac-conts03 .tb02 th {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  padding: 20px 0;
  vertical-align: top;
}

@media (max-width: 768px) {
  .access-page .ac-conts03 .tb02 td, .access-page .ac-conts03 .tb02 th {
    display: block;
    padding: 0 0 20px 0;
  }
}

.access-page .ac-conts03 .tb02 tr {
  border-bottom: 1px solid #FFFCE6;
}

.access-page .ac-conts03 .tb02 tr:first-child {
  border-top: 1px solid #FFFCE6;
}

@media (max-width: 768px) {
  .access-page .ac-conts03 .tb02 th {
    padding: 20px 0 0 0;
  }
}

/* =========================================================
  card
========================================================= */
.card-page {
  /* =========================================================
  .card-conts
========================================================= */
}

.card-page .card-conts .gb-color {
  padding: 0 20px;
  text-align: left;
  background: #FAEAEF;
}

@media (max-width: 768px) {
  .card-page .card-conts .gb-color {
    margin-bottom: 0px;
  }
}

.card-page .card-conts .gb-color .c-ttl {
  padding: 77px 0;
}

@media (max-width: 768px) {
  .card-page .card-conts .gb-color .c-ttl {
    padding: 30px 0;
  }
}

.card-page .card-conts .card-in-conts01 {
  padding: 0 20px;
  margin-bottom: 50px;
  background: #FAEAEF;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .card-page .card-conts .card-in-conts01 {
    margin-bottom: 30px;
  }
}

.card-page .card-conts .card-in-conts01::after {
  z-index: -1;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: #fff;
}

@media (max-width: 768px) {
  .card-page .card-conts .card-in-conts01::after {
    height: 30%;
  }
}

.card-page .card-conts .card-in-conts01 .read-ttl {
  color: #F5427C;
  font-size: 46px;
  line-height: 48px;
  padding: 0 70px;
  width: 100%;
  max-width: 650px;
  margin: 0 auto 40px auto;
  position: relative;
  font-weight: 500;
}

@media (max-width: 768px) {
  .card-page .card-conts .card-in-conts01 .read-ttl {
    font-size: 26px;
    line-height: 35px;
    padding: 0 10px;
    max-width: 260px;
    margin-bottom: 30px;
  }
}

.card-page .card-conts .card-in-conts01 .read-ttl span {
  display: block;
  font-size: 20px;
  line-height: 34px;
}

@media (max-width: 768px) {
  .card-page .card-conts .card-in-conts01 .read-ttl span {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
  }
}

.card-page .card-conts .card-in-conts01 .read-ttl::after {
  content: " ";
  position: absolute;
  top: 5px;
  left: 30px;
  height: 100%;
  width: 3px;
  background: #F5427C;
  transform: rotate(-30deg);
}

@media (max-width: 768px) {
  .card-page .card-conts .card-in-conts01 .read-ttl::after {
    left: -10px;
  }
}

.card-page .card-conts .card-in-conts01 .read-ttl::before {
  content: " ";
  position: absolute;
  top: 5px;
  right: 30px;
  height: 100%;
  width: 3px;
  background: #F5427C;
  transform: rotate(30deg);
}

@media (max-width: 768px) {
  .card-page .card-conts .card-in-conts01 .read-ttl::before {
    right: -10px;
  }
}

.card-page .card-conts .card-in-conts01 .card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 768px) {
  .card-page .card-conts .card-in-conts01 .card-list {
    display: block;
  }
}

.card-page .card-conts .card-in-conts01 .card-list li {
  width: 23.5%;
}

@media (max-width: 768px) {
  .card-page .card-conts .card-in-conts01 .card-list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .card-page .card-conts .card-in-conts01 .card-list li:last-child {
    margin-bottom: 0;
  }
}

.card-page .card-conts .card-in-conts01 .card-list li:nth-child(1) {
  margin-bottom: 20px;
}

.card-page .card-conts .card-in-conts01 .card-list li span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #F5427C;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}

.card-page .card-conts .card-in-conts01 .card-list li span.sp-visible {
  display: none;
}

@media (max-width: 768px) {
  .card-page .card-conts .card-in-conts01 .card-list li span.sp-visible {
    display: block;
    background: #fff;
    color: #F5427C;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 5px 0;
    position: relative;
  }
  .card-page .card-conts .card-in-conts01 .card-list li span.sp-visible::after {
    z-index: 1;
    content: " ";
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 8px 0 8px;
    border-color: #ffffff transparent transparent transparent;
  }
}

@media (max-width: 768px) {
  .card-page .card-conts .card-in-conts01 .card-list li span.pc-visible {
    display: none;
  }
}

@media (max-width: 768px) {
  .card-page .card-conts .card-in-conts01 .card-list li span {
    width: 100%;
  }
}

.card-page .card-conts .about {
  padding: 0 20px;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .card-page .card-conts .about {
    margin-bottom: 40px;
  }
}

.card-page .card-conts .about .sub-read {
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .card-page .card-conts .about .sub-read {
    margin-bottom: 20px;
  }
}

.card-page .card-conts .about .bg-read {
  background: #FAEAEF;
  max-width: 540px;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin: 0 auto;
}

.card-page .card-conts .about .moreBtn01 {
  margin-top: 15px;
}

.card-page .card-conts .about .moreBtn01 a {
  max-width: 580px;
  width: 100%;
  border-width: 2px;
}

@media (max-width: 768px) {
  .card-page .card-conts .about .moreBtn01 a {
    padding: 15px 0;
  }
}

.card-page .card-conts .about .moreBtn01 a span {
  display: inline-block;
  max-width: 580px;
  width: 100%;
  background: url("../images/common/ico_arrow03.png") no-repeat center right 50px;
  background-size: 14px;
}

@media (max-width: 768px) {
  .card-page .card-conts .about .moreBtn01 a span {
    font-size: 14px;
    line-height: 26px;
    background: url("../images/common/ico_arrow03.png") no-repeat center right;
    background-size: 14px;
    padding: 0 20px;
  }
}

.card-page .card-conts .about .moreBtn01 a:hover {
  max-width: 780px;
}

.card-page .card-conts .card-in-conts02 {
  padding: 0 20px;
}

.card-page .card-conts .card-in-conts02 .card-ttl {
  text-align: left;
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .card-page .card-conts .card-in-conts02 .card-ttl {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

.card-page .card-conts .card-in-conts02 .tb01 {
  border-collapse: collapse;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

.card-page .card-conts .card-in-conts02 .tb01 td, .card-page .card-conts .card-in-conts02 .tb01 th {
  border: 1px solid #E3E3E3;
  padding: 30px;
}

@media (max-width: 768px) {
  .card-page .card-conts .card-in-conts02 .tb01 td, .card-page .card-conts .card-in-conts02 .tb01 th {
    padding: 20px 10px;
  }
}

.card-page .card-conts .card-in-conts02 .tb01 th {
  background: #FFFCE6;
  padding: 10px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .card-page .card-conts .card-in-conts02 .tb01 tr td {
    text-align: left;
  }
  .card-page .card-conts .card-in-conts02 .tb01 tr td:nth-child(1) {
    text-align: center;
  }
  .card-page .card-conts .card-in-conts02 .tb01 tr td.center {
    text-align: center;
  }
}

.card-page .card-conts .card-in-conts02 .tb01 tr td:last-child {
  text-align: left;
}

.card-page .card-conts .card-in-conts02 .tb01 tr td:last-child span {
  font-size: 14px;
}

@media (max-width: 768px) {
  .card-page .card-conts .card-in-conts02 .tb01 tr th:nth-child(1) {
    width: 30%;
  }
}

.card-page .card-conts .card-in-conts02 .tb-cap {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}

/* =========================================================
  signage
========================================================= */
/* =========================================================
  .topics-yoko-page
========================================================= */
.topics-yoko-page {
  width: 1920px;
  height: 1080px;
  overflow: hidden;
}

.topics-yoko-page .contswrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 1.5s;
}

.topics-yoko-page .contswrap.active {
  opacity: 1;
}

.topics-yoko-page .w-clm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.topics-yoko-page .w-clm .left {
  width: 1080px;
  padding: 30px;
}

.topics-yoko-page .w-clm .left .thum-wrap {
  position: relative;
  overflow: hidden;
}

.topics-yoko-page .w-clm .left .thum-wrap .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 100%;
  width: auto;
  opacity: 0;
  border: 5px solid #fff;
}

.topics-yoko-page .w-clm .left .thum-wrap img:nth-of-type(2) {
  transition: 0.7s;
  opacity: 1;
  transition-delay: 3.4s;
}

.topics-yoko-page .w-clm .left .thum-wrap img:nth-of-type(3) {
  transition: 0.7s;
  transition-delay: 0;
  opacity: 0;
}

.topics-yoko-page .w-clm .right {
  width: 840px;
  background: #F5F3E9;
}

.topics-yoko-page .w-clm .right .head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.topics-yoko-page .w-clm .right .head li {
  width: 50%;
  height: 130px;
}

.topics-yoko-page .w-clm .right .head .category {
  text-align: center;
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  position: relative;
  background: #B49600;
}

.topics-yoko-page .w-clm .right .head .category.event {
  background: #87325F;
}

.topics-yoko-page .w-clm .right .head .category span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
}

.topics-yoko-page .w-clm .right .head .site-logo {
  background: url("../images/common/logo_signage.jpg") no-repeat center, #fff;
  background-size: cover;
}

.topics-yoko-page .w-clm .right .body {
  padding: 90px 50px 0 50px;
  text-align: left;
}

.topics-yoko-page .w-clm .right .body .title {
  font-size: 58px;
  line-height: 65px;
  margin-bottom: 50px;
  height: 135px;
  overflow: hidden;
  position: relative;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.topics-yoko-page .w-clm .right .body .about {
  margin-bottom: 50px;
}

.topics-yoko-page .w-clm .right .body .about li {
  position: relative;
  padding: 20px 0 20px 130px;
  font-size: 30px;
  line-height: 50px;
  color: #87325F;
  border-bottom: 2px solid #87325F;
}

.topics-yoko-page .w-clm .right .body .about li span {
  position: absolute;
  top: 20px;
  left: 0;
}

.topics-yoko-page .w-clm .right .body .about li .txt {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.topics-yoko-page .w-clm .right .body .about li:first-child {
  border-top: 2px solid #87325F;
}

.topics-yoko-page .w-clm .right .body .context {
  font-size: 30px;
  line-height: 50px;
  height: 150px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.topics-yoko-page .contswrap.slick-current .w-clm .left .thum-wrap img:nth-of-type(2) {
  transition-delay: 3.5s;
}

.topics-yoko-page .contswrap.slick-current .w-clm .left .thum-wrap img:nth-of-type(3) {
  transition-delay: 3.5s;
  opacity: 1;
}

.topics-yoko-page .contswrap.slick-un .w-clm .left .thum-wrap img:nth-of-type(2) {
  transition-delay: inherit;
  transition: inherit;
  opacity: 1;
  display: block;
}

.topics-yoko-page .contswrap.slick-un .w-clm .left .thum-wrap img:nth-of-type(3) {
  transition-delay: inherit;
  transition: inherit;
  opacity: 1;
  display: none;
}

/* =========================================================
  .topics-tate-page
========================================================= */
.topics-tate-page {
  width: 1080px;
  height: 1920px;
  overflow: hidden;
  background: #F5F3E9;
}

.topics-tate-page .contswrap {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 1.5s;
}

.topics-tate-page .contswrap.active {
  opacity: 1;
}

.topics-tate-page .head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.topics-tate-page .head li {
  width: 50%;
  height: 130px;
}

.topics-tate-page .head .category {
  text-align: center;
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  position: relative;
  background: #B49600;
}

.topics-tate-page .head .category.event {
  background: #87325F;
}

.topics-tate-page .head .category span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
}

.topics-tate-page .head .site-logo {
  background: url("../images/common/logo_signage.jpg") no-repeat center, #fff;
  background-size: cover;
}

.topics-tate-page .title {
  font-size: 58px;
  line-height: 60px;
  padding: 50px 60px;
  text-align: left;
  font-weight: 500;
}

.topics-tate-page .title span {
  display: block;
  height: 120px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.topics-tate-page .thum-wrap {
  height: 1055px;
  padding: 30px 0;
  background: #fff;
}

.topics-tate-page .thum-wrap .thum {
  width: 995px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.topics-tate-page .thum-wrap .thum .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 100%;
  width: auto;
  opacity: 0;
  border: 5px solid #fff;
}

.topics-tate-page .thum-wrap .thum img:nth-of-type(2) {
  transition: 0.7s;
  opacity: 1;
  transition-delay: 3.4s;
}

.topics-tate-page .thum-wrap .thum img:nth-of-type(3) {
  transition: 0.7s;
  transition-delay: 0;
  opacity: 0;
}

.topics-tate-page .body {
  padding: 50px 60px;
  text-align: left;
}

.topics-tate-page .body .about {
  margin-bottom: 30px;
}

.topics-tate-page .body .about li {
  position: relative;
  padding: 20px 0 20px 130px;
  font-size: 30px;
  line-height: 50px;
  color: #87325F;
  border-bottom: 2px solid #87325F;
}

.topics-tate-page .body .about li span {
  position: absolute;
  top: 20px;
  left: 0;
}

.topics-tate-page .body .about li .txt {
  height: 50px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.topics-tate-page .body .about li:first-child {
  border-top: 2px solid #87325F;
}

.topics-tate-page .body .context {
  font-size: 30px;
  line-height: 50px;
  height: 100px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.topics-tate-page .contswrap.slick-current .thum-wrap .thum img:nth-of-type(2) {
  transition-delay: 3.5s;
}

.topics-tate-page .contswrap.slick-current .thum-wrap .thum img:nth-of-type(3) {
  transition-delay: 3.5s;
  opacity: 1;
}

.topics-tate-page .contswrap.slick-un .thum-wrap .thum img:nth-of-type(2) {
  transition-delay: inherit;
  transition: inherit;
  opacity: 1;
  display: block;
}

.topics-tate-page .contswrap.slick-un .thum-wrap .thum img:nth-of-type(3) {
  transition-delay: inherit;
  transition: inherit;
  opacity: 1;
  display: none;
}

/* =========================================================
  .poster-yoko-page
========================================================= */
.poster-yoko-page {
  width: 1920px;
  height: 1080px;
  overflow: hidden;
}

.poster-yoko-page .w-clm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.poster-yoko-page .w-clm .left {
  width: 1080px;
  padding: 30px;
}

.poster-yoko-page .w-clm .left .thum-wrap {
  position: relative;
  overflow: hidden;
}

.poster-yoko-page .w-clm .left .thum-wrap .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 100%;
  width: auto;
}

.poster-yoko-page .w-clm .right {
  width: 840px;
  background: #F7EFF3;
  position: relative;
}

.poster-yoko-page .w-clm .right .head {
  padding: 60px 100px 130px;
}

.poster-yoko-page .w-clm .right .head .logo {
  width: 545px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 40px auto;
}

.poster-yoko-page .w-clm .right .head .logo .logo_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.poster-yoko-page .w-clm .right .head .floor {
  border-top: 2px solid #87325F;
  border-bottom: 2px solid #87325F;
  color: #87325F;
  font-size: 30px;
  line-height: 66px;
  font-weight: 500;
  margin-bottom: 35px;
}

.poster-yoko-page .w-clm .right .head .shop-name {
  font-size: 42px;
  line-height: 48px;
  text-align: left;
}

.poster-yoko-page .w-clm .right .head .shop-name .ja {
  height: 98px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.poster-yoko-page .w-clm .right .head .shop-name span.en {
  display: block;
  font-size: 26px;
  line-height: 38px;
  font-weight: 500;
  margin-top: 10px;
  height: 38px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.poster-yoko-page .w-clm .right .site-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  border-top: 4px solid #fff;
  background: url("../images/common/logo_signage.png") no-repeat center;
  background-size: 205px;
}

/* =========================================================
  .poster-tate-page
========================================================= */
.poster-tate-page {
  width: 1080px;
  height: 1920px;
  overflow: hidden;
}

.poster-tate-page .thum-wrap {
  padding: 30px 70px;
  height: 1410px;
}

.poster-tate-page .thum-wrap .thum {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.poster-tate-page .thum-wrap .frame-img {
  width: 100%;
  height: 100%;
}

.poster-tate-page .thum-wrap .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 100%;
  width: auto;
}

.poster-tate-page .in-w-clm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 60px 70px;
  background: #F7EFF3;
}

.poster-tate-page .in-w-clm .logo {
  width: 260px;
  height: 260px;
  position: relative;
  overflow: hidden;
}

.poster-tate-page .in-w-clm .logo .logo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
}

.poster-tate-page .in-w-clm .name {
  width: 640px;
  text-align: left;
}

.poster-tate-page .in-w-clm .name .floor {
  border-top: 2px solid #87325F;
  border-bottom: 2px solid #87325F;
  color: #87325F;
  font-size: 30px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}

.poster-tate-page .in-w-clm .name .shop-name {
  font-size: 42px;
  line-height: 50px;
}

.poster-tate-page .in-w-clm .name .shop-name .ja {
  height: 100px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.poster-tate-page .in-w-clm .name .shop-name span.en {
  font-size: 26px;
  line-height: 38px;
  display: block;
  margin-top: 10px;
  font-weight: 500;
  height: 38px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.poster-tate-page .site-logo {
  width: 100%;
  height: 130px;
  background: url("../images/common/logo_signage.png") no-repeat center;
  background-size: 205px;
}

/* =========================================================
  .news-yoko-page
========================================================= */
.news-yoko-page {
  width: 1920px;
  height: 1080px;
  overflow: hidden;
}

.news-yoko-page .w-clm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.news-yoko-page .w-clm .left {
  width: 1080px;
  padding: 30px;
}

.news-yoko-page .w-clm .left .thum-wrap {
  position: relative;
  overflow: hidden;
}

.news-yoko-page .w-clm .left .thum-wrap .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 100%;
  width: auto;
}

.news-yoko-page .w-clm .right {
  width: 840px;
  background: #F7EFF3;
}

.news-yoko-page .w-clm .right .head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.news-yoko-page .w-clm .right .head li {
  width: 50%;
  height: 130px;
}

.news-yoko-page .w-clm .right .head .category {
  text-align: center;
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  position: relative;
  background: #87325F;
}

.news-yoko-page .w-clm .right .head .category span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
}

.news-yoko-page .w-clm .right .head .site-logo {
  background: url("../images/common/logo_signage.jpg") no-repeat center, #fff;
  background-size: cover;
}

.news-yoko-page .w-clm .right .body {
  padding: 80px 50px 0 50px;
  text-align: left;
}

.news-yoko-page .w-clm .right .body .floor {
  border-top: 2px solid #87325F;
  border-bottom: 2px solid #87325F;
  color: #87325F;
  font-size: 30px;
  line-height: 66px;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}

.news-yoko-page .w-clm .right .body .in-w-clm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 70px;
}

.news-yoko-page .w-clm .right .body .in-w-clm .logo {
  width: 250px;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.news-yoko-page .w-clm .right .body .in-w-clm .logo .logo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
}

.news-yoko-page .w-clm .right .body .in-w-clm .name {
  width: 425px;
}

.news-yoko-page .w-clm .right .body .in-w-clm .name .shop-name {
  font-size: 43px;
  line-height: 50px;
}

.news-yoko-page .w-clm .right .body .in-w-clm .name .shop-name .ja {
  height: 100px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-yoko-page .w-clm .right .body .in-w-clm .name .shop-name span.en {
  font-size: 26px;
  line-height: 38px;
  margin-top: 10px;
  font-weight: 500;
  height: 38px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news-yoko-page .w-clm .right .body .in-w-clm .name .item-name {
  color: #87325F;
  font-size: 28px;
  line-height: 42px;
  margin-top: 20px;
}

.news-yoko-page .w-clm .right .body .in-w-clm .name .item-name .ja {
  height: 42px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news-yoko-page .w-clm .right .body .in-w-clm .name .item-name span.en {
  font-size: 22px;
  line-height: 30px;
  display: block;
  margin-top: 10px;
  font-weight: 500;
  height: 30px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news-yoko-page .w-clm .right .body .title {
  font-size: 58px;
  line-height: 64px;
  margin-bottom: 20px;
  height: 195px;
  overflow: hidden;
  position: relative;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-yoko-page .w-clm .right .body .context {
  font-size: 30px;
  line-height: 50px;
  height: 150px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* =========================================================
  .news-tate-page
========================================================= */
.news-tate-page {
  width: 1080px;
  height: 1920px;
  overflow: hidden;
}

.news-tate-page .head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.news-tate-page .head li {
  width: 50%;
  height: 130px;
}

.news-tate-page .head .category {
  text-align: center;
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  position: relative;
  background: #87325F;
}

.news-tate-page .head .category span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
}

.news-tate-page .head .site-logo {
  background: url("../images/common/logo_signage.jpg") no-repeat center, #fff;
  background-size: cover;
}

.news-tate-page .in-w-clm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 60px;
  background: #F7EFF3;
}

.news-tate-page .in-w-clm .logo {
  width: 330px;
  height: 330px;
  position: relative;
  overflow: hidden;
}

.news-tate-page .in-w-clm .logo .logo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
}

.news-tate-page .in-w-clm .name {
  width: 590px;
  text-align: left;
}

.news-tate-page .in-w-clm .name .floor {
  border-top: 2px solid #87325F;
  border-bottom: 2px solid #87325F;
  color: #87325F;
  font-size: 30px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.news-tate-page .in-w-clm .name .shop-name {
  font-size: 42px;
  line-height: 50px;
}

.news-tate-page .in-w-clm .name .shop-name .ja {
  height: 100px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-tate-page .in-w-clm .name .shop-name span.en {
  font-size: 26px;
  line-height: 38px;
  margin-top: 10px;
  font-weight: 500;
  height: 38px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news-tate-page .in-w-clm .name .item-name {
  color: #87325F;
  font-size: 28px;
  line-height: 42px;
  margin-top: 20px;
}

.news-tate-page .in-w-clm .name .item-name .ja {
  height: 42px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news-tate-page .in-w-clm .name .item-name span.en {
  font-size: 22px;
  line-height: 30px;
  margin-top: 10px;
  font-weight: 500;
  height: 30px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news-tate-page .body {
  padding: 60px;
  text-align: left;
  overflow: hidden;
}

.news-tate-page .body .title {
  font-size: 58px;
  line-height: 60px;
  margin-bottom: 60px;
  height: 120px;
  overflow: hidden;
  position: relative;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-tate-page .body .thum {
  position: relative;
  overflow: hidden;
  width: 875px;
  margin: 0 auto 35px auto;
}

.news-tate-page .body .thum .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.news-tate-page .body .context {
  font-size: 30px;
  line-height: 50px;
  height: 160px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* =========================================================
  gourmet
========================================================= */
.gourmet-page {
  /* =========================================================
  igourmet-page
========================================================= */
  /* =========================================================
  SHOP NEWS
========================================================= */
  /* =========================================================
  FLOOR GUIDE
========================================================= */
  /* =========================================================
  list-area
========================================================= */
}

.gourmet-page #conts {
  height: 0;
  width: 100%;
  display: block;
  opacity: 0;
  margin-top: -100px;
  padding-top: 100px;
}

.gourmet-page .bg-color {
  background: #FAEAEF;
  padding: 75px 20px 45px 20px;
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .gourmet-page .bg-color {
    padding: 35px 20px;
    margin-bottom: 25px;
  }
}

.gourmet-page .c-ttl {
  margin-bottom: 60px;
  text-align: left;
}

@media (max-width: 768px) {
  .gourmet-page .c-ttl {
    margin-bottom: 0;
  }
  .gourmet-page .c-ttl span {
    font-size: 14px;
  }
}

.gourmet-page .gourmet-shop {
  background: #FFFCE6;
  position: relative;
  padding: 50px 20px 80px 20px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .gourmet-page .gourmet-shop {
    padding: 0 0 35px 0;
  }
}

.gourmet-page .gourmet-shop::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: #fff;
}

.gourmet-page .gourmet-shop .c-ttl {
  text-align: left;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .gourmet-page .gourmet-shop .c-ttl {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}

.gourmet-page .gourmet-shop .gourmet-shop-slide {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .gourmet-page .gourmet-shop .gourmet-shop-slide {
    margin-bottom: 50px;
  }
}

.gourmet-page .gourmet-shop .gourmet-shop-slide .slick-prev, .gourmet-page .gourmet-shop .gourmet-shop-slide .slick-next {
  transform: inherit;
  bottom: -120px;
}

@media (max-width: 768px) {
  .gourmet-page .gourmet-shop .gourmet-shop-slide .slick-prev, .gourmet-page .gourmet-shop .gourmet-shop-slide .slick-next {
    bottom: -50px;
  }
}

.gourmet-page .gourmet-shop .gourmet-shop-slide .slick-prev::before, .gourmet-page .gourmet-shop .gourmet-shop-slide .slick-next::before {
  font-size: 22px;
}

.gourmet-page .gourmet-shop .gourmet-shop-slide li {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .gourmet-page .gourmet-shop .gourmet-shop-slide li {
    margin: 0 5px;
  }
}

.gourmet-page .gourmet-shop .gourmet-shop-slide li.new {
  position: relative;
}

.gourmet-page .gourmet-shop .gourmet-shop-slide li.new::after {
  content: "NEW";
  position: absolute;
  top: 5px;
  left: -25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 100px;
  text-align: center;
  width: 83px;
  height: 95px;
  font-weight: 600;
  color: #fff;
  background: url("../images/common/ico_sakura.png") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1000px) {
  .gourmet-page .gourmet-shop .gourmet-shop-slide li.new::after {
    transform: scale(0.5);
    left: -35px;
  }
}

@media screen and (max-width: 800px) {
  .gourmet-page .gourmet-shop .gourmet-shop-slide li.new::after {
    transform: scale(0.3);
    left: -35px;
  }
}

@media screen and (max-width: 768px) {
  .gourmet-page .gourmet-shop .gourmet-shop-slide li.new::after {
    transform: scale(1.5);
    left: -35px;
  }
}

@media screen and (max-width: 450px) {
  .gourmet-page .gourmet-shop .gourmet-shop-slide li.new::after {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .gourmet-page .gourmet-shop .gourmet-shop-slide li.new::after {
    left: -20px;
    width: 60px;
    height: 59px;
    line-height: 59px;
    font-size: 12px;
  }
}

.gourmet-page .gourmet-shop .gourmet-shop-slide a {
  display: block;
  height: 100%;
  background: #fff;
  transition: 0.4s;
}

.gourmet-page .gourmet-shop .gourmet-shop-slide a:hover {
  opacity: 1;
}

.gourmet-page .gourmet-shop .gourmet-shop-slide a:hover .thum .thum_img {
  opacity: 0;
}

.gourmet-page .gourmet-shop .gourmet-shop-slide a:hover .thum::after {
  content: "MORE →";
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 70%;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 30px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.gourmet-page .gourmet-shop .gourmet-shop-slide .thum {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.gourmet-page .gourmet-shop .gourmet-shop-slide .thum .category {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  font-size: 14px;
  line-height: 27px;
  display: inline-block;
  height: 25px;
  color: #F5427C;
  z-index: 10;
  padding: 0 15px;
  font-weight: 400;
}

.gourmet-page .gourmet-shop .gourmet-shop-slide .thum .thum_bg, .gourmet-page .gourmet-shop .gourmet-shop-slide .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.gourmet-page .gourmet-shop .gourmet-shop-slide .thum .thum_img {
  width: auto;
  max-height: 100%;
  height: 100%;
}

.gourmet-page .gourmet-shop .gourmet-shop-slide .thum .thum_img {
  transition: 0.4s;
}

.gourmet-page .gourmet-shop .gourmet-shop-slide .thum .thum_bg {
  width: 150%;
  filter: blur(6px);
}

.gourmet-page .gourmet-shop .gourmet-shop-slide .bottom {
  text-align: left;
  padding: 15px 20px;
}

@media (max-width: 768px) {
  .gourmet-page .gourmet-shop .gourmet-shop-slide .bottom {
    padding: 10px;
  }
}

.gourmet-page .gourmet-shop .gourmet-shop-slide .bottom .ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 5px;
  height: 60px;
  position: relative;
}

.gourmet-page .gourmet-shop .gourmet-shop-slide .bottom .ttl:before, .gourmet-page .gourmet-shop .gourmet-shop-slide .bottom .ttl:after {
  background: #fff;
  position: absolute;
}

.gourmet-page .gourmet-shop .gourmet-shop-slide .bottom .ttl:before {
  content: "...";
  bottom: 0;
  right: 6px;
}

@media (max-width: 768px) {
  .gourmet-page .gourmet-shop .gourmet-shop-slide .bottom .ttl:before {
    right: 4px;
  }
}

.gourmet-page .gourmet-shop .gourmet-shop-slide .bottom .ttl:after {
  content: "";
  height: 100%;
  width: 100%;
}

.gourmet-page .gourmet-shop .gourmet-shop-slide .bottom .date {
  color: #ADADAD;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: 400;
}

.gourmet-page .gourmet-shop .gourmet-shop-slide .bottom .name {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .gourmet-page .gourmet-shop .moreBtn {
    padding: 0 20px;
  }
}

.gourmet-page .category-guide {
  background: #FAEAEF;
  padding: 50px 20px;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide {
    padding: 40px 20px;
  }
}

.gourmet-page .category-guide .c-ttl {
  text-align: left;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .c-ttl {
    margin-bottom: 20px;
  }
}

.gourmet-page .category-guide .tab-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .tab-btn {
    margin-bottom: 25px;
  }
}

.gourmet-page .category-guide .tab-btn li {
  width: 33%;
  position: relative;
  font-size: 18px;
  line-height: 70px;
  cursor: pointer;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .tab-btn li {
    font-size: 3vw;
    line-height: 5vw;
    padding: 10px 0;
  }
}

.gourmet-page .category-guide .tab-btn li::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 60%;
  width: 1px;
  background: #000;
}

.gourmet-page .category-guide .tab-btn li:last-child::after {
  display: none;
}

.gourmet-page .category-guide .tab-btn li:hover {
  color: #F5427C;
}

.gourmet-page .category-guide .tab-btn li.active {
  color: #F5427C;
}

.gourmet-page .category-guide .tab-btn li.active::before {
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  background: #FAEAEF;
  transform: rotate(-45deg);
}

.gourmet-page .category-guide .flor-list01 {
  display: none;
}

.gourmet-page .category-guide .flor-list01.active-floor {
  display: block;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

.gourmet-page .category-guide .flor-list02 {
  display: none;
}

.gourmet-page .category-guide .flor-list02.active-floor {
  display: block;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

.gourmet-page .category-guide .flor-list03 {
  display: none;
}

.gourmet-page .category-guide .flor-list03.active-floor {
  display: block;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

.gourmet-page .category-guide .list-floor .list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

.gourmet-page .category-guide .list-floor .list01 li {
  width: 32%;
  text-align: center;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .list-floor .list01 li {
    width: 48%;
    margin-bottom: 4%;
  }
  .gourmet-page .category-guide .list-floor .list01 li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

.gourmet-page .category-guide .list-floor .list01 li a {
  position: relative;
  display: block;
  background: #fff;
  transition: 0.4s;
  font-size: 16px;
  line-height: 20px;
  height: 70px;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .list-floor .list01 li a {
    font-size: 14px;
    line-height: 22px;
  }
}

.gourmet-page .category-guide .list-floor .list01 li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.gourmet-page .category-guide .list-floor .list01 li a:hover {
  background: #F5427C;
  color: #fff;
  opacity: 1;
}

.gourmet-page .category-guide .list-floor .list01 li a.active {
  background: #F5427C;
  color: #fff;
}

.gourmet-page .category-guide .list-floor .list01 li a.active::after {
  content: " ";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #F5427C transparent transparent transparent;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .list-floor .list01 li a.active::after {
    display: none;
  }
}

.gourmet-page .category-guide .list-floor .list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gourmet-page .category-guide .list-floor .list02 li {
  width: 15%;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .list-floor .list02 li {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 0;
  }
  .gourmet-page .category-guide .list-floor .list02 li:first-child {
    width: 100%;
  }
  .gourmet-page .category-guide .list-floor .list02 li:first-child a {
    height: 50px;
    line-height: 50px;
    padding-top: 0;
  }
  .gourmet-page .category-guide .list-floor .list02 li:nth-child(6), .gourmet-page .category-guide .list-floor .list02 li:nth-child(7) {
    margin-bottom: 0;
  }
}

.gourmet-page .category-guide .list-floor .list02 li a {
  display: block;
  height: 100%;
  background: #fff;
  transition: 0.4s;
  height: 120px;
  font-size: 16px;
  line-height: 24px;
  padding-top: 75px;
  position: relative;
}

.gourmet-page .category-guide .list-floor .list02 li a:hover {
  opacity: 1;
  color: #fff;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .list-floor .list02 li a {
    font-size: 14px;
    line-height: 17px;
    height: 100px;
    padding-top: 60px;
  }
  .gourmet-page .category-guide .list-floor .list02 li a .tab-visible {
    display: block;
  }
}

.gourmet-page .category-guide .list-floor .list02 li a.active {
  color: #fff;
}

.gourmet-page .category-guide .list-floor .list02 li a.active::after {
  content: " ";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #F5427C transparent transparent transparent;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .list-floor .list02 li a.active::after {
    display: none;
  }
}

.gourmet-page .category-guide .list-floor .list02 li:nth-child(1) a {
  background: url("../images/common/ico_all.png") no-repeat center top 25px, #fff;
  background-size: 31px;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .list-floor .list02 li:nth-child(1) a {
    background: url("../images/common/ico_all.png") no-repeat center left 30px, #fff;
    background-size: 20px;
  }
}

.gourmet-page .category-guide .list-floor .list02 li:nth-child(1) a:hover, .gourmet-page .category-guide .list-floor .list02 li:nth-child(1) a.active {
  background: url("../images/common/ico_all02.png") no-repeat center top 25px, #F5427C;
  background-size: 31px;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .list-floor .list02 li:nth-child(1) a:hover, .gourmet-page .category-guide .list-floor .list02 li:nth-child(1) a.active {
    background: url("../images/common/ico_all02.png") no-repeat center left 30px, #F5427C;
    background-size: 20px;
  }
}

.gourmet-page .category-guide .list-floor .list02 li:nth-child(2) a {
  background: url("../images/common/ico_wa.png") no-repeat center top 25px, #fff;
  background-size: 47px;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .list-floor .list02 li:nth-child(2) a {
    background: url("../images/common/ico_wa.png") no-repeat center top 15px, #fff;
    background-size: 40px;
  }
}

.gourmet-page .category-guide .list-floor .list02 li:nth-child(2) a:hover, .gourmet-page .category-guide .list-floor .list02 li:nth-child(2) a.active {
  background: url("../images/common/ico_wa02.png") no-repeat center top 25px, #F5427C;
  background-size: 47px;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .list-floor .list02 li:nth-child(2) a:hover, .gourmet-page .category-guide .list-floor .list02 li:nth-child(2) a.active {
    background: url("../images/common/ico_wa02.png") no-repeat center top 15px, #F5427C;
    background-size: 40px;
  }
}

.gourmet-page .category-guide .list-floor .list02 li:nth-child(3) a {
  background: url("../images/common/ico_yo.png") no-repeat center top 27px, #fff;
  background-size: 42px;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .list-floor .list02 li:nth-child(3) a {
    background: url("../images/common/ico_yo.png") no-repeat center top 18px, #fff;
    background-size: 32px;
  }
}

.gourmet-page .category-guide .list-floor .list02 li:nth-child(3) a:hover, .gourmet-page .category-guide .list-floor .list02 li:nth-child(3) a.active {
  background: url("../images/common/ico_yo02.png") no-repeat center top 27px, #F5427C;
  background-size: 42px;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .list-floor .list02 li:nth-child(3) a:hover, .gourmet-page .category-guide .list-floor .list02 li:nth-child(3) a.active {
    background: url("../images/common/ico_yo02.png") no-repeat center top 18px, #F5427C;
    background-size: 32px;
  }
}

.gourmet-page .category-guide .list-floor .list02 li:nth-child(4) a {
  background: url("../images/common/ico_cha.png") no-repeat center top 27px, #fff;
  background-size: 42px;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .list-floor .list02 li:nth-child(4) a {
    background: url("../images/common/ico_cha.png") no-repeat center top 20px, #fff;
    background-size: 35px;
  }
}

.gourmet-page .category-guide .list-floor .list02 li:nth-child(4) a:hover, .gourmet-page .category-guide .list-floor .list02 li:nth-child(4) a.active {
  background: url("../images/common/ico_cha02.png") no-repeat center top 27px, #F5427C;
  background-size: 42px;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .list-floor .list02 li:nth-child(4) a:hover, .gourmet-page .category-guide .list-floor .list02 li:nth-child(4) a.active {
    background: url("../images/common/ico_cha02.png") no-repeat center top 20px, #F5427C;
    background-size: 35px;
  }
}

.gourmet-page .category-guide .list-floor .list02 li:nth-child(5) a {
  background: url("../images/common/ico_coffee.png") no-repeat center top 25px, #fff;
  background-size: 42px;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .list-floor .list02 li:nth-child(5) a {
    background: url("../images/common/ico_coffee.png") no-repeat center top 20px, #fff;
    background-size: 36px;
  }
}

.gourmet-page .category-guide .list-floor .list02 li:nth-child(5) a:hover, .gourmet-page .category-guide .list-floor .list02 li:nth-child(5) a.active {
  background: url("../images/common/ico_coffee02.png") no-repeat center top 25px, #F5427C;
  background-size: 42px;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .list-floor .list02 li:nth-child(5) a:hover, .gourmet-page .category-guide .list-floor .list02 li:nth-child(5) a.active {
    background: url("../images/common/ico_coffee02.png") no-repeat center top 20px, #F5427C;
    background-size: 36px;
  }
}

.gourmet-page .category-guide .list-floor .list02 li:nth-child(6) a {
  background: url("../images/common/ico_food.png") no-repeat center top 29px, #fff;
  background-size: 31px;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .list-floor .list02 li:nth-child(6) a {
    background: url("../images/common/ico_food.png") no-repeat center top 20px, #fff;
    background-size: 26px;
  }
}

.gourmet-page .category-guide .list-floor .list02 li:nth-child(6) a:hover, .gourmet-page .category-guide .list-floor .list02 li:nth-child(6) a.active {
  background: url("../images/common/ico_food02.png") no-repeat center top 29px, #F5427C;
  background-size: 31px;
}

@media (max-width: 768px) {
  .gourmet-page .category-guide .list-floor .list02 li:nth-child(6) a:hover, .gourmet-page .category-guide .list-floor .list02 li:nth-child(6) a.active {
    background: url("../images/common/ico_food02.png") no-repeat center top 20px, #F5427C;
    background-size: 26px;
  }
}

.gourmet-page .list-area {
  padding: 60px 20px 0 20px;
  text-align: left;
}

@media (max-width: 768px) {
  .gourmet-page .list-area {
    padding: 35px 20px 0 20px;
  }
}

.gourmet-page .list-area .category-name {
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 40px;
}

.gourmet-page .list-area .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .gourmet-page .list-area .list {
    justify-content: space-between;
  }
}

.gourmet-page .list-area .list li {
  width: 32%;
  margin: 0 2% 30px 0;
  position: relative;
  background: #FFFCE6;
}

.gourmet-page .list-area .list li:nth-last-of-type(1), .gourmet-page .list-area .list li:nth-last-of-type(2), .gourmet-page .list-area .list li:nth-last-of-type(3) {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .gourmet-page .list-area .list li {
    width: 48%;
    margin-right: 0 !important;
  }
  .gourmet-page .list-area .list li:nth-last-of-type(3) {
    margin-bottom: 30px;
  }
}

.gourmet-page .list-area .list li:nth-child(3n) {
  margin-right: 0;
}

.gourmet-page .list-area .list li a {
  display: block;
  position: relative;
  transition: 0.4s;
}

.gourmet-page .list-area .list li a .thum {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.gourmet-page .list-area .list li a .thum .category {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  font-size: 14px;
  line-height: 27px;
  display: inline-block;
  height: 25px;
  color: #F5427C;
  z-index: 10;
  padding: 0 15px;
  font-weight: 400;
}

.gourmet-page .list-area .list li a .thum .thum_bg, .gourmet-page .list-area .list li a .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.gourmet-page .list-area .list li a .thum .thum_img {
  width: auto;
  max-height: 100%;
  height: 100%;
}

.gourmet-page .list-area .list li a .thum .thum_img {
  transition: 0.4s;
}

.gourmet-page .list-area .list li a .thum .thum_bg {
  width: 150%;
  filter: blur(6px);
}

.gourmet-page .list-area .list li a .bottom {
  padding: 20px 20px 30px 20px;
}

@media (max-width: 768px) {
  .gourmet-page .list-area .list li a .bottom {
    padding: 10px 10px 20px 10px;
  }
}

.gourmet-page .list-area .list li a .w-clm {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -17%;
}

@media (max-width: 768px) {
  .gourmet-page .list-area .list li a .w-clm {
    margin-top: -17%;
  }
}

.gourmet-page .list-area .list li a .w-clm .logo {
  width: 39%;
  position: relative;
  overflow: hidden;
}

.gourmet-page .list-area .list li a .w-clm .logo .logo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.gourmet-page .list-area .list li a .w-clm .area-name {
  width: 58%;
  color: #ADADAD;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  height: 54px;
  position: relative;
}

@media (max-width: 768px) {
  .gourmet-page .list-area .list li a .w-clm .area-name {
    font-size: 12px;
    line-height: 15px;
    height: 31px;
  }
}

.gourmet-page .list-area .list li a .w-clm .area-name:before, .gourmet-page .list-area .list li a .w-clm .area-name:after {
  background: #FFFCE6;
  position: absolute;
}

.gourmet-page .list-area .list li a .w-clm .area-name:before {
  content: "...";
  bottom: 0;
  right: 2px;
}

@media (max-width: 768px) {
  .gourmet-page .list-area .list li a .w-clm .area-name:before {
    right: -1px;
  }
}

.gourmet-page .list-area .list li a .w-clm .area-name:after {
  content: "";
  height: 100%;
  width: 100%;
}

.gourmet-page .list-area .list li a .name {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #FFFCE6;
}

.gourmet-page .list-area .list li a .name .ja {
  overflow: hidden;
  max-height: 60px;
  position: relative;
}

@media (max-width: 768px) {
  .gourmet-page .list-area .list li a .name .ja {
    max-height: 55px;
  }
}

.gourmet-page .list-area .list li a .name .ja:before, .gourmet-page .list-area .list li a .name .ja:after {
  background: #FFFCE6;
  position: absolute;
}

.gourmet-page .list-area .list li a .name .ja:before {
  content: "...";
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .gourmet-page .list-area .list li a .name .ja:before {
    right: 0px;
  }
}

.gourmet-page .list-area .list li a .name .ja:after {
  content: "";
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .gourmet-page .list-area .list li a .name {
    font-size: 16px;
    line-height: 26px;
  }
}

.gourmet-page .list-area .list li a .name span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
  overflow: hidden;
  max-height: 44px;
  position: relative;
}

.gourmet-page .list-area .list li a .name span:before, .gourmet-page .list-area .list li a .name span:after {
  background: #FFFCE6;
  position: absolute;
}

.gourmet-page .list-area .list li a .name span:before {
  content: "...";
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .gourmet-page .list-area .list li a .name span:before {
    right: 0px;
  }
}

.gourmet-page .list-area .list li a .name span:after {
  content: "";
  height: 100%;
  width: 100%;
}

.gourmet-page .list-area .list li a .item {
  font-size: 14px;
  line-height: 26px;
  color: #F5427C;
}

.gourmet-page .list-area .list li a .item .ja {
  overflow: hidden;
  max-height: 52px;
  position: relative;
}

@media (max-width: 768px) {
  .gourmet-page .list-area .list li a .item .ja {
    height: 79px;
  }
}

.gourmet-page .list-area .list li a .item .ja:before, .gourmet-page .list-area .list li a .item .ja:after {
  background: #FFFCE6;
  position: absolute;
}

.gourmet-page .list-area .list li a .item .ja:before {
  content: "...";
  bottom: 0;
  right: 2px;
}

@media (max-width: 768px) {
  .gourmet-page .list-area .list li a .item .ja:before {
    right: 6px;
  }
}

.gourmet-page .list-area .list li a .item .ja:after {
  content: "";
  height: 100%;
  width: 100%;
}

.gourmet-page .list-area .list li a .item span {
  display: block;
  margin-top: 10px;
  overflow: hidden;
  max-height: 53px;
  position: relative;
}

@media (max-width: 768px) {
  .gourmet-page .list-area .list li a .item span {
    max-height: 80px;
  }
}

.gourmet-page .list-area .list li a .item span:before, .gourmet-page .list-area .list li a .item span:after {
  background: #FFFCE6;
  position: absolute;
}

.gourmet-page .list-area .list li a .item span:before {
  content: "...";
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .gourmet-page .list-area .list li a .item span:before {
    right: 3px;
  }
}

.gourmet-page .list-area .list li a .item span:after {
  content: "";
  height: 100%;
  width: 100%;
}

.gourmet-page .list-area .list li a .tel, .gourmet-page .list-area .list li a .time {
  margin-top: 5px;
  position: relative;
  padding-left: 90px;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 768px) {
  .gourmet-page .list-area .list li a .tel, .gourmet-page .list-area .list li a .time {
    padding: 0;
  }
}

.gourmet-page .list-area .list li a .tel span, .gourmet-page .list-area .list li a .time span {
  font-size: 12px;
  display: block;
}

.gourmet-page .list-area .list li a .tel b, .gourmet-page .list-area .list li a .time b {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .gourmet-page .list-area .list li a .tel b, .gourmet-page .list-area .list li a .time b {
    position: inherit;
    width: 100%;
    display: block;
  }
}

/* =========================================================
  en
========================================================= */
.en-page {
  /* =========================================================
  en-page
========================================================= */
}

.en-page #conts {
  height: 0;
  width: 100%;
  display: block;
  opacity: 0;
  margin-top: -100px;
  padding-top: 100px;
}

.en-page header .sub-head .nav-list ul li a {
  font-weight: bold;
}

.en-page header .sub-head .nav-list ul li:last-child a {
  font-weight: 400;
  width: 130px;
}

.en-page footer .clm-list li.logo {
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.en-page footer .clm-list li.logo a {
  margin: 0 auto 40px auto;
}

.en-page .sp-nav .sp-nav-list li a.a_clock {
  background: url(../images/en/ico_clock.png) no-repeat center left;
  background-size: 20px;
}

.en-page .sp-nav .sp-nav-list li a.a_card {
  background: url(../images/en/ico_cr.png) no-repeat center left;
  background-size: 20px;
}

.en-page .en-conts {
  margin-bottom: 60px;
  margin-top: -100px;
  padding-top: 100px !important;
}

@media (max-width: 768px) {
  .en-page .en-conts {
    margin-bottom: 40px;
    margin-top: -75px;
    padding-top: 75px !important;
  }
}

.en-page .en-conts .en-ttl {
  text-align: left;
  font-size: 40px;
  line-height: 46px;
  padding-left: 60px;
  font-weight: 600;
  min-height: 50px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .en-page .en-conts .en-ttl {
    font-size: 25px;
    line-height: 45px;
    min-height: 40px;
    padding-left: 50px;
    margin-bottom: 15px;
  }
}

.en-page .en-conts .en-ttl.en-ttl-lo {
  background: url("../images/common/ico_access.png") no-repeat top left;
  background-size: 39px;
}

@media (max-width: 768px) {
  .en-page .en-conts .en-ttl.en-ttl-lo {
    background-size: 34px;
  }
}

.en-page .en-conts .en-ttl.en-ttl-op {
  background: url("../images/en/ico_clock.png") no-repeat top left;
  background-size: 48px;
}

@media (max-width: 768px) {
  .en-page .en-conts .en-ttl.en-ttl-op {
    background-size: 40px;
  }
}

.en-page .en-conts .en-ttl.en-ttl-sh {
  background: url("../images/common/ico_shop.png") no-repeat top left;
  background-size: 42px;
}

@media (max-width: 768px) {
  .en-page .en-conts .en-ttl.en-ttl-sh {
    background-size: 40px;
  }
}

.en-page .en-conts .en-ttl.en-ttl-cr {
  background: url("../images/en/ico_cr.png") no-repeat top 3px left;
  background-size: 56px;
  padding-left: 70px;
}

@media (max-width: 768px) {
  .en-page .en-conts .en-ttl.en-ttl-cr {
    background: url("../images/en/ico_cr.png") no-repeat top 8px left;
    background-size: 40px;
    padding-left: 55px;
  }
}

.en-page .mv {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .en-page .mv {
    margin-bottom: 40px;
  }
}

.en-page .mv .mv-img {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .en-page .mv .mv-img {
    margin-bottom: 30px;
  }
}

.en-page .mv .mv-txt {
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .en-page .mv .mv-txt {
    font-size: 16px;
    line-height: 30px;
  }
}

.en-page .en-conts01 {
  text-align: left;
  position: relative;
  z-index: 0;
  padding: 0 20px 60px 20px;
}

@media (max-width: 768px) {
  .en-page .en-conts01 {
    padding-bottom: 35px;
  }
}

.en-page .en-conts01::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 530px;
  background: #FAEAEF;
  z-index: -1;
}

@media (max-width: 768px) {
  .en-page .en-conts01::after {
    height: 330px;
  }
}

.en-page .en-conts01 .read {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .en-page .en-conts01 .read {
    margin-bottom: 15px;
  }
}

.en-page .en-conts01 .read .ko27 {
  display: inline-block;
  width: 20px;
}

.en-page .en-conts01 iframe {
  width: 100%;
  height: 500px;
  border: none;
}

@media (max-width: 768px) {
  .en-page .en-conts01 iframe {
    height: 300px;
  }
}

.en-page .en-conts02 {
  text-align: left;
  padding: 0 20px;
}

.en-page .en-conts02 .color-tb-wrap {
  padding: 40px;
  background: #FFFCE6;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .en-page .en-conts02 .color-tb-wrap {
    padding: 20px;
  }
}

.en-page .en-conts02 .color-tb {
  border-collapse: collapse;
}

.en-page .en-conts02 .color-tb tr {
  border-bottom: 1px solid #fff;
}

.en-page .en-conts02 .color-tb tr td, .en-page .en-conts02 .color-tb tr th {
  font-size: 16px;
  line-height: 28px;
  padding: 20px 0;
  font-weight: 400;
  text-align: left;
}

@media (max-width: 768px) {
  .en-page .en-conts02 .color-tb tr td, .en-page .en-conts02 .color-tb tr th {
    display: block;
    padding: 0 0 10px 0;
  }
}

.en-page .en-conts02 .color-tb tr th {
  font-weight: 600;
  width: 35%;
}

@media (max-width: 768px) {
  .en-page .en-conts02 .color-tb tr th {
    width: 100%;
    padding: 10px 0 0 0;
  }
}

.en-page .en-conts02 .tb-cap {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

.en-page .en-conts03 {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .en-page .en-conts03 {
    margin-bottom: 10px;
  }
}

.en-page .en-conts03 .color-bg {
  background: #FAEAEF;
  padding: 50px 20px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .en-page .en-conts03 .color-bg {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}

.en-page .en-conts03 .color-bg .tab-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.en-page .en-conts03 .color-bg .tab-area li {
  width: 15%;
}

@media (max-width: 768px) {
  .en-page .en-conts03 .color-bg .tab-area li {
    width: 48%;
    margin-bottom: 4%;
  }
  .en-page .en-conts03 .color-bg .tab-area li:nth-child(5), .en-page .en-conts03 .color-bg .tab-area li:nth-child(6) {
    margin-bottom: 0;
  }
}

.en-page .en-conts03 .color-bg .tab-area a {
  font-size: 16px;
  line-height: 26px;
  background: #fff;
  display: block;
  height: 80px;
  transition: 0.4s;
  position: relative;
}

@media (max-width: 768px) {
  .en-page .en-conts03 .color-bg .tab-area a {
    font-size: 14px;
    line-height: 22px;
    height: 60px;
  }
}

.en-page .en-conts03 .color-bg .tab-area a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  width: 100%;
}

.en-page .en-conts03 .color-bg .tab-area a:hover, .en-page .en-conts03 .color-bg .tab-area a.active {
  background: #F5427C;
  color: #fff;
  opacity: 1;
}

.en-page .en-conts03 .color-bg .tab-area a.active::after {
  content: " ";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #F5427C transparent transparent transparent;
}

@media (max-width: 768px) {
  .en-page .en-conts03 .color-bg .tab-area a.active::after {
    display: none;
  }
}

.en-page .en-conts03 .inner1200 {
  text-align: left;
}

.en-page .en-conts03 .inner1200 .cate-name {
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .en-page .en-conts03 .inner1200 .cate-name {
    margin-bottom: 25px;
  }
}

.en-page .en-conts03 .inner1200 .press-none {
  text-align: center;
  font-weight: bold;
  padding: 30px 0;
  font-size: 16px;
}

.en-page .en-conts03 .inner1200 .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .en-page .en-conts03 .inner1200 .list {
    justify-content: space-between;
  }
}

.en-page .en-conts03 .inner1200 .list li {
  width: 24%;
  margin-bottom: 30px;
  margin-right: calc(4% / 3);
  position: relative;
  background: #FFFCE6;
}

@media (max-width: 768px) {
  .en-page .en-conts03 .inner1200 .list li {
    width: 48%;
    margin-right: 0 !important;
  }
  .en-page .en-conts03 .inner1200 .list li:nth-last-of-type(3) {
    margin-bottom: 30px;
  }
}

.en-page .en-conts03 .inner1200 .list li:nth-child(4n) {
  margin-right: 0;
}

.en-page .en-conts03 .inner1200 .list li a {
  display: block;
  position: relative;
  transition: 0.4s;
}

.en-page .en-conts03 .inner1200 .list li a .thum {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 5px solid #FFFCE6;
}

.en-page .en-conts03 .inner1200 .list li a .thum .category {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  font-size: 14px;
  line-height: 27px;
  display: inline-block;
  height: 25px;
  color: #F5427C;
  z-index: 10;
  padding: 0 15px;
  font-weight: 400;
}

.en-page .en-conts03 .inner1200 .list li a .thum .thum_bg, .en-page .en-conts03 .inner1200 .list li a .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.en-page .en-conts03 .inner1200 .list li a .thum .thum_img {
  width: auto;
  max-height: 100%;
  height: 100%;
}

.en-page .en-conts03 .inner1200 .list li a .thum .thum_img {
  transition: 0.4s;
}

.en-page .en-conts03 .inner1200 .list li a .thum .thum_bg {
  width: 150%;
  filter: blur(6px);
}

.en-page .en-conts03 .inner1200 .list li a .bottom {
  padding: 10px 20px 15px 20px;
}

@media (max-width: 768px) {
  .en-page .en-conts03 .inner1200 .list li a .bottom {
    padding: 10px 10px 15px 10px;
  }
}

.en-page .en-conts03 .inner1200 .list li a .name {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

.en-page .en-conts03 .inner1200 .list li a .name .floor {
  overflow: hidden;
  max-height: 60px;
  position: relative;
  color: #ADADAD;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .en-page .en-conts03 .inner1200 .list li a .name .floor {
    max-height: 55px;
  }
}

.en-page .en-conts03 .inner1200 .list li a .name .floor:before, .en-page .en-conts03 .inner1200 .list li a .name .floor:after {
  background: #FFFCE6;
  position: absolute;
}

.en-page .en-conts03 .inner1200 .list li a .name .floor:before {
  content: "...";
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .en-page .en-conts03 .inner1200 .list li a .name .floor:before {
    right: 0px;
  }
}

.en-page .en-conts03 .inner1200 .list li a .name .floor:after {
  content: "";
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .en-page .en-conts03 .inner1200 .list li a .name {
    font-size: 16px;
    line-height: 26px;
  }
}

.en-page .en-conts03 .inner1200 .list li a .name span {
  display: block;
  font-size: 18px;
  line-height: 25px;
  margin-top: 5px;
  overflow: hidden;
  max-height: 48px;
  position: relative;
}

.en-page .en-conts03 .inner1200 .list li a .name span:before, .en-page .en-conts03 .inner1200 .list li a .name span:after {
  background: #FFFCE6;
  position: absolute;
}

.en-page .en-conts03 .inner1200 .list li a .name span:before {
  content: "...";
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .en-page .en-conts03 .inner1200 .list li a .name span:before {
    right: 0px;
  }
}

.en-page .en-conts03 .inner1200 .list li a .name span:after {
  content: "";
  height: 100%;
  width: 100%;
}

.en-page .en-conts03 .inner1200 .list li a .item {
  font-size: 14px;
  line-height: 26px;
  color: #F5427C;
  margin-bottom: 10px;
}

.en-page .en-conts03 .inner1200 .list li a .item span {
  display: block;
  overflow: hidden;
  max-height: 53px;
  position: relative;
}

@media (max-width: 768px) {
  .en-page .en-conts03 .inner1200 .list li a .item span {
    max-height: 80px;
  }
}

.en-page .en-conts03 .inner1200 .list li a .item span:before, .en-page .en-conts03 .inner1200 .list li a .item span:after {
  background: #FFFCE6;
  position: absolute;
}

.en-page .en-conts03 .inner1200 .list li a .item span:before {
  content: "...";
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .en-page .en-conts03 .inner1200 .list li a .item span:before {
    right: 3px;
  }
}

.en-page .en-conts03 .inner1200 .list li a .item span:after {
  content: "";
  height: 100%;
  width: 100%;
}

.en-page .en-conts03 .inner1200 .list li a .card span {
  display: inline-block;
  color: #007CCF;
  border: 1px solid #007CCF;
  font-size: 11px;
  line-height: 26px;
  margin: 0 2px 7px 0;
  padding: 0 5px;
}

.en-page .en-conts04 {
  padding: 0 20px;
  text-align: left;
  margin-bottom: 0;
}

.en-page .en-conts04 .card-txt {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

.en-page .en-conts04 img {
  max-width: 665px;
  margin-bottom: 20px;
}

.en-page .en-conts04 .card-txt02 {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

/* =========================================================
  recruit-merit
========================================================= */
.recruit-merit-page {
  /* =========================================================
  .merit-conts01
========================================================= */
}

.recruit-merit-page .merit-conts .gb-color {
  padding: 0 20px;
  text-align: left;
  background: #FAEAEF;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .recruit-merit-page .merit-conts .gb-color {
    margin-bottom: 30px;
  }
}

.recruit-merit-page .merit-conts .gb-color .c-ttl {
  padding: 77px 0;
}

@media (max-width: 768px) {
  .recruit-merit-page .merit-conts .gb-color .c-ttl {
    padding: 30px 0;
  }
}

.recruit-merit-page .merit-conts .merit-conts-in {
  padding: 0 20px;
}

.recruit-merit-page .merit-conts .merit-conts-in .merit-ttl {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .recruit-merit-page .merit-conts .merit-conts-in .merit-ttl {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }
}

.recruit-merit-page .merit-conts .merit-conts-in .moreBtn01 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .recruit-merit-page .merit-conts .merit-conts-in .moreBtn01 {
    margin-top: 0;
  }
}

.recruit-merit-page .merit-conts .merit-conts-in .moreBtn01 a {
  max-width: 580px;
  width: 100%;
  border-width: 2px;
}

@media (max-width: 768px) {
  .recruit-merit-page .merit-conts .merit-conts-in .moreBtn01 a {
    padding: 15px 0;
  }
}

.recruit-merit-page .merit-conts .merit-conts-in .moreBtn01 a span {
  display: inline-block;
  max-width: 580px;
  width: 100%;
  background: url("../images/common/ico_arrow03.png") no-repeat center right 50px;
  background-size: 14px;
}

@media (max-width: 768px) {
  .recruit-merit-page .merit-conts .merit-conts-in .moreBtn01 a span {
    font-size: 14px;
    line-height: 26px;
    background: url("../images/common/ico_arrow03.png") no-repeat center right;
    background-size: 14px;
    padding: 0 20px;
  }
}

.recruit-merit-page .merit-conts .merit-conts-in .moreBtn01 a:hover {
  max-width: 780px;
}

.recruit-merit-page .merit-conts .merit-conts-in .w-clmn {
  position: relative;
  background: #FFFCE6;
  padding: 0 40px 20px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  z-index: 0;
}

.recruit-merit-page .merit-conts .merit-conts-in .w-clmn:nth-of-type(2n) {
  flex-flow: row-reverse;
}

@media (max-width: 768px) {
  .recruit-merit-page .merit-conts .merit-conts-in .w-clmn:nth-of-type(2n) {
    flex-flow: inherit;
  }
}

@media (max-width: 768px) {
  .recruit-merit-page .merit-conts .merit-conts-in .w-clmn {
    margin-top: 30px;
    padding: 0;
    display: block;
    border-radius: 0 0 20px 20px;
  }
}

.recruit-merit-page .merit-conts .merit-conts-in .w-clmn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #fff;
  z-index: 5;
}

.recruit-merit-page .merit-conts .merit-conts-in .w-clmn li {
  width: calc(50% - 10px);
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .recruit-merit-page .merit-conts .merit-conts-in .w-clmn li {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .recruit-merit-page .merit-conts .merit-conts-in .w-clmn li:first-child {
    padding: 0 20px;
  }
}

.recruit-merit-page .merit-conts .merit-conts-in .w-clmn li:last-child {
  overflow: hidden;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .recruit-merit-page .merit-conts .merit-conts-in .w-clmn li:last-child {
    margin-top: 20px;
  }
}

.recruit-merit-page .merit-conts .merit-conts-in .w-clmn li .hukidasi {
  width: 225px;
  border: 1px solid #F5427C;
  color: #F5427C;
  font-size: 16px;
  line-height: 38px;
  background: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .recruit-merit-page .merit-conts .merit-conts-in .w-clmn li .hukidasi {
    width: 70%;
    font-size: 2vw;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.recruit-merit-page .merit-conts .merit-conts-in .w-clmn li .hukidasi b {
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .recruit-merit-page .merit-conts .merit-conts-in .w-clmn li .hukidasi b {
    font-size: 4vw;
  }
}

.recruit-merit-page .merit-conts .merit-conts-in .w-clmn li .hukidasi::after {
  z-index: 1;
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
}

.recruit-merit-page .merit-conts .merit-conts-in .w-clmn li .hukidasi::before {
  z-index: 0;
  content: " ";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 8px 0 8px;
  border-color: #F5427C transparent transparent transparent;
}

.recruit-merit-page .merit-conts .merit-conts-in .w-clmn li .read {
  color: #F5427C;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .recruit-merit-page .merit-conts .merit-conts-in .w-clmn li .read {
    margin-bottom: 10px;
  }
}

.recruit-merit-page .merit-conts .merit-conts-in .w-clmn li .read span {
  display: block;
  font-size: 20px;
}

.recruit-merit-page .merit-conts .merit-conts-in .w-clmn li .detail {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
}

/* =========================================================
  rentalspace
========================================================= */
.rentalspace-page {
  /* =========================================================
  .rentalspace-conts01
========================================================= */
}

.rentalspace-page .ren-main#access-main {
  padding-top: 100px;
  margin-top: -100px;
}

.rentalspace-page .ren-main .gb-color {
  padding: 0 20px;
  text-align: left;
  background: #FAEAEF;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-main .gb-color {
    margin-bottom: 0px;
  }
}

.rentalspace-page .ren-main .gb-color .c-ttl {
  padding: 77px 0;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-main .gb-color .c-ttl {
    padding: 30px 0;
  }
}

.rentalspace-page .inner-nav {
  padding: 0 20px 50px 20px;
  background: #FAEAEF;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .rentalspace-page .inner-nav {
    padding: 0 20px 20px 20px;
    margin-bottom: 20px;
  }
}

.rentalspace-page .inner-nav .inner-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
}

.rentalspace-page .inner-nav .inner-nav-list li {
  width: calc( 100% / 2 - 15px);
}

@media (max-width: 768px) {
  .rentalspace-page .inner-nav .inner-nav-list li {
    width: calc( 100% / 2 - 5px);
  }
}

.rentalspace-page .inner-nav .inner-nav-list li a {
  display: block;
  background-color: #fff;
  height: 80px;
  font-size: 16px;
  line-height: 26px;
  transition: 0.4s;
  position: relative;
}

@media (max-width: 768px) {
  .rentalspace-page .inner-nav .inner-nav-list li a {
    font-size: 14px;
    line-height: 22px;
  }
}

.rentalspace-page .inner-nav .inner-nav-list li a span {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 768px) {
  .rentalspace-page .inner-nav .inner-nav-list li a {
    font-size: 14px;
    line-height: 18px;
    background-color: #fff;
  }
}

.rentalspace-page .inner-nav .inner-nav-list li a::after {
  content: " ";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #f5427b transparent transparent transparent;
  opacity: 0;
  transition: 0.4s;
}

.rentalspace-page .inner-nav .inner-nav-list li a:hover {
  background-color: #F5427C;
  color: #fff;
  opacity: 1;
}

.rentalspace-page .inner-nav .inner-nav-list li a:hover::after {
  opacity: 1;
}

.rentalspace-page .ren-conts {
  margin: -120px 0 0 0;
  padding: 120px 20px 0 20px;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts {
    margin: -90px 0 0 0;
    padding-top: 90px;
  }
}

.rentalspace-page .ren-conts.ren-conts01 {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts.ren-conts01 {
    margin-bottom: 50px;
  }
}

.rentalspace-page .ren-conts .ren-ttl {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 500;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts .ren-ttl {
    font-size: 22px;
    line-height: 36px;
  }
}

.rentalspace-page .ren-conts .w-clm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts .w-clm {
    display: block;
    margin-bottom: 25px;
  }
}

.rentalspace-page .ren-conts .w-clm li:nth-child(1) {
  width: calc(50% - 80px);
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts .w-clm li:nth-child(1) {
    width: 100%;
  }
}

.rentalspace-page .ren-conts .w-clm li:nth-child(2) {
  width: calc(50% + 5px);
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts .w-clm li:nth-child(2) {
    width: 100%;
    margin-top: 15px;
  }
}

.rentalspace-page .ren-conts .w-clm li:nth-child(2) span {
  text-align: center;
  color: #F5427C;
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts .w-clm li:nth-child(2) span {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.rentalspace-page .ren-conts .ren-in {
  text-align: left;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts .ren-in {
    margin-bottom: 35px;
  }
}

.rentalspace-page .ren-conts .ren-in.ren-in06 {
  margin-bottom: 0;
}

.rentalspace-page .ren-conts .ren-in .read {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts .ren-in .read {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.rentalspace-page .ren-conts .ren-in .cap {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts .ren-in .cap {
    margin-bottom: 10px;
  }
}

.rentalspace-page .ren-conts .ren-in .tb01 {
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 30px;
}

.rentalspace-page .ren-conts .ren-in .tb01 th, .rentalspace-page .ren-conts .ren-in .tb01 td {
  font-size: 16px;
  line-height: 28px;
  padding: 10px 0;
  vertical-align: top;
  font-weight: 400;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts .ren-in .tb01 th, .rentalspace-page .ren-conts .ren-in .tb01 td {
    display: block;
    padding: 0 0 10px 0;
  }
}

.rentalspace-page .ren-conts .ren-in .tb01 th {
  width: 160px;
  text-align: left;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts .ren-in .tb01 th {
    padding: 10px 0 0 0;
    width: 100%;
  }
}

.rentalspace-page .ren-conts .ren-in .tb01 tr {
  border-bottom: 1px solid #FFFCE6;
}

.rentalspace-page .ren-conts .ren-in .tb01 tr:first-child {
  border-top: 1px solid #FFFCE6;
}

.rentalspace-page .ren-conts .ren-in .cl-bg {
  background: #FFFCE6;
  padding: 30px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts .ren-in .cl-bg {
    padding: 20px;
    margin-bottom: 30px;
    display: block;
  }
}

.rentalspace-page .ren-conts .ren-in .cl-bg li:nth-child(1) {
  color: #F5427C;
  width: 100px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts .ren-in .cl-bg li:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
}

.rentalspace-page .ren-conts .ren-in .cl-bg li:nth-child(2) {
  font-size: 16px;
  line-height: 28px;
  width: calc( 100% - 150px);
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts .ren-in .cl-bg li:nth-child(2) {
    width: 100%;
  }
}

.rentalspace-page .ren-conts .ren-in .img-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts .ren-in .img-list {
    justify-content: space-between;
  }
}

.rentalspace-page .ren-conts .ren-in .img-list li {
  width: calc(100% / 3 - 50px);
  margin: 0 50px 40px 0;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts .ren-in .img-list li {
    width: calc(50% - 10px);
    margin: 0 0 20px 0;
  }
  .rentalspace-page .ren-conts .ren-in .img-list li:last-child {
    margin-bottom: 0;
  }
}

.rentalspace-page .ren-conts .ren-in .img-list li:nth-child(3n) {
  margin-right: 0;
}

.rentalspace-page .ren-conts .ren-in .img-list li .about {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts .ren-in .img-list li .about {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }
}

.rentalspace-page .ren-conts .ren-in .img-list li .huki {
  max-width: 225px;
  width: 70%;
  border: 1px solid #F5427C;
  color: #F5427C;
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts .ren-in .img-list li .huki {
    width: 100%;
    font-size: 2vw;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 2px 0;
  }
}

.rentalspace-page .ren-conts .ren-in .img-list li .huki::after {
  z-index: 1;
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
}

.rentalspace-page .ren-conts .ren-in .img-list li .huki::before {
  z-index: 0;
  content: " ";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 8px 0 8px;
  border-color: #F5427C transparent transparent transparent;
}

.rentalspace-page .ren-conts .ren-in06 ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 30px;
}

.rentalspace-page .ren-conts .ren-in06 ol li {
  list-style: decimal;
  font-size: 16px;
  line-height: 28px;
}

.rentalspace-page .ren-conts .cl-bg02 {
  background: #FAEAEF;
  padding: 20px 60px 20px 30px;
  text-align: left;
  display: inline-block;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts .cl-bg02 {
    text-align: center;
    padding: 20px 10px;
    display: block;
    width: 100%;
  }
}

.rentalspace-page .ren-conts .cl-bg02 a {
  color: #F5427C;
  transition: 0.4s;
}

.rentalspace-page .ren-conts .txt-area01 {
  text-align: left;
}

.rentalspace-page .ren-conts .txt-area01 .notice {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts .txt-area01 .notice {
    margin-bottom: 15px;
  }
}

.rentalspace-page .ren-conts .txt-area01 .addres {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
  color: #F5427C;
}

@media (max-width: 768px) {
  .rentalspace-page .ren-conts .txt-area01 .addres {
    margin-bottom: 15px;
  }
}

.rentalspace-page .top-mv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .rentalspace-page .top-mv {
    margin-bottom: 40px;
    position: relative;
  }
}

.rentalspace-page .top-mv .moreBtn01 {
  margin-top: 30px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .rentalspace-page .top-mv .moreBtn01 {
    margin-top: 0;
  }
}

.rentalspace-page .top-mv .moreBtn01 a {
  max-width: 580px;
  width: 100%;
  border-width: 2px;
}

@media (max-width: 768px) {
  .rentalspace-page .top-mv .moreBtn01 a {
    padding: 15px 0;
  }
}

.rentalspace-page .top-mv .moreBtn01 a span {
  display: inline-block;
  max-width: 580px;
  width: 100%;
  background: url("../images/common/ico_arrow03.png") no-repeat center right 50px;
  background-size: 14px;
}

@media (max-width: 768px) {
  .rentalspace-page .top-mv .moreBtn01 a span {
    font-size: 14px;
    line-height: 26px;
    background: url("../images/common/ico_arrow03.png") no-repeat center right;
    background-size: 14px;
    padding: 0 20px;
  }
}

.rentalspace-page .top-mv .moreBtn01 a:hover {
  max-width: 780px;
}

.rentalspace-page .top-mv a {
  transition: 0.4s;
}

.rentalspace-page .top-mv .js-write02 {
  text-align: left;
  width: 100%;
  background: #fff;
}

.rentalspace-page .top-mv .js-write02 .thum {
  display: none !important;
}

.rentalspace-page .top-mv .js-write02 .bottom {
  padding: 10px 15px;
  position: relative;
}

.rentalspace-page .top-mv .js-write02 .bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #F5427C;
  width: 0;
  -webkit-animation: loadBar02 7s linear infinite;
  animation: loadBar02 7s linear infinite;
}

@media (max-width: 768px) {
  .rentalspace-page .top-mv .js-write02 .pc-visible {
    display: block !important;
  }
}

.rentalspace-page .top-mv .top-mv-main {
  max-width: 740px;
  width: 64%;
  background: #fff;
}

@media (max-width: 768px) {
  .rentalspace-page .top-mv .top-mv-main {
    max-width: 100%;
    width: 100%;
  }
}

.rentalspace-page .top-mv .top-mv-main li {
  position: relative;
  height: 100%;
  opacity: 0;
}

.rentalspace-page .top-mv .top-mv-main li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background: #F5427C;
  width: 100%;
  transition: 0.2s;
  opacity: 0;
  display: none;
}

@media (max-width: 768px) {
  .rentalspace-page .top-mv .top-mv-main li::after {
    display: none;
  }
}

.rentalspace-page .top-mv .top-mv-main li.active {
  -webkit-animation: fadeIn 1s linear forwards;
  animation: fadeIn 1s linear forwards;
}

.rentalspace-page .top-mv .top-mv-main li.active::after {
  width: 0;
  opacity: 1;
  -webkit-animation: loadBar02 7s linear forwards;
  animation: loadBar02 7s linear forwards;
}

.rentalspace-page .top-mv .top-mv-main a {
  display: block;
  height: 100%;
  background: #fff;
}

.rentalspace-page .top-mv .top-mv-main .thum {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.rentalspace-page .top-mv .top-mv-main .thum .name {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  background: #FFFCE6;
  display: inline-block;
  color: #F5427C;
  font-size: 14px;
  line-height: 24px;
  padding: 3px 30px 3px 10px;
}

@media (max-width: 768px) {
  .rentalspace-page .top-mv .top-mv-main .thum .name {
    padding: 1px 10px;
    font-size: 11px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .rentalspace-page .top-mv .top-mv-main .thum {
    height: 100%;
  }
}

.rentalspace-page .top-mv .top-mv-main .thum .category {
  position: absolute;
  top: 0;
  left: 0;
  background: #F5427C;
  font-size: 26px;
  line-height: 57px;
  display: inline-block;
  height: 57px;
  color: #fff;
  z-index: 10;
  padding: 0 20px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .rentalspace-page .top-mv .top-mv-main .thum .category {
    font-size: 18px;
    line-height: 38px;
    height: 38px;
  }
}

.rentalspace-page .top-mv .top-mv-main .thum .frame_img {
  display: none;
}

.rentalspace-page .top-mv .top-mv-main .thum .frame_img02 {
  height: 100%;
}

.rentalspace-page .top-mv .top-mv-main .thum .thum_bg, .rentalspace-page .top-mv .top-mv-main .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

@media (max-width: 768px) {
  .rentalspace-page .top-mv .top-mv-main .thum .thum_bg, .rentalspace-page .top-mv .top-mv-main .thum .thum_img {
    height: 100%;
    width: auto;
  }
}

.rentalspace-page .top-mv .top-mv-main .thum .thum_img {
  width: auto;
  max-height: 100%;
  height: 100%;
}

.rentalspace-page .top-mv .top-mv-main .thum .thum_bg {
  width: 150%;
  filter: blur(6px);
}

.rentalspace-page .top-mv .top-mv-main .bottom {
  text-align: left;
  padding: 30px;
}

.rentalspace-page .top-mv .top-mv-main .bottom .ttl {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

.rentalspace-page .top-mv .top-mv-main .bottom .txt {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rentalspace-page .top-mv .top-mv-thum {
  max-width: 375px;
  width: 33%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .rentalspace-page .top-mv .top-mv-thum {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
  }
}

.rentalspace-page .top-mv .top-mv-thum li {
  width: 48%;
  margin-bottom: 2%;
  position: relative;
  background: #fff;
}

.rentalspace-page .top-mv .top-mv-thum li:nth-child(5), .rentalspace-page .top-mv .top-mv-thum li:nth-child(6) {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .rentalspace-page .top-mv .top-mv-thum li {
    width: calc(100% / 3 - 7px);
    margin-bottom: 10px;
  }
}

.rentalspace-page .top-mv .top-mv-thum li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 0;
  background: #F5427C;
  width: 100%;
  opacity: 0;
}

@media (max-width: 768px) {
  .rentalspace-page .top-mv .top-mv-thum li::after {
    height: 3px;
  }
}

.rentalspace-page .top-mv .top-mv-thum li.active::after {
  width: 0;
  opacity: 1;
  -webkit-animation: loadBar 7s linear forwards;
  animation: loadBar 7s linear forwards;
}

.rentalspace-page .top-mv .top-mv-thum li.active .bottom .ttl, .rentalspace-page .top-mv .top-mv-thum li.active .bottom .txt {
  color: #F5427C;
}

.rentalspace-page .top-mv .top-mv-thum a {
  display: block;
  height: 100%;
  background: #fff;
}

@media (max-width: 768px) {
  .rentalspace-page .top-mv .top-mv-thum a {
    padding: 0;
    pointer-events: none;
  }
}

.rentalspace-page .top-mv .top-mv-thum .thum {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.rentalspace-page .top-mv .top-mv-thum .thum .name {
  display: none;
}

@media (max-width: 768px) {
  .rentalspace-page .top-mv .top-mv-thum .thum {
    max-width: 100%;
    width: 100%;
  }
}

.rentalspace-page .top-mv .top-mv-thum .thum .category {
  position: absolute;
  top: 0;
  left: 0;
  background: #F5427C;
  font-size: 14px;
  line-height: 27px;
  display: inline-block;
  height: 25px;
  color: #fff;
  z-index: 10;
  padding: 0 15px;
  font-weight: 400;
  overflow: hidden;
}

@media (max-width: 768px) {
  .rentalspace-page .top-mv .top-mv-thum .thum .category {
    display: none;
  }
}

.rentalspace-page .top-mv .top-mv-thum .thum .thum_bg, .rentalspace-page .top-mv .top-mv-thum .thum .thum_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.rentalspace-page .top-mv .top-mv-thum .thum .thum_img {
  width: auto;
  max-height: 100%;
  height: 100%;
}

.rentalspace-page .top-mv .top-mv-thum .thum .frame_img02 {
  display: none;
}

.rentalspace-page .top-mv .top-mv-thum .thum .thum_bg {
  width: 150%;
  filter: blur(6px);
}

.rentalspace-page .top-mv .top-mv-thum .bottom {
  text-align: left;
  padding: 15px 20px;
}

.rentalspace-page .top-mv .top-mv-thum .bottom .ttl {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  transition: 0.4s;
}

.rentalspace-page .top-mv .top-mv-thum .bottom .txt {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.4s;
}

/*# sourceMappingURL=maps/style.css.map */
