/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  position: relative;
}
.header-en-top {
  width: 100%;
  padding: 21px 0 23px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-en-logo 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;
}
.header-en-logo a:hover {
  opacity: 0.6;
}
.header-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff !important;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 8px;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 34px;
  height: 35px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.header-tel-txt img {
  display: block;
}
.header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 118px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px 0 30px;
  border-bottom: 1px solid #2a2f24;
  z-index: 10;
}
.header-logo {
  margin: 0 50px;
}
@media (max-width: 1470px) {
  .header-logo {
    margin: 0 35px;
  }
}
.header-logo 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;
}
.header-logo a:hover {
  opacity: 0.6;
}
.header .global-nav-list {
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item:not(:last-child) {
  margin-right: 35px;
}
@media (max-width: 1470px) {
  .header .global-nav-list-item:not(:last-child) {
    margin-right: 20px;
  }
}
.header .global-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.4);
  position: relative;
}
.header .global-nav-list-item a::before {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .global-nav-list-item a:hover::before {
  width: 100%;
}
.header .global-nav-list-item a.cursor {
  cursor: none;
}
.header .global-nav-list-item.current a::before {
  width: 100%;
}
.header .en-visual {
  width: 100%;
  max-height: 850px;
  min-height: 566px;
  height: 47vw;
  margin-bottom: 30px;
}
.header .en-visual-list {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .en-visual-list-item {
  max-width: 910px;
  width: 47.3958333%;
  height: 100%;
}
.header .en-visual-list-item:not(:last-child) {
  margin-right: 30px;
}
.header .en-visual-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;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 2px 2px 6px 0 rgba(34, 34, 34, 0.3);
}
.header .en-visual-list-item a:hover .en-visual-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.header .en-visual-title {
  position: relative;
}
.header .en-visual-title::before {
  position: absolute;
  content: "";
  right: -15px;
  bottom: -17px;
  width: 90px;
  height: 90px;
  background: center/cover no-repeat url(../images/common/en-arrow01.png);
}
.header .en-visual-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.header .en-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.header .en-banner {
  max-width: 1278px;
  width: 97%;
  min-height: 215px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 2px 2px 6px 0 rgba(34, 34, 34, 0.3);
}
.header .en-banner:hover {
  opacity: 0.8;
}
.header .en-banner:hover .en-banner-title::before {
  right: -90px;
}
.header .en-banner-title {
  position: relative;
}
.header .en-banner-title::before {
  position: absolute;
  content: "";
  right: -80px;
  bottom: -54px;
  width: 70px;
  height: 70px;
  background: center/cover no-repeat url(../images/common/en-arrow02.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .main-visual {
  width: 100%;
  height: 950px;
}
.header .main-visual-textbox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 323px 185px;
}
.header .main-visual-slick {
  width: 100%;
  height: 100%;
}
.header .main-visual-slick .slide:nth-child(2) .main-visual-textbox {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 87px 323px 0;
}
.header .main-visual-slick .slide:nth-child(3) .main-visual-textbox {
  padding: 0 0 323px 152px;
}
.header .main-visual-slick.summer .slide:nth-child(2) .main-visual-textbox {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 87px 323px 0;
}
.header .main-visual-slick.summer .slide:nth-child(3) .main-visual-textbox {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 87px 323px 0;
}
.header .main-visual-slick.summer .slide:nth-child(4) .main-visual-textbox {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 323px 152px;
}
.header .main-visual-slick.autumn .slide:nth-child(even) .main-visual-textbox {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 87px 323px 0;
}
.header .main-visual-slick.winter .slide:nth-child(2) .main-visual-textbox {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 87px 323px 0;
}
.header .main-visual-slick.winter .slide:nth-child(3) .main-visual-textbox {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 87px 323px 0;
}
.header .main-visual-slick.winter .slide:nth-child(4) .main-visual-textbox {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 87px 323px 0;
}
.header .main-visual-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header .main-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .main-visual.spring .bx-wrapper:nth-of-type(1) {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header .main-visual.spring .bx-wrapper:nth-of-type(1) ul {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header .main-visual.summer .bx-wrapper:nth-of-type(2) {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header .main-visual.summer .bx-wrapper:nth-of-type(2) ul {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header .main-visual.autumn .bx-wrapper:nth-of-type(3) {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header .main-visual.autumn .bx-wrapper:nth-of-type(3) ul {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header .main-visual.winter .bx-wrapper:nth-of-type(4) {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header .main-visual.winter .bx-wrapper:nth-of-type(4) ul {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header .sub-visual {
  width: 100%;
  height: 550px;
}
.header .sub-visual-textbox {
  max-width: 1540px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 175px;
}
.header .sub-visual-title {
  font-family: "Cormorant", serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}
.header .drawer {
  /*	drawer inbox
    ------------------------------------ */
}
.header .drawer .sp-menu-btn-wrp {
  display: block;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 10000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .drawer .sp-menu-btn-wrp .sp-menu-btn {
  position: relative;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .drawer .sp-menu-btn-wrp .sp-menu-btn span {
  width: 20px;
  height: 1px;
  margin: auto;
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .drawer .sp-menu-btn-wrp .sp-menu-btn-txt {
  text-align: center;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  position: relative;
  top: -5px;
}
.header .drawer .sp-menu-btn.active .top {
  background-color: #f5f6f4;
  -webkit-transform: translateY(20px) translateX(0px) rotate(30deg);
          transform: translateY(20px) translateX(0px) rotate(30deg);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header .drawer .sp-menu-btn.active .middle {
  opacity: 0;
  background-color: #f5f6f4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header .drawer .sp-menu-btn.active .bottom {
  background-color: #f5f6f4;
  -webkit-transform: translateY(-21px) translateX(-1px) rotate(-30deg);
          transform: translateY(-21px) translateX(-1px) rotate(-30deg);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header .drawer #drawer-nav {
  visibility: hidden;
  width: 100%;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 10;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background-color: #2a2f24;
  overflow-y: scroll;
}
.header .drawer #drawer-nav #nav .drawer-link {
  display: block;
  width: 100%;
  padding: 3% 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  font-size: 3.8vw;
}
.header .drawer #drawer-nav.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  z-index: 100;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 1;
}
.header .drawer #pc_nav {
  width: 50%;
  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;
  background-color: #2a2f24;
}
.header .drawer-left {
  width: 50%;
  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 .drawer-nav-logo 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;
}
.header .drawer-nav-logo a:hover {
  opacity: 0.6;
}
.header .drawer .sp-menu-btn-wrp {
  top: 40px;
  right: 40px;
  bottom: auto;
  left: auto;
  cursor: pointer;
}
@media (max-width: 1470px) {
  .header .drawer .sp-menu-btn-wrp {
    right: 25px;
  }
}
.header .drawer .sp-menu-btn-wrp .sp-menu-btn {
  position: relative;
  display: block;
  width: 58px;
  height: 42px;
}
.header .drawer .sp-menu-btn-wrp .sp-menu-btn span {
  width: 50px;
  height: 1px;
  background: #000000;
  -webkit-box-shadow: 1px 1px 20px 5px rgba(255, 255, 255, 0.2);
          box-shadow: 1px 1px 20px 5px rgba(255, 255, 255, 0.2);
}
.header .drawer .sp-menu-btn-wrp .sp-menu-btn .top {
  top: 0;
}
.header .drawer .sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.header .drawer .sp-menu-btn-wrp .sp-menu-btn .bottom {
  bottom: 0px;
}
.header .drawer .sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}
.header .drawer #drawer-nav {
  width: 100%;
  background-color: #f5f6f4;
}
.header .drawer #drawer-nav #pc_nav .drawer-link {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #f5f6f4 !important;
}
.header .drawer .drawer-item a {
  position: relative;
}
.header .drawer .drawer-item a::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .drawer .drawer-item a .accent {
  display: inline-block;
  margin-left: 50px;
}
.header .drawer .drawer-item a:hover::before {
  width: 100%;
}
.header .drawer .drawer-item a.current::before {
  width: 100%;
}
.header .drawer .drawer-item:not(:last-child) {
  margin-bottom: 5vh;
}

#mv {
  width: 100%;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  width: 100%;
  height: 980px;
  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;
  position: relative;
  z-index: 1;
  display: none;
}

#mv li {
  width: 100%;
  height: 100%;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.reserve {
  position: relative;
  z-index: 2;
}
.reserve-inner {
  max-width: 1280px;
  width: 98%;
  padding: 135px 0 0 0;
}
.reserve-banner {
  width: 100%;
  min-height: 372px;
  background-color: #2a2f24;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
  position: relative;
}
.reserve-banner::before {
  position: absolute;
  content: "";
  right: 30px;
  bottom: 30px;
  width: 100px;
  height: 100px;
  background: center/cover no-repeat url(../images/top/reserve-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-banner:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.reserve-textbox {
  max-width: 682px;
  width: 100%;
}
.reserve-title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #f5f6f4;
  margin-left: 22px;
  margin-bottom: 20px;
}
.reserve-sub-title {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 21px;
  margin-bottom: 30px;
  background-color: #f5f6f4;
}
.reserve-text {
  font-size: 2.2rem;
  font-weight: 400;
  color: #f5f6f4;
  line-height: 1;
  margin-left: 22px;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
.reserve-sub-textbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 22px;
  padding: 17px 32px;
  background-color: rgba(169, 186, 142, 0.2);
}
.reserve-info {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #f5f6f4;
}
.reserve-info span:nth-of-type(1) {
  position: relative;
}
.reserve-info span:nth-of-type(1)::before {
  position: absolute;
  content: "";
  right: -39px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 3px;
  background: center/cover no-repeat url(../images/top/reserve-dot.png);
}
.reserve-info span:not(:last-of-type) {
  margin-right: 50px;
}
.reserve-info:not(:last-of-type) {
  margin-right: 51px;
}

.top-about {
  margin-top: -30px;
  border-top: 1px solid #b6b9b0;
  border-bottom: 1px solid #b6b9b0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1166px;
  height: 674px;
  background: center/contain no-repeat url(../images/top/top-about-bg-l-b.png);
  z-index: -1;
}
.top-about::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 926px;
  height: 445px;
  background: center/contain no-repeat url(../images/top/top-about-bg-r-t.png);
  z-index: -1;
}
.top-about-inner {
  padding: 240px 0;
}
.top-about-title {
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.15em;
  padding-top: 74px;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}
.top-about-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1093px;
  height: 89px;
  background: center/cover no-repeat url(../images/top/top-about-en.png);
  z-index: -1;
}
.top-about-title::after {
  position: absolute;
  content: "";
  bottom: -107px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background-color: #b6b9b0;
}
.top-about-textbox {
  max-width: 878px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 30px 0;
  text-align: center;
  position: relative;
}
.top-about-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 49px;
  height: 81px;
  background: center/cover no-repeat url(../images/top/top-about-box-l-t.png);
}
.top-about-textbox::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 49px;
  height: 81px;
  background: center/cover no-repeat url(../images/top/top-about-box-r-b.png);
}
.top-about-text {
  font-size: 2rem;
  line-height: 2.1;
}

.news {
  margin-left: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  max-width: 1805px;
  width: 80%;
  height: 400px;
  background-color: #eaeee3;
  z-index: -1;
}
.news-inner {
  max-width: 1500px;
  width: 96%;
  padding-top: 130px;
  padding-bottom: 85px;
  position: relative;
}
.news-section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin-bottom: 59px;
}
.news-section-title-en {
  display: block;
  font-family: "Cormorant", serif;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.news-section-title-main {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-right: -55px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news-section-title-main::before {
  content: "";
  width: 95px;
  height: 1px;
  margin-right: 20px;
  background-color: #b6b9b0;
}
.news-list {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-list-item {
  max-width: 345px;
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 1558px) {
  .news-list-item {
    width: 23%;
  }
}
.news-list-item:not(:nth-child(4n)) {
  margin-right: 40px;
}
@media (max-width: 1558px) {
  .news-list-item:not(:nth-child(4n)) {
    margin-right: 30px;
  }
}
.news-list-item a {
  width: 100%;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.news-visual {
  max-width: 345px;
  width: 100%;
  height: 230px;
  margin-bottom: 12px;
  -webkit-box-shadow: 3px 4px 12px 0 rgba(34, 34, 34, 0.15);
          box-shadow: 3px 4px 12px 0 rgba(34, 34, 34, 0.15);
  overflow: hidden;
}
.news-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news time {
  font-family: "Cormorant", serif;
  display: block;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news-accent-tag {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  padding: 6px 15px;
  margin-bottom: 5px;
  background-color: #a9ba8e;
}
.news-accent-tag:not(:last-child) {
  margin-right: 13px;
}
.news-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 9px;
}
.news .more-btn {
  position: absolute;
  top: 217px;
  right: 0;
  width: 123px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 18px;
  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;
  border-bottom: 1px solid #b6b9b0;
}
.news .more-btn::after {
  content: "";
  width: 19px;
  height: 13px;
  margin-left: 70px;
  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: 350px;
  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: #a9ba8e;
  border: 2px solid #a9ba8e;
}
.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: #a9ba8e;
}
.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 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.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-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 #a9ba8e;
  border-bottom: 1px solid #a9ba8e;
}
.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%;
  width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          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 #a9ba8e;
  border-right: 1px solid #a9ba8e;
}
.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: #a9ba8e !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

.top-movie {
  position: relative;
  z-index: 1;
}
.top-movie::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 175px;
  background-color: #a9ba8e;
  z-index: -1;
}
.top-movie-inner {
  padding: 120px 0 0 0;
}
.top-movie-inner .cmn-title {
  padding-top: 75px;
}
.top-movie-inner .cmn-title::before {
  height: 60px;
}
.top-movie-inner .cmn-title-en {
  font-size: 12rem;
}
.top-movie-content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.top-movie-wrap {
  max-width: 900px;
  width: 100%;
  height: 506px;
}
.top-movie-wrap iframe {
  width: 100%;
  height: 100%;
}
.top-movie-btn {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 24px 0 19px 0;
  border-bottom: 1px solid rgba(62, 62, 58, 0.3);
}
.top-movie-btn::after {
  content: "";
  width: 19px;
  height: 13px;
  background: center/cover no-repeat url(../images/top/top-movie-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-movie-btn:hover {
  opacity: 0.8;
}
.top-movie-btn:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.top-service {
  background-color: #fdfdfd;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-service::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 670px;
  background-color: #a9ba8e;
  z-index: -1;
}
.top-service::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 384px;
  background-color: #f5f6f4;
  z-index: -1;
}
.top-service-inner {
  max-width: 1280px;
  width: 97%;
  padding: 190px 0 132px 0;
  position: relative;
}
.top-service-inner::before {
  position: absolute;
  content: "";
  left: -256px;
  bottom: 166px;
  width: 428px;
  height: 289px;
  background: center/cover no-repeat url(../images/top/top-service-sub-img03.png);
}
.top-service-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-service-content:not(:last-of-type) {
  margin-bottom: 122px;
}
.top-service-content:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.top-service-content:nth-of-type(2) .top-service-title {
  color: #a9ba8e;
  margin-bottom: 40px;
}
.top-service-content:nth-of-type(2) .top-service-title-main {
  color: #2a2f24;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-service-content:nth-of-type(2) .top-service-title-main::before {
  background-color: #a9ba8e;
}
.top-service-content:nth-of-type(2) .top-service-text {
  color: #2a2f24;
  margin-bottom: 30px;
}
.top-service-content:nth-of-type(2) .top-service-img {
  margin-left: auto;
  margin-right: -255px;
  position: relative;
  z-index: 1;
}
.top-service-content:nth-of-type(2) .top-service-img::before {
  position: absolute;
  content: "";
  top: 95px;
  left: -214px;
  width: 293px;
  height: 198px;
  background: center/cover no-repeat url(../images/top/top-service-sub-img01.png);
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
}
.top-service-content:nth-of-type(2) .top-service-img::after {
  position: absolute;
  content: "";
  left: -318px;
  bottom: 60px;
  width: 190px;
  height: 252px;
  background: center/cover no-repeat url(../images/top/top-service-sub-img02.png);
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
  z-index: -1;
}
@media (max-width: 1540px) {
  .top-service-content:nth-of-type(2) .top-service-img {
    margin-right: -30px;
  }
  .top-service-content:nth-of-type(2) .top-service-img::before {
    left: -150px;
  }
}
.top-service-content:nth-of-type(2) .top-service-textbox {
  max-width: 687px;
  margin-top: 130px;
}
@media (max-width: 1540px) {
  .top-service-content:nth-of-type(2) .top-service-textbox {
    max-width: 575px;
  }
}
.top-service-img {
  margin-left: -320px;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
}
.top-service-textbox {
  max-width: 723px;
  width: 100%;
  margin-top: 58px;
  margin-right: -110px;
}
@media (max-width: 1540px) {
  .top-service-textbox {
    max-width: 611px;
    margin-right: -9px;
  }
}
.top-service-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  color: #fdfdfd;
  margin-bottom: 59px;
}
.top-service-title-en {
  display: block;
  font-family: "Cormorant", serif;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
@media (max-width: 1540px) {
  .top-service-title-en {
    font-size: 10rem;
  }
}
.top-service-title-main {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-service-title-main::before {
  content: "";
  width: 95px;
  height: 1px;
  margin-right: 20px;
  background-color: #fdfdfd;
}
.top-service-text {
  line-height: 2.18;
  color: #fdfdfd;
  margin-bottom: 45px;
}
@media (max-width: 1540px) {
  .top-service-text {
    margin-bottom: 50px;
  }
}
.top-service-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.top-service-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.top-point-inner {
  max-width: 1500px;
  padding: 38px 0 130px 0;
}
.top-point-inner .cmn-title {
  padding-top: 75px;
  margin-bottom: 60px;
}
.top-point-inner .cmn-title::before {
  height: 60px;
}
.top-point-inner .cmn-title-en {
  font-size: 12rem;
}
.top-point-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 74px;
  position: relative;
}
.top-point-list::before {
  position: absolute;
  content: "";
  top: 0;
  left: 32.6666667%;
  width: 1px;
  height: 100%;
  background-color: rgba(127, 140, 107, 0.3);
}
.top-point-list::after {
  position: absolute;
  content: "";
  top: 0;
  right: 32.6666667%;
  width: 1px;
  height: 100%;
  background-color: rgba(127, 140, 107, 0.3);
}
.top-point-list-item {
  max-width: 460px;
  width: 30.6666667%;
  padding: 58px 0 47px 0;
  text-align: center;
}
.top-point-list-item:not(:nth-last-child(-n+3)) {
  border-bottom: 1px solid rgba(127, 140, 107, 0.3);
}
.top-point-list-title {
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  line-height: 1.61;
}
.top-point-list-title .s-font {
  font-size: 2.2rem;
}
@media (max-width: 1480px) {
  .top-point-list-title {
    font-size: 2.2rem;
  }
  .top-point-list-title .s-font {
    font-size: 2rem;
  }
}
.top-point-no {
  font-family: "Cormorant", serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #a9ba8e;
  margin-bottom: 10px;
}
.top-point-no .accent {
  display: inline-block;
  font-size: 7rem;
}
.top-point-btn {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 0 0 19px 0;
  border-bottom: 1px solid rgba(62, 62, 58, 0.3);
}
.top-point-btn::after {
  content: "";
  width: 19px;
  height: 13px;
  background: center/cover no-repeat url(../images/top/top-movie-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-point-btn:hover {
  opacity: 0.8;
}
.top-point-btn:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.top-pet {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-pet::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 134px;
  width: 61.5151515%;
  height: 722px;
  background-color: #eaeee3;
  z-index: -1;
}
.top-pet-inner {
  max-width: 1280px;
  width: 95%;
  padding: 76px 0 176px 0;
}
.top-pet-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-pet-img {
  margin-right: -110px;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
}
.top-pet-textbox {
  max-width: 623px;
  width: 100%;
  margin-top: 100px;
  padding-bottom: 90px;
  position: relative;
}
.top-pet-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin-bottom: 59px;
}
.top-pet-title-en {
  display: block;
  margin-bottom: 45px;
}
.top-pet-title-main {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  color: #2a2f24;
  letter-spacing: 0.15em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-pet-title-main::before {
  content: "";
  width: 95px;
  height: 1px;
  margin-right: 20px;
  background-color: #2a2f24;
}
.top-pet-text {
  line-height: 2.18;
}
.top-pet-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.top-pet-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.top-business {
  position: relative;
  z-index: 1;
}
.top-business::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 81px;
  width: 61.5151515%;
  height: 722px;
  background-color: #2a2f24;
  z-index: -1;
}
.top-business-inner {
  max-width: 1280px;
  padding: 113px 0 147px 0;
}
.top-business-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-business-img {
  margin-left: -320px;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
}
.top-business-textbox {
  max-width: 723px;
  width: 100%;
  margin-top: 77px;
  margin-right: -110px;
  padding-bottom: 90px;
  position: relative;
}
@media (max-width: 1540px) {
  .top-business-textbox {
    max-width: 611px;
    margin-right: 20px;
  }
}
.top-business-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin-bottom: 59px;
}
.top-business-title-en {
  display: block;
  margin-bottom: 45px;
}
.top-business-title-main {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  color: #a9ba8e;
  letter-spacing: 0.15em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-business-title-main::before {
  content: "";
  width: 95px;
  height: 1px;
  margin-right: 20px;
  background-color: #a9ba8e;
}
.top-business-text {
  line-height: 2.18;
  color: #f5f6f4;
}
.top-business-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.top-business-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.link-banner {
  overflow: hidden;
}
.link-banner-inner {
  max-width: none;
  padding: 98px 0 195px 0;
}
.link-banner-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-banner-list-item {
  max-width: 450px;
  width: 100%;
}
@media (max-width: 1630px) {
  .link-banner-list-item {
    max-width: 380px;
  }
}
.link-banner-list-item:not(:last-child) {
  margin-right: 117px;
}
@media (max-width: 1630px) {
  .link-banner-list-item:not(:last-child) {
    margin-right: 50px;
  }
}
.link-banner-list-item:nth-child(2) a::before {
  width: 56px;
  height: 303px;
  background: center/cover no-repeat url(../images/top/link-banner-en02.png);
}
.link-banner-list-item:nth-child(3) a::before {
  width: 56px;
  height: 252px;
  background: center/cover no-repeat url(../images/top/link-banner-en03.png);
}
.link-banner-list-item a {
  width: 100%;
  position: relative;
  z-index: 1;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  top: -6px;
  right: -29px;
  width: 55px;
  height: 178px;
  background: center/cover no-repeat url(../images/top/link-banner-en01.png);
  z-index: 1;
}
.link-banner-list-item a:hover {
  opacity: 0.8;
}
.link-banner-list-item a:hover .link-banner-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.link-banner-list-item a:hover .link-banner-btn::after {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}
.link-banner-list-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 41px;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.link-banner-img {
  width: 100%;
  height: 582px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
}
.link-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.link-banner-btn {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 23px 0 19px 0;
  border-bottom: 1px solid rgba(62, 62, 58, 0.3);
}
.link-banner-btn::after {
  content: "";
  width: 19px;
  height: 13px;
  background: center/cover no-repeat url(../images/top/top-movie-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-banner-btn:hover {
  opacity: 0.8;
}
.link-banner-btn:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.top-sns {
  overflow: hidden;
}
.top-sns-inner {
  max-width: none;
  padding: 0;
}
.top-sns-title {
  font-size: 4.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  padding-top: 43px;
  margin-bottom: 42px;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}
.top-sns-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1480px;
  height: 61px;
  background: center/contain no-repeat url(../images/top/top-sns-en.png);
  z-index: -1;
}
@media (max-width: 1485px) {
  .top-sns-title::before {
    width: 1243px;
    height: 62px;
  }
}
.top-sns-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 1px solid #b6b9b0;
  border-bottom: 1px solid #b6b9b0;
}
.top-sns-list-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 105px 0;
  border-left: 1px solid #b6b9b0;
}
.top-sns-list-item:last-child {
  border-right: 1px solid #b6b9b0;
}
.top-sns-list-title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 51px;
}
.top-sns-btn {
  margin-bottom: 55px;
}
.top-sns-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

.top-voice-inner {
  padding: 164px 0 130px 0;
}
.top-voice-banner {
  display: block;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 61px 0;
  text-align: center;
  background-color: #2a2f24;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
  position: relative;
}
.top-voice-banner::before {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  background: center/cover no-repeat url(../images/top/top-voice-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-voice-banner::after {
  position: absolute;
  content: "";
  top: -35px;
  left: 0;
  width: 329px;
  height: 68px;
  background: center/cover no-repeat url(../images/top/top-voice-en.png);
}
.top-voice-banner:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.top-voice-title {
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 32px;
  color: #f5f6f4;
  letter-spacing: 0.15em;
}
.top-voice-text {
  font-size: 1.5rem;
  color: #f5f6f4;
  letter-spacing: 0.15em;
  line-height: 1;
}

.top-note {
  position: relative;
  z-index: 1;
}
.top-note::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  max-width: 1480px;
  width: 74.7474747%;
  height: 458px;
  background-color: #a9ba8e;
  z-index: -1;
}
.top-note-inner {
  max-width: 1280px;
  width: 97%;
  padding: 130px 0 270px 0;
}
.top-note-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-note-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  color: #2a2f24;
}
.top-note-title-en {
  display: block;
  font-family: "Cormorant", serif;
  font-size: 10rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.top-note-title-main {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-note-title-main::before {
  content: "";
  width: 95px;
  height: 1px;
  margin-right: 20px;
  background-color: #2a2f24;
}
.top-note-textbox {
  max-width: 823px;
  width: 100%;
  padding: 42px 0 42px 55px;
  position: relative;
}
.top-note-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 41px;
  height: 73px;
  background: center/cover no-repeat url(../images/top/top-note-box-l-t.png);
}
.top-note-textbox::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 41px;
  height: 73px;
  background: center/cover no-repeat url(../images/top/top-note-box-r-b.png);
}
.top-note-text {
  line-height: 2.3333;
  letter-spacing: 0.08em;
}

.top-contact {
  overflow: hidden;
}
.top-contact-inner {
  max-width: 1280px;
  padding: 120px 0 62px 0;
}
.top-contact-content {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
}
.top-contact-content::before {
  position: absolute;
  content: "";
  right: -100px;
  bottom: -62px;
  width: 1710px;
  height: 570px;
  background-color: #2a2f24;
  z-index: -1;
}
@media (max-width: 1770px) {
  .top-contact-content::before {
    height: 510px;
  }
}
.top-contact-img {
  max-width: 880px;
  width: 100%;
  height: 588px;
  margin-left: -320px;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
  position: relative;
  z-index: 1;
}
.top-contact-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1770px) {
  .top-contact-img {
    max-width: 630px;
    width: 100%;
    height: 495px;
    margin-left: -15px;
  }
}
.top-contact-textbox {
  max-width: 620px;
  width: 100%;
  margin-bottom: 43px;
}
.top-contact-title {
  margin-left: -154px;
  margin-bottom: 46px;
  position: relative;
  z-index: 2;
}
.top-contact-sub-textbox {
  max-width: 240px;
  width: 100%;
}
.top-contact-tel {
  font-family: "Cormorant", serif;
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #f5f6f4 !important;
  padding-bottom: 21px;
  position: relative;
  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;
}
.top-contact-tel::before {
  content: "";
  width: 31px;
  height: 36px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/top-contact-tel-icon.png);
}
.top-contact-tel-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.top-contact-tel-txt img {
  display: block;
}
.top-contact-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #f5f6f4;
}
.top-contact-text:not(:last-of-type) {
  margin-bottom: 8px;
}
.top-contact-text .accent {
  display: inline-block;
  width: 80px;
  padding: 5px 0;
  text-align: center;
  margin-right: 13px;
  border: 1px solid rgba(182, 185, 176, 0.3);
}
.top-contact-info {
  margin-bottom: 54px;
}
.top-contact-link {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-contact-btn {
  max-width: 330px;
  width: 100%;
  font-size: 1.7rem;
  line-height: 1;
  color: #f5f6f4 !important;
  letter-spacing: 0.1em;
  padding: 0 0 12px 0;
  margin-right: 83px;
  border-bottom: 1px solid #b6b9b0;
  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;
  position: relative;
}
.top-contact-btn::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/top/top-contact-mail-icon.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-contact-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 13px;
  background: center/cover no-repeat url(../images/top/top-contact-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-contact-btn:hover {
  opacity: 0.8;
}
.top-contact-btn:hover::after {
  right: -6px;
}
.top-contact-list-item:not(:last-child) {
  margin-right: 49px;
}
.top-contact-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

#home .top-contact-inner {
  padding-top: 120px;
}

/*========================================
about
==========================================*/
.about-guide {
  padding: 90px 0 60px 0;
}
.about-guide-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-guide-list-item {
  max-width: 300px;
  width: 100%;
  height: 50px;
}
.about-guide-list-item:not(:last-child) {
  margin-right: 30px;
}
.about-guide-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;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #f5f6f4 !important;
  background-color: #2a2f24;
  position: relative;
}
.about-guide-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 14px;
  background: center/cover no-repeat url(../images/about/about-guide-arrow.png);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about-guide-list-item a:hover::before {
  top: 62%;
}

