@charset "UTF-8";

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

/*------------ Fade In ------------*/


#lp_contents .fadeIn {
  opacity: 0;
  transition: 2s;
}

#lp_contents .fadeIn.active {
  opacity: 1;
}

#lp_contents .fadeInUp {
  opacity: 0;
  transform: translate(0, 5rem);
  transition: 2s;
  display: block;
}

#lp_contents .sec_mv .fadeInUp{ 
  transform: translate(0, 2rem);
}

#lp_contents .fadeInUp.active {
  transform: translate(0, 0);
  opacity: 1;
}

#lp_contents .delay1{
  transition-delay: 0.25s;
}
#lp_contents .delay2{
  transition-delay: 0.5s;
}
#lp_contents .delay3{
  transition-delay: 0.75s;
}
#lp_contents .delay4{
  transition-delay: 1s;
}


/*------------ simplebar ------------*/

#lp_contents .item_wrap *{
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

#lp_contents .item_wrap *::-webkit-scrollbar{
  display:none;
}

#lp_contents .simplebar-track.simplebar-horizontal {
  height: 0.4rem;
  width: 20rem;
  background: rgba(0,0,0,0.1);
  margin: auto;
  border-radius: 0.2rem;
}

#lp_contents .simplebar-track.simplebar-horizontal .simplebar-scrollbar{
  top: 0;
  height: 0.4rem;
  background: #000;
  border-radius: 0.2rem;
}


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

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

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

#lp_contents{
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  /*font-feature-settings: "palt";*/
  letter-spacing: 0.05em;
  color: #000000;
  /*overflow: hidden;*/
  position: relative;
  padding: 8rem 0 10rem;
}
#lp_contents .sp_only{display: none;}
#lp_contents img{width: 100%;display: block;}
#lp_contents a{display: block;}
#lp_contents a:hover{opacity: 1;}
#lp_contents ul li,#LP_page ol li{list-style: none;}
#lp_contents p {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2;
}
#lp_contents small{
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1;
}
#lp_contents sup{
  font-size: 50%;
  margin-top: -0.6rem;
}

#lp_contents > section:not(.sec_mv){
  margin: 12rem auto 0;
}

#lp_contents p.link_btn{
  width: 15rem;
  height: 3rem;
  border-radius: 1.5rem;
  background-color: #DFFD4D;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Kalnia', serif;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 1.5rem;
  transition: all 0.5s;
}

#lp_contents p.link_btn:hover{
  background-color: #000;
  color: #DFFD4D;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}


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

#lp_contents .sec_mv h1{
  padding: 0;
  float: none;
  text-align: center;
  letter-spacing: 0.05em;
}

#lp_contents .sec_mv h1 .l1{
  display: block;
  margin: 0 auto 2rem;
  padding: 0 2.4rem 1rem;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  background-image: url(../img/wave.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

#lp_contents .sec_mv h1 .l2{
  display: block;
  margin: 0 auto 4.2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

#lp_contents .sec_mv h1 .l2 .eng{
  display: inline-block;
  font-size: 2.4rem;
  font-family: 'Kalnia', serif;
  font-weight: 500;
  margin-right: 0.5rem;
}

#lp_contents .sec_mv h1 .l3{
  display: block;
  width: fit-content;
  padding: 0 3rem 1.2rem;
  margin: 0 auto 3.2rem;
  position: relative;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 3.6rem;
  font-weight: 800;
  background-image: url(../img/double_quotes_front.svg),url(../img/double_quotes_back.svg);
  background-position: top left,bottom 1.2rem right;
  background-repeat: no-repeat;
  position: relative;
}

#lp_contents .sec_mv h1 .l3:before{
  content: '';
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 1s;
}

#lp_contents .sec_mv h1 .l3.active:before{
  width: 100%;
}

#lp_contents .sec_mv h1 .l3 .eng{
  font-family: 'Kalnia', serif;
  font-weight: 500;
}

#lp_contents .sec_mv h1 .l3 big{
  display: inline-block;
  margin: 0 1rem;
  font-family: 'Kalnia', serif;
  font-size: 6.2rem;
  font-weight: 500;
}

