@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

:root {
  --title-font: "M PLUS Rounded 1c", sans-serif;
  --bg-color: #E2F7F5;
  --main-color: #A9E6DD;
  --point-color: #DB8181;
  --btn-color: #73E0D0;
  --font-color: #000000;
}

/*--------------------------------
            CSS Animation
 --------------------------------*/

@keyframes yurayura {
  0% , 100%{
      transform: rotate(10deg);
  }
  50%{
      transform: rotate(-10deg);
  }
}

/*------------ modal ------------*/

#lp_contents .modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#lp_contents .modal__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 5rem;
  background-color: #fff;
  overflow-y: scroll;
  height: 100vh;
  border-top: 1rem solid var(--main-color);
  padding: 6rem 0 10rem;
}

#lp_contents .modal__content .js-modal-close{
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid;
  position: fixed;
  top: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  z-index: 10001;
}

#lp_contents .modal__content .js-modal-close .close{
  width: 2rem;
  height: 2rem;
  position: relative;
}

#lp_contents .modal__content .js-modal-close .close:before,
#lp_contents .modal__content .js-modal-close .close:after{
  content: '';
  width: 1.5rem;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

#lp_contents .modal__content .js-modal-close .close:after{
  transform: rotate(-45deg);
}


/*--------------------------------
                共 通
 --------------------------------*/

#Wrap,.wrapBottom,.wrapTop{
  width: 100%;
}

#lp_contents *{
  box-sizing: border-box;
}

#lp_contents{
  font-family: pragmatica,'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: var(--font-color);
  background-color: var(--bg-color);
  position: relative;
  overflow: hidden;
}
#lp_contents .sp_only{display: none;}
#lp_contents img{width: 100%; height: auto; display: block;}
#lp_contents a{display: block;cursor: pointer;transition: all 0.5s;}
#lp_contents ul li,#LP_page ol li{list-style: none;}
#lp_contents h1,#lp_contents h2,#lp_contents h3{padding: 0;float: none;font-weight: normal;}
#lp_contents p {
  display: block;
  margin: 0;
  font-size: 1.8rem;
  line-height: 2;
  text-align: justify;
}
#lp_contents sup{
  font-size: 50%;
  margin-top: -0.6rem;
}
#lp_contents section{
  position: relative;
}
#lp_contents .inner{
  padding: 5rem 0;
}
#lp_contents .emp{
  color: var(--point-color);
}
#lp_contents .note{
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
}

/*------------ ttl ------------*/

#lp_contents .ttl_blk{
  text-align: center;
  margin: 0 auto 3rem;
}

#lp_contents .ttl_blk img{
  width: 12rem;
  margin: auto;
}

#lp_contents .ttl_blk .ttl{
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: var(--point-color);
  border-bottom: 1px solid var(--point-color);
  width: fit-content;
  margin: 1rem auto 0;
  padding-bottom: 0.5rem;
}

#lp_contents .ttl_blk .ttl big{
  font-size: 3.6rem;
}

#lp_contents .ttl_blk .lead{
  text-align: center;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.5;
  margin: 2rem auto 0;
}

#lp_contents .ttl_blk .lead big{
  font-size: 3rem;
}

#lp_contents .ttl_blk .lead .line{
  background: linear-gradient(transparent 50%, #FCDADA 50%);
}


/*------------ btn ------------*/

/*modal_btn*/
#lp_contents .modal_btn{
  width: 35rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  border-radius: 100rem;
  border: 1px solid;
  position: relative;
  margin: 3rem auto 0;
}

#lp_contents .modal_btn .plus{
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
}

#lp_contents .modal_btn .plus:before,
#lp_contents .modal_btn .plus:after{
  content: '';
  display: block;
  width: 1rem;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#lp_contents .modal_btn .plus:after{
  transform: rotate(90deg);
}

/*link_btn*/
#lp_contents .link_btn{
  width: 45rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 100rem;
  position: relative;
  margin: 3rem auto 0;
  background-color: var(--btn-color);
}

#lp_contents .link_btn:before{
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
}


/*------------ sec_mv ------------*/

#lp_contents .sec_mv{
  background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #E2F7F4 47%, #8ED8CD 100%) 0% 0% no-repeat padding-box;
  padding: 3.5rem 0 1.5rem;
}

#lp_contents .mv_wrap{
  position: relative;
  width: 94.5rem;
  margin: auto;
}

#lp_contents .mv_wrap > img{
  width: 12rem;
  position: absolute;
  top: 14.5rem;
  left: 9.5rem;
  animation: yurayura 2s linear infinite;
}


/*------------ section ------------*/

