/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 31px 0 0;
  z-index: 10;
}
.header-logo {
  position: absolute;
  top: 0;
  left: 0;
}
.header-logo a {
  display: flex;
  align-items: center;
}
.header-logo a:hover {
  opacity: 0.6;
}
.header-content {
  max-width: 815px;
  width: 100%;
  padding-top: 43px;
  margin-left: auto;
  align-items: flex-start;
}
.header .global-nav {
  max-width: 685px;
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff !important;
  letter-spacing: 0.1em;
  line-height: 1;
  text-shadow: 5px 8px 15px rgba(25, 25, 25, 0.15);
  position: relative;
}
.header .global-nav-list-item a::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.4s;
}
.header .global-nav-list-item a:hover::before {
  width: 100%;
}
.header .global-nav-list-item.current a::before {
  width: 100%;
}
.header-map {
  margin-top: -5px;
}
.header-map:hover {
  opacity: 0.6;
}
.header .main-visual {
  width: 100%;
  height: 950px;
  background: center/cover no-repeat url(../images/common/main-visual.png);
  position: relative;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  left: 40px;
  bottom: 0;
  width: 13px;
  height: 121px;
  background: center/cover no-repeat url(../images/common/scroll.png);
}
.header .main-visual-textbox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 45px 290px 0;
}
.header .sub-visual {
  width: 100%;
  height: 500px;
  background: center/500px 500px repeat url(../images/top/news-pattern.png);
  position: relative;
  z-index: 1;
}
.header .sub-visual-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1300px;
  width: 80%;
  height: 100%;
  z-index: -1;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .sub-visual-textbox {
  max-width: 1240px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 159px;
}
/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.news {
  position: relative;
  z-index: 1;
}
.news::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 812px;
  height: 100%;
  background: center/500px 500px repeat url(../images/top/news-pattern.png);
  z-index: -1;
}
.news-inner {
  align-items: flex-start;
  padding: 115px 0;
  position: relative;
}
.news-section-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: left;
  margin-top: 60px;
  position: relative;
}
.news-section-title::before {
  position: absolute;
  content: "";
  top: -34px;
  left: -31px;
  width: 74px;
  height: 39px;
  background: center/cover no-repeat url(../images/top/news-en.png);
}
.news-wrap {
  max-width: 790px;
  width: 100%;
  min-height: 506px;
}
.news-list {
  width: 100%;
}
.news-list-item {
  width: 100%;
}
.news-list-item a {
  width: 100%;
  align-items: stretch;
  background-color: #fff;
}
.news-list-item a:hover {
  opacity: 0.8;
  transform: translateX(10px);
}
.news-visual {
  max-width: 168px;
  width: 100%;
  min-height: 168px;
  overflow: hidden;
}
.news-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-textbox {
  width: calc(100% - 168px);
  padding: 37px 29px 22px 32px;
  border: 1px solid #b9aa87;
  border-left: none;
}
.news-textbox time {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #b9aa87;
  margin-bottom: 20px;
}
.news-accent {
  width: 100%;
  justify-content: flex-end;
}
.news-accent-tag {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 4px 19px;
  margin-bottom: 10px;
  background-color: #191919;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 19px;
}
.news .cmn-btn {
  position: absolute;
  left: 0;
  bottom: 120px;
  max-width: 220px;
}
.news-tag-list {
  max-width: 350px;
  width: 100%;
  justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #b9aa87;
  border: 2px solid #b9aa87;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #b9aa87;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  justify-content: flex-start;
  margin-bottom: 30px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-title {
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #b9aa87;
  border-bottom: 1px solid #b9aa87;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  justify-content: center;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #b9aa87;
  border-right: 1px solid #b9aa87;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #b9aa87 !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

.top-about {
  overflow: hidden;
}
.top-about-inner {
  padding: 0;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  right: -220px;
  bottom: 64px;
  width: 242px;
  height: 180px;
  background: center/cover no-repeat url(../images/top/top-about-deco.png);
}
.top-about-img {
  margin-left: -420px;
}
.top-about-textbox {
  max-width: 535px;
  width: 100%;
}
.top-about-title {
  margin-left: -20px;
  margin-right: -75px;
  margin-bottom: 45px;
}
.top-about-text {
  line-height: 2.5;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 39px;
}
.top-about-text:nth-of-type(2) {
  margin-bottom: 49px;
}
.top-movie {
  overflow: hidden;
}
.top-movie-inner {
  padding: 112px 0;
  position: relative;
}
.top-movie-inner::before {
  position: absolute;
  content: "";
  top: 82px;
  left: -223px;
  width: 288px;
  height: 245px;
  background: center/cover no-repeat url(../images/top/top-movie-deco-l-t.png);
}
.top-movie-inner::after {
  position: absolute;
  content: "";
  bottom: 66px;
  right: -180px;
  width: 260px;
  height: 272px;
  background: center/cover no-repeat url(../images/top/top-movie-deco-r-b.png);
}
.top-movie-inner .cmn-title-en {
  right: -16px;
}
.top-movie-content {
  max-width: 800px;
  width: 100%;
  height: 450px;
  margin: 0 auto 44px auto;
  text-align: center;
}
.top-movie .cmn-btn {
  margin: 0 auto;
}
.top-movie .cmn-btn-wrap::before {
  content: "";
  width: 29px;
  height: 29px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/top/top-movie-insta.png);
}

.top-sweet {
  background: center/500px 500px repeat url(../images/top/news-pattern.png);
  border-top: 1px solid #b9aa87;
  border-bottom: 1px solid #b9aa87;
  overflow: hidden;
}
.top-sweet-inner {
  max-width: 1280px;
  padding: 115px 0;
  position: relative;
  z-index: 1;
}
.top-sweet-inner::before {
  position: absolute;
  content: "";
  top: 354px;
  left: -85px;
  width: 171px;
  height: 220px;
  background: center/cover no-repeat url(../images/top/top-sweet-bg-l.png);
  z-index: 1;
}
.top-sweet-inner::after {
  position: absolute;
  content: "";
  top: 431px;
  right: -70px;
  width: 153px;
  height: 123px;
  background: center/cover no-repeat url(../images/top/top-sweet-bg-r.png);
  z-index: 1;
}
.top-sweet-inner .cmn-title-en {
  right: 0;
}
.top-sweet-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  flex-flow: row-reverse;
  margin-bottom: 79px;
}
.top-sweet-textbox {
  max-width: 511px;
  width: 100%;
}
.top-sweet-textbox .cmn-title {
  font-size: 3.7rem;
}
.top-sweet-text {
  line-height: 2.5;
}
.top-sweet-sub-content {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 70px;
  background-color: #191919;
  position: relative;
}
.top-sweet-sub-content::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 30px;
  background: center/cover no-repeat url(../images/top/top-sweet-arrow01.png);
}
.top-sweet-sub-title {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  margin-bottom: 32px;
}
.top-sweet-list {
  align-items: flex-start;
}
.top-sweet-list-item {
  max-width: 230px;
  width: 100%;
}
.top-sweet-list-title {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 52px;
  text-align: center;
  padding: 14px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  position: relative;
}
.top-sweet-list-title::before {
  position: absolute;
  content: "";
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 47px;
  background: center/cover no-repeat url(../images/top/top-sweet-arrow02.png);
}
.top-sweet-list-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  padding: 14px 0;
  text-align: center;
  border: 1px solid #fff;
}
.top-sweet-list-text:not(:last-of-type) {
  margin-bottom: 10px;
}
.top-sweet-list-sub-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  text-align: right;
}
.top-sweet-icon {
  max-width: 230px;
  width: 100%;
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.top-intro {
  overflow: hidden;
}
.top-intro-inner {
  padding: 120px 0;
  position: relative;
}
.top-intro-inner::before {
  position: absolute;
  content: "";
  bottom: 34px;
  right: -167px;
  width: 223px;
  height: 230px;
  background: center/cover no-repeat url(../images/top/top-intro-bg-r-b.png);
}
.top-intro-img {
  margin-left: -100px;
}
.top-intro-textbox {
  max-width: 512px;
  width: 100%;
}
.top-intro .cmn-title {
  margin: 0 auto 0 0;
  font-size: 4.4rem;
  text-align: left;
  margin-bottom: 89px;
}
.top-intro .cmn-title-en {
  right: -70px;
}
.top-intro-text {
  line-height: 1.6;
}
.top-intro-sub-content {
  padding: 25px 25px 21px 25px;
  border: 1px dashed #b9aa87;
  position: relative;
}
.top-intro-sub-content:not(:last-of-type) {
  margin-bottom: 80px;
}
.top-intro-title {
  position: absolute;
  top: -34px;
  left: -10px;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 12px 17px;
  background-color: #fff;
  border: 1px solid #b9aa87;
}
.link-banner {
  background-color: #191919;
}
.link-banner-inner {
  max-width: none;
  padding: 120px 0;
}
.link-banner-list {
  justify-content: center;
}
.link-banner-list-item {
  max-width: 500px;
  width: 100%;
  height: 500px;
}
@media (max-width: 1695px) {
  .link-banner-list-item {
    max-width: 370px;
    height: 370px;
  }
}
.link-banner-list-item:not(:last-child) {
  margin-right: 75px;
}
@media (max-width: 1695px) {
  .link-banner-list-item:not(:last-child) {
    margin-right: 45px;
  }
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.link-banner-list-item a:hover {
  opacity: 0.8;
}
.link-banner-list-item a:hover .link-banner-img img {
  transform: scale(1.08);
}
.link-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.link-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.link-banner-title img {
  max-width: 250px;
  width: 100%;
}
@media (max-width: 1695px) {
  .link-banner-title img {
    max-width: 210px;
  }
}

.top-online {
  position: relative;
  z-index: 1;
}
.top-online::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 588px;
  height: 100%;
  background: center/cover no-repeat url(../images/top/top-online-bg.png);
  z-index: -1;
}
.top-online-inner {
  max-width: 1280px;
  padding: 118px 0 112px 0;
}
.top-online-content {
  padding: 39px 0 70px 100px;
  background-color: #191919;
  outline: 1px solid #b9aa87;
  outline-offset: -5px;
  position: relative;
}
.top-online-img {
  position: absolute;
  top: -45px;
  right: 0;
}
.top-online-title {
  font-size: 4.2rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
  padding-top: 110px;
  position: relative;
}
.top-online-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: -56px;
  width: 190px;
  height: 120px;
  background: center/cover no-repeat url(../images/top/top-online-title-deco.png);
}
.top-online .cmn-btn {
  max-width: 270px;
  width: 100%;
  margin-bottom: 44px;
}
.top-online .cmn-btn-wrap {
  border: 1px solid #b9aa87;
}
.top-online .cmn-btn-wrap::before {
  content: "";
  width: 26px;
  height: 24px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/top/top-online-icon.png);
}
.top-online .cmn-btn-wrap::after {
  display: none;
}
.top-online-sub-content {
  max-width: 584px;
  width: 100%;
  color: #fff;
  padding: 22px;
  background-color: rgba(255, 255, 255, 0.1);
}
.top-online-sub-title {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
  color: #fff;
  justify-content: flex-start;
}
.top-online-sub-title::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: rgba(255, 255, 255, 0.4);
}
.top-online-sub-title::after {
  content: "";
  width: 15px;
  height: 1px;
  margin-left: 8px;
  background-color: rgba(255, 255, 255, 0.4);
}
.top-online-sub-text {
  font-size: 1.5rem;
  font-weight: 400;
}

