@charset "UTF-8";
@media screen and (max-width: 991px) {
  body {
    background-image: linear-gradient(to bottom, #f7f6f5 105.55dvw, #fff 105.55dvw);
  }
}

.main-section {
  margin-bottom: 0;
}

.sectionPosts {
  margin-top: 8.12rem;
}
@media screen and (max-width: 991px) {
  .sectionPosts {
    margin-top: 11.11dvw;
  }
}

.postsGrids {
  display: grid;
  grid-template-columns: calc(var(--baseW) * 8) 1fr;
  gap: var(--baseW);
}
@media screen and (max-width: 991px) {
  .postsGrids {
    display: block;
  }
}

.postsGrid {
  background: url("../images/posts-h2frame.svg") 0 0/auto 19.18dvw no-repeat;
  display: grid;
  grid-template-columns: var(--baseW) 1fr;
  grid-template-rows: 15.54dvw 1fr;
  gap: 0 var(--baseW);
  padding-top: 3.75rem;
}

@media screen and (max-width: 991px) {
  .postsGrid-left {
    padding-top: 8.33dvw;
    grid-template-columns: 9.72dvw 1fr;
    grid-template-rows: 32.77dvw auto;
    gap: 0 8.61dvw;
    background-size: auto 39.72dvw;
    background-image: url("../images/posts-h2frame-sp1.svg");
    margin-left: -5dvw;
  }
}

@media screen and (max-width: 991px) {
  .postsGrid-right {
    margin-top: 13.88dvw;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    background-image: url("../images/posts-h2frame-sp2.svg");
    background-size: 100% auto;
  }
}

.postList-loop {
  grid-row: 1/3;
  grid-column: 2/3;
}

.postList-typePost-article {
  border-bottom: solid 1px #b2b2b2;
}
.postList-typePost-article:first-child {
  height: 6.25rem;
}
@media screen and (max-width: 991px) {
  .postList-typePost-article:first-child {
    height: 4.81rem;
  }
}
.postList-typePost-article:nth-child(n+2) {
  padding-top: 1.87rem;
  height: 8.12rem;
}
@media screen and (max-width: 991px) {
  .postList-typePost-article:nth-child(n+2) {
    padding-top: 5.27dvw;
    height: 6rem;
  }
}

.postList-typeActivities-article {
  display: grid;
  height: 6.75dvw;
  grid-template-columns: 7.43dvw 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 0 2.02dvw;
}
@media screen and (max-width: 991px) {
  .postList-typeActivities-article {
    grid-template-columns: 25dvw 1fr;
    height: 25dvw;
    grid-template-rows: auto auto 1fr;
  }
}
.postList-typeActivities-article:nth-child(n+2) {
  margin-top: 2.02dvw;
}
@media screen and (max-width: 991px) {
  .postList-typeActivities-article:nth-child(n+2) {
    margin-top: 8.33dvw;
  }
}

.postList-image {
  grid-row: 1/4;
}
.postList-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.postListHeader {
  font-size: 1.56rem;
  line-height: 1.1;
  writing-mode: vertical-lr;
  margin-top: 2.1rem;
  margin-left: 1.14rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 991px) {
  .postListHeader {
    font-size: 0.81rem;
    line-height: 1.1;
  }
}

@media screen and (max-width: 991px) {
  .left-postListHeader {
    margin-top: 4.3vw;
    margin-left: 2.6vw;
  }
}

@media screen and (max-width: 991px) {
  .right-postListHeader {
    text-align: right;
    writing-mode: horizontal-tb;
    margin-top: 2.6vw;
    margin-bottom: 6.16vw;
    padding-right: 3.6vw;
  }
}

.postListButtonArea {
  grid-row: 2/3;
}

@media screen and (max-width: 991px) {
  .right-postListButtonArea {
    order: 1;
    margin-top: 6.66dvw;
  }
}

.postList-title {
  font-size: 1rem;
  line-height: 1.62em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 991px) {
  .postList-title {
    font-size: 0.75rem;
    line-height: 1.66em;
  }
}

a.postList-title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.postList-typePost-date {
  color: #666;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
  min-height: 1.37rem;
}
@media screen and (max-width: 991px) {
  .postList-typePost-date {
    font-size: 0.62rem;
    min-height: 4.16dvw;
  }
}

.postList-typeActivities-date {
  font-size: 0.87rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
  min-height: 1.37rem;
}
@media screen and (max-width: 991px) {
  .postList-typeActivities-date {
    min-height: 1.31rem;
    color: #4d4d4d;
    font-size: 0.68rem;
  }
}

.postList-tags {
  font-size: 0.75rem;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  .postList-tags {
    font-size: 0.68rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}

.postList-tags-a {
  text-decoration: none;
  margin-right: 2em;
  line-height: 1.1;
}
.postList-tags-a:before {
  content: "●";
  color: #ae71a6;
  display: inline-block;
  margin-right: 0.3em;
}

.postList-button {
  writing-mode: vertical-lr;
  white-space: nowrap;
  font-size: 0.93rem;
  letter-spacing: 0.1em;
  margin-left: 1.18vw;
}
@media screen and (max-width: 991px) {
  .postList-button {
    margin-left: 1.29vw;
    font-size: 0.68rem;
  }
}
.postList-button:before {
  content: "";
  border: solid 2px #b2b2b2;
  background: #fff;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-bottom: 1em;
  margin-left: 0.1em;
}
@media screen and (max-width: 991px) {
  .postList-button:before {
    margin-left: 0.3em;
  }
}
.postList-button:hover:before {
  background: #bc161f;
}

@media screen and (max-width: 991px) {
  .left-postList-button {
    margin-left: 1.6vw;
  }
}

.postList-typeActivities-button:before {
  margin-bottom: 0.4em;
}
@media screen and (max-width: 991px) {
  .postList-typeActivities-button {
    writing-mode: horizontal-tb;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .postList-typeActivities-button:before {
    margin-top: 0.16em;
    margin-bottom: 0;
    margin-right: 0.4em;
    margin-left: 0;
  }
}

.sectionNenkan-bg {
  background-image: linear-gradient(to top, #f7f6f5, #fff 50dvw);
}
@media screen and (max-width: 991px) {
  .sectionNenkan-bg {
    background: none;
  }
}

.sectionNenkan {
  margin-top: 10.81dvw;
}
@media screen and (max-width: 991px) {
  .sectionNenkan {
    margin-top: 19.44dvw;
  }
}

.sectionNenkan-grids {
  display: grid;
  grid-template-columns: calc(var(--baseW) * 3) 1fr;
  gap: 0 var(--baseW);
}
@media screen and (max-width: 991px) {
  .sectionNenkan-grids {
    display: block;
  }
}

.sectionNenkan-grid1 {
  border-top: solid 1px #666;
  padding-top: 1.87rem;
}
@media screen and (max-width: 991px) {
  .sectionNenkan-grid1 {
    border-top: none;
    padding-top: 0;
  }
}

.sectionNenkan-h2 {
  writing-mode: vertical-rl;
  margin-block-start: auto;
  margin-block-end: auto;
}
@media screen and (max-width: 991px) {
  .sectionNenkan-h2 {
    display: flex;
    gap: 1em;
    align-items: center;
    font-size: 1.06rem;
    writing-mode: horizontal-tb;
  }
  .sectionNenkan-h2:after {
    content: "";
    display: block;
    flex: 50% 1 1;
    height: 1px;
    background: currentColor;
  }
}

.sectionNenkan-shokuList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.37dvw 2.02dvw;
}
@media screen and (max-width: 991px) {
  .sectionNenkan-shokuList {
    grid-template-columns: repeat(2, 1fr);
    gap: 8.33dvw 2.77dvw;
    margin-top: 11.11dvw;
  }
}

.sectionNenkan-shokuList-thumb {
  aspect-ratio: 232/180;
  display: block;
  background: #efefef;
  position: relative;
}
@media screen and (min-width: 992px) {
  .sectionNenkan-shokuList-thumb:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s;
  }
}
.sectionNenkan-shokuList-thumb img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.sectionNenkan-shokuList-subtitle {
  display: block;
  margin-top: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .sectionNenkan-shokuList-subtitle {
    font-size: 0.75rem;
    margin-top: 1em;
  }
}

.sectionNenkan-shokuList-title {
  font-size: 1.37rem;
  line-height: 1.18em;
  display: inline-block;
  margin-top: 0.5rem;
}
@media screen and (max-width: 991px) {
  .sectionNenkan-shokuList-title {
    font-size: 0.87rem;
    margin-top: 0.1em;
  }
}
.sectionNenkan-shokuList-title:after {
  content: "";
  display: block;
  background: currentColor;
  width: 0;
  height: 1px;
  margin-top: 0.51rem;
  transition: width 0.3s;
}

@media screen and (max-width: 991px) {
  .sectionNenkan-shokuList-a {
    line-height: 1.1;
  }
}
.sectionNenkan-shokuList-a:hover .sectionNenkan-shokuList-thumb:after {
  opacity: 0;
  transition: opacity 0.3s;
}
.sectionNenkan-shokuList-a:hover .sectionNenkan-shokuList-title:after {
  width: 100%;
  transition: width 0.3s;
}

.banner-nenkan {
  margin-top: 6.87rem;
  padding-bottom: 7.43dvw;
  margin-left: calc(var(--baseW) * -1.5);
  margin-right: calc(var(--baseW) * -1.5);
}
@media screen and (max-width: 991px) {
  .banner-nenkan {
    margin-top: 16.66dvw;
    margin-left: -8.34dvw;
    margin-right: -8.34dvw;
  }
}

.banner-nenkan-a {
  position: relative;
  display: grid;
  grid-template-columns: calc(var(--baseW) * 2.5) var(--baseW) 1fr calc(var(--baseW) * 5) calc(var(--baseW) * 1.5);
  grid-template-rows: 43% 1fr;
  will-change: color;
}
@media screen and (max-width: 991px) {
  .banner-nenkan-a {
    grid-template-columns: 8.33dvw 1fr 8.33dvw;
    grid-template-rows: auto auto auto;
  }
}
.banner-nenkan-a:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(var(--baseW) * 1.5);
  right: calc(var(--baseW) * 1.5);
  top: 0;
  bottom: 0;
  border-style: solid;
  border-color: #666;
  border-width: 1px 0;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .banner-nenkan-a:after {
    content: none;
  }
}

.banner-nenkan-image {
  grid-column: 1/-1;
  grid-row: 1/-1;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
}
@media screen and (max-width: 991px) {
  .banner-nenkan-image {
    grid-row: 2/3;
    opacity: 1;
  }
}

.banner-nenkan-image-img {
  display: block;
}

.banner-nenkan-goList {
  writing-mode: vertical-lr;
  font-size: 2rem;
  grid-column: 2/3;
  grid-row: 1/-1;
  padding-top: 2.02dvw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .banner-nenkan-goList {
    writing-mode: horizontal-tb;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    gap: 1em;
    font-size: 1.06rem;
    line-height: 1.1;
    align-items: center;
    margin-bottom: 8.33dvw;
  }
  .banner-nenkan-goList:after {
    content: "";
    display: block;
    background: currentColor;
    height: 1px;
    flex: 50% 1 1;
  }
}

.banner-nenkan-title {
  font-size: 2.12rem;
  line-height: 1.1;
  letter-spacing: 0.2em;
  grid-column: 4/5;
  grid-row: 1/2;
  align-self: flex-end;
  padding-bottom: 0.65em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .banner-nenkan-title {
    writing-mode: vertical-lr;
    font-size: 1.25rem;
    grid-column: 2/3;
    grid-row: 2/3;
    color: #fff;
    padding-bottom: 0;
    align-self: center;
    justify-self: flex-end;
  }
}

.banner-nenkan-text {
  line-height: 2.37em;
  grid-column: 4/5;
  grid-row: 2/3;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .banner-nenkan-text {
    color: #1a1a1a;
    font-size: 0.75rem;
    line-height: 2;
    padding: 6.66dvw 11.11dvw;
    background-image: linear-gradient(to top, #f7f6f5, #fefefe);
    grid-column: 2/-1;
    grid-row: 3/4;
  }
}

.banner-nenkan-text-line2 {
  text-indent: -0.5em;
}

.banner-nenkan-a:hover {
  color: #fff;
  transition: color 0.8s;
}
@media screen and (max-width: 991px) {
  .banner-nenkan-a:hover {
    color: #1a1a1a;
  }
}
.banner-nenkan-a:hover .banner-nenkan-image {
  opacity: 1;
  transition: opacity 0.3s;
}

.sectionPageLinks {
  margin-top: 6.87rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem calc(var(--baseW) * 2);
}
@media screen and (max-width: 991px) {
  .sectionPageLinks {
    margin-top: 16.66dvw;
    flex-direction: column;
    gap: 11.11dvw;
  }
}

.pageLinks-item {
  flex: calc(var(--baseW) * 9) 0 0;
  display: grid;
  grid-template-columns: 13.75rem 1fr;
  gap: 0 1.87rem;
}
@media screen and (max-width: 991px) {
  .pageLinks-item {
    flex-basis: auto;
    grid-template-columns: 33.33dvw 1fr;
    gap: 0 5.55dvw;
  }
}

.pageLinks-image {
  grid-row: 1/3;
  position: relative;
}
.pageLinks-image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #383838;
  opacity: 0.6;
  transition: opacity 0.4s;
}
@media screen and (max-width: 991px) {
  .pageLinks-image:after {
    content: none;
  }
}

.pageLinks-image-img {
  width: 100%;
  display: block;
}

.pageLinks-title {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-top: 2.87rem;
}
@media screen and (max-width: 991px) {
  .pageLinks-title {
    font-size: 1rem;
    margin-top: 0;
  }
}

.pageLinks-title-text {
  display: inline-block;
}
.pageLinks-title-text:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: currentColor;
  margin-top: 0.4em;
  transition: width 0.4s;
}
@media screen and (max-width: 991px) {
  .pageLinks-title-text:after {
    content: none;
  }
}

