@charset "UTF-8";
/* 変数設定 */
/********************/
/*spで非表示*/
.dis-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .dis-none {
    display: block;
  }
}

.hr-border {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 25px 0px 25px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .hr-border {
    max-width: 1700px;
    padding: 0px 80px 0px 80px;
    top: 0;
  }
}
.hr-border > hr {
  border-top: 1px solid #ccc;
  opacity: 0.7;
  margin: 0;
}

.word-chunk {
  display: inline-block;
}

/*テキスト改行*/
@media screen and (min-width: 768px) {
  .br_sp {
    display: none;
  }
}

@media screen and (min-width: 880px) {
  .br_tab {
    display: none;
  }
}

.br_pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .br_pc {
    display: block;
  }
}

.top-hero {
  position: relative;
  width: 100%;
  height: 100vh;
}
.top-hero__inner {
  position: relative;
}
.top-hero__photo {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-hero__photo img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-hero__title {
  position: absolute;
  width: 220px;
  height: 77px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-40%);
  margin: auto;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .top-hero__title {
    width: 322px;
    height: 112px;
    transform: translateY(0%);
  }
}
.top-hero__title img {
  width: 100%;
  height: 100%;
}

.top-news {
  display: block;
  position: relative;
  background: #000000;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  padding: 80px 25px 100px 25px;
  /*top: -90px;*/
}
@media screen and (min-width: 769px) {
  .top-news {
    text-align: center;
    /*border-bottom: 1px solid #ffffff;*/
    padding: 140px 80px 140px 80px;
  }
}
.top-news__title {
  position: relative;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.25em;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0px 40px 0px;
}
@media screen and (min-width: 769px) {
  .top-news__title {
    font-size: 2.8rem;
    letter-spacing: 0.25em;
    line-height: 1.8;
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
  }
}
.top-news__text {
  position: relative;
  color: #ffffff;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0px;
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .top-news__text {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.top-contents {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 60px 25px 60px;
}
@media screen and (min-width: 769px) {
  .top-contents {
    max-width: 1700px;
    padding: 90px 80px 100px;
    margin: 0px auto 0;
  }
}
.top-contents__title {
  position: relative;
  color: #e6e6e6;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .top-contents__title {
    font-size: 28px;
  }
}

.top-restaurant {
  position: relative;
}
.top-restaurant__title-wrapper {
  position: relative;
}
.top-restaurant__title-bg {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  height: 160px;
}
@media screen and (min-width: 769px) {
  .top-restaurant__title-bg {
    height: 200px;
  }
}
.top-restaurant__title-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-restaurant__title {
  position: absolute;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 0.3em;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .top-restaurant__title {
    font-size: 30px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.top-restaurant__contents {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0 25px 60px;
  margin-top: 80px;
}
@media screen and (min-width: 769px) {
  .top-restaurant__contents {
    max-width: 1700px;
    padding: 0 80px 120px;
    margin: 140px auto 0;
  }
}
.top-restaurant__contents-name {
  position: relative;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .top-restaurant__contents-name {
    font-size: 28px;
    line-height: 1.2;
  }
}
.top-restaurant__contents-name > .small {
  font-size: 18px;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.top-restaurant__contents-name .pc_only {
  display: none;
}
@media screen and (min-width: 769px) {
  .top-restaurant__contents-name .pc_only {
    display: inline-block;
    margin-right: 10px;
  }
}
.top-restaurant__btn-box {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .top-restaurant__btn-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 30px;
  }
}
.top-restaurant__btn {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .top-restaurant__btn {
    margin-bottom: 0px;
  }
}
.top-restaurant__notice {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .top-restaurant__notice {
    margin-top: 30px;
  }
}
.top-restaurant__box {
  position: relative;
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  .top-restaurant__box {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 40px;
  }
}
.top-restaurant__slider {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top-restaurant__slider {
    width: 50%;
  }
}
.top-restaurant__info-box {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .top-restaurant__info-box {
    width: 48%;
    margin-top: 0;
  }
}
.top-restaurant__info-box-inner {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .top-restaurant__info-box-inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 25px;
  }
}
.top-restaurant__info-box-inner:last-child {
  margin-bottom: 0px;
}
.top-restaurant__info-box-label {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 3px;
}
@media screen and (min-width: 769px) {
  .top-restaurant__info-box-label {
    font-size: 17px;
    flex: 0 0 110px;
    margin-bottom: 0;
  }
}
.top-restaurant__info-box-text {
  position: relative;
  font-size: 15px;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .top-restaurant__info-box-text {
    font-size: 16px;
    flex: 1;
  }
}
.top-restaurant__info-box-cap {
  position: relative;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 0px 0px 0px 0;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .top-restaurant__info-box-cap {
    font-size: 14px;
    line-height: 1.6;
    padding: 0px 0px 0px 0px;
    margin-top: 15px;
  }
}
.top-restaurant__info-box-cap li {
  text-indent: -0.7em;
  padding-left: 0.7em;
  padding-bottom: 6px;
}
.top-restaurant__info-box-cap li:last-child {
  padding-bottom: 0;
}
.top-restaurant__info-box-important {
  position: relative;
  color: #FFBB74;
}

.gray-border img {
  border: 1px solid #1a1a1a;
  box-sizing: border-box;
}

.top-brands {
  position: relative;
  padding: 0 25px;
  margin-top: 80px;
}
@media screen and (min-width: 769px) {
  .top-brands {
    max-width: 1700px;
    padding: 0 80px 120px;
    margin: 140px auto 0;
  }
}
.top-brands__box {
  position: relative;
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  .top-brands__box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 30px;
    width: 100%;
    margin-top: 60px;
  }
}
.top-brands__box-title {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .top-brands__box-title {
    font-size: 20px;
  }
}
.top-brands__box-desc {
  position: relative;
  font-size: 15px;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .top-brands__box-desc {
    font-size: 16px;
    line-height: 2;
  }
}
.top-brands__box-inner {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .top-brands__box-inner {
    margin-bottom: 0;
  }
}
.top-brands__box-inner:last-child {
  margin-bottom: 0px;
}
.top-brands__box-inner.text {
  width: 100%; /* スマホの時は横幅いっぱい */
}
@media screen and (min-width: 769px) {
  .top-brands__box-inner.text {
    width: calc(60% - 18px);
  }
}
.top-brands__box-inner.img {
  width: 100%; /* スマホの時は横幅いっぱい */
}
@media screen and (min-width: 769px) {
  .top-brands__box-inner.img {
    width: calc(40% - 12px);
  }
}
.top-brands__box-inner.img img {
  width: 100%;
  height: auto;
  display: block;
}
.top-brands__box-link {
  position: relative;
  margin-top: 15px;
}

.top-collab {
  position: relative;
  padding: 0 25px;
  margin-top: 80px;
}
@media screen and (min-width: 769px) {
  .top-collab {
    max-width: 1700px;
    padding: 0 80px 120px;
    margin: 140px auto 0;
  }
}
.top-collab__box {
  position: relative;
  width: 80%;
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  .top-collab__box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-top: 60px;
  }
}
.top-collab__box-inner {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .top-collab__box-inner {
    max-width: 33%;
    margin-bottom: 0;
  }
}
.top-collab__box-inner:last-child {
  margin-bottom: 0px;
}
.top-collab__box-cap {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  margin-top: 5px;
}
.top-collab__box-cap-s {
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .top-collab__box.is-three-items {
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  .top-collab__box.is-three-itemss .top-collab__box-inner {
    flex-basis: calc(33.3333333333% - 20px);
    max-width: 33%;
  }
}

@media screen and (min-width: 769px) {
  .top-collab__box.is-two-items {
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  .top-collab__box.is-two-items .top-collab__box-inner {
    flex-basis: calc(50% - 20px);
    max-width: 33%;
  }
}

@media screen and (min-width: 769px) {
  .top-collab__box.is-four-items {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1100px;
  }
}

@media screen and (min-width: 769px) {
  .top-collab__box.is-four-items .top-collab__box-inner {
    flex-basis: calc(50% - 10px);
    max-width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .top-collab__box.is-more-items {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 769px) {
  .top-collab__box.is-more-items .top-collab__box-inner {
    flex-basis: calc(33.333% - 13.3333333333px);
    max-width: calc(33.333% - 13.3333333333px);
  }
}

.top-info {
  position: relative;
  background-size: 2757px 203px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-info {
    padding: 0 0px;
  }
}
.top-info__container {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .top-info__container {
    font-size: 3rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin-top: 40px;
    padding-bottom: 60px;
  }
}
.top-info__container > li {
  padding-bottom: 50px;
}
.top-info__container > li:last-child {
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .top-info__container > li {
    padding-bottom: 60px;
  }
}
.top-info__text {
  display: block;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .top-info__text {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
    padding-top: 20px;
  }
}
.top-info__list {
  position: relative;
  line-height: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 20px;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .top-info__list {
    max-width: 960px;
    margin-top: 12px;
  }
}
.top-info__list > li {
  position: relative;
}
.top-info__list > li:last-child {
  margin-bottom: 0px;
}
.top-info__list .gray-out {
  color: #666;
}

/* ======================================
Loading 
======================================*/
#loader {
  display: none;
  position: fixed;
  _position: absolute; /* IE6対策 */
  top: 50%;
  left: 50%;
  margin-top: -16px; /* heightの半分のマイナス値 */
  margin-left: -16px; /* widthの半分のマイナス値 */
  z-index: 1000000010;
}

#fade {
  width: 100%;
  height: calc(100% + 35px);
  display: none;
  background-color: #000000;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000000000;
}

.sk-circle {
  margin: 100px auto;
  width: 60px;
  height: 60px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #D4CBE3;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* ======================================
clearfix 
======================================*/
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

/*# sourceMappingURL=style_top.css.map */