@charset "UTF-8";
@media screen and (min-width: 767px) {
  .vpc_fc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc_fc {
    display: none !important;
  }
}

@media screen and (min-width: 767px) {
  .vsp_fc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .vsp_fc {
    display: block;
  }
}

.dur_fc {
  transition-property: all;
  transition-duration: 1.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.scroll-fade_fc {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.3s;
}

.fade_on_fc {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
}

html,
body {
  height: 100%;
}

body {
  word-break: break-all;
}

.fsc_gfooter__breadcrumb {
  margin-top: 0;
  position: relative;
  z-index: 10;
}

/* ---------------------------------
  フッター
--------------------------------- */
footer {
  position: relative;
  z-index: 11;
}

#l-content-body_fc {
  font-size: 10px;
  font-feature-settings: normal;
  font-family: "Shuei MaruGo B", sans-serif;
  color: #333;
  overflow: hidden;
  position: relative;
  padding-bottom: 115px;
  /**/
}
@media screen and (max-width: 767px) {
  #l-content-body_fc {
    padding-bottom: 75px;
  }
}
#l-content-body_fc .font_fc {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#l-content-body_fc .font_dot_fc {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#l-content-body_fc .font_out_fc {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#l-content-body_fc button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
#l-content-body_fc ul,
#l-content-body_fc ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#l-content-body_fc dl {
  margin-bottom: 0;
}
#l-content-body_fc dl dt {
  margin-bottom: 0;
}
#l-content-body_fc dl dd {
  margin-bottom: 0;
}
#l-content-body_fc a {
  transition: 0.3s all;
  color: #333;
  opacity: 1;
  -webkit-transform: 0.3s all;
  transform: 0.3s all;
  text-decoration: none !important;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc a:hover {
    opacity: 0.7 !important;
    text-decoration: none;
  }
}
#l-content-body_fc i, #l-content-body_fc em, #l-content-body_fc strong {
  font-style: normal;
  font-weight: normal;
}
#l-content-body_fc h2,
#l-content-body_fc h3,
#l-content-body_fc h4,
#l-content-body_fc h5,
#l-content-body_fc h6 {
  position: relative;
  margin-bottom: 0;
  font-size: 100%;
  font-family: "A1 Gothic M", sans-serif;
}
#l-content-body_fc h2 > span,
#l-content-body_fc h3 > span,
#l-content-body_fc h4 > span,
#l-content-body_fc h5 > span,
#l-content-body_fc h6 > span {
  display: inline-block;
}
#l-content-body_fc img {
  width: 100%;
  height: auto;
}
#l-content-body_fc figure {
  margin: 0;
  padding: 0;
}
#l-content-body_fc p {
  margin-bottom: 0;
  line-height: 1.6;
}
#l-content-body_fc .c-outer_fc {
  position: relative;
}
#l-content-body_fc .c-outer_fc .c-inner_fc.base_fc {
  max-width: 1206px;
  padding: 0 6.2%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#l-content-body_fc .c-outer_fc .c-inner_fc.base_fc .bnr-outer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#l-content-body_fc .contents-body_fc {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 90px 45px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .contents-body_fc {
    padding: 35px 20px 35px;
  }
}
#l-content-body_fc .title_fc {
  text-align: center;
  padding: 0 0 35px;
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .title_fc {
    padding: 0 30px 35px;
    max-width: 990px;
  }
}
#l-content-body_fc .title_fc span {
  display: block;
  position: relative;
}
#l-content-body_fc .title_fc span.t01_fc {
  font-size: 6vw;
  line-height: 1;
  padding: 0 0 15px;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .title_fc span.t01_fc {
    font-size: 280%;
  }
}
#l-content-body_fc .title_fc span.t01_fc + .t02_fc {
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .title_fc span.t01_fc + .t02_fc {
    margin-top: 20px;
  }
}
#l-content-body_fc .title_fc span.t01_fc::after {
  content: "";
  display: block;
  width: 22px;
  height: 4px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#l-content-body_fc .title_fc span.t02_fc {
  display: block;
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .title_fc span.t02_fc {
    width: 420px;
    margin-right: auto;
    margin-left: auto;
  }
}
#l-content-body_fc .title_fc span.t02_fc .dec_fc {
  position: absolute;
  top: 0;
  left: 0;
}
#l-content-body_fc .title_fc span.t02_fc + .t03_fc {
  margin-top: 15px;
}
#l-content-body_fc .title_fc span.t02_fc.icon-fl_fc::after {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  background-image: url(./../images/icon_fl.gif);
  width: 14.5%;
  height: 170%;
  bottom: 0;
  left: -1%;
}
#l-content-body_fc .title_fc span.t03_fc {
  line-height: 1;
  font-weight: 600;
  line-height: 1.3;
  font-size: min(7vw, 320%);
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .title_fc span.t03_fc {
    font-size: 320%;
  }
}
#l-content-body_fc .title_fc + .normal_fc {
  padding: 0 0 40px;
}
#l-content-body_fc .normal_fc {
  text-align: center;
  font-size: min(4.1vw, 180%);
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .normal_fc {
    font-size: 180%;
  }
}
#l-content-body_fc .bnr-outer_fc {
  padding: 19.8% 6.2%;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .bnr-outer_fc {
    max-width: 420px;
    margin: 0 auto;
    padding: 135px 0;
  }
}
#l-content-body_fc .bnr-outer_fc a {
  display: block;
}
#l-content-body_fc .bnr-outer_fc a + a {
  margin-top: 30px;
}
#l-content-body_fc .img-grid-outer_fc {
  padding: 0 1.5% 1.5% 0;
  background: #fff;
  max-width: 956px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .img-grid-outer_fc {
    padding: 0 7px 7px 0;
  }
}
#l-content-body_fc .img-grid-outer_fc:not(.on_fc) {
  opacity: 0;
}
#l-content-body_fc .img-grid-outer_fc ul {
  width: 100%;
  position: relative;
}
#l-content-body_fc .img-grid-outer_fc ul li {
  position: absolute;
  width: 50%;
  padding: 1.5% 0 0 1.5%;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .img-grid-outer_fc ul li {
    width: 25%;
    padding: 7px 0 0px 7px;
  }
}
#l-content-body_fc .img-grid-outer_fc ul li .in_fc .text_fc {
  min-width: 100% !important;
  width: 100% !important;
}
#l-content-body_fc .img-grid-outer_fc ul li a,
#l-content-body_fc .img-grid-outer_fc ul li div {
  display: block;
  position: relative;
}
#l-content-body_fc .img-grid-outer_fc ul li a .text_fc,
#l-content-body_fc .img-grid-outer_fc ul li div .text_fc {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -2.5%;
  left: 0;
  padding: 6.3% 3% 4.7%;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .img-grid-outer_fc ul li a .text_fc,
  #l-content-body_fc .img-grid-outer_fc ul li div .text_fc {
    top: -5px;
    padding: 7.7% 3% 5.6%;
  }
}
#l-content-body_fc .img-grid-outer_fc ul li a .text_fc i,
#l-content-body_fc .img-grid-outer_fc ul li div .text_fc i {
  position: relative;
  z-index: 1;
  font-size: 2.6vw;
  display: inline-block;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .img-grid-outer_fc ul li a .text_fc i,
  #l-content-body_fc .img-grid-outer_fc ul li div .text_fc i {
    font-size: 120%;
  }
}
#l-content-body_fc .img-grid-outer_fc ul li a .text_fc::after,
#l-content-body_fc .img-grid-outer_fc ul li div .text_fc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-image: url(./../images/fukidashi.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#l-content-body_fc .img-grid-outer_fc ul li a .text_fc em,
#l-content-body_fc .img-grid-outer_fc ul li div .text_fc em {
  font-size: 3.8vw;
  font-family: inherit;
  font-weight: inherit;
}

