/*
$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
                    */
}

#article .section.section_1 .inner .content .h4.h4_1 {
  align-items: center;
  width: 90.66667vw;
  margin: 1.5rem auto;
}

#article .section.section_1 .inner .content .h4.h4_1 span.num {
  font-size: 1.6rem;
  transform: translateY(0.1rem);
}

#article .section.section_1 .inner .content .figure {
  width: 100%;
}

#article .section.section_1 .inner .content .item .float_r {
  width: 84vw;
  padding: 0 8vw 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 .figure {
  /*
                                    height: size(750 / 1.778);
                                    //background: $monocolor;
                                    overflow: hidden;

                                    img{
                                        position: relative;
                                        z-index: 1;
                                        top: 50%;
                                        left: 50%;
                                        transform: translate(-50%,-50%);
                                    }
                                    */
}

#article .section.section_1 .inner .content.content_1 .item .float_r .figure {
  margin: 1rem auto;
}

@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
                    */
    /* -------------------------------------
                       link
                    ------------------------------------- */
  }
  #article .section.section_1 .inner .content .h4.h4_1 {
    margin: 20px auto 0;
  }
  #article .section.section_1 .inner .content .h4.h4_1 span.num {
    font-size: 3rem;
  }
  #article .section.section_1 .inner .content.content_1 .h4.h4_2 {
    margin: 0 0 14px;
  }
  #article .section.section_1 .inner .content.content_1 .item {
    margin: 0 auto 100px;
  }
  #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: 2.1rem;
  }
  #article .section.section_1 .inner .content.content_1 .item .float_r {
    column-gap: 40px;
    column-count: 3;
    column-rule-style: solid;
    column-rule-width: 1px;
    column-rule-color: #e6e6e6;
    width: 100%;
    padding: 20px 0 0;
    margin: 0;
  }
  #article .section.section_1 .inner .content.content_1 .item .float_r .figure {
    flex-shrink: 0;
    width: auto;
    margin: 0 0 14px;
  }
  #article .section.section_1 .inner .content.content_1 .item .float_r p {
    width: auto;
    margin: 0 0 14px;
  }
  #article .section.section_1 .inner .content .link {
    margin: 20px auto 80px;
  }
}