/*========================================
feature
==========================================*/
.feature {
  position: relative;
  z-index: 1;
}
.feature::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  max-width: 812px;
  width: 100%;
  height: 300px;
  background: center/500px 500px repeat url(../images/top/news-pattern.png);
  z-index: -1;
}
.feature .cmn-title {
  margin-bottom: 115px;
}
.feature .cmn-title-en {
  right: 0;
}
.feature .cmn-title .ruby {
  display: inline-block;
  position: relative;
}
.feature .cmn-title .ruby::before {
  position: absolute;
  content: "";
  top: -15px;
  left: 164px;
  width: 209px;
  height: 12px;
  background: center/cover no-repeat url(../images/feature/feature-ruby.png);
}
.feature-content {
  position: relative;
}
.feature-content:nth-of-type(even) .feature-img {
  left: auto;
  right: -20px;
}
.feature-content:nth-of-type(even) .feature-textbox {
  padding: 40px 73px 38px 40px;
  margin-left: 0;
}
.feature-content:nth-of-type(2) .feature-textbox::before {
  right: 45px;
  width: 139px;
  height: 108px;
  background: center/cover no-repeat url(../images/feature/feature-deco02.png);
}
.feature-content:nth-of-type(3) .feature-textbox::before {
  width: 205px;
  height: 144px;
  background: center/cover no-repeat url(../images/feature/feature-deco03.png);
}
.feature-content:nth-of-type(4) .feature-textbox::before {
  right: 40px;
  bottom: -20px;
  width: 98px;
  height: 89px;
  background: center/cover no-repeat url(../images/feature/feature-deco04.png);
}
.feature-content:nth-of-type(5) .feature-textbox::before {
  right: 1px;
  bottom: -33px;
  width: 190px;
  height: 131px;
  background: center/cover no-repeat url(../images/feature/feature-deco05.png);
}
.feature-content:not(:last-of-type) {
  margin-bottom: 142px;
}
.feature-img {
  position: absolute;
  top: -59px;
  left: -20px;
  z-index: 1;
}
.feature-textbox {
  max-width: 606px;
  width: 100%;
  min-height: 286px;
  padding: 40px 40px 38px 73px;
  margin-left: auto;
  background: center/500px 500px repeat url(../images/top/news-pattern.png);
  position: relative;
}
.feature-textbox::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -40px;
  width: 124px;
  height: 108px;
  background: center/cover no-repeat url(../images/feature/feature-deco01.png);
}
.feature-title {
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 17px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #b9aa87;
}
.feature-title .accent {
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  line-height: 1;
  margin-bottom: 14px;
}
.feature-text {
  font-size: 1.6rem;
  line-height: 1.75;
}

