/*
$basecolor2: #D7E98D; // red
$basecolor3: #BE99FF; // red
$basecolor4: #FFF899; // red
$basecolor5: #CCCCCC; // red

$basecolor6: #E199FF; // red
$basecolor7: #99D6FF; // red
$basecolor8: #FF99C3; // red
$basecolor9: #FFCF99; // red
*/
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
       section_1
    ------------------------------------- */
}

#article .section {
  /* -------------------------------------
           section_1
        */
  /* -------------------------------------
           section_2
        */
}

#article .section.section_1 .inner {
  /* -------------------------------------
                   content
                ------------------------------------- */
}

#article .section.section_1 .inner .content {
  /* -------------------------------------
                       content_1
                    */
  /* -------------------------------------
                       content_2
                    */
  /* -------------------------------------
                       playful , persistence
                    */
  /* -------------------------------------
                       playful
                    */
  /* -------------------------------------
                       persistence
                    */
}

#article .section.section_1 .inner .content .h4.h4_2 {
  margin: 0 auto 1.4rem;
}

#article .section.section_1 .inner .content .h4.h4_2 span {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.5;
}

#article .section.section_1 .inner .content .figure {
  width: 100%;
  height: 56.24297vw;
  overflow: hidden;
}

#article .section.section_1 .inner .content .figure img {
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#article .section.section_1 .inner .content .item .float_r {
  width: 84vw;
  padding: 8vw;
  margin: 0 auto;
}

#article .section.section_1 .inner .content.content_1 .item .float_l {
  position: relative;
  z-index: 1;
}

#article .section.section_1 .inner .content.content_1 .item .float_l .h3.h3_2 {
  height: 10.66667vw;
  position: absolute;
  z-index: 1;
  bottom: -5.33333vw;
  left: 50%;
  transform: translateX(-50%);
}

#article .section.section_1 .inner .content.content_1 .item .float_l .h3.h3_2:before {
  content: "";
  display: block;
  width: 10.66667vw;
  height: 10.66667vw;
  background: white;
  border: 1px solid #cccccc;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

#article .section.section_1 .inner .content.content_1 .item .float_l .h3.h3_2 span.txt {
  writing-mode: tb-rl;
  letter-spacing: 0.15em;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#article .section.section_1 .inner .content.playful, #article .section.section_1 .inner .content.persistence_1, #article .section.section_1 .inner .content.persistence_2 {
  display: flex;
  flex-wrap: wrap;
}

#article .section.section_1 .inner .content.playful .figure, #article .section.section_1 .inner .content.persistence_1 .figure, #article .section.section_1 .inner .content.persistence_2 .figure {
  height: 66.66667vw;
}

#article .section.section_1 .inner .content.playful .h4.h4_2, #article .section.section_1 .inner .content.persistence_1 .h4.h4_2, #article .section.section_1 .inner .content.persistence_2 .h4.h4_2 {
  margin: 0 auto 0.5rem;
  padding: 0.75rem 1rem 0;
}

#article .section.section_1 .inner .content.playful .h4.h4_2 span, #article .section.section_1 .inner .content.persistence_1 .h4.h4_2 span, #article .section.section_1 .inner .content.persistence_2 .h4.h4_2 span {
  font-size: 1rem;
}

#article .section.section_1 .inner .content.playful .h4.h4_3, #article .section.section_1 .inner .content.persistence_1 .h4.h4_3, #article .section.section_1 .inner .content.persistence_2 .h4.h4_3 {
  width: 84vw;
  margin: 0 auto 2rem;
  padding: 0;
}

#article .section.section_1 .inner .content.playful .h4.h4_3 span, #article .section.section_1 .inner .content.persistence_1 .h4.h4_3 span, #article .section.section_1 .inner .content.persistence_2 .h4.h4_3 span {
  font-size: 1.6rem;
}

#article .section.section_1 .inner .content.playful p, #article .section.section_1 .inner .content.persistence_1 p, #article .section.section_1 .inner .content.persistence_2 p {
  font-size: 0.9rem;
  padding: 0 1rem 1rem;
}

