@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

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

html {
  box-sizing: normal;
}

body {
  margin: 0;
}

h1 {
  font-size: 2rem;
  margin: 0;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  margin: 0;
  padding: 0;
  display: block;
  max-width: 100%;
}

canvas,
img,
svg,
video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

svg {
  overflow: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font-style: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

* {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  background-color: #f5f5f5;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*=======================================
    #title
=======================================*/
/*=======================================
    #sentence
=======================================*/
/*=======================================
    #text
=======================================*/
/*=======================================
    #color
=======================================*/
/*=======================================
    #style
=======================================*/
/*=======================================
    #UNDERLAYER
=======================================*/
.l-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 70px;
  padding: 0 40px;
}

.l-headerNavigation {
  display: flex;
}
.l-headerNavigation .l-headerNavigation__item.--current a {
  display: block;
  position: relative;
  padding: 10px 20px;
  color: #2b2b2b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
}
.l-headerNavigation .l-headerNavigation__item.--current a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  transition: ease-out 0.4s;
  width: 20px;
  height: 20px;
  background-color: #ff6060;
  opacity: 0.7;
  filter: blur(7px);
}
.l-headerNavigation .l-headerNavigation__item a {
  display: block;
  position: relative;
  padding: 10px 20px;
  color: #2b2b2b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.l-headerNavigation .l-headerNavigation__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  transition: ease-out 0.4s;
  width: 20px;
  height: 20px;
  background-color: #ff6060;
  opacity: 0;
  filter: blur(7px);
}
.l-headerNavigation .l-headerNavigation__item a:hover::after {
  opacity: 0.7;
}

@media screen and (max-width: 834px) {
  /*=======================================
      #UNDERLAYER
  =======================================*/
  .l-header {
    height: 90px;
    padding: 0 20px;
  }
  .l-headerNavigation {
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    top: 0;
    right: -100%;
    transition: 0.4s;
    z-index: 900;
    width: 100%;
    height: 100vh;
    padding-top: 90px;
    background-color: #fff;
  }
  .l-headerNavigation.is-open {
    right: 0;
  }
  .l-headerNavigation .l-headerNavigation__item {
    width: 100%;
  }
  .l-headerNavigation .l-headerNavigation__item.--current a {
    padding: 20px 30px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
  }
  .l-headerNavigation .l-headerNavigation__item.--current a::after {
    top: 50%;
    right: 20px;
    transition: ease-out 0.4s;
  }
  .l-headerNavigation .l-headerNavigation__item a {
    display: block;
    padding: 20px 30px;
    border-bottom: 1px solid #dddddd;
    color: #2b2b2b;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    text-align: right;
  }
  .l-headerNavigation .l-headerNavigation__item a::after::after {
    content: none;
  }
}
/*=======================================
    #TOP
=======================================*/
/*=======================================
    #UNDERLAYER
=======================================*/
@media screen and (max-width: 834px) {
  /*=======================================
      #TOP
  =======================================*/
  /*=======================================
      #UNDERLAYER
  =======================================*/
}
.l-topMain {
  display: grid;
  grid-template-columns: 62% 38%;
  width: 100%;
  height: 100vh;
}
.l-topMain .l-topMain__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.l-topMain .l-topMain__navigation {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.l-topMain .l-topMain__copy {
  margin-top: 20px;
}

.l-main {
  display: grid;
  grid-template-columns: 62% 38%;
}
.l-main .l-main__inner {
  padding-bottom: 120px;
}
.l-main .l-main__navigation {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 90px;
}
.l-section .l-section__group:not(:last-child) {
  margin-bottom: 20px;
}
.l-section .l-section__linkWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, 140px);
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 0 40px;
}

