@charset "UTF-8";
/*======================================================================
 * サイト全体共通レイアウト
======================================================================*/
body {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: url('../images/common/bg-gr.png') repeat center top;
  position: relative;
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

/*------------------------------------------------------------
 * container
------------------------------------------------------------*/
.g-container {
  position: relative;
  padding-top: 62px;
}
@media screen and (min-width: 769px) {
  .g-container {
    padding-top: 0!important;
  }
}


/*------------------------------------------------------------
 * g-wrap, g-body
------------------------------------------------------------*/
.g-wrap {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  transition: width .2s;
  background: url('../images/common/bg-portal.jpg') repeat-y center top;
}
@media screen and (max-width: 768px) {
  .g-wrap {
    max-width: initial;
    background: url('../images/common/bg-portal.jpg') repeat center top / cover;
  }
}
.g-body .maincontent {
  width: calc(100% - 44px);
  margin-left: auto;
}


/*------------------------------------------------------------
 * pc-left, pc-right
------------------------------------------------------------*/
.pc-left, .pc-right {
  width: calc((100% - 500px) / 2);
  height: 100vh;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  transition: padding .2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pc-left, .pc-right {
    display: none;
  }
}
.pc-left {
  left: 0;
  justify-content: flex-end;
  padding: 0 6% 0 0;
  transition: padding .2s;
}
@media screen and (max-width: 1100px) {
  .pc-left {
    justify-content: center;
    padding: 0 10px;
  }
}
.pc-right {
  right: 0;
  padding: 0 0 0 6%;
  transition: padding .2s;
}
@media screen and (max-width: 1100px) {
  .pc-right {
    padding: 0 0 0 15px;
  }
}
.pc-left .nav {
  max-width: 280px;
  width: 70%;
}
@media screen and (max-width: 1100px) {
  .pc-left .nav {
    max-width: 190px;
    width: 100%;
  }
}
.nav-logo {
  width: 100%;
  margin: 0 auto 8%;
}
@media screen and (min-width: 1400px) {
  .nav-logo {
    margin-bottom: 40px;
  }
}
.nav-logo a {
  display: block;
}
.nav-lang, .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* PC言語切り替え */
.nav-lang {
  letter-spacing: .1em;
  flex-wrap: wrap;
  flex-direction: column;
}
.nav-lang-item:not(:first-child) {
  margin-top: 10px;
}
.nav-lang-link {
  font-size: max(1vw, 1rem);
  color: #000;
  text-decoration: none;
  padding-left: 1.4rem;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .nav-lang-link {
    font-size: 1.5rem;
  }
}
.nav-lang-link::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
  border-top: 1px solid #2E2225;
  border-right: 1px solid #2E2225;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  transition: border .2s;
}

/* PCメニュー */
.nav-menu {
  width: 100%;
  max-width: 678px;
  flex-direction: column;
  margin: 0 auto;
}
.nav-menu-item {
  width: 100%;
  display: flex;
  justify-content: center;
  transition: margin .2s;
}
.nav-menu-item:not(:first-child) {
  margin-top: 4vh;
}
.nav-menu-link {
  color: #000;
  text-decoration: none;
  width: 80%;
  position: relative;
}
.nav-menu-link img {
  vertical-align: middle;
  display: inline-block;
  transition: width .2s;
}
@media screen and (max-width: 1100px) {
  .nav-menu-link img {
  }
}
.nav-menu-link.-shibuya img {
  max-width: 142px;
  width: 27.4%;
}
@media screen and (min-width: 1400px) {
  .nav-menu-link.-shibuya img {
    width: 31.53%;
  }
}
.nav-menu-link.-omokado img {
  max-width: 228px;
  width: 79.7%;
}
@media screen and (min-width: 1400px) {
  .nav-menu-link.-omokado img {
    width: 91.7%;
  }
}
.nav-menu-link.-harakado img {
  max-width: 197px;
  width: 67.73%;
}
@media screen and (min-width: 1400px) {
  .nav-menu-link.-harakado img {
    width: 77.93%;
  }
}
.nav-menu-link.-ginza img {
  max-width: 141px;
  width: 27.21%;
}
@media screen and (min-width: 1400px) {
  .nav-menu-link.-ginza img {
    max-width: 141px;
    width: 31.31%;
  }
}
.nav-menu-link.-kamata img {
  max-width: 112px;
  width: 21.611%;
}
@media screen and (min-width: 1400px) {
  .nav-menu-link.-kamata img {
    width: 24.87%;
  }
}
.nav-menu-link.-totsuka img {
  max-width: 110px;
  width: 21.23%;
}
@media screen and (min-width: 1400px) {
  .nav-menu-link.-totsuka img {
    width: 24.43%;
  }
}
.nav-menu-link.-shinnagata img {
  max-width: 182px;
  width: 35.12%;
}
@media screen and (min-width: 1400px) {
  .nav-menu-link.-shinnagata img {
    width: 40.4%;
  }
}
.nav-menu-link .ff-en {
  font-size: max(1vw, 1rem);
  letter-spacing: .2rem;
  margin-top: 2px;
  display: block;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .nav-menu-link .ff-en {
    font-size: 1.5rem;
  }
}


