@charset "UTF-8";
/*e commmon*/
/*t*/
/*c*/
/*k*/
/*----------------------------
common
----------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-weight: 400;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
  color: #2b2b2b;
  margin: 0;
  padding: 0;
  text-align: left;
  z-index: 1;
  position: relative;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
body.tc {
  font-family: "Noto Serif TC", "Noto Serif JP", serif;
}
body.sc {
  font-family: "Noto Serif SC", "Noto Serif JP", serif;
}
body.kr {
  font-family: "Noto Serif KR", "Noto Serif JP", serif;
}
@media (max-width: 900px) {
  body.scrollfixed {
    overflow: hidden;
  }
}

/*font*/
.serif {
  font-family: "Noto Serif JP", "Yu Mincho", "MS PMincho", serif;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.serif_tc {
  font-family: "Noto Serif TC", "Noto Serif JP", serif !important;
}

.sans_tc {
  font-family: "Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", "Noto Sans JP", sans-serif !important;
}

.serif_sc {
  font-family: "Noto Serif SC", "Noto Serif JP", serif !important;
}

.sans_sc {
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans JP", sans-serif !important;
}

.serif_kr {
  font-family: "Noto Serif KR", "Noto Serif JP", serif !important;
}

.sans_kr {
  font-family: "Noto Sans KR", Gulim, "Malgun Gothic", "Noto Sans JP", sans-serif !important;
}

b,
strong {
  font-weight: 700;
}

/*common*/
input,
textarea,
select {
  font-family: "Noto Serif JP", "Yu Mincho", "MS PMincho", serif;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, f h5, h6, form, fieldset, th, td {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after, q:before {
  content: "";
}

a, input { /* outline: none; */
  text-decoration: none;
  color: #1D1D1F;
}

abbr, acronym {
  border: 0;
}

a:hover {
  opacity: 0.7;
}

section {
  width: 100%;
}

img {
  line-height: 1;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*color: #fff;*/
}
a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none !important;
}

.flex_box {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.flex_box.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .flex_box {
    flex-direction: column;
  }
  .flex_box.reverse {
    flex-direction: column;
  }
}

.sp_show,
.pcmini_show,
.spmini_show,
.pc_show,
.ipad,
.sp,
.sp2 {
  display: none;
}

@media (max-width: 900px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inline-block !important;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h1 {
  font-size: 32px;
  font-weight: 700;
}

h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 40px;
  letter-spacing: 0.05em;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 40px;
  letter-spacing: 0.03em;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
  letter-spacing: 0.03em;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  letter-spacing: 0.03em;
}

p {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 20px;
  letter-spacing: 0.03em;
  line-height: 2;
}

.f_big {
  font-size: 120%;
}

.f_small {
  font-size: 85%;
}

.bold {
  font-weight: bold;
}

.d_green {
  color: #00686c;
}

/*fade*/
.fadein {
  opacity: 0;
  transform: translateY(50px) rotate(0.0001deg);
  transition: all 0.8s;
  filter: blur(0px);
}

#wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.inner {
  width: 80%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.inner2 {
  width: 80%;
  max-width: 1150px;
  height: auto;
  margin: 0 auto;
}

.txt_inner {
  width: 80%;
  max-width: 768px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .inner, .inner2, .txt_inner {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
}
/*----------------------------------------------
content
----------------------------------------------*/
.pr_bg {
  width: 100vw;
  height: 100vh;
  background: url(../images/sec01_ph_parallax.jpg) no-repeat center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -3;
}

section {
  margin: 0 auto;
  padding: 90px 0;
  box-sizing: border-box;
}

dl.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 900px) {
  dl.row {
    flex-direction: column;
  }
}
dl.row dt {
  width: 30%;
  margin: 0 0 15px;
}
dl.row dd {
  width: calc(70% - 20px);
  margin: 0 0 15px;
}

.top_mv_area {
  width: 100%;
  height: 100vh;
  min-height: 950px;
  position: relative;
  background: #FFF;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .top_mv_area {
    height: auto;
    min-height: inherit;
  }
}
.top_mv_area .mv_slider {
  width: 100%;
  height: 100%;
  background: #0177cb;
  position: relative;
  background: url(../images/sec_main_01.jpg) no-repeat right top;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .top_mv_area .mv_slider {
    background: url(../images/sec_main_01_sp.jpg) no-repeat right top;
    background-size: cover;
    height: 635px;
  }
}
.top_mv_area .right_box {
  width: calc(48.43% - 154px);
  max-width: 930px;
  height: calc(100% - 130px);
  padding: 65px 77px;
  background: url(../images/sec_main_bg.png) no-repeat top left;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 900px) {
  .top_mv_area .right_box {
    position: relative;
    left: inherit;
    top: -150px;
    width: calc(100% - 60px);
    min-height: auto;
    margin: 0 0 -150px;
    padding: 30px;
    background: url(../images/sec_main_ttl_bg_sp.svg) no-repeat right bottom #f3f3f3;
    background-size: 170px 240px;
  }
  .top_mv_area .right_box:before {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    top: -150px;
    left: 0;
    background: linear-gradient(to top, rgb(243, 243, 243), rgba(243, 243, 243, 0));
  }
}
.top_mv_area .right_box > div {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .top_mv_area .right_box > div {
    position: relative;
    top: -100px;
    margin: 0 0 -100px;
  }
}
.top_mv_area .right_box > div h1 {
  width: 66.45%;
  max-width: 618px;
  margin: 0 0 55px;
}
@media screen and (max-width: 900px) {
  .top_mv_area .right_box > div h1 {
    width: 100%;
    max-width: 347px;
    margin: 0 0 30px;
  }
}
.top_mv_area .right_box > div h1 img {
  width: 100%;
}
.top_mv_area .right_box > div p {
  font-family: "Noto Sans JP", sans-serif;
  /*font-size: 20px;*/
  font-size: clamp(1.5rem, 1.25vw + 0.8rem, 2rem);
  color: #2b2b2b;
  margin: 0 0 0;
  text-shadow: 4px 4px 4px #FFF, -4px -4px 4px #FFF, -4px 4px 4px #FFF, 4px -4px 4px #FFF, 4px 0 4px #FFF, -4px 0 4px #FFF, 0 4px 4px #FFF, 0 -4px 4px #FFF;
}
.top_mv_area .container_01 {
  margin: 50px auto 0 18.75%;
  padding: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: scale(0.75);
}
@media screen and (max-width: 900px) {
  .top_mv_area .container_01 {
    margin: 50px auto 0 auto;
  }
}
.top_mv_area .container_01 a:hover {
  opacity: 0.7;
}
.top_mv_area .scroll-down_01 {
  position: relative;
  width: 200px;
  height: 200px;
  color: #1D1D1F;
  font-family: "Noto Serif JP", "Yu Mincho", "MS PMincho", serif;
  text-decoration: none;
}
.top_mv_area .circle-text_01 {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotate 20s linear infinite;
}
.top_mv_area .circle-text_01 span {
  position: absolute;
  left: 50%;
  font-size: 16px;
  transform-origin: 0 100px;
}
.top_mv_area .arrow_01 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 50px;
  transform: translate(-50%, -50%);
  animation: scroll_01 3s infinite;
}
.top_mv_area .arrow_01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 75px;
  width: 50px;
  background-color: #1D1D1F;
  transform: translateX(-50%);
  background: url(../images/sec_main_arrow.svg) no-repeat center top;
  background-size: contain;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scroll_01 {
  0% {
    transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}
/* main_cont */
.bg_corridor_2 {
  position: relative;
}
.bg_corridor_2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: #FFF;
}
.bg_corridor_2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: bg-gradient 3s linear infinite alternate;
  background: linear-gradient(90deg, rgb(225, 245, 245), rgb(248, 242, 242) 10%, rgb(247, 246, 238) 30%, rgb(248, 242, 242) 40%, rgb(225, 245, 245)) 0/200% 100%;
  mask-image: url(../images/bg_01.png);
  mask-size: 224px 175px;
  mask-repeat: repeat;
}

