@charset "UTF-8";
/* パーツ */
.ttl-en {
  margin-bottom: 0.35em;
  color: var(--color-gold);
  font-size: 28rem;
  font-family: var(--font-en);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.07em;
  line-height: 1.3;
}
@media (width >= 961px) {
  .ttl-en {
    font-size: 40rem;
  }
}

.txt-lead {
  display: flex;
  justify-content: center;
  color: var(--color-gold);
  font-size: 17rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.4;
}
@media (width >= 961px) {
  .txt-lead {
    font-size: 20rem;
  }
}

.bg-dark {
  background-color: rgba(var(--color-gold-rgb), 0.15);
}

.intersection {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(10px);
  transition: opacity 0.8s, filter 1s, transform 1.2s;
}
.intersection.view {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/* メインビジュアル */
.hero {
  position: relative;
  height: 100dvh;
  display: grid;
}
@media (width >= 961px) {
  .hero {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hero h2 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 145px;
}
.hero .item {
  position: relative;
  overflow: hidden;
}
.hero .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
}
.hero .item .label {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #fff;
  font-weight: 600;
  font-size: 25rem;
  text-shadow: 0 0 6px #000;
}
@media (width >= 961px) {
  .hero .item .label {
    font-size: 35rem;
  }
}

/* MOTTENE → GOZZO */
.introduction {
  padding-block: 120px;
}
.introduction .desc {
  margin-block: 45px 70px;
}
@media (width >= 961px) {
  .introduction .desc {
    padding-top: 70px;
    text-align: center;
  }
  .introduction .desc img {
    width: 770px;
  }
  .introduction .desc span {
    display: none;
  }
}
@media (width < 960px) {
  .introduction .desc {
    padding-inline: 20px;
  }
  .introduction .desc img {
    display: none;
  }
}

/* M0G PROJECT */
.m0g-project {
  padding-block: 120px;
}
@media (width < 960px) {
  .m0g-project {
    padding-inline: 20px;
  }
}
.m0g-project .concept {
  display: grid;
  max-width: 700px;
  margin-inline: auto;
  margin-top: 80px;
}
@media (width >= 961px) {
  .m0g-project .concept {
    margin-top: 65px;
    grid-template-areas: "logo text" "logo brand1" "logo brand2";
    grid-template-columns: 125px 1fr;
    grid-template-rows: auto auto auto;
    background: url(../img/line-project.svg) no-repeat left bottom 70px;
  }
}
@media (width >= 961px) {
  .m0g-project .logo {
    grid-area: logo;
    translate: -50%;
    margin-top: 8px;
  }
}
@media (width < 960px) {
  .m0g-project .logo {
    width: 140px;
    margin-inline: auto;
    margin-bottom: 20px;
  }
}
.m0g-project .desc {
  line-height: 1.8;
}
@media (width >= 961px) {
  .m0g-project .desc {
    grid-area: text;
  }
}
@media (width >= 961px) {
  .m0g-project .frozen {
    grid-area: brand1;
  }
}
@media (width >= 961px) {
  .m0g-project .beans {
    grid-area: brand2;
  }
}
.m0g-project .brand {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 83px 1fr;
  grid-template-areas: "logo title" "logo text";
  gap: 20px 20px;
  align-content: center;
}
@media (width >= 961px) {
  .m0g-project .brand {
    margin-top: 95px;
    margin-left: 55px;
    grid-template-columns: 101px 1fr;
    gap: 12px 60px;
  }
}
.m0g-project .brand-logo {
  grid-area: logo;
}
.m0g-project .brand-title {
  grid-area: title;
  display: flex;
  align-items: center;
  gap: 1em;
  margin-top: auto;
}
.m0g-project .brand-title .num {
  color: var(--color-gold);
  font-size: 14rem;
  font-family: var(--font-en);
  font-weight: 500;
}
.m0g-project .brand-title .label {
  font-size: 20rem;
  font-weight: 600;
}
.m0g-project .brand-desc {
  grid-area: text;
  line-height: 1.8;
}
.m0g-project .three_perspectives {
  margin-top: 120px;
}
@media (width >= 961px) {
  .m0g-project .three_perspectives {
    padding-inline: calc(50dvw - 500px);
    margin-top: 100px;
  }
}
@media (width >= 961px) and (width < 1040px) {
  .m0g-project .three_perspectives {
    padding-inline: 20px;
  }
}
@media (width >= 961px) and (max-width: 960px) {
  .m0g-project .three_perspectives {
    padding-inline: 20px;
  }
}
.m0g-project .three_perspectives h3 {
  color: var(--color-gold);
  font-weight: 600;
  font-size: 24rem;
  text-align: center;
  line-height: 1.45;
}
@media (width >= 961px) {
  .m0g-project .three_perspectives h3 {
    font-size: 30rem;
  }
}
.m0g-project .three_perspectives .container {
  display: grid;
  gap: 80px;
  margin-top: 48px;
}
@media (width >= 961px) {
  .m0g-project .three_perspectives .container {
    grid-template-columns: repeat(3, 1fr);
    gap: 49px;
    margin-top: 40px;
  }
}
.m0g-project .three_perspectives .perspective {
  position: relative;
  padding-top: 20px;
  padding-left: 30px;
}
.m0g-project .three_perspectives h4 {
  margin-bottom: 0.5em;
  color: var(--color-gold);
  font-weight: 600;
  font-size: 17rem;
  line-height: 1.47;
}
@media (width >= 961px) {
  .m0g-project .three_perspectives h4 {
    height: 2.94em;
  }
}
.m0g-project .three_perspectives p {
  line-height: 1.8;
}
.m0g-project .three_perspectives .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-gold);
  font-size: 70rem;
  opacity: 0.15;
}