#article .section.section_1 .inner .content.playful .item, #article .section.section_1 .inner .content.persistence_1 .item, #article .section.section_1 .inner .content.persistence_2 .item {
  width: 50vw;
}

#article .section.section_1 .inner .content.persistence_2 {
  margin: 2rem auto 0;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section_1
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           section_2
        */
  }
  #article .section.section_1 .inner {
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.section_1 .inner .content {
    /* -------------------------------------
                       content_1
                    */
    /* -------------------------------------
                       content_2
                    */
    /* -------------------------------------
                       playful , persistence
                    */
  }
  #article .section.section_1 .inner .content .h4.h4_2 {
    margin: 0 auto 20px;
  }
  #article .section.section_1 .inner .content .h4.h4_2 span {
    font-size: 3rem;
  }
  #article .section.section_1 .inner .content.content_1 .figure {
    height: 300px;
  }
  #article .section.section_1 .inner .content.content_1 .h4.h4_2 span {
    text-align: center;
  }
  #article .section.section_1 .inner .content.content_1 .item.float {
    display: block;
  }
  #article .section.section_1 .inner .content.content_1 .item .float_l {
    width: 100%;
  }
  #article .section.section_1 .inner .content.content_1 .item .float_l .h3.h3_2 {
    height: 50px;
    bottom: -25px;
  }
  #article .section.section_1 .inner .content.content_1 .item .float_l .h3.h3_2:before {
    width: 50px;
    height: 50px;
  }
  #article .section.section_1 .inner .content.content_1 .item .float_l .h3.h3_2 span.txt {
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner .content.content_1 .item .float_r {
    width: 100%;
    padding: 40px 0 0;
    margin: 0;
  }
  #article .section.section_1 .inner .content.content_2 .figure {
    height: auto;
  }
  #article .section.section_1 .inner .content.content_2 .figure img {
    position: static;
    transform: none;
  }
  #article .section.section_1 .inner .content.content_2 .item .float_l {
    width: 400px;
  }
  #article .section.section_1 .inner .content.content_2 .item .float_r {
    width: 580px;
    padding: 20px 0 0;
    margin: 0;
  }
  #article .section.section_1 .inner .content.playful .figure, #article .section.section_1 .inner .content.persistence_1 .figure, #article .section.section_1 .inner .content.persistence_2 .figure {
    height: 226.66667px;
  }
  #article .section.section_1 .inner .content.playful .h4.h4_2, #article .section.section_1 .inner .content.persistence_1 .h4.h4_2, #article .section.section_1 .inner .content.persistence_2 .h4.h4_2 {
    margin: 0 auto 5px;
    padding: 5px 5px 0 0;
  }
  #article .section.section_1 .inner .content.playful .h4.h4_2 span, #article .section.section_1 .inner .content.persistence_1 .h4.h4_2 span, #article .section.section_1 .inner .content.persistence_2 .h4.h4_2 span {
    font-size: 1.4rem;
  }
  #article .section.section_1 .inner .content.playful .h4.h4_3, #article .section.section_1 .inner .content.persistence_1 .h4.h4_3, #article .section.section_1 .inner .content.persistence_2 .h4.h4_3 {
    width: 100%;
    margin: 0 auto 20px;
  }
  #article .section.section_1 .inner .content.playful .h4.h4_3 span, #article .section.section_1 .inner .content.persistence_1 .h4.h4_3 span, #article .section.section_1 .inner .content.persistence_2 .h4.h4_3 span {
    font-size: 1.6rem;
  }
  #article .section.section_1 .inner .content.playful p, #article .section.section_1 .inner .content.persistence_1 p, #article .section.section_1 .inner .content.persistence_2 p {
    font-size: 1rem;
    padding: 0 5px 5px 0;
  }
  #article .section.section_1 .inner .content.playful .item, #article .section.section_1 .inner .content.persistence_1 .item, #article .section.section_1 .inner .content.persistence_2 .item {
    width: 170px;
  }
}