@keyframes bg-gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
#sec_intro .top_txt {
  padding: 90px 0 0;
  margin: 0 0 130px;
}
@media screen and (max-width: 900px) {
  #sec_intro .top_txt {
    padding: 0;
  }
}
#sec_intro .top_txt h2 {
  width: 100%;
  max-width: 667px;
  margin: 0 auto 75px;
}
@media screen and (max-width: 900px) {
  #sec_intro .top_txt h2 {
    max-width: 368px;
  }
}
#sec_intro .top_txt h2.tc {
  max-width: 417px;
}
@media screen and (max-width: 900px) {
  #sec_intro .top_txt h2.tc {
    max-width: 228px;
  }
}
#sec_intro .top_txt h2.sc {
  max-width: 419px;
}
@media screen and (max-width: 900px) {
  #sec_intro .top_txt h2.sc {
    max-width: 279px;
  }
}
#sec_intro .top_txt h2.kr {
  max-width: 618px;
}
@media screen and (max-width: 900px) {
  #sec_intro .top_txt h2.kr {
    max-width: 388px;
  }
}
#sec_intro .top_txt p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 2.5em;
  color: #4a4a4a;
}
@media screen and (max-width: 900px) {
  #sec_intro .top_txt p {
    font-size: 18px;
    line-height: 2em;
    text-align: left;
  }
}
#sec_intro .floor_btn {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
}
#sec_intro .floor_btn a {
  width: calc(33.33% - 70px);
  padding: 20px 25px;
  margin: 0 0 25px;
  color: #2b2b2b;
  display: block;
  background: #f4f4f4;
}
@media screen and (max-width: 900px) {
  #sec_intro .floor_btn a {
    width: calc(100% - 20px);
    max-width: 370px;
    padding: 10px;
    margin: 0 auto 10px;
  }
  #sec_intro .floor_btn a img {
    width: 100%;
  }
}
#sec_intro .floor_btn a .floor_num {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin: 0 0 20px;
}
#sec_intro .floor_btn a .floor_num > div {
  color: #00686c;
  font-size: 36px;
  line-height: 1;
  margin: 0 15px 0 0;
}
#sec_intro .floor_btn a .floor_num > div strong {
  font-size: 50px;
}
#sec_intro .floor_btn a .floor_num ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding: 8px 0 0;
}
#sec_intro .floor_btn a .floor_num ul li {
  width: 34px;
  margin: 0 0 0 5px;
}
#sec_intro .floor_btn a .floor_num ul li img {
  width: 100%;
}
#sec_intro .floor_btn a .floor_num.col_y > div {
  color: #7d6e0d;
}
#sec_intro .floor_btn a .floor_txt {
  text-align: center;
  font-size: 36px;
  padding: 0 0 50px;
  background: url(../images/arrow_gy_close.svg) no-repeat bottom center;
  background-size: 27px 18px;
}
#sec_intro .floor_btn a .floor_txt strong {
  font-weight: 400;
  color: #00686c;
}
#sec_intro .floor_btn a .floor_txt.col_y strong {
  color: #7d6e0d;
}
#sec_intro .floor_btn a .floor_txt span {
  margin: 10px 0 0;
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 900px) {
  #sec_intro .btn_bottom {
    flex-direction: row;
    justify-content: space-between;
    max-width: 390px;
    margin: 0 auto;
  }
}
#sec_intro .btn_bottom > div {
  width: 370px;
  margin: 0 10px 0;
}
@media screen and (max-width: 900px) {
  #sec_intro .btn_bottom > div {
    width: 49%;
    margin: 0;
  }
}
#sec_intro .btn_bottom > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 20px 0;
  width: 100%;
  height: 100%;
  background: url(../images/sec_intro_btn_bg.svg) no-repeat top left #d4ebec;
  background-size: 67px 63px;
  position: relative;
  text-align: center;
  font-size: 36px;
}
@media screen and (max-width: 900px) {
  #sec_intro .btn_bottom > div a {
    padding: 10px 0;
    font-size: 26px;
    background-size: 39px 35px;
  }
}
#sec_intro .btn_bottom > div a span {
  position: relative;
  padding: 0 0 30px;
  background: url(../images/arrow_gy_close.svg) no-repeat bottom center;
  background-size: 27px 18px;
}
@media screen and (max-width: 900px) {
  #sec_intro .btn_bottom > div a span {
    padding: 0 0 10px;
    background-size: 20px 12px;
  }
}
#sec_intro .btn_bottom > div a span strong {
  color: #00686c;
}