#lp_contents .sec{
  width: 92rem;
  margin: 0 auto 6rem;
}

#lp_contents .sec h2{
  width: 100%;
  background-color: var(--main-color);
  text-align: center;
  font-family: var(--title-font);
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 1.2rem 0;
  border-radius: 1rem 1rem 0 0;
}

#lp_contents .sec h2 small{
  font-size: 1.8rem;
}

#lp_contents .sec .inner_wrap{
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
}


/*------------ news_list ------------*/

#lp_contents .news_list{
  margin: 5rem auto 0;
  padding: 1.2rem 3rem;
  width: 92rem;
  border-radius: 0.6rem;
  background-color: #fff;
}

#lp_contents .news_list ul{
  width: fit-content;
  margin: auto;
  display: grid;
  gap: 1rem;
}

#lp_contents .news_list li{
  padding-left: 3.2rem;
  background-image: url(../img/attention.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}


/*------------ sec_brand ------------*/

#lp_contents .sec_brand .brand_wrap{
  padding: 3rem 0 5rem;
}

#lp_contents .sec_brand .brand-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 60rem;
  margin: 0 auto 1rem;
}

#lp_contents .sec_brand .brand-list-item{
  width: 20rem;
}

#lp_contents .sec_brand .text{
  text-align: center;
  font-size: 1.6rem;
}


/*------------ sec_column ------------*/

#lp_contents .sec_column > img{
  width: 11rem;
  position: absolute;
  top: 3rem;
  right: 3rem;
  animation: yurayura 2s linear infinite;
}

#lp_contents .sec_column h2{
  font-size: 2.8rem;
}

#lp_contents .sec_column p{
  text-align: center;
}

#lp_contents .sec_column .img_blk{
  margin: 2rem auto 0;
  width: 50rem;
}

#lp_contents .sec_column .img_blk b{
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

#lp_contents .sec_column .column_wrap{
  padding: 5rem 0;
}

#lp_contents .sec_column .column_blk{
  position: relative;
  margin: auto;
  width: 84rem;
}

#lp_contents .sec_column .column_blk:not(:last-child){
  padding-bottom: 5rem;
  margin: 0 auto 5rem;
  border-bottom: 1px dotted #707070;
}

#lp_contents .sec_column .column_blk .column:not(:last-child){
  margin: 0 auto 5rem;
}

/*bnr_wrap*/
#lp_contents .sec_column .bnr_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: auto;
}

#lp_contents .sec_column .bnr_wrap .bnr_blk{
  width: 41rem;
  border-radius: 1rem;
  padding: 2rem 0 2.5rem
}

#lp_contents .sec_column .bnr_wrap .bnr_1{
  background-color: #014A81;
}

#lp_contents .sec_column .bnr_wrap .bnr_2{
  background-color: #143D37;
}

#lp_contents .sec_column .bnr_wrap .bnr_blk .bnr_ttl{
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px dotted #fff;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
}

#lp_contents .sec_column .column_3 > img{
  width: 18rem;
  position: absolute;
  top: 0;
  left: 10rem;
  animation: yurayura 2s linear infinite;
}

/*point_wrap*/
#lp_contents .sec_column .point_wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: 57rem;
  margin: 0 auto 3rem;
}

#lp_contents .sec_column .point_wrap li{
  display: grid;
  justify-content: center;
  align-content: center;
  gap: 1rem;
  padding: 1.2rem;
  width: 18rem;
  min-height: 18rem;
  border-radius: 1rem;
  border: 1px solid #E0E0E0;
}

#lp_contents .sec_column .point_wrap .point_ttl{
  font-family: var(--title-font);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

#lp_contents .sec_column .point_wrap .point_img{
  width: 6rem;
  margin: auto;
}

#lp_contents .sec_column .point_wrap .point{
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.4rem;
  font-family: var(--title-font);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  color: var(--point-color);
}

#lp_contents .sec_column .point_wrap .point .big{
  font-size: 2.4rem;
}


/*------------ modal ------------*/

#lp_contents .modal h3{
  font-family: var(--title-font);
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto 4rem;
}

#lp_contents .modal .brand-group{
  margin: 5rem auto 0;
}

#lp_contents .modal .brand-group-category-name{
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: var(--main-color);
  border-radius: 1rem;
  margin: 0 auto 3rem;
}

/*sec_brand*/
#lp_contents .modal .sec_brand .anker_list{
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}

#lp_contents .modal .sec_brand .anker_list li{
  width: 25rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--main-color);
}

#lp_contents .modal .sec_brand .brand-list{
  width: 100%;
  gap: 0 4rem;
  justify-content: left;
  margin: auto;
}

