/* :root {
  --color-bg-header: #F0EDE5;

  --color-bg-lp: #FCF9F8;
} */

/* @font-face {
  font-family: var(--font-ja);
  src: local("Noto Sans JP");
  font-weight: 500;
}

@font-face {
  font-family: var(--font-ja);
  src: local("Noto Sans JP");
  font-weight: 700;
}

@font-face {
  font-family: var(--font-effra);
  src: local("Effra Medium");
  font-weight: 500;
} */

/* @media screen and (min-width: 376px) and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
    scroll-behavior: smooth;
  }
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
  html {
    font-size: 0.7142857143vw;
  }
} */

/* .c-breadcrumb {
  color: var(--color-white);
} */


/* .c-breadcrumb .c-breadcrumb__text,
.c-breadcrumb>ol>li:last-child,
.c-breadcrumb>ol>li:last-child>* {
  color: var(--color-white) !important;
} */



/* ===============================================### 
初期設定
###=============================================== */
.JK250214EOGspring{
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en01: "orpheuspro", serif;
  --font-en02: "effra", sans-serif;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --color-white: #ffffff;
  --color-beige01: #f0ede5;
  --color-beige02: #c0a694;
  --color-brown: #977547;
  --color-light-brown: #877c6f;
  --color-black: #333333;
  --color-pink: #ed9a8c;
  background-color: rgba(192, 166, 148, 0.07);
  color: #333333;
  overflow: hidden;
}

#Contents {
  position: relative;
}

.JK250214EOGspring img,
.JK250214EOGspring svg{
  width: 100%;
  height: auto;
}

/* @font-face {
  font-family: var(--font-ja);
  src: local("Noto Sans JP");
  font-weight: 500;
}

@font-face {
  font-family: var(--font-ja);
  src: local("Noto Sans JP");
  font-weight: 700;
}

@font-face {
  font-family: var(--font-en);
  src: local("Effra Medium");
  font-weight: 500;
} */

/* ===========### PC用設定 ###=========== */
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
  }

  .JK250214EOGspring .hidden-desktop {
    display: none;
  }

  .JK250214EOGspring .hidden-phone {
    display: block;
  }

  .JK250214EOGspring .image-bg{
    background-color: #fff;
  }

  .JK250214EOGspring .image-bg a:hover{
    opacity: 0.7;
  }
}


/* ===========### SP用設定 ###=========== */
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .JK250214EOGspring{
    padding-top: 9.6rem;
  }

  .JK250214EOGspring .hidden-desktop {
    display: block;
  }

  .JK250214EOGspring .hidden-phone {
    display: none;
  }
}



/* ===============================================### 
アニメーション設定
###=============================================== */
/*** fade in ***/
/* .JK250214EOGspring .js-fade-in{
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.JK250214EOGspring .js-fade-in.show{
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -o-transform 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -ms-transform 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
} */

.JK250214EOGspring .js-fade-in .content__item01 .content__image,
.JK250214EOGspring .js-fade-in .content__item02 .content__image,
.JK250214EOGspring .js-fade-in .content__item03 .content__image,
.JK250214EOGspring .js-fade-in .content__item04 .content__image,
.JK250214EOGspring .js-fade-in .content__item05 .content__image,
.JK250214EOGspring .js-fade-in .content__item06 .content__image {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.JK250214EOGspring .js-fade-in.show .content__image {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -o-transform 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -ms-transform 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.JK250214EOGspring .js-fade-in.show .js-delay01 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  /* -webkit-transition-delay: 160ms;
  -moz-transition-delay: 160ms;
  -o-transition-delay: 160ms;
  -ms-transition-delay: 160ms;
  transition-delay: 160ms */
  -webkit-transition-delay: 320ms;
  -moz-transition-delay: 320ms;
  -o-transition-delay: 320ms;
  -ms-transition-delay: 320ms;
  transition-delay: 320ms
}

.JK250214EOGspring .js-fade-in.show .js-delay02 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  /* -webkit-transition-delay: 360ms;
  -moz-transition-delay: 360ms;
  -o-transition-delay: 360ms;
  -ms-transition-delay: 360ms;
  transition-delay: 360ms */
  -webkit-transition-delay: 720ms;
  -moz-transition-delay: 720ms;
  -o-transition-delay: 720ms;
  -ms-transition-delay: 720ms;
  transition-delay: 720ms
}

.JK250214EOGspring .js-fade-in.show .js-delay03 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  /* -webkit-transition-delay: 560ms;
  -moz-transition-delay: 560ms;
  -o-transition-delay: 560ms;
  -ms-transition-delay: 560ms;
  transition-delay: 560ms */
  -webkit-transition-delay: 1120ms;
  -moz-transition-delay: 1120ms;
  -o-transition-delay: 1120ms;
  -ms-transition-delay: 1120ms;
  transition-delay: 1120ms
}

/*** fade up ***/
.JK250214EOGspring .fadeup {
  opacity: 0;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
}

.JK250214EOGspring .fadeup.show {
  -webkit-animation: fadeup 1s forwards;
  animation: fadeup 1s forwards;
}