#lp_contents .sec_mv h1 .l4{
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 auto 2rem;
}

#lp_contents .sec_mv h1 small{
  margin-top: 2rem;
  font-weight: 700;
}

#lp_contents .sec_mv .lead{
  width: 100rem;
  margin: 6rem auto 0;
  padding: 3rem;
  background-color: #F8F8F8;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75;
}


/*------------ nav ------------*/

#lp_contents nav{
  position: relative;
  width: 100rem;
  height: 8rem;
  margin: 8rem auto 0;
  border-radius: 4rem;
  background-color: #DFFD4D;
}

#lp_contents nav:before{
  content: '';
  width: 1px;
  height: 6rem;
  background-size: 0,0,0,2px 4px;
  background-image: linear-gradient(to right, #7E7E7E 2px, transparent 2px),linear-gradient(to bottom, #7E7E7E 2px, transparent 2px),linear-gradient(to left, #7E7E7E 2px, transparent 2px),linear-gradient(to top, #7E7E7E 2px, transparent 2px);
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

#lp_contents nav ul{
  display: flex;
  align-items: center;
  height: 100%;
}

#lp_contents nav li{
  width: 50%;
}

#lp_contents nav a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

#lp_contents nav p{
  line-height: 1.5;
}

#lp_contents nav .eng{
  font-family: 'Kalnia', serif;
  font-size: 1.8rem;
  font-weight: 500;
}

#lp_contents nav .jpn{
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.5rem;
}

#lp_contents nav .jpn big{
  font-size: 1.8rem;
  font-weight: 700;
}

#lp_contents nav .arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background-color: #fff;
  transition: all 0.5s;
}

#lp_contents nav a:hover .arrow{
  background-color: #000;
}

#lp_contents nav .arrow:before{
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
}

#lp_contents nav a:hover .arrow:before{
  border-color: #DFFD4D;
}


/*------------ sec_topics ------------*/

#lp_contents .sec_topics{
  width: 130rem;
  padding: 8rem 0;
  border: 1px solid;
  position: relative;
}

#lp_contents .sec_topics .topics_number{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  font-family: 'Kalnia', serif;
  font-weight: 500;
  font-size: 5.2rem;
  line-height: 1;
  padding: 0 4rem;
  background-color: #fff;
  width: fit-content;
}

#lp_contents .sec_topics .topics_ttl{
  text-align: center;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.75;
}

#lp_contents .sec_topics .topics_ttl big{
  font-size: 3.4rem;
  font-weight: 700;
  border-bottom: 4px solid #DFFD4D;
}

#lp_contents .sec_topics .topics_lead{
  text-align: center;
  line-height: 1.75;
  margin: 3rem auto 0;
}

/*staff_wrap*/
#lp_contents .sec_topics .staff_wrap{
  position: relative;
}

#lp_contents .sec_topics .staff_wrap .staff_blk{
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin: 6rem auto 0;
  position: relative;
}

#lp_contents .sec_topics .staff_wrap:not(:last-child){
  padding-bottom: 10rem;
  margin: 6rem auto 10rem;
}

#lp_contents .sec_topics .staff_wrap:not(:last-child):before{
  content: '';
  width: 120rem;
  height: 1px;
  background-size: 4px 2px;
  background-image: linear-gradient(to right, #7E7E7E 2px, transparent 2px);
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

/*staff_blk*/
#lp_contents .sec_topics .prof_blk{
  width: 40rem;
  height: fit-content;
  padding: 4rem;
  border-radius: 3rem;
  position: sticky;
  top: 11rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#lp_contents .sec_topics .staff_1 .prof_blk{background-color: #44AA8B;}
#lp_contents .sec_topics .staff_2 .prof_blk{background-color: #89BAD6;}
#lp_contents .sec_topics .staff_3 .prof_blk{background-color: #C593C7;}

#lp_contents .sec_topics .staff_wrap .staff_number{
  position: absolute;
  top: 4rem;
  left: 3rem;
  font-family: 'Kalnia', serif;
  font-weight: 500;
  font-size: 5rem;
  line-height: 1;
  transform: rotate(90deg);
  transform-origin:left top;
}

