@charset "UTF-8";
/* ============================================================
   Scene 見出し
   ============================================================ */
.kkl-scene-wrap .l-scene--background .p-sceene .box-1__heading {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .kkl-scene-wrap .l-scene--background .p-sceene .box-1__heading {
    margin-bottom: 20px;
  }
  .kkl-scene-wrap .l-scene--background .p-sceene .box-1__heading .box-1__line {
    top: 50%;
    height: 46%;
  }
}


/* ============================================================
   Scene 01~03
   ============================================================ */
.kkl-scene-wrap .l-scene {
  width: 100%;
}

.kkl-scene-wrap .l-scene--background {
  background-color: #F4F4F4;
}

.kkl-scene-wrap .p-sceene {
  margin: 0 auto;
}

.kkl-scene-wrap .p-sceene__number {
  font-weight: bold;
  letter-spacing: .4px;
  line-height: 1.6;
  color: #83838C;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.kkl-scene-wrap .p-sceene__number:after {
  color: #CCCCCC;
  border-top: 1px solid;
  content: "";
  width: 30px;
  margin-left: 10px;
}

.kkl-scene-wrap .c-secondary-heading {
  font-weight: bold;
  letter-spacing: .48px;
  line-height: 1.6;
  text-align: left;
}

.kkl-scene-wrap .c-usually-text {
  font-weight: normal;
  font-style: normal;
  color: #242424;
  text-align: left;
}

.kkl-scene-wrap img {
  width: 100%;
}

.kkl-scene-wrap .p-scene__figure {
  position: relative;
}

.kkl-scene-wrap .p-scene__light {
  animation: flash 2s linear infinite;
  position: absolute;
}

.kkl-scene-wrap .p-scene__light img {
  width: 100%;
  height: 100%;
}

@keyframes flash {
  0%   { opacity: 0; }
  30%  { opacity: 1; }
  70%  { opacity: 1; }
  100% { opacity: 0; }
}

/* PC */
@media (min-width: 768px) {
  .kkl-scene-wrap .p-sceene {
    width: 1160px;
    padding: 75px 0;
  }
  .kkl-scene-wrap .p-sceene__number {
    padding-bottom: 10px;
  }
  .kkl-scene-wrap .p-scene__heading {
    margin-bottom: 30px;
  }
  .kkl-scene-wrap .p-scene__body {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 75px;
  }
  .kkl-scene-wrap .p-scene__figure {
    width: 550px;
  }
  .kkl-scene-wrap .p-scene__image {
    width: 550px;
  }
  .kkl-scene-wrap .p-scene__greenlight {
    width: 250px;
    left: 120px;
    top: 77px;
  }
  .kkl-scene-wrap .p-scene__bluelight {
    width: 225px;
    left: 260px;
    top: 132px;
  }
  .kkl-scene-wrap .p-scene__yellowlight {
    width: 144px;
    height: 205px;
    left: 170px;
    top: 72px;
  }
  .kkl-scene-wrap .c-secondary-heading {
    font-size: 18px;
  }
  .kkl-scene-wrap .c-usually-text {
    line-height: 2;
    font-size: 15px;
  }
}

/* SP */
@media (max-width: 767px) {
  .kkl-scene-wrap .p-sceene {
    width: 90%;
    padding: 50px 0;
  }
  .kkl-scene-wrap .p-sceene__number {
    padding-bottom: 5px;
  }
  .kkl-scene-wrap .p-scene__heading {
    margin-bottom: 30px;
  }
  .kkl-scene-wrap .p-scene__body {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .kkl-scene-wrap .p-scene__figure {
    width: 100%;
    margin-bottom: 10px;
  }
  .kkl-scene-wrap .p-scene__greenlight {
    width: 50%;
    left: 19.4%;
    top: 18%;
  }
  .kkl-scene-wrap .p-scene__bluelight {
    width: 45%;
    left: 47%;
    top: 37%;
  }
  .kkl-scene-wrap .p-scene__yellowlight {
    width: 34%;
    left: 26.5%;
    top: 15%;
  }
  .kkl-scene-wrap .c-secondary-heading {
    font-size: 15px;
    letter-spacing: .4px;
  }
  .kkl-scene-wrap .c-usually-text {
    line-height: 2;
    font-size: 15px;
  }
}


/* ============================================================
   Scene つづきを読む アコーディオン
   ============================================================ */
.kkl-scene-wrap .kkl-scene-continue-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.6s ease;
}

.kkl-scene-wrap .kkl-scene-continue-body.is-open {
  max-height: 5000px;
}

