@charset "UTF-8";
/*** The new CSS reset - version 1.11.3 (last updated 25.8.2024) ***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

/***** vars *****/
@keyframes clickAnimationBefore {
  0% {
    top: -50%;
  }
  50% {
    top: 0;
  }
  100% {
    top: -50%;
  }
}

@keyframes clickAnimationAfter {
  0% {
    bottom: -50%;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: -50%;
  }
}

/***** base *****/
body {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  color: #504640;
  font-weight: 500;
  width: 100vw;
}

body:before, body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

body:before {
  background: linear-gradient(to right, #DFD6CB, #D4C7B6);
  z-index: -2;
}

body:after {
  background-image: url(../img/bg/bg-filter.png);
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  z-index: -1;
}

/***** layout *****/
/***** modules *****/
.m-section-header {
  margin: 0 0 70px 0;
}

.m-section-header p {
  font-family: "beaufort-pro", serif;
  font-weight: 300;
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .m-section-header p {
    font-size: 50px;
    letter-spacing: calc(50px * 0.1);
    line-height: 1;
  }
}

@media screen and (max-width: 959px) {
  .m-section-header p {
    font-size: 30px;
    letter-spacing: calc(30px * 0.1);
    line-height: 1;
  }
}

.m-section-header span {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
  display: block;
}

@media screen and (min-width: 960px) {
  .m-section-header span {
    font-size: 14px;
    letter-spacing: calc(14px * 0.14);
    line-height: 2;
  }
}

@media screen and (max-width: 959px) {
  .m-section-header span {
    font-size: 14px;
    letter-spacing: calc(14px * 0.14);
    line-height: 2;
  }
}

.l-interview .m-section-header,
.l-movies .m-section-header,
.l-presents .m-section-header {
  text-align: center;
  padding: 0 30px;
}

@media screen and (max-width: 959px) {
  .l-photos .m-section-header {
    margin-bottom: 40px;
  }
}

.l-photos .m-section-header h2 {
  display: flex;
}

@media screen and (min-width: 960px) {
  .l-photos .m-section-header h2 {
    gap: 60px;
    align-items: center;
  }
}

@media screen and (max-width: 959px) {
  .l-photos .m-section-header h2 {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}

.l-photos .m-section-header h2 p {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .l-event .m-section-header {
    margin: 0 0 60px 0;
  }
}

@media screen and (max-width: 959px) {
  .l-event .m-section-header {
    margin: 0 0 40px 0;
    padding: 0 30px 0 10px;
  }
}

@media screen and (max-width: 959px) {
  .l-presents .m-section-header {
    margin: 0 0 60px 0;
  }
}

[data-publish="f-1"] .m-navi {
  display: none;
}

.navi-bg {
  display: none;
}

@media screen and (max-width: 959px) {
  .is-nav-open .navi-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
  }
}

.navi-trigger {
  position: relative;
}

@media screen and (min-width: 960px) {
  .navi-trigger {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .navi-trigger {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
}

.btn-line {
  width: 100%;
  height: 1px;
  position: relative;
  transition: .2s;
}

.btn-line:before, .btn-line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #323232;
  transition: .2s;
}

.btn-line:before {
  transform: translateY(-3px);
}

.btn-line:after {
  transform: translateY(3px);
}

.is-nav-open .btn-line {
  /* 真ん中の線を透明に */
  background-color: transparent;
}

.is-nav-open .btn-line:before,
.is-nav-open .btn-line:after {
  content: "";
  transition: .2s;
}

.is-nav-open .btn-line:before {
  transform: rotate(30deg);
}

.is-nav-open .btn-line:after {
  transform: rotate(-30deg);
}

@media screen and (max-width: 959px) {
  .navi-body {
    position: absolute;
    top: -100vh;
    left: 0;
    right: 0;
    width: 100vw;
    transition: top .5s ease;
    background: #F8F0E3;
    padding: 60px 30px;
  }
  .is-nav-open .navi-body {
    top: 0;
  }
}

@media screen and (min-width: 960px) {
  .navi-copy {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .navi-copy {
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    gap: 10px;
    padding: 0 0 40px 0;
    margin: 0 0 70px 0;
    border-bottom: 1px solid #C8B8A8;
  }
  .navi-copy:before {
    content: "#";
  }
}

.navi-list {
  display: flex;
}

@media screen and (min-width: 960px) {
  .navi-list {
    gap: 50px;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 959px) {
  .navi-list {
    gap: 40px;
    flex-direction: column;
  }
}

.navi-list li {
  line-height: 1;
}

.navi-list li a {
  font-family: "beaufort-pro", serif;
  font-weight: 300;
  line-height: 1;
}

@media screen and (min-width: 960px) {
  .navi-list li a {
    font-size: 16px;
    font-weight: 500;
  }
}

@media screen and (max-width: 959px) {
  .navi-list li a {
    font-size: 20px;
  }
}

[data-publish="f-1"] .navi-list-interview,
[data-publish="f-1"] .navi-list-photos,
[data-publish="f-1"] .navi-list-movies,
[data-publish="f-1"] .navi-list-presents {
  display: none;
}

.js-inview:not(.photos-itemList):not(.movies-itemList):not(.js-leadAnimation) {
  filter: blur(3px);
  transition: all .2s ease;
  opacity: .8;
}

.js-inview:not(.photos-itemList):not(.movies-itemList):not(.js-leadAnimation).is-inview {
  filter: blur(0);
  opacity: 1;
}

.photos-itemList.js-inview,
.movies-itemList.js-inview {
  /* ループ処理で各アイテムにdelayを設定 */
}

.photos-itemList.js-inview > div,
.movies-itemList.js-inview > div {
  filter: blur(3px);
  transition: all .2s ease;
  opacity: .8;
}

.photos-itemList.js-inview.is-inview > div,
.movies-itemList.js-inview.is-inview > div {
  filter: blur(0);
  opacity: 1;
}

.photos-itemList.js-inview > div:nth-child(1),
.movies-itemList.js-inview > div:nth-child(1) {
  transition-delay: 0s;
}

.photos-itemList.js-inview > div:nth-child(2),
.movies-itemList.js-inview > div:nth-child(2) {
  transition-delay: 0.05s;
}

.photos-itemList.js-inview > div:nth-child(3),
.movies-itemList.js-inview > div:nth-child(3) {
  transition-delay: 0.1s;
}

.photos-itemList.js-inview > div:nth-child(4),
.movies-itemList.js-inview > div:nth-child(4) {
  transition-delay: 0.15s;
}

.photos-itemList.js-inview > div:nth-child(5),
.movies-itemList.js-inview > div:nth-child(5) {
  transition-delay: 0.2s;
}

.photos-itemList.js-inview > div:nth-child(6),
.movies-itemList.js-inview > div:nth-child(6) {
  transition-delay: 0.25s;
}

.photos-itemList.js-inview > div:nth-child(7),
.movies-itemList.js-inview > div:nth-child(7) {
  transition-delay: 0.3s;
}

.photos-itemList.js-inview > div:nth-child(8),
.movies-itemList.js-inview > div:nth-child(8) {
  transition-delay: 0.35s;
}

.photos-itemList.js-inview > div:nth-child(9),
.movies-itemList.js-inview > div:nth-child(9) {
  transition-delay: 0.4s;
}

.photos-itemList.js-inview > div:nth-child(10),
.movies-itemList.js-inview > div:nth-child(10) {
  transition-delay: 0.45s;
}

.photos-itemList.js-inview > div:nth-child(11),
.movies-itemList.js-inview > div:nth-child(11) {
  transition-delay: 0.5s;
}

.photos-itemList.js-inview > div:nth-child(12),
.movies-itemList.js-inview > div:nth-child(12) {
  transition-delay: 0.55s;
}

.photos-itemList.js-inview > div:nth-child(13),
.movies-itemList.js-inview > div:nth-child(13) {
  transition-delay: 0.6s;
}

.photos-itemList.js-inview > div:nth-child(14),
.movies-itemList.js-inview > div:nth-child(14) {
  transition-delay: 0.65s;
}

.photos-itemList.js-inview > div:nth-child(15),
.movies-itemList.js-inview > div:nth-child(15) {
  transition-delay: 0.7s;
}

.m-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

.m-modal[is-open=true] {
  display: block;
  opacity: 0;
  transition: opacity .3s ease;
}

.m-modal[is-show=true] {
  opacity: 1;
}

.modal-close-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #695D5B;
  opacity: .8;
  z-index: 1;
}

.modal-close {
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(to right, #F8F0E3, #F9F1E6);
  border-radius: 50%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  .modal-close {
    transition: opacity .4s ease;
    opacity: 1;
  }
  .modal-close:hover {
    opacity: .7;
  }
}

@media screen and (min-width: 960px) {
  .modal-close {
    right: 40px;
    top: 75px;
  }
}

@media screen and (max-width: 959px) {
  .modal-close {
    right: 20px;
    top: 20px;
  }
}

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: auto;
  z-index: 2;
}

[data-modal-type="youtube"] .modal-content {
  width: 80vw;
}

@media screen and (min-width: 960px) {
  [data-modal-type="youtube"] .modal-content {
    aspect-ratio: 16 / 9;
  }
}

@media screen and (max-width: 959px) {
  [data-modal-type="youtube"] .modal-content {
    aspect-ratio: 9 / 16;
    height: 70vh;
  }
}

[data-modal-type="youtube"] .modal-content iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 959px) {
  [data-modal-type="image"] .modal-content {
    margin-top: -15px;
  }
}

[data-modal-type="image"] .modal-content img {
  max-width: 80vw;
  max-height: 70vh;
  object-fit: contain;
}

.modal-caption {
  display: none;
}

[data-modal-type="image"] .modal-caption {
  display: block;
  position: absolute;
  right: 0;
  color: #fff;
  padding-top: 5px;
  font-size: 12px;
  font-size: 12px;
  letter-spacing: calc(12px * 0.01);
  line-height: 1.4;
}

[data-modal-type="image"] .modal-caption img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.m-comingsoon {
  text-align: center;
}

.m-comingsoon p {
  font-family: "beaufort-pro", serif;
  font-weight: 300;
  margin-bottom: 10px;
  color: red;
}

@media screen and (min-width: 960px) {
  .m-comingsoon p {
    font-size: 20px;
    letter-spacing: calc(20px * 0.1);
    line-height: 1;
  }
}

@media screen and (max-width: 959px) {
  .m-comingsoon p {
    font-size: 15px;
    letter-spacing: calc(15px * 0.1);
    line-height: 1;
  }
}

.m-comingsoon span {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
  display: block;
}

@media screen and (min-width: 960px) {
  .m-comingsoon span {
    font-size: 14px;
    letter-spacing: calc(14px * 0.14);
    line-height: 2;
  }
}

@media screen and (max-width: 959px) {
  .m-comingsoon span {
    font-size: 14px;
    letter-spacing: calc(14px * 0.14);
    line-height: 2;
  }
}

[data-publish="f-2"] .m-comingsoon-contents {
  display: none;
}

.m-comingsoon-f1,
.m-comingsoon-interview {
  display: flex;
  align-items: center;
  background-repeat: repeat-x;
  background-position: 0 0;
}

@media screen and (min-width: 960px) {
  .m-comingsoon-f1,
  .m-comingsoon-interview {
    width: 1300px;
    max-width: calc(100vw - 20px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .m-comingsoon-f1,
  .m-comingsoon-interview {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (min-width: 960px) {
  .m-comingsoon-f1,
  .m-comingsoon-interview {
    background-image: url(../img/bg/comingsoon-f1.png);
    background-size: auto 100%;
    height: 329px;
  }
}

@media screen and (max-width: 959px) {
  .m-comingsoon-f1,
  .m-comingsoon-interview {
    background-image: url(../img/bg/comingsoon-f1-sp.png);
    background-size: 100% auto;
    height: 200px;
    width: calc(100% - 60px);
    margin: 0 30px;
    padding: 0;
  }
}

.m-comingsoon-f1 p {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 960px) {
  .m-comingsoon-f1 p {
    padding: 0 80px;
    font-size: 24px;
    letter-spacing: calc(24px * 0.1);
    line-height: 1.5;
  }
}

@media screen and (max-width: 959px) {
  .m-comingsoon-f1 p {
    font-size: 16px;
    letter-spacing: calc(16px * 0.1);
    line-height: 1.5;
  }
}

.m-comingsoon-interview {
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.m-comingsoon-interview p {
  font-family: "beaufort-pro", serif;
  font-weight: 300;
}

@media screen and (min-width: 960px) {
  .m-comingsoon-interview p {
    font-size: 40px;
    letter-spacing: calc(40px * 0.1);
    line-height: 1;
  }
}

.m-comingsoon-interview span {
  display: block;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 960px) {
  .m-comingsoon-interview span {
    font-size: 24px;
    letter-spacing: calc(24px * 0.1);
    line-height: 1;
  }
}

.m-comingsoon-presents {
  display: flex;
  align-items: center;
  background-repeat: repeat-x;
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

@media screen and (min-width: 960px) {
  .m-comingsoon-presents {
    background-image: url(../img/bg/comingsoon-presents.png);
    background-size: 100% auto;
    height: 240px;
    width: calc(100% - 160px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .m-comingsoon-presents {
    background: #F8F0E3;
    height: 180px;
    width: calc(100% - 60px);
    margin: 0 30px;
    padding: 0;
  }
}

.m-comingsoon-presents p {
  font-family: "beaufort-pro", serif;
  font-weight: 300;
}

@media screen and (min-width: 960px) {
  .m-comingsoon-presents p {
    font-size: 40px;
    letter-spacing: calc(40px * 0.1);
    line-height: 1;
  }
}

.m-comingsoon-presents span {
  display: block;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 960px) {
  .m-comingsoon-presents span {
    font-size: 24px;
    letter-spacing: calc(24px * 0.1);
    line-height: 1;
  }
}

/***** section *****/
.l-header {
  position: sticky;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 959px) {
  .l-header {
    width: 100vw;
  }
}

@media screen and (min-width: 960px) {
  .l-header a {
    transition: opacity .4s ease;
    opacity: 1;
  }
  .l-header a:hover {
    opacity: .7;
  }
}

@media screen and (min-width: 960px) {
  .header-inner {
    width: 1300px;
    max-width: calc(100vw - 20px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .header-inner {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (min-width: 960px) {
  .header-inner {
    position: fixed;
    left: 50%;
    top: 0;
    transform: translate3d(-50%, 0, 0);
    padding: 50px 0 0 0;
  }
}

@media screen and (max-width: 959px) {
  .header-inner {
    padding: 10px;
    height: 76px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.l-kv {
  width: 100%;
}

.l-kv picture, .l-kv img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 959px) {
  .l-kv {
    margin-top: -76px;
  }
}

.l-lead {
  background-image: url(../img/bg/01.png);
  background-repeat: no-repeat;
  background-position: 0 -50px;
  background-size: 890px auto;
}

@media screen and (min-width: 960px) {
  .l-lead {
    padding: 130px 0 150px 0;
  }
}

@media screen and (max-width: 959px) {
  .l-lead {
    padding: 90px 30px 70px 30px;
  }
}

.lead-inner {
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .lead-inner {
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 500;
    width: 754px;
    font-size: 18px;
    letter-spacing: calc(18px * 0.1);
    line-height: 2;
  }
}

@media screen and (max-width: 959px) {
  .lead-inner {
    width: 100%;
    font-size: 15px;
    letter-spacing: calc(15px * 0.04);
    line-height: 1.8;
  }
}

.lead-body {
  margin: 0 0 55px 0;
  color: #FFFFFF;
}

@media screen and (min-width: 960px) {
  .lead-body .lead-block {
    margin: 0 0 50px 0;
  }
}

@media screen and (max-width: 959px) {
  .lead-body .lead-block {
    margin: 0 0 30px 0;
  }
}

.lead-body .lead-block:last-child {
  margin-bottom: 0;
}

.lead-body .wrapper {
  position: relative;
}

.lead-body .animation-p {
  position: absolute;
  top: 0;
  left: 0;
  color: #504640;
  height: 100%;
  z-index: 1;
  /* 初期マスク：左端で幅0 */
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path .3s ease;
}

.lead-body .original-p {
  position: relative;
  z-index: 0;
  color: #E7DFD5;
}

.lead-heading {
  line-height: 1.5;
  letter-spacing: .1em;
}

@media screen and (min-width: 960px) {
  .lead-heading {
    font-size: 40px;
    margin-top: 75px;
  }
}

@media screen and (max-width: 959px) {
  .lead-heading {
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 500;
    font-size: 26px;
    margin-top: 70px;
  }
  .lead-heading br {
    display: none;
  }
}

.l-comingsoon-f1 {
  position: relative;
}

[data-publish="f-2"] .l-comingsoon-f1,
[data-publish="f-3"] .l-comingsoon-f1 {
  display: none;
}

@media screen and (min-width: 960px) {
  .l-comingsoon-f1 {
    padding: 85px 0 185px 0;
  }
}

@media screen and (max-width: 959px) {
  .l-comingsoon-f1 {
    padding: 40px 0 80px 0;
  }
}

.l-comingsoon-f1:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0, 0);
  height: 1px;
  background: #C8B8A8;
}

@media screen and (min-width: 960px) {
  .l-comingsoon-f1:before {
    width: 1300px;
    max-width: calc(100vw - 20px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .l-comingsoon-f1:before {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 959px) {
  .l-comingsoon-f1:before {
    width: calc(100% - 60px);
  }
}

.l-interview {
  padding: 90px 0 110px 0;
  position: relative;
}

[data-publish="f-1"] .l-interview {
  display: none;
}

.l-interview:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0, 0);
  height: 1px;
  background: #C8B8A8;
}

@media screen and (min-width: 960px) {
  .l-interview:before {
    width: 1300px;
    max-width: calc(100vw - 20px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .l-interview:before {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 959px) {
  .l-interview:before {
    width: calc(100% - 60px);
  }
}

.interview-itemList {
  display: flex;
}

.interview-item {
  width: 25%;
}

.interview-item-pic {
  position: relative;
  line-height: 0;
}

.interview-item-pic img {
  width: 100%;
}

.interview-item-pic p {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100px;
  height: 44px;
  background: red;
}

.interview-item-meta {
  padding: 30px 10% 40px 10%;
  background: #DFD6CB;
}

.interview-item-lead {
  font-size: 15px;
  letter-spacing: calc(15px * 0.2);
  line-height: 1.8;
  margin: 0 0 20px 0;
}

.interview-item-name {
  font-size: 18px;
  letter-spacing: calc(18px * 0.01);
  line-height: 1;
}

.l-photos {
  position: relative;
}

@media screen and (min-width: 960px) {
  .l-photos {
    width: 1300px;
    max-width: calc(100vw - 20px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .l-photos {
    width: 100%;
    padding: 0 30px;
  }
}

[data-publish="f-1"] .l-photos {
  display: none;
}

@media screen and (min-width: 960px) {
  .l-photos {
    padding: 60px 0 120px 0;
  }
}

@media screen and (max-width: 959px) {
  .l-photos {
    padding: 80px 30px 110px 30px;
  }
}

.l-photos:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0, 0);
  height: 1px;
  background: #C8B8A8;
}

@media screen and (min-width: 960px) {
  .l-photos:before {
    width: 1300px;
    max-width: calc(100vw - 20px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .l-photos:before {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 959px) {
  .l-photos:before {
    width: calc(100% - 60px);
  }
}

.photos-itemList {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 960px) {
  .photos-itemList {
    gap: 3px;
  }
}

@media screen and (max-width: 959px) {
  .photos-itemList {
    gap: 2px;
  }
}

.photos-item {
  position: relative;
  line-height: 0;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

@media screen and (min-width: 960px) {
  .photos-item {
    width: calc( (100% - 12px) / 5);
  }
}

@media screen and (max-width: 959px) {
  .photos-item {
    width: calc( (100% - 4px) / 3);
  }
}

.photo-item-pic {
  position: relative;
  aspect-ratio: 1 / 1;
}

.photo-item-pic:before, .photo-item-pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: #000;
  left: 0;
  right: 0;
  z-index: 5;
}

.photo-item-pic:before {
  top: -50%;
}

.photo-item-pic:after {
  bottom: -50%;
}

[is-clicked=true] .photo-item-pic:before {
  animation: clickAnimationBefore 0.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

[is-clicked=true] .photo-item-pic:after {
  animation: clickAnimationAfter 0.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.photo-item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 960px) {
  .photo-item-pic img {
    transition: transform .15s ease;
  }
  .photo-item-pic img:hover {
    transform: scale(1.1);
  }
}

.photos-item-meta {
  position: absolute;
}

@media screen and (min-width: 960px) {
  .photos-item-meta {
    left: 8px;
    bottom: 14px;
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 959px) {
  .photos-item-meta {
    left: 5px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
}

.photos-item-author {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

@media screen and (min-width: 960px) {
  .photos-item-author {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 959px) {
  .photos-item-author {
    width: 40px;
    height: 40px;
  }
}

.photos-item-author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photos-item-name {
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .photos-item-name {
    font-size: 10px;
  }
}

@media screen and (max-width: 959px) {
  .photos-item-name {
    font-size: 8px;
  }
}

.l-movies {
  background: #DFD6CB;
}

[data-publish="f-1"] .l-movies {
  display: none;
}

@media screen and (min-width: 960px) {
  .movies-inner {
    width: 1300px;
    max-width: calc(100vw - 20px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .movies-inner {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (min-width: 960px) {
  .movies-inner {
    padding: 170px 0 125px 0;
  }
}

@media screen and (max-width: 959px) {
  .movies-inner {
    padding: 70px 0 100px 0;
  }
}

@media screen and (min-width: 960px) {
  .movies-itemList .swiper-wrapper {
    display: flex !important;
    gap: 20px !important;
    justify-content: center;
  }
}

@media screen and (min-width: 960px) {
  .movies-item {
    width: calc( (100% - 60px) / 4) !important;
    cursor: pointer;
  }
}

@media screen and (max-width: 959px) {
  [data-publish="f-2"] .movies-item {
    width: 80%;
    margin: 0 auto;
  }
}

.movies-item-pic {
  position: relative;
  margin: 0 0 20px 0;
  overflow: hidden;
}

.movies-item-pic:after {
  content: "";
  width: 56px;
  height: 56px;
  background-image: url(../img/icons/icon-play.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.movies-item-pic > div {
  position: relative;
  line-height: 0;
}

.movies-item-pic > div:before, .movies-item-pic > div:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: #000;
  left: 0;
  right: 0;
  z-index: 5;
}

.movies-item-pic > div:before {
  top: -50%;
}

.movies-item-pic > div:after {
  bottom: -50%;
}

[is-clicked=true] .movies-item-pic > div:before {
  animation: clickAnimationBefore 0.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

[is-clicked=true] .movies-item-pic > div:after {
  animation: clickAnimationAfter 0.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@media screen and (min-width: 960px) {
  .movies-item-pic img {
    transition: transform .15s ease;
  }
  .movies-item-pic img:hover {
    transform: scale(1.1);
  }
}

.movies-item-heading {
  padding: 0 5px;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 1.5;
  margin: 0 0 10px 0;
}

.movies-item-text {
  padding: 0 5px;
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1.8;
}

@media screen and (min-width: 960px) {
  .-only-sp {
    display: none;
  }
}

.l-event {
  background: linear-gradient(90deg, transparent 0%, transparent 50%, #B09988 50%, #B09988 100%);
}

@media screen and (min-width: 960px) {
  .l-event {
    margin: 0 0 150px 0;
  }
}

@media screen and (max-width: 959px) {
  .l-event {
    margin: 0 0 50px 0;
  }
}

[data-publish="f-1"] .l-event {
  margin: 0;
}

.event-inner {
  background: #B09988;
  color: #F8F0E3;
}

@media screen and (min-width: 960px) {
  .event-inner {
    width: 1300px;
    max-width: calc(100vw - 20px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .event-inner {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (min-width: 960px) {
  .event-inner {
    padding-top: 110px;
    padding-left: 80px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 959px) {
  .event-inner {
    padding-top: 60px;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.event-item {
  display: flex;
  border-top: 1px solid #C8B8A8;
}

@media screen and (min-width: 960px) {
  .event-item {
    justify-content: space-between;
    align-items: flex-start;
    gap: 90px;
    padding: 60px 0 100px 0;
  }
}

@media screen and (max-width: 959px) {
  .event-item {
    flex-wrap: wrap;
    padding: 40px 0 40px 10px;
  }
}

@media screen and (min-width: 960px) {
  .event-detail {
    width: 100%;
    max-width: 560px;
  }
}

@media screen and (max-width: 959px) {
  .event-detail {
    width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .event-detail > .event-img {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .event-detail > .event-img {
    display: block;
    margin: 0 0 40px 0;
  }
}

.event-img {
  flex: 1;
}

@media screen and (min-width: 960px) {
  .event-img {
    max-width: 560px;
  }
}

@media screen and (max-width: 959px) {
  .event-img {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .event-body {
    padding: 0 30px 0 0;
  }
}

.event-body-header {
  margin-bottom: 30px;
}

@media screen and (min-width: 960px) {
  .event-body-header {
    font-size: 18px;
    letter-spacing: calc(18px * 0.1);
    line-height: 1.5;
  }
}

@media screen and (max-width: 959px) {
  .event-body-header {
    font-size: 20px;
    letter-spacing: calc(20px * 0.1);
    line-height: 1.5;
  }
}

.event-body-text {
  margin-bottom: 30px;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 960px) {
  .event-body-text {
    font-size: 24px;
    letter-spacing: calc(24px * 0.1);
    line-height: 1.5;
  }
}

@media screen and (max-width: 959px) {
  .event-body-text {
    font-size: 18px;
    letter-spacing: calc(18px * 0.1);
    line-height: 1.5;
  }
}

@media screen and (min-width: 960px) {
  .event-body-description {
    font-size: 15px;
    letter-spacing: calc(15px * 0.14);
    line-height: 1.8;
  }
  .event-body-description small {
    font-size: 12px;
    letter-spacing: calc(12px * 0.14);
    line-height: 1.8;
  }
}

@media screen and (max-width: 959px) {
  .event-body-description {
    font-size: 14px;
    letter-spacing: calc(14px * 0.08);
    line-height: 1.8;
  }
  .event-body-description small {
    font-size: 10px;
    letter-spacing: calc(10px * 0.14);
    line-height: 1.8;
  }
}

[data-publish="f-1"] .l-presents {
  display: none;
}

@media screen and (max-width: 959px) {
  .l-presents {
    padding: 0 30px;
  }
}

.presents-inner {
  background: #FFFBF5;
}

@media screen and (min-width: 960px) {
  .presents-inner {
    width: 1300px;
    max-width: calc(100vw - 20px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .presents-inner {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (min-width: 960px) {
  .presents-inner {
    padding: 120px 0 100px 0;
  }
}

@media screen and (max-width: 959px) {
  .presents-inner {
    padding: 80px 20px 60px 20px;
  }
}

@media screen and (min-width: 960px) {
  .presents-text {
    width: 463px;
    margin: 0 auto 90px auto;
    font-size: 15px;
    letter-spacing: calc(15px * 0.14);
    line-height: 1.8;
  }
}

@media screen and (max-width: 959px) {
  .presents-text {
    font-size: 14px;
    letter-spacing: calc(14px * 0.08);
    line-height: 1.8;
    margin: 0 auto 20px auto;
  }
}

.l-about {
  background-image: url(../img/bg/03.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
}

@media screen and (min-width: 960px) {
  .l-about {
    padding-top: 200px;
    background-size: 890px auto;
  }
}

@media screen and (max-width: 959px) {
  .l-about {
    padding-top: 80px;
    background-size: 500px auto;
  }
}

[data-publish="f-1"] .l-about {
  padding-top: 0;
}

.about-inner {
  display: flex;
}

[data-publish="f-1"] .about-inner {
  display: none;
}

@media screen and (min-width: 960px) {
  .about-inner {
    width: 1300px;
    max-width: calc(100vw - 20px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .about-inner {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (min-width: 960px) {
  .about-inner {
    padding: 0 80px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 115px;
  }
}

@media screen and (max-width: 959px) {
  .about-inner {
    flex-direction: column-reverse;
    gap: 50px;
  }
}

.about-img {
  flex: 1;
}

.about-heading {
  font-family: "beaufort-pro", serif;
  font-weight: 300;
  margin: 0 0 70px 0;
}

@media screen and (min-width: 960px) {
  .about-heading {
    font-size: 40px;
    letter-spacing: calc(40px * 0.1);
    line-height: 1;
  }
}

@media screen and (max-width: 959px) {
  .about-heading {
    font-size: 30px;
    letter-spacing: calc(30px * 0.1);
    line-height: 1;
  }
}

.about-heading_sub {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
  margin: 0 0 30px 0;
}

@media screen and (min-width: 960px) {
  .about-heading_sub {
    font-size: 24px;
    letter-spacing: calc(24px * 0.1);
    line-height: 1;
  }
}

@media screen and (max-width: 959px) {
  .about-heading_sub {
    font-size: 24px;
    letter-spacing: calc(24px * 0.1);
    line-height: 1;
  }
}

.about-text {
  margin: 0 0 40px 0;
}

@media screen and (min-width: 960px) {
  .about-text {
    width: 460px;
    font-size: 15px;
    letter-spacing: calc(15px * 0.14);
    line-height: 2.3;
  }
}

@media screen and (max-width: 959px) {
  .about-text {
    font-size: 14px;
    letter-spacing: calc(14px * 0.08);
    line-height: 1.8;
  }
}

.about-link a {
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (min-width: 960px) {
  .about-link a {
    transition: opacity .4s ease;
    opacity: 1;
  }
  .about-link a:hover {
    opacity: .7;
  }
}

.about-link a::before {
  content: "";
  display: block;
  width: 51px;
  height: 51px;
  background-image: url(../img/icons/icon-link.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.about-copy {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
  background-image: url(../img/bg/04.png);
  background-repeat: no-repeat;
}

@media screen and (min-width: 960px) {
  .about-copy {
    font-size: 26px;
    letter-spacing: calc(26px * 0.14);
    line-height: 1;
    padding: 250px 0;
    text-align: center;
    background-position: 30% 0;
    background-size: 450px auto;
  }
}

@media screen and (max-width: 959px) {
  .about-copy {
    font-size: 20px;
    letter-spacing: calc(20px * 0.1);
    line-height: 1.5;
    padding: 120px 30px 130px 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
    background-position: -150px -80px;
    background-size: 500px auto;
  }
}

.about-copy:before {
  content: "#";
}

@media screen and (min-width: 960px) {
  .about-copy br {
    display: none;
  }
}

.l-footer {
  position: relative;
  background: #FFFBF5;
}

@media screen and (min-width: 960px) {
  .l-footer a {
    transition: opacity .4s ease;
    opacity: 1;
  }
  .l-footer a:hover {
    opacity: .7;
  }
}

.footer-inner {
  position: relative;
}

@media screen and (min-width: 960px) {
  .footer-inner {
    width: 1300px;
    max-width: calc(100vw - 20px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .footer-inner {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (min-width: 960px) {
  .footer-inner {
    padding: 120px 0 50px 0;
  }
}

@media screen and (max-width: 959px) {
  .footer-inner {
    padding: 90px 30px 260px 30px;
  }
}

.footer-pagetop {
  position: absolute;
}

@media screen and (min-width: 960px) {
  .footer-pagetop {
    top: -56px;
    right: 0;
  }
}

@media screen and (max-width: 959px) {
  .footer-pagetop {
    top: -45px;
    right: 10px;
  }
}

.footer-pagetop a {
  display: block;
  background: linear-gradient(to right, #DFD6CB, #D4C7B6);
  border-radius: 50%;
  text-align: center;
  font-family: "beaufort-pro", serif;
  font-weight: 300;
}

@media screen and (min-width: 960px) {
  .footer-pagetop a {
    width: 112px;
    height: 112px;
    font-size: 16px;
    letter-spacing: calc(16px * 0.14);
    line-height: 112px;
  }
}

@media screen and (max-width: 959px) {
  .footer-pagetop a {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
    letter-spacing: calc(16px * 0.14);
    line-height: 90px;
  }
}

.footer-heading {
  font-family: "beaufort-pro", serif;
  font-weight: 300;
}

@media screen and (min-width: 960px) {
  .footer-heading {
    font-size: 15px;
    letter-spacing: calc(15px * 0.1);
    line-height: 1;
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 959px) {
  .footer-heading {
    font-size: 15px;
    letter-spacing: calc(15px * 0.1);
    line-height: 1;
    margin: 0 0 20px 0;
  }
}

.footer-logos {
  display: flex;
  align-items: center;
  margin: 0 0 80px 0;
}

@media screen and (min-width: 960px) {
  .footer-logos {
    gap: 40px;
    margin: 0 0 80px 0;
  }
}

@media screen and (max-width: 959px) {
  .footer-logos {
    gap: 30px;
    flex-wrap: wrap;
    margin: 0 0 60px 0;
  }
}

.footer-logos.-mb0 {
  margin-bottom: 0;
}

.footer-logos li a {
  display: block;
}

@media screen and (max-width: 959px) {
  .footer-logo-niew {
    width: 101px;
  }
}

@media screen and (max-width: 959px) {
  .footer-logo-natalie {
    width: 124px;
  }
}

@media screen and (max-width: 959px) {
  .footer-logo-quickjapanweb {
    width: 103px;
  }
}

@media screen and (max-width: 959px) {
  .footer-logo-genic {
    width: 84px;
  }
}

@media screen and (max-width: 959px) {
  .footer-logo-mi {
    width: 50px;
  }
}

.footer-navi {
  position: absolute;
  bottom: 50px;
}

@media screen and (min-width: 960px) {
  .footer-navi {
    right: 0;
  }
}

@media screen and (max-width: 959px) {
  .footer-navi {
    right: 30px;
  }
}

.footer-navi ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 40px;
}

@media screen and (min-width: 960px) {
  .footer-navi ul {
    gap: 20px;
  }
}

@media screen and (max-width: 959px) {
  .footer-navi ul {
    gap: 10px;
  }
}

.footer-navi ul li a {
  font-size: 15px;
  letter-spacing: calc(15px * 0.14);
  line-height: 1;
}

@media screen and (min-width: 960px) {
  .footer-navi ul li a {
    font-size: 15px;
    letter-spacing: calc(15px * 0.14);
    line-height: 1;
  }
}

@media screen and (max-width: 959px) {
  .footer-navi ul li a {
    font-size: 15px;
    letter-spacing: calc(15px * 0.14);
    line-height: 1;
  }
}

.footer-copy {
  padding-top: 40px;
  font-family: "beaufort-pro", serif;
  font-weight: 300;
  position: relative;
}

@media screen and (min-width: 960px) {
  .footer-copy {
    font-size: 15px;
    letter-spacing: calc(15px * 0.14);
    line-height: 1;
  }
}

@media screen and (max-width: 959px) {
  .footer-copy {
    font-size: 12px;
    letter-spacing: calc(12px * 0.14);
    line-height: 1;
  }
}

.footer-copy:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 1px;
  background: #C8B8A8;
}