#lp_contents .sec_topics .staff_wrap.staff_3 .staff_number{
  left: 2rem;
  font-size: 3.6rem;
}

#lp_contents .sec_topics .prof_blk .l1{
  text-align: center;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto 2rem;
}

#lp_contents .sec_topics .prof_blk figure{
  width: 25rem;
  border-radius: 3rem;
  margin: 0 auto 2rem;
  overflow: hidden;
}

#lp_contents .sec_topics .prof_blk figure img{
  width: 25rem;
  height: 25rem;
  object-fit: cover;
}

#lp_contents .sec_topics .prof_blk .staff_name{
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto 0.5rem;
}

#lp_contents .sec_topics .prof_blk .staff_text{
  font-size: 1.2rem;
  line-height: 1.75;
}

/*article_blk*/
#lp_contents .sec_topics .article_blk{
  width: 54rem;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
}

#lp_contents .sec_topics .article_blk .article{
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

#lp_contents .sec_topics .article_blk p a{
  display: inline-block;
  text-decoration: underline;
  font-family: 'Kalnia', serif;
  font-weight: 500;
}

#lp_contents .sec_topics .article_blk p span{
  display: block;
  width: fit-content;
  background-color: #DFFD4D;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0.8rem;
  line-height: 1;
}

#lp_contents .sec_topics .article_blk p span.eng{
  font-family: 'Kalnia', serif;
  font-size: 2.2rem;
  font-weight: 500;
}
#lp_contents .sec_topics .article_blk p span.jpn{
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.9rem;
  font-weight: 700;
}

#lp_contents .sec_topics .article_blk p b{
  display: block;
  font-size: 1.8rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}


#lp_contents .sec_topics .article_blk .staff_commnet{
  background-color: #fff;
  border-radius: 3rem;
  padding: 3rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  gap: 2rem;
}

#lp_contents .sec_topics .article_blk .staff_commnet figure{
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  overflow: hidden;
}

#lp_contents .sec_topics .article_blk .staff_commnet p{
  width: 38rem;
  font-size: 1.3rem;
  line-height: 1.75;
  text-align: justify;
}

/*item_blk*/
#lp_contents .sec_topics .item_blk{
  width: 100rem;
  background-color: #F8F8F8;
  border-radius: 3rem;
  padding: 5rem;
  margin: 8rem auto 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#lp_contents .sec_topics .item_blk .item_ttl{
  text-align: center;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3rem;
}

#lp_contents .sec_topics .item_blk ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5rem;
}

#lp_contents .sec_topics .item_blk li{
  width: 42.5rem;
  position: relative;
}

#lp_contents .sec_topics .item_blk li:nth-child(even):before{
  content: '';
  width: 1px;
  height: 15rem;
  background-size: 0,0,0,2px 4px;
  background-image: linear-gradient(to right, #7E7E7E 2px, transparent 2px),linear-gradient(to bottom, #7E7E7E 2px, transparent 2px),linear-gradient(to left, #7E7E7E 2px, transparent 2px),linear-gradient(to top, #7E7E7E 2px, transparent 2px);
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  left: -2.5rem;
  z-index: 1;
}

#lp_contents .sec_topics .item_blk li:nth-child(n+3):after{
  content: '';
  width: 100%;
  height: 1px;
  background-size: 4px 2px;
  background-image: linear-gradient(to right, #7E7E7E 2px, transparent 2px);
  background-repeat: repeat-x;
  position: absolute;
  top: -2.5rem;
  left: 0;
  z-index: 1;
}

#lp_contents .sec_topics .item_blk li a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

#lp_contents .sec_topics .item_blk figure{
  width: 15rem;
}

#lp_contents .sec_topics .item_blk .text_blk{
  width: 25rem;
}

#lp_contents .sec_topics .item_blk .text_blk p{
  font-size: 1.3rem;
  line-height: 1.75;
}


/*------------ sec_lineup ------------*/

#lp_contents .sec_lineup{
  width: 130rem;
  background-color: #F8F8F8;
  padding: 6rem;
}