.floor_pickup {
  background: #ede9d8;
  position: relative;
  z-index: 1;
}
.floor_pickup:before {
  content: "";
  display: block;
  width: 470px;
  height: 1170px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/sec01_bg_l.svg) no-repeat top left;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .floor_pickup:before {
    background: url(../images/sec01_bg_l_sp.svg) no-repeat top left;
    background-size: 135px 273px;
  }
}
.floor_pickup:after {
  content: "";
  display: block;
  width: 475px;
  height: 871px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/sec01_bg_r.svg) no-repeat bottom right;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .floor_pickup:after {
    background: url(../images/sec01_bg_r_sp.svg) no-repeat bottom right;
    background-size: 150px 280px;
  }
}
.floor_pickup.bg_02:after {
  display: none;
}
.floor_pickup.bg_03:before {
  display: none;
}
.floor_pickup .inner2 {
  z-index: 1;
  position: relative;
}
.floor_pickup h3 {
  margin: 0 auto 45px;
  max-width: 667px;
}
@media screen and (max-width: 900px) {
  .floor_pickup h3 {
    max-width: 368px;
  }
}
.floor_pickup h3.hoppe {
  max-width: 569px;
}
@media screen and (max-width: 900px) {
  .floor_pickup h3.hoppe {
    max-width: 281px;
  }
}
.floor_pickup h3.hoppe.tc {
  max-width: 569px;
}
@media screen and (max-width: 900px) {
  .floor_pickup h3.hoppe.tc {
    max-width: 281px;
  }
}
.floor_pickup h3.hoppe.sc {
  max-width: 569px;
}
@media screen and (max-width: 900px) {
  .floor_pickup h3.hoppe.sc {
    max-width: 281px;
  }
}
.floor_pickup h3.hoppe.kr {
  max-width: 569px;
}
@media screen and (max-width: 900px) {
  .floor_pickup h3.hoppe.kr {
    max-width: 281px;
  }
}
.floor_pickup h3.poke_tit {
  max-width: 728px;
}
@media screen and (max-width: 900px) {
  .floor_pickup h3.poke_tit {
    max-width: 393px;
  }
}
.floor_pickup h3.poke_tit.tc {
  max-width: 720px;
}
@media screen and (max-width: 900px) {
  .floor_pickup h3.poke_tit.tc {
    max-width: 389px;
  }
}
.floor_pickup h3.poke_tit.sc {
  max-width: 722px;
}
@media screen and (max-width: 900px) {
  .floor_pickup h3.poke_tit.sc {
    max-width: 389px;
  }
}
.floor_pickup h3.poke_tit.kr {
  max-width: 723px;
}
@media screen and (max-width: 900px) {
  .floor_pickup h3.poke_tit.kr {
    max-width: 389px;
  }
}
.floor_pickup h3 img {
  width: 100%;
}
.floor_pickup .bg_r_top {
  z-index: 1;
  position: relative;
}
.floor_pickup .bg_r_top:before {
  content: "";
  width: 142px;
  height: 364px;
  display: block;
  z-index: -1;
  position: absolute;
  top: -200px;
  right: 0;
  background: url(../images/bg_02_r.svg) no-repeat top right;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .floor_pickup .bg_r_top {
    background: none;
  }
  .floor_pickup .bg_r_top:before {
    display: none;
  }
}
.floor_pickup .bg_r_top2 {
  background: url(../images/bg_02_r.svg) no-repeat;
  background-size: 142px 364px;
  background-position: right 60px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .bg_r_top2 {
    background: none;
  }
}
.floor_pickup .bg_l_bottom {
  background: url(../images/bg_02_l.svg) no-repeat bottom left;
  background-size: 142px 364px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .bg_l_bottom {
    background: none;
  }
}
.floor_pickup .bg_l_top {
  background: url(../images/bg_02_l.svg) no-repeat bottom left;
  background-size: 142px 364px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .bg_l_top {
    background: none;
  }
}
.floor_pickup .bg_l_center {
  background: url(../images/bg_02_l.svg) no-repeat center left;
  background-size: 142px 364px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .bg_l_center {
    background: none;
  }
}
.floor_pickup .product_box {
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .floor_pickup .product_box {
    flex-direction: column;
  }
  .floor_pickup .product_box.poke {
    flex-direction: column;
  }
}
.floor_pickup .product_box > div {
  width: calc(100% - 195px);
}
@media screen and (max-width: 900px) {
  .floor_pickup .product_box > div {
    width: 100%;
  }
}
.floor_pickup .product_box > div p {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .floor_pickup .product_box > div p {
    font-size: 16px;
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .floor_pickup .product_box > div p.f8_txt {
    font-size: 16px;
    padding: 0;
  }
}
.floor_pickup .product_box a {
  background: url(../images/btn_fmap_01.png) no-repeat center center;
  background-size: contain;
  width: 140px;
  height: 140px;
  display: block;
  text-indent: -9999px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .product_box a {
    width: 100px;
    height: 100px;
  }
}
.floor_pickup .product_box a:hover {
  background: url(../images/btn_fmap_01_on.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
}
.floor_pickup .product_txt {
  margin: 35px 0 140px;
  padding: 80px 0 0;
  background: url(../images/ico_mark_text.svg) no-repeat center top;
  background-size: 36px 51px;
}
.floor_pickup .product_txt p {
  font-size: 18px;
  line-height: 2.5em;
}
@media screen and (max-width: 900px) {
  .floor_pickup .product_txt p {
    font-size: 17px;
    line-height: 2em;
    text-align: left;
  }
}
.floor_pickup .floor_slide_box {
  position: relative;
  z-index: 2;
  /* slide => slide_setting.css */
}
@media screen and (max-width: 900px) {
  .floor_pickup .floor_slide_box {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
}
.floor_pickup .floor_slide_box h4 {
  width: 100%;
  max-width: 730px;
  margin: 0 auto 45px;
}
.floor_pickup .floor_slide_box h4.tc {
  max-width: 406px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .floor_slide_box h4.tc {
    max-width: 203px;
  }
}
.floor_pickup .floor_slide_box h4.sc {
  max-width: 425px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .floor_slide_box h4.sc {
    max-width: 201px;
  }
}
.floor_pickup .floor_slide_box h4.kr {
  max-width: 545px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .floor_slide_box h4.kr {
    max-width: 273px;
  }
}
.floor_pickup .floor_slide_box h4.rest_tit {
  width: 100%;
  max-width: 535px;
  text-align: center;
}
.floor_pickup .floor_slide_box h4.rest_tit span {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  font-size: 20px;
  color: #FFF;
  margin: 25px 0 0;
  padding: 10px 20px;
  line-height: 1;
  font-weight: 400;
}
.floor_pickup .floor_slide_box h4.rest_tit span.bg_slidein {
  position: relative;
  z-index: 1;
}
.floor_pickup .floor_slide_box h4.rest_tit span.bg_slidein:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, #047471, #21a8ae);
  transition: all ease-in-out 0.5s;
  z-index: -1;
}
.floor_pickup .floor_slide_box h4.rest_tit span.bg_slidein.bg_active:before {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .floor_pickup .floor_slide_box h4.rest_tit span {
    font-size: 16px;
  }
}
.floor_pickup .floor_slide_box h4.rest_tit.tc {
  max-width: 305px;
}
.floor_pickup .floor_slide_box h4.rest_tit.tc span {
  font-family: "Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 900px) {
  .floor_pickup .floor_slide_box h4.rest_tit.tc {
    max-width: 170px;
  }
}
.floor_pickup .floor_slide_box h4.rest_tit.sc {
  max-width: 425px;
}
.floor_pickup .floor_slide_box h4.rest_tit.sc span {
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 900px) {
  .floor_pickup .floor_slide_box h4.rest_tit.sc {
    max-width: 171px;
  }
}
.floor_pickup .floor_slide_box h4.rest_tit.kr {
  max-width: 545px;
}
.floor_pickup .floor_slide_box h4.rest_tit.kr span {
  font-family: "Noto Sans KR", Gulim, "Malgun Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 900px) {
  .floor_pickup .floor_slide_box h4.rest_tit.kr {
    max-width: 225px;
  }
}
.floor_pickup .shop_section {
  position: relative;
  z-index: 1;
}
.floor_pickup .shop_section .inner2 > p {
  margin: 90px 0 130px;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .inner2 > p {
    font-size: 17px;
  }
}
.floor_pickup .shop_section.poke_txt p {
  text-align: center;
}
.floor_pickup .shop_section .shop_sec_box h4 {
  width: 100%;
  margin: 130px auto 43px;
  text-align: center;
}
.floor_pickup .shop_section .shop_sec_box h4 img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box h4 {
    margin: 30px 0 2px;
    background: #ded9c5;
    padding: 20px 25px;
    width: calc(100% - 50px);
    text-align: left;
  }
}
.floor_pickup .shop_section .shop_sec_box h4.sec01 img {
  max-width: 493px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box h4.sec01 img {
    max-width: 160px;
  }
}
.floor_pickup .shop_section .shop_sec_box h4.sec01.tc img {
  max-width: 336px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box h4.sec01.tc img {
    max-width: 80px;
  }
}
.floor_pickup .shop_section .shop_sec_box h4.sec01.sc img {
  max-width: 390px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box h4.sec01.sc img {
    max-width: 108px;
  }
}
.floor_pickup .shop_section .shop_sec_box h4.sec01.kr img {
  max-width: 405px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box h4.sec01.kr img {
    max-width: 114px;
  }
}
.floor_pickup .shop_section .shop_sec_box h4.sec02 img {
  max-width: 754px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box h4.sec02 img {
    width: calc(100% - 30px);
    max-width: 257px;
  }
}
.floor_pickup .shop_section .shop_sec_box h4.sec02.tc img {
  max-width: 380px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box h4.sec02.tc img {
    max-width: 107px;
  }
}
.floor_pickup .shop_section .shop_sec_box h4.sec02.sc img {
  max-width: 383px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box h4.sec02.sc img {
    max-width: 107px;
  }
}
.floor_pickup .shop_section .shop_sec_box h4.sec02.kr img {
  max-width: 389px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box h4.sec02.kr img {
    max-width: 107px;
  }
}
.floor_pickup .shop_section .shop_sec_box h4.sec03 img {
  max-width: 642px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box h4.sec03 img {
    width: calc(100% - 30px);
    max-width: 212px;
  }
}
.floor_pickup .shop_section .shop_sec_box h4.sec03.tc img {
  max-width: 326px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box h4.sec03.tc img {
    max-width: 80px;
  }
}
.floor_pickup .shop_section .shop_sec_box h4.sec03.sc img {
  max-width: 379px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box h4.sec03.sc img {
    max-width: 108px;
  }
}
.floor_pickup .shop_section .shop_sec_box h4.sec03.kr img {
  max-width: 379px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box h4.sec03.kr img {
    max-width: 113px;
  }
}
.floor_pickup .shop_section .shop_sec_box h4.sec04 img {
  max-width: 1050px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box h4.sec04 img {
    width: calc(100% - 30px);
    max-width: 223px;
  }
}
.floor_pickup .shop_section .shop_sec_box h4.sec04.tc img {
  max-width: 666px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box h4.sec04.tc img {
    max-width: 267px;
  }
}
.floor_pickup .shop_section .shop_sec_box h4.sec04.sc img {
  max-width: 569px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box h4.sec04.sc img {
    max-width: 213px;
  }
}
.floor_pickup .shop_section .shop_sec_box h4.sec04.kr img {
  max-width: 390px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box h4.sec04.kr img {
    max-width: 115px;
  }
}
.floor_pickup .shop_section .shop_sec_box .shop_info_box {
  background: #ded9c5;
  padding: 40px;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box .shop_info_box {
    padding: 20px;
  }
}
.floor_pickup .shop_section .shop_sec_box .shop_info_box .img_area {
  width: 50%;
  max-width: 570px;
}
.floor_pickup .shop_section .shop_sec_box .shop_info_box .img_area img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box .shop_info_box .img_area {
    margin: 0 0 20px;
    width: 100%;
    max-width: 100%;
  }
}
.floor_pickup .shop_section .shop_sec_box .shop_info_box .txt_area {
  width: calc(50% - 40px);
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box .shop_info_box .txt_area {
    width: 100%;
    max-width: 100%;
  }
}
.floor_pickup .shop_section .shop_sec_box .shop_info_box .txt_area p {
  font-size: 17px;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_sec_box .shop_info_box .txt_area p {
    font-size: 15px;
  }
}
.floor_pickup .shop_section .shop_nighttime {
  background: #ded9c5;
  padding: 40px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_nighttime {
    padding: 40px 20px;
  }
}
.floor_pickup .shop_section .shop_nighttime > p {
  text-align: center;
  margin: 0 0 30px;
}
.floor_pickup .shop_section .shop_nighttime h4 {
  font-family: "Ibarra Real Nova", "Noto Serif JP", serif;
  color: #00686c;
  font-size: 36px;
  margin: 0 0 15px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_nighttime h4 {
    font-size: 20px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_nighttime h4.serif_tc, .floor_pickup .shop_section .shop_nighttime h4.serif_sc, .floor_pickup .shop_section .shop_nighttime h4.serif_kr {
    font-size: 26px;
    letter-spacing: 0;
  }
}
.floor_pickup .shop_section .shop_nighttime h4 span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1;
}
.floor_pickup .shop_section .shop_nighttime h4 span:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #00686c;
  margin: 3px 15px 0 0;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_nighttime h4 span:before {
    width: 17px;
  }
}
.floor_pickup .shop_section .shop_nighttime h4 span:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #00686c;
  margin: 3px 0 0 15px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_nighttime h4 span:after {
    width: 17px;
  }
}
.floor_pickup .shop_section .shop_nighttime .flex_box {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.floor_pickup .shop_section .shop_nighttime .img_area {
  width: 62.59%;
  max-width: 671px;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_nighttime .img_area {
    width: 100%;
  }
}
.floor_pickup .shop_section .shop_nighttime .txt_area {
  width: 34.51%;
  max-width: 370px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_nighttime .txt_area {
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
  }
  .floor_pickup .shop_section .shop_nighttime .txt_area img {
    width: 100%;
  }
  .floor_pickup .shop_section .shop_nighttime .txt_area.sp {
    display: block !important;
  }
}
.floor_pickup .shop_section .shop_nighttime .txt_area p {
  padding: 20px 0 0;
}
@media screen and (max-width: 900px) {
  .floor_pickup .shop_section .shop_nighttime .txt_area p {
    padding: 10px 0 0;
    text-align: center;
  }
}
.floor_pickup .shop_section .shop_nighttime ul {
  margin: 30px 0 0;
}
.floor_pickup .shop_section .shop_nighttime ul li {
  margin: 15px 0 0;
  font-family: "Noto Sans JP", sans-serif;
}
.floor_pickup .shop_section .shop_nighttime ul li:first-child {
  margin: 0;
}

.pr_img {
  position: relative;
  width: 100vw;
  height: 600px;
}

#sec03 .floor_info_box {
  justify-content: space-between;
  align-items: flex-start;
  margin: 200px 0 0;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box {
    margin: 100px 0 0;
    flex-direction: column-reverse;
  }
}
#sec03 .floor_info_box h4 {
  margin: 0 0 45px;
}
#sec03 .floor_info_box h4 img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box h4 {
    width: 85%;
    padding: 0;
    margin: 0 0 40px 7.5%;
  }
  #sec03 .floor_info_box h4.sp {
    display: block !important;
  }
}
#sec03 .floor_info_box h4 span {
  font-size: 30px;
}
#sec03 .floor_info_box#f1 h4 {
  max-width: 564px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f1 h4 {
    max-width: 329px;
  }
}
#sec03 .floor_info_box#f1 h4.tc {
  max-width: 456px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f1 h4.tc {
    max-width: 329px;
  }
}
#sec03 .floor_info_box#f1 h4.sc {
  max-width: 505px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f1 h4.sc {
    max-width: 329px;
  }
}
#sec03 .floor_info_box#f1 h4.kr {
  max-width: 482px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f1 h4.kr {
    max-width: 329px;
  }
}
#sec03 .floor_info_box#f2 h4 {
  max-width: 550px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f2 h4 {
    max-width: 329px;
  }
}
#sec03 .floor_info_box#f2 h4.tc {
  max-width: 411px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f2 h4.tc {
    max-width: 329px;
  }
}
#sec03 .floor_info_box#f2 h4.sc {
  max-width: 463px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f2 h4.sc {
    max-width: 329px;
  }
}
#sec03 .floor_info_box#f2 h4.kr {
  max-width: 486px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f2 h4.kr {
    max-width: 329px;
  }
}
#sec03 .floor_info_box#f3 h4 {
  max-width: 415px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f3 h4 {
    max-width: 354px;
  }
}
#sec03 .floor_info_box#f3 h4.tc {
  max-width: 194px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f3 h4.tc {
    max-width: 134px;
  }
}
#sec03 .floor_info_box#f3 h4.sc {
  max-width: 194px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f3 h4.sc {
    max-width: 134px;
  }
}
#sec03 .floor_info_box#f3 h4.kr {
  max-width: 237px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f3 h4.kr {
    max-width: 166px;
  }
}
#sec03 .floor_info_box#f4 h4 {
  max-width: 427px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f4 h4 {
    max-width: 338px;
  }
}
#sec03 .floor_info_box#f4 h4.tc {
  max-width: 321px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f4 h4.tc {
    max-width: 231px;
  }
}
#sec03 .floor_info_box#f4 h4.sc {
  max-width: 318px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f4 h4.sc {
    max-width: 231px;
  }
}
#sec03 .floor_info_box#f4 h4.kr {
  max-width: 406px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f4 h4.kr {
    max-width: 329px;
  }
}
#sec03 .floor_info_box#f5 h4 {
  max-width: 478px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f5 h4 {
    max-width: 369px;
  }
}
#sec03 .floor_info_box#f5 h4.tc {
  max-width: 467px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f5 h4.tc {
    max-width: 329px;
  }
}
#sec03 .floor_info_box#f5 h4.sc {
  max-width: 527px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f5 h4.sc {
    max-width: 329px;
  }
}
#sec03 .floor_info_box#f5 h4.kr {
  max-width: 450px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f5 h4.kr {
    max-width: 329px;
  }
}
#sec03 .floor_info_box#f6 h4 {
  max-width: 421px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f6 h4 {
    max-width: 327px;
  }
}
#sec03 .floor_info_box#f6 h4.tc {
  max-width: 462px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f6 h4.tc {
    max-width: 329px;
  }
}
#sec03 .floor_info_box#f6 h4.sc {
  max-width: 465px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f6 h4.sc {
    max-width: 329px;
  }
}
#sec03 .floor_info_box#f6 h4.kr {
  max-width: 437px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f6 h4.kr {
    max-width: 329px;
  }
}
#sec03 .floor_info_box#f7 h4 {
  max-width: 435px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f7 h4 {
    max-width: 339px;
  }
}
#sec03 .floor_info_box#f7 h4.tc {
  max-width: 287px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f7 h4.tc {
    max-width: 206px;
  }
}
#sec03 .floor_info_box#f7 h4.sc {
  max-width: 284px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f7 h4.sc {
    max-width: 206px;
  }
}
#sec03 .floor_info_box#f7 h4.kr {
  max-width: 294px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box#f7 h4.kr {
    max-width: 213px;
  }
}
#sec03 .floor_info_box .txt_area {
  width: calc(33.91% - 100px);
  padding: 0 0 0 9.84%;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box .txt_area {
    width: 85%;
    padding: 0;
    margin: 30px auto 0;
  }
}
#sec03 .floor_info_box .txt_area.reverse {
  padding: 0 9.84% 0 0;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box .txt_area.reverse {
    padding: 0;
  }
}
#sec03 .floor_info_box .txt_area .products {
  color: #00686c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin: 0 0 35px;
}
#sec03 .floor_info_box .txt_area p {
  color: #2b2b2b;
  font-size: 18px;
  font-family: "Noto Serif JP", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box .txt_area p {
    font-size: 17px;
    margin: 0 0 40px;
  }
}
#sec03 .floor_info_box .txt_area .link_btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box .txt_area .link_btn {
    justify-content: center;
  }
}
#sec03 .floor_info_box .txt_area .link_btn a {
  background: url(../images/btn_fmap_02_on.png) no-repeat center center;
  background-size: contain;
  width: 240px;
  height: 60px;
  display: block;
  text-indent: -9999px;
}
#sec03 .floor_info_box .txt_area .link_btn a:hover {
  background: url(../images/btn_fmap_02_hover.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
}
#sec03 .floor_info_box .txt_area .link_btn.brand_btn a {
  width: 100%;
  max-width: 576px;
  background: none;
  height: auto;
  display: block;
  text-indent: inherit;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box .txt_area .link_btn.brand_btn a {
    max-width: 390px;
  }
}
#sec03 .floor_info_box .txt_area .link_btn.brand_btn a:hover {
  background: none;
  opacity: 0.8;
}
#sec03 .floor_info_box .txt_area.tc p {
  font-family: "Noto Serif TC", "Noto Serif JP", serif;
}
#sec03 .floor_info_box .txt_area.sc p {
  font-family: "Noto Serif SC", "Noto Serif JP", serif;
}
#sec03 .floor_info_box .txt_area.kr p {
  font-family: "Noto Serif KR", "Noto Serif JP", serif;
}
#sec03 .floor_info_box .img_box {
  width: 54.25%;
  max-width: 1058px;
}
@media screen and (max-width: 900px) {
  #sec03 .floor_info_box .img_box {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

#sec04 {
  background: url(../images/sec04_bg.png) no-repeat center center #d2e5ec;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  #sec04 {
    background: url(../images/sec04_bg_up_sp.png) no-repeat top center, url(../images/sec04_bg_under_sp.png) no-repeat bottom center, #d2e5ec;
    background-size: contain, contain;
  }
}
#sec04 h4 {
  width: 100%;
  max-width: 530px;
  margin: 0 auto 75px;
}
@media screen and (max-width: 900px) {
  #sec04 h4 {
    max-width: 313px;
  }
}
#sec04 h4.tc {
  max-width: 510px;
}
@media screen and (max-width: 900px) {
  #sec04 h4.tc {
    max-width: 271px;
  }
}
#sec04 h4.sc {
  max-width: 371px;
}
@media screen and (max-width: 900px) {
  #sec04 h4.sc {
    max-width: 186px;
  }
}
#sec04 h4.kr {
  max-width: 433px;
}
@media screen and (max-width: 900px) {
  #sec04 h4.kr {
    max-width: 221px;
  }
}
#sec04 h4 img {
  width: 100%;
}
#sec04 .service_list {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#sec04 .service_list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  width: calc(50% - 30px);
  margin: 0 0 20px 0;
}
@media screen and (max-width: 900px) {
  #sec04 .service_list li {
    width: 100%;
    margin: 30px 0 0;
  }
  #sec04 .service_list li:first-child {
    margin: 0;
  }
}
#sec04 .service_list li .img_area {
  width: 35.16%;
  max-width: 192px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin: 0 30px 0 0;
}
#sec04 .service_list li .img_area img {
  width: 100%;
}
#sec04 .service_list li .txt_area {
  width: calc(64.84% - 30px);
}
@media screen and (max-width: 900px) {
  #sec04 .service_list li .txt_area {
    width: 100%;
  }
}
#sec04 .service_list li .txt_area h5 {
  color: #19485c;
  margin: 0 0 10px;
  font-size: 25px;
  position: relative;
}
@media screen and (max-width: 900px) {
  #sec04 .service_list li .txt_area h5 {
    padding: 5px 0 0 65px;
    min-height: 55px;
  }
  #sec04 .service_list li .txt_area h5:before {
    content: "";
    display: block;
    margin: 0 15px 0 0;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
}
#sec04 .service_list li .txt_area p {
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  color: #2b2b2b;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  #sec04 .service_list li .txt_area p {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  #sec04 .service_list li:nth-of-type(1) h5:before {
    background: url(../images/sec04_img_coupon_sp.jpg) no-repeat center center;
    background-size: contain;
  }
  #sec04 .service_list li:nth-of-type(2) h5:before {
    background: url(../images/sec04_img_taxfree_sp.jpg) no-repeat center center;
    background-size: contain;
  }
  #sec04 .service_list li:nth-of-type(3) h5:before {
    background: url(../images/sec04_img_pay_sp.jpg) no-repeat center center;
    background-size: contain;
  }
  #sec04 .service_list li:nth-of-type(4) h5:before {
    background: url(../images/sec04_img_wifi_sp.jpg) no-repeat center center;
    background-size: contain;
  }
}
#sec04 .payment {
  margin: 60px 0 0;
}
#sec04 .payment h5 {
  margin: 0 0 25px;
}
#sec04 .payment h5 span {
  display: inline-block;
  font-size: 36px;
  color: #FFF;
  line-height: 1;
  font-weight: 400;
  padding: 10px 20px 15px;
}
#sec04 .payment h5 span.bg_slidein {
  position: relative;
  z-index: 1;
}
#sec04 .payment h5 span.bg_slidein:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, #0d729b, #28a2c5);
  transition: all ease-in-out 0.5s;
  z-index: -1;
}
#sec04 .payment h5 span.bg_slidein.bg_active:before {
  width: 100%;
}
@media screen and (max-width: 900px) {
  #sec04 .payment h5 span {
    font-size: 25px;
  }
}
#sec04 .payment_img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #FFF;
}