.JK250214EOGspring .fadeup[data-animation-delay="1"] {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.JK250214EOGspring .fadeup[data-animation-delay="2"] {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.JK250214EOGspring .fadeup[data-animation-delay="3"] {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.JK250214EOGspring .fadeup[data-animation-delay="4"] {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .JK250214EOGspring .js-fade-in.show .js-delay01 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    transition-delay: 400ms
  }

  .JK250214EOGspring .js-fade-in.show .js-delay02 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    transition-delay: 900ms
  }

  .JK250214EOGspring .js-fade-in.show .js-delay03 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    transition-delay: 1400ms
  }

  .JK250214EOGspring .content06 .js-fade-in.show .content__item03 .content__image{
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition-delay: 480ms;
    -moz-transition-delay: 480ms;
    -o-transition-delay: 480ms;
    -ms-transition-delay: 480ms;
    transition-delay: 480ms
  }
}



/* ===============================================### 
MV
###=============================================== */
.JK250214EOGspring .mv{

}

.JK250214EOGspring .mv .content-inner{
}

.JK250214EOGspring .title-wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/************** text **************/
.JK250214EOGspring .mv__title{
  margin-top: -0.9rem;
  font-family: var(--font-en01);
  font-size: 4.1rem;
  font-weight: var(--fw-regular);
  color: var(--color-pink);
  text-align: center;
}

.JK250214EOGspring .mv__subtitle{
  margin-top: 1.2rem;
  font-family: var(--font-ja);
  font-size: 1.6rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0.075em;
  text-align: center;
  color: var(--color-light-brown);
}

.JK250214EOGspring .mv__description{
  margin-top: 3rem;
  font-family: var(--font-ja);
  font-size: 1.5rem;
  font-weight: var(--fw-bold);
  text-align: center;
  color: var(--color-light-brown);
}

.JK250214EOGspring .mv__description span{
  font-family: var(--font-en02);
  font-weight: var(--fw-bold);
}

.JK250214EOGspring .mv__text{
  margin-top: 4.3rem;
  font-family: var(--font-ja);
  font-size: 1.5rem;
  font-weight: var(--fw-medium);
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}

.JK250214EOGspring .mv__text span{
  font-family: var(--font-en02);
  font-weight: var(--fw-medium);
}

/************** image **************/
.JK250214EOGspring .mv__image{
  position: relative;
  height: 50rem;
  background-size: cover;
  background-image: url(../img/pc/mv.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .JK250214EOGspring .mv{

  }

  .JK250214EOGspring .mv .content-inner{
  }

  .JK250214EOGspring .mv .title-wrapper{
    width: calc(750 * (100vw / 750));
  }

  /************** text **************/
  .JK250214EOGspring .mv__title{
    margin-top: calc(-22 * (100vw / 750));
    font-size: calc(82 * (100vw / 750));
    line-height: 1.2;
    color: var(--color-white);
    text-shadow: 0px 0px 10px rgba(48, 41, 34, 0.2);
  }

  .JK250214EOGspring .mv__subtitle{
    margin-top: calc(25 * (100vw / 750));
    font-size: calc(30 * (100vw / 750));
    letter-spacing: 0.075em;
    color: var(--color-white);
  }

  .JK250214EOGspring .mv__description{
    margin-top: calc(48 * (100vw / 750));
    font-size: calc(26 * (100vw / 750));
    color: var(--color-white);
  }

  .JK250214EOGspring .mv__text{
    margin-top: calc(49 * (100vw / 750));
    font-size: calc(24 * (100vw / 750));
  }

  /************** image **************/
  .JK250214EOGspring .mv__image{
    position: relative;
    height: calc(1000 * (100vw / 750));
    background-size: cover;
    background-image: url(../img/sp/mv.jpg);
    background-repeat: no-repeat;
    background-position: top center;
  }
}


/* ===============================================### 
コンテンツ共通設定
###=============================================== */
/* .JK250214EOGspring .link__button{
  width: 14.2rem;
  height: 3.4rem;
  background-image: url('../img/pc/viewmore.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.JK250214EOGspring .link__button a{
  display: block;
  transition: background-image 0.3s ease-in;
}

.JK250214EOGspring .link__button:hover{
  background-image: url('../img/pc/viewmore_hover.svg');
} */

.JK250214EOGspring .grid-wrapper{
  display: grid;
}

/************** text **************/
.JK250214EOGspring .about{
  position: absolute;
}

.JK250214EOGspring .content__text{
  font-family: var(--font-ja);
  font-size: 1.4rem;
  font-weight: var(--fw-medium);
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}

.JK250214EOGspring .content__text span{
  position: relative;
  left: -0.5rem;
  font-family: var(--font-en02);
  font-weight: var(--fw-medium);
}

/************** image **************/
.JK250214EOGspring .text__image{
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

/************** view-more-button **************/
.JK250214EOGspring .link__button{

}

.JK250214EOGspring .view-more {
  position: relative;
  display: flex;
  align-items: center;
  /* width: 14.2rem; */
  width: 12.7rem;
  height: 3.4rem;
  /* margin: 1.9rem auto 0; */
  margin-inline: auto;
  padding-left: 1.5rem;
  font-family: var(--font-en02);
  font-weight: var(--fw-bold);
  color: var(--color-brown);
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1;
  clip-path: inset(0 round 1.7rem);
  border-radius: 1.7rem;
  overflow: hidden;
  background-color: transparent;
  transition: background-color 0.3s ease-in;
}

.JK250214EOGspring .view-more .arrow {
  position: absolute;
  /* right: 1.5rem;
  top: 0.7rem; */
  top: 0.8rem;
  right: 1.5rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--color-beige01);
  transition: background-color 0.3s ease-in;
}

.JK250214EOGspring .view-more .arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.7rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid var(--color-brown);
  border-right: 1px solid var(--color-brown);
  -webkit-transform: translateX(-61%) rotate(45deg);
  transform: translateX(-61%) rotate(45deg);
  transition: border 0.3s ease-in;
  will-change: transform;
}

