@charset "UTF-8";

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

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

.pc-footer {
  margin: 0;
}

#feature {
  box-sizing: border-box;
  color: #191919;
  overflow: clip;
  position: relative;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  display: block;
  width: 100%;
}

#feature .feature__inner {
  width: 50%;
  max-width: 50rem;
  margin: auto;
  position: relative;
  overflow: clip;
}

#feature .flex {
  position: relative;
  display: flex;
  overflow: clip;
  width: 100%;
}

#feature .left {
  position: sticky;
  top: 100px;
  display: flex;
  overflow: clip;
  align-items: center;
  flex-direction: column;
  width: 50vw;
  max-height: calc(100vh - 100px);
}

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

#feature a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

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

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

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

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


#feature .sec01 {
  margin-top: 12.2rem;
}

#feature .sec02 {
  margin-top: 10rem;
}

#feature .sec03 {
  margin-top: 11.5rem;
}

#feature .sec04 {
  margin-top: 12.2rem;
}

#feature .sec05 {
  margin-top: 4.5rem;
}

#feature .sec06 {
  margin-top: 5.8rem;
}

#feature .sec07 {
  margin: 5.5rem auto 8.2rem;
}

#feature .section h2 {
  font-size: 3.3rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.2;
  color: #000;
  margin: 0 auto;
  font-family: "loretta-display", serif;
  font-weight: 500;
  font-style: normal;
}

#feature .section.sec05 h2 {
  font-size: 1.85rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.2;
  color: #494544;
  margin: 0 auto 0 0.5rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: bold;
  font-style: normal;
}

#feature .section.sec07 h2 {
  margin-left: -0.7rem;
}

#feature .section h2 span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 1.2rem;
}

#feature .section.sec04 h2 span {
  margin: 4.5rem 0 0;
  letter-spacing: 0.1em;
}

#feature .section.sec07 h2 span {
  margin-left: 0.5rem;
}

#feature .section__txt {
  font-size: 1.58rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.66;
  margin: 1.8rem auto 0 2rem;
  color: #494544;
}

#feature .sec04 .section__txt {
  margin: 1.7rem auto 0;
}

#feature .sec05 .section__txt {
  margin: 1.5rem auto 0 2rem;
}

/*-------------------------
 lead
-------------------------*/
#feature .lead {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.92;
  margin: 4.5rem auto 0;
  color: #494544;
}

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

/*-------------------------
 brand
-------------------------*/
#feature .brand {
  width: 44.3rem;
  margin: 6rem auto 0;
  padding-bottom: 3rem;
  background: #f9f9f2;
}

#feature .brand h2 {
  font-size: 1.55rem;
  text-align: center;
  letter-spacing: 0.1em;
  padding-top: 2.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature .brand h2::before,
#feature .brand h2::after {
  background-color: #494544;
  content: "";
  height: 0.1rem;
  width: 12rem;
}

#feature .brand h2::before {
  margin-right: 1rem;
}

#feature .brand h2::after {
  margin-left: 1rem;
}

#feature .brand figure {
  width: 31.3rem;
  margin: 3rem auto 0;
}

/*-------------------------
 left
-------------------------*/
#feature .f-left {
  position: sticky;
  top: 100px;
  display: flex;
  overflow: clip;
  align-items: center;
  flex-direction: column;
  width: 50vw;
  max-height: calc(100vh - 100px);
}

#feature .f-left img {
  width: auto;
  height: 100%;
}

#feature .f-left .hero__mv {
  height: calc(0.468 * (100vh - 80px));
  margin: 0 auto 0 calc(0.089 * (100vh - 80px));
  text-align: center;
}

#feature .f-left .hero__mv a {
  width: 100%;
  height: 100%;
}

#feature .f-left .logo {
  width: calc(0.325 * (100vh - 80px));
  height: fit-content;
  margin: calc(0.04 * (100vh - 80px)) auto 0 calc(0.218 * (100vh - 80px));
}

#feature .f-left .f-navi__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(0.6 * (100vh - 80px));
  margin: calc(0.045 * (100vh - 80px)) auto 0 calc(0.08 * (100vh - 80px));
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  gap: calc(0.014 * (100vh - 80px));
}

#feature .f-left .f-navi__btn {
  position: relative;
  width: calc(0.26 * (100vh - 80px));
  height: calc(0.051 * (100vh - 80px));
  text-align: center;
  background-color: #dbd8cc;
}

#feature .f-left .f-navi__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  letter-spacing: 0.1em;
  font-size: calc(0.0159090909 * (100vh - 80px));
}

#feature .f-left .f-navi__btn a::after {
  position: absolute;
  right: calc(0.012 * (100vh - 80px));
  display: inline-block;
  width: calc(0.016 * (100vh - 80px));
  height: calc(0.007 * (100vh - 80px));
  content: '';
  background: no-repeat url(../img/navi_arrow.svg) 0 0 / contain;
}


/*-------------------------
 topics
-------------------------*/
#feature .topics:nth-of-type(n+2) {
  margin-top: 6.1rem;
}

#feature .topics h3 {
  font-size: 2.2rem;
  text-align: center;
  margin-top: 3.4rem;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature .topics h3 span {
  font-size: 2rem;
  letter-spacing: 0.08em;
  margin: 0 -0.1rem 0 3.6rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: bold;
  font-style: normal;
}