/*========================================
menu
==========================================*/
.guide {
  position: relative;
  z-index: 1;
}
.guide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  max-width: 812px;
  width: 100%;
  height: 300px;
  background: center/500px 500px repeat url(../images/top/news-pattern.png);
  z-index: -1;
}
.guide-inner {
  padding: 50px 0 80px 0;
}
.guide-text {
  text-align: center;
  line-height: 1.75;
  margin-bottom: 35px;
}
.guide-list {
  justify-content: center;
}
.guide-list-item {
  display: block;
  max-width: 320px;
  width: 100%;
  height: 65px;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.guide-list-item::before {
  position: absolute;
  content: "";
  top: 5px;
  right: -5px;
  width: 100%;
  height: 100%;
  border: 1px solid #b9aa87;
  z-index: -10;
  transition: all 0.4s;
}
.guide-list-item:not(:last-child) {
  margin-right: 35px;
}
.guide-list-item:nth-child(2) a::before {
  width: 34px;
  height: 23px;
  background: center/cover no-repeat url(../images/menu/guide-deco02.png);
}
.guide-list-item:nth-child(3) a::before {
  width: 27px;
  height: 25px;
  background: center/cover no-repeat url(../images/menu/guide-deco03.png);
}
.guide-list-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  letter-spacing: 0.15em;
  background-color: #191919;
  position: relative;
}
.guide-list-item a::before {
  content: "";
  width: 29px;
  height: 26px;
  margin-right: 13px;
  background: center/cover no-repeat url(../images/menu/guide-deco01.png);
  transition: all 0.4s;
}
.guide-list-item a::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 11px;
  background: center/cover no-repeat url(../images/menu/guide-arrow.png);
  transition: all 0.4s;
}
.guide-list-item:hover {
  transform: translate(3px, 3px);
}
.guide-list-item:hover::before {
  top: 2px;
  right: -2px;
  opacity: 0;
}
.guide-list-item:hover a::after {
  top: 60%;
}