/* .JK250214EOGspring .view-more .arrow::before {
  border-top: 1px solid #F0EDE5;
  border-right: 1px solid #F0EDE5;
} */

.JK250214EOGspring .view-more:hover .arrow::before {
  border-top: 1px solid var(--color-beige01);
  border-right: 1px solid var(--color-beige01);
}

.JK250214EOGspring .view-more:hover {
  background-color: var(--color-beige01);
  opacity: 1;
}

.JK250214EOGspring .view-more:hover .arrow {
  background-color: var(--color-brown);
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  /************** text **************/
  .JK250214EOGspring .about{
    position: initial;
  }

  .JK250214EOGspring .content__text{
    font-size: calc(23 * (100vw / 750));
  }

  .JK250214EOGspring .content__text span{
    left: calc(-10 * (100vw / 750));
  }

  /************** view-more **************/
  .JK250214EOGspring .view-more {
    width: calc(264 * (100vw / 750));
    height: calc(70 * (100vw / 750));
    margin: calc(33 * (100vw /750)) auto 0;
    padding-left: calc(30 * (100vw /750));
    font-size: calc(26 * (100vw / 750));
    clip-path: inset(0 round calc(35 * (100vw / 750)));
    border-radius: calc(35 * (100vw / 750));
  }

  .JK250214EOGspring .view-more .arrow {
    right: calc(30 *  (100vw /750));
    top: calc(13 *  (100vw /750));
    width: calc(40 * (100vw / 750));
    height: calc(40 * (100vw / 750));
  }

  .JK250214EOGspring .view-more .arrow::before {
    /* left: 52%;
    top: calc(14 *  (100vw /750)); */
    left: 49%;
    top: calc(13 *  (100vw /750));
    width: calc(10 * (100vw / 750));
    height: calc(10 * (100vw / 750));
    border-top: calc(2 * (100vw / 750)) solid var(--color-brown);
    border-right: calc(2 * (100vw / 750)) solid var(--color-brown);
    -webkit-transform: translateX(-80%) rotate(45deg);
    transform: translateX(-66%) rotate(45deg);
  }

  .JK250214EOGspring .view-more .arrow {
    background-color: var(--color-beige01);
  }

  /* .JK250214EOGspring .view-more .arrow::before {
    border-top: calc(2 * (100vw / 750)) solid #F0EDE5;
    border-right: calc(2 * (100vw / 750)) solid #F0EDE5;
  } */

  .JK250214EOGspring .view-more:hover .arrow::before {
    border-top: calc(2 * (100vw / 750)) solid var(--color-beige01);
    border-right: calc(2 * (100vw / 750)) solid var(--color-beige01);
  }
}



/* ===============================================### 
コンテンツ01
###=============================================== */
.JK250214EOGspring .content01{
  margin-top: 9.1rem;
}

.JK250214EOGspring .content01 .content-inner{
  position: relative;
  width: 127.9rem;
  margin-inline: auto;
}

.JK250214EOGspring .content01 .content__item01{

}

.JK250214EOGspring .content01 .content__item02{
  position: relative;
  z-index: 2;
}

.JK250214EOGspring .content01 .content__item03{
  position: relative;
  z-index: 1;
}

.JK250214EOGspring .content01 .content__item04{
  position: relative;
  z-index: 2;
}

.JK250214EOGspring .content01 .about{
  top: 40.7rem;
  right: 2.2rem;
}

/************** grid **************/
.JK250214EOGspring .content01 .grid-wrapper{
  grid-template-columns: 11.6rem 14.4rem 16.5rem 4rem 20.1rem 6rem 15rem;
  grid-template-rows: 13rem 22.4rem 6.9rem 6.6rem 4rem 24.5rem 12rem;
  margin-left: -3rem;
}

.JK250214EOGspring .content01 .grid__item01{
  grid-column: 2/5;
  grid-row: 1/5;
}

.JK250214EOGspring .content01 .grid__item02{
  grid-column: 6/8;
  grid-row: 2/4;
}

.JK250214EOGspring .content01 .grid__item03{
  grid-column: 4/7;
  grid-row: 3/7;
}

.JK250214EOGspring .content01 .grid__item04{
  grid-column: 1/3;
  grid-row: 6/8;
}

/************** view-more-button **************/
.JK250214EOGspring .content01 .link__button{
  margin-top: 3.5rem;
}

.JK250214EOGspring .content01 .view-more{
  margin: 0 auto 0 9.5rem;
}

/************** text **************/
.JK250214EOGspring .content01 .content__text{
  margin-top: 5rem;
}

/************** image **************/
.JK250214EOGspring .content01 .text__image{
  top: 24.1rem;
  right: 15.2rem;
  width: 9rem;
}

.JK250214EOGspring .content01 .content__item01 .content__image{
  width: 35rem;
}

.JK250214EOGspring .content01 .content__item02 .content__image{
  width: 21rem;
}

.JK250214EOGspring .content01 .content__item03 .content__image{
  width: 30rem;
}

