@charset "UTF-8";
/**
 *
 *  ページ用CSS
 *　kongolife
 */
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
:root {
  --maincolor: #4F7062;
}

@media only screen and (max-width: 767px) {
  header .ttl {
    width: 50%;
  }
}
.c-contents {
  position: relative;
  z-index: 1;
  background: #D9E2E0;
  color: #454B4A;
}
.c-contents .inner {
  max-width: 1220px;
  width: 95%;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .c-contents .inner {
    width: 100%;
    padding: 0 20px;
  }
}
.c-contents .en {
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-weight: 400;
}
.c-contents a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*--------------------------------------------------------------------------
   m-page-mv
---------------------------------------------------------------------------*/
.m-page-mv {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.m-page-mv__content {
  position: relative;
  height: 100%;
}
.m-page-mv__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(5%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 5%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
.m-page-mv__movie {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .m-page-mv__movie {
    bottom: 50px;
  }
}
.m-page-mv__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.m-page-mv__txt {
  position: fixed;
  top: 50%;
  left: min(10.2vw, 11.2rem);
  -webkit-transform: translateY(-46%);
          transform: translateY(-46%);
  z-index: 0;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.3em;
  z-index: 1;
  font-weight: 500;
}
.m-page-mv__txt small {
  display: block;
  letter-spacing: 0.25em;
  font-size: min(2.4vw, 2.5rem);
}
.m-page-mv__txt small:nth-of-type(2) {
  font-size: min(3vw, 3.1rem);
  margin-top: min(1.8vw, 2.2rem);
}
.m-page-mv__txt span {
  display: block;
  font-size: min(5.1vw, 5.2rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: min(4vw, 4.2rem);
  letter-spacing: 0.38em;
}
@media only screen and (max-width: 767px) {
  .m-page-mv__txt {
    top: 46%;
    left: min(8vw, 11.2rem);
  }
  .m-page-mv__txt small {
    font-size: 1.65rem;
  }
  .m-page-mv__txt small:nth-of-type(2) {
    font-size: 1.9rem;
    margin-top: min(5vw, 2rem);
  }
  .m-page-mv__txt span {
    font-size: 3.2rem;
    letter-spacing: 0.34em;
    margin-top: min(9vw, 3.5rem);
  }
}

/*--------------------------------------------------------------------------
   content
---------------------------------------------------------------------------*/
.m-intro {
  background: #7298BD;
  color: #fff;
}
.m-intro_wrap {
  position: relative;
  z-index: 2;
  padding: 240px 0 0;
  background: url(../../asset/img/kongolife/bg_intro_t_pc.jpg) no-repeat right top/contain;
}
@media only screen and (max-width: 767px) {
  .m-intro_wrap {
    padding: min(26.5vw, 150px) 0 0;
    background: url(../../asset/img/kongolife/bg_intro_t_sp.jpg) no-repeat right top/contain;
  }
}
.m-intro .inner {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: -ms-grid;
  display: grid;
  gap: min(6vw, 8rem);
}
@media only screen and (max-width: 767px) {
  .m-intro .inner {
    gap: min(11.5vw, 5rem);
  }
}
.m-intro ._block p {
  font-size: min(2vw, 2rem);
  font-weight: 400;
  line-height: 4;
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 767px) {
  .m-intro ._block p {
    font-size: 1.4rem;
    line-height: 2.5;
    letter-spacing: 0.22em;
  }
  .m-intro ._block p br {
    display: none;
  }
}
.m-intro_last {
  z-index: 1;
  margin-top: -13vw;
}
@media only screen and (max-width: 767px) {
  .m-intro_last {
    margin-top: -5vw;
  }
}

.m_contents-ttl {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: var(--maincolor);
}
.m_contents-ttl sub {
  font-size: 60%;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .m_contents-ttl {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.m_contents-lead {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  margin-block: 2.5rem 5rem;
  font-style: normal;
  font-weight: 500;
}
.m_contents-lead > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.m_contents-lead-bt {
  font-size: 1.8rem;
  padding: 0.6rem 1.1rem 0.8rem;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #fff;
  background: var(--maincolor);
}
.m_contents-lead-ot {
  padding: 0.2rem 1.1rem;
  letter-spacing: 0.2em;
  color: var(--maincolor);
  border: 1px solid var(--maincolor);
}
@media only screen and (max-width: 767px) {
  .m_contents-lead {
    gap: 0.4rem;
    margin-block: 1rem 3rem;
  }
  .m_contents-lead-bt {
    font-size: 1.4rem;
    padding: 0.6rem 0.8rem 0.8rem;
    letter-spacing: 0.15em;
  }
  .m_contents-lead-ot {
    font-size: 1.4rem;
    padding: 0.2rem 0.8rem;
    letter-spacing: 0.15em;
  }
}
.m_contents-img {
  position: relative;
}
.m_contents-img figcaption {
  position: absolute;
  right: 1rem;
  bottom: 0.6rem;
  color: #fff;
  z-index: 2;
  font-size: 1.1rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.7);
}
.m_contents-img figcaption._bk {
  color: #000;
  text-shadow: none;
}
.m_contents_anchor {
  margin-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .m_contents_anchor {
    margin-top: 7rem;
  }
}
.m_contents_anchor ul {
  display: -ms-grid;
  display: grid;
  gap: 2px;
}
@media only screen and (min-width: 768px) {
  .m_contents_anchor ul {
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.m_contents_anchor ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m_contents_anchor ul li a {
  background: url(../img/kongolife/ico_anc_arw.svg) no-repeat right 2rem center #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 2rem 2rem;
  font-weight: 500;
  color: var(--maincolor);
}
@media screen and (max-width: 767px) {
  .m_contents_anchor ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .m_contents_anchor ul li a {
    gap: 1.8rem;
    padding: 3.5rem 4rem;
  }
  .m_contents_anchor ul li a:hover {
    background-color: #335345;
    color: #fff;
  }
}
.m_contents_anchor ul li a .en {
  font-size: 4.4rem;
  line-height: 70%;
  font-weight: 500 !important;
}
.m_contents-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m_contents-button a {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4F7062;
  color: #fff;
  border-radius: 60px;
  padding: 1.6rem 4rem;
}
@media screen and (min-width: 768px) {
  .m_contents-button a {
    padding: 1.7rem 2rem;
    font-size: 2rem;
    width: 48rem;
  }
  .m_contents-button a:hover {
    background-color: #335345;
    color: #fff;
  }
}
.m_contents_landscape {
  padding-block: 20rem;
}
@media only screen and (max-width: 767px) {
  .m_contents_landscape {
    padding-block: 7rem 10rem;
  }
}
.m_contents_landscape-intro .m_contents-ttl {
  font-size: min(5.2vw, 4rem);
}
@media only screen and (max-width: 767px) {
  .m_contents_landscape-intro .m_contents-ttl {
    font-size: min(7vw, 2.6rem);
  }
}
@media only screen and (max-width: 767px) {
  .m_contents_landscape-intro .m_contents-lead {
    margin-block: 1.8rem 4rem;
  }
}
.m_contents_landscape-intro .m_contents-lead-bt {
  font-size: min(2.6vw, 2.4rem);
}
@media only screen and (max-width: 767px) {
  .m_contents_landscape-intro .m_contents-lead-bt {
    font-size: min(5.2vw, 2rem);
    display: -ms-grid;
    display: grid;
    gap: 10px;
    background: none;
    padding: 0;
  }
  .m_contents_landscape-intro .m_contents-lead-bt span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5rem 0.8rem 0.6rem;
    background: var(--maincolor);
  }
}
.m_contents_landscape-intro-txt {
  display: -ms-grid;
  display: grid;
  gap: 6rem;
  margin-block: 8rem 0;
}
@media only screen and (max-width: 767px) {
  .m_contents_landscape-intro-txt {
    gap: 3rem;
    margin-block: 5rem 0;
    line-height: 2.5;
  }
}
@media only screen and (max-width: 767px) {
  .m_contents_landscape-intro .m_contents-img {
    height: 335px;
  }
  .m_contents_landscape-intro .m_contents-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.m_contents_landscape-mttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 8rem;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .m_contents_landscape-mttl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 2rem 4rem;
    gap: 2.5rem;
  }
}
.m_contents_landscape-mttl span {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.19em;
  color: var(--maincolor);
}
@media screen and (max-width: 1200px) {
  .m_contents_landscape-mttl span {
    font-size: min(3.8vw, 3.4rem);
  }
}
.m_contents_landscape-mttl span:last-of-type {
  padding-bottom: 1.6vw;
}
@media screen and (max-width: 767px) {
  .m_contents_landscape-mttl span {
    font-size: 2.2rem;
    letter-spacing: 0.2em;
  }
  .m_contents_landscape-mttl span:last-of-type {
    padding-bottom: 0;
  }
}
.m_contents_landscape-mttl span.en {
  position: relative;
  font-size: 10rem;
  font-style: italic !important;
  line-height: 70%;
  font-weight: 500 !important;
  color: var(--maincolor);
}
.m_contents_landscape-mttl span.en::after {
  content: "";
  position: relative;
  display: inline-block;
  background: var(--maincolor);
  width: 1px;
  height: 1.2em;
  margin: 0.15em 0 0 0.05em;
  vertical-align: middle;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 1200px) {
  .m_contents_landscape-mttl span.en {
    font-size: min(8vw, 10rem);
  }
}
@media screen and (max-width: 767px) {
  .m_contents_landscape-mttl span.en {
    font-size: 7rem;
    line-height: 70%;
  }
  .m_contents_landscape-mttl span.en::after {
    content: "";
    height: 1.2em;
    margin: 0.02em 0 0 -0.02em;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.m_contents_landscape-box {
  display: -ms-grid;
  display: grid;
  gap: 12rem;
}
@media screen and (max-width: 767px) {
  .m_contents_landscape-box {
    gap: 8rem;
  }
}
.m_contents_landscape-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: min(6vw, 10rem);
}
.m_contents_landscape-box li .m_contents_landscape-box-cont {
  padding: 0 min(6vw, 10rem) 0 0;
}
.m_contents_landscape-box li:first-of-type {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.m_contents_landscape-box li:first-of-type .m_contents_landscape-box-cont {
  padding: 0 0 0 min(6vw, 10rem);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .m_contents_landscape-box li {
    padding: 0 5%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .m_contents_landscape-box li .m_contents_landscape-box-cont {
    padding: 0;
  }
  .m_contents_landscape-box li:first-of-type .m_contents_landscape-box-cont {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .m_contents_landscape-box li {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0 auto 0 auto 0 auto;
    grid-template-rows: repeat(4, auto);
    gap: 0;
    padding: 0 20px;
  }
  .m_contents_landscape-box li .m_contents_landscape-box-cont {
    padding: 0;
  }
  .m_contents_landscape-box li:first-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .m_contents_landscape-box li:first-of-type .m_contents_landscape-box-cont {
    padding: 0;
  }
}
.m_contents_landscape-box li > .m_contents-ttl {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.m_contents_landscape-box li > .m_contents-lead {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
@media screen and (min-width: 768px) {
  .m_contents_landscape-box li .sp {
    display: none !important;
  }
}
.m_contents_landscape-box-cont {
  max-width: min(48vw, 880px);
}
@media screen and (min-width: 768px) {
  .m_contents_landscape-box-img {
    max-width: min(42vw, 800px);
  }
}
.m_contents_landscape-box-txt {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  line-height: 3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  li > .m_contents_landscape-box-txt {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2;
    line-height: 2.5;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .m_contents_landscape-box > figure {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
}
.m_contents_landscape-shop {
  padding-block: 14rem;
}
@media screen and (max-width: 767px) {
  .m_contents_landscape-shop {
    padding-block: 8rem;
  }
}
.m_contents_landscape-shop .m_contents-ttl {
  margin-bottom: 4rem;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .m_contents_landscape-shop .m_contents-ttl {
    text-align: center;
    margin-bottom: 8rem;
    padding: 0;
  }
}
.m_contents_landscape-shop .m_contents_landscape-box {
  gap: 16rem;
}
@media only screen and (max-width: 767px) {
  .m_contents_landscape-shop .m_contents_landscape-box {
    gap: 6rem;
  }
}
.m_contents_landscape-shop-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 46%) 0 minmax(0, 54%);
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  -ms-grid-rows: 5rem 4rem auto 4rem 28rem 4rem 4rem 4rem auto;
  grid-template-rows: 5rem auto 28rem 4rem auto;
  gap: 4rem 0;
  max-width: 1160px;
  width: calc(100% - min(14vw, 280px));
  margin: 0 auto;
}
.m_contents_landscape-shop-box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.m_contents_landscape-shop-box > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.m_contents_landscape-shop-box > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.m_contents_landscape-shop-box > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.m_contents_landscape-shop-box > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.m_contents_landscape-shop-box > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.m_contents_landscape-shop-box > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.m_contents_landscape-shop-box > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.m_contents_landscape-shop-box > *:nth-child(9) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.m_contents_landscape-shop-box > *:nth-child(10) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
@media screen and (max-width: 1200px) {
  .m_contents_landscape-shop-box {
    -ms-grid-rows: 10rem 10rem 24rem 10rem auto;
    grid-template-rows: 10rem 10rem 24rem 10rem auto;
  }
}
@media only screen and (max-width: 767px) {
  .m_contents_landscape-shop-box {
    -ms-grid-columns: minmax(0, 50%) 0 minmax(0, 50%);
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    -ms-grid-rows: auto 2rem auto 2rem auto 2rem auto;
    grid-template-rows: repeat(4, auto);
    gap: 2rem 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    justify-items: start;
    width: 100%;
    padding: 0 7.25vw;
  }
  .m_contents_landscape-shop-box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .m_contents_landscape-shop-box > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .m_contents_landscape-shop-box > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .m_contents_landscape-shop-box > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .m_contents_landscape-shop-box > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .m_contents_landscape-shop-box > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .m_contents_landscape-shop-box > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .m_contents_landscape-shop-box > *:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
.m_contents_landscape-shop-box-name {
  z-index: 3;
  -ms-grid-row-align: end;
      align-self: end;
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}
.m_contents_landscape-shop-box-name h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--maincolor);
  border: 1px solid var(--maincolor);
  font-size: 1.4rem;
  padding: 0.4rem 0.6rem;
  letter-spacing: 0.25em;
}
.m_contents_landscape-shop-box-name p {
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .m_contents_landscape-shop-box-name {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
  .m_contents_landscape-shop-box-name p {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 768px) {
  .m_contents_landscape-shop-box-name {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    gap: 2.6rem;
  }
  .m_contents_landscape-shop-box-name h4 {
    font-size: 1.8rem;
    padding: 0.4rem 1.5rem;
    letter-spacing: 0.25em;
  }
}
.m_contents_landscape-shop-box-summary {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .m_contents_landscape-shop-box-summary {
    width: calc(100% + 3.625vw - 20px);
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 4/1/5/3;
    margin-top: -8rem;
    margin-left: calc(3.625vw + 20px);
  }
}
@media only screen and (min-width: 768px) {
  .m_contents_landscape-shop-box-summary {
    width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    grid-row: 3/6;
  }
}
.m_contents_landscape-shop-box-summary-wrap {
  padding: 6rem 5rem;
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  width: 65%;
  min-width: 0;
  word-break: break-all;
}
@media screen and (max-width: 1200px) {
  .m_contents_landscape-shop-box-summary-wrap {
    padding: 6rem 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .m_contents_landscape-shop-box-summary-wrap {
    width: 100%;
    gap: 1.5rem;
    padding: 4rem 3rem;
  }
}
.m_contents_landscape-shop-box-summary-wrap .en {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .m_contents_landscape-shop-box-summary-wrap .en {
    text-align: right;
  }
}
.m_contents_landscape-shop-box-summary-wrap dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6em 1fr;
  grid-template-columns: 6em 1fr;
}
.m_contents_landscape-shop-box-summary-wrap dl:not(:last-child) {
  border-bottom: 1px solid #D9E2E0;
  padding-bottom: 1.8rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .m_contents_landscape-shop-box-summary-wrap dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .m_contents_landscape-shop-box-summary-wrap dl:not(:last-child) {
    padding-bottom: 1.3rem;
    margin-bottom: 0;
  }
}
.m_contents_landscape-shop-box-summary-wrap dl dt {
  font-size: 1.2rem;
  color: var(--maincolor);
  letter-spacing: 0.06em;
}
.m_contents_landscape-shop-box-summary-wrap dl dd {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .m_contents_landscape-shop-box-summary-wrap dl dd {
    letter-spacing: 0.02em;
  }
}
.m_contents_landscape-shop-box-summary-wrap dl dd a {
  color: #454B4A;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .m_contents_landscape-shop-box-summary-wrap dl dd a:hover {
    text-decoration: none;
  }
}
.m_contents_landscape-shop-box-summary-name {
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.m_contents_landscape-shop-box-summary-name small {
  font-size: 70%;
}
@media only screen and (max-width: 767px) {
  .m_contents_landscape-shop-box-summary-name {
    text-align: center;
    letter-spacing: 0.05em;
    margin-block: 2rem 0;
    font-size: 1.4rem;
  }
  .m_contents_landscape-shop-box-summary-name small {
    font-size: 1rem;
    display: block;
  }
}
.m_contents_landscape-shop-box-photo {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .m_contents_landscape-shop-box-photo {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/5;
  }
  .m_contents_landscape-shop-box-photo figure {
    width: min(100%, 580px);
  }
}
@media screen and (max-width: 1200px) {
  .m_contents_landscape-shop-box-photo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m_contents_landscape-shop-box-photo figure {
    width: min(80%, 580px);
  }
}
@media screen and (max-width: 767px) {
  .m_contents_landscape-shop-box-photo {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
  }
  .m_contents_landscape-shop-box-photo figure {
    width: 100%;
  }
}
.m_contents_landscape-shop-box-photo-baloon {
  position: absolute;
  right: -4.2vw;
  top: -4.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  width: 188px;
  height: 188px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  color: #fff;
  background: #4F7062;
  border-radius: 100px;
}
.m_contents_landscape-shop-box-photo-baloon span {
  font-size: 1.75rem;
  line-height: 1;
}
.m_contents_landscape-shop-box-photo-baloon span strong {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.7px;
}
.m_contents_landscape-shop-box-photo-baloon small {
  line-height: 1;
  font-size: 1.375rem;
}
.m_contents_landscape-shop-box-photo-baloon small._range {
  opacity: 0.5;
}
@media screen and (max-width: 1200px) {
  .m_contents_landscape-shop-box-photo-baloon {
    right: -2.2vw;
    top: -2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .m_contents_landscape-shop-box-photo-baloon {
    right: -4.2vw;
    top: auto;
    bottom: -50px;
    gap: 0.8rem;
    width: 150px;
    height: 150px;
  }
  .m_contents_landscape-shop-box-photo-baloon span {
    font-size: 1.4rem;
  }
  .m_contents_landscape-shop-box-photo-baloon span strong {
    font-size: 2.8rem;
    line-height: 0.7;
  }
  .m_contents_landscape-shop-box-photo-baloon small {
    font-size: 1.1rem;
  }
}
.m_contents_landscape-shop-box > figure {
  z-index: 4;
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
@media screen and (max-width: 1200px) {
  .m_contents_landscape-shop-box > figure {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .m_contents_landscape-shop-box > figure {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
}
@media only screen and (min-width: 768px) {
  .m_contents_landscape-shop-box > figure {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    grid-row: 4/6;
    width: min(52%, 280px);
  }
}
.m_contents_landscape-shop figure img {
  width: 100%;
  height: auto;
  display: block;
}
.m_contents_landscape01, .m_contents_landscape02 {
  padding-top: 18rem;
}
@media screen and (max-width: 767px) {
  .m_contents_landscape01, .m_contents_landscape02 {
    padding-top: 10rem;
  }
}
.m_contents_access {
  display: -ms-grid;
  display: grid;
  gap: 14rem;
}
@media screen and (max-width: 767px) {
  .m_contents_access {
    gap: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .m_contents_access h3 {
    text-align: center;
  }
}
.m_contents_access > div {
  display: -ms-grid;
  display: grid;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .m_contents_access > div {
    gap: 4rem;
  }
}
.m_contents_access-movie {
  position: relative;
}
.m_contents_access-movie video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  will-change: transform;
}
.m_contents_access-movie-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .m_contents_access-movie-icon:hover {
    opacity: 0.7;
  }
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeUpTrigger, .fadeDownTrigger, .fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0;
}
/*# sourceMappingURL=kongolife.css.map */