#lp_contents .sec_lineup .lineup_ttl{
  text-align: center;
  font-family: 'Kalnia', serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 3rem;
}

#lp_contents .sec_lineup ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}

#lp_contents .sec_lineup li{
  width: 25rem;
}

#lp_contents .sec_lineup img{
  mix-blend-mode: multiply;
}

#lp_contents .sec_lineup .text_blk{
  width: 15rem;
  margin: 1.5rem auto 0;
}

#lp_contents .sec_lineup .text_blk p:not(.link_btn){
  font-size: 1.3rem;
  line-height: 1.5;
}


/*------------ sec_link ------------*/

#lp_contents .sec_link p.link_btn{
  width: 45rem;
  height: 8rem;
  border-radius: 4rem;
  background-color: #000;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  margin: 8rem auto 0;
}

#lp_contents .sec_link p.link_btn:hover{
  color: #DFFD4D;
}


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

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


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

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

#lp_contents{
  padding: 4rem 0 10rem;
}
#lp_contents .sp_only{display: block;}
#lp_contents .pc_only{display: none;}

#lp_contents p {
  font-size: 1.4rem;
}
#lp_contents small{
  margin-top: 1.5rem;
  font-size: 1rem;
}
#lp_contents > section:not(.sec_mv){
  margin: 8rem auto 0;
}


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

#lp_contents .sec_mv h1 .l1{
  margin: 0 auto 2.4rem;
}

#lp_contents .sec_mv h1 .l2{
  margin: 0 auto 0.8rem;
  font-size: 1.6rem;
}

#lp_contents .sec_mv h1 .l2 .eng{
  font-size: 2rem;
}

#lp_contents .sec_mv h1 .l3{
  padding: 0;
  margin: 0 auto 2rem;
  font-size: 3rem;
  line-height: 1.4;
  background-position: top 3.5rem left,bottom 3rem right;
}

#lp_contents .sec_mv h1 .l3:before{
  content: none;
}

#lp_contents .sec_mv h1 .l3 .line_sp{
  position: relative;
}

#lp_contents .sec_mv h1 .l3 .line_sp:before{
  content: '';
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  transition: all 2s;
  transition-delay: 1s;
}

#lp_contents .sec_mv h1 .l3 .line_sp.active:before{
  width: 100%;
}

#lp_contents .sec_mv h1 .l3 big{
  margin: 0;
  font-size: 3.6rem;
}

#lp_contents .sec_mv h1 .l4{
  font-size: 2rem;
  margin: 0 auto 2rem;
}

#lp_contents .sec_mv h1 small{
  margin-top: 2rem;
}

#lp_contents .sec_mv .lead{
  width: 100%;
  margin: 4rem auto 0;
  padding: 3rem 0 3.5rem;
  font-size: 1.3rem;
}


/*------------ nav ------------*/

#lp_contents nav{
  width: 100%;
  height: auto;
  margin: 4rem auto 0;
  border-radius: 0;
  background-color: initial;
}

#lp_contents nav:before{
  content: none;
}

#lp_contents nav ul{
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

#lp_contents nav li{
  position: relative;
  width: 40rem;
  height: 7rem;
  border-radius: 3.5rem;
  background-color: #DFFD4D;
  padding: 0 1.5rem;
}

#lp_contents nav a{
  justify-content: start;
  gap: 2rem;
  height: 100%;
}

#lp_contents nav .jpn{
  font-size: 1.3rem;
}

#lp_contents nav .jpn big{
  font-size: 1.6rem;
}

#lp_contents nav .arrow{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
  width: 2.5rem;
  height: 2.5rem;
}

#lp_contents nav .arrow:before{
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
}


/*------------ sec_topics ------------*/

#lp_contents .sec_topics{
  width: 41rem;
  padding: 5rem 0;
}

#lp_contents .sec_topics .topics_number{
  font-size: 3.6rem;
  padding: 0 2rem;
}

#lp_contents .sec_topics .topics_ttl{
  font-size: 1.9rem;
}

#lp_contents .sec_topics .topics_ttl big{
  font-size: 2.5rem;
}