/*sec_column*/
#lp_contents .modal .sec_column .brand-group p{
  text-align: justify;
}


/*--------------------------------
            Responsive
 --------------------------------*/

@media screen and (max-width: 1600px){
  html {
    font-size: calc(10 * (100vw / 1600));
  }
}

/*--------------------------------
            Layout  SP
 --------------------------------*/
@media (max-width: 767px) {

  html {
    font-size: calc(10 * (100vw / 430));
  }

  #footer{margin-top: -2.5rem;}

  #lp_contents{
  }
  #lp_contents .sp_only{display: block;}
  #lp_contents .pc_only{display: none;}

  #lp_contents p {
    font-size: 1.7rem;
  }

  #lp_contents .inner{
    padding: 4rem 0;
  }
  #lp_contents .note{
    margin-top: 2rem;
  }

  /*------------ ttl ------------*/

  #lp_contents .ttl_blk img{
    width: 10rem;
  }

  #lp_contents .ttl_blk .ttl{
    font-size: 1.6rem;
  }

  #lp_contents .ttl_blk .ttl big{
    font-size: 3rem;
  }

  #lp_contents .ttl_blk .lead{
    font-size: 2.3rem;
    margin: 1.5rem auto 0;
  }

  /*------------ btn ------------*/
  /*link_btn*/
  #lp_contents .link_btn{
    width: 37rem;
  }


  /*------------ sec_mv ------------*/

  #lp_contents .sec_mv{
    padding: 2.2rem 0 0;
  }

  #lp_contents .mv_wrap{
    width: 100%
  }

  #lp_contents .mv_wrap > img{
    width: 7.5rem;
    top: 8rem;
    left: 0.4rem;
  }


  /*------------ section ------------*/

  #lp_contents .sec{
    width: 40rem;
    margin: 0 auto 5rem;
  }


  /*------------ news_list ------------*/

  #lp_contents .news_list{
    margin: 4rem auto 0;
    padding: 1.2rem 1rem;
    width: 40rem;
  }

  #lp_contents .news_list li{
    padding-left: 3rem;
  }


  /*------------ sec_brand ------------*/

  #lp_contents .sec_brand .brand_wrap{
    padding: 2rem 0.5rem 4rem;
  }

  #lp_contents .sec_brand .brand-list{
    width: 39rem;
  }

  #lp_contents .sec_brand .brand-list-item{
    width: 13rem;
  }


  /*------------ sec_column ------------*/

  #lp_contents .sec_column > img{
    width: 8.5rem;
    top: -3.5rem;
    right: -1rem;
  }

  #lp_contents .sec_column p{
    text-align: justify;
  }

  #lp_contents .sec_column .img_blk{
    width: 100%;
  }

  #lp_contents .sec_column .img_blk b{
    font-size: 1.8rem;
  }

  #lp_contents .sec_column .column_wrap{
    padding: 2rem 1.5rem 4rem;
  }

  #lp_contents .sec_column .column_blk{
    width: 37rem;
  }

  #lp_contents .sec_column .column_blk:not(:last-child){
    padding-bottom: 4rem;
    margin: 0 auto 4rem;
  }

  #lp_contents .sec_column .column_blk .column:not(:last-child){
    margin: 0 auto 4rem;
  }

  /*bnr_wrap*/
  #lp_contents .sec_column .bnr_wrap{
    gap: 1.5rem;
  }

  #lp_contents .sec_column .bnr_wrap .bnr_blk{
    width: 37rem;
    padding: 1.5rem 0 2rem;
  }

  #lp_contents .sec_column .column_2 p small{
    line-height: 1.5;
    text-align: left;
  }

  #lp_contents .sec_column .column_3 > img{
    width: 14rem;
    left: -2rem;
  }

  /*point_wrap*/
  #lp_contents .sec_column .point_wrap{
    gap: 1rem;
    width: 37rem;
  }


  /*------------ modal ------------*/

  #lp_contents .modal h3{
    font-size: 2.4rem;
  }

  #lp_contents .modal .brand-group{
    margin: 4rem auto 0;
  }

  #lp_contents .modal .brand-group-category-name{
    font-size: 2.4rem;
    margin: 0 auto 2rem;
  }

  /*sec_brand*/

  #lp_contents .modal .sec_brand .anker_list{
    gap: 1rem;
  }

  #lp_contents .modal .sec_brand .anker_list li{
    width: 13rem;
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #lp_contents .modal .sec_brand .brand-list{
    width: 41rem;
    gap: 1rem;
  }

  /*sec_column*/
  #lp_contents .modal .sec_column .brand-group-category-name{
    font-size: 2rem;
  }

}