/*------------------------------------------------------------
 * g-header
------------------------------------------------------------*/
.g-header {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: none;
  justify-content: space-between;
  /* background: url('../images/common/bg-header.jpg') no-repeat right top / cover; */
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 1001;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 13px 2px #d6d6d6;
}
@media screen and (max-width: 768px) {
  .g-header {
    max-width: initial;
    height: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header-logo {
  max-width: 240px;
  width: 45%;
  padding: 0 0 0 20px;
}
.header-logo a {
  transition: opacity .2s;
  display: block;
}
.header-logo a:hover {
  opacity: .6;
}

.header-right {
  height: 100%;
  display: flex;
  align-items: center;
}

.header-lang {
  width: 25px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.icon-lang {
  width: 100%;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
.icon-lang img {
  width: 100%;
}
.lang-list {
  list-style: none;
  width: 72px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #D6D6D6;
  /* background: url('../images/common/bg-lang.jpg') no-repeat right top / cover; */
  background-color: #fff;
  position: absolute;
  top: 100%;
  right: -25px;
  display: none;
  box-shadow: 0px 8px 8px 0px #d6d6d6;
}
.lang-list.-open {
  display: block;
}
.lang-item {
  line-height: 1;
  border-top: 1px solid #D6D6D6;
}
.lang-link {
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  text-decoration: none;
  padding: 18px 0 19px;
  display: block;
  transition: color .2s;
}
.lang-link:hover {
  color: #FD4D4F;
  opacity: 1;
}

.g-header-app {
  width: 25px;
  margin-left: 25px;
  display: block;
}
.g-header-app img {
  width: 100%;
}

.header-nav {
  width: 60px;
  height: 100%;
  margin-left: 12px;
  border-left: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
}
.header-nav .icon-menu {
  width: 100%;
  height: 37px;
  margin: 0 auto;
  display: block;
  position: relative;
  cursor: pointer;
}
.header-nav .icon-menu i {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 20px;
  background-color: #000;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.header-nav .icon-menu i:nth-child(1) {
  top: 9px;
}
.header-nav .icon-menu.-active i:nth-child(1) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-nav .icon-menu i:nth-child(2) {
  top: 18px;
}
.header-nav .icon-menu.-active i:nth-child(2) {
  opacity: 0;
}
.header-nav .icon-menu i:nth-child(3) {
  top: 27px;
}
.header-nav .icon-menu.-active i:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tp-site {
  width: 100%;
  height: 100%;
  padding: 30px 0 0;
  border-top: 1px solid #000;
  /* background: url(../images/common/bg-header.jpg) repeat right top; */
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 62px;
  left: 0;
  z-index: 100;
  overflow: scroll;
  /* transform: translateY(-100%); */
  transition: opacity .2s;
}
.tp-site.-open {
  opacity: 1;
  visibility: visible;
  /* transform: translateY(0); */
}
.tp-site-innner {
  height: 100%;
  min-height: 591px;
}
.tp-site-heading {
  padding-bottom: 5px;
  border-bottom: 1px solid;
}
.tp-site-list {
  list-style: none;
  margin: 0 0 30px!important;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e6e5e4;
  border-radius: 5px;
}
.tp-site-item {
  width: 50%;
  border-bottom: 1px solid #e6e5e4;
}
.tp-site-item:not(:nth-child(even)) {
  border-right: 1px solid #e6e5e4;
}
.tp-site-item:last-child {
  border-bottom: none;
}
.tp-site-link {
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: color .2s;
}
.tp-site-link .ff-en {
  font-size: 1rem;
  display: block;
}
.tp-site-link::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #000 #000 transparent transparent;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.tp-site-other {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 30px 20px;
  background-color: #f0f0f0;
}
.tp-site-other li {
  text-align: center;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
}
.tp-site-other li:not(:last-child) {
  margin-bottom: 10px;
}
.tp-site-other li a {
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  width: 100%;
  max-height: 60px;
  padding: 15px 10px;
  display: block;
}
.tp-site-other li a span {
  font-size: 1rem;
  display: block;
}
.tp-site-other li.external a {
  padding-right: 22px;
  background: url('../images/common/icon-external.svg') no-repeat 97.4% 38px / contain;
  background-size: 13px auto;
}
.tp-site-other li.external a img {
  max-width: 225px;
  width: 100%;
  margin: 0 auto;
}
.tp-site-cloce {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;

  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 10px;
  display: block;
  background-color: #666;
}
.tp-site-cloce span {
  padding-left: 24px;
  display: inline-block;
  position: relative;
}
.tp-site-cloce span::before,
.tp-site-cloce span::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
}
.tp-site-cloce span::before {
  transform: rotate(45deg);
}
.tp-site-cloce span::after {
  transform: rotate(-45deg);
}


/*------------------------------------------------------------
 * footer
------------------------------------------------------------*/
.g-footer {
  position: relative;
  z-index: 200;
}
.g-footer .footer-banner {
  padding: 24px 0;
  overflow: visible;
  background-color: #fff;
}
.g-footer .banner-list {
  max-width: 258px;
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.g-footer .banner-item:not(:first-child) {
  margin-top: 10px;
}
.g-footer .footer-links {
  margin: 0;
  padding: 30px 40px;
  /* background-color: #EFEFEF; */
  background: url(../images/common/bg-portal.jpg) repeat-y center 14%;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-links {
    padding: 30px 20px;
    background-position: center 5%;
  }
}
@media screen and (max-width: 320px) {
  .g-footer .footer-links {
    padding: 30px 15px;
  }
}
.g-footer .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.g-footer .footer-item:not(:first-child) {
  margin-top: 10px;
}
.g-footer .footer-link {
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
  padding-left: 15px;
  position: relative;
}
.g-footer .footer-link.-external {
  padding-right: 22px;
  background: url('../images/common/icon-external.svg') no-repeat right 3px;
  background-size: 12px auto;
}
.g-footer .footer-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 8px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -4px 0 0 -8px;
}
.g-footer .footer-copy {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 15px 20px;
  background-color: #4D4D4D;
}


/*------------------------------------------------------------
 * adjust-width
------------------------------------------------------------*/
.adjust-width {
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 320px) {
  .adjust-width {
    padding: 0 15px;
  }
}


/*------------------------------------------------------------
 * sidebar
------------------------------------------------------------*/
/*------------------------------------------------------------
 * button
------------------------------------------------------------*/
.link-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 52px;
  border: 1px solid #000;
  border-radius: 50px;
  max-width: 320px;
  width: 100%;
  margin: 0 auto 30px;
  /* -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12); */
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  .link-button {
    font-size: max(2vw, 13px);
    margin: 0 auto 25px;
  }
}
.link-button span {
  padding-right: 23px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .link-button span {
    padding-right: 25px;
  }
}
.link-button span:after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  border: 1px solid;
  border-color: transparent #000 #000 transparent;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: skew(45deg) translateY(-50%) scale(1.2);
  transform: skew(45deg) translateY(-50%) scale(1.2);
  transition: all .2s;
}
@media screen and (max-width: 768px) {
  .link-button span:after {
    width: 14px;
    height: 3px;
    right: 0;
  }
}
.link-button:hover span::after {
  right: -18px;
}



