/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  padding: 0;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a:hover {
  opacity: 0.6;
}
.header-content {
  max-width: 430px;
  width: 100%;
  margin-top: 16px;
}
.header-textbox {
  max-width: 232px;
  width: 100%;
}
.header-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.07em;
  padding: 5px 0;
  margin-bottom: 9px;
  text-align: center;
  background-color: #7c0707;
}
.header-tel {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff !important;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 23px;
  height: 23px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.header-tel-txt img {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header-map {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff !important;
}
.header-map::before {
  content: "";
  width: 17px;
  height: 25px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/common/header-map-icon.png);
}
.header-map:hover {
  opacity: 0.6;
}
.header .main-visual {
  width: 100%;
  height: 380px;
  background: center/cover no-repeat url(../images/common/main-visual.png);
}
.header .main-visual-textbox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .main-visual-textbox img {
  height: 240px;
}
.header .sub-visual {
  width: 100%;
  height: 250px;
}
.header .sub-visual-textbox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .sub-visual-title {
  font-family: "Yuji Syuku", serif;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  text-shadow: 0px 0 20px rgba(0, 0, 0, 0.6), 0px 0 20px rgba(0, 0, 0, 0.6), 0px 0 20px rgba(0, 0, 0, 0.6), 0px 0 20px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}
.header .sub-visual-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 157px;
  height: 160px;
  background: center/contain no-repeat url(../images/common/sub-visual-title-deco.png);
  z-index: -1;
}
.header .global-nav {
  width: 100%;
  height: 90px;
  background: center/cover no-repeat url(../images/common/nav-bg.png);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header .global-nav-list {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.header .global-nav-list-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.header .global-nav-list-item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.header .global-nav-list-item a {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #fff !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.header .global-nav-list-item a:hover {
  opacity: 0.5;
}
.header .fix-tel {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
}
.header .fix-tel-txt {
  position: absolute;
  right: 5.33333333vw;
  bottom: 1.33333333vw;
  width: 28.5333333%;
  text-align: center;
}
.header .fix-tel-txt img {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header .drawer-sub-list {
  margin-top: 4%;
}
.header .drawer-sub-list .drawer-link {
  font-size: 3vw !important;
  padding: 2% 0 !important;
  border: none !important;
}
.header .drawer-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .drawer-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #fff;
}
.header .drawer-sub-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .drawer-sub-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #fff;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-about {
  background: center/cover no-repeat url(../images/top/top-about-bg-sp.png);
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background: center/cover no-repeat url(../images/top/top-about-img.png);
}
.top-about-inner {
  padding: 350px 0 50px 0;
}
.top-about-textbox {
  max-width: 611px;
  width: 100%;
  margin: 0 auto;
}
.top-about-title {
  text-align: center;
  margin-bottom: 25px;
}
.top-about-title img {
  height: 142px;
}
.top-about-text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  margin-bottom: 30px;
}

.top-scene {
  background: center/cover no-repeat url(../images/top/top-scene-bg.png);
}
.top-scene-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.top-scene-list-item {
  max-width: 250px;
  width: 100%;
  height: 249px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 0px 0 15px rgba(255, 255, 255, 0.5), 0px 0 15px rgba(255, 255, 255, 0.5), 0px 0 15px rgba(255, 255, 255, 0.5);
  background: center/cover no-repeat url(../images/top/top-scene-box-bg.png);
}
.top-scene-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.top-scene-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 3px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  color: #050403;
  text-align: center;
  position: relative;
  z-index: 1;
}
.top-scene-text::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
.top-scene-text:not(:last-of-type) {
  margin-bottom: 15px;
}