#sec05 {
  padding: 0;
  margin: 0;
}
#sec05 .access_txt {
  text-align: center;
  color: #FFF;
  background: url(../images/sec05_ttl_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 900px) {
  #sec05 .access_txt {
    padding: 40px 0;
  }
}
#sec05 .access_txt h4 {
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #sec05 .access_txt h4 {
    max-width: 310px;
  }
}
#sec05 .access_txt h4.tc {
  max-width: 515px;
}
@media screen and (max-width: 900px) {
  #sec05 .access_txt h4.tc {
    max-width: 256px;
  }
}
#sec05 .access_txt h4.sc {
  max-width: 515px;
}
@media screen and (max-width: 900px) {
  #sec05 .access_txt h4.sc {
    max-width: 256px;
  }
}
#sec05 .access_txt h4.kr {
  max-width: 579px;
}
@media screen and (max-width: 900px) {
  #sec05 .access_txt h4.kr {
    max-width: 290px;
  }
}
#sec05 .access_txt h4 img {
  width: 100%;
}
#sec05 .access_txt address {
  font-size: 18px;
  margin: 45px 0 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 900px) {
  #sec05 .access_txt address {
    font-size: 16px;
    margin: 25px 0 0;
  }
}
#sec05 .google_map_area {
  width: 100vw;
  height: 500px;
  background: #FFF;
}
@media screen and (max-width: 900px) {
  #sec05 .google_map_area {
    height: 400px;
  }
}
#sec05 .access_route {
  padding: 145px 0;
}
@media screen and (max-width: 900px) {
  #sec05 .access_route {
    padding: 55px 0 105px;
  }
}
#sec05 .access_route .route_txt {
  margin: 0 0 60px;
}
@media screen and (max-width: 900px) {
  #sec05 .access_route .route_txt {
    margin: 0 0 30px;
  }
}
#sec05 .access_route .route_txt p {
  color: #00686c;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 60px;
}
@media screen and (max-width: 900px) {
  #sec05 .access_route .route_txt p {
    font-size: 25px;
    line-height: 1.8;
  }
}
#sec05 .access_route .route_txt .route_img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #FFF;
}
#sec05 .route_about h5 {
  font-size: 36px;
  font-weight: 500;
  color: #434343;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 900px) {
  #sec05 .route_about h5 {
    font-size: 20px;
  }
}
#sec05 .route_about h5:before {
  content: "";
  display: block;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 900px) {
  #sec05 .route_about h5:before {
    margin: 0 8px 0 0;
  }
}
#sec05 .route_about h5 span {
  font-size: 20px;
  padding: 0 0 0 1em;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  #sec05 .route_about h5 span {
    font-size: 12px;
  }
}
#sec05 .route_about h5.train:before {
  width: 27px;
  height: 32px;
  background: url(../images/sec05_ttl_train.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  #sec05 .route_about h5.train:before {
    width: 22px;
    height: 24px;
  }
}
@media screen and (max-width: 900px) {
  #sec05 .route_about h5.subway {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  #sec05 .route_about h5.subway span {
    font-size: 12px;
  }
}
#sec05 .route_about h5.subway:before {
  width: 31px;
  height: 31px;
  background: url(../images/sec05_ttl_subway.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  #sec05 .route_about h5.subway:before {
    width: 23px;
    height: 23px;
  }
}
#sec05 .route_about ul li {
  padding: 5px 0 0 50px;
  position: relative;
  font-size: 18px;
  min-height: 40px;
  margin: 10px 0 0;
}
@media screen and (max-width: 900px) {
  #sec05 .route_about ul li {
    min-height: 18px;
    padding: 0 0 0 30px;
    font-size: 15px;
  }
}
#sec05 .route_about ul li:before {
  content: "";
  display: block;
  margin: 0 15px 0 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  #sec05 .route_about ul li:before {
    margin: 0 10px 0 0;
    top: 3px;
    width: 18px;
    height: 18px;
  }
}
#sec05 .route_about ul.train_route {
  margin: 0 0 40px;
}
@media screen and (max-width: 900px) {
  #sec05 .route_about ul.train_route {
    margin: 25px 0 30px;
  }
}
#sec05 .route_about ul.train_route li:nth-of-type(1) {
  margin: 0;
}
#sec05 .route_about ul.train_route li:nth-of-type(1):before {
  background: url(../images/sec05_ico_n1.svg) no-repeat center center;
  background-size: contain;
}
#sec05 .route_about ul.train_route li:nth-of-type(2):before {
  background: url(../images/sec05_ico_n2.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  #sec05 .route_about ul.subway_route {
    margin: 25px 0 0;
  }
}
#sec05 .route_about ul.subway_route li:nth-of-type(1) {
  margin: 0;
}
#sec05 .route_about ul.subway_route li:nth-of-type(1):before {
  background: url(../images/sec05_ico_n3.svg) no-repeat center center;
  background-size: contain;
}
#sec05 .route_about ul.subway_route li:nth-of-type(2):before {
  background: url(../images/sec05_ico_n4.svg) no-repeat center center;
  background-size: contain;
}