/*
.link-button.-arrow-down:after {
  top: 55%;
  -webkit-transform: translate(50%, -50%) rotate(135deg);
  transform: translate(50%, -50%) rotate(135deg);
}
.link-button.-calendar:after {
  content: "";
  width: 23px;
  height: 22px;
  border: none;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: url("../images/common/icon-calendar.svg") no-repeat;
  background-size: 100%;
}
.link-button.-pdf {
  padding: 0 30px 0 24px;
}
@media screen and (max-width: 350px) {
  .link-button.-pdf {
    font-size: 1.4rem;
  }
}
.link-button.-pdf:after {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  right: 25px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #14AECC;
  border-right: 1px solid #14AECC;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  margin: -4px 0 0 -8px;
}
.link-button.-pdf:before {
  position: absolute;
  content: "";
  top: 30px;
  right: 42px;
  width: 15px;
  height: 20px;
  border: none;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: url("../images/common/icon-pdf.svg") no-repeat;
  background-size: 100%;
}

.link-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 680px;
  margin: 0 auto 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.link-button-group.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.link-button-group.-center > * {
  width: 100%;
  max-width: 320px;
}
.link-button-group.-center > *:nth-child(n+2) {
  margin-left: 40px;
}
.link-button-group.-center .link-button:first-child {
  margin-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .link-button-group.-center > * {
    max-width: none;
    margin: 0 auto;
  }
  .link-button-group.-center > *:not(:first-child) {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .link-button-group {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.link-button-group .link-button {
  margin: 0;
}
.link-button-group .link-button:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .link-button-group .link-button {
    width: 100%;
    margin: 20px auto 0;
  }
  .link-button-group .link-button:first-child {
    margin: 0 auto;
  }
} */