.top-menu {
  overflow: hidden;
  background: right top/528.5px 504.5px no-repeat url(../images/top/top-menu-bg01.png), right bottom/589.5px 563px no-repeat url(../images/top/top-menu-bg02.png), center/128px 128px repeat url(../images/top/cmn-pattern01.png);
  position: relative;
  z-index: 1;
}
.top-menu::before {
  position: absolute;
  content: "";
  top: 391px;
  left: 0;
  width: 100%;
  height: 797px;
  background: center/cover no-repeat url(../images/top/top-menu-bg-c.png);
  z-index: -1;
}
.top-menu-content {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.top-menu-content:nth-of-type(2) .top-menu-title {
  margin-top: -90px;
  margin-right: auto;
}
.top-menu-content:nth-of-type(3) .top-menu-title {
  margin-left: auto;
}
.top-menu-img {
  width: 110%;
  margin-left: -20px;
  margin-bottom: 0;
}
.top-menu-title {
  max-width: 230px;
  width: 100%;
  margin-top: -70px;
}
.top-menu .cmn-btn {
  margin: 0 auto;
}

.top-seat {
  background: center/cover no-repeat url(../images/top/top-seat-bg.png);
}
.top-seat-text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  color: #050403;
  margin-bottom: 20px;
  text-align: center;
}
.top-seat-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-seat-content {
  max-width: 515px;
  width: 100%;
}
.top-seat-content:not(:last-of-type) {
  margin-bottom: 20px;
}
.top-seat-img {
  margin-bottom: 20px;
}
.top-seat-title {
  font-family: "Yuji Syuku", serif;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #050403;
}
.top-seat-sub-text {
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  background-color: rgba(35, 24, 21, 0.5);
}

.info {
  background: center/128px 128px repeat url(../images/top/cmn-pattern01.png);
}
.info-table {
  width: 100%;
  margin-bottom: 85px;
}
.info-table tr {
  display: block;
  border-bottom: 1px solid rgba(194, 194, 194, 0.2);
}
.info-table tr th {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 25px 0 15px 0;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 15px;
  vertical-align: middle;
}
.info-img-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info-img-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.info-tel-txt {
  display: block;
  margin-top: 10px;
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.reserve {
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
}
.reserve-title {
  font-family: "Yuji Syuku", serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 0px 0 15px rgba(255, 255, 255, 0.5), 0px 0 15px rgba(255, 255, 255, 0.5), 0px 0 15px rgba(255, 255, 255, 0.5);
}
.reserve-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.reserve-list-item {
  max-width: 300px;
  width: 100%;
  height: 170px;
}
.reserve-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.reserve-list-item:nth-child(2) a {
  font-size: 2.6rem;
  padding-top: 33px;
  background-color: #fff3d1;
}
.reserve-list-item:nth-child(2) a::before {
  width: 22px;
  height: 31px;
  margin-bottom: 20px;
  background: center/contain no-repeat url(../images/top/reserve-map-icon.png);
}
.reserve-list-item:nth-child(2) a::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 39px;
  height: 38px;
  background: center/cover no-repeat url(../images/top/reserve-arrow.png);
}
.reserve-list-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1;
  color: #050403;
  letter-spacing: 0.08em;
  padding-top: 25px;
  background-color: #fff;
  position: relative;
}
.reserve-list-item a::before {
  content: "";
  width: 33px;
  height: 34px;
  margin-bottom: 20px;
  background: center/contain no-repeat url(../images/top/reserve-tel-icon.png);
}
.reserve-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.reserve-tel-txt {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-textbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-text {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
}
.reserve-text:not(:last-of-type) {
  margin-bottom: 15px;
}

.link-banner {
  background: center/cover no-repeat url(../images/top/link-banner-bg.png);
  position: relative;
  z-index: 1;
}
.link-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 33px;
  background: center/cover no-repeat url(../images/top/link-banner-bg-line.png);
}
.link-banner::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33px;
  background: center/cover no-repeat url(../images/top/link-banner-bg-line.png);
}
.link-banner-inner {
  max-width: none;
}
.link-banner-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.link-banner-list-item {
  max-width: 340px;
  width: 100%;
  height: 382px;
}
.link-banner-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 10px solid #7c0707;
  position: relative;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  width: 70px;
  height: 70px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
}
.link-banner-list-item a:hover .link-banner-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.link-banner-list-title {
  max-width: 88px;
  width: 100%;
  height: 234px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Yuji Syuku", serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  background: center/cover no-repeat url(../images/top/link-banner-title-bg.png);
}
.link-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.link-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.news {
  background: center/cover no-repeat url(../images/top/news-bg.png);
  position: relative;
  z-index: 1;
}
.news-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.news-textbox {
  max-width: 750px;
  width: 100%;
  color: #050403;
}
.news-section-title {
  margin-bottom: 30px;
}
.news-section-title img {
  height: 130px;
}
.news-list {
  width: 100%;
  margin-bottom: 25px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.news-list-item a {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(40, 23, 19, 0.2);
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #050403;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag::before {
  content: "|";
  margin-right: 15px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 15px;
}
.news-accent time {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #050403;
  letter-spacing: 0.1em;
  margin-right: 25px;
  margin-bottom: 5px;
}
.news-title {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #050403;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1;
  color: #7c0707;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(124, 7, 7, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news .more-btn::after {
  content: "";
  width: 10px;
  height: 16px;
  margin-left: 13px;
  background: center/cover no-repeat url(../images/top/news-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn:hover {
  opacity: 0.8;
}
.news .more-btn:hover::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-tag-list {
  max-width: 250px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #231815;
  border: 2px solid #231815;
}
.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: #231815;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail {
  background: center/cover no-repeat url(../images/top/news-bg.png);
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
  color: #050403;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          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-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  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 #231815;
  border-bottom: 1px solid #231815;
}
.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 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #231815;
  border-right: 1px solid #231815;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #231815 !important;
}
.news-detail .paginated-link a:hover {
  color: #7c0707 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#news .news-section-title {
  text-align: center;
  margin-bottom: 30px;
}

/*========================================
about
==========================================*/
.about {
  background: center/cover no-repeat url(../images/about/about-bg.png);
}
.about-textbox {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
  background-color: rgba(35, 24, 21, 0.9);
}
.about-text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.9;
}