.menu-inner {
  padding-top: 43px;
  padding-bottom: 60px;
}
.menu-inner .cmn-title {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 28px;
  border-bottom: 1px solid #191919;
}
.menu-inner .cmn-title-en {
  position: relative;
  top: 0;
  right: 0;
  display: block;
  text-align: center;
}
.menu-text {
  margin-bottom: 45px;
  text-align: center;
}
.menu-list {
  justify-content: flex-start;
}
.menu-list-item {
  max-width: 330px;
  width: 100%;
  margin-bottom: 45px;
}
.menu-list-item:not(:nth-child(3n)) {
  margin-right: 45px;
}
.menu-list-item a {
  width: 100%;
  height: 100%;
}
.menu-list-item a:hover {
  opacity: 0.8;
}
.menu-list-item a:hover .menu-more::after {
  transform: translateX(9px);
}
.menu-list-title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #b9aa87;
}
.menu-textbox {
  padding: 25px 25px 15px 25px;
  background: center/500px 500px repeat url(../images/top/news-pattern.png);
}
.menu-img {
  max-width: 280px;
  width: 100%;
  height: 205px;
  overflow: hidden;
  margin-bottom: 13px;
}
.menu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.menu-price {
  line-height: 1;
  text-align: right;
}
.menu-more {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 9px 25px;
  background-color: #191919;
  justify-content: flex-end;
}
.menu-more::after {
  content: "";
  width: 8px;
  height: 9px;
  margin-left: 7px;
  background: center/cover no-repeat url(../images/menu/menu-arrow.png);
  transition: all 0.4s;
}
.menu-detail-content {
  padding: 50px 40px 55px 40px;
  background: center/500px 500px repeat url(../images/top/news-pattern.png);
}
.menu-detail-img {
  max-width: 660px;
  width: 100%;
  height: 480px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 13px;
}
.menu-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.menu-detail-title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #b9aa87;
}
.menu-detail-price {
  line-height: 1;
  text-align: right;
  margin-bottom: 12px;
}
.menu-detail-body {
  margin-bottom: 22px;
}
.menu-detail-body img {
  max-width: 100%;
}
.menu-detail-body iframe {
  max-width: 100%;
}
.menu-detail-sub-content:last-of-type {
  margin-bottom: 30px;
}
.menu-detail-sub-content-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 16px 32px;
  background: center/cover no-repeat url(../images/menu/menu-detail-sub-title-bg.png);
}
.menu-detail-allergy-list-item {
  flex: 1;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  padding-top: 29px;
  background-color: #fff;
}
.menu-detail-allergy-list-item:not(:last-child) {
  border-right: 1px dashed #b9aa87;
}
.menu-detail-allergy-list-item.circle::after {
  content: "";
  width: 21px;
  height: 21px;
  margin-top: 23px;
  background: center/cover no-repeat url(../images/menu/menu-circle.png);
}
.menu-detail-allergy-list-item.cancel::after {
  content: "";
  width: 15px;
  height: 15px;
  margin-top: 23px;
  background: center/cover no-repeat url(../images/menu/menu-cancel.png);
}
.menu-detail-text {
  padding: 15px 25px;
  background-color: #fff;
}
.menu-detail .cmn-btn {
  max-width: 350px;
  margin-left: auto;
}
.menu-detail .cmn-btn-wrap::before {
  content: "";
  width: 26px;
  height: 24px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/menu/menu-btn-icon.png);
}
.menu-detail .cmn-btn-wrap::after {
  display: none;
}
.menu-detail .cmn-btn-wrap .s-font {
  display: inline-block;
  font-size: 1.3rem;
}
.menu-detail-list {
  padding: 22px 31px 14px 31px;
  background-color: #fff;
}
.menu-detail-list-item {
  flex-wrap: nowrap;
}
.menu-detail-list-item:not(:last-child) {
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px dashed #b9aa87;
}
.menu-detail-name {
  flex: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: 15px;
}
.drink {
  overflow: hidden;
  background: center/500px 500px repeat url(../images/top/news-pattern.png);
  border-top: 1px solid #b9aa87;
  border-bottom: 1px solid #b9aa87;
}
.drink-inner .cmn-title {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 28px;
  border-bottom: 1px solid #191919;
}
.drink-inner .cmn-title-en {
  position: relative;
  top: 0;
  right: 0;
  display: block;
  text-align: center;
}
.drink-text {
  margin-bottom: 40px;
  text-align: center;
}
.drink-text {
  text-align: center;
}
.drink-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 18px 25px;
  background: center/cover no-repeat url(../images/menu/menu-detail-sub-title-bg.png);
}
.drink-list {
  padding: 22px 25px 14px 25px;
  background-color: #fff;
}
.drink-list-item {
  flex-wrap: nowrap;
}
.drink-list-item:not(:last-child) {
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px dashed #b9aa87;
}
.drink-name {
  flex: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: 15px;
}
#menu03 .menu-inner {
  padding-top: 100px;
}

