section.mv {
  padding-top: calc(8em + 180px);
  padding-bottom: 6em;
  background: #cbc6b7;
}
section.mv .inner {
  display: flex;
  flex-direction: column;
}
section.mv h1 {
  order: 1;
  margin-top: 4em;
  text-align: center;
  font-size: 1.25rem;
  transform: translateY(1em);
  opacity: 0;
  animation: fadeY 1s 1s ease-in-out 1 forwards;
}
section.mv .main-img {
  display: grid;
  width: 100%;
}
section.mv .main-img .main-slider,
section.mv .main-img .copy,
section.mv .main-img .controller {
  grid-area: 1/1;
}
section.mv .main-img .main-slider {
  width: 80%;
  justify-self: center;
  overflow: hidden;
  opacity: 0;
  animation: fadeIn 1s ease-in-out 1 forwards;
}
section.mv .main-img .controller {
  justify-self: center;
  align-self: end;
  width: 80%;
  margin-bottom: -32px;
  z-index: 2;
}
section.mv .main-img .controller .main-pn {
  position: static;
  text-align: left;
}
section.mv .main-img .controller .main-pn .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
section.mv .main-img .controller .main-pn .swiper-pagination-bullet-active {
  background: #2d2d2d;
}
section.mv .main-img .copy {
  font-size: 8.125rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  z-index: 2;
}
section.mv .main-img .copy.upper {
  align-self: start;
  justify-self: start;
  margin-top: -0.6em;
  transform: translateX(1em);
  opacity: 0;
  animation: fadeX 0.5s 0.5s ease-in-out 1 forwards;
}
section.mv .main-img .copy.lower {
  align-self: end;
  justify-self: end;
  margin-bottom: -0.4em;
  transform: translateX(-1em);
  opacity: 0;
  animation: fadeX 0.5s 0.5s ease-in-out 1 forwards;
}

.sec-title {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 5px solid #2d2d2d;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  font-size: 3rem;
}

section.news {
  padding: 6em 0;
}
section.news .sec-title {
  margin-top: 1em;
  font-size: 1.125rem;
  line-height: 1.4;
}
section.news .inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3em;
  width: min(92%, 656px);
}
section.news .inner .l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
}
section.news .inner .l .more {
  display: flex;
  justify-content: center;
  background: #e8e4dc;
  transition: background 0.2s;
}
section.news .inner .l .more:hover {
  background: #f2f0eb;
}
section.news .inner .r .news-list {
  display: block;
}
section.news .inner .r .news-list .news-post {
  display: flex;
  border-bottom: 1px solid rgba(45, 45, 45, 0.3);
}
section.news .inner .r .news-list .news-post:nth-of-type(1) {
  padding-top: 0;
}
section.news .inner .r .news-list .date {
  padding-right: 1.5em;
  font-weight: bold;
  letter-spacing: normal;
}
section.news .inner .r .news-list a {
  display: flex;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: calc(40px + 1em);
  position: relative;
}
section.news .inner .r .news-list a::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: auto;
  border: 1px solid transparent;
  border-radius: 300px;
  background: url(../images/common/arrow.svg) center center no-repeat;
  background-size: 56% auto;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  transition: border-color 0.4s 0.1s;
}
section.news .inner .r .news-list a:hover::after {
  border-color: #2d2d2d;
}
section.news .inner .r .no-post-txt {
  padding-top: 1em;
}

section.menu {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
section.menu::before {
  content: "";
  display: block;
  width: calc(100vw - (100vw - 1120px) / 2);
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  background: #e8e4dc;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right top;
  transition: all 0.5s;
}
section.menu .inner {
  padding-left: 40px;
}
section.menu .menu-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
section.menu .menu-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4em;
  margin-top: 3em;
}
section.menu .menu-group h3 {
  padding-left: 0.5em;
  padding-right: 0.5em;
  background: #cbc6b7;
  font-weight: 600;
}
section.menu .menu-group h3 .jp {
  display: inline-block;
}
section.menu .menu-group .lists {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  border-bottom: 1px solid rgba(45, 45, 45, 0.2);
}
section.menu .menu-group .lists .item-price {
  text-align: right;
}
section.menu .menu-group .lists .item-price .sub-name {
  display: inline-block;
  margin-right: 0.5em;
  text-align: right;
}
section.menu .menu-group .sub-group {
  border-bottom: 1px solid #2d2d2d;
}
section.menu .menu-group .sub-group .lists:last-child {
  border-bottom: none;
}
section.menu .menu-group.full {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4em;
       column-gap: 4em;
}
section.menu .menu-group.full h3 {
  grid-column: 1/-1;
}
section.menu .img-list {
  display: flex;
  justify-content: space-between;
  gap: 4em;
  margin-top: 4em;
}