/* additional */
/* ワイドマスに小さい吹き出し適用 */

#l-content-body_fc .img-grid-outer_fc ul li.wide_fc > a .text_fc.text_short_fc, 
#l-content-body_fc .img-grid-outer_fc ul li.wide_fc > div .text_fc.text_short_fc {
min-width: 49%;
}
#l-content-body_fc .img-grid-outer_fc ul li.wide_fc > a .text_fc.text_short_fc::after, 
#l-content-body_fc .img-grid-outer_fc ul li.wide_fc > div .text_fc.text_short_fc::after {
  background-image: url(./../images/fukidashi.png);
}


/* もっと見るボタン */

#l-content-body_fc .c-outer_fc .c-inner_fc.base_fc.addarea_fc {
  padding: 0 6.2%!important;
  margin:40px auto;
  /* background-color: #fff!important; */
  max-width: 956px;
}

/* /additional */


#l-content-body_fc .img-grid-outer_fc ul li div .text_fc em.txtTite_fc {
  letter-spacing: -0.08em;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .img-grid-outer_fc ul li a .text_fc em,
  #l-content-body_fc .img-grid-outer_fc ul li div .text_fc em {
    font-size: 130%;
  }
}




#l-content-body_fc .img-grid-outer_fc ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11.7vw;
  height: 11.7vw;
  display: block;
  z-index: 0;
  background-image: url(./../images/link_arrow.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .img-grid-outer_fc ul li a::after {
    width: 56px;
    height: 56px;
  }
}
#l-content-body_fc .img-grid-outer_fc ul li.wide_fc {
  width: 100%;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .img-grid-outer_fc ul li.wide_fc {
    width: 50%;
  }
}
#l-content-body_fc .img-grid-outer_fc ul li.wide_fc > a .text_fc,
#l-content-body_fc .img-grid-outer_fc ul li.wide_fc > div .text_fc {
  width: auto;
  min-width: 68%;
  padding: 3.5% 5% 2.5%;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .img-grid-outer_fc ul li.wide_fc > a .text_fc,
  #l-content-body_fc .img-grid-outer_fc ul li.wide_fc > div .text_fc {
    padding: 3.9% 5% 2.7%;
  }
}
#l-content-body_fc .img-grid-outer_fc ul li.wide_fc > a .text_fc::after,
#l-content-body_fc .img-grid-outer_fc ul li.wide_fc > div .text_fc::after {
  background-image: url(./../images/fukidashi_large.png);
}
#l-content-body_fc .img-grid-outer_fc ul li.wide_fc > a .text_fc.long-txt_fc::after,
#l-content-body_fc .img-grid-outer_fc ul li.wide_fc > div .text_fc.long-txt_fc::after {
  background-image: url(./../images/fukidashi_large02.png);
}
#l-content-body_fc .img-grid-outer_fc ul li.long-flex_fc {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  					/*
  					.in_fc {
  
  						display: grid;
  						grid-template-columns: 1fr 1fr;
  
  						a:nth-child(1) {
  
  							grid-row: 1 / 2;
  							grid-column: 2 / 1;
  
  						}
  
  						a:nth-child(2) {
  
  							grid-row: 2 / 3;
  							grid-column: 2 / 1;
  
  						}
  
  						.long_fc {
  
  							grid-row: 1 / 3;
  							grid-column: 2 / 2;
  
  						}
  
  					}
  					*/
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .img-grid-outer_fc ul li.long-flex_fc {
    width: 50%;
  }
}
#l-content-body_fc .img-grid-outer_fc ul li.long-flex_fc .in_fc {
  width: 50%;
  padding: 0 0 0 1.5%;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .img-grid-outer_fc ul li.long-flex_fc .in_fc {
    padding: 0 0 0 7px;
  }
}
#l-content-body_fc .img-grid-outer_fc ul li.long-flex_fc .in_fc > a + a, #l-content-body_fc .img-grid-outer_fc ul li.long-flex_fc .in_fc > a + div,
#l-content-body_fc .img-grid-outer_fc ul li.long-flex_fc .in_fc > div + a,
#l-content-body_fc .img-grid-outer_fc ul li.long-flex_fc .in_fc > div + div {
  padding-top: 2.6%;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .img-grid-outer_fc ul li.long-flex_fc .in_fc > a + a, #l-content-body_fc .img-grid-outer_fc ul li.long-flex_fc .in_fc > a + div,
  #l-content-body_fc .img-grid-outer_fc ul li.long-flex_fc .in_fc > div + a,
  #l-content-body_fc .img-grid-outer_fc ul li.long-flex_fc .in_fc > div + div {
    padding-top: 7px;
  }
}
#l-content-body_fc .img-grid-outer_fc ul li.long-flex_fc .in_fc > a + a .text_fc, #l-content-body_fc .img-grid-outer_fc ul li.long-flex_fc .in_fc > a + div .text_fc,
#l-content-body_fc .img-grid-outer_fc ul li.long-flex_fc .in_fc > div + a .text_fc,
#l-content-body_fc .img-grid-outer_fc ul li.long-flex_fc .in_fc > div + div .text_fc {
  top: 0.1%;
}
#l-content-body_fc .img-grid-outer_fc ul li.long-flex_fc .long_fc {
  height: 100%;
}
#l-content-body_fc .img-grid-outer_fc.slide_fc {
  padding: 0 3.5px 100px;
  background: none;
  max-width: 100%;
  opacity: 1 !important;
}
#l-content-body_fc .img-grid-outer_fc.slide_fc .img-slide01_fc li {
  padding: 0 3.5px;
  position: relative;
}
#l-content-body_fc .img-grid-outer_fc.slide_fc .img-slide01_fc li div .text_fc {
  top: 0;
}
@media screen and (min-width: 1750px) {
  #l-content-body_fc .img-grid-outer_fc.slide_fc .img-slide01_fc li div .text_fc::after {
    background-image: url(./../images/fukidashi_large.png);
  }
}
#l-content-body_fc .img-grid-outer_fc.slide_fc .slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .img-grid-outer_fc.slide_fc .slick-dots {
    bottom: -60px;
  }
}
#l-content-body_fc .img-grid-outer_fc.slide_fc .slick-dots > li:first-child:last-child {
  display: none;
}
#l-content-body_fc .img-grid-outer_fc.slide_fc .slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 12px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
  border: 1px solid #707070;
  background-color: #fff;
}
#l-content-body_fc .img-grid-outer_fc.slide_fc .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
#l-content-body_fc .img-grid-outer_fc.slide_fc .slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 12px;
  height: 12px;
  font-family: "slick";
  font-size: 6px;
  line-height: 12px;
  text-align: center;
  color: #707070;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
}
#l-content-body_fc .img-grid-outer_fc.slide_fc .slick-dots li.slick-active {
  background-color: #707070;
}
#l-content-body_fc .btn-outer_fc .btn_fc {
  display: block;
  border: 5px solid #333;
  background-color: #FFFF38;
  border-radius: 500px;
  font-size: 240%;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: 23px 60px;
  max-width: 420px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .btn-outer_fc .btn_fc {
    font-size: min(5vw, 240%);
    padding: 5vw 10vw;
  }
}
#l-content-body_fc .btn-outer_fc .btn_fc::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background-image: url(./../images/btn_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 17px;
  height: 10px;
}
#l-content-body_fc #lp_sns_fc {
  padding-top: 130px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #lp_sns_fc {
    padding-top: 75px;
    padding-bottom: 0;
  }
}
#l-content-body_fc #lp_sns_fc .ttl_sns_fc {
  text-align: center;
  font-size: 230%;
}
#l-content-body_fc #lp_sns_fc .ttl_sns_fc span {
  color: #6B503B;
  font-size: inherit;
  line-height: 1;
  position: relative;
  font-family: "A1 Gothic M", sans-serif;
  padding: 0 40px;
}
#l-content-body_fc #lp_sns_fc .ttl_sns_fc span::before, #l-content-body_fc #lp_sns_fc .ttl_sns_fc span::after {
  content: "";
  display: inline-block;
  background: #6B503B;
  width: 2px;
  position: absolute;
  height: 55px;
  bottom: -10px;
}
#l-content-body_fc #lp_sns_fc .ttl_sns_fc span::before {
  left: 0;
  transform: rotate(-30deg);
}
#l-content-body_fc #lp_sns_fc .ttl_sns_fc span::after {
  right: 0;
  transform: rotate(30deg);
}
#l-content-body_fc #lp_sns_fc .sns_list_fc {
  margin-top: 25px;
}
#l-content-body_fc #lp_sns_fc .sns_list_fc ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 65px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #lp_sns_fc .sns_list_fc ul {
    /* gap: 0 45px; */
    gap: 0 30px;
  }
}
#l-content-body_fc #lp_sns_fc .sns_list_fc ul li {
  width: 80px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #lp_sns_fc .sns_list_fc ul li {
    /* width: 61px; */
    width: 40px;
  }
}
#l-content-body_fc #mv_fc {
  background-color: #67D7C5;
}
#l-content-body_fc #mv_fc .ttl-inner_fc {
  position: relative;
  padding: 0 0 30px;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #mv_fc .ttl-inner_fc {
    max-width: 990px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 80px 36px 130px;
  }
}
#l-content-body_fc #mv_fc .ttl-inner_fc .title-area_fc {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #mv_fc .ttl-inner_fc .title-area_fc {
    width: 52.3%;
  }
}
#l-content-body_fc #mv_fc .ttl-inner_fc .title-area_fc .title-num_fc {
  position: absolute;
  top: 75%;
  left: 56%;
  width: 23.5%;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #mv_fc .ttl-inner_fc .btn-area_fc {
    width: 47.7%;
    padding-left: 97px;
    position: relative;
    z-index: 1;
  }
}
#l-content-body_fc #mv_fc .ttl-inner_fc .btn-area_fc .tit_fc {
  width: 61px;
  margin: 65px auto 22px;
  text-align: center;
}
#l-content-body_fc #mv_fc .ttl-inner_fc .btn-area_fc .mvbnr-outer_fc ul li {
  position: relative;
}
#l-content-body_fc #mv_fc .ttl-inner_fc .btn-area_fc .mvbnr-outer_fc ul li a {
  display: block;
  border: 3px solid #333;
  border-radius: 40px;
  background-color: #F2F285;
  padding: 10px 25px;
  text-align: center;
}
#l-content-body_fc #mv_fc .ttl-inner_fc .btn-area_fc .mvbnr-outer_fc ul li a span {
  display: block;
}
#l-content-body_fc #mv_fc .ttl-inner_fc .btn-area_fc .mvbnr-outer_fc ul li a .t01_fc.icon-fl_fc {
  position: relative;
}
#l-content-body_fc #mv_fc .ttl-inner_fc .btn-area_fc .mvbnr-outer_fc ul li a .t01_fc.icon-fl_fc::after {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  background-image: url(./../images/icon_fl.gif);
  width: 15%;
  height: 174%;
  bottom: 0;
  left: 0%;
}
#l-content-body_fc #mv_fc .ttl-inner_fc .btn-area_fc .mvbnr-outer_fc ul li a .t02_fc {
  font-size: 230%;
  font-weight: 600;
  line-height: 1.4;
  margin: 7px 0 0;
}
#l-content-body_fc #mv_fc .ttl-inner_fc .btn-area_fc .mvbnr-outer_fc ul li + li {
  margin-top: 45px;
}
#l-content-body_fc #mv_fc .ttl-inner_fc .btn-area_fc .mvbnr-outer_fc ul li::after {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
}
#l-content-body_fc #mv_fc .ttl-inner_fc .btn-area_fc .mvbnr-outer_fc ul li.bnr01_fc::after {
  background-image: url(./../images/mvbnr_dec01.png);
  width: 66px;
  height: 65px;
  bottom: -19px;
  right: -36px;
}
#l-content-body_fc #mv_fc .ttl-inner_fc .btn-area_fc .mvbnr-outer_fc ul li.bnr02_fc::after {
  background-image: url(./../images/mvbnr_dec02.png);
  width: 108px;
  height: 107px;
  bottom: -74px;
  left: -57px;
}
#l-content-body_fc #mv_fc .ttl-inner_fc .btn-area_fc .mvbnr-outer_fc ul li.bnr02_fc a {
  background-color: #BEA5FD;
}
#l-content-body_fc #mv_fc .ttl-inner_fc .dec_fc {
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#l-content-body_fc #mv_fc .ttl-inner_fc .dec_fc.d01_fc {
  top: 120px;
  left: -220px;
  background-image: url(./../images/mv_dec01.png);
  width: 134px;
  height: 134px;
}
#l-content-body_fc #mv_fc .ttl-inner_fc .dec_fc.d02_fc {
  top: 340px;
  left: -130px;
  background-image: url(./../images/mv_dec02.png);
  width: 311px;
  height: 311px;
}
#l-content-body_fc #mv_fc .ttl-inner_fc .dec_fc.d03_fc {
  top: 30px;
  left: 420px;
  background-image: url(./../images/mv_dec03.png);
  width: 285px;
  height: 326px;
}
#l-content-body_fc #mv_fc .ttl-inner_fc .dec_fc.d04_fc {
  top: 320px;
  left: 1050px;
  background-image: url(./../images/mv_dec04.png);
  width: 181px;
  height: 182px;
}
#l-content-body_fc #mv_fc .ttl-inner_fc .dec_fc.d05_fc {
  top: 735px;
  left: 1010px;
  background-image: url(./../images/mv_dec05.png);
  width: 134px;
  height: 134px;
}
#l-content-body_fc #mv_fc .ttl-inner_fc .dec_fc.d06_fc {
  bottom: 2%;
  right: 5%;
  width: 28%;
  height: 0;
  padding-top: 28%;
  background-image: url(./../images/mv_dec01.png);
}
#l-content-body_fc #mv_fc .ttl-inner_fc .dec_fc.d07_fc {
  top: -3%;
  left: -13%;
  width: 46%;
  height: 0;
  padding-top: 44.5%;
  background-image: url(./../images/mv_dec06.png);
}
#l-content-body_fc #mv_fc .float-text_fc {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  transform: translateX(calc(100% - 60px));
  max-width: 320px;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #mv_fc .float-text_fc {
    max-width: 350px;
  }
}
#l-content-body_fc #mv_fc .float-text_fc .float-text-inner_fc {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #mv_fc .float-text_fc .float-text-inner_fc {
    align-items: flex-end;
  }
}
#l-content-body_fc #mv_fc .float-text_fc .float-text-inner_fc p {
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#l-content-body_fc #mv_fc .float-text_fc .float-text-inner_fc .text-front_fc {
  width: 60px;
  background: #FFFF38;
  padding: 15px 5px 33px;
  border-radius: 20px 0px 0px 20px;
  border: 2px solid #333;
  border-right: 0;
  position: relative;
  right: -3px;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #mv_fc .float-text_fc .float-text-inner_fc .text-front_fc {
    padding: 17px 5px 43px;
  }
}
#l-content-body_fc #mv_fc .float-text_fc .float-text-inner_fc .text-front_fc p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 140%;
  font-weight: 600;
  padding: 0;
  margin: 0 auto;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #mv_fc .float-text_fc .float-text-inner_fc .text-front_fc p {
    font-size: 170%;
  }
}
#l-content-body_fc #mv_fc .float-text_fc .float-text-inner_fc .text-front_fc::after {
  content: '';
  width: 12px;
  height: 12px;
  border-top: solid 3px #333;
  border-right: solid 3px #333;
  position: absolute;
  left: 23px;
  bottom: 14px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #mv_fc .float-text_fc .float-text-inner_fc .text-front_fc::after {
    left: 24px;
    bottom: 18px;
  }
}
#l-content-body_fc #mv_fc .float-text_fc .float-text-inner_fc .text-back_fc {
  width: calc(100% - 60px);
  padding: 20px 25px 20px 30px;
  background: #FFFF38;
  border: 2px solid #333;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #mv_fc .float-text_fc .float-text-inner_fc .text-back_fc {
    border-radius: 20px 0px 0px 0px;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #mv_fc .float-text_fc .float-text-inner_fc .text-back_fc {
    padding: 22px 36px 20px 30px;
  }
}
#l-content-body_fc #mv_fc .float-text_fc .float-text-inner_fc .text-back_fc p {
  font-size: 140%;
  line-height: 1.8;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #mv_fc .float-text_fc .float-text-inner_fc .text-back_fc p {
    font-size: 160%;
  }
}
#l-content-body_fc #mv_fc .float-text_fc.on_fc {
  transform: translateX(0);
}
#l-content-body_fc #mv_fc .float-text_fc.on_fc .float-text-inner_fc .text-front_fc::after {
  transform: rotate(45deg);
}
#l-content-body_fc .head_fc::before {
  content: "";
  display: block;
  background-position: 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #block01_fc {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #block01_fc .img-grid-outer_fc {
    margin-top: -135px;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #block02_fc {
    margin-top: 60px;
  }
}
#l-content-body_fc #block02_fc::before {
  background-image: url(./../images/head_b02.png);
  height: 79px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #block02_fc::before {
    background-image: url(./../images/head_b02_sp.png);
    height: 39px;
  }
}
#l-content-body_fc #block02_fc .c-inner_fc {
  background-color: #F2F285;
  padding-top: 15px;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #block02_fc .c-inner_fc {
    padding-bottom: 70px;
  }
}
@keyframes zoom_in {
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
#l-content-body_fc #block03_fc {
  background: url(./../images/bg03.png) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 125px 0 75px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #block03_fc {
    padding: 100px 0 40px;
  }
}
#l-content-body_fc #block03_fc .kumo_fc {
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  transform: scale(0.5);
  opacity: 0;
  animation: zoom_in 5s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #block03_fc .kumo_fc {
    animation: zoom_in 3.5s ease-in-out infinite;
  }
}
#l-content-body_fc #block03_fc .kumo_fc.k01_fc {
  background-image: url(./../images/kumo01.png);
  top: 180px;
  left: -180px;
  width: 187px;
  height: 186px;
  animation-delay: 3s;
}
#l-content-body_fc #block03_fc .kumo_fc.k02_fc {
  background-image: url(./../images/kumo02.png);
  top: 230px;
  left: -100px;
  width: 332px;
  height: 319px;
  animation-delay: 2s;
}
#l-content-body_fc #block03_fc .kumo_fc.k03_fc {
  background-image: url(./../images/kumo03.png);
  top: -56px;
  left: 170px;
  width: 144px;
  height: 143px;
  animation-delay: 1s;
}
#l-content-body_fc #block03_fc .kumo_fc.k04_fc {
  background-image: url(./../images/kumo04.png);
  top: 710px;
  left: 230px;
  width: 187px;
  height: 186px;
  animation-delay: 1.5s;
}
#l-content-body_fc #block03_fc .kumo_fc.k05_fc {
  background-image: url(./../images/kumo02.png);
  top: -70px;
  left: 660px;
  width: 332px;
  height: 319px;
  animation-delay: 2.5s;
}
#l-content-body_fc #block03_fc .kumo_fc.k06_fc {
  background-image: url(./../images/kumo04.png);
  top: 185px;
  left: 1040px;
  width: 187px;
  height: 186px;
  animation-delay: 3.5s;
}
#l-content-body_fc #block03_fc .kumo_fc.k07_fc {
  background-image: url(./../images/kumo05.png);
  top: 259px;
  left: 1080px;
  width: 396px;
  height: 380px;
  animation-delay: 0.5s;
}
#l-content-body_fc #block03_fc .kumo_fc.k08_fc {
  background-image: url(./../images/kumo03.png);
  top: 694px;
  left: 1050px;
  width: 144px;
  height: 143px;
}
#l-content-body_fc #block03_fc .kumo_fc.k09_fc {
  background-image: url(./../images/kumo01.png);
  top: -8%;
  left: -9%;
  width: 29%;
  height: 0;
  padding-top: 29%;
  animation-delay: 1.0s;
}
#l-content-body_fc #block03_fc .kumo_fc.k10_fc {
  background-image: url(./../images/kumo02.png);
  top: 1%;
  left: 4%;
  width: 47%;
  height: 0;
  padding-top: 45.5%;
  animation-delay: 2.0s;
}
#l-content-body_fc #block03_fc .kumo_fc.k11_fc {
  background-image: url(./../images/kumo02.png);
  top: 24%;
  left: 56%;
  width: 47%;
  height: 0;
  padding-top: 45.5%;
  animation-delay: 0.5s;
}
#l-content-body_fc #block03_fc .kumo_fc.k12_fc {
  background-image: url(./../images/kumo01.png);
  top: 40%;
  left: 38%;
  width: 29%;
  height: 0;
  padding-top: 29%;
  animation-delay: 1.5s;
}
#l-content-body_fc #block03_fc .kumo_fc.k13_fc {
  background-image: url(./../images/kumo02.png);
  top: 61%;
  left: -17%;
  width: 47%;
  height: 0;
  padding-top: 45.5%;
  animation-delay: 2.5s;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #block03_fc .bnr-outer_fc {
    padding-right: 0;
    padding-left: 0;
  }
}
#l-content-body_fc #block04_fc {
  margin-top: -85px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #block04_fc {
    margin-top: -39px;
  }
}
#l-content-body_fc #block04_fc::before {
  background-image: url(./../images/head_b04.png);
  height: 85px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #block04_fc::before {
    background-image: url(./../images/head_b04_sp.png);
    height: 39px;
  }
}
#l-content-body_fc #block04_fc .c-inner_fc {
  background-color: #9CE2E2;
  padding: 35px 0 0;
}
#l-content-body_fc #list-body_fc {
  background-color: #F5F3F2;
  padding: 0 0 65px;
  position: relative;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #list-body_fc {
    padding: 0 0 135px;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #list-body_fc::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: url(./../images/list_title_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 280px;
  }
}
#l-content-body_fc #list-body_fc .ttl-inner_fc {
  padding: 0 0 65px;
  max-width: 990px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #list-body_fc .ttl-inner_fc {
    padding: 80px 0 90px;
  }
}
#l-content-body_fc #list-body_fc .ttl-inner_fc .lead_fc {
  font-size: 4.0vw;
  text-align: center;
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  padding: 20px 0 0;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #list-body_fc .ttl-inner_fc .lead_fc {
    font-size: 200%;
    padding: 35px 0 0;
  }
}
#l-content-body_fc #list-body_fc .list-outer_fc {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #list-body_fc .list-outer_fc {
    max-width: 1080px;
    margin: 0 auto;
  }
}
#l-content-body_fc #list-body_fc .list-outer_fc ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 -30px -4%;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #list-body_fc .list-outer_fc ul {
    margin: 0 0 -30px -1.8%;
  }
}
#l-content-body_fc #list-body_fc .list-outer_fc ul li {
  width: 46%;
  margin: 0 0 30px 4%;
  border: 2px solid #E4D56F;
  background-color: #E4D56F;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #list-body_fc .list-outer_fc ul li {
    width: 18.2%;
    margin: 0 0 30px 1.8%;
  }
}
#l-content-body_fc #list-body_fc .list-outer_fc ul li figcaption {
  /* font-size: 3.5vw; */
  font-size: 3.4vw;
  display: block;
  text-align: center;
  padding: 10px 5px 8px;
  line-height: 1.4;
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #list-body_fc .list-outer_fc ul li figcaption {
    /* font-size: 180%; */
    font-size: 140%;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #list-body_fc .c-inner_fc.base_fc {
    padding: 0 0 !important;
  }
}
#l-content-body_fc #list-body_fc .list_fc {
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#l-content-body_fc #list-body_fc .list_fc.l01_fc {
  background-image: url(./../images/list_dec01.png);
  top: -300px;
  left: -260px;
  width: 303px;
  height: 304px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #list-body_fc .list_fc.l01_fc {
    top: -7.0%;
    left: -32%;
    width: 62%;
    height: 0;
    padding-top: 62%;
  }
}
#l-content-body_fc #list-body_fc .list_fc.l02_fc {
  background-image: url(./../images/list_dec02.png);
  top: -380px;
  left: 1130px;
  width: 311px;
  height: 311px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #list-body_fc .list_fc.l02_fc {
    top: 44%;
    left: 52%;
    width: 65%;
    height: 0;
    padding-top: 65%;
  }
}
#l-content-body_fc #list-body_fc .list_fc.l03_fc {
  background-image: url(./../images/list_dec02.png);
  top: 580px;
  left: -280px;
  width: 311px;
  height: 311px;
}
#l-content-body_fc #list-body_fc .list_fc.l04_fc {
  background-image: url(./../images/list_dec04.png);
  top: 460px;
  left: 1250px;
  width: 134px;
  height: 134px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #list-body_fc .list_fc.l04_fc {
    top: -9.3%;
    left: 76.5%;
    width: 28%;
    height: 0;
    padding-top: 28%;
  }
}
#l-content-body_fc #list-body_fc .list_fc.l05_fc {
  background-image: url(./../images/list_dec04.png);
  bottom: -150px;
  left: -20px;
  width: 134px;
  height: 134px;
}
#l-content-body_fc #list-body_fc .list_fc.l06_fc {
  background-image: url(./../images/list_dec03.png);
  bottom: -100px;
  left: 1170px;
  width: 318px;
  height: 318px;
}
#l-content-body_fc #bnr-body_fc {
  padding: 100px 0 35px;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #bnr-body_fc {
    padding: 120px 0 15px;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #bnr-body_fc .bnr-list_fc {
    max-width: 920px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #bnr-body_fc .bnr-list_fc ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -7.5% -7.5%;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #bnr-body_fc .bnr-list_fc li {
    width: 42.5%;
    margin: 0 0 7.5% 7.5%;
  }
}
#l-content-body_fc #bnr-body_fc .bnr-list_fc li a {
  display: block;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #bnr-body_fc .bnr-list_fc li + li {
    margin-top: 30px;
  }
}
#l-content-body_fc #float-btn_fc {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 50;
  width: 145px;
  transform: translateX(150%);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #float-btn_fc {
    bottom: 30px;
    right: 5px;
    bottom: 20px;
  }
}
#l-content-body_fc #float-btn_fc.active_fc {
  transform: translateX(0);
}
#l-content-body_fc #float-btn_fc.fx-disp_fc {
  transform: translateX(0) !important;
}
#l-content-body_fc #float-btn_fc.remove_fc {
  transform: translateX(150%) !important;
}
#l-content-body_fc #float-btn_fc.active_p02_fc {
  transform: translateX(0) !important;
}
#l-content-body_fc #float-btn_fc .btn-float-inner_fc {
  position: relative;
}
#l-content-body_fc #float-btn_fc .btn-float-inner_fc a {
  display: block;
}
#l-content-body_fc #float-btn_fc .btn-float-inner_fc .text_fc {
  position: absolute;
  text-align: center;
  font-size: 190%;
  font-weight: 600;
  bottom: 20px;
  left: 0;
  display: block;
  width: 100%;
  line-height: 1.4;
  padding-left: 29px;
}