/*======================================================================
 * 下層ページ
======================================================================*/
.l-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100px;
  padding: 58px 0 10px;
  margin-bottom: 40px;
  font-size: .9rem;
}
@media screen and (max-width: 540px) {
  .l-page-title.-char-long {
    font-size: 1.5vw;
  }
}
.l-page-title h1, .l-page-title p {
  font-size: 1.6em;
  margin-bottom: 0;
  font-weight: 100;
  line-height: 1.38;
  letter-spacing: .2rem;
  text-align: center;
}
.l-page-title h1 span, .l-page-title p span {
  display: block;
  font-size: 2.6em;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .3rem;
  margin-bottom: 4px;
}

.breadcrumbs ul {
  padding: 20px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.breadcrumbs ul li {
  position: relative;
  color: #727272;
  font-size: 1.2rem;
  margin-left: 1.4em;
  white-space: nowrap;
}
.breadcrumbs ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 75%;
  right: -8px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #727272;
  border-right: 1px solid #727272;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  margin: -4px 0 0 -8px;
}
.breadcrumbs ul li:first-child {
  margin-left: 0;
}
.breadcrumbs ul li:last-child:after {
  content: none;
}
.breadcrumbs ul li a {
  color: #727272;
}

.l-tab-content {
  margin-top: 3.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .l-tab-content {
    margin: 1.4rem 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-content .adjust-width {
    padding: 0;
  }
  .l-tab-content .adjust-width ul {
    padding: 0 5.5vw;
  }
}
.l-tab-content ul {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-tab-content ul {
    padding: 0 5.5vw;
  }
}
.l-tab-content ul li {
  position: relative;
  font-size: 1.4rem;
  border-radius: 5px 5px 0 0;
  color: #EFEFEF;
  background: #F4F4F4;
  padding: 12px 0 10px;
  text-align: center;
  margin-right: 21px;
  cursor: pointer;
  width: 310px;
}
@media screen and (max-width: 768px) {
  .l-tab-content ul li {
    width: 31.2%;
    margin-right: 3.1%;
  }
}
.l-tab-content ul li:last-child {
  margin-right: 0;
}
.l-tab-content ul li.-active {
  color: #000;
  border: 1px solid #000;
  border-bottom: none;
  font-weight: bold;
  background: #ffffff;
  padding-top: 14px;
}
.l-tab-content ul li.-active:before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 100%;
  height: 3px;
  bottom: -2px;
  left: 0;
}
.l-tab-content ul li.-active a {
  color: #000;
}
.l-tab-content ul li a {
  text-decoration: none;
  color: #727272;
  display: block;
}