.feature {
  overflow: hidden;
}
.feature-inner {
  padding-top: 19px;
  padding-bottom: 100px;
}
.feature-inner .cmn-title {
  padding-top: 90px;
}
.feature-inner .cmn-title::before {
  height: 60px;
}
.feature-content {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.feature-content:not(:last-of-type) {
  margin-bottom: 163px;
}
.feature-content:nth-of-type(even)::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 270px;
  background-color: #a9ba8e;
  z-index: -1;
}
.feature-content:nth-of-type(even) .feature-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.feature-content:nth-of-type(odd)::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: calc(100% - 115px);
  height: 790px;
  background-color: #eaeee3;
  z-index: -1;
}
@media (max-width: 1670px) {
  .feature-content:nth-of-type(1)::before {
    height: 726px;
  }
}
.feature-content:nth-of-type(1) .feature-img {
  margin-left: -420px;
}
@media (max-width: 1670px) {
  .feature-content:nth-of-type(1) .feature-img {
    max-width: 700px;
    width: 100%;
    margin-left: -175px;
  }
}
.feature-content:nth-of-type(2) {
  padding-bottom: 152px;
}
.feature-content:nth-of-type(2) .feature-flex {
  margin: 0 auto;
}
.feature-content:nth-of-type(3)::before {
  height: 704px;
}
@media (max-width: 1670px) {
  .feature-content:nth-of-type(3)::before {
    height: 645px;
  }
}
.feature-content:nth-of-type(3) .feature-img {
  margin-left: -420px;
}
@media (max-width: 1670px) {
  .feature-content:nth-of-type(3) .feature-img {
    max-width: 700px;
    width: 100%;
    margin-left: -175px;
  }
}
.feature-content:nth-of-type(3) .feature-list {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
.feature-content:nth-of-type(3) .feature-list-item {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.feature-content:nth-of-type(4)::before {
  height: 452px;
  background-color: #2a2f24;
}
.feature-content:nth-of-type(4) .feature-img {
  margin-left: -420px;
}
.feature-content:nth-of-type(5)::before {
  height: 1000px;
}
.feature-content:nth-of-type(6) {
  padding-bottom: 80px;
}
.feature-content:nth-of-type(6)::before {
  height: 410px;
}
.feature-content:nth-of-type(6) .feature-img {
  margin-right: -420px;
}
@media (max-width: 1580px) {
  .feature-content:nth-of-type(6) .feature-img {
    max-width: 787px;
    width: 100%;
    margin-right: -244px;
  }
}
.feature-content:nth-of-type(7) {
  padding-bottom: 80px;
}
.feature-content:nth-of-type(7)::before {
  height: 648px;
}
@media (max-width: 1670px) {
  .feature-content:nth-of-type(7)::before {
    height: 592px;
  }
}
.feature-content:nth-of-type(7) .feature-img {
  margin-left: -420px;
}
@media (max-width: 1670px) {
  .feature-content:nth-of-type(7) .feature-img {
    max-width: 700px;
    width: 100%;
    margin-left: -175px;
  }
}
.feature-content:nth-of-type(8)::before {
  height: 432px;
  background-color: #2a2f24;
}
.feature-content:nth-of-type(8) .feature-img {
  margin-right: -420px;
}
@media (max-width: 1580px) {
  .feature-content:nth-of-type(8) .feature-img {
    max-width: 702px;
    width: 100%;
    margin-right: -166px;
  }
}
.feature-content:nth-of-type(9) {
  padding-bottom: 28px;
}
.feature-content:nth-of-type(9)::before {
  height: 362px;
}
@media (max-width: 1670px) {
  .feature-content:nth-of-type(9)::before {
    height: 360px;
  }
}
.feature-content:nth-of-type(9) .feature-flex {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.feature-content:nth-of-type(9) .feature-img {
  margin-left: -420px;
}
@media (max-width: 1670px) {
  .feature-content:nth-of-type(9) .feature-img {
    max-width: 700px;
    width: 100%;
    margin-left: -175px;
  }
}
.feature-content:nth-of-type(9) .feature-btn {
  margin-top: 22px;
}
.feature-flex {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 72px auto;
}
.feature-img {
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
}
.feature-textbox {
  max-width: 500px;
  width: 100%;
}
.feature-title {
  font-size: 3.1rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.626;
  margin-bottom: 38px;
}
.feature-title .accent {
  font-size: 3.8rem;
}
.feature-no {
  font-family: "Cormorant", serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.feature-no::before {
  content: "";
  width: 95px;
  height: 1px;
  margin-right: 26px;
  background-color: #2a2f24;
}
.feature-text {
  font-size: 1.6rem;
  line-height: 2.18;
  letter-spacing: 0.2em;
}
.feature-list {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.feature-list-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.feature-list-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
.feature-sub-img {
  margin-bottom: 20px;
}
.feature-btn {
  margin-top: 35px;
}
.feature-btn:hover {
  opacity: 0.6;
}
.feature-sub-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 60px 60px 60px;
  background-color: #f5f6f4;
  border: 1px solid #a9ba8e;
  position: relative;
}
.feature-sub-content::before {
  position: absolute;
  content: "";
  top: -31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 778px;
  height: 60px;
  background: center/cover no-repeat url(../images/about/feature-deco-en.png);
}
.feature-sub-content-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 32px;
}
.feature-sub-content-img {
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
}
.feature-sub-title {
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
  margin-bottom: 39px;
}
.feature-name {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
  padding: 22px 10px 29px 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #2a2f24;
}
.feature-name .s-font {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  margin: 0 44px 0 34px;
}
.feature-name a {
  margin-bottom: -6px;
}
.feature-name a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.feature-profile-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-left: 60px;
  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;
}
.feature-profile-title::after {
  content: "";
  width: 95px;
  height: 1px;
  margin-left: 20px;
  background-color: #2a2f24;
}
.feature-profile-text {
  margin-left: 60px;
  line-height: 1.75;
}

.flow-inner {
  padding-top: 65px;
}
.flow-inner .cmn-title {
  margin-bottom: 79px;
}
.flow-list-item {
  max-width: 200px;
  width: 100%;
  min-height: 342px;
  padding: 21px 15px 5px 15px;
  background-color: #2a2f24;
  position: relative;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 11px;
  background: center/cover no-repeat url(../images/about/flow-arrow.png);
}
.flow-list-title {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  color: #f5f6f4;
  letter-spacing: 0.05em;
  margin-bottom: 9px;
}
.flow-no {
  position: absolute;
  top: -37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-family: "Cormorant", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}
.flow-no .accent {
  display: inline-block;
  font-size: 4.4rem;
  line-height: 1;
}
.flow-icon {
  max-width: 170px;
  width: 100%;
  height: 90px;
  margin-bottom: 12px;
  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.5rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #f5f6f4;
}
.flow-btn {
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #f5f6f4 !important;
  letter-spacing: 0.08em;
  padding: 0 10px 7px 0;
  margin-top: 12px;
  border-bottom: 1px solid #b6b9b0;
  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;
  position: relative;
}
.flow-btn::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 30px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/business/flow-btn-icon.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.flow-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 11px;
  background: center/cover no-repeat url(../images/business/flow-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.flow-btn:hover {
  opacity: 0.8;
}
.flow-btn:hover::after {
  right: -6px;
}

.notice {
  border-top: 1px solid #b6b9b0;
  border-bottom: 1px solid #b6b9b0;
  position: relative;
  z-index: 1;
}
.notice::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 926px;
  height: 445px;
  background: center/cover no-repeat url(../images/about/notice-bg-l-b.png);
  z-index: -1;
}
.notice-textbox {
  padding: 35px 40px 40px 40px;
  background-color: #fff;
}
.notice-text {
  letter-spacing: 0.15em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.notice-text::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 6px;
  height: 6px;
  margin-right: 13px;
  margin-top: 9px;
  background-color: #2a2f24;
  border-radius: 50%;
}
.notice-text:not(:last-of-type) {
  margin-bottom: 8px;
}

.question {
  background-color: #eaeee3;
}
.question-list {
  padding: 45px;
  background-color: #2a2f24;
}
.question-list-item:not(:last-child) {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(245, 246, 244, 0.2);
}
.question-list-title {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  color: #f5f6f4;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 35px;
}
.question-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 36px;
  height: 42px;
  margin-right: 29px;
  background: center/cover no-repeat url(../images/about/Q.png);
}
.question-textbox {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.question-textbox::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 37px;
  height: 32px;
  margin-right: 27px;
  background: center/cover no-repeat url(../images/about/A.png);
}
.question-body {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  color: #f5f6f4;
}
.question-body img {
  max-width: none;
}

/*========================================
ceremony
==========================================*/
.history {
  overflow: hidden;
}
.history-inner {
  padding-top: 65px;
}
.history-inner .cmn-title {
  padding-top: 75px;
}
.history-inner .cmn-title-en {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.history-inner .cmn-title-main {
  font-size: 4.4rem;
}
.history-content:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.history-content:nth-of-type(even) .history-img {
  margin-left: auto;
}
.history-content:nth-of-type(even) .history-title::before {
  left: -420px;
  background-color: #2a2f24;
}
.history-content:nth-of-type(3) .history-title {
  padding: 43px 0;
}
.history-content:not(:last-of-type) {
  margin-bottom: 63px;
}
.history-img {
  margin-left: -15px;
  position: relative;
  z-index: 2;
}
.history-textbox {
  max-width: 530px;
  width: 100%;
}
.history-title {
  font-size: 3.1rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.42;
  letter-spacing: 0.13em;
  padding: 23px 0;
  margin-bottom: 31px;
  position: relative;
  z-index: 1;
}
.history-title::before {
  position: absolute;
  content: "";
  left: -46px;
  bottom: 0;
  width: 990px;
  height: 100%;
  background-color: #a9ba8e;
  z-index: -1;
}
.history-title .accent {
  font-size: 3.8rem;
}
.history-text {
  font-size: 1.8rem;
  line-height: 1.94;
  letter-spacing: 0.15em;
}

.scene {
  border-top: 1px solid #b6b9b0;
  border-bottom: 1px solid #b6b9b0;
  position: relative;
  z-index: 1;
}
.scene::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 926px;
  height: 445px;
  background: center/cover no-repeat url(../images/about/notice-bg-l-b.png);
  z-index: -1;
}
.scene-inner {
  padding-top: 65px;
}
.scene-inner .cmn-title {
  padding-top: 90px;
}
.scene-inner .cmn-title::before {
  height: 60px;
}
.scene-content {
  max-width: 774px;
  width: 100%;
  margin: 0 auto;
  padding: 47px;
  background-color: #fff;
}
.scene-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  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;
}
.scene-text::before {
  content: "";
  width: 38px;
  height: 39px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/ceremony/scene-check.png);
}
.scene-text:not(:nth-of-type(3)) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.scene-text:nth-of-type(3) {
  margin-bottom: 30px;
}
.scene-sub-title {
  font-family: "Cormorant", serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 20px;
  background-color: #a9ba8e;
}
.scene-sub-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
.scene-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.scene-list-item {
  max-width: 244px;
  width: 100%;
  text-align: center;
}
.scene-list-title {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.scene-img {
  margin-bottom: 15px;
}

.plan-inner {
  padding-top: 65px;
}
.plan-notice {
  line-height: 1;
  text-align: right;
  margin-bottom: 20px;
}
.plan-content {
  padding: 30px 40px 40px 40px;
  border: 1px solid #2a2f24;
}
.plan-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.plan-title {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #322f2c;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.plan-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}
.plan-accent-tag {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #fff;
  padding: 5px 16px;
  margin-bottom: 5px;
  background-color: #2a2f24;
}
.plan-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.plan-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.plan-img {
  max-width: 405px;
  width: 100%;
  height: 405px;
  margin-right: 38px;
  text-align: center;
}
.plan-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.plan-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.plan-price {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  color: #191919;
  line-height: 1;
  text-align: right;
}
.plan-list {
  margin-bottom: 16px;
}
.plan-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.plan-list-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  padding: 8px 12px;
  margin-bottom: 12px;
  background-color: #a9ba8e;
}
.plan-text {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
}
.plan-remark {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  padding: 16px 20px;
  margin-top: 20px;
  background-color: #fff;
}
.plan-link {
  display: block;
  width: 130px;
  margin-left: auto;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.15em;
  padding-bottom: 10px;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #b6b9b0;
}
.plan-link::after {
  content: "";
  width: 14px;
  height: 9px;
  background: center/cover no-repeat url(../images/ceremony/plan-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.plan-link:hover {
  opacity: 0.8;
}
.plan-link:hover::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.plan-tag-list {
  max-width: 962px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 50px;
}
.plan-tag-list-item {
  max-width: 220px;
  width: 100%;
}
.plan-tag-list-item a {
  width: 100%;
  text-align: center;
  padding: 17px 27px;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  margin-bottom: 13px;
  color: #fff !important;
  background-color: #191919;
  position: relative;
}
.plan-tag-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 9px;
  background: center/cover no-repeat url(../images/plan/plan-tag-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.plan-tag-list-item a:hover {
  opacity: 0.8;
}
.plan-tag-list-item a:hover::before {
  right: 3px;
}
.plan-tag-list-item:not(:nth-child(4n)) {
  margin-right: 26px;
}
.plan-detail-img {
  max-width: 630px;
  width: 100%;
  height: 630px;
  margin: 0 auto;
  margin-bottom: 34px;
  text-align: center;
}
.plan-detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan-detail-title {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #322f2c;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.plan-detail-price {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  color: #191919;
  line-height: 1;
  text-align: right;
}
.plan-detail-body {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
.plan-detail-body img {
  max-width: 100%;
  width: 100%;
  margin: 10px;
}

.voice {
  background-color: #eaeee3;
}
.voice-inner {
  padding-top: 65px;
}
.voice-inner .cmn-title {
  margin-bottom: 42px;
}
.voice-text {
  text-align: center;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 32px;
}
.voice-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 25px;
}
.voice-list-item {
  max-width: 330px;
  width: 100%;
  padding: 25px 30px 30px 30px;
  margin-bottom: 45px;
  border: 1px solid #2a2f24;
}
.voice-list-item:not(:nth-child(3n)) {
  margin-right: 45px;
}
.voice-list-title {
  font-size: 2.4rem;
  font-weight: 400;
  color: #322f2c;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}
.voice-list-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  height: 1px;
  background-color: rgba(25, 25, 25, 0.2);
}
.voice-name {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  margin-bottom: 13px;
  background-color: #a9ba8e;
}
.voice-sub-text {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 20px;
}
.voice-body {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  padding: 15px 20px;
  background-color: #fff;
}
.voice-body img {
  max-width: 100%;
}
.voice-btn {
  font-family: "Zen Old Mincho", serif;
  max-width: 600px;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  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.8rem;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff !important;
  background-color: #2a2f24;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
  position: relative;
}
.voice-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: center/cover no-repeat url(../images/ceremony/voice-btn.png);
}
.voice-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.banner-section {
  position: relative;
  z-index: 1;
}
.banner-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1072px;
  height: 515px;
  background: center/cover no-repeat url(../images/ceremony/banner-section-bg-l0t.png);
  z-index: -1;
}
.banner-section-inner {
  max-width: 1280px;
  width: 98%;
  padding: 110px 0 70px 0;
}
.banner-section .campaign-banner {
  width: 100%;
  min-height: 372px;
  padding: 63px 0 0 0;
  margin-bottom: 113px;
  background-color: #a9ba8e;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
  position: relative;
  z-index: 1;
}
.banner-section .campaign-banner::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 548px;
  height: 372px;
  background: center/cover no-repeat url(../images/ceremony/campaign-img.png);
  z-index: -1;
}
.banner-section .campaign-banner::after {
  position: absolute;
  content: "";
  right: 30px;
  bottom: 30px;
  width: 100px;
  height: 100px;
  background: center/cover no-repeat url(../images/ceremony/campaign-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.banner-section .campaign-banner:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.banner-section .campaign-title {
  display: block;
  margin-bottom: 28px;
}
.banner-section .campaign-text {
  font-size: 2rem;
  font-weight: 400;
  color: #f5f6f4;
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding-left: 135px;
}
.banner-section .reserve-banner {
  margin-bottom: 153px;
}
.banner-section .gallery-banner {
  display: block;
  max-width: 1080px;
  width: 100%;
  min-height: 440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.banner-section .gallery-banner::before {
  position: absolute;
  content: "";
  right: -16px;
  bottom: -16px;
  width: 100%;
  height: 100%;
  background-color: #2a2f24;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
  z-index: -1;
}
.banner-section .gallery-banner-bg {
  width: 100%;
  min-height: 440px;
  background: center/cover no-repeat url(../images/ceremony/gallery-banner-bg.png);
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
  position: relative;
  z-index: 1;
}
.banner-section .gallery-banner-title {
  position: absolute;
  top: -41px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.banner-section .gallery-banner-btn {
  position: absolute;
  content: "";
  right: 30px;
  bottom: 30px;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.banner-section .gallery-banner-btn:hover {
  opacity: 0.9;
  right: 20px;
}

/*========================================
wedding
==========================================*/
#wedding .campaign-banner::before {
  background: center/cover no-repeat url(../images/wedding/campaign-img.png);
}
#wedding .campaign-banner:after {
  background: center/cover no-repeat url(../images/wedding/campaign-arrow.png);
}
#wedding .gallery-banner-bg {
  background: center/cover no-repeat url(../images/wedding/gallery-banner-bg.png);
}
#wedding .gallery-banner-btn:nth-of-type(1) {
  right: 150px;
}
#wedding .gallery-banner-btn:nth-of-type(1):hover {
  right: 140px;
}

.engagement-content {
  width: 100%;
  min-height: 450px;
  padding-top: 52px;
  padding-bottom: 20px;
  margin-bottom: 130px;
  position: relative;
  z-index: 1;
}
.engagement-content::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  border: 1px solid #2a2f24;
  z-index: -1;
}
.engagement-content::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 390px;
  height: 518px;
  background: center/cover no-repeat url(../images/wedding/engagement-img.png);
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
}
.engagement-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 892px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid #2a2f24;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
}
.engagement-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.engagement-textbox {
  max-width: 842px;
  width: 100%;
  min-height: 377px;
  position: relative;
}
.engagement-title {
  font-size: 4rem;
  color: #f5f6f4;
  letter-spacing: 0.08em;
  padding-left: 97px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f5f6f4;
}
.engagement-title .accent {
  font-size: 4.4rem;
  letter-spacing: 0;
}
.engagement-text {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #f5f6f4;
  margin-left: 100px;
  margin-bottom: 20px;
}
.engagement-sub-textbox {
  max-width: 340px;
  width: 100%;
  margin-left: 100px;
  padding: 13px 20px 13px 29px;
  background-color: rgba(42, 47, 36, 0.6);
}
.engagement-price {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #f5f6f4;
}
.engagement-price:not(:last-of-type) {
  margin-bottom: 11px;
}
.engagement-flex {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.engagement-btn:not(:last-of-type) {
  margin-right: 20px;
}
.engagement-btn:hover {
  opacity: 0.6;
}

/*========================================
business
==========================================*/
.none-text {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  margin: 120px 0 50px 0;
}

.change-inner {
  padding: 111px 0 129px 0;
}
.change-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.change-img {
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
  position: relative;
}
.change-img::before {
  position: absolute;
  content: "";
  right: -139px;
  bottom: -14px;
  width: 287px;
  height: 83px;
  background: center/cover no-repeat url(../images/business/change-img-deco.png);
}
.change-textbox {
  max-width: 510px;
  width: 100%;
}
.change-title {
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
.change-title-en {
  font-family: "Cormorant", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.change-title-en::before {
  content: "";
  width: 40px;
  height: 1px;
  margin-right: 19px;
  background-color: #b6b9b0;
}
.change-text {
  font-size: 1.6rem;
  line-height: 2.18;
}
.change-text:not(:last-of-type) {
  margin-bottom: 35px;
}

.recommend {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.recommend::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 236px;
  background-color: #eaeee3;
  z-index: -1;
}
.recommend-inner {
  padding-top: 65px;
}
.recommend-inner .cmn-title {
  padding-top: 75px;
}
.recommend-inner .cmn-title-en {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.recommend-inner .cmn-title-main {
  font-size: 4.4rem;
}
.recommend-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.recommend-list-item {
  max-width: 320px;
  width: 100%;
}
.recommend-list-item:not(:last-child) {
  margin-right: 60px;
}
.recommend-list-item:not(:nth-last-child(-n+3)) {
  margin-bottom: 66px;
}
.recommend-list-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
  margin-bottom: 13px;
  position: relative;
}
.recommend-list-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 25px;
  height: 1px;
  background-color: #a9ba8e;
}
.recommend-list-title .accent {
  font-size: 1.6rem;
}
.recommend-img {
  max-width: 320px;
  width: 100%;
  height: 320px;
  margin-bottom: 17px;
  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;
}
.recommend-text {
  letter-spacing: 0.15em;
}

.movie-inner .cmn-title {
  padding-top: 87px;
}
.movie-inner .cmn-title::before {
  height: 60px;
}
.movie-content {
  max-width: 900px;
  width: 100%;
  height: 506px;
  margin: 0 auto;
}
.movie-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.service {
  border-top: 1px solid #b6b9b0;
  border-bottom: 1px solid #b6b9b0;
  position: relative;
  z-index: 1;
}
.service::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 926px;
  height: 445px;
  background: center/cover no-repeat url(../images/about/notice-bg-l-b.png);
  z-index: -1;
}
.service-inner {
  padding-top: 65px;
}
.service-list {
  max-width: 774px;
  width: 100%;
  margin: 0 auto;
  padding: 47px;
  background-color: #fff;
}
.service-list-item:not(:last-child) {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.service-list-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.service-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 38px;
  height: 39px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/business/service-check.png);
}
.service-text {
  letter-spacing: 0.15em;
  line-height: 1;
}

