/*
Theme Name: a
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #000;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  font-family: "HelveticaLTPro-Roman","Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
input {
  font-family: "HelveticaLTPro-Roman","Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
  --scrollbar-width: 15px;
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 74px;
  background: url(/wp-content/themes/a/img/sideEraser.png) 0 0 repeat;
  background-size: 100%;
  background-position: 0 var(--sideEraserY, 0px); /* 追加 */
  z-index: 12;
  pointer-events: none; /* 追加：クリック邪魔防止 */
}
body::after {
  content: "";
  position: absolute;
  right: 20%;
  top: 0;
  height: 100%;
  width: 20%;
  background: url(/wp-content/themes/a/img/logo.svg) 0 0 repeat;
  background-size: 100%;
  z-index: 12;
  background-position: 0 var(--logo-offset);
  transition: 0s;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.loadingWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #ACD9CE;
  z-index: 10000;
  overflow: hidden; 
  transition: width 1.6s cubic-bezier(0.42, 0, 0, 0.98);
  will-change: width;
}
.loadingWrap.lodingComp {
  left: -100%;
  transition: left 2s cubic-bezier(0.63, 0, 0.09, 1);
}
.LoadingLogo, .loaderText {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  pointer-events: none;
  transition: 1s;
}
.LoadingLogo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.LoadingLogo img {
  width: 78px;
  height: auto;
}
.loaderText {
  position: fixed;
  top: -40px;
  left: -80px;
  width: 100vw;
  height: 100dvh;
  pointer-events: none;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 70px;
  padding-bottom: 43px;
  font-family: 'HelveticaLTPro-Bold', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.loaderText span {
  display: inline-block;
  opacity: 0;
  animation: dotBlink 1.2s infinite;
}
.loaderText span:nth-child(1) { animation-delay: 0.3s; }
.loaderText span:nth-child(2) { animation-delay: 0.6s; }
.loaderText span:nth-child(3) { animation-delay: 0.9s; }
@keyframes dotBlink {
  0%, 100% { opacity: 0; }
  25%, 75% { opacity: 1; }
}
.loadingWrap.lodingComp .LoadingLogo,
.loadingWrap.lodingComp .loaderText{
  opacity: 0;
  pointer-events: none;
}
header .btn {
  position: fixed;
  top: 32px;
  right: 36px;
  display: flex;
  z-index: 20;
  cursor: pointer;
}
header .btn span {
  display: block;
  width: 1px;
  height: 70px;
  border-left: 1px dashed #fff;
  margin: 0 3px;
  position: relative;
  left: 0;
  right: 0;
  transform: rotate(0deg);
  transition: .3s;
}
header .on .btn span {
  border-color: #E50038;
}
header .on .btn span:nth-child(1) {
  transform: rotate(-20deg);
  position: relative;
  left: 6px;
  right: unset;
}
header .on .btn span:nth-child(2) {
  transform: rotate(20deg);
  position: relative;
  left: unset;
  right: 4px;
}
.navBox {
  background: url(/wp-content/themes/a/img/bg1.jpg);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 14;
  opacity: 0;
  pointer-events: none;
  transition:.3s;
}
.on .navBox {
  opacity: 1;
  pointer-events: auto;
}
.navBox h1 {
  width: 20%;
  border-right: 1px dashed #E50038;
}
.navBox h1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px dashed #E50038;
  width: 100%;
  height: 100%;
  position: relative;
}
.navBox h1 a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  width: 52px;
  height: auto;
}
.navBox h1 a .logoDefault {
  opacity: 1;
}
.navBox h1 a .logoHover {
  opacity: 0;
}
.navBox h1 a:hover {
  background: #E50038;
}
.navBox h1 a:hover .logoDefault {
  opacity: 0;
}
.navBox h1 a:hover .logoHover {
  opacity: 1;
}
.navBox nav {
  width: 60%;
  height: 100vh;
}
.navBox nav ul {
  flex-wrap: wrap;
}
.navBox nav ul li {
  width: 33.3333%;
  height: 50vh;
}
.navBox nav ul li:nth-child(1),
.navBox nav ul li:nth-child(2),
.navBox nav ul li:nth-child(3){
  border-bottom: 1px dashed #E50038;
} 
.navBox nav ul li a{
  display: block;
  width: 100%;
  height: 100%;
  border-right: 1px dashed #E50038;
  box-sizing: border-box;
  padding: 60px 0 0 40px;
  font-size: clamp(18px,1.4vw,1.4vw);
  color: #E50038;
  font-weight: 400;
  font-family: HelveticaLTPro-Roman;
}
.navBox nav ul li a:hover{
  background: #E50038;
  color: #fff;
}
/*
.pageTop {
  overflow-x: hidden;
  overflow-y: visible;
}
  */
