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

#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.shop .h5 {
  width: 100%;
}

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

#article .section.section_1 .inner .content.shop .h5.h5_1 {
  margin: 3rem auto;
}

#article .section.section_1 .inner .content.shop .h5.h5_1 span {
  font-size: 1.6rem;
}

#article .section.section_1 .inner .content.shop .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
                    */
    /* -------------------------------------
                       shop
                    */
    /* -------------------------------------
                       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.shop .figure {
    height: auto;
  }
  #article .section.section_1 .inner .content.shop .figure img {
    position: static;
    transform: none;
  }
  #article .section.section_1 .inner .content.shop .h4.h4_2 {
    margin: 0 auto 10px;
  }
  #article .section.section_1 .inner .content.shop .h5.h5_1 {
    margin: 10px auto 14px;
  }
  #article .section.section_1 .inner .content.shop .h5.h5_1 span {
    font-size: 1.4rem;
  }
  #article .section.section_1 .inner .content.shop p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #article .section.section_1 .inner .content.shop .item {
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.1);
  }
  #article .section.section_1 .inner .content.shop .item .float_l {
    width: 630px;
  }
  #article .section.section_1 .inner .content.shop .item .float_r {
    width: 370px;
    padding: 10px 0 0;
    margin: 0 0 0 10px;
    box-sizing: border-box;
  }
  #article .section.section_1 .inner .content.shop .item .float_r .figure {
    height: 157.44681px;
  }
  #article .section.section_1 .inner .content.shop .item .float_r .figure img {
    position: relative;
    transform: translate(-50%, -50%);
  }
  #article .section.section_1 .inner .content .link {
    margin: 20px auto 80px;
  }
}