.works {
  background-color: #eaeee3;
}
.works-content {
  padding: 40px 40px 20px 40px;
  border: 1px solid #2a2f24;
}
.works-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.works-content:last-of-type {
  margin-bottom: 60px;
}
.works-title {
  font-size: 2.4rem;
  font-weight: 400;
  color: #322f2c;
  letter-spacing: 0.08em;
  padding-bottom: 10px;
  margin-bottom: 17px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.works-body {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
.works-body img {
  max-width: 100%;
}
.works-img-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.works-img-list-item {
  max-width: 230px;
  width: 100%;
  height: 230px;
  margin-bottom: 27px;
}
.works-img-list-item:not(:nth-child(4n)) {
  margin-right: 26px;
}
.works-img-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason {
  overflow: hidden;
}
.reason-inner {
  padding-top: 65px;
}
.reason-inner .cmn-title {
  padding-top: 75px;
  margin-bottom: 55px;
}
.reason-inner .cmn-title-en {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.reason-inner .cmn-title-main {
  font-size: 4.4rem;
}
.reason-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reason-list-item {
  max-width: 320px;
  width: 100%;
}
.reason-list-item:not(:last-child) {
  margin-right: 60px;
  position: relative;
}
.reason-list-item:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 0;
  right: -30px;
  width: 1px;
  height: 100%;
  background-color: #a9ba8e;
}
.reason-list-item:nth-child(2) {
  margin-right: 2px;
}
.reason-list-item:nth-child(2)::after {
  display: none;
}
.reason-list-item:nth-child(2) .reason-icon {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 91px;
}
.reason-list-item:nth-child(3) .reason-icon {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.reason-list-item:nth-last-child(-n+3) {
  padding-top: 20px;
  position: relative;
}
.reason-list-item:nth-last-child(-n+3)::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a9ba8e;
}
.reason-list-item:not(:nth-last-child(-n+3)) {
  margin-bottom: 37px;
}
.reason-list-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
.reason-list-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  height: 1px;
  background-color: #a9ba8e;
}
.reason-no {
  display: block;
  font-family: "Cormorant", serif;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  font-size: 6rem;
  font-weight: 500;
  color: #a9ba8e;
}
.reason-icon {
  width: 100%;
  height: 158px;
  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;
  margin-bottom: 5px;
}
.reason-text {
  letter-spacing: 0.15em;
}

.photo-inner {
  padding-top: 65px;
}

.menu {
  position: relative;
  z-index: 1;
}
.menu::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 156px;
  background-color: #eaeee3;
  z-index: -1;
}
.menu::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 1151px;
  width: 100%;
  height: 156px;
  background-color: #eaeee3;
  z-index: -1;
}
.menu-inner {
  padding-top: 65px;
}
.menu-inner .cmn-title {
  margin-bottom: 38px;
}
.menu-notice {
  margin: 0 auto;
  margin-bottom: 78px;
}
.menu-content {
  padding: 42px 45px 200px 45px;
  background-color: #2a2f24;
  position: relative;
}
.menu-content::before {
  position: absolute;
  content: "";
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1009px;
  height: 61px;
  background: center/cover no-repeat url(../images/business/menu-en01.png);
}
.menu-content::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -93px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1010px;
  height: 263px;
  background: center/cover no-repeat url(../images/business/menu-imgs01.png);
}
.menu-content:nth-of-type(2)::before {
  width: 489px;
  height: 60px;
  background: center/cover no-repeat url(../images/business/menu-en02.png);
}
.menu-content:nth-of-type(2)::after {
  bottom: -98px;
  height: 262px;
  background: center/cover no-repeat url(../images/business/menu-imgs02.png);
}
.menu-content:not(:last-of-type) {
  margin-bottom: 275px;
}
.menu-title {
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
  margin-bottom: 27px;
}
.menu-text {
  line-height: 1.87;
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
}
.menu-sub-content:not(:last-of-type) {
  margin-bottom: 44px;
}
.menu-sub-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 15px 0;
  margin-bottom: 22px;
  background-color: #a9ba8e;
  text-align: center;
}
.menu-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 43px;
  position: relative;
}
.menu-list::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 47px;
  height: 16px;
  background: center/cover no-repeat url(../images/business/etc..png);
}
.menu-list-item {
  max-width: 230px;
  width: 100%;
}
.menu-list-item:not(:nth-child(4n)) {
  margin-right: 23px;
}
.menu-list-item:not(:nth-last-child(-n+3)) {
  margin-bottom: 22px;
}
.menu-table {
  width: 100%;
}
.menu-table tr {
  background-color: #f4f7ef;
}
.menu-table tr:nth-of-type(even) {
  background-color: #eaeee3;
}
.menu-table tr th {
  width: 325px;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 16px 0;
  text-align: center;
  background-color: #2a2f24;
  border-top: 1px solid #f5f6f4;
}
.menu-table tr th:first-of-type {
  width: 335px;
  border-left: 1px solid #f5f6f4;
}
.menu-table tr th:last-of-type {
  border-right: 1px solid #f5f6f4;
}
.menu-table tr th:not(:last-of-type) {
  border-right: 1px solid rgba(245, 246, 244, 0.2);
}
.menu-table tr td {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 16px 0;
  text-align: center;
}
.menu-table tr td:not(:last-of-type) {
  border-right: 1px solid rgba(127, 140, 107, 0.3);
}
.menu-sub-text {
  line-height: 1;
  color: #fff;
  margin-bottom: 28px;
}
.menu-flex {
  max-width: 815px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.menu-flex::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 374px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 22px;
  background: center/cover no-repeat url(../images/business/menu-arrow.png);
}
.menu-price {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
}
.menu-price .accent {
  display: inline-block;
  width: 186px;
  text-align: center;
  font-size: 2rem;
  padding: 7px 0;
  margin-right: 27px;
  border: 1px solid #fff;
}
.menu-price:nth-of-type(2) {
  font-size: 3.2rem;
}
.menu-price:nth-of-type(2) .accent {
  font-size: 2.6rem;
  font-weight: 400;
  color: #2a2f24;
  padding: 13px 0;
  text-align: center;
  background-color: #fff;
}
.menu-sub-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.menu-sub-list-item {
  max-width: 470px;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 33px;
  border: 1px solid #a9ba8e;
}
.menu-sub-list-item:last-child {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.menu-sub-list-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 16px 0;
  margin-bottom: 20px;
  background-color: #a9ba8e;
  text-align: center;
}
.menu-sub-list-title .accent {
  font-size: 1.6rem;
}
.menu-sub-list-price {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #a9ba8e;
  text-align: right;
  margin-bottom: 10px;
  padding: 0 24px;
}
.menu-sub-list-text {
  font-size: 1.5rem;
  color: #f5f6f4;
  padding: 0 24px;
}