.loopWrap {
  position: relative;
}
.mainBlock {
  position: relative;
}
.bgVideo {
  position: fixed;
  inset: 0;
  margin: auto;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s linear;
}
.mainBlock.is-active .bgVideo {
  opacity: 1;
}
.mainBlock.underBlock .fvImgbox img{
  position: sticky;
  top: 0;
}
.mainBlock.underBlock .fvImgbox .fv1 {
  margin-top: 340px;
  padding-bottom: 120px;
}
.mainBlock.underBlock .fvImgbox .fv2 {
  margin-top: 170px;
  padding-bottom: 150px;
}
.mainBlock.underBlock .fvImgbox .fv3 {
  margin-top: 210px;
  padding-bottom: 190px;
}
.mainBlock.underBlock .fvImgbox .fv4 {
  margin-top: 210px;
  margin-bottom: -50px;
}
.bgVideo video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.bgTransition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;   /* iOS fallback */
  height: 100dvh;
  background-color: #ACD9CE;
  z-index: 11;
  pointer-events: none;
  overflow: hidden;
  transform: translate3d(100%, 0, 0);
  will-change: transform;
  transition: transform 1.6s cubic-bezier(0.63, 0, 0.09, 1);
}
.bgTransition.is-running {
  transform: translate3d(0, 0, 0);
  transition: transform 1.6s cubic-bezier(0.42, 0, 0, 0.98);
}
.bgTransition.is-complete {
  transform: translate3d(-100%, 0, 0) !important;
}
.fvImgbox > * {
  width: 20%;
  height: 100%;
}
.linkBtn1 {
  font-size: 14px;
  color: #fff;
  margin-top: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.fvBlock h2 a {
  position: fixed;
  top:34px ;
  left: 90px;
  font-family: HelveticaLTPro-Bold;
  font-weight: 700;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.fvBlock h2 a.is-active {
  opacity: 1;
  pointer-events: auto;
}
.linkBtn1::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #fff;
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.linkBtn1:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.fvImgbox {
  position: relative;
}
.bodyImg1 {
  width: 20%;
  margin-left: 20%;
  margin-top: 500px;
  overflow: hidden;
}
.pvLink {
  position: fixed;
  left: 90px;
  bottom: 40px;
  font-family: HelveticaLTPro-Bold;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 10;
  display: flex;
  align-items: center;
  opacity: 0;
  margin-top: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.pvLink.is-active {
  opacity: 1;
  pointer-events: auto;
}
.pvLink img {
  margin-left: 5px;
}
.copyRight {
  position: absolute;
  height: 100vh;
  top: 0;
  right: 20px;
  z-index: 10;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 0 20px 30px 0;
}
.copyRight img {
  width: min(52px,50%);
  display: block;
  margin: 0 auto;
}
.copyRight p {
  color: #fff;
  font-size:clamp(12px,0.94vw,0.94vw);
  text-align: center;
  font-weight: 400;
  margin-top: 10px;
  font-family: HelveticaLTPro-Bold;
  font-weight: 700;
}
.topBlock2 {
  margin-top: 160px;
  position: relative;
}
.bodyImg2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
}
.topBlock2 .txtBox {
  margin-left: 26%;
  width: 74%;
}
.topBlock2 p {
  color: #fff;
  font-size: clamp(13px,1.1vw,24px);
  line-height: 2.1;
}
.topBlock2 .jp {
  margin-bottom: 50px;
}
.topBlock2 .en {
  max-width: 343px;
}
.bodyImg3 {
  display: block;
  margin-left: 20%;
  width: 20%;
  margin-top: 220px;
  position: relative;
  overflow: hidden;
}
.bodyImg3 > img {
  display: block;
  width: 100%;
  height: auto;
}
.bodyImg3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ACD9CE;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  z-index: 1;
}
.bodyImg3 .hoverBox {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition-delay: 0.25s;
  pointer-events: none;
  flex-direction: column;
}
.bodyImg3 .hoverBox p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.bodyImg3:hover::before,
.bodyImg3:focus-visible::before {
  transform: translateX(0);
}
.bodyImg3:hover .hoverBox,
.bodyImg3:focus-visible .hoverBox {
  opacity: 1;
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  .bodyImg3::before {
    transition: none;
    transform: none;
  }
  .bodyImg3 .hoverBox {
    transition: none;
    opacity: 1;
    transform: none;
  }
}
.footMenu {
  padding: 900px 0 1900px 20%;
}
.footMenu img {
  width: 55px;
  margin: -.5% 0 -1.5%;
}
.footMenu ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 0 0 30px;
}
.footMenu ul li{
  position: relative;
  width: fit-content;
}
.footMenu ul li a {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
.footMenu ul li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #fff;
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.footMenu ul li a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
body.bodyUnder::after{
  display: none;
}
body.bodyUnder::before{
  background: url(/wp-content/themes/a/img/sideEraserUnder.png) 0 0 repeat;
  background-size: 100%;
  background-position: 0 var(--sideEraserY, 0px);
}
.mainWrap {
  margin-left: 128px;
  width: calc(100% - 128px);
}
.movieHeader {
  order: 2;
  width: 20%;
  height: 100vh;
  position: relative;
}
.movieHeader video {
  width: 20%;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  right: 0;
}
.movieHeader .logo5 {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 9%;
  margin: auto;
  width: 2.3%;
}
.bodyUnder .copyRight {
  right: 0;
  padding: 0 10px 22px 0;
  position: fixed;
}
.bodyUnder .copyRight img {
  width: min(42px,50%);
}
.bodyUnder .copyRight p {
  font-size: 10px;
  margin-top: 6px;
}
.bodyUnder article:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/a/img/bg1.jpg);
  z-index: -1;
}
.mainInner {
  padding-top: 100px;
  width: 75%;
}
.diaryList {
  width: 68%;
  margin-right: 7%;
}
.pageDiary .headBlock1 {
  margin-bottom: 140px;
}
.diarySide {
  width: 25%;
}
.diaryBlock1 ul .js-diaryItem,
.collectionBlock1 ul .js-diaryItem {
  width: 100%;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: clip-path .8s cubic-bezier(0.41, 0.03, 0, 0.99);
  will-change: clip-path;
}
.diaryBlock1 ul .js-diaryItem.is-active,
.collectionBlock1 ul .js-diaryItem.is-active {
  clip-path: inset(0 0 0 0);
}
.headBlock1 h1 {
  font-size: clamp(24px,1.9vw,1.9vw);
  margin-bottom: 50px;
  font-family: 'HelveticaLTPro-Bold';
  font-weight: 700;
  letter-spacing: 0.05em;
}
.headBlock1 h1 span {
  font-size: clamp(20px,1.5vw,1.5vw);
  display: block;
  margin-top: 30px;
  font-weight: 500;
}
.headBlock1 h2 {
  color: #AEAEAE;
  font-size:calc(14px,0.94vw,0.94vw);
  margin-bottom: 50px;
}
.diaryBlock1 ul li a {
  padding: 24px 0;
  border-bottom: 1px solid #E5E5E5;
  width: min(906px, 100%);
  box-sizing: border-box;
}
.diaryBlock1 ul li:last-child a {
  border-bottom: none;
}
.diaryBlock1 ul li a .left {
  width: 60%;
  margin-right: 5%;
}
.diaryBlock1 ul li a .right {
  width: 35%;
  align-items: center;
}
.diaryBlock1 ul li a .left .date {
  font-size: clamp(13px,1vw,1vw);
  margin-bottom: 10px;
  font-family: HelveticaLTPro-Bold;
  font-weight: 700;
}
.diaryBlock1 ul li a .left h3 {
  font-size: clamp(24px,1.9vw,1.9vw);
  font-weight: 500;
  letter-spacing: 0.16em;
  margin-bottom: 60px;
}
.diaryBlock1 ul li a .right p {
  width: 50%;
  margin-right: 5%;
  font-size: clamp(12px,0.94vw,0.94vw);
  font-family: HelveticaLTPro-Roman;
  display: flex;
  align-items: center;
}
.diaryBlock1 ul li a .right .hoverImg {
  aspect-ratio: 1;
  width: 45%;
  overflow: hidden;
}
.diaryBlock1 ul li a .right .hoverImg img {
  transition: 0.3s;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.diaryBlock1 ul li a:hover .right .hoverImg img{
  transform: scale(1.1);
}
.diaryBlock1 ul li a .right p:after {
  content: "";
  display: block;
  height: 1px;
  border-top: 1px dashed #000;
  width: 42px;
  margin-left: 10px;
}
.diarySide .sticky {
  position: sticky;
  top: 100px;
  margin-bottom: 232px;
}
.diaryList .nav {
  margin: 40px auto 0;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
}
.diaryList .nav .prev,
.diaryList .nav .next {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.diaryList .nav .prev{
  margin-right: 34px;
}
.diaryList .nav .next{
  margin-left: 34px;
}
.diaryList .nav .prev span,
.diaryList .nav .next span {
  font-family: HelveticaLTPro-Roman;
  font-size: clamp(12px,0.94vw,0.94vw);
  letter-spacing: 0;
  margin-top: 6px;
}
.diaryList .nav .prev img {
  transform: scale(-1, 1);
}
.diaryList .nav .num {
  font-size: clamp(13px,1vw,1vw);
  margin: 0 6px;
  display: block;
}
.diaryList .nav span.num {
  border-bottom: 1px solid #000;
}
.underFootMenu.footMenu {
  padding: 370px 0 300px 20%;
  margin: 0;
}
.underFootMenu.footMenu ul li a {
  color: #000;
}
.diarySide h2 {
  font-size: clamp(14px,1.1vw,1.1vw);
}
.diarySide .sideBlock1 {
  margin-bottom: 54px;
}
.diarySide .sideBlock1 ul {
  margin-top: 16px;
}
.diarySide .sideBlock1 ul .js-diarySideItem {
  overflow: hidden;
  clip-path: inset(100% 0 0 0);
  transition: clip-path .5s cubic-bezier(0.41, 0.03, 0, 0.99);
  will-change: clip-path;
}
.diarySide .sideBlock1 ul .js-diarySideItem.is-active {
  clip-path: inset(0 0 0 0);
}
.diarySide .sideBlock1 ul li a {
  margin-top: 8px;
  display: block;
  font-size: clamp(12px,0.94vw,0.94vw);
  color: #CFCFCF;
  margin-left: 14px;
}
.diarySide .sideBlock1 ul li a.is-active,
.diarySide .sideBlock1 ul li a:hover {
  color: #000;
}
.pageSingle .mainInner {
  width: 57.2%;
  padding-top: 0;
}
.pageSingle .mainInner .sinTitbox {
  width: 20%;
  text-align: center;
  margin-top: 200px;
}
.pageSingle .mainInner .sinTitbox .date {
  font-size: clamp(14px,1.1vw,1.1vw);
  margin-bottom: 11%;
}
.pageSingle .mainInner .sinTitbox h1 {
  font-size: 24px;
  writing-mode: vertical-rl;
  text-align: center;
  margin: 0 auto;
  letter-spacing: .1em;
}
.pageSingle .mainInner .box1 {
  align-items: flex-start;
}
.pageSingle .mainInner .box1 .thumbImg {
  width: 39%;
  height: auto;
}
.entryConts {
  margin-top: 110px;
  margin-left: 40%;
  width: 60%;
}
.entryContsInner * {
  line-height: 1.8;
}
.entryContsInner h2 {
  background: #F6F6F6;
  padding: 12px 14px 6px;
  box-sizing: border-box;
  font-size: 18px;
  width: 100%;
}
.entryContsInner h3 {
  border-left: 3px solid #F6F6F6;
  padding-left: 10px;
}
.entryContsInner h4{
  font-size: 15px;
}
.entryContsInner a {
  text-decoration: underline;
}
.wp-block-buttons>.wp-block-button {
  width: 100%;
}
.wp-block-button__link {
  border-radius: 0;
  background: url(/wp-content/themes/a/img/bg1.jpg);
  border: 1px dashed #080908;
  padding: 10px 0 6px;
  width: min(300px, 100%) !important;
  display: block;
  font-size: 15px;
  color: #080808;
  text-decoration: none !important;
  position: relative;
}
.wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 20px;
  height: 12px;
  background: url(/wp-content/themes/a/img/arrow2.svg)0 0 no-repeat;
  background-size: 100%;
  margin: auto;
}
.wp-element-caption {
  font-size: 13px;
}
.wp-block-button__link.outlink:before {
  top: -4px;
  bottom: 0;
  right: 18px;
  width: 23px;
  height: 23px;
  background: url(/wp-content/themes/a/img/iconLink.svg)0 0 no-repeat;
  background-size: 100%;
}
.wp-block-cover {
  min-height: auto;
}
.wp-block-cover .wp-block-heading {
  font-size: 16px;
  margin: 26px 0 10px;
}
.wp-block-cover p {
  font-size: 13px;
}
.wp-block-preformatted {
  background: url(/wp-content/themes/a/img/bg1.jpg);
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px 16px;
  font-size: 15px;
}
.wp-block-list {
  list-style: disc;
  margin-left: 2em;
}
ol.wp-block-list {
  list-style: auto;
}
.wp-block-quote:before {
  content: "❝";
  display: block;
  width: 20px;
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 30px;
}
.wp-block-quote {
  background: url(/wp-content/themes/a/img/bg1.jpg);
  width: 100%;
  box-sizing: border-box;
  padding: 42px 25px 20px;
  position: relative;
}
.entryConts .nav {
  margin: 110px 0 80px;
  align-items: center;
}
.entryConts .nav a {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.entryConts .nav a.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.entryConts .nav a.prev {
  margin-right:50px
}
.entryConts .nav a.prev img {
  transform: scale(-1, 1);
}
.entryConts .nav a span {
  margin-top: 12px;
  font-size: 12px;
}
.entryConts .backBtn {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.entryConts .backBtn:before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 1px;
  border-top: 1px dashed #080808;
  margin-right: 8px;
}
.diarySide.ver2 {
  margin-top: 120px;
  display: flex;
  width: min(230px,90%);
}
.diarySide.ver2 .sideBlock1:nth-child(1) {
  margin-right: 44px;
}
.collectionBlock1 {
  margin-left: 20%;
  width: 90%;
}
.collectionBlock1 ul li {
  margin-top: 160px;
}
.collectionBlock1 ul li:first-child {
  margin-top: 0;
}
.collectionBlock1 ul li h2 {
  font-family: HelveticaLTPro-Light;
  font-size: 16px;
}
.collectionBlock1 ul li .theme {
  margin: 20px 0 50px;
  font-size: 32px;
}
.collectionBlock1 ul li .hoverImg {
  overflow: hidden;
  aspect-ratio: 510/340;
}
.collectionBlock1 ul li .hoverImg img{
  transition: 0.3s;
}
.collectionBlock1 ul li a:hover .hoverImg img {
  transform: scale(1.1);
}
.collectionBlock1 ul li .more {
  margin-top: 20px;
  font-size:clamp(12px,0.94vw,0.94vw);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.collectionBlock1 ul li .more:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  border-top: 1px dashed #080808;
  margin-left: 10px;
}
.mainWrap.ver2 {
  width: 100%;
  margin-left: 0;
}
.pagePopup .mainInner,
.pageContact .mainInner {
  padding-top: 100px;
  width: 80%;
}
.pagePopup .headBlock1,
.pageContact .headBlock1 {
  margin-left: 128px;
}
.fvLine {
  position: fixed;
  width: 80%;
  top: 0;
  left: 0;
  height: 100%;
}
.fvLine span {
  position: absolute;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #e5e5e5;
  left: 25%;
  top: -100px;
}
.fvLine .line2 {
  left: 50%;
}
.fvLine .line3 {
  left: 75%;
}
.popupBlock1 {
  width: 50%;
  margin: 80px auto 0;
}
.popupBlock1 .year {
  color: #E50038;
  font-size: clamp(24px,1.9vw,1.9vw);
  font-family: HelveticaLTPro-Bold;
  margin-bottom: 16px;
  font-weight: 700;
}
.popupBlock1 ul {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.popupBlock1 ul li {
  border: 1px solid #E50038;
  width: 49.8%;
  background: #fff;
  box-sizing: border-box;
  padding: 28px 16px;
}
.popupBlock1 ul li p {
  font-size: clamp(16px,1.3vw,1.3vw);
  margin-bottom: 30px;
  color: #E50038;
  padding-bottom: 10px;
  border-bottom: 1px dashed #E50038;
}
.popupBlock1 ul li .date,
.popupBlock1 ul li .place,
.popupBlock1 ul li .address{
  font-family: HelveticaNeueLTStd-Md
}
.popupBlock1 ul li h3 {
  color: #E50038;
  margin: 40px 0 30px;
  font-size: clamp(20px,1.6vw,1.6vw);
  font-weight: 500;
}
.popupBlock1 ul li:nth-child(2) {
  margin-top: 22vw;
}
.popupBlock1 ul li:nth-child(3) {
  margin-top: -15vw;
}
.popupBlock1 ul li:nth-child(4) {
  margin-top: 7.5vw;
}
.popupBlock1 ul li:nth-child(5) {
  margin-top: -16.6vw;
}
.popupBlock1 ul li:nth-child(6) {
  margin-top: 6vw;
}
.popupBlock1 ul li:nth-child(7) {
  margin-top: -16vw;
}
.popupBlock1 ul li:nth-child(8) {
  margin-top: 6rem;
}
.popupBlock1 ul li:nth-child(9) {
  margin-top: -16.5vw;
}
.popupBlock1 ul li:nth-child(10) {
  margin-top: 7vw;
}
.popupBlock1 ul li .address {
  border-bottom: 0;
  padding-bottom: 40px;
}
.popupBlock1 ul li .detailLink {
  color: #E50038;
  font-size: clamp(12px,0.94vw,0.94vw);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.popupBlock1 ul li .detailLink:after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 1px;
  border-top: 1px dashed #E50038;
  margin-left: 10px;
}
.mainInner.ver5 {
  padding-top: 0;
  width: 80%;
}
.mainInner.ver5 .fvLine {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  z-index: -1;
}
.mainInner.ver5 .fvLine span{
  top: 0;
}
.headBlock1.ver2 {
  padding-top: 49vh;
  width: 25%;
  text-align: right;
  padding-right: 1%;
  box-sizing: border-box;
}
.aboutBlock1 {
  width: 50%;
  margin: 100px auto 0;
}
.aboutBlock1 .box1 {
  width: 50%;
  margin-left: 50%;
  overflow: hidden;
  aspect-ratio: 256/669;
}
.aboutBlock1 .box1 img {
  width: 100%;
  height: 140%;
  object-fit: cover;
  display: block;
  object-position: bottom;
}
.abourWrap1 {
  margin-top: 130px;
}
.aboutBlock2 {
  width: 25%;
}
.aboutBlock2 .imgWrap {
  overflow: hidden;
  aspect-ratio: 25/70;
}
.aboutBlock2 .imgWrap.ver2 {
  margin-top: 340px;
}
.aboutBlock3 {
  width: 75%;
  box-sizing: border-box;
  padding: 64px 12.5% 0;
}
.aboutBlock3 .aboutTxtBox:nth-child(1) {
  margin-top: 0;
}
.aboutImg3 {
  margin-top: 19vw;
}
.aboutTxtBox {
  margin-top: 19vw;
}
.aboutTxtBox h2 {
  font-size: clamp(20px,1.6vw,1.6vw);
  font-family: HelveticaLTPro-Bold;
  font-weight: 700;
}
.aboutTxtBox h3 {
  margin: 10px auto 20px;
  font-size: clamp(13px,1.04vw,1.04vw);
  display: flex;
  align-items: center;
}
.aboutTxtBox h3:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #000;
  margin-right: 14px;
  position: relative;
  top: -2px;
}
.aboutTxtBox h3:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #000;
  margin-left: 14px;
  position: relative;
  top: -2px;
}
.aboutTxtBox p span{
  font-size: clamp(13px,1.04vw,1.04vw);
  text-align: justify;
  line-height: 2.2;
}
.aboutBlock3 span[class^="word-"]{
  opacity: .2;
  transition: opacity .2s linear;
}
.aboutBlock3 span.is-active{
  opacity: 1;
}
.aboutBlock4 {
  margin-left: 25%;
  width: 75%;
  padding: 400px 12.5% 0;
  box-sizing: border-box;
  align-items: center;
}
.aboutBlock4 img {
  width: 50%;
}
.aboutBlock4 div {
  width: 40%;
  padding: 0 10%;
}
.aboutBlock4 div p {
  font-size: clamp(13px,1.04vw,1.04vw);
  font-family: 'HelveticaLTPro-Roman';
  margin-bottom: 8px;
  color: #080908;
}
.aboutBlock4 div h2 {
  font-weight: 500;
  font-size: clamp(14px,1.12vw,1.12vw);
  color: #080908;
}
.contactBlock1 {
  width: 50%;
  margin: 100px 25% 0;
}
.contactBlock1 h2 {
  font-size: clamp(24px, 1.9vw, 1.9vw);
  margin-bottom: 70px;
}
.contactBlock1 label {
  font-family: HelveticaLTPro-Bold;
  font-size: clamp(16px, 1.28vw, 1.28vw);
  margin-bottom: 6px;
  font-weight: 700;
}
.contactBlock1 label input[type="email"],
.contactBlock1 label textarea {
  display: block;
  border: 1px solid #E5E5E5;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.contactBlock1 input[type=submit] {
  background: transparent;
  display: flex;
  justify-content: flex-end;
  color: #E50038;
}
.contactBlock1 .send {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contactBlock1 .send:after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 1px;
  border-top: 1px dashed #e50038;
  margin-left: 10px;
}
.send p {
  height: 20px;
}
.wpcf7-not-valid-tip {
  font-size: clamp(12px,0.94vw,0.94vw);
  margin-top: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
  background: transparent;
  padding: 15px 20px 10px;
  border-radius: 999em;
  text-align: center;
  font-size: clamp(12px,0.94vw,0.94vw);
}
.wpcf7-spinner {
  position: absolute;
}
.sp{
  display: none;
}
@media (width < 821px){
body::before {
  width: 30px;
}
.mainWrap {
  margin-left: 10%;
  width: 90%;
}
.diaryBlock1 ul li a {
  flex-wrap: wrap;
}
.diaryBlock1 ul li a .left {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.diaryBlock1 ul li a .left h3 {
  margin-bottom: 30px;
}
.diaryBlock1 ul li a .right {
  flex-wrap: wrap;
  width: 100%;
}
.diaryBlock1 ul li a .right p {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.diaryBlock1 ul li a .right .hoverImg {
  margin-top: 12px;
  width: 100%;
}
.entryConts {
  margin-left: 0;
  width: 100%;
}
.pageSingle .mainInner {
  width: 66%;
  padding-top: 0;
}
.bodyUnder article.pageSingle:before{
  display: none;
}
.popupBlock1 ul li:nth-child(2) {
  margin-top: 32vw;
}
.fvBlock h2 a {
  width: 50px;
  top: 0px;
  left: 40px;
  font-size: 12px;
}
.aboutBlock1 .box1 {
  aspect-ratio: 13/50;
}
.aboutBlock1 .box1 img {
  object-position: top;
}
.aboutBlock2 .imgWrap {
  overflow: hidden;
  aspect-ratio: 24/90;
  position: relative;
}
.aboutBlock2 .imgWrap img {
  height: 155%;
  width: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  object-fit: cover;
}
}
@media (width < 500px){
.loaderText {
  top: -14px;
  left: -20px;
}
header a img {
  position: fixed;
  width: 30px;
  top: 18px;
  left: 10px;
  z-index: 15;
}
.fvImgbox {
  flex-wrap: wrap;
}
.sp{
  display: block;
}
.pc{
  display: none;
}
.fvImgboxSp {
  display: flex;
  width: 60%;
}
.fvImgboxSp .imgBox img {
  width: 100%;
}
body::after {
  width: 28%;
  right: 12%;
}
.copyRight {
  right: 0;
  padding: 0 10px 26px 0;
  position: fixed;
}
.copyRight img {
  width: 30px;
}
header .btn {
  top: 3%;
  right: 4%;
}
.fvBlock h2 a {
  left: 50px;
}
.pvLink {
  left: 50px;
}
.bodyImg1 {
  width: 30%;
  margin-left: 30%;
  margin-top: 250px;
}
.bodyImg1 .prlximg__target {
  width: 50%;
  margin-left: 50%;
}
.topBlock2 {
  margin-top: 370px;
}
.topBlock2 .txtBox {
  margin-left: 50px;
  width: calc(100% - 50px);
}
.topBlock2 p {
  font-size: 12px;
  width: 56%;
  line-height: 2;
}
.topBlock2 .en {
  line-height: 1.9;
}
.bodyImg2 {
  position: static;
  width: 30%;
  margin: 270px 0 140px;
}
.bodyImg3 {
  width: 30%;
  margin: 0 0 0 30%;
  display: flex;
  flex-direction: column;
}
.bodyImg3 > img {
  position: relative;
  z-index: 3;
}
.bodyImg3 .hoverBox {
  opacity: 1;
  pointer-events: unset;
  position: relative;
  background: #ACD9CE;
  transform: unset;
  transition: unset;
  height: 100%;
  width: 100%;
  aspect-ratio: 113/367;
  z-index: 1;
}
.footMenu {
  margin: 80px 0 170px -30px;
}
.footMenu img {
  width: 44px;
}
.footMenu ul {
  padding: 8px 0 0 18px;
}
.underBlock .fvImgboxSp .imgBox:nth-child(2) {
  margin-top: -20px;
}
.navBox h1 {
  width: 33.33%;
}
.navBox nav {
  width: 66.6666%;
  height: 60vh;
  margin: auto;
  border-left: 1px dashed #E50038;
}
.navBox nav ul {
  flex-wrap: wrap;
  border-top: 1px dashed #E50038;
}
.navBox nav ul li {
  width: 50%;
  height: 20vh;
}
.navBox nav ul li:nth-child(even) a{
  border-right: 0;
}
.navBox nav ul li a {
  padding: 14px 0 0 16px;
  font-size: 16px;
  border-bottom: 1px dashed #E50038;
}
.navBox nav ul li:nth-child(1), .navBox nav ul li:nth-child(2), .navBox nav ul li:nth-child(3) {
  border-bottom: 0;
}
.navBox h1 {
  width: 33.33%;
  height: 100vh;
  margin: auto;
  border-right: none;
}
.navBox h1 a img {
  width: 48px;
}
.movieHeader,
.diarySide,
.bodyUnder .copyRight{
  display: none;
}
.diaryList {
  width: 100%;
  margin-right: 0;
}
.mainInner {
  width: 100%;
}
.mainWrap {
  margin-left: 15%;
  width: 70%;
}
.underFootMenu.footMenu {
  padding: 200px 0 230px 15%;
  margin: 0;
}
.bodyUnder article:before {
  position: fixed;
}
.pageSingle .mainWrap {
  margin-left: 12%;
  width: 88%;
}
.pageSingle .mainInner {
  width: 100%;
}
.pageSingle .mainInner .sinTitbox {
  width: 23%;
  margin-top: 120px;
}
.pageSingle .mainInner .box1 .thumbImg {
  width: 54%;
}
.pageSingle .mainInner .sinTitbox .date {
  margin-bottom: 24px;
}
.entryConts {
  margin-left: 0;
  width: 77%;
  margin: 60px 0 0 7%;
}
.collectionBlock1 {
  margin-left: 0;
  width: 100%;
}
.headBlock1 h1 {
  margin-bottom: 70px;
}
.collectionBlock1 ul li .theme {
  margin: 10px 0 30px;
}
.pagePopup .mainInner,
.pageContact .mainInner {
  width: 100%;
}
.pagePopup .headBlock1, .pageContact .headBlock1 {
  margin-left: 15%;
}
.popupBlock1 {
  padding: 15%;
  width: 70%;
  margin-top: 0;
}
.popupBlock1 ul li {
  width: 100%;
}
.popupBlock1 ul li:nth-child(2),
.popupBlock1 ul li:nth-child(3),
.popupBlock1 ul li:nth-child(4),
.popupBlock1 ul li:nth-child(5),
.popupBlock1 ul li:nth-child(6),
.popupBlock1 ul li:nth-child(7),
.popupBlock1 ul li:nth-child(8),
.popupBlock1 ul li:nth-child(9),
.popupBlock1 ul li:nth-child(10){
  margin-top: 15%;
}
.fvLine{
  display: none;
}
.headBlock1.ver2 {
  padding-top: 100px;
  width: 75%;
  text-align: left;
  margin-left: 15%;
  padding-right: 0;
}
.mainInner.ver5 {
  padding-top: 0;
  width: 100%;
}
.aboutBlock1 {
  width: 70%;
  margin: 80px auto 0;
}
.aboutBlock1 .box1 {
  aspect-ratio: 13/35;
  position: relative;
}
.aboutBlock1 .box1 img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 150%;
}
.abourWrap1 {
  margin-top: 0;
}
.aboutBlock3 {
  width: 100%;
  padding: 90px 15% 0;
}
.aboutBlock3 .aboutTxtBox:nth-child(2) {
  margin-top: 120px;
}
.aboutImg2Wrap,
.aboutImg3Wrap {
  aspect-ratio: 13/45;
  margin: 110px 0 120px;
  overflow: hidden;
  width: 50%;
  position: relative;
}
.aboutImg2Wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 140%;
}
.aboutImg2Wrap .aboutImg2{
  width: 100%;
  height: 140%;
  object-fit: cover;
}
.aboutBlock3 .aboutTxtBox:nth-of-type(5) {
  margin-top: 200px;
}
.aboutImg3Wrap {
  margin: 82px 0 114px 50%;
  width: 50%;
  overflow: hidden;
  position: relative;
}
.aboutImg3Wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 140%;
  width: 100%;
  object-fit: cover;
}
.aboutBlock4 {
  padding-top: 80px;
  width: 70%;
  padding: 80px 0 0;
  margin-left: 15%;
}
.aboutBlock4 img {
  width: 45%;
}
.aboutBlock4 div {
  width: 60%;
  padding: 0 7%;
}
.bodyUnder header .btn span{
  border-left: 1px dashed #080908;
}
.bodyUnder header .on .btn span{
  border-color: #E50038;
}
.contactBlock1 {
  width: 70%;
  margin: 100px 15% 0;
}


}