.l-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px -25px 0 0;
}
@media screen and (max-width: 768px) {
  .l-content-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -20px 0 0 0;
  }
}
.l-content-list > * {
  position: relative;
  width: calc(20% - 25px);
  margin: 40px 25px 0 0;
}
@media screen and (max-width: 980px) {
  .l-content-list > * {
    width: calc(25% - 25px);
  }
}
@media screen and (max-width: 768px) {
  .l-content-list > * {
    width: calc(50% - 10px);
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-content-list.-sp-col1 > * {
    width: 100%;
  }
  .l-content-list.-sp-col1 .l-content-item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 2rem;
  }
  .l-content-list.-sp-col1 .l-content-item a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 1px solid #14AECC;
    border-right: 1px solid #14AECC;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -0.4rem;
  }
  .l-content-list.-sp-col1 .l-content-item .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40%;
    max-width: 120px;
  }
  .l-content-list.-sp-col1 .l-content-item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 1.7rem;
  }
  .l-content-list.-sp-col1 .l-content-item .title {
    margin-top: 0.8rem;
    line-height: 1.3;
  }
  .l-content-list.-sp-col1 .l-content-item .shop {
    font-size: 1.2rem;
  }
  .l-content-list.-sp-col1 .l-content-item .info .open._sp-only {
    width: 100%;
    text-align: right;
    padding-right: 1rem;
    margin-top: 0.4rem;
  }
}
.l-content-list.-news {
  display: block;
  margin: 0;
  border-top: 1px solid #D6D6D6;
}
.l-content-list.-news .l-content-item {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #D6D6D6;
}
.l-content-list.-news .l-content-item::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #14AECC;
  border-right: 1px solid #14AECC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-content-list.-news .l-content-item.-new::before {
  content: none;
}
.l-content-list.-news .l-content-item.-new .date::after {
  content: "NEW";
  position: relative;
  bottom: 2px;
  margin-left: 8px;
  padding: 2px 4px;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  background: #FFE72E;
}
.l-content-list.-news .l-content-item .content {
  padding: 16px 40px 16px 0;
}
.l-content-list.-news .l-content-item .date {
  margin-bottom: 5px;
  color: #727272;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-content-list.-news .l-content-item::after {
    right: 2px;
  }
  .l-content-list.-news .l-content-item .content {
    padding: 16px 36px 16px 0;
  }
}

@media screen and (min-width: 769px) {
  .l-content-slider {
    margin-left: -17px;
    margin-right: -17px;
    padding: 0 17px;
  }
}
@media screen and (max-width: 768px) {
  .l-content-slider {
    margin-right: calc(50% - 50vw);
  }
}
.l-content-slider .l-content-item {
  width: 18rem;
}
@media screen and (max-width: 768px) {
  .l-content-slider .l-content-item {
    width: 13rem;
  }
}

.l-content-slider .slide-button-prev,
.l-content-slider .slide-button-next {
  top: 31%;
}

.section-container.open .l-content-slider .slide-button-prev,.section-container.open .l-content-slider .slide-button-next {
    top:50%;
}