/* main_cont */
a.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 900;
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
  width: 100px;
}
a.pagetop img {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  a.pagetop {
    width: 90px;
  }
}
@media screen and (max-width: 900px) {
  a.pagetop {
    right: 10px;
    bottom: 70px;
    width: 50px;
  }
}
a.pagetop.top_btn_on {
  visibility: visible;
  opacity: 1;
}

.acd_area .acd_tit {
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 900px) {
  .acd_area .acd_tit {
    pointer-events: initial;
  }
}
@media screen and (max-width: 900px) {
  .acd_area .acd_tit::after {
    content: "";
    background: url(../images/arrow_gy_close.svg) no-repeat center center;
    background-size: contain;
    display: block;
    width: 23px;
    height: 13px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(0deg);
    transition: all ease 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .acd_area .acd_tit.acd_active::after {
    transform: translate3d(0, -50%, 0) rotate(-180deg);
  }
}
@media screen and (max-width: 900px) {
  .acd_area .acd_cont {
    display: none;
  }
}

/*----------------------------------------------
footer
----------------------------------------------*/
footer {
  text-align: center;
  position: relative;
  padding: 0;
  margin: 0;
  color: #FFF;
}
footer .footer_bg {
  background-image: url(../images/sec_footer_bg_l.svg), url(../images/sec_footer_bg_r.svg), linear-gradient(to bottom, #057e7b, #045754 80%, #045754 100%);
  background-size: auto 100%, auto 100%;
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
  position: relative;
}
@media screen and (max-width: 900px) {
  footer .footer_bg {
    background-image: url(../images/sec_footer_bg_sp.svg), linear-gradient(to bottom, #057e7b 70%, #045754);
    background-size: auto 100%;
  }
}
footer .inner {
  padding: 60px 0;
}
@media screen and (max-width: 900px) {
  footer .inner {
    padding: 100px 0;
  }
}
footer .inner h2 {
  width: 300px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 900px) {
  footer .inner h2 {
    width: 300px;
  }
}
footer .inner address {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 35px;
}
@media screen and (max-width: 900px) {
  footer .inner address {
    font-size: 16px;
    margin: 0 0 35px;
  }
}
footer .inner dl.open_hours dt {
  font-size: 30px;
  position: relative;
  padding: 0 0 50px 0;
}
@media screen and (max-width: 900px) {
  footer .inner dl.open_hours dt {
    font-size: 30px;
  }
}
footer .inner dl.open_hours dt.tc, footer .inner dl.open_hours dt.sc, footer .inner dl.open_hours dt.kr {
  font-size: 26px;
}
@media screen and (max-width: 900px) {
  footer .inner dl.open_hours dt.tc, footer .inner dl.open_hours dt.sc, footer .inner dl.open_hours dt.kr {
    font-size: 26px;
  }
}
footer .inner dl.open_hours dt:after {
  content: "";
  display: block;
  background: #FFF;
  width: 1px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
footer .inner dl.open_hours dd {
  font-size: 18px;
  padding: 10px 0 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 900px) {
  footer .inner dl.open_hours dd {
    font-size: 16px;
  }
}
footer .inner .sns_area {
  margin: 50px 0 0;
}
@media screen and (max-width: 900px) {
  footer .inner .sns_area {
    margin: 35px 0 0;
  }
}
footer .inner .sns_area > div.sc {
  font-family: "Cormorant Garamond", "Noto Sans SC", serif;
}
footer .inner .sns_area > div.tc {
  font-family: "Cormorant Garamond", "Noto Serif TC", "Noto Serif JP", serif;
}
footer .inner .sns_area > div.kr {
  font-family: "Cormorant Garamond", "Noto Sans KR", serif;
}
footer .inner .sns_area > div strong {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  font-size: 30px;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  footer .inner .sns_area > div strong {
    font-size: 30px;
  }
}
footer .inner .sns_area > div strong:before {
  content: "";
  display: block;
  background: #FFF;
  width: 30px;
  height: 30px;
  margin: 0 15px 0 0;
  background: url(../images/sec_footer_fukidashi_l.svg) no-repeat center center;
  background-size: contain;
}
footer .inner .sns_area > div strong:after {
  content: "";
  display: block;
  background: #FFF;
  width: 30px;
  height: 30px;
  margin: 0 0 0 15px;
  background: url(../images/sec_footer_fukidashi_r.svg) no-repeat center center;
  background-size: contain;
}
footer .inner .sns_area ul {
  margin: 20px 0 0;
}
@media screen and (max-width: 900px) {
  footer .inner .sns_area ul {
    flex-direction: row;
  }
}
footer .inner .sns_area ul li {
  margin: 0 0 0 15px;
}
footer .inner .sns_area ul li a {
  background: #FFF;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
footer .inner .sns_area ul li a img {
  width: 35px;
}
footer .inner .sns_area ul li:nth-of-type(1) {
  margin: 0;
}
footer .inner .sns_area ul li:nth-of-type(1) a img {
  width: 30px;
}
footer .inner .sns_area ul li:nth-of-type(3) a img {
  width: 28px;
}
footer .inner .sns_area ul li:nth-of-type(4) a img {
  width: 32px;
}
footer .copy {
  background: #054543;
  line-height: 1;
  padding: 15px 0;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  footer .copy {
    padding: 15px 0 30px;
  }
}/*# sourceMappingURL=common.css.map */