.reason {
  background: center/128px 128px repeat url(../images/top/cmn-pattern01.png);
}
.reason-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reason-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.reason-img {
  margin-bottom: 15px;
}
.reason-textbox {
  max-width: 486px;
  width: 100%;
}
.reason-title {
  font-family: "Yuji Syuku", serif;
  font-size: 2.1rem;
  line-height: 1.37;
  letter-spacing: 0.1em;
  margin-bottom: 17px;
  text-shadow: 0px 0 15px rgba(255, 255, 255, 0.5), 0px 0 15px rgba(255, 255, 255, 0.5), 0px 0 15px rgba(255, 255, 255, 0.5);
}
.reason-text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}

/*========================================
menu
==========================================*/
.menu {
  overflow: hidden;
  background: center/128px 128px repeat url(../images/top/cmn-pattern01.png);
}
.menu-title {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 52px;
  background-color: rgba(255, 255, 255, 0.15);
}
.menu-content {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-content:nth-of-type(2) .menu-content-title {
  margin-top: -90px;
  margin-right: auto;
}
.menu-content:not(:last-of-type) {
  margin-bottom: 25px;
}
.menu-content-title {
  max-width: 230px;
  width: 100%;
  margin-top: -70px;
}
.menu-main {
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.menu-img {
  width: 110%;
  margin-left: -20px;
  margin-bottom: 0;
}
.menu-text {
  max-width: 525px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.55;
}
.menu-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-sub-content {
  max-width: 520px;
  width: 100%;
}
.menu-sub-content:nth-of-type(2) {
  margin-top: 30px;
  position: relative;
}
.menu-sub-content:nth-of-type(2)::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -13px;
  width: 115px;
  height: 115px;
  background: center/cover no-repeat url(../images/menu/menu-sub-img.png);
}
.menu-sub-content:nth-of-type(2) .menu-sub-title {
  padding: 12px 12px 12px 110px;
}
.menu-sub-content:nth-of-type(2) .menu-sub-text {
  padding: 12px 12px 12px 110px;
}
.menu-sub-title {
  font-family: "Yuji Syuku", serif;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  padding: 12px 13px;
  background-color: #7c0707;
}
.menu-sub-text {
  font-size: 1.6rem;
  font-weight: 600;
  color: #050403;
  padding: 12px 13px;
  background-color: #fff3d1;
}
.menu-sub-text .accent {
  font-weight: 900;
  color: #7c0707;
}

/*========================================
course
==========================================*/
.course {
  overflow: hidden;
  background: center/128px 128px repeat url(../images/top/cmn-pattern01.png);
}
.course-text {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  text-align: center;
  padding: 18px 10px;
  margin-bottom: 45px;
  background-color: rgba(255, 255, 255, 0.15);
}
.course-notice {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: right;
  margin-bottom: 20px;
}
.course-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 15px;
  background-color: #fff3d1;
}
.course-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.course-img {
  max-width: 330px;
  width: 100%;
  height: 230px;
  overflow: hidden;
  margin-bottom: 10px;
}
.course-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-textbox {
  max-width: 642px;
  width: 100%;
}
.course-title {
  font-family: "Yuji Syuku", serif;
  font-size: 2.1rem;
  color: #7c0707;
  padding-bottom: 13px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(158, 158, 158, 0.6);
}
.course-price {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  color: #050403;
  margin-bottom: 10px;
  text-align: right;
}
.course-time {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.course-time .accent {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.07em;
  padding: 7px 10px;
  background-color: #7c0707;
}
.course-time-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  line-height: 1;
  color: #050403;
  padding: 7px 14px;
  background-color: #fff;
}
.course-body {
  font-size: 1.5rem;
  font-weight: 600;
  color: #050403;
}
.course-body img {
  max-width: 100%;
}

