@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=League+Gothic&family=Montserrat:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap");
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, u, i, center,
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* add 20181122 */
*, *:before, *:after {
  box-sizing: border-box;
}

img {
  vertical-align: top;
}

:root {
  --White: #FFF;
  /* Base Variable Width */
  --pc-min-size:768;
  --base-size:1200;
  --variable-length:var(--base-size) * 100vw;
  --ff-yugo:"yu-gothic-pr6n", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  --ff-roboto:"Roboto", sans-serif;
  --ff-montserrat:"Montserrat", sans-serif;
  --ff-lgoth: "League Gothic", sans-serif;
}

/*--------------------------------------------------------------------------
  ブレイクポイント
---------------------------------------------------------------------------*/
@media all and (min-width: 769px) {
  .-sp {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .-pc {
    display: none !important;
  }
}
.-enFont {
  font-family: "";
}

article, aside, figure, figcaption, footer, header, nav, section, main {
  display: block;
}

html {
  font-size: 100px;
  font-feature-settings: "palt";
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (min-width: 769px) {
  html {
    font-size: clamp(var(--pc-min-size) / var(--base-size) * 10px, 10 / var(--variable-length), 10px);
  }
}
@media screen and (max-width: 768px) {
  html {
    -webkit-text-size-adjust: 100%;
    font-size: 2.6666666667vw;
  }
}
html.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

body {
  font-family: "yu-gothic-pr6n", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  color: #1A1A1A;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch !important;
  -webkit-font-smoothing: antialiased;
}

input, textarea, select, button {
  font-family: "yu-gothic-pr6n", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

textarea {
  resize: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

address, caption, code, em, th {
  font-style: normal;
  font-weight: 500;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, strong, em {
  font-size: 100%;
  font-weight: normal;
}

sup, sub {
  font-size: 63%;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

a {
  color: #1A1A1A;
  text-decoration: none;
}

button:disabled {
  cursor: default;
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(128, 128, 128, 0.5);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening {
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-slider.-h100 {
  height: 100%;
}
.slick-slider.-h100 .slick-list, .slick-slider.-h100 .slick-track, .slick-slider.-h100 .slick-slide, .slick-slider.-h100 .slick-slide > div {
  height: 100%;
}

/* ==========================================================================
   base
   ========================================================================== */
/* --------------------
		setting
-------------------- */
:root {
  --c-txt: #333;
}

/* --------------------
		footer
-------------------- */
.footer {
  padding: 16vw 0;
  background-color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .footer {
    padding: 3.90625vw 0;
  }
}
.footer img {
  width: 100%;
  height: auto;
}

.footer__logo {
  width: 34.6666666667vw;
  margin: 0 auto 4.2666666667vw;
}

@media screen and (min-width: 769px) {
  .footer__logo {
    width: 10.15625vw;
    margin: 0 auto 1.25vw;
  }
}
.footer__logo a {
  display: block;
  width: 34.6666666667vw;
}

@media screen and (min-width: 769px) {
  .footer__logo a {
    width: 10.15625vw;
    transition: all 0.5s ease;
  }
}
@media screen and (min-width: 769px) {
  .footer__logo a:hover {
    opacity: 0.5;
  }
}
.footer__copyright {
  text-align: center;
  color: #fff;
  font-size: 2.9333333333vw;
}

@media screen and (min-width: 769px) {
  .footer__copyright {
    font-size: 11px;
  }
}

/* ==========================================================================
   / base
   ========================================================================== */
body {
  font-feature-settings: "palt" on;
}
body.-menuLock {
  overflow: hidden;
}

.svg-holder {
  display: none;
}

@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
}

.-yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.-yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.js-iv {
  opacity: 0;
  transition: opacity 4s;
}
.js-iv.viewed {
  opacity: 1;
}

.kvSec {
  position: relative;
  height: calc(var(--vh) * 100);
}
.kvSec img {
  width: 100%;
}
.kvSec__img {
  width: 100%;
  height: 100%;
}
.kvSec__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.kvSec__logo {
  position: fixed;
  z-index: 11;
}
@media screen and (min-width: 769px) {
  .kvSec__logo {
    left: 5rem;
    top: 3.5rem;
    width: 38.9rem;
  }
}
@media screen and (max-width: 768px) {
  .kvSec__logo {
    text-align: center;
    width: 100%;
    top: 2.5rem;
  }
  .kvSec__logo img {
    width: 32.5rem;
  }
}
.kvSec__copy {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .kvSec__copy {
    left: 58.5rem;
    top: 4rem;
    width: 28.6rem;
  }
}
@media screen and (max-width: 768px) {
  .kvSec__copy {
    text-align: center;
    width: 100%;
    top: 8.5rem;
  }
  .kvSec__copy img {
    width: 28.5rem;
  }
}
.kvSec__copy .box {
  display: block;
  width: 100%;
  height: 1rem;
  border: solid 1px #000;
  margin-top: 1rem;
}
.kvSec__ig {
  position: fixed;
  right: 5rem;
  top: 5rem;
  width: 9.2rem;
  z-index: 11;
}
.kvSec__scrl {
  position: fixed;
  z-index: 11;
  left: 5rem;
  bottom: 5rem;
  width: 4.8rem;
}
.kvSec__scrl__barBox {
  background: #1A1A1A;
  margin: 0 auto 1.5rem;
  width: 1px;
  height: 27rem;
  position: relative;
}
.kvSec__scrl__bar {
  background: #33ff00;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  transition: 0.3s height;
}
.kvSec__cr {
  text-align: center;
  position: fixed;
  z-index: 9;
  left: 0;
  width: 100%;
  bottom: 5rem;
}
.kvSec__cr img {
  width: 14.5rem;
}
.kvSec__corp {
  position: fixed;
  bottom: 5rem;
  z-index: 11;
}
@media screen and (min-width: 769px) {
  .kvSec__corp {
    right: 5rem;
    width: 2.35rem;
  }
}
@media screen and (max-width: 768px) {
  .kvSec__corp {
    text-align: center;
    z-index: 9;
    left: 0;
    width: 100%;
  }
  .kvSec__corp img {
    width: 21.7rem;
  }
}

.footer {
  position: relative;
  z-index: 10;
}

.lookSec {
  margin: 0 auto;
  font-family: var(--ff-montserrat);
  padding: 12.5rem 0;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .lookSec {
    width: 100%;
    display: block;
    overflow: hidden;
  }
}
.lookSec .infoTxt {
  font-weight: 600;
  line-height: 2.5;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .lookSec .infoTxt {
    line-height: 1.8;
  }
}
.lookSec .infoTxt .sml {
  font-size: 1.2rem;
}
.lookSec img {
  width: 100%;
}
.lookSec .js-imgSld .slick-dots {
  display: flex;
  gap: 1rem;
  bottom: -3rem;
}
.lookSec .js-imgSld .slick-dots li {
  width: 0.5rem;
  height: 0.5rem;
}
.lookSec .js-imgSld .slick-dots li.slick-active button {
  background: #33ff00;
}
.lookSec .js-imgSld .slick-dots button {
  border-radius: 50%;
  background: #000;
}
.lookSec .block1 {
  margin: 0 auto 0;
}
@media screen and (min-width: 769px) {
  .lookSec .block1 {
    width: 100rem;
  }
}
.lookSec .block1__in {
  margin: 0 auto 12.5rem;
  position: relative;
  display: flex;
}
@media screen and (min-width: 769px) {
  .lookSec .block1__in {
    justify-content: space-between;
    width: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .lookSec .block1__in {
    flex-direction: column;
  }
}
.lookSec .block1__in .imgBox1 {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .lookSec .block1__in .imgBox1 {
    width: 30rem;
  }
  .lookSec .block1__in .imgBox1 .slick-dots {
    padding-left: 2.5rem;
  }
}
.lookSec .block1__in .imgBox2 {
  width: 33rem;
  padding-top: 25.5rem;
}
@media screen and (max-width: 768px) {
  .lookSec .block1__in .imgBox2 {
    padding-top: 7.5rem;
    margin-left: auto;
    width: 25rem;
  }
}
.lookSec .block1__btm .infoTxt {
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .lookSec .block1__btm .infoTxt {
    margin: 3rem 0 0 3.5rem;
  }
}
.lookSec .block2 .imgBoxBlock {
  margin: -7rem auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
}
.lookSec .block2 .imgBoxBlock .imgBox1 {
  width: 35rem;
  padding-top: 30rem;
}
.lookSec .block2 .imgBoxBlock .imgBox2 {
  width: 33rem;
  padding-top: 10.2rem;
}
.lookSec .block2 .imgBoxBlock .imgBox3 {
  width: 40rem;
}
.lookSec .block2__mrq {
  position: relative;
  overflow: hidden;
  margin-top: 5rem;
  height: 37.5rem;
  width: 100%;
}
.lookSec .block2__mrq .mrqItem {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  left: 0;
  animation: marquee-left 30s linear infinite;
}
.lookSec .block2__mrq img {
  width: 25rem;
  margin-right: 1.5rem;
}
.lookSec .block3 {
  margin: 12.5rem auto 0;
}
@media screen and (min-width: 769px) {
  .lookSec .block3 {
    width: 100rem;
  }
}
.lookSec .block3__in {
  display: flex;
}
@media screen and (min-width: 769px) {
  .lookSec .block3__in {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .lookSec .block3__in {
    flex-direction: column;
  }
}
.lookSec .block3 .imgBox1 {
  width: 33rem;
}
@media screen and (max-width: 768px) {
  .lookSec .block3 .imgBox1 {
    width: 31.5rem;
    margin: 0 auto;
  }
}
.lookSec .block3 .imgBox1 .infoTxt {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .lookSec .block3 .imgBox1 .infoTxt {
    margin-top: 3rem;
  }
}
.lookSec .block3 .imgBox2 {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .lookSec .block3 .imgBox2 {
    width: 25rem;
    margin-left: auto;
    margin-top: 6rem;
  }
}
.lookSec .block3 .imgBox3 {
  margin-top: 12.5rem;
}
.lookSec .block3 .imgBox3 video {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lookSec .block3 .imgBox3 {
    width: 30rem;
    margin: 7.5rem auto;
  }
}
.lookSec .block3 .imgBox4 {
  margin: 25rem auto 0;
  width: 49.5rem;
}
.lookSec .block4 {
  max-width: 1200px;
  width: 100%;
  margin: 12.5rem auto 0;
}
.lookSec .block4__col {
  display: flex;
}
@media screen and (min-width: 769px) {
  .lookSec .block4__col {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 12.5rem;
  }
}
@media screen and (max-width: 768px) {
  .lookSec .block4__col {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .lookSec .block4 .imgBox1 {
    width: 45.6rem;
  }
}
.lookSec .block4 .imgBox2 {
  width: 33rem;
}
@media screen and (min-width: 769px) {
  .lookSec .block4 .imgBox2 {
    margin-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .lookSec .block4 .imgBox2 {
    width: 25rem;
    margin-top: 7.5rem;
  }
  .lookSec .block4 .imgBox2 .slick-dots {
    padding-left: 2.5rem;
  }
}
.lookSec .block4 .imgBox2 .infoTxt {
  margin-top: 25rem;
}
@media screen and (max-width: 768px) {
  .lookSec .block4 .imgBox2 .infoTxt {
    white-space: nowrap;
    margin-left: 12rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .lookSec .block4 .imgBox3 {
    width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .lookSec .block4 .imgBox3 {
    margin-top: 8rem;
  }
}
.lookSec .block5 {
  max-width: 1200px;
  width: 100%;
  margin: 25rem auto 0;
}
@media screen and (max-width: 768px) {
  .lookSec .block5 {
    margin-top: 10rem;
  }
}
.lookSec .block5__col {
  display: flex;
}
@media screen and (min-width: 769px) {
  .lookSec .block5__col {
    justify-content: space-between;
    padding: 0 10rem 0 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .lookSec .block5__col {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .lookSec .block5__col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 7.8rem auto 0;
    width: 73rem;
  }
}
.lookSec .block5__mrq {
  position: relative;
  overflow: hidden;
  margin-top: 5rem;
  height: 37.5rem;
  width: 100%;
}
.lookSec .block5__mrq .mrqItem {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  left: 0;
  animation: marquee-left 20s linear infinite;
}
.lookSec .block5__mrq img {
  width: 25rem;
  margin-right: 1.5rem;
}
.lookSec .block5 .imgBox1 {
  width: 45.6rem;
}
@media screen and (max-width: 768px) {
  .lookSec .block5 .imgBox1 {
    width: 30rem;
  }
}
.lookSec .block5 .imgBox2 {
  width: 40rem;
}
@media screen and (min-width: 769px) {
  .lookSec .block5 .imgBox2 {
    padding-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .lookSec .block5 .imgBox2 {
    width: 26rem;
    margin-top: 5rem;
    margin-left: auto;
  }
}
.lookSec .block5 .imgBox3 {
  width: 33rem;
}
.lookSec .block5 .imgBox4 {
  width: 33rem;
}
@media screen and (min-width: 769px) {
  .lookSec .block5 .imgBox4 {
    padding-top: 7.5rem;
  }
}
.lookSec .block5 .imgBox5 {
  width: 33rem;
  position: relative;
  margin: 12.5rem auto 0;
}
@media screen and (min-width: 769px) {
  .lookSec .block5 .imgBox5 {
    left: -2rem;
  }
}
@media screen and (max-width: 768px) {
  .lookSec .block5 .imgBox5 {
    margin-top: 7rem;
    width: 28.5rem;
  }
}
@media screen and (min-width: 769px) {
  .lookSec .block5 .imgBox5 .infoTxt {
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .lookSec .block5 .imgBox5 .infoTxt {
    margin-top: 3rem;
  }
}
.lookSec .movieBlock {
  margin: 17.5rem auto 0;
  width: 90rem;
}
@media screen and (max-width: 768px) {
  .lookSec .movieBlock {
    width: 100%;
    margin-top: 8.5rem;
  }
}
.lookSec .movieBlock .credit {
  text-align: center;
  font-weight: 600;
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .lookSec .movieBlock .credit {
    margin-top: 3rem;
  }
}

@keyframes marquee-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.productSec {
  padding-top: 12.5rem;
}
.productSec__kv {
  width: 100rem;
  margin: 0 auto 12rem;
}
@media screen and (max-width: 768px) {
  .productSec__kv {
    width: 100%;
  }
}
.productSec__kv img {
  width: 100%;
}
.productSec__head {
  text-align: center;
  margin-bottom: 7rem;
}
.productSec__head .ttl img {
  width: 35rem;
}
@media screen and (max-width: 768px) {
  .productSec__head .ttl img {
    width: 32.5rem;
  }
}
.productSec__head .txt {
  line-height: 1.8;
  font-size: 1.5rem;
  margin-top: 3.5rem;
}
.productSec__list {
  font-family: var(--ff-montserrat);
  display: flex;
  flex-wrap: wrap;
}
.productSec .item {
  position: relative;
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .productSec .item {
    width: 50%;
  }
}
.productSec .item__img {
  width: 100%;
}
.productSec .item__txt {
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.productSec .item__txt .name {
  line-height: normal;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .productSec .item__txt .name {
    padding: 0 0.5em;
  }
}
.productSec .item__txt .price {
  margin-top: 0.5em;
  font-weight: 500;
  font-size: 1.4rem;
}

.bgGray {
  background: #e6e7e4;
}

.dataSec {
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  .dataSec {
    padding-top: 7.5rem;
  }
}
.dataSec__kv {
  margin: 0 auto;
}
.dataSec__kv img {
  width: 100%;
}
.dataSec__in {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .dataSec__in {
    width: 100rem;
  }
}
.dataSec .secTtl {
  text-align: center;
  line-height: 1;
}
.dataSec .secTtl__ttl {
  font-family: var(--ff-lgoth);
  font-size: 3.8rem;
}
.dataSec .secTtl__txt {
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .dataSec .secTtl__txt {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}
.dataSec__topBlock {
  margin-bottom: 7rem;
}
.dataSec__topBlock .list {
  display: flex;
  margin-top: 5.5rem;
}
@media screen and (min-width: 769px) {
  .dataSec__topBlock .list {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .dataSec__topBlock .list {
    flex-direction: column;
    margin: 3.5rem auto 0;
    width: 25rem;
    gap: 3.9rem;
  }
}
.dataSec__topBlock .list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}
.dataSec__topBlock .list li .bar {
  display: block;
  background: #d0d0d0;
  width: 10rem;
  height: 1.5rem;
}
.dataSec__topBlock .list li .bar.-grn {
  background: #5d9e78;
}
.dataSec__topBlock .list li .bar.-blu {
  background: #7ac2e2;
}
.dataSec__topBlock .list li .bar.-org {
  background: #e4a058;
}
.dataSec .secWrp {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .dataSec .secWrp {
    width: 32.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.dataSec .sec .secHead {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  position: relative;
  display: flex;
  border-radius: 2.5rem 0 0 0;
}
@media screen and (min-width: 769px) {
  .dataSec .sec .secHead {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .dataSec .sec .secHead {
    flex-direction: column;
  }
}
.dataSec .sec .secHead__img {
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .dataSec .sec .secHead__img {
    width: 59rem;
  }
}
.dataSec .sec .secHead__img img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .dataSec .sec .secHead__txtarea {
    width: 41rem;
  }
}
@media screen and (max-width: 768px) {
  .dataSec .sec .secHead__txtarea {
    padding: 2.5rem 2.5rem 4rem 2.5rem;
  }
}
.dataSec .sec .secHead__txtarea .txt {
  letter-spacing: 0.05em;
  margin: 1.5rem auto 2rem;
  line-height: 1.66;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .dataSec .sec .secHead__txtarea .txt {
    width: 33rem;
    margin: 2rem auto 3rem;
  }
}
.dataSec .sec .secHead__txtarea .btnBlock {
  text-align: center;
}
.dataSec .sec .secHead__txtarea .btnBlock__ttl {
  line-height: 1;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.dataSec .sec .secHead__txtarea .btnBlock .icoBtn {
  width: 2.5rem;
}
.dataSec .sec .secHead.-open .icoBtn {
  transform: rotate(180deg);
}
.dataSec .sec .secCnt {
  display: none;
}
.dataSec .sec .secCnt__in {
  display: flex;
  flex-direction: column;
  padding-top: 10rem;
  padding-bottom: 7.5rem;
  gap: 7.5rem;
}
@media screen and (max-width: 768px) {
  .dataSec .sec .secCnt__in {
    margin: 0 auto;
    padding-top: 7.5rem;
    width: 30rem;
    padding-bottom: 5rem;
  }
}
.dataSec .sec .secCnt .item__head {
  text-align: center;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .dataSec .sec .secCnt .item__head {
    margin-bottom: 3.5rem;
  }
}
.dataSec .sec .secCnt .item__head .num {
  font-family: var(--ff-lgoth);
  font-size: 3.8rem;
}
.dataSec .sec .secCnt .item__head .txt {
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .dataSec .sec .secCnt .item__head .txt {
    font-size: 1.6rem;
    margin-top: 2rem;
    line-height: 2;
  }
}
.dataSec .sec .secCnt .item__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
@media screen and (min-width: 769px) {
  .dataSec .sec .secCnt .item__list:not(:has(li:nth-child(3))) {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .dataSec .sec .secCnt .item__list {
    gap: 2.5rem;
  }
}
.dataSec .sec .secCnt .item__list li {
  width: 30rem;
}
.dataSec .sec .secCnt .item__list li img {
  width: 100%;
}

.dataMdl {
  margin: 0 auto;
  position: relative;
  border-radius: 2.5rem 0 0 0;
  background: #fff;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .dataMdl {
    width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .dataMdl {
    box-sizing: border-box;
    width: 35rem;
    padding: 2.2rem 2.2rem 3.5rem 2.2rem;
  }
}
.dataMdl__close {
  position: absolute;
  background: url(../img/mdl-close.png) center center/cover no-repeat;
  width: 1.2rem;
  height: 1.2rem;
  right: 3.5rem;
  top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .dataMdl__close {
    width: 2rem;
    height: 2rem;
    right: 1.5rem;
    top: 1.5rem;
  }
}
.dataMdl__head {
  color: #b3b3b2;
  display: flex;
  gap: 3rem;
}
@media screen and (min-width: 769px) {
  .dataMdl__head {
    padding-left: 3rem;
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .dataMdl__head {
    flex-direction: column;
    gap: 2rem;
  }
}
.dataMdl__head .txtBlock1 {
  display: flex;
  gap: 2rem;
}
@media screen and (min-width: 769px) {
  .dataMdl__head .txtBlock1 {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .dataMdl__head .txtBlock1 {
    flex-direction: column;
    gap: 0.2rem;
  }
}
.dataMdl__head .txtBlock1 .ttl {
  font-family: var(--ff-lgoth);
  letter-spacing: -0.012em;
  font-size: 2.5rem;
}
.dataMdl__head .txtBlock1 .ttlJ {
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .dataMdl__head .txtBlock1 .ttlJ {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}
.dataMdl__head .txtBlock2 {
  display: flex;
  gap: 2rem;
}
@media screen and (min-width: 769px) {
  .dataMdl__head .txtBlock2 {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .dataMdl__head .txtBlock2 {
    gap: 0;
    justify-content: space-between;
  }
}
.dataMdl__head .txtBlock2 .num {
  font-family: var(--ff-lgoth);
  font-size: 3.8rem;
}
.dataMdl__head .txtBlock2 .txt {
  line-height: 1.56;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .dataMdl__head .txtBlock2 .txt {
    font-size: 1.4rem;
    width: 27rem;
  }
  .dataMdl__head .txtBlock2 .txt br {
    display: none;
  }
}
.dataMdl__cnt {
  display: flex;
  margin-top: 2rem;
  gap: 5rem;
}
@media screen and (min-width: 769px) {
  .dataMdl__cnt {
    align-items: flex-end;
    padding: 0 5rem 5rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .dataMdl__cnt {
    flex-direction: column-reverse;
    margin-top: 1.5rem;
    gap: 3rem;
  }
}
.dataMdl__cnt .img {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .dataMdl__cnt .img {
    width: 27rem;
    margin: 0 auto;
  }
}
.dataMdl__cnt .img img {
  width: 100%;
}
.dataMdl__cnt .txtarea .ttl {
  color: #5c9e78;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .dataMdl__cnt .txtarea .ttl {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
.dataMdl__cnt .txtarea .txt {
  line-height: normal;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .dataMdl__cnt .txtarea .txt {
    width: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .dataMdl__cnt .txtarea .txt {
    margin-top: 1.2rem;
  }
}

.go-aboutSec {
  background: url(../img/go-bg-tex.webp) top center;
}
@media screen and (min-width: 769px) {
  .go-aboutSec {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
}
@media screen and (max-width: 768px) {
  .go-aboutSec {
    padding-top: 15rem;
    padding-bottom: 12.5rem;
  }
}
@media screen and (min-width: 769px) {
  .go-aboutSec__in {
    max-width: 100rem;
    margin: 0 auto;
  }
}
.go-aboutSec__ttl {
  margin: 0 auto 7rem;
  text-align: center;
}
.go-aboutSec__ttl img {
  width: 16.2rem;
}
@media screen and (min-width: 769px) {
  .go-aboutSec__ttl {
    border-bottom: solid 1px #000;
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .go-aboutSec__ttl {
    margin-bottom: 0px;
  }
}
.go-aboutSec__cnt {
  display: flex;
}
@media screen and (min-width: 769px) {
  .go-aboutSec__cnt {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 82.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .go-aboutSec__cnt {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .go-aboutSec__img {
    width: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .go-aboutSec__img {
    width: 20.3rem;
    margin: 0 auto;
  }
}
.go-aboutSec__img img {
  width: 100%;
}
.go-aboutSec__txt {
  text-align: justify;
  line-height: 2.2;
  letter-spacing: 0.12em;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .go-aboutSec__txt {
    width: 52.5rem;
  }
}
@media screen and (max-width: 768px) {
  .go-aboutSec__txt {
    padding: 4.5rem 2.5rem 0;
    font-size: 1.6rem;
  }
}
.go-aboutSec__movie {
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .go-aboutSec__movie {
    padding-top: 6.5rem;
  }
}
.go-aboutSec__movie video {
  width: 100%;
}
.go-aboutSec__topimg {
  text-align: center;
  margin-bottom: 7.5rem;
}
.go-aboutSec__topimg img {
  width: 20rem;
}

.go-candoSec {
  background: #fff;
  padding-top: 11rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .go-candoSec {
    padding-top: 12rem;
  }
}
.go-candoSec .-indent {
  text-indent: -0.5em;
  display: inline-block;
}
.go-candoSec__head {
  text-align: center;
  margin-bottom: 8.5rem;
}
.go-candoSec__head__ttl {
  font-weight: bold;
  letter-spacing: 0.075em;
  font-size: 4rem;
}
.go-candoSec__head__ttl img {
  width: 35.5rem;
}
@media screen and (max-width: 768px) {
  .go-candoSec__head__ttl img {
    max-width: 32.5rem;
  }
}
@media screen and (max-width: 768px) {
  .go-candoSec__head__ttl {
    line-height: 1.6;
    font-size: 2.5rem;
  }
}
.go-candoSec__head__txt {
  letter-spacing: 0.12em;
  line-height: 2.2222222222;
  font-size: 1.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .go-candoSec__head__txt {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
.go-candoSec__body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .go-candoSec__body {
    max-width: 100rem;
    margin: 0 auto;
    gap: 13.5rem;
  }
}
.go-candoSec__body .item {
  display: flex;
}
.go-candoSec__body .item__img img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .go-candoSec__body .item__img {
    width: 60rem;
  }
}
.go-candoSec__body .item__img .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 1rem;
}
@media screen and (min-width: 769px) {
  .go-candoSec__body .item__img .slick-dots li {
    margin: 0 1.5rem;
  }
}
.go-candoSec__body .item__img .slick-dots li button {
  border-radius: 50%;
  background: #ffffff;
  padding: 0;
  width: 100%;
  height: 100%;
}
.go-candoSec__body .item__img .slick-dots li.slick-active button {
  background: #3366CC;
}
.go-candoSec__body .item__img .slick-dots {
  bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .go-candoSec__body .item__txtarea {
    padding: 0 5rem;
    width: calc(100% - 60rem);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .go-candoSec__body .item__txtarea {
    padding: 6rem 4rem 10rem;
  }
}
.go-candoSec__body .item__txtarea__head {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .go-candoSec__body .item__txtarea__head {
    align-items: flex-end;
  }
}
.go-candoSec__body .item__txtarea__head__ttl {
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 2;
  font-size: 2.2rem;
}
.go-candoSec__body .item__txtarea__body {
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .go-candoSec__body .item__txtarea__body {
    font-size: 1.7rem;
    margin-top: 3rem;
  }
}
.go-candoSec__body .item__btn {
  text-align: center;
  padding-top: 100px;
}
.go-candoSec__body .item__btn img {
  width: 24.4rem;
}
@media screen and (min-width: 769px) {
  .go-candoSec__body .item {
    align-items: center;
  }
  .go-candoSec__body .item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .go-candoSec__body .item:nth-child(2n) .item__txtarea {
    padding: 0 7.5rem 0 0px;
  }
  .go-candoSec__body .item__txtarea {
    padding: 0 0px 0 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .go-candoSec__body .item {
    flex-direction: column;
  }
}/*# sourceMappingURL=251017_doors_groworganic_style.css.map */