section.access {
  padding-top: 16em;
  padding-bottom: 12em;
}
section.access .inner {
  padding-left: 40px;
}
section.access .access-block {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  -moz-column-gap: 4em;
       column-gap: 4em;
}
section.access .access-block .access-header {
  grid-column: 1/4;
  grid-row: 1/2;
  display: grid;
  width: 100%;
}
section.access .access-block .access-header .sec-title {
  justify-self: center;
  align-self: start;
}
section.access .access-block .access-data {
  grid-column: 2/3;
  grid-row: 2/3;
  align-self: center;
  font-weight: 600;
  text-align: center;
}
section.access .access-block .access-data .text {
  padding: 1em 0;
}
section.access .access-block .access-data .text + .text {
  border-top: 1px solid rgba(45, 45, 45, 0.2);
}
section.access .access-block .img1 {
  grid-column: 1/2;
  grid-row: 2/3;
  align-self: end;
}
section.access .access-block .img2 {
  grid-column: 3/4;
  grid-row: 1/3;
  align-self: end;
}
section.access .map-block {
  width: 100%;
  margin-top: 4em;
}
section.access .map-block iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 960/600;
}

section.recruit {
  margin-bottom: 12em;
  padding-top: 6em;
  padding-bottom: 6em;
  position: relative;
}
section.recruit::before {
  content: "";
  display: block;
  width: calc(100vw - (100vw - 1000px) / 2);
  height: 100%;
  background: #e8e4dc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left top;
  transition: all 0.5s;
}
section.recruit .inner {
  width: min(100%, 1120px);
}
section.recruit .recruit-block .upper {
  display: grid;
}
section.recruit .recruit-block .upper .recruit-header,
section.recruit .recruit-block .upper .copy-box,
section.recruit .recruit-block .upper .img1 {
  grid-area: 1/1;
}
section.recruit .recruit-block .upper .recruit-header {
  justify-self: end;
  align-self: start;
  width: 50%;
  display: flex;
  justify-content: center;
}
section.recruit .recruit-block .upper .copy-box {
  justify-self: center;
  margin-top: 8em;
  margin-right: -8em;
  z-index: 2;
}
section.recruit .recruit-block .upper .copy-box h3 {
  margin-bottom: 0.2em;
}
section.recruit .recruit-block .upper .img1 {
  justify-self: start;
  width: 50%;
}
section.recruit .recruit-block .lower {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 4em;
  margin-top: -9em;
  padding-left: 96px;
}
section.recruit .recruit-block .lower .recruit-data,
section.recruit .recruit-block .lower .img2 {
  align-self: end;
}
section.recruit .recruit-block .lower .recruit-data dl dt {
  margin-bottom: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background: #6c6c6c;
  color: #fff;
}
section.recruit .recruit-block .lower .recruit-data dl dd + dt {
  margin-top: 3em;
}
section.recruit .recruit-block .lower .img2 {
  display: grid;
  gap: 2em;
}

section.concept {
  padding-top: 6em;
  padding-bottom: 6em;
  background: #2d2d2d;
  color: #fff;
}
section.concept .concept-header {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
section.concept .concept-header .sec-title {
  border-color: #fff;
}
section.concept .concept-header .sec-title .normal-f {
  font-weight: normal;
}
section.concept .concept-block .upper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
section.concept .concept-block .upper .textbox {
  padding-left: 3em;
}
section.concept .concept-block .textbox h3 {
  margin-bottom: 0.2em;
  font-size: 1.75rem;
  line-height: 1.2;
}
section.concept .concept-block .mid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  align-items: center;
  margin-top: 2em;
}
section.concept .concept-block .mid .textbox.jc {
  justify-self: center;
}
section.concept .concept-block .lower {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6em;
}
section.concept .concept-block .lower .textbox {
  text-align: center;
}
section.concept .concept-block .lower .imgbox {
  margin-top: 5em;
}