#course .top-seat-flex {
  margin-bottom: 22px;
}
#course .reserve-list-item {
  max-width: 360px;
  margin-right: 0;
}
#course .reserve-list-item:nth-child(2) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 300;
  color: #fff;
  padding-top: 0;
  background-color: #7c0707;
}
#course .reserve-list-item:nth-child(2) a::before {
  display: none;
}
#course .reserve-list-item:nth-child(2) a::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 39px;
  height: 38px;
  background: center/cover no-repeat url(../images/course/reserve-arrow02.png);
}
#course .reserve-list-item:nth-child(3) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 300;
  color: #fff;
  padding-top: 0;
  background-color: #050403;
}
#course .reserve-list-item:nth-child(3) a::before {
  display: none;
}
#course .reserve-list-item:nth-child(3) a::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 39px;
  height: 38px;
  background: center/cover no-repeat url(../images/course/reserve-arrow02.png);
}

.intro {
  background: center/128px 128px repeat url(../images/top/cmn-pattern01.png);
}
.intro-text {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  font-family: "Yuji Syuku", serif;
  font-size: 1.9rem;
  line-height: 1;
  color: #fff;
  text-align: left;
  padding: 13px 20px;
  background-color: rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.intro-text::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 7px;
  height: 7px;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 50%;
}
.intro-text:not(:last-of-type) {
  margin-bottom: 7px;
}
.intro-text .accent {
  display: inline-block;
  line-height: 1;
  color: #fff;
  padding: 3px 7px 7px 7px;
  margin-right: 10px;
  background-color: #7c0707;
}

/*========================================
recruit
==========================================*/
.greeting {
  background: center/128px 128px repeat url(../images/top/cmn-pattern01.png);
  position: relative;
  z-index: 1;
}
.greeting::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33px;
  background: center/cover no-repeat url(../images/recruit/greeting-line.png);
}
.greeting-inner {
  padding-top: 79px;
}
.greeting-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.greeting-img {
  margin-bottom: 15px;
}
.greeting-textbox {
  max-width: 490px;
  width: 100%;
}
.greeting-text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}