#feature .topics p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.66;
  margin-top: 1.65rem;
}

#feature .topics figure {
  width: 36.8rem;
  margin: 1.9rem auto 0;
}

#feature .sec__accordion .sec__accordiontxt {
  height: 77rem;
  position: relative;
  overflow: hidden;
  transition: 1.7s;
}

#feature .sec__accordion .sec__accordiontxt.is_show {
  height: 130rem;
}

#feature .sec__accordion .sec__accordionbtn {
  width: 18.5rem;
  height: 4.8605rem;
  margin: 3.9rem auto 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  background-image: url(../img/open.svg);
  cursor: pointer;
  transition: 0.1s;
}

#feature .sec__accordion .sec__accordionbtn.on {
  background-image: url(../img/close.svg);
}

#feature .sec__accordion .sec__accordiontxt::after {
  content: "";
  width: 100%;
  height: 9rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: 1s;
  background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 2%, rgba(255, 255, 255, 0) 99%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(0deg, rgb(255, 255, 255) 2%, rgba(255, 255, 255, 0) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
}

#feature .sec__accordion .sec__accordiontxt.is_show::after {
  opacity: 0;
}

/*-------------------------
 coordinate
-------------------------*/
#feature .coordinate {
  width: 43.5rem;
  margin: 4.5rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3.5rem;
}

#feature .coordinate .block_area {
  width: 21rem;
}

#feature .coordinate .credit {
  margin: 1.1rem auto 0;
}

/*-------------------------
 pickup
-------------------------*/
#feature .pickup {
  width: 43.7rem;
  margin: 4rem auto 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2.8rem;
}

#feature .pickup .block_area {
  width: 21.5rem;
}

#feature .pickup .credit {
  margin: 0.9rem auto 0;
}

#feature .pickup__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44.5rem;
  height: 7.5rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.85rem;
  letter-spacing: 0.085em;
  color: #ffffff;
  background-color: #9b9184;
}

#feature .pickup__btn::after {
  position: absolute;
  right: 1.2rem;
  display: inline-block;
  width: 1rem;
  height: 1.6rem;
  content: '';
  background: no-repeat url(../img/link_arrow.svg) 0 0 / contain;
}


/*-------------------------
 feature
-------------------------*/
#feature .feature {
  width: 43.2rem;
  margin: 2.2rem auto 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3.9rem;
  padding-bottom: 4.7rem;
  border-bottom: 1px #494544 solid;
}

#feature .feature .block_area {
  width: 21rem;
}

#feature .feature .ttl {
  width: 20rem;
  font-size: 1.2rem;
  line-height: 1.31;
  text-align: justify;
  margin: 1.2rem auto 0;
  color: #494544;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.8rem;
}

/*-------------------------
 magazine
-------------------------*/
#feature .magazine {
  width: 43.2rem;
  margin: 2.2rem auto 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 5.6rem;
  padding-bottom: 7.4rem;
}

#feature .magazine .block_area {
  width: 21rem;
}

#feature .magazine p {
  width: 20rem;
  font-size: 1.2rem;
  line-height: 1.31;
  text-align: justify;
  text-align-last: justify;
  margin: 1.1rem auto 0;
  color: #494544;
}

#feature .magazine .block_area:last-child p {
  font-feature-settings: "palt";
}

/*-------------------------
 staffsnap
-------------------------*/
#feature .staffsnap {
  width: 43.2rem;
  margin: 4.6rem auto 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.2rem;
  padding-bottom: 7.4rem;
}

#feature .staffsnap .block_area {
  width: 21rem;
}

/*-------------------------
 store list
-------------------------*/
#feature .shoplist {
  width: 33.21228rem;
  margin: 6rem auto 0;
}

#feature .shoplist h3 {
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  transform: translateX(0.26rem);
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding-bottom: 1.3rem;
  border-bottom: 1px #494544 solid;
}

#feature .shoplist h3 span {
  margin-left: 0.5rem;
  letter-spacing: 0.17em;
}

#feature .shoplist p {
  font-size: 1.45rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 0.8rem;
}

#feature .shoplist p span {
  letter-spacing: 0.12em;
}

#feature .shoplist p:nth-of-type(2) {
  margin-top: 0.5rem;
  line-height: 1.4;
}

#feature .shoplist p:nth-of-type(3) {
  margin-top: 1.1rem;
}

#feature .shoplist figure {
  width: 31.35rem;
  margin: 1.5rem auto 0;
}

#feature .shoplist .block_area:nth-child(2) figure {
  width: 24.6rem;
  margin: 1.5rem auto 0 4.3rem;
}

#feature .shoplist .block_area:nth-child(3) figure {
  width: 40rem;
  margin: 1.6rem auto 0 -3.5rem;
}

#feature .shoplist .block_area:nth-child(2) {
  margin-top: 7.2rem;
}

#feature .shoplist .block_area:nth-child(3) {
  margin-top: 7.7rem;
}

/*-------------------------
 credit
-------------------------*/
#feature .credit a {
  font-size: 1.45rem;
  color: #494544;
  line-height: 1.36;
  text-align: center;
  font-family: "poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#feature .credit>.item {
  margin: 0;
  line-height: 1.3;
  text-align: left;
  position: relative;
}