/* ブランド紹介 */
.brand-introduction {
  padding-inline: calc(50dvw - 500px);
  padding-block: 120px;
}
@media (width < 1040px) {
  .brand-introduction {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .brand-introduction {
    padding-inline: 20px;
  }
}
.brand-introduction hgroup {
  display: flex;
}
@media (width >= 961px) {
  .brand-introduction hgroup {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 70px;
  }
}
@media (width < 960px) {
  .brand-introduction hgroup {
    flex-direction: column;
    align-items: center;
    gap: 45px;
  }
}
.brand-introduction hgroup h2 {
  width: 101px;
}
@media (width >= 961px) {
  .brand-introduction hgroup h2 {
    width: 153px;
  }
}
.brand-introduction hgroup p {
  line-height: 1.8;
}
@media (width >= 961px) {
  .brand-introduction hgroup p span {
    display: none;
  }
}
@media (width < 960px) {
  .brand-introduction hgroup p img {
    display: none;
  }
  .brand-introduction hgroup p strong {
    display: block;
    margin-bottom: 0.3em;
    font-size: 20rem;
    font-weight: 600;
    text-align: center;
  }
}
.brand-introduction .eyecatch {
  margin-top: 60px;
}
@media (width >= 961px) {
  .brand-introduction .eyecatch {
    margin-top: 100px;
  }
}
@media (width < 960px) {
  .brand-introduction .eyecatch {
    margin-inline: -20px;
  }
}
.brand-introduction .items {
  margin-top: 60px;
  display: grid;
  gap: 60px 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media (width >= 961px) {
  .brand-introduction .items {
    gap: 80px 120px;
    margin-top: 80px;
  }
}
@media (width < 520px) {
  .brand-introduction .items {
    grid-template-columns: inherit;
  }
}
.brand-introduction .items ul {
  margin-top: 1.2em;
}
.brand-introduction .items figcaption {
  margin-block: 1.3em 0.6em;
  font-weight: 600;
  font-size: 20rem;
  line-height: 1.45;
  letter-spacing: 0.07em;
}
.brand-introduction .items h3 {
  margin-top: 2.2em;
  font-weight: 600;
  font-size: 17rem;
}
.brand-introduction .items .catch {
  margin-bottom: 0.6em;
  font-weight: 600;
}

.jp-tight-paren::before {
  content: "";
  margin-left: -0.45em;
}

/* イメージ */
@media (width < 520px) {
  .image-farm {
    height: 416px;
  }
  .image-farm img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: inherit;
    max-height: inherit;
    object-position: 53.5% 50%;
  }
}

/* BRAND ROOTS */
.brand-roots {
  padding-inline: calc(50dvw - 350px);
  padding-block: 120px;
}
@media (width < 740px) {
  .brand-roots {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .brand-roots {
    padding-inline: 20px;
  }
}
.brand-roots .txt-lead {
  text-align: center;
}
.brand-roots h3 {
  display: grid;
  gap: 0.3em;
  line-height: 1.3;
}
.brand-roots h3 .num {
  color: var(--color-gold);
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 15rem;
}
.brand-roots h3 .num em {
  font-size: 153%;
}
.brand-roots h3 .txt {
  font-weight: 600;
  font-size: 25rem;
}
.brand-roots .roots-1 {
  margin-top: 75px;
}
@media (width >= 961px) {
  .brand-roots .roots-1 {
    margin-top: 70px;
  }
}
.brand-roots .roots-1-data {
  margin-top: 30px;
  display: grid;
  gap: 10px;
}
.brand-roots .roots-1-data dt {
  font-weight: 600;
  font-size: 20rem;
  letter-spacing: 0.07em;
}
@media (width >= 961px) {
  .brand-roots .roots-1-data {
    margin-top: 70px;
    grid-template-columns: 160px 1fr;
    gap: 70px 0;
  }
}
@media (width < 960px) {
  .brand-roots .roots-1-data dd + dt {
    margin-top: 45px;
  }
}
.brand-roots :is(.roots-2, .roots-3) {
  display: grid;
}
@media (width >= 961px) {
  .brand-roots :is(.roots-2, .roots-3) {
    grid-template-columns: 1fr 43%;
    grid-template-areas: "title image" "desc image";
    gap: 25px 35px;
  }
}
@media (width < 960px) {
  .brand-roots :is(.roots-2, .roots-3) {
    grid-template-areas: "image" "title" "desc";
    gap: 20px;
  }
}
.brand-roots :is(.roots-2, .roots-3) .title {
  grid-area: title;
}
.brand-roots :is(.roots-2, .roots-3) .desc {
  grid-area: desc;
  line-height: 1.8;
}
.brand-roots :is(.roots-2, .roots-3) .image {
  grid-area: image;
}
@media (width < 960px) {
  .brand-roots :is(.roots-2, .roots-3) .image {
    margin-bottom: 5px;
  }
}
.brand-roots .roots-2 {
  margin-top: 70px;
}
@media (width >= 961px) {
  .brand-roots .roots-2 {
    margin-top: 120px;
  }
}
.brand-roots .roots-3 {
  margin-top: 70px;
}
@media (width >= 961px) {
  .brand-roots .roots-3 {
    margin-top: 95px;
  }
}

/* MADE IN NIIGATA */
.made-in-niigata {
  padding-inline: calc(50dvw - 350px);
  padding-block: 120px;
}
@media (width < 740px) {
  .made-in-niigata {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .made-in-niigata {
    padding-inline: 20px;
  }
}
.made-in-niigata .diagram {
  margin-top: 85px;
}
@media (width >= 961px) {
  .made-in-niigata .diagram {
    margin-top: 70px;
  }
}
@media (width < 960px) {
  .made-in-niigata .diagram {
    text-align: center;
  }
  .made-in-niigata .diagram img {
    width: 100%;
    max-width: 380px;
  }
}

/* CONTACT */
.sec-contact {
  padding-inline: calc(50dvw - 280px);
  padding-block: 120px;
}
@media (width < 600px) {
  .sec-contact {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .sec-contact {
    padding-inline: 20px;
  }
}
.sec-contact .desc {
  margin-top: 16px;
  line-height: 1.8;
}
@media (width >= 961px) {
  .sec-contact .desc {
    white-space: nowrap;
    text-align: center;
  }
}
.sec-contact .recruit-list {
  margin-top: 50px;
  display: grid;
  gap: 10px;
}
.sec-contact .recruit-list li:not(.etc) {
  background-color: var(--color-gold);
  padding: 0.45em;
  color: #fff;
  text-align: center;
}
.sec-contact .recruit-list li + li:not(.etc) {
  margin-top: 10px;
}
.sec-contact .recruit-list .etc {
  color: var(--color-gold);
  text-align: right;
}
@media (width >= 961px) {
  .sec-contact .recruit-list {
    margin-top: 28px;
  }
}
.sec-contact .box-contact {
  margin-top: 50px;
  border: 1px solid var(--color-gold);
  text-align: center;
  padding: 25px 15px;
}
.sec-contact .box-contact h3 {
  padding-block: 0.2em 1.1em;
  color: var(--color-gold);
  font-weight: 600;
  font-size: 20rem;
  line-height: 1.45;
}
.sec-contact .box-contact .info {
  line-height: 1.6;
  font-weight: 600;
}
.sec-contact .box-contact .info a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
@media (width >= 961px) {
  .sec-contact .box-contact .info {
    font-size: 20rem;
  }
}