#lp_contents .sec_topics .topics_lead{
  margin: 3rem auto 0;
}

/*staff_wrap*/
#lp_contents .sec_topics .staff_wrap .staff_blk{
  flex-wrap: wrap;
  gap: 5rem;
  margin: 5rem auto 0;
}

#lp_contents .sec_topics .staff_wrap:not(:last-child){
  padding-bottom: 5rem;
  margin: 5rem auto;
}

#lp_contents .sec_topics .staff_wrap:not(:last-child):before{
  width: 100%;
}

/*staff_blk*/
#lp_contents .sec_topics .prof_blk{
  width: 33rem;
  padding: 2.5rem;
  position: static;
}

#lp_contents .sec_topics .staff_wrap .staff_number{
  top: 8rem;
  left: 6.5rem;
  font-size: 4rem;
}

#lp_contents .sec_topics .staff_wrap.staff_3 .staff_number{
  top: 4rem;
  left: 6rem;
  font-size: 3rem;
}

#lp_contents .sec_topics .prof_blk figure{
  width: 20rem;
}

#lp_contents .sec_topics .prof_blk figure img{
  width: 20rem;
  height: 20rem;
}

#lp_contents .sec_topics .prof_blk .staff_name{
  font-size: 1.4rem;
}

/*article_blk*/
#lp_contents .sec_topics .article_blk{
  width: 100%;
  gap: 5rem;
}

#lp_contents .sec_topics .article_blk .article{
  gap: 2.5rem;
}

#lp_contents .sec_topics .article_blk p{
  padding: 0 2rem;
}

#lp_contents .sec_topics .article_blk p span.eng{
  font-size: 2rem;
}
#lp_contents .sec_topics .article_blk p span.jpn{
  font-size: 1.7rem;
}

#lp_contents .sec_topics .article_blk p b{
  font-size: 1.7rem;
}

#lp_contents .sec_topics .article_blk .staff_commnet{
  margin: auto;
  padding: 1.2em;
  gap: 1rem;
}

#lp_contents .sec_topics .article_blk .staff_commnet figure{
  width: 6rem;
  height: 6rem;
}

#lp_contents .sec_topics .article_blk .staff_commnet p{
  width: 26.1rem;
  padding: 0;
}

/*item_blk*/
#lp_contents .sec_topics .item_blk{
  width: 37rem;
  padding: 2.5rem 0;
  margin: 5rem auto 0;
}

#lp_contents .sec_topics .item_blk .item_ttl{
  font-size: 2rem;
  margin-bottom: 2rem;
}

#lp_contents .sec_topics .item_blk .item_wrap{
  padding-bottom: 3rem;
  overflow: scroll;
}

#lp_contents .sec_topics .item_blk ul{
  flex-wrap: nowrap;
  justify-content: start;
  gap: 1.5rem;
  padding-left: 2.5rem;
}

#lp_contents .sec_topics .item_blk li{
  width: 15rem;
}

#lp_contents .sec_topics .item_blk li.space{
  padding: 1px;
}

#lp_contents .sec_topics .item_blk li:nth-child(even):before{
  content: none;
}

#lp_contents .sec_topics .item_blk li:nth-child(n+3):after{
  content: none;
}

#lp_contents .sec_topics .item_blk li a{
  gap: 1rem;
}

#lp_contents .sec_topics .item_blk figure,
#lp_contents .sec_topics .item_blk .text_blk{
  width: 100%;
}

#lp_contents .sec_topics .item_blk .text_blk p{
  font-size: 1.2rem;
}


/*------------ sec_lineup ------------*/

#lp_contents .sec_lineup{
  width: 100%;
  padding: 5rem 0;
}

#lp_contents .sec_lineup .lineup_ttl{
  font-size: 3.6rem;
}

#lp_contents .sec_lineup ul{
  gap: 1.5rem 2.5rem;
}

#lp_contents .sec_lineup li{
  width: 19.25rem;
}


/*------------ sec_link ------------*/

#lp_contents .sec_link p.link_btn{
  width: 40rem;
  margin: 5rem auto 0;
}

}