.JK250214EOGspring .content01 .content__item04 .content__image{
  width: 26rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .JK250214EOGspring .content01{
    margin-top: calc(122 * (100vw / 750));
  }

  .JK250214EOGspring .content01 .content-inner{
    width: calc(686 * (100vw / 750));
  }

  .JK250214EOGspring .content01 .content__item01{

  }

  .JK250214EOGspring .content01 .content__item02{
  }

  .JK250214EOGspring .content01 .content__item03{
  }

  .JK250214EOGspring .content01 .content__item04{
  }

  .JK250214EOGspring .content01 .about{
  }

  /************** grid **************/
  .JK250214EOGspring .content01 .grid-wrapper{
    grid-template-columns: calc(328 * (100vw / 750)) calc(52 * (100vw / 750)) calc(46 * (100vw / 750)) calc(56 * (100vw / 750)) calc(146 * (100vw / 750)) calc(59 * (100vw / 750));
    grid-template-rows: calc(571 * (100vw / 750)) calc(99 * (100vw / 750)) calc(101 * (100vw / 750)) calc(164 * (100vw / 750)) calc(101 * (100vw / 750)) calc(268 * (100vw / 750)) calc(152 * (100vw / 750));
    margin-left: 0;
  }

  .JK250214EOGspring .content01 .grid__item01{
    grid-column: 1/5;
    grid-row: 1/3;
  }

  .JK250214EOGspring .content01 .grid__item02{
    grid-column: 4/7;
    grid-row: 2/5;
  }

  .JK250214EOGspring .content01 .grid__item03{
    grid-column: 1/3;
    grid-row: 4/7;
  }

  .JK250214EOGspring .content01 .grid__item04{
    grid-column: 2/6;
    grid-row: 6/8;
  }

  /************** view-more-button **************/
  .JK250214EOGspring .content01 .link__button{
    margin-top: calc(35 * (100vw / 750));
  }

  .JK250214EOGspring .content01 .view-more{
    margin: 0 auto 0 calc(198 * (100vw / 750));
  }

  /************** text **************/
  .JK250214EOGspring .content01 .content__text{
    margin-top: calc(48 * (100vw / 750));
    margin-left: calc(20 * (100vw / 750));
  }

  /************** image **************/
  .JK250214EOGspring .content01 .text__image{
    top: calc(120 * (100vw / 750));
    right: calc(22 * (100vw / 750));
    width: calc(135 * (100vw / 750));
  }

  .JK250214EOGspring .content01 .content__item01 .content__image{
    width: calc(480 * (100vw / 750));
  }

  .JK250214EOGspring .content01 .content__item02 .content__image{
    width: calc(260 * (100vw / 750));
  }

  .JK250214EOGspring .content01 .content__item03 .content__image{
    width: calc(380 * (100vw / 750));
  }

  .JK250214EOGspring .content01 .content__item04 .content__image{
    width: calc(300 * (100vw / 750));
  }
}



/* ===============================================### 
コンテンツ02
###=============================================== */
.JK250214EOGspring .content02{
  margin-top: 10rem;
}

.JK250214EOGspring .content02 .content-inner{
  position: relative;
  width: 127.9rem;
  margin-inline: auto;
}

.JK250214EOGspring .content02 .content__item01{

}

.JK250214EOGspring .content02 .content__item02{
  position: relative;
  z-index: 1;
}

.JK250214EOGspring .content02 .content__item03{
}

.JK250214EOGspring .content02 .about{
  top: 37.8rem;
  left: 3rem;
}

/************** grid **************/
.JK250214EOGspring .content02 .grid-wrapper{
  grid-template-columns: 49.2rem 12.5rem 8.4rem 21.6rem 4.1rem 35rem;
  grid-template-rows: 10rem 25.4rem 4rem 9.6rem 28.4rem;
}

.JK250214EOGspring .content02 .grid__item01{
  grid-column: 6/7;
  grid-row: 1/5;
}

.JK250214EOGspring .content02 .grid__item02{
  grid-column: 2/4;
  grid-row: 2/4;
}

.JK250214EOGspring .content02 .grid__item03{
  grid-column: 3/5;
  grid-row: 3/6;
}

/************** view-more-button **************/
.JK250214EOGspring .content02 .link__button{
  margin-top: 3.6rem;
}

.JK250214EOGspring .content02 .view-more{
  margin: 0 auto 0 12.4rem;
}

/************** text **************/
.JK250214EOGspring .content02 .content__text{
  margin-top: 5rem;
}

/************** image **************/
.JK250214EOGspring .content02 .text__image{
  top: 20.9rem;
  left: 4.4rem;
  width: 36.3rem;
}

.JK250214EOGspring .content02 .content__item01 .content__image{
  width: 35rem;
}

.JK250214EOGspring .content02 .content__item02 .content__image{
  width: 21rem;
}

