body {
  margin: 0;
}

#body-wrapper_fl .section-detail_fl__link_fl {
  margin-top: 30px;
  width: 200px;
  height: 50px;
  border-radius: 6px;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  font-weight: bold;
  position: relative;
}
#body-wrapper_fl .section-detail_fl__link_fl img {
  width: 14px;
  position: absolute;
  right: 22px;
  top: 52%;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .fca_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
   .fca_cat-hero .fca_container__in {
    max-width: none !important;
  }
  .fca_page-shop-category__body {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden !important;
  }
  .fca_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .fca_page-shop-category__body {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
#body-wrapper_fl {
  overflow: hidden;
  /*****************/
  /**** reset *****/
  /*****************/
  /*
    Josh's Custom CSS Reset
    https://www.joshwcomeau.com/css/custom-css-reset/
  */
  color: black;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  /*****************/
  /****   parts   *****/
  /*****************/
  /*****************/
  /****   hero   *****/
  /*****************/
  /*****************/
  /****   intro   *****/
  /*****************/
  /*****************/
  /****   style01   *****/
  /*****************/
  /*****************/
  /****   style02   *****/
  /*****************/
  /*****************/
  /****  last *****/
  /*****************/
}
#body-wrapper_fl *,
#body-wrapper_fl *::before,
#body-wrapper_fl *::after {
  box-sizing: border-box;
}
#body-wrapper_fl * {
  margin: 0;
}
#body-wrapper_fl html,
#body-wrapper_fl body {
  height: 100%;
}
#body-wrapper_fl body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 500px) {
  #body-wrapper_fl body.active {
    overflow: hidden;
  }
}
#body-wrapper_fl img,
#body-wrapper_fl picture,
#body-wrapper_fl video,
#body-wrapper_fl canvas,
#body-wrapper_fl svg {
  display: block;
  max-width: 100%;
}
#body-wrapper_fl input,
#body-wrapper_fl button,
#body-wrapper_fl textarea,
#body-wrapper_fl select {
  font: inherit;
}
#body-wrapper_fl p,
#body-wrapper_fl h1,
#body-wrapper_fl h2,
#body-wrapper_fl h3,
#body-wrapper_fl h4,
#body-wrapper_fl h5,
#body-wrapper_fl h6 {
  overflow-wrap: break-word;
}
#body-wrapper_fl #root,
#body-wrapper_fl #__next {
  isolation: isolate;
}
#body-wrapper_fl html {
  font-size: 62.5%;
}
#body-wrapper_fl a {
  display: block;
  text-decoration: none;
  transition: all 0.6s ease;
}
#body-wrapper_fl a:hover {
  opacity: 0.6;
}
#body-wrapper_fl ul {
  padding: 0;
}
#body-wrapper_fl ul li {
  list-style: none;
}
#body-wrapper_fl img {
  height: auto;
  width: 100%;
}
#body-wrapper_fl .eng_fl {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
#body-wrapper_fl .fadeInTrigger_fl {
  opacity: 0;
}
#body-wrapper_fl .fadeIn_fl {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  transform: translateY(30px);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes fadeInAnime {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
#body-wrapper_fl .spandInTrigger_fl {
  max-width: 0;
  overflow: hidden;
}
#body-wrapper_fl .spandInTrigger_fl img {
  max-width: none;
}
#body-wrapper_fl .spandIn_fl {
  -webkit-animation-name: spandInAnime;
          animation-name: spandInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@-webkit-keyframes spandInAnime {
  from {
    max-width: 0;
  }
  to {
    max-width: 300px;
  }
}
@keyframes spandInAnime {
  from {
    max-width: 0;
  }
  to {
    max-width: 300px;
  }
}
@media screen and (min-width: 769px) {
  #body-wrapper_fl .sp_only_fl {
    display: none !important;
  }
  #body-wrapper_fl a[href*=tel] {
    pointer-events: none;
  }
  #body-wrapper_fl section {
    position: relative;
    overflow: hidden;
  }
  #body-wrapper_fl section.style_fl {
    margin-top: 120px;
  }
  #body-wrapper_fl .container_fl {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  #body-wrapper_fl .section-ttl_fl {
    width: 152px;
    font-size: 32px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
  }
  #body-wrapper_fl .section-ttl_fl .img_fl {
    width: 152px;
    height: 20px;
    position: relative;
  }
  #body-wrapper_fl .section-ttl_fl .img_fl img {
    width: 152px;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: none;
  }
  #body-wrapper_fl .section-name_fl {
    margin: 40px auto 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  #body-wrapper_fl .section-desc_fl {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
  }
  #body-wrapper_fl .section-detail_fl {
    position: relative;
    padding-left: 36px;
  }
  #body-wrapper_fl .section-detail_fl__img_fl {
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
  }
  #body-wrapper_fl .section-detail_fl__main_fl {
    position: relative;
  }
  #body-wrapper_fl .section-detail_fl__desc_fl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
  }
  #body-wrapper_fl .section-detail_fl__fee_fl {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
  }
  #body-wrapper_fl .section-detail_fl__fee_fl span {
    font-size: 14px;
  }
  #body-wrapper_fl .section-split_fl {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
  }
  #body-wrapper_fl .section-split_fl > .img_fl {
    flex-shrink: 0;
    width: 370px;
  }
}
@media screen and (max-width: 768px) {
  #body-wrapper_fl .pc_only_fl {
    display: none !important;
  }
  #body-wrapper_fl section {
    position: relative;
    overflow: hidden;
  }
  #body-wrapper_fl section.style_fl {
    margin-top: 80px;
  }
  #body-wrapper_fl .container_fl {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
  #body-wrapper_fl .section-ttl_fl {
    width: 140px;
    font-size: 26px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
  }
  #body-wrapper_fl .section-ttl_fl .img_fl {
    width: 140px;
    height: 16px;
    position: relative;
  }
  #body-wrapper_fl .section-ttl_fl .img_fl img {
    width: 140px;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: none;
  }
  #body-wrapper_fl .section-name_fl {
    margin: 30px auto 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  #body-wrapper_fl .section-name_fl .img_fl {
    position: relative;
  }
  #body-wrapper_fl .section-name_fl .img_fl img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: none;
  }
  #body-wrapper_fl .section-desc_fl {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
  }
  #body-wrapper_fl .section-detail_fl {
    margin-top: 30px;
    margin-left: 10px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  #body-wrapper_fl .section-detail_fl__img_fl {
    margin-right: 30px;
    width: 6px;
    height: 100%;
  }
  #body-wrapper_fl .section-detail_fl__main_fl {
    position: relative;
    max-width: 250px;
  }
  #body-wrapper_fl .section-detail_fl__desc_fl {
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }
  #body-wrapper_fl .section-detail_fl__fee_fl {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
  }
  #body-wrapper_fl .section-detail_fl__fee_fl span {
    font-size: 14px;
  }
  #body-wrapper_fl .section-split_fl {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  #body-wrapper_fl #hero_fl {
    position: relative;
  }
  #body-wrapper_fl #hero_fl .hero_fl-slider_fl {
    width: 100%;
    position: relative;
    height: 45.8vw;
    max-height: 687px;
  }
  #body-wrapper_fl #hero_fl .hero_fl-slider_fl .slick-list {
    overflow: hidden;
    height: 100%;
  }
  #body-wrapper_fl #hero_fl .hero_fl-slider_fl .slick-track {
    height: 100%;
  }
  #body-wrapper_fl #hero_fl .hero_fl-slider_fl .slick-track::after {
    content: "";
    display: table;
    clear: both;
  }
  #body-wrapper_fl #hero_fl .hero_fl-slider_fl .slick-slide {
    float: left;
    height: 100%;
  }
  #body-wrapper_fl #hero_fl .hero_fl-slider_fl__item_fl {
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  #body-wrapper_fl #hero_fl .hero_fl-box_fl {
    flex: 1;
    position: relative;
    overflow: hidden;
    transform: scale(1.3);
  }
  #body-wrapper_fl #hero_fl .hero_fl-box_fl img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2);
  }
  #body-wrapper_fl #hero_fl .hero_fl-box_fl.left_fl {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 12.2666666667vw) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 12.2666666667vw) 100%, 0 100%);
    z-index: 1;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 38px;
    font-weight: bold;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__top_fl {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__item_fl {
    text-shadow: 0 0 20px white, 0 0 40px white, 0 0 60px white, 0 0 80px white;
    display: flex;
    align-items: flex-end;
    position: relative;
    line-height: 1;
    white-space: nowrap;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__item_fl .img_fl {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__item_fl .img_fl.item01_fl {
    width: 280px;
    height: 20px;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__item_fl .img_fl.item02_fl {
    width: 176px;
    height: 20px;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__item_fl .img_fl img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: none;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__item_fl .img_fl img.item01_fl {
    width: 280px;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__item_fl .img_fl img.item02_fl {
    width: 176px;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__item_fl span {
    font-size: 30px;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__item_fl span.margin_fl {
    margin: 0 25px;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__bottom_fl {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__bottom_fl span {
    margin: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  #body-wrapper_fl #hero_fl {
    position: relative;
  }
  #body-wrapper_fl #hero_fl .hero_fl-slider_fl {
    width: 100%;
    position: relative;
    height: calc(100vh - 130px);
  }
  #body-wrapper_fl #hero_fl .hero_fl-slider_fl .slick-list {
    overflow: hidden;
    height: 100%;
  }
  #body-wrapper_fl #hero_fl .hero_fl-slider_fl .slick-track {
    height: 100%;
  }
  #body-wrapper_fl #hero_fl .hero_fl-slider_fl .slick-track::after {
    content: "";
    display: table;
    clear: both;
  }
  #body-wrapper_fl #hero_fl .hero_fl-slider_fl .slick-slide {
    float: left;
    height: 100%;
  }
  #body-wrapper_fl #hero_fl .hero_fl-slider_fl__item_fl {
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  #body-wrapper_fl #hero_fl .hero_fl-box_fl {
    height: 50%;
    position: relative;
    overflow: hidden;
    transform: scale(1.3);
  }
  #body-wrapper_fl #hero_fl .hero_fl-box_fl img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #body-wrapper_fl #hero_fl .hero_fl-box_fl.left_fl {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
    z-index: 1;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    font-weight: bold;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__top_fl {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__item_fl {
    text-shadow: 0 0 20px white, 0 0 40px white, 0 0 60px white, 0 0 80px white;
    display: flex;
    align-items: flex-end;
    position: relative;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: 0.1em;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__item_fl .img_fl {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(70%);
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__item_fl .img_fl.item01_fl {
    width: 200px;
    height: 15px;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__item_fl .img_fl.item02_fl {
    width: 126px;
    height: 15px;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__item_fl .img_fl img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: none;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__item_fl .img_fl img.item01_fl {
    width: 200px;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__item_fl .img_fl img.item02_fl {
    width: 126px;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__item_fl span {
    font-size: 24px;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__item_fl span.margin_fl {
    margin-left: 15px;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__bottom_fl {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  #body-wrapper_fl #hero_fl .hero_fl-main_fl__bottom_fl span {
    margin: 0 5px;
  }
}
@media screen and (min-width: 769px) {
  #body-wrapper_fl #intro_fl {
    padding-top: 80px;
  }
  #body-wrapper_fl #intro_fl .intro-fl-desc_fl {
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  #body-wrapper_fl #intro_fl .intro-fl-desc_fl span {
    font-weight: 900;
  }
  #body-wrapper_fl #intro_fl .intro-fl-desc_fl div {
    font-weight: 900;
    display: inline;
    position: relative;
  }
  #body-wrapper_fl #intro_fl .intro-fl-desc_fl div .img_fl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 94px;
    height: 11px;
    transform: translate(-10px, 50%);
  }
  #body-wrapper_fl #intro_fl .intro-fl-desc_fl div .img_fl img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: none;
    width: 94px;
  }
}
@media screen and (max-width: 768px) {
  #body-wrapper_fl #intro_fl {
    padding-top: 50px;
  }
  #body-wrapper_fl #intro_fl .intro-fl-desc_fl {
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
  #body-wrapper_fl #intro_fl .intro-fl-desc_fl span {
    font-weight: 900;
  }
  #body-wrapper_fl #intro_fl .intro-fl-desc_fl div {
    font-weight: 900;
    display: inline;
    position: relative;
  }
  #body-wrapper_fl #intro_fl .intro-fl-desc_fl div .img_fl {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 94px;
    height: 11px;
    transform: translate(-20px, 50%);
  }
  #body-wrapper_fl #intro_fl .intro-fl-desc_fl div .img_fl img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: none;
    width: 94px;
  }
}
@media screen and (min-width: 769px) {
  #body-wrapper_fl #style01_fl .style01_fl-container_fl {
    position: relative;
  }
  #body-wrapper_fl #style01_fl .style01_fl-before_fl {
    position: absolute;
    background-color: #8EC1F4;
    opacity: 0.2;
    right: -120px;
    bottom: 120px;
    width: 90%;
    height: 70%;
  }
  #body-wrapper_fl #style01_fl .style01_fl-inner_fl {
    position: relative;
  }
  #body-wrapper_fl #style01_fl .style01_fl-img01_fl {
    position: relative;
    margin-top: 40px;
  }
  #body-wrapper_fl #style01_fl .style01_fl-img01_fl__pop_fl {
    background-image: url(../images/style01-img01__pop.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 321px;
    height: 178px;
    container-type: inline-size;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 6%;
    right: 6%;
  }
  #body-wrapper_fl #style01_fl .style01_fl-img01_fl__pop_fl p {
    color: #333;
    font-size: 7.476635514cqw;
    font-weight: bold;
    margin-bottom: 11%;
    text-align: center;
  }
  #body-wrapper_fl #style01_fl .style01_fl-name_fl {
    width: 174px;
  }
  #body-wrapper_fl #style01_fl .style01_fl-name_fl .img_fl {
    margin-top: -10px;
    width: 174px;
    height: 10px;
  }
  #body-wrapper_fl #style01_fl .style01_fl-name_fl .img_fl img {
    width: 174px;
  }
  #body-wrapper_fl #style01_fl .style01_fl-bottom_fl {
    margin-top: 40px;
    position: relative;
  }
  #body-wrapper_fl #style01_fl .style01_fl-detail_fl {
    position: absolute;
    bottom: 0;
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  #body-wrapper_fl #style01_fl .style01_fl-container_fl {
    position: relative;
  }
  #body-wrapper_fl #style01_fl .style01_fl-before_fl {
    position: absolute;
    background-color: #8EC1F4;
    opacity: 0.2;
    right: -10px;
    bottom: 120px;
    width: 78%;
    height: 83%;
  }
  #body-wrapper_fl #style01_fl .style01_fl-inner_fl {
    position: relative;
  }
  #body-wrapper_fl #style01_fl .style01_fl-img01_fl {
    position: relative;
    margin-top: 30px;
  }
  #body-wrapper_fl #style01_fl .style01_fl-img01_fl__pop_fl {
    background-image: url(../images/style01-img01__popSP.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 128px;
    height: 255px;
    container-type: inline-size;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -3%;
    right: -10px;
  }
  #body-wrapper_fl #style01_fl .style01_fl-img01_fl__pop_fl p {
    color: #333;
    font-size: 15.625cqw;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: center;
    margin-left: 15%;
  }
  #body-wrapper_fl #style01_fl .style01_fl-name_fl {
    width: 144px;
  }
  #body-wrapper_fl #style01_fl .style01_fl-name_fl .img_fl {
    margin-top: -5px;
    width: 144px;
    height: 8px;
  }
  #body-wrapper_fl #style01_fl .style01_fl-name_fl .img_fl img {
    width: 144px;
  }
  #body-wrapper_fl #style01_fl .style01_fl-bottom_fl {
    margin-top: 40px;
    position: relative;
  }
  #body-wrapper_fl #style01_fl .style01_fl-detail_fl {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  #body-wrapper_fl #style02_fl .style02_fl-container_fl {
    position: relative;
  }
  #body-wrapper_fl #style02_fl .style02_fl-before_fl {
    position: absolute;
    background-color: #C2BDEB;
    opacity: 0.2;
    left: -120px;
    bottom: 141px;
    width: 90%;
    height: 70%;
  }
  #body-wrapper_fl #style02_fl .style02_fl-inner_fl {
    position: relative;
  }
  #body-wrapper_fl #style02_fl .style02_fl-img01_fl {
    position: relative;
    margin-top: 40px;
  }
  #body-wrapper_fl #style02_fl .style02_fl-img01_fl__pop_fl {
    background-image: url(../images/style02-img01__pop.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 321px;
    height: 178px;
    container-type: inline-size;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5%;
    left: 6%;
  }
  #body-wrapper_fl #style02_fl .style02_fl-img01_fl__pop_fl p {
    color: #333;
    font-size: 7.476635514cqw;
    font-weight: bold;
    margin-bottom: 11%;
    text-align: center;
  }
  #body-wrapper_fl #style02_fl .style02_fl-name_fl {
    width: 268px;
  }
  #body-wrapper_fl #style02_fl .style02_fl-name_fl .img_fl {
    margin-top: -10px;
    width: 268px;
    height: 10px;
  }
  #body-wrapper_fl #style02_fl .style02_fl-name_fl .img_fl img {
    width: 268px;
  }
  #body-wrapper_fl #style02_fl .style02_fl-bottom_fl {
    margin-top: 40px;
    position: relative;
  }
  #body-wrapper_fl #style02_fl .style02_fl-detail_fl {
    position: absolute;
    bottom: 0;
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  #body-wrapper_fl #style02_fl .style02_fl-container_fl {
    position: relative;
  }
  #body-wrapper_fl #style02_fl .style02_fl-before_fl {
    position: absolute;
    background-color: #B4AEF5;
    opacity: 0.2;
    left: -10px;
    bottom: 120px;
    width: 78%;
    height: 80%;
  }
  #body-wrapper_fl #style02_fl .style02_fl-inner_fl {
    position: relative;
  }
  #body-wrapper_fl #style02_fl .style02_fl-img01_fl {
    position: relative;
    margin-top: 30px;
  }
  #body-wrapper_fl #style02_fl .style02_fl-img01_fl__pop_fl {
    background-image: url(../images/style02-img01__popSP.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 128px;
    height: 255px;
    container-type: inline-size;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -3%;
    left: -15px;
  }
  #body-wrapper_fl #style02_fl .style02_fl-img01_fl__pop_fl p {
    color: #333;
    font-size: 15.625cqw;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: center;
    margin-right: 20%;
  }
  #body-wrapper_fl #style02_fl .style02_fl-name_fl {
    width: 200px;
  }
  #body-wrapper_fl #style02_fl .style02_fl-name_fl .img_fl {
    margin-top: -5px;
    width: 200px;
    height: 8px;
  }
  #body-wrapper_fl #style02_fl .style02_fl-name_fl .img_fl img {
    width: 200px;
  }
  #body-wrapper_fl #style02_fl .style02_fl-bottom_fl {
    margin-top: 40px;
    position: relative;
  }
  #body-wrapper_fl #style02_fl .style02_fl-detail_fl {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  #body-wrapper_fl .last_fl {
    margin-top: 120px;
    padding-bottom: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #body-wrapper_fl .last_fl img {
    width: 30px;
  }
  #body-wrapper_fl .last_fl span {
    font-size: 30px;
    font-weight: bold;
    display: block;
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #body-wrapper_fl .last_fl {
    margin-top: 70px;
    padding-bottom: 35px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #body-wrapper_fl .last_fl img {
    width: 20px;
  }
  #body-wrapper_fl .last_fl span {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin: 0 15px;
  }
}
/*# sourceMappingURL=style.css.map */