/*========================================
allergy
==========================================*/
.allergy {
  position: relative;
  z-index: 1;
}
.allergy::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  max-width: 812px;
  width: 100%;
  height: 300px;
  background: center/500px 500px repeat url(../images/top/news-pattern.png);
  z-index: -1;
}
.allergy-inner .cmn-title {
  line-height: 1.26;
}
.allergy-inner .cmn-title-en {
  top: auto;
  bottom: -15px;
  right: -4px;
}
.allergy-textbox {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 10px 180px 10px;
  background-color: #191919;
  position: relative;
}
.allergy-textbox::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  width: 578px;
  height: 193px;
  background: center/cover no-repeat url(../images/allergy/allergy-deco.png);
}
.allergy-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  text-align: center;
}
.allergy-text .accent {
  font-size: 1.9rem;
  font-weight: 700;
  color: #b9aa87;
}

.recommend {
  overflow: hidden;
  background: center/500px 500px repeat url(../images/top/news-pattern.png);
  border-top: 1px solid #b9aa87;
  border-bottom: 1px solid #b9aa87;
}
.recommend-inner {
  position: relative;
}
.recommend-inner::before {
  position: absolute;
  content: "";
  top: 52px;
  left: -100px;
  width: 158px;
  height: 135px;
  background: center/cover no-repeat url(../images/allergy/recommend-bg-l-t.png);
}
.recommend-inner::after {
  position: absolute;
  content: "";
  right: -134px;
  bottom: 10px;
  width: 151px;
  height: 158px;
  background: center/cover no-repeat url(../images/allergy/recommend-bg-r-b.png);
}
.recommend-inner .cmn-title {
  margin-bottom: 114px;
}
.recommend-inner .cmn-title-en {
  right: -6px;
}
.recommend-content {
  position: relative;
}
.recommend-img {
  position: absolute;
  top: -39px;
  left: 0;
}
.recommend-textbox {
  max-width: 606px;
  width: 100%;
  margin-left: auto;
  padding: 40px 20px 40px 85px;
  background-color: #fff;
}
.recommend-text {
  line-height: 2.5;
}