.flow {
  background: center/cover no-repeat url(../images/recruit/flow-bg.png);
}
.flow-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flow-list-item {
  max-width: 300px;
  width: 100%;
  height: 300px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 35px;
  background: center/cover no-repeat url(../images/recruit/flow-box-bg.png);
}
.flow-list-item:not(:last-child) {
  margin-bottom: 55px;
  position: relative;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 34px;
  height: 31px;
  background: center/cover no-repeat url(../images/recruit/flow-arrow.png);
}
.flow-list-title {
  font-family: "Yuji Syuku", serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
  text-shadow: 0px 0 15px rgba(255, 255, 255, 0.5), 0px 0 15px rgba(255, 255, 255, 0.5), 0px 0 15px rgba(255, 255, 255, 0.5);
}
.flow-no {
  font-family: "Yuji Syuku", serif;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 15px;
}
.flow-icon {
  max-width: 192px;
  width: 100%;
  height: 101px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow-text {
  font-size: 1.6rem;
  font-weight: 600;
}

/*========================================
contact
==========================================*/
.contact {
  background: center/128px 128px repeat url(../images/top/cmn-pattern01.png);
}
.contact-content {
  margin-bottom: 49px;
  background-color: #fff3d1;
}
.contact-tel {
  max-width: 315px;
  width: 90%;
  height: 122px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.9rem;
  font-weight: 300;
  line-height: 1;
  color: #050403 !important;
  letter-spacing: 0.08em;
  padding-top: 35px;
  margin-bottom: 25px;
  background-color: #fff;
  position: relative;
}
.contact-tel::before {
  content: "";
  width: 35px;
  height: 36px;
  margin-right: 15px;
  background: center/contain no-repeat url(../images/top/reserve-tel-icon.png);
}
.contact-tel-txt {
  position: absolute;
  right: 30px;
  bottom: 27px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.contact-tel-txt img {
  display: block;
}
.contact-title {
  font-family: "Yuji Syuku", serif;
  font-size: 2.3rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
  padding: 20px 0;
  margin-bottom: 25px;
  text-align: center;
  background-color: #7c0707;
}
.contact-textbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
}
.contact-text {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1;
  color: #050403;
}
.contact-text:not(:last-of-type) {
  margin-bottom: 15px;
}
.contact_wrap {
  padding: 0 15px 20px 15px;
  background-color: #fff3d1;
}
.contact-notice {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  color: #050403;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #231815;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #231815;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #231815;
}

/*========================================
privacy
==========================================*/
.privacy {
  background: center/128px 128px repeat url(../images/top/cmn-pattern01.png);
}
.privacy-content {
  padding: 20px 15px;
  text-align: left;
  border: 1px solid #fff;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #fff;
}
.privacy-text {
  font-size: 1.4rem;
  font-weight: 500;
}
.privacy-list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site {
  background: center/128px 128px repeat url(../images/top/cmn-pattern01.png);
}
.site-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #7c0707 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  margin-bottom: 10vw;
  background: center/128px 128px repeat url(../images/top/cmn-pattern01.png);
  position: relative;
  z-index: 0;
}
.footer-inner {
  padding: 25px 0 15px 0;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 17px;
}
.footer-content {
  max-width: 500px;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
.footer-textbox {
  max-width: 232px;
  width: 100%;
  margin-bottom: 15px;
}
.footer-flex {
  max-width: 480px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 18px;
}
.footer-sub-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.07em;
  padding: 5px 0;
  margin-bottom: 9px;
  text-align: center;
  background-color: #7c0707;
}
.footer-tel {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff !important;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 23px;
  height: 23px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.footer-tel-txt img {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-map {
  max-width: 212px;
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #050403 !important;
  letter-spacing: 0.05em;
  background-color: #fff3d1;
}
.footer-map::before {
  content: "";
  width: 17px;
  height: 25px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/footer-map-icon.png);
}
.footer-map:hover {
  opacity: 0.6;
}
.footer-link {
  max-width: 510px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.footer-btn {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
.footer-btn::after {
  content: "";
  width: 16px;
  height: 12px;
  margin-left: 11px;
  background: center/cover no-repeat url(../images/top/footer-btn-deco.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-btn:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-btn:hover {
  opacity: 0.8;
}
.footer-btn:hover::after {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}
.footer-right {
  max-width: 315px;
  width: 100%;
}
.footer-nav {
  width: 100%;
  margin-bottom: 30px;
}
.footer-nav-list {
  width: 100%;
  height: 200px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(4n)) {
  margin-bottom: 45px;
}
.footer-nav-list-item:last-child {
  margin-bottom: 0;
}
.footer-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-nav-list-item a::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 12px;
  background-color: #fff;
  border-radius: 50%;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-sub-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-sub-list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-sub-list-item:not(:last-child) {
  margin-right: 15px;
}
.footer-sub-list-item a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-sub-list-item a::before {
  content: "";
  width: 6px;
  height: 9px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/top/footer-nav-arrow.png);
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-sub-list-item a:hover {
  opacity: 0.6;
}
.footer-sub-list-item a:hover::before {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.footer-bottom {
  background-color: #050403;
}
.footer-bottom-inner {
  padding: 24px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  color: #d3d3d3;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 1;
}
.footer-bottom #copyright a {
  color: #d3d3d3 !important;
}