@charset "UTF-8";

html {
  font-size: 10px;
}

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;
}

.l-footer {
  padding: 0;
}

.sp-footer {
  margin: 0;
}

ul li {
  list-style: none;
}

#feature {
  box-sizing: border-box;
  overflow: clip;
  position: relative;
  font-family: "Yu Gothic",
    "游ゴシック",
    "YuGothic",
    "游ゴシック体",
    "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN",
    Meiryo,
    メイリオ,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  display: block;
  width: 100%;
}

#feature .feature__inner {
  width: 100%;
  position: relative;
}

#feature a {
  transition: all 0.3s ease-in-out;
  display: block;
  transform: none;
  text-decoration: none;
}

#feature img,
svg,
video {
  width: 100%;
  height: auto;
  display: block;
}

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


/*-------------------------
 fade
-------------------------*/
#feature .fadeIn {
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}

#feature .fadeIn.active {
  opacity: 1;
}

#feature .fadeIn.delay {
  transition-delay: 1.3s;
}

#feature .random figure {
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}

#feature .random figure.show {
  opacity: 1;
}

/*-------------------------
 hero
-------------------------*/
#feature .hero {
  width: 100%;
  height: 64.8rem;
  margin: auto;
  position: relative;
  background: #fffbeb;
}

#feature .random {
  display: flex;
  flex-wrap: wrap;
  width: 84.2rem;
  height: fit-content;
  margin: 0 auto;
  padding-top: 0.5rem;
  gap: 0.4rem;
}

#feature .random figure {
  width: 27.8rem;
}

#feature .hero_ttl {
  width: 84.2rem;
  margin: -52.7rem auto 0;
  text-align: center;
  position: relative;
  z-index: 20;
}

#feature .hero_ttl figure {
  width: 67.05439rem;
  margin: auto;
}

#feature .lead {
  width: 44.8rem;
  font-size: 1.43rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2;
  margin: 9rem auto 0;
  color: #412e36;
  font-weight: 500;
}

#feature .lead p:nth-child(n+2) {
  margin-top: 2.9rem;
}

/*-------------------------
 content
-------------------------*/
#feature .section__inner {
  width: 100%;
}

#feature .center_area {
  width: 44.5rem;
  margin: auto;
}

#feature .sec01 .section__inner {
  width: 42.3rem;
  height: 58.2rem;
  border: solid 1px #412e36;
  position: relative;
  margin: 4.7rem auto 0;
}

/** sec01 **/
#feature .sec01 .section__inner::before {
  content: "";
  width: 28rem;
  height: 5px;
  background: #fffbeb;
  display: inline-block;
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
}

#feature .block_area {
  position: relative;
  height: fit-content;
}

#feature .img01 {
  width: 34rem;
  margin: 4.3rem auto 0;
}

#feature .sec01 h2 {
  font-size: 3.45rem;
  letter-spacing: 0.05em;
  position: absolute;
  top: -2.5rem;
  left: 0rem;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #443035;
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#feature .sec01 h3 {
  font-size: 2.13rem;
  letter-spacing: 0.055em;
  text-align: center;
  color: #443035;
  margin-top: 2.5rem;
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#feature .sec01 .item_name {
  font-size: 1.43rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: #443035;
  margin-top: 1.1rem;
}

#feature .sec01 .item_credit {
  font-size: 1.53rem;
  letter-spacing: 0.055em;
  text-align: center;
  color: #443035;
  margin-top: 1.2rem;
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#feature .sec01 {
  width: 44.8rem;
  margin: 9rem auto 0;
  padding-top: 0.5rem;
  padding-bottom: 4rem;
  background: #fffbeb;
}

/** sec02 **/
#feature .sec02 {
  margin: 7.3rem auto 0;
  padding-bottom: 16.8rem;
  overflow: hidden;
}

#feature .sec02 h3 {
  font-size: 3rem;
  letter-spacing: 0.05em;
  margin-left: 1rem;
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #412e36;
  display: flex;
  align-items: center;
}

#feature .sec02 h3::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #412e36;
  margin-left: 2.1rem;
}

#feature .sec02 h3 span {
  font-size: 7.5rem;
  margin-left: 0.7rem;
}

#feature .flex {
  display: flex;
  width: 42.1rem;
  margin: 1.3rem auto 0;
  gap: 2rem;
}