/* additional */

#l-content-body_fc #float-btn_fc .btn-float-inner_fc .text_fc .text_small_fc {
  font-size: 67%!important;
}

/* /additional */


#l-content-body_fc .movie_fc {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#l-content-body_fc .movie_fc iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#l-content-body_fc #loop-slide_fc {
  padding: 5px 0 65px;
}
#l-content-body_fc #loop-slide_fc:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#l-content-body_fc #loop-slide_fc:not(.slick-initialized) .loop-slide-inner_fc {
  width: 14.80%;
}
@media screen and (max-width: 1300px) {
  #l-content-body_fc #loop-slide_fc:not(.slick-initialized) .loop-slide-inner_fc {
    width: 17.55%;
  }
}
@media screen and (max-width: 1000px) {
  #l-content-body_fc #loop-slide_fc:not(.slick-initialized) .loop-slide-inner_fc {
    width: 21.8%;
  }
}
@media screen and (max-width: 900px) {
  #l-content-body_fc #loop-slide_fc:not(.slick-initialized) .loop-slide-inner_fc {
    width: 29.8%;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #loop-slide_fc:not(.slick-initialized) .loop-slide-inner_fc {
    width: 30.8%;
  }
}
#l-content-body_fc #loop-slide_fc .loop-slide-inner_fc {
  min-height: 13.4vw;
  background-image: url(./../images/fukidashi_loop.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  margin: 0 16px;
  padding: 42px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #loop-slide_fc .loop-slide-inner_fc {
    margin: 0 10px;
  }
}
#l-content-body_fc #loop-slide_fc .loop-slide-inner_fc .text-inner_fc > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #loop-slide_fc .loop-slide-inner_fc .text-inner_fc > div.s01_fc p {
    line-height: 1.4;
  }
}
#l-content-body_fc #loop-slide_fc .loop-slide-inner_fc .text-inner_fc > div.s01_fc p em {
  /* font-size: 200%; */
  font-size: 160%;
  /* font-weight: 600; */
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #loop-slide_fc .loop-slide-inner_fc .text-inner_fc > div.s01_fc p em {
    font-size: min(4.2vw, 200%);
  }
}
#l-content-body_fc #loop-slide_fc .loop-slide-inner_fc .text-inner_fc > div.s01_fc p span {
  font-size: 140%;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #loop-slide_fc .loop-slide-inner_fc .text-inner_fc > div.s01_fc p span {
    font-size: min(3vw, 140%);
  }
}
#l-content-body_fc #loop-slide_fc .loop-slide-inner_fc .text-inner_fc > div.s02_fc p {
  font-size: 140%;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #loop-slide_fc .loop-slide-inner_fc .text-inner_fc > div.s02_fc p {
    font-size: min(3vw, 140%);
  }
}
#l-content-body_fc #loop-slide_fc .loop-slide-inner_fc .text-inner_fc > div.s03_fc {
  margin-top: 5px;
}
#l-content-body_fc #loop-slide_fc .loop-slide-inner_fc .text-inner_fc > div.s03_fc p {
  font-size: 160%;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #loop-slide_fc .loop-slide-inner_fc .text-inner_fc > div.s03_fc p {
    font-size: min(3.4vw, 160%);
  }
}

/*# sourceMappingURL=style.css.map */
