/*
$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
                    */
  /* -------------------------------------
                       content_3
                    */
  /* -------------------------------------
                       content_4
                    */
  /* -------------------------------------
                       design
                    */
  /* -------------------------------------
                       weather
                    */
}

#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.content_4 .item {
  background: rgba(0, 0, 0, 0.1);
}

#article .section.section_1 .inner .content.design {
  display: flex;
  flex-wrap: wrap;
}

#article .section.section_1 .inner .content.design .figure {
  height: 66.66667vw;
}

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

#article .section.section_1 .inner .content.design .h4.h4_2 span {
  font-size: 1rem;
}

#article .section.section_1 .inner .content.design .item {
  width: 50vw;
}

#article .section.section_1 .inner .content.weather .figure {
  height: auto;
}

#article .section.section_1 .inner .content.weather .figure img {
  position: static;
  transform: none;
}

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

#article .section.section_1 .inner .content.weather .h4 span {
  font-weight: 300;
  line-height: 1;
}

#article .section.section_1 .inner .content.weather .h4.h4_3 {
  padding: 1.5rem;
  margin: 0 auto;
}

#article .section.section_1 .inner .content.weather .h4.h4_3 span {
  font-size: 1.4rem;
}

#article .section.section_1 .inner .content.weather .h4.h4_4 {
  padding: 0;
  margin: 0;
}

#article .section.section_1 .inner .content.weather .h4.h4_4 span {
  font-size: 1.6rem;
}

#article .section.section_1 .inner .content.weather .item {
  border-bottom: 1px solid #cccccc;
}

#article .section.section_1 .inner .content.weather .item.float {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#article .section.section_1 .inner .content.weather .item .float_l {
  width: 40vw;
}

#article .section.section_1 .inner .content.weather .item .float_r {
  display: flex;
  align-items: center;
  width: 60vw;
  background: rgba(0, 0, 0, 0.05);
  padding: 0 0 0 5.33333vw;
  margin: 0;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content.weather .item .float_c {
  width: 93.33333vw;
  padding: 2.66667vw;
  margin: 0 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
                    */
    /* -------------------------------------
                       content_2,3,4
                    */
    /* -------------------------------------
                       content_4
                    */
    /* -------------------------------------
                       design
                    */
    /* -------------------------------------
                       weather
                    */
    /* -------------------------------------
                       link
                    ------------------------------------- */
  }
  #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, #article .section.section_1 .inner .content.content_3 .figure, #article .section.section_1 .inner .content.content_4 .figure {
    height: auto;
  }
  #article .section.section_1 .inner .content.content_2 .figure img, #article .section.section_1 .inner .content.content_3 .figure img, #article .section.section_1 .inner .content.content_4 .figure img {
    position: static;
    transform: none;
  }
  #article .section.section_1 .inner .content.content_2 .item .float_l, #article .section.section_1 .inner .content.content_3 .item .float_l, #article .section.section_1 .inner .content.content_4 .item .float_l {
    width: 400px;
  }
  #article .section.section_1 .inner .content.content_2 .item .float_r, #article .section.section_1 .inner .content.content_3 .item .float_r, #article .section.section_1 .inner .content.content_4 .item .float_r {
    width: 580px;
    padding: 20px 0 0;
    margin: 0;
  }
  #article .section.section_1 .inner .content.content_4 .item {
    margin: 0 auto;
  }
  #article .section.section_1 .inner .content.content_4 .item .float_r {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
  }
  #article .section.section_1 .inner .content.design .figure {
    height: 226.66667px;
  }
  #article .section.section_1 .inner .content.design .h4.h4_2 {
    margin: 0 auto 5px;
    padding: 5px 5px 0 0;
  }
  #article .section.section_1 .inner .content.design .h4.h4_2 span {
    font-size: 1.4rem;
  }
  #article .section.section_1 .inner .content.design .h4.h4_3 {
    width: 100%;
    margin: 0 auto 20px;
  }
  #article .section.section_1 .inner .content.design .h4.h4_3 span {
    font-size: 1.6rem;
  }
  #article .section.section_1 .inner .content.design p {
    font-size: 1rem;
    padding: 0 5px 5px 0;
  }
  #article .section.section_1 .inner .content.design .item {
    width: 170px;
  }
  #article .section.section_1 .inner .content.weather .h4.h4_3 {
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
  #article .section.section_1 .inner .content.weather .h4.h4_3 span {
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner .content.weather .h4.h4_4 span {
    font-size: 2.4rem;
  }
  #article .section.section_1 .inner .content.weather .item {
    margin: 0 auto;
  }
  #article .section.section_1 .inner .content.weather .item .float_l {
    width: 300px;
  }
  #article .section.section_1 .inner .content.weather .item .float_r {
    width: 720px;
    padding: 0 0 0 40px;
  }
  #article .section.section_1 .inner .content.weather .item .float_c {
    width: 100%;
    padding: 20px;
  }
  #article .section.section_1 .inner .content .link {
    margin: 20px auto;
  }
}