#feature .sec02 .item01,
#feature .sec02 .item02 {
  width: 11rem;
}

#feature .sec02 .item03,
#feature .sec02 .item04 {
  width: 15.3rem;
}

#feature .a-img01 {
  width: 44.8rem;
  margin-top: 3.7rem;
  position: relative;
}

#feature .a-img02 {
  width: 25.6rem;
  margin: -6.3rem auto 0 -1.3rem;
  position: relative;
}

#feature .a-img03 {
  width: 36.3rem;
  margin: 2.55rem -1.3rem 0 auto;
}

#feature .sec02 .section__inner .block_area__item {
  width: 42.4rem;
  height: 67.9rem;
  border: solid 1px #412e36;
  position: relative;
  margin: 11.4rem auto 0;
}

/** sec03 **/
#feature .sec03 {
  margin: -3.5rem auto 0;
  padding-bottom: 14.6rem;
  overflow: hidden;
}

#feature .sec03 h3 {
  font-size: 3rem;
  letter-spacing: 0.05em;
  margin-right: 1rem;
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #212027;
  display: flex;
  align-items: center;
}

#feature .sec03 h3::before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #212027;
  margin-right: 2.1rem;
}

#feature .sec03 h3 span {
  font-size: 7.5rem;
  margin-left: 0.5rem;
}

#feature .sec03 .item01,
#feature .sec03 .item02 {
  width: 13rem;
}

#feature .sec03 .item03,
#feature .sec03 .item04 {
  width: 18rem;
}

#feature .b-img01 {
  width: 44.8rem;
  margin-top: 2.2rem;
}

#feature .b-img02 {
  width: 40rem;
  margin: 2.2rem -2.5rem 0 auto;
  position: relative;
}

#feature .sec03 .section__inner .block_area__item {
  width: 40rem;
  height: 50rem;
  border: solid 1px #412e36;
  position: relative;
  margin: 2.5rem auto 0;
}


/** sec04 **/
#feature .sec04 {
  margin: 2.1rem auto 0;
  padding-bottom: 26rem;
  overflow: hidden;
}

#feature .sec04 h3 {
  font-size: 3rem;
  letter-spacing: 0.05em;
  margin-left: 1rem;
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #412e36;
  display: flex;
  align-items: center;
}

#feature .sec04 h3::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #412e36;
  margin-left: 1.8rem;
}

#feature .sec04 h3 span {
  font-size: 7.5rem;
  margin-left: 0.7rem;
}

#feature .sec04 .item01,
#feature .sec04 .item02 {
  width: 13rem;
}

#feature .sec04 .item03,
#feature .sec04 .item04 {
  width: 18rem;
}

#feature .c-img01 {
  width: 40rem;
  margin: -11.5rem auto 0 -1.3rem;
  position: relative;
}

#feature .c-img02 {
  width: 35.2rem;
  margin: 2.4rem -1.3rem 0 auto;
  position: relative;
}

#feature .c-img03 {
  width: 61rem;
  margin: 4rem -2.3rem 0 auto;
}

#feature .sec04 .section__inner .block_area__item {
  width: 42.4rem;
  height: 73.7rem;
  border: solid 1px #412e36;
  position: relative;
  margin: 15.1rem auto 0;
}

#feature .img02 {
  width: 38rem;
  margin: -1rem auto 0;
}

#feature .btn {
  font-size: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.45;
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0.3rem auto 9rem;
}

#feature .btn a {
  display: inline-block;
  border-bottom: 1px solid #412e36;
  text-align: center;
  padding-bottom: 0;
  color: #412e36;
}


/*-------------------------
 credit
-------------------------*/
#feature .credit01 {
  width: 44.8rem;
  margin-left: 3rem;
}

#feature .credit02 {
  width: 32rem;
  justify-content: left;
}

#feature .credit.credit03 {
  width: 40.8rem;
  justify-content: right;
  margin: 0.85rem 0 0 0.35rem;
}

#feature .credit04 {
  width: 69rem;
  margin: auto;
}

#feature .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.85rem;
  margin: 0.85rem 0 0 1.1rem;
}

#feature .credit a {
  font-size: 1.5rem;
  letter-spacing: 0.066em;
  color: #412e36;
  line-height: 2;
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#feature .credit.credit02 a {
  color:#212027;