.pageLinks-text {
  font-size: 0.93rem;
  line-height: 1.66em;
  margin-top: 0.81rem;
  grid-row: 2/3;
  grid-column: 2/3;
}
@media screen and (max-width: 991px) {
  .pageLinks-text {
    font-size: 0.75rem;
    line-height: 1.66em;
    transform: translateY(0.33em);
  }
}

.pageLinks-item:hover .pageLinks-title-text:after {
  width: 100%;
  transition: width 0.4s;
}
.pageLinks-item:hover .pageLinks-image:after {
  opacity: 0;
  transition: opacity 0.4s;
}

.sectionSpecial {
  background: #ede8f3;
  margin-top: 8.12rem;
  padding-top: 4.37rem;
  padding-bottom: 5.62rem;
}
@media screen and (max-width: 991px) {
  .sectionSpecial {
    margin-top: 16.66dvw;
    padding-top: 13.88dvw;
    padding-bottom: 16.66dvw;
  }
}

.special-h2 {
  font-size: 1.62rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  .special-h2 {
    font-size: 1.25rem;
  }
}

.special-h2-line1 {
  border-bottom: solid 4px #ae71a6;
  margin-bottom: 0.6em;
  padding-bottom: 0.6em;
}

.special-loop {
  margin-top: 4.37rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem var(--baseW);
}
@media screen and (max-width: 991px) {
  .special-loop {
    flex-wrap: nowrap;
    margin-top: 16.66dvw;
    overflow-x: auto;
  }
}