.JK250214EOGspring .content02 .content__item03 .content__image{
  width: 30rem;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .JK250214EOGspring .content02{
    margin-top: calc(125 * (100vw / 750));
  }

  .JK250214EOGspring .content02 .content-inner{
    position: relative;
    width: calc(686 * (100vw / 750));
    margin-inline: auto;
  }

  .JK250214EOGspring .content02 .content__item01{

  }

  .JK250214EOGspring .content02 .content__item02{
    position: relative;
    z-index: 1;
  }

  .JK250214EOGspring .content02 .content__item03{
  }

  .JK250214EOGspring .content02 .about{
  }

  /************** grid **************/
  .JK250214EOGspring .content02 .grid-wrapper{
    grid-template-columns: calc(105 * (100vw / 750)) calc(156 * (100vw / 750)) calc(42 * (100vw / 750)) calc(280 * (100vw / 750)) calc(104 * (100vw / 750));
    grid-template-rows: calc(673 * (100vw / 750)) calc(58 * (100vw / 750)) calc(72 * (100vw / 750)) calc(293 * (100vw / 750)) calc(237 * (100vw / 750));
    margin-top: calc(60 * (100vw / 750));
  }

  .JK250214EOGspring .content02 .grid__item01{
    grid-column: 2/5;
    grid-row: 1/2;
  }

  .JK250214EOGspring .content02 .grid__item02{
    grid-column: 1/3;
    grid-row: 3/5;
  }

  .JK250214EOGspring .content02 .grid__item03{
    grid-column: 4/6;
    grid-row: 4/6;
  }

  /************** view-more-button **************/
  .JK250214EOGspring .content02 .link__button{
    margin-top: calc(38 * (100vw / 750));
  }

  .JK250214EOGspring .content02 .view-more{
    margin: 0 auto 0 calc(198 * (100vw / 750));
  }

  /************** text **************/
  .JK250214EOGspring .content02 .content__text{
    margin-top: calc(48 * (100vw / 750));
    margin-left: calc(20 * (100vw / 750));
  }

  /************** image **************/
  .JK250214EOGspring .content02 .text__image{
    position: initial;
    width: calc(534 * (100vw / 750));
    margin-inline: auto;
  }

  .JK250214EOGspring .content02 .content__item01 .content__image{
    width: calc(480 * (100vw / 750));
  }

  .JK250214EOGspring .content02 .content__item02 .content__image{
    width: calc(260 * (100vw / 750));
  }

  .JK250214EOGspring .content02 .content__item03 .content__image{
    width: calc(380 * (100vw / 750));
  }
}



/* ===============================================### 
コンテンツ03
###=============================================== */
.JK250214EOGspring .content03{
  margin-top: 10rem;
}

.JK250214EOGspring .content03 .content-inner{
  position: relative;
  width: 127.2rem;
  margin-inline: auto;
}

.JK250214EOGspring .content03 .content__item01{
  position: relative;
  z-index: 2;
}

.JK250214EOGspring .content03 .content__item02{
  position: relative;
  z-index: 1;
}

.JK250214EOGspring .content03 .content__item03{
  position: relative;
  z-index: 1;
}

.JK250214EOGspring .content03 .content__item04{
}

.JK250214EOGspring .content03 .about{
  top: 44.4rem;
  right: 1.8rem;
}

/************** grid **************/
.JK250214EOGspring .content03 .grid-wrapper{
  grid-template-columns: 10rem 16rem 5.9rem 4.1rem 26rem 7.7rem 12.9rem;
  grid-template-rows: 10rem 19.9rem 6.4rem 3.1rem 17.6rem 26.1rem 10.3rem;
  margin-left: -3.2rem;
}

.JK250214EOGspring .content03 .grid__item01{
  grid-column: 1/3;
  grid-row: 1/4;
}

.JK250214EOGspring .content03 .grid__item02{
  grid-column: 2/5;
  grid-row: 6/8;
}

.JK250214EOGspring .content03 .grid__item03{
  grid-column: 6/8;
  grid-row: 2/5;
}

.JK250214EOGspring .content03 .grid__item04{
  grid-column: 4/7;
  grid-row: 3/7;
}

/************** view-more-button **************/
.JK250214EOGspring .content03 .link__button{
  margin-top: 3.5rem;
}

.JK250214EOGspring .content03 .view-more{
  margin: 0 auto 0 11.8rem;
}

/************** text **************/
.JK250214EOGspring .content03 .content__text{
  margin-top: 5rem;
}

/************** image **************/
.JK250214EOGspring .content03 .text__image{
  top: 27.4rem;
  right: 17.6rem;
  width: 8rem;
}

.JK250214EOGspring .content03 .content__item01 .content__image{
  width: 26rem;
}

.JK250214EOGspring .content03 .content__item02 .content__image{
  width: 26rem;
}

.JK250214EOGspring .content03 .content__item03 .content__image{
  width: 21rem;
}

.JK250214EOGspring .content03 .content__item04 .content__image{
  width: 38rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .JK250214EOGspring .content03{
    margin-top: calc(120 * (100vw / 750));
  }

  .JK250214EOGspring .content03 .content-inner{
    width: calc(686 * (100vw / 750));
  }

  .JK250214EOGspring .content03 .content__item01{
  }

  .JK250214EOGspring .content03 .content__item02{
  }

  .JK250214EOGspring .content03 .content__item03{
  }

  .JK250214EOGspring .content03 .content__item04{
  }

  .JK250214EOGspring .content03 .about{
  }

  /************** grid **************/
  .JK250214EOGspring .content03 .grid-wrapper{
    grid-template-columns: calc(20 * (100vw / 750)) calc(173 * (100vw / 750)) calc(110 * (100vw / 750)) calc(120 * (100vw / 750)) calc(70 * (100vw / 750)) calc(47 * (100vw / 750)) calc(147 * (100vw / 750));
    grid-template-rows: calc(360 * (100vw / 750)) calc(60 * (100vw / 750)) calc(161 * (100vw / 750)) calc(201 * (100vw / 750)) calc(102 * (100vw / 750)) calc(62 * (100vw / 750));
    margin-left: 0;
  }

  .JK250214EOGspring .content03 .grid__item01{
    grid-column: 3/6;
    grid-row: 1/3;
  }

  .JK250214EOGspring .content03 .grid__item02{
    grid-column: 1/4;
    grid-row: 2/5;
  }

  .JK250214EOGspring .content03 .grid__item03{
    grid-column: 5/8;
    grid-row: 4/7;
  }

  .JK250214EOGspring .content03 .grid__item04{
    grid-column: 2/7;
    grid-row: 6/8;
  }

  /************** view-more-button **************/
  .JK250214EOGspring .content03 .link__button{
    margin-top: calc(38 * (100vw / 750));
  }

  .JK250214EOGspring .content03 .view-more{
    margin: 0 auto 0 calc(198 * (100vw / 750));
  }

  /************** text **************/
  .JK250214EOGspring .content03 .content__text{
    margin-top: calc(48 * (100vw / 750));
    margin-left: calc(20 * (100vw / 750));
  }

  /************** image **************/
  .JK250214EOGspring .content03 .text__image{
    top: calc(20 * (100vw / 750));
    right: calc(22 * (100vw / 750));
    width: calc(117 * (100vw / 750));
  }

  .JK250214EOGspring .content03 .content__item01 .content__image{
    width: calc(300 * (100vw / 750));
  }

  .JK250214EOGspring .content03 .content__item02 .content__image{
    width: calc(300 * (100vw / 750));
  }

  .JK250214EOGspring .content03 .content__item03 .content__image{
    width: calc(260 * (100vw / 750));
  }

  .JK250214EOGspring .content03 .content__item04 .content__image{
    width: calc(520 * (100vw / 750));
  }
}