.birth {
  position: relative;
  z-index: 1;
}
.birth::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 491px;
  height: 182px;
  background: center/cover no-repeat url(../images/allergy/birth-bg-l-b.png);
  z-index: -1;
}
.birth .cmn-title {
  margin-bottom: 43px;
}
.birth .cmn-title-en {
  right: 0;
}
.birth .cmn-title .ruby {
  display: inline-block;
  position: relative;
}
.birth .cmn-title .ruby::before {
  position: absolute;
  content: "";
  top: -15px;
  left: 164px;
  width: 209px;
  height: 12px;
  background: center/cover no-repeat url(../images/feature/feature-ruby.png);
}
.birth-content {
  align-items: flex-end;
}
.birth-textbox {
  max-width: 520px;
  width: 100%;
  background-color: #fff;
}
.birth-text {
  line-height: 2.5;
}

.reason {
  overflow: hidden;
  background: center/500px 500px repeat url(../images/top/news-pattern.png);
  border-top: 1px solid #b9aa87;
  border-bottom: 1px solid #b9aa87;
}
.reason-inner {
  max-width: 1280px;
}
.reason-sub-content {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 70px;
  background-color: #191919;
  position: relative;
}
.reason-sub-content::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 30px;
  background: center/cover no-repeat url(../images/top/top-sweet-arrow01.png);
}
.reason-sub-title {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  margin-bottom: 32px;
}
.reason-list {
  align-items: flex-start;
  padding: 65px 70px;
  background-color: #191919;
}
.reason-list-item {
  max-width: 320px;
  width: 100%;
}
.reason-list-item:not(:nth-last-child(-n+3)) {
  margin-bottom: 80px;
}
.reason-list-title {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 14px;
  text-align: center;
  padding: 14px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  position: relative;
}
.reason-icon {
  max-width: 320px;
  width: 100%;
  height: 174px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.reason-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.05em;
}