@media screen and (max-width: 834px) {
  .l-topMain {
    grid-template-rows: 62% 38%;
    grid-template-columns: 1fr;
  }
  .l-main {
    display: flex;
    flex-direction: column;
  }
  .l-main .l-main__navigation {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .l-section .l-section__linkWrapper {
    padding: 0 20px;
  }
}
.c-title.--top {
  color: #a8a8a8;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 0.9;
}
.c-title.--primary {
  margin-bottom: 20px;
  padding: 0 40px;
  border-bottom: 1px solid #070707;
  color: #070707;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 0.9;
}
.c-title.--secondary {
  margin-bottom: 16px;
  padding: 0 40px;
  border-bottom: 1px solid #070707;
  color: #2b2b2b;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 0.9;
}

.c-text {
  padding: 0 40px;
  color: #2b2b2b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

.c-image.--site {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 40px;
}
.c-image.--site img {
  display: block;
  width: 100%;
  max-width: 832px;
  pointer-events: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.c-image.--vertical {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 40px;
}
.c-image.--vertical img {
  display: block;
  width: auto;
  height: min(435px, 62vh);
  pointer-events: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.c-movie.--mp4 {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 40px;
}
.c-movie.--mp4 video {
  display: block;
  width: 100%;
}
.c-movie.--youtube {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding: 0 40px;
  aspect-ratio: 16/9;
}
.c-movie.--youtube iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-button.--menu {
  display: none;
}
.c-button.--out {
  width: 120px;
}
.c-button.--out a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 10px 12px;
  box-sizing: content-box;
  border: 1px solid #dddddd;
  color: #2b2b2b;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
.c-button.--out a:hover::before {
  transform: scale(1);
  opacity: 0.8;
}
.c-button.--out a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: center;
  transform: scale(1.3);
  transition: 0.4s;
  width: 100%;
  height: 100%;
  border: 1px solid #3be300;
  opacity: 0;
}
.c-button.--out a::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/common/new-tab.svg);
  background-size: cover;
}
.c-button.--link {
  width: 120px;
}
.c-button.--link a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 10px 12px;
  box-sizing: content-box;
  border: 1px solid #dddddd;
  color: #2b2b2b;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
.c-button.--link a:hover::before {
  transform: scale(1);
  opacity: 0.8;
}
.c-button.--link a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: center;
  transform: scale(1.3);
  transition: 0.4s;
  width: 100%;
  height: 100%;
  border: 1px solid #3be300;
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .c-title.--top {
    font-size: 4rem;
    font-weight: bold;
    line-height: 0.9;
  }
  .c-title.--primary {
    padding: 0 20px;
    font-size: 4rem;
    font-weight: bold;
    line-height: 0.9;
  }
  .c-title.--secondary {
    padding: 0 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 0.9;
  }
  .c-text {
    padding: 0 20px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
  }
  .c-button.--menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.4s;
    z-index: 1000;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .c-button.--menu::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    transform-origin: center;
    transform: translate(50%, -50%) rotate(225deg);
    transition: 0.4s;
    z-index: 1000;
    width: 30px;
    height: 30px;
    border: 3px solid #ff6060;
    border-color: #ff6060 #ff6060 transparent transparent;
    border-radius: 15px;
    filter: drop-shadow(0 0 5px #ff6060);
  }
  .c-button.--menu::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 1000;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: #ff6060;
    filter: drop-shadow(0 0 5px #ff6060);
  }
  .c-button.--menu.is-open {
    border: 1px solid #dddddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  }
  .c-button.--menu.is-open::before {
    transform: translate(50%, -50%) rotate(405deg);
    border-color: #3be300 #3be300 transparent transparent;
    filter: drop-shadow(0 0 5px #3be300);
  }
  .c-button.--menu.is-open::after {
    background-color: #3be300;
    filter: drop-shadow(0 0 5px #3be300);
  }
  .c-button.--out a::before {
    transform: scale(1);
    opacity: 1;
  }
  .c-button.--link a::before {
    transform: scale(1);
    opacity: 1;
  }
  .c-image.--site {
    padding: 0 20px;
  }
  .c-movie.--mp4 {
    padding: 0 20px;
  }
  .c-movie.--youtube {
    padding: 0 20px;
  }
}
.p-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-copy .p-copy__year {
  margin-bottom: 4px;
  color: #a8a8a8;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
}
.p-copy .p-copy__name {
  color: #a8a8a8;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
}

.p-topNavigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -40px;
}
.p-topNavigation .p-topNavigation__item {
  margin-bottom: 40px;
}
.p-topNavigation .p-topNavigation__item a {
  display: inline-block;
  position: relative;
  color: #2b2b2b;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}
.p-topNavigation .p-topNavigation__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  transition: ease-out 0.4s;
  width: 20px;
  height: 20px;
  background-color: #ff6060;
  opacity: 0;
  filter: blur(7px);
}
.p-topNavigation .p-topNavigation__item a:hover::after {
  opacity: 0.7;
}

.p-textWrapper {
  padding: 0 40px;
}
.p-textWrapper p {
  margin-bottom: 12px;
  color: #2b2b2b;
  font-size: 1.6rem;
  font-weight: medium;
  line-height: 1.7;
}

.p-tagList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -12px;
  padding: 0 40px;
}
.p-tagList li {
  margin: 0 20px 12px 0;
  padding: 4px 16px 4px 4px;
  border-right: 4px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  color: #2b2b2b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

.p-indexList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  border-left: 1px solid #dddddd;
  padding: 90px 40px;
}
.p-indexList .p-indexList__item {
  width: 100%;
}
.p-indexList .p-indexList__item:not(:last-child) {
  margin-bottom: 16px;
}
.p-indexList .p-indexList__item a {
  display: block;
  position: relative;
  width: 100%;
  padding: 4px 0 4px 12px;
  color: #2b2b2b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.p-indexList .p-indexList__item a:hover::before {
  transform-origin: top;
  transform: scale(1, 1);
}
.p-indexList .p-indexList__item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: bottom;
  transform: scale(1, 0);
  transition: transform 0.4s;
  width: 2px;
  height: 100%;
  background-color: #ff6060;
  box-shadow: 0 0 5px #ff6060;
  opacity: 0.7;
}

.p-slider {
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 20px 0;
}

.p-sliderList.--vertical .p-sliderList__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}
.p-sliderList.--vertical .p-sliderList__item img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.p-sliderList.--beside .p-sliderList__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}
.p-sliderList.--beside .p-sliderList__item img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.p-sliderList.--random .p-sliderList__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(578px, 62vh);
  padding: 0 40px;
}
.p-sliderList.--random .p-sliderList__item img {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 578px;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 834px) {
  .p-copy .p-copy__year {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  .p-copy .p-copy__name {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  .p-topNavigation {
    margin-bottom: -24px;
  }
  .p-topNavigation .p-topNavigation__item {
    margin-bottom: 24px;
  }
  .p-topNavigation .p-topNavigation__item a {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
  }
  .p-topNavigation .p-topNavigation__item a::after {
    content: none;
  }
  .p-textWrapper {
    padding: 0 20px;
  }
  .p-textWrapper p {
    font-size: 1.4rem;
    font-weight: medium;
    line-height: 1.7;
  }
  .p-tagList {
    padding: 0 20px;
  }
  .p-tagList li {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
  }
  .p-indexList {
    display: none;
  }
  .p-sliderList.--vertical .p-sliderList__item {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 20px;
  }
  .p-sliderList.--beside .p-sliderList__item {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 20px;
  }
  .p-sliderList.--random .p-sliderList__item {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 20px;
  }
  .p-sliderList.--random .p-sliderList__item img {
    max-width: 100%;
  }
}/*# sourceMappingURL=master.css.map */