/* ===============================================### 
コンテンツ04
###=============================================== */
.JK250214EOGspring .content04{
  margin-top: 10rem;
}

.JK250214EOGspring .content04 .content-inner{
  position: relative;
  width: 127.9rem;
  margin-inline: auto;
}

.JK250214EOGspring .content04 .content__item01{

}

.JK250214EOGspring .content04 .content__item02{
  position: relative;
  z-index: 1;
}

.JK250214EOGspring .content04 .content__item03{
}

.JK250214EOGspring .content04 .about{
  top: 37.3rem;
  left: 3rem;
}

/************** grid **************/
.JK250214EOGspring .content04 .grid-wrapper{
  grid-template-columns: 47.7rem 18.1rem 11.8rem 14.2rem 3.9rem 35rem;
  grid-template-rows: 12rem 26rem 3.9rem 19.1rem 13.4rem;
}

.JK250214EOGspring .content04 .grid__item01{
  grid-column: 2/4;
  grid-row: 1/4;
}

.JK250214EOGspring .content04 .grid__item02{
  grid-column: 3/5;
  grid-row: 3/6;
}

.JK250214EOGspring .content04 .grid__item03{
  grid-column: 6/7;
  grid-row: 2/5;
}

/************** view-more-button **************/
.JK250214EOGspring .content04 .link__button{
  margin-top: 3.6rem;
}

.JK250214EOGspring .content04 .view-more{
  margin: 0 auto 0 11.8rem;
}

/************** text **************/
.JK250214EOGspring .content04 .content__text{
  margin-top: 5rem;
}

/************** image **************/
.JK250214EOGspring .content04 .text__image{
  top: 15.4rem;
  left: 4.4rem;
  width: 34.9rem;
}

.JK250214EOGspring .content04 .content__item01 .content__image{
  width: 30rem;
}

.JK250214EOGspring .content04 .content__item02 .content__image{
  width: 26rem;
}

.JK250214EOGspring .content04 .content__item03 .content__image{
  width: 35rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .JK250214EOGspring .content04{
    margin-top: calc(122 * (100vw / 750));
  }

  .JK250214EOGspring .content04 .content-inner{
    width: calc(685 * (100vw / 750));
  }

  .JK250214EOGspring .content04 .content__item01{

  }

  .JK250214EOGspring .content04 .content__item02{
  }

  .JK250214EOGspring .content04 .content__item03{
  }

  .JK250214EOGspring .content04 .about{
  }

  /************** grid **************/
  .JK250214EOGspring .content04 .grid-wrapper{
    grid-template-columns: calc(19 * (100vw / 750)) calc(83 * (100vw / 750)) calc(262 * (100vw / 750)) calc(34 * (100vw / 750)) calc(184 * (100vw / 750)) calc(84 * (100vw / 750));
    grid-template-rows: calc(232 * (100vw / 750)) calc(305 * (100vw / 750)) calc(119 * (100vw / 750)) calc(57 * (100vw / 750));
    margin-top: calc(60 * (100vw / 750));
  }

  .JK250214EOGspring .content04 .grid__item01{
    grid-column: 2/5;
    grid-row: 1/3;
  }

  .JK250214EOGspring .content04 .grid__item02{
    grid-column: 4/7;
    grid-row: 2/4;
  }

  .JK250214EOGspring .content04 .grid__item03{
    grid-column: 3/6;
    grid-row: 5/6;
  }

  /************** view-more-button **************/
  .JK250214EOGspring .content04 .link__button{
    margin-top: calc(38 * (100vw / 750));
  }

  .JK250214EOGspring .content04 .view-more{
    margin: 0 auto 0 calc(178 * (100vw / 750));
  }

  /************** text **************/
  .JK250214EOGspring .content04 .content__text{
    margin-top: calc(47 * (100vw / 750));
    margin-left: calc(15 * (100vw / 750));
  }

  /* Safari */
  /* _::-webkit-full-page-media, _:future, :root .JK250214EOGspring .content04 .content__text {
    margin-left: calc(13 * (100vw / 750));
  } */

  /************** image **************/
  .JK250214EOGspring .content04 .text__image{
    position: initial;
    width: calc(512 * (100vw / 750));
    margin-inline: auto;
  }

  .JK250214EOGspring .content04 .content__item01 .content__image{
    width: calc(380 * (100vw / 750));
  }

  .JK250214EOGspring .content04 .content__item02 .content__image{
    width: calc(300 * (100vw / 750));
  }

  .JK250214EOGspring .content04 .content__item03 .content__image{
    width: calc(480 * (100vw / 750));
  }
}