#business .flow-list-item {
  min-height: 288px;
}

/*========================================
gallery
==========================================*/
.gallery-inner {
  padding-top: 65px;
}
.gallery-list {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gallery-list-item {
  max-width: 250px;
  width: 100%;
  height: 250px;
  margin-bottom: 27px;
  position: relative;
}
.gallery-list-item:not(:nth-child(4n)) {
  margin-right: 26px;
}
.gallery-list-item:hover .gallery-accent {
  opacity: 1;
}
.gallery-img {
  width: 100%;
  height: 100%;
}
.gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery-accent {
  position: absolute;
  top: 0;
  left: 0;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(42, 47, 36, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.gallery-accent-tag {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
}
.gallery-accent-tag:not(:last-child) {
  margin-bottom: 10px;
}

/*========================================
info
==========================================*/
.info {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.info-inner {
  padding: 30px 0 85px 0;
}
.info-table {
  width: 100%;
}
.info-table tr {
  display: block;
  border-bottom: 1px solid #a9ba8e;
}
.info-table tr th {
  width: 200px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 25px 0;
  vertical-align: middle;
}
.info-table tr td {
  width: 830px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 22px 10px;
}
.info-map {
  width: 100%;
  height: 450px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.info-tel-txt {
  display: block;
  margin-top: 4px;
}
.info-tel-txt img {
  display: block;
}

.direction {
  position: relative;
  z-index: 1;
}
.direction::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 236px;
  background-color: #eaeee3;
  z-index: -1;
}
.direction-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.direction-list-item {
  max-width: 320px;
  width: 100%;
  position: relative;
}
.direction-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 23px;
  background: center/cover no-repeat url(../images/info/direction-arrow.png);
}
.direction-no {
  display: block;
  font-family: "Cormorant", serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #a9ba8e;
  margin-bottom: 25px;
}
.direction-img {
  margin-bottom: 16px;
}
.direction-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}

/*========================================
contact
==========================================*/
.contact-text {
  text-align: center;
  margin-bottom: 25px;
}
.contact-sub-text {
  font-size: 1.5rem;
  margin-top: 10px;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #a9ba8e;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-form-table tr td input::-webkit-input-placeholder {
  font-size: 1.6rem;
}
.contact-form-table tr td input::-moz-placeholder {
  font-size: 1.6rem;
}
.contact-form-table tr td input:-ms-input-placeholder {
  font-size: 1.6rem;
}
.contact-form-table tr td input::-ms-input-placeholder {
  font-size: 1.6rem;
}
.contact-form-table tr td input::placeholder {
  font-size: 1.6rem;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #a9ba8e;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #a9ba8e;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #a9ba8e;
  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 #a9ba8e;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #a9ba8e;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #a9ba8e;
  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 #a9ba8e;
  border-right: 1px solid #a9ba8e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.en-footer {
  padding: 11px 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #696d65;
}
.en-footer a {
  color: #696d65 !important;
}

.footer {
  position: relative;
  z-index: 1;
}
.footer::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 1032px;
  height: 596px;
  background: center/cover no-repeat url(../images/top/footer-bg-r-b.png);
  z-index: -1;
}
.footer-inner {
  max-width: 1500px;
  width: 96%;
  padding: 125px 0 70px 0;
}
.footer-logo {
  margin-bottom: 40px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-flex {
  padding: 75px 0;
  margin-bottom: 20px;
  border-top: 1px solid #b6b9b0;
  border-bottom: 1px solid #b6b9b0;
}
.footer-textbox {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 27px;
}
.footer-content {
  max-width: 630px;
  width: 100%;
}
.footer-sub-textbox {
  max-width: 240px;
  width: 100%;
}
.footer-tel {
  font-family: "Cormorant", serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 17px;
  margin-right: 50px;
  position: relative;
  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-tel::before {
  content: "";
  width: 25px;
  height: 29px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
.footer-text:not(:last-of-type) {
  margin-bottom: 8px;
}
.footer-text .accent {
  display: inline-block;
  width: 80px;
  padding: 5px 0;
  text-align: center;
  margin-right: 13px;
  border: 1px solid #b6b9b0;
}
.footer-info {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 35px;
}
.footer-link {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-btn:not(:last-of-type) {
  margin-right: 27px;
}
.footer-btn:hover {
  opacity: 0.6;
}
.footer-right {
  max-width: 582px;
  width: 100%;
}
.footer-nav {
  width: 100%;
}
.footer-nav-list {
  width: 100%;
  height: 237px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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 {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 40px;
}
.footer-nav-list-item:nth-child(4n) {
  margin-bottom: 3px;
}
.footer-nav-list-item:nth-child(12) {
  margin-bottom: 40px;
}
.footer-nav-list-item:last-child {
  margin-bottom: 0;
}
.footer-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #696d65 !important;
  line-height: 1;
}
.footer-sub-flex {
  max-width: 510px;
  width: 100%;
}
.footer-sns-list {
  max-width: 182px;
  width: 100%;
}
.footer-sns-list-item a {
  opacity: 0.8;
}
.footer-sns-list-item a:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-sub-btn:hover {
  opacity: 0.6;
}