.kkl-scene-wrap .kkl-scene-continue-header {
  cursor: pointer;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -53px;
}

@media (hover: hover) {
  .kkl-scene-wrap .kkl-scene-continue-header:hover {
    opacity: 0.7;
  }
}

.kkl-scene-wrap .kkl-scene-continue-text {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.kkl-scene-wrap .p-scene__acc-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  flex-shrink: 0;
}

.kkl-scene-wrap .p-scene__acc-icon::before,
.kkl-scene-wrap .p-scene__acc-icon::after {
  content: '';
  position: absolute;
  background-color: #242424;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kkl-scene-wrap .p-scene__acc-icon::before {
  width: 15px;
  height: 2px;
}

.kkl-scene-wrap .p-scene__acc-icon::after {
  width: 2px;
  height: 15px;
  transition: transform 0.3s ease;
}

.kkl-scene-wrap .p-scene__acc-icon.is-open::after {
  transform: translate(-50%, -50%) rotate(90deg);
}


/* ============================================================
   media-block つづきを読む アコーディオン
   ============================================================ */
.media-block-continue-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.6s ease;
}

.media-block-continue-body.is-open {
  max-height: 5000px;
}

.media-block-continue-header {
  cursor: pointer;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  .media-block-continue-header:hover {
    opacity: 0.7;
  }
}

.media-block-continue-text {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.media-block-continue-header .p-scene__acc-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  flex-shrink: 0;
}

.media-block-continue-header .p-scene__acc-icon::before,
.media-block-continue-header .p-scene__acc-icon::after {
  content: '';
  position: absolute;
  background-color: #242424;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.media-block-continue-header .p-scene__acc-icon::before {
  width: 15px;
  height: 2px;
}

.media-block-continue-header .p-scene__acc-icon::after {
  width: 2px;
  height: 15px;
  transition: transform 0.3s ease;
}

.media-block-continue-header .p-scene__acc-icon.is-open::after {
  transform: translate(-50%, -50%) rotate(90deg);
}


/* ============================================================
   box-2 アコーディオン
   ============================================================ */
.box-2 .box-2__acc-header {
  cursor: pointer;
  display: block;
  text-align: center;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  .box-2 .box-2__acc-header:hover {
    opacity: 0.6;
  }
}

.box-2 .box-2__acc-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  margin-bottom: 6px;
  vertical-align: middle;
  flex-shrink: 0;
}

.box-2 .box-2__acc-icon::before,
.box-2 .box-2__acc-icon::after {
  content: '';
  position: absolute;
  background-color: #242424;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-2 .box-2__acc-icon::before {
  width: 15px;
  height: 2px;
}

.box-2 .box-2__acc-icon::after {
  width: 2px;
  height: 15px;
  transition: transform 0.3s ease;
}

.box-2 .box-2__acc-icon.is-open::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.box-2 .box-2__line {
  display: none;
}

.box-2 .box-2__line.is-open {
  display: block;
  animation: box2LineFadeIn 0.4s ease forwards;
}

@keyframes box2LineFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.box-2 .box-2__acc-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}

.box-2 .box-2__acc-body.is-open {
  max-height: 3000px;
}


/* ============================================================
   box-3 アコーディオン
   ============================================================ */
.box-3 {
  margin: 0 auto;
}

.box-3 .box-3__acc-header {
  cursor: pointer;
  display: block;
  text-align: center;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  .box-3 .box-3__acc-header:hover {
    opacity: 0.6;
  }
}

.box-3 .box-3__acc-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  margin-bottom: 6px;
  vertical-align: middle;
  flex-shrink: 0;
}

.box-3 .box-3__acc-icon::before,
.box-3 .box-3__acc-icon::after {
  content: '';
  position: absolute;
  background-color: #242424;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-3 .box-3__acc-icon::before {
  width: 15px;
  height: 2px;
}

.box-3 .box-3__acc-icon::after {
  width: 2px;
  height: 15px;
  transition: transform 0.3s ease;
}

.box-3 .box-3__acc-icon.is-open::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.box-3 .box-3__line {
  display: none;
}

.box-3 .box-3__line.is-open {
  display: block;
  animation: box3LineFadeIn 0.4s ease forwards;
}

@keyframes box3LineFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.box-3 .box-3__acc-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}

.box-3 .box-3__acc-body.is-open {
  max-height: 3000px;
}


/* ============================================================
   レイアウト調整
   ============================================================ */
.main {
  padding-bottom: 0;
}

.box-3__body {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  .box-3__body {
    margin-bottom: 30px !important;
  }
}