/* ===============================================### 
コンテンツ05
###=============================================== */
.JK250214EOGspring .content05{
  margin-top: 10rem;
}

.JK250214EOGspring .content05 .content-inner{
  position: relative;
  width: 127.9rem;
  margin-inline: auto;
}

.JK250214EOGspring .content05 .content__item01{

}

.JK250214EOGspring .content05 .content__item02{
  position: relative;
  z-index: 1;
}

.JK250214EOGspring .content05 .content__item03{
}

.JK250214EOGspring .content05 .about{
  top: 30.8rem;
  right: 2.3rem;
}

/************** grid **************/
.JK250214EOGspring .content05 .grid-wrapper{
  grid-template-columns: 38rem 6.5rem 20.9rem 4.1rem 21rem 37.1rem;
  grid-template-rows: 20rem 14rem 15.4rem 3.8rem 10.1rem;
  margin-left: -3rem;
}

.JK250214EOGspring .content05 .grid__item01{
  grid-column: 1/2;
  grid-row: 1/5;
}

.JK250214EOGspring .content05 .grid__item02{
  grid-column: 5/6;
  grid-row: 2/4;
}

.JK250214EOGspring .content05 .grid__item03{
  grid-column: 3/4;
  grid-row: 3/6;
}

/************** view-more-button **************/
.JK250214EOGspring .content05 .link__button{
  margin-top: 3.5rem;
}

.JK250214EOGspring .content05 .view-more{
  margin: 0 auto 0 8rem;
}

/************** text **************/
.JK250214EOGspring .content05 .content__text{
  margin-top: 5rem;
}

/************** image **************/
.JK250214EOGspring .content05 .text__image{
  top: 13.8rem;
  right: 9rem;
  width: 18.8rem;
}

.JK250214EOGspring .content05 .content__item01 .content__image{
  width: 38rem;
}

.JK250214EOGspring .content05 .content__item02 .content__image{
  width: 21rem;
}

.JK250214EOGspring .content05 .content__item03 .content__image{
  width: 21rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .JK250214EOGspring .content05{
    margin-top: calc(120 * (100vw / 750));
  }

  .JK250214EOGspring .content05 .content-inner{
    width: calc(666 * (100vw / 750));
  }

  .JK250214EOGspring .content05 .content__item01{

  }

  .JK250214EOGspring .content05 .content__item02{
  }

  .JK250214EOGspring .content05 .content__item03{
  }

  .JK250214EOGspring .content05 .about{
  }

  /************** grid **************/
  .JK250214EOGspring .content05 .grid-wrapper{
    grid-template-columns: calc(113 * (100vw / 750)) calc(260 * (100vw / 750)) calc(34 * (100vw / 750)) calc(114 * (100vw / 750)) calc(145 * (100vw / 750));
    grid-template-rows: calc(658 * (100vw / 750)) calc(70 * (100vw / 750)) calc(100 * (100vw / 750)) calc(194 * (100vw / 750)) calc(172 * (100vw / 750));
    margin-left: calc(-10 * (100vw / 750));
  }

  .JK250214EOGspring .content05 .grid__item01{
    grid-column: 1/5;
    grid-row: 1/3;
  }

  .JK250214EOGspring .content05 .grid__item02{
    grid-column: 4/5;
    grid-row: 2/5;
  }

  .JK250214EOGspring .content05 .grid__item03{
    grid-column: 2/3;
    grid-row: 4/6;
  }

  /************** view-more-button **************/
  .JK250214EOGspring .content05 .link__button{
    margin-top: calc(37 * (100vw / 750));
  }

  .JK250214EOGspring .content05 .view-more{
    margin: 0 auto 0 calc(188 * (100vw / 750));
  }

  /************** text **************/
  .JK250214EOGspring .content05 .content__text{
    margin-top: calc(106 * (100vw / 750));
    margin-left: calc(20 * (100vw / 750));
  }

  /************** image **************/
  .JK250214EOGspring .content05 .text__image{
    top: calc(81 * (100vw / 750));
    right: calc(-7 * (100vw / 750));
    width: calc(276 * (100vw / 750));
  }

  .JK250214EOGspring .content05 .content__item01 .content__image{
    width: calc(520 * (100vw / 750));
  }

  .JK250214EOGspring .content05 .content__item02 .content__image{
    width: calc(260 * (100vw / 750));
  }

  .JK250214EOGspring .content05 .content__item03 .content__image{
    width: calc(260 * (100vw / 750));
  }
}



/* ===============================================### 
コンテンツ06
###=============================================== */
.JK250214EOGspring .content06{
  margin-top: 10.1rem;
}

.JK250214EOGspring .content06 .content-inner{
  position: relative;
  width: 101rem;
  margin-inline: auto;
}

.JK250214EOGspring .content06 .content__item01{
  position: relative;
  width: 31rem;
}

.JK250214EOGspring .content06 .content__item02{
  position: relative;
  width: 31rem;
}

