@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
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,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-size: 100%;
  line-height: 1;
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
}

.feature {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-feature-settings: "palt";
  font-family: "hiragino-kaku-gothic-pron", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  color: #000;
  font-weight: 500;
  font-style: normal;
  background: #e6e5e0;
}

.feature a {
  color: #000;
  transition: 0.3s;
  display: block;
  transform: none;
}
.feature a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.ph-slider a img {
  transition: 0.3s;
}
.ph-slider a img:hover {
  opacity: 0.7;
}

.feature img,
svg,
video {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.l-container {
  width: 100%;
  overflow: hidden;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.js-fade {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}
.js-fade:before {
  content: "";
  display: block;
  background: #e6e5e0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.js-fade.is-show::before {
  transform: translateX(100%);
}

.js-fade.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
}

.feature__inner {
  width: 140rem;
  margin: 0 auto;
  padding-bottom: 17rem;
}

.js-mv .main-ph.ph1 {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 1s ease;
}
.js-mv .main-ph.ph2 {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 1s ease 1s;
}
.js-mv .main-ph.ph3 {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 1s ease 0.5s;
}
.js-mv .main-ttl {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-5rem);
  transition: 1s ease 1.5s;
}
.js-mv .main-lead {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 1s ease 2.3s;
}
.js-mv.is-show .main-ph {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
}
.js-mv.is-show .main-ttl {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
  transform: none;
}
.js-mv.is-show .main-lead {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
}

.main-visual {
  position: relative;
  width: 120rem;
  margin: 0 auto;
}
.main-visual__inner {
  display: flex !important;
  justify-content: space-between;
}
.main-visual__inner .main-ph.ph1 {
  width: 41rem;
  margin-top: 5rem;
}
.main-visual__inner .main-ph.ph2 {
  width: 39rem;
}
.main-visual__inner .main-ph.ph3 {
  width: 27rem;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -5.3rem;
  margin-left: 59rem;
}
.main-visual__inner .main-ttl {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 23.7rem;
  margin-left: 38.5rem;
}
.main-visual__inner .main-ttl span {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7rem;
  line-height: 0.8571428571;
  letter-spacing: 0.02em;
  margin-top: 2.5rem;
  display: block;
}
.main-visual__inner .main-lead {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.14em;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 11.7rem;
  margin-left: 43.5rem;
  color: #231815;
  text-shadow: 0 0 black;
}

.section {
  position: relative;
}
.section .section-ttl {
  pointer-events: none;
}
.section .section-ttl::before {
  z-index: 2;
}
.section .section-lead {
  color: #231815;
  font-size: 1.7rem;
  line-height: 1.9411764706;
  letter-spacing: 0.14em;
  font-weight: 600;
}
.section .item-name {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.7rem;
  line-height: 2.4;
}
.section .item-txt {
  font-size: 1.3rem;
  line-height: 2.0769230769;
  letter-spacing: 0.05em;
  text-align: justify;
}
.section .credit li a {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2.1666666667;
  letter-spacing: 0.005em;
  width: fit-content;
  text-decoration: underline;
  text-shadow: 0 0 black;
  text-decoration-skip-ink: none;
}
.section .credit li span {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2.1666666667;
  letter-spacing: 0.005em;
  width: fit-content;
  text-decoration: underline;
  text-shadow: 0 0 black;
  text-decoration-skip-ink: none;
}

.section.sec1 {
  margin-top: 27.5rem;
  display: flex;
  gap: 7.5rem;
}
.section.sec1 .block1 {
  width: 52rem;
  margin-left: 20rem;
  position: relative;
}
.section.sec1 .block1 .section-ttl {
  width: 5.48rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 48.8rem;
}
.section.sec1 .block2 {
  width: 45.5rem;
}
.section.sec1 .block2 .section-lead {
  margin-top: 9.6rem;
}
.section.sec1 .block2 .item-name {
  margin-top: 6.7rem;
}
.section.sec1 .block2 .item-txt {
  width: 36.2rem;
}
.section.sec1 .block2 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 25rem;
  margin-top: 2.7rem;
}
.section.sec1 .block2 .credit li:nth-of-type(odd) {
  margin-right: 1.2rem;
}
.section.sec2 {
  margin-top: 23.5rem;
  display: flex;
  flex-direction: row-reverse;
}
.section.sec2 .block1 {
  width: 63rem;
  position: relative;
  margin-right: 20.1rem;
}
.section.sec2 .block1 .section-ttl {
  width: 50.23rem;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -4rem;
  margin-left: -36.1rem;
}
.section.sec2 .block1 .ph-slider .slick-dots {
  left: 0;
}
.section.sec2 .block2 {
  width: 49.2rem;
  margin-top: -2.7rem;
  margin-right: -12.5rem;
  pointer-events: none;
}
.section.sec2 .block2 .fit {
  width: fit-content;
}
.section.sec2 .block2 .fit .item-name {
  margin-top: 4.1rem;
  letter-spacing: 0.02em;
}
.section.sec2 .block2 .fit .item-txt {
  width: 31.2rem;
}
.section.sec2 .block2 .fit .credit {
  display: flex;
  flex-wrap: wrap;
  width: 30rem;
  margin-top: 2.7rem;
  pointer-events: auto;
}
.section.sec2 .block2 .fit .credit li:nth-of-type(odd) {
  margin-right: 1.2rem;
}
.section.sec3 {
  margin-top: 25.9rem;
}
.section.sec3 .block1 {
  width: 52rem;
  position: relative;
  margin-left: 40.7rem;
}
.section.sec3 .block1 .section-ttl {
  width: 37.41rem;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -27.2rem;
  margin-top: 6.2rem;
}
.section.sec3 .block1 .section-lead {
  width: 39.1rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -19.6rem;
  margin-top: 5rem;
}
.section.sec3 .block1 .ph-slider .slick-dots {
  left: -0.8rem;
}
.section.sec3 .block2 {
  width: 60.3rem;
  position: relative;
  margin-top: 4.2rem;
  margin-left: 40.4rem;
}
.section.sec3 .block2 .item-name {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0.1rem;
  margin-left: -19.4rem;
  line-height: 1.2;
}
.section.sec3 .block2 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 52rem;
  margin-top: 2.5rem;
}
.section.sec3 .block2 .credit li:not(:last-of-type) {
  margin-right: 1.2rem;
}

.all-item {
  width: 9rem;
  margin: 0 auto;
  margin-top: 17rem;
}

.ph-slider {
  margin-bottom: 4.7rem !important;
}
.ph-slider .slick-dots {
  bottom: -4.7rem;
  left: -0.4rem;
}
.ph-slider .slick-dots li {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.4rem;
  padding: 0;
  background: #808080;
}
.ph-slider .slick-dots li button {
  display: none;
}
.ph-slider .slick-dots .slick-active {
  background: #000;
}
.ph-slider a {
  z-index: 1;
  position: relative;
}/*# sourceMappingURL=style.css.map */