/*========================================
info
==========================================*/
.info {
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  max-width: 812px;
  width: 100%;
  height: 300px;
  background: center/500px 500px repeat url(../images/top/news-pattern.png);
  z-index: -1;
}
.info .cmn-title-en {
  right: -6px;
}
.info-table {
  margin-bottom: 55px;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.info-table tr th {
  width: 250px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 25px 0;
  vertical-align: middle;
  text-align: center;
  background-color: #191919;
}
.info-table tr td {
  width: 830px;
  vertical-align: middle;
  padding: 22px 30px;
  background-color: #fff;
}
.info-map {
  width: 100%;
  height: 410px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.gallery {
  overflow: hidden;
  background: center/500px 500px repeat url(../images/top/news-pattern.png);
  border-top: 1px solid #b9aa87;
  border-bottom: 1px solid #b9aa87;
}
.gallery-inner {
  padding-bottom: 50px;
  position: relative;
}
.gallery-inner::before {
  position: absolute;
  content: "";
  top: 52px;
  left: -100px;
  width: 158px;
  height: 135px;
  background: center/cover no-repeat url(../images/allergy/recommend-bg-l-t.png);
}
.gallery-inner::after {
  position: absolute;
  content: "";
  right: -134px;
  bottom: 10px;
  width: 151px;
  height: 158px;
  background: center/cover no-repeat url(../images/allergy/recommend-bg-r-b.png);
}
.gallery-inner .cmn-title-en {
  right: -6px;
}
.gallery-list-item {
  margin-bottom: 51px;
}

/*========================================
contact
==========================================*/
.contact {
  position: relative;
  z-index: 1;
}
.contact::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  max-width: 812px;
  width: 100%;
  height: 300px;
  background: center/500px 500px repeat url(../images/top/news-pattern.png);
  z-index: -1;
}
.contact-text {
  text-align: center;
  margin-bottom: 30px;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #b9aa87;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #b9aa87;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #b9aa87;
}

/*========================================
privacy
==========================================*/
.privacy {
  position: relative;
  z-index: 1;
}
.privacy::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  max-width: 812px;
  width: 100%;
  height: 300px;
  background: center/500px 500px repeat url(../images/top/news-pattern.png);
  z-index: -1;
}
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #b9aa87;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #b9aa87;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site {
  position: relative;
  z-index: 1;
}
.site::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  max-width: 812px;
  width: 100%;
  height: 300px;
  background: center/500px 500px repeat url(../images/top/news-pattern.png);
  z-index: -1;
}
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #b9aa87;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  display: flex;
  align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #b9aa87;
  border-right: 1px solid #b9aa87;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #b9aa87;
}
.site-list-item a:hover::before {
  transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  position: relative;
  z-index: 1;
}
.footer-inner {
  padding: 38px 0 60px 0;
}
.footer-logo {
  margin-left: -30px;
  margin-bottom: 15px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-address {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 15px;
}
.footer-content {
  max-width: 540px;
  width: 100%;
}
.footer-info {
  margin-bottom: 28px;
}
.footer-info .cmn-btn {
  max-width: 270px;
  width: 100%;
}
.footer-info .cmn-btn-wrap {
  border: 1px solid #b9aa87;
}
.footer-info .cmn-btn-wrap::before {
  content: "";
  width: 26px;
  height: 24px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/top/top-online-icon.png);
}
.footer-info .cmn-btn-wrap::after {
  display: none;
}
.footer-tel {
  width: fit-content;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-top: 11px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.footer-tel::before {
  content: "";
  width: 29px;
  height: 29px;
  margin-right: 7px;
  background: center/cover no-repeat url(../images/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  right: 0;
  top: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-text {
  line-height: 1;
  margin-bottom: 25px;
}
.footer-btn {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.3);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-btn::after {
  content: "";
  width: 17px;
  height: 13px;
  margin-left: 10px;
  background: center/cover no-repeat url(../images/top/footer-btn-icon.png);
}
.footer-btn:hover {
  color: #b9aa87 !important;
}
.footer-right {
  max-width: 392px;
  width: 100%;
}
.footer-insta {
  display: block;
  width: fit-content;
  margin-left: auto;
}
.footer-insta:hover {
  opacity: 0.6;
}
.footer-nav {
  width: 100%;
  margin-bottom: 49px;
}
.footer-nav-list {
  width: 100%;
  height: 260px;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: space-between;
  flex-wrap: wrap;
}
.footer-nav-list-item {
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-nav-list-item::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 11px;
  background-color: #191919;
  border-radius: 50%;
}
.footer-nav-list-item:not(:nth-child(5)) {
  margin-bottom: 42px;
}
.footer-nav-list-item a {
  font-size: 1.5rem;
  line-height: 1;
  color: #191919 !important;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-bottom {
  text-align: center;
  padding: 7px 0;
  background-color: #191919;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
}
.footer-bottom #copyright a {
  color: #fff !important;
}/*# sourceMappingURL=style.css.map */