.JK250214EOGspring .content06 .content__item03{
  position: relative;
  width: 31rem;
}

.JK250214EOGspring .content06 .about{
  position: relative;
  left: 0.4rem;
}

/************** grid **************/
.JK250214EOGspring .content06 .grid-wrapper{
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 4.3rem;
}

.JK250214EOGspring .content06 .grid__item01{
}

.JK250214EOGspring .content06 .grid__item02{
}

.JK250214EOGspring .content06 .grid__item03{
}

/************** view-more-button **************/
.JK250214EOGspring .content06 .link__button{
  margin-top: 3.2rem;
}

/************** text **************/
.JK250214EOGspring .content06 .content__text{
  margin-top: 4.3rem;
}

.JK250214EOGspring .content06 .product__name{
  margin-top: 2.2rem;
  font-family: var(--font-ja);
  font-size: 1.4rem;
  font-weight: var(--fw-medium);
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}

.JK250214EOGspring .content06 .product__name span{
  font-family: var(--font-en02);
}

/************** image **************/
.JK250214EOGspring .content06 .text__image{
  position: initial;
  width: 11.9rem;
  margin-inline: auto;
}

.JK250214EOGspring .content06 .content__image{
  /* position: relative; */
  width: 28rem;
  margin-inline: auto;
}

.JK250214EOGspring .content06 .pattern__image{
  position: absolute;
  bottom: 14.7rem;
  left: -1.5rem;
  width: 9rem;
  z-index: 1;
}

/* .JK250214EOGspring .content06 .content__image::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: -3rem;
  width: 9rem;
  height: 9rem;
  z-index: 1;
  pointer-events: none;
} */

/* .JK250214EOGspring .content06 .content__item01 .content__image::after{
  background-image: url('../img/pc/pattern_lavender.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.JK250214EOGspring .content06 .content__item02 .content__image::after{
  background-image: url('../img/pc/pattern_tofu.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.JK250214EOGspring .content06 .content__item03 .content__image::after{
  background-image: url('../img/pc/pattern_woodland.png');
  background-repeat: no-repeat;
  background-size: contain;
} */

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .JK250214EOGspring .content06{
    margin-top: calc(123 * (100vw / 750));
  }

  .JK250214EOGspring .content06 .content-inner{
    /* width: calc(686 * (100vw / 750)); */
    width: fit-content;
  }

  .JK250214EOGspring .content06 .content__item01{
    width: calc(330 * (100vw / 750));
  }

  .JK250214EOGspring .content06 .content__item02{
    width: calc(330 * (100vw / 750));
  }

  .JK250214EOGspring .content06 .content__item03{
    width: calc(330 * (100vw / 750));
  }

  .JK250214EOGspring .content06 .about{
    left: calc(10 * (100vw / 750));
  }

  /************** flex **************/
  .JK250214EOGspring .content06 .flex-wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: calc(30 * (100vw / 750));
    row-gap: calc(43 * (100vw / 750));
    width: calc(690 * (100vw / 750));
  }

  /************** grid **************/
  .JK250214EOGspring .content06 .grid-wrapper{
    /* grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    gap: calc(30 * (100vw / 750));*/
    margin-top: calc(53 * (100vw / 750));
  }

  .JK250214EOGspring .content06 .grid__item01{
  }

  .JK250214EOGspring .content06 .grid__item02{
  }

  .JK250214EOGspring .content06 .grid__item03{
  }

  /************** view-more-button **************/
  .JK250214EOGspring .content06 .link__button{
    margin-top: calc(33 * (100vw / 750));
  }

  /************** text **************/
  .JK250214EOGspring .content06 .content__text{
    margin-top: calc(48 * (100vw / 750));
  }

  .JK250214EOGspring .content06 .product__name{
    margin-top: calc(50 * (100vw / 750));
    font-size: calc(23 * (100vw / 750));
  }

  /************** image **************/
  .JK250214EOGspring .content06 .text__image{
    width: calc(174 * (100vw / 750));
  }

  .JK250214EOGspring .content06 .content__image{
    width: calc(330 * (100vw / 750));
  }

  .JK250214EOGspring .content06 .pattern__image{
    bottom: calc(272 * (100vw / 750));
    left: 0;
    width: calc(120 * (100vw / 750));
  }

  /* .JK250214EOGspring .content06 .content__image::after{
    bottom: calc(-20 * (100vw / 750));
    left: 0;
    width: calc(120 * (100vw / 750));
    height: calc(120 * (100vw / 750));
  }

  .JK250214EOGspring .content06 .content__item01 .content__image::after{
    background-image: url('../img/sp/pattern_lavender.png');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .JK250214EOGspring .content06 .content__item02 .content__image::after{
    background-image: url('../img/sp/pattern_tofu.png');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .JK250214EOGspring .content06 .content__item03 .content__image::after{
    background-image: url('../img/sp/pattern_woodland.png');
    background-repeat: no-repeat;
    background-size: contain;
  } */
}


/* ===============================================### 
リンクエリア
###=============================================== */
.JK250214EOGspring .link__area{
  margin-top: 9.3rem;
  padding-bottom: 10rem;
}

.JK250214EOGspring .link__area .link__button{
  width: 48.2rem;
  margin-inline: auto;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .JK250214EOGspring .link__area{
    margin-top: calc(120 * (100vw / 750));
    padding-bottom: calc(160 * (100vw / 750));
  }

  .JK250214EOGspring .link__area .link__button{
    width: calc(686 * (100vw / 750));
  }
}