.special-loop-item {
  flex: calc(var(--baseW) * 6) 0 0;
  padding-left: var(--baseW);
  border-left: solid 1px #808080;
}
@media screen and (max-width: 991px) {
  .special-loop-item {
    flex-basis: 55.55dvw;
  }
}

.special-loop-item-copy {
  display: block;
  font-size: 0.93rem;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  .special-loop-item-copy {
    font-size: 0.68rem;
  }
}

.special-loop-item-name {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
  margin-top: 1.25rem;
}
@media screen and (max-width: 991px) {
  .special-loop-item-name {
    font-size: 1.12rem;
    margin-top: 0.4em;
  }
}

.special-loop-item-name-san {
  font-size: 0.75em;
}

.special-loop-item-status {
  display: block;
  font-size: 0.87rem;
  line-height: 2.07em;
  margin-top: 1.43rem;
}
@media screen and (max-width: 991px) {
  .special-loop-item-status {
    font-size: 0.62rem;
    margin-top: 0.8em;
  }
}

.special-loop-item-image {
  display: block;
  margin-top: 2rem;
  width: 100%;
  aspect-ratio: 320/240;
  background: #e0e0e0;
}

.special-loop-item-image-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.special-loop-item-button {
  margin-top: 0.5em;
  font-size: 0.75rem;
  padding-right: 1.2em;
  background: url("../images/linkIcon-bgWh.svg") right center/1em no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1.1;
}
.special-loop-item-button:before {
  content: "";
  display: inline-block;
  margin-top: 0.1em;
  background: #808080;
  width: 2.5em;
  height: 1px;
  margin-right: 0.5em;
}

.special-loop-item-pending {
  pointer-events: none;
}

.special-loop-item:hover .special-loop-item-button {
  background-image: url("../images/linkIcon-red.svg");
}

.sectionInstagram {
  margin-top: 8.12rem;
  padding-bottom: 8.75rem;
  background-image: linear-gradient(to top, #f6f6f6, 40.54dvw #f6f6f6, 40.54dvw transparent);
}
@media screen and (max-width: 991px) {
  .sectionInstagram {
    margin-top: 16.66dvw;
    padding-bottom: 16.66dvw;
  }
}

.instagram-h2 {
  font-size: 1.62rem;
  line-height: 1.1;
  margin-top: 0;
  text-align: center;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 991px) {
  .instagram-h2 {
    font-size: 1.25rem;
  }
}
.instagram-h2:after {
  content: "";
  display: block;
  width: 2.3em;
  height: 4px;
  background: #ae71a6;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.6em;
}
@media screen and (max-width: 991px) {
  .instagram-h2:after {
    width: 13.88dvw;
    height: 0.83dvw;
  }
}

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