@keyframes fadeX {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeY {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1200px) {
  section.mv {
    padding-top: calc(8em + 100px);
  }
  section.menu::before {
    width: 100%;
  }
  section.menu .inner {
    padding-left: 0;
  }
  section.access .inner {
    padding-left: 0;
  }
  section.access .access-block {
    grid-template-columns: 1fr 1.8fr 1fr;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
  section.recruit::before {
    width: 100%;
  }
  section.recruit .recruit-block .upper .copy-box {
    margin-top: -4em;
    align-self: center;
  }
  section.recruit .recruit-block .lower {
    margin-top: 0;
  }
  section.concept .concept-header .sec-title {
    font-size: 5.7317073171vw;
  }
}
@media only screen and (max-width: 640px) {
  section.mv {
    padding-top: calc(4em + 100px);
    padding-bottom: 3em;
  }
  section.mv h1 {
    margin-top: 3em;
  }
  section.mv .main-img .controller {
    margin-bottom: -24px;
  }
  section.mv .main-img .controller .main-pn .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  section.mv .main-img .copy {
    font-size: 16.4102564103vw;
  }
  .sec-title {
    font-size: 6.1538461538vw;
  }
  section.news {
    padding: 3em 0;
  }
  section.news .sec-title {
    margin-top: 0;
    font-size: 5.1282051282vw;
  }
  section.news .inner {
    grid-template-columns: 1fr;
    gap: 1em;
  }
  section.news .inner .l {
    flex-direction: row;
    align-items: center;
  }
  section.news .inner .l .more {
    padding-left: 1em;
    padding-right: 1em;
  }
  section.menu {
    padding: 3em 0;
  }
  section.menu .menu-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
  }
  section.menu .menu-area {
    grid-template-columns: 1fr;
    gap: 2em;
    margin-top: 1em;
  }
  section.menu .menu-group .lists {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
  section.menu .menu-group .lists .item-price {
    flex-shrink: 0;
    letter-spacing: normal;
  }
  section.menu .menu-group.full {
    grid-template-columns: 1fr;
  }
  section.menu .img-list {
    gap: 1em;
    margin-top: 2em;
  }
  section.access {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  section.access .access-block {
    grid-template-columns: 1fr 2fr;
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
  section.access .access-block .access-header {
    grid-column: 1/-1;
  }
  section.access .access-block .access-header .sec-title {
    justify-self: start;
  }
  section.access .access-block .access-data {
    grid-column: 1/-1;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: left;
  }
  section.access .access-block .img1 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  section.access .access-block .img2 {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  section.access .access-block .img1 img,
  section.access .access-block .img2 img {
    height: 140px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.access .map-block {
    margin-top: 3em;
  }
  section.recruit {
    margin-bottom: 3em;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  section.recruit .inner {
    padding-right: 4%;
  }
  section.recruit .recruit-block .upper .recruit-header {
    justify-content: flex-end;
  }
  section.recruit .recruit-block .upper .copy-box {
    justify-self: end;
    margin-right: 0;
    letter-spacing: normal;
    line-height: 1.3;
    font-size: 4.1025641026vw;
  }
  section.recruit .recruit-block .upper .copy-box h3 {
    font-size: 1.1em;
  }
  section.recruit .recruit-block .upper .img1 {
    width: 64%;
  }
  section.recruit .recruit-block .lower {
    grid-template-columns: 1fr;
    gap: 2em;
    margin-top: 3.5em;
    padding-left: 4%;
  }
  section.recruit .recruit-block .lower .recruit-data dl dt {
    margin-bottom: 0.7em;
  }
  section.recruit .recruit-block .lower .recruit-data dl dd + dt {
    margin-top: 2em;
  }
  section.recruit .recruit-block .lower .img2 {
    grid-template-columns: 1fr 1fr;
    gap: 1em;
  }
  section.concept {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  section.concept .concept-block .upper {
    grid-template-columns: 1fr;
  }
  section.concept .concept-block .upper .textbox {
    margin-top: 1em;
    padding-left: 0;
    text-align: center;
  }
  section.concept .concept-block .textbox {
    letter-spacing: normal;
    font-size: 4.1025641026vw;
  }
  section.concept .concept-block .textbox h3 {
    font-size: 5.641025641vw;
    font-weight: 500;
  }
  section.concept .concept-block .mid {
    grid-template-columns: 1fr 1fr;
    row-gap: 2em;
  }
  section.concept .concept-block .mid .textbox.jc {
    padding-left: 0.7em;
  }
  section.concept .concept-block .lower {
    margin-top: 2em;
  }
  section.concept .concept-block .lower .imgbox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
  }
}