.l-content-item.-new:before {
  content: "NEW";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #FFE72E;
  padding: 0 4px;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
}
.l-content-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.l-content-item .image {
  position: relative;
  overflow: hidden;
}
.l-content-item .image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.l-content-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-content-item .image.-size-landscape::before {
  padding-top: 75%;
}
.l-content-item .image.-size-portrait::before {
  padding-top: 142%;
}
.l-content-item .image.-border {
  border: 1px solid #D6D6D6;
}
.l-content-item .content {
  padding-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-content-item .content {
    padding-top: 1rem;
  }
}
.l-content-item .content > *:first-child {
  margin-top: 0;
}
.l-content-item .title {
  margin: 0.5rem 0 0;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  .l-content-item .title {
    font-size: 1.6rem;
  }
}
.l-content-item .text {
  margin-top: 0.35em;
  color: #727272;
  font-size: 1.4rem;
  line-height: 1.43;
}
.l-content-item .text span {
  display: inline-block;
}
.l-content-item .text span:not(:last-child) {
  margin-right: 0.3em;
}
.l-content-item .-limit-2line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.l-content-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.3rem;
  font-size: 1rem;
}
.l-content-item .info > * {
  margin: 0;
}
.l-content-item .info > *:not(:last-child) {
  margin-right: 1.8rem;
}
.l-content-item .info .category + .open {
  width: 100%;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .l-content-item .info .category + .open {
    text-align: right;
    padding-right: 1rem;
  }
}
.l-content-item .info .open {
  margin-left: auto;
  color: #14AECC;
}
.l-content-item .floor {
  position: relative;
  padding-left: 1.6rem;
  font-size: 1.1rem;
  line-height: 1;
}
.l-content-item .floor:before {
  position: absolute;
  content: "";
  width: 1.3rem;
  height: 1.2rem;
  top: 50%;
  left: 0;
  margin-top: -0.6rem;
  background: url("../images/common/icon-floor.svg") no-repeat center center;
  background-size: contain;
}
.l-content-item .shop {
  color: #727272;
}
.l-content-item .category {
  color: #727272;
}
.l-content-item .date {
  margin-bottom: -10px;
  color: #727272;
  font-size: 1.4rem;
}
.l-content-item .shop-name {
  margin: -9px 0 -12px 0;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 1.71;
  background: url("../images/common/icon-shop-name.svg") 0 50%/16px 16px no-repeat;
}
.l-content-item .news-title {
  color: #14AECC;
  line-height: 1.375;
}

.more-button {
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  .more-button {
    margin-top: 3.5rem;
  }
}

.l-title-line {
  position: relative;
  font-size: 2rem;
  font-weight: normal;
  margin: 0;
  padding: 0 0 10px;
  margin-bottom: 0;
  line-height: 1.5;
}
.l-title-line:after {
  position: absolute;
  content: "";
  border-radius: 1px;
  width: 100%;
  height: 2px;
  background: #000;
  left: 0;
  bottom: -2px;
}

.l-title-bg-blue {
  margin: 0;
  padding: 10px 12px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: 0.02em;
  background: #000;
  border-radius: 5px;
}

.l-title-bg-gray {
  margin: 0;
  padding: 7px 20px;
  font-size: 1.6rem;
  line-height: 1.6875;
  background: #F4F4F4;
}

.l-unker-link {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-unker-link.-col3::after {
  content: "";
  display: block;
  width: 32%;
}
.l-unker-link.-col3 li {
  width: 32%;
}
.l-unker-link.-col3 a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  text-align: center;
  line-height: 1.28;
}
@media screen and (max-width: 768px) {
  .l-unker-link.-col3 a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 6px 0 12px;
    font-size: 1.4rem;
  }
}
.l-unker-link.-col3 a:after {
  right: 21px;
  top: -3px;
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 768px) {
  .l-unker-link.-col3 a:after {
    top: auto;
    bottom: 6px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .l-unker-link.-col4::before, .l-unker-link.-col4::after {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    content: "";
    display: block;
    width: calc((100% - 40px) / 4);
  }
  .l-unker-link.-col4 li {
    width: calc((100% - 40px) / 4);
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-unker-link.-col4 li {
    width: calc(50% - 5px);
  }
  .l-unker-link.-col4 li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.l-unker-link.-col4 a {
  font-size: 1.4rem;
  line-height: 1.23;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .l-unker-link.-col4 a {
    padding-right: 20px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 359px) {
  .l-unker-link.-col4 a {
    padding-right: 26px;
    padding-left: 10px;
    font-size: 1.3rem;
  }
}
.l-unker-link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-unker-link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  width: 100%;
  padding: 0.4em 40px 0.4em 20px;
  color: #14AECC;
  background: #fff;
  border: 1px solid currentColor;
  border-radius: 5px;
  text-decoration: none;
}
.l-unker-link a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 7px;
  height: 7px;
  margin: auto;
  border: 1px solid currentColor;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .l-unker-link a::after {
    right: 20px;
  }
}
@media screen and (max-width: 350px) {
  .l-unker-link a::after {
    right: 12px;
  }
}

/*------------------------------------------------------------
 * SEARCH
------------------------------------------------------------*/
.search-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #D6D6D6;
  display: block;
  border-radius: 5px;
  height: 35px;
  width: 320px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  margin: 0 auto 20px;
}
.search-form input[type=text] {
  border: none;
  padding: 0 10px;
  font-size: 1.4rem;
  height: 100%;
  width: 100%;
}
.search-form input[type=text]::-webkit-input-placeholder {
  color: #CBCBCB;
}
.search-form input[type=text]::-moz-placeholder {
  color: #CBCBCB;
}
.search-form input[type=text]:-ms-input-placeholder {
  color: #CBCBCB;
}
.search-form input[type=text]::-ms-input-placeholder {
  color: #CBCBCB;
}
.search-form input[type=text]::placeholder {
  color: #CBCBCB;
}
.search-form input[type=text]:focus {
  outline: 0;
}
.search-form button[type=submit] {
  cursor: pointer;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline: none;
}
.search-form button[type=submit] i {
  position: relative;
  display: block;
}
.search-form button[type=submit] i:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/common/icon-search.svg") no-repeat;
  background-size: 100%;
}

/*------------------------------------------------------------
 *tokyu font
------------------------------------------------------------*/
@font-face {
  font-family: "tokyu";
  src: url("../fonts/tokyu.eot?s2jrdl");
  src: url("../fonts/tokyu.eot?s2jrdl#iefix") format("embedded-opentype"), url("../fonts/tokyu.ttf?s2jrdl") format("truetype"), url("../fonts/tokyu.woff?s2jrdl") format("woff"), url("../fonts/tokyu.svg?s2jrdl#tokyu") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tokyu" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-event:before {
  content: "";
}

.icon-restaurant-cafe:before {
  content: "";
}

.icon-shop:before {
  content: "\e930";
}

.icon-shop-news:before {
  content: "";
}

.icon-time:before {
  content: "";
}

.icon-access:before {
  content: "";
}

.icon-plaza:before {
  content: "";
}

.icon-media:before {
  content: "";
}

.icon-floor:before {
  content: "";
}

.icon-mypage:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-shara-line:before {
  content: "\e91e";
}

.icon-language:before {
  content: "";
}

.icon-app:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-all:before {
  content: "";
}

.icon-cafe:before {
  content: "";
}

.icon-foods-cafe:before {
  content: "";
}

.icon-restaurant:before {
  content: "";
}

.icon-cosme:before {
  content: "";
}

.icon-event-fill:before {
  content: "";
}

.icon-fasion-goods:before {
  content: "";
}

.icon-fasion:before {
  content: "";
}

.icon-info:before {
  content: "\e922";
}

.icon-life-goods:before {
  content: "";
}

.icon-news:before {
  content: "";
}

.icon-pickup:before {
  content: "";
}

.icon-recruit:before {
  content: "";
}

.icon-inquiry:before {
  content: "";
}

.icon-tablink:before {
  content: "";
}

.icon-pdf:before {
  content: "";
}

.icon-tvcm:before {
  content: "";
}
.icon-shopping:before {
  content: "\e92d";
}
.icon-play-and-experience:before {
  content: "\e92b";
}
.icon-prepare-and-fix:before {
  content: "\e92c";
  font-size: 50px;
}
.icon-life-support:before {
  content: "\e929";
}
.icon-learn:before {
  content: "\e928";
}
.icon-other:before {
  content: "\e92a";
}
.icon-eat:before {
  content: "\e927";
}
.icon-takeout:before {
  content: "\e92e";
}
.icon-eat_takeout2:before {
  content: "\e932";
  font-size: 34px;
}
.icon-feature:before {
  content: "\e936";
}
.icon-food_court:before {
  content: "\e937";
}
.icon-kids_menu:before {
  content: "\e938";
}
.icon-pet_ok:before {
  content: "\e939";
}
.icon-pet_ichibu_ok:before {
  content: "\e93a";
}
