ul,li,dd,dt{
    margin: 0;
    padding: 0;
}
li{
   list-style: none;
}

.lp-page-title {
    position: relative;
    text-align: center;
}
.lp-page-title .lp-title{
    width: 32%;
    margin: 0px auto;
    position: absolute;
    top:22%;
    left: 0;
    right: 0;
    z-index: 1;
}

.lp-page-title .bg-title{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}
.lp-page-title .bg-title img{
    width: 100%;
}
.lp-page-title .anime-1{
    width: 8%;
    position: absolute;
    top: 58%;
    left: auto;
    right: 14%;
    z-index: 1;
    animation: s-anime-1 2.2s ease-in forwards;
}


.lp-page-title .anime-2{
    width: 8%;
    position: absolute;
    top: 77%;
    left: auto;
    right: 51%;
    z-index: 1;
    animation: s-anime-2 2s ease-in forwards;
}
.lp-page-title .anime-3{
    width: 7.5%;
    position: absolute;
    bottom: 9%;
    right: auto;
    left:15%;
    z-index: 1;
    animation: s-anime-3 2s ease-in forwards;
}
@keyframes s-anime-1 {

  0% {
    top: 58%;
    left: auto;
    right: 14%;
      transform:rotateZ(0);
  }
 
  100% {
    top: 42%;
    left: auto;
    right: 14%;
      transform:rotateZ(-360deg);
  }

}
@keyframes s-anime-2 {

  0% {
    top: 77%;
    left: auto;
    right: 51%;
      transform:rotateZ(15deg);
  }

  100% {
    top: 51%;
    left: auto;
    right: 10%;
      transform:rotateZ(-10deg);
  }

}
@keyframes s-anime-3 {

  0% {
     bottom: 9%;
    right: auto;
    left:15%;
      transform:rotateZ(0);
  }

  100% {
     bottom: 17%;
    right: auto;
    left:60%;
      transform:rotateZ(-15deg);
  }

}
.c-post-container{
    margin-top: 0;
    padding-top: 0;
}
.top-block{
   background: #005AAE; 
    padding: 1px 0 0px;
   
}
.top-block .image-b{
    background: url(../img/hug_bg_01.jpg) left bottom no-repeat;
  background-size: 100%;
    color: #fff;
    padding-bottom: 47px;
    
}



.scroll{
    text-align: center;
    position: relative;
    display: block;
    width: 20px;
        margin: 0 auto 45px;
    padding-left: 2%;
}

/* スクロールダウンの位置 */
.anime-scroll {
  writing-mode: vertical-rl;
    display: inline-block;
    font-size: 11px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}
/* 線のアニメーション部分 */
.anime-scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  content: "";
  height: 64px;
  left: 0;
  top:0;
  margin: auto;
  position: absolute;
  width: 1px;
  z-index: 2;
}

.anime-scroll::after {
    animation: scroll-2 2s infinite;
      content: "";
    position: absolute;
    top: 54px;
    left: 2px;
    width: 1px;
    border-radius: 9999px;
    background-color: #fff;
    transform: rotate(30deg);
}
/* 線のアニメーション */

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
@keyframes scroll-2 {
  0% {
    height: 0px;
  }
51% {
    height: 0px;
  }
  100% {
    height: 10px;
  }
}
.anime-4{
    text-align: center;
    position: relative;
    display: block;
    margin: 0 auto;
}


.l-image{
    margin: 0;
}
.you-tube {
width: 92%;
aspect-ratio: 16/9;
    margin: 10px auto;
}
.you-tube iframe {
width: 100%;
height: 100%;
}
.top-block .lp-section-title{
    display: block;
    width: 92%;
    margin: 25px auto 10px;
    text-align: center;
    font-size: 18px;
     font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 2em;
    padding-bottom: 20px;
    background-image: radial-gradient(circle, #ffffff 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
}
.top-block .lp-section-title span{
    font-size: 36px;
    display: block;
    font-weight: 400;
}
.top-block h3.title{
    display: block;
    width: 92%;
    margin: 18px auto 40px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
.p-home-menu-container{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.c-grid-menu-icon .label:after {
    content: "";
    background: url(../img/icon_blank.svg) 50% 50% / contain no-repeat transparent;
    transition: transform 0.2s ease-in;
    padding: 6px 6px;
    margin-left: 6px;
}
.c-grid-menu-icon li a {
    width: 60%;
}
.info-text{
    display: block;
    width: 92%;
    margin: 60px auto 210px;
}
.info-text dt{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
.info-text dd{
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
.nav-main {
    width: 100%;
    background: url(../img/bg_h_t.png) ;
    background-size: 100% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 5px;
}
.nav-main ul{
    width: 90%;
    margin: 50px auto 5px;
}
.nav-main ul li{
    position: relative;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    
}

.nav-main ul li:before{
     content: "";
    background: url(../img/menu_parking.svg) ;
    background-size: 100% auto;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 30px 30px;
    margin-right: 7px;
}
.nav-main ul li.icon-skate:before{
    background: url(../img/menu_skate.svg) ;
    background-size: 100% auto;
    background-position: left center;
}
.nav-main ul li.icon-garden:before{
    background: url(../img/menu_garden.svg) ;
    background-size: 100% auto;
    background-position: left center;
}
.nav-main ul li.icon-bike-cycle:before{
    background: url(../img/menu_bike_cycle.svg) ;
    background-size: 100% auto;
    background-position: left center;
}
.nav-main ul li:hover:before{
     opacity: 0.7;
}
.nav-main ul li a{
    display: block;
     color: #005aae;
    font-size: 25px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.2em;
    font-weight: 400;
    text-decoration: none;
    padding-left: 5px;
    letter-spacing: 1px;
    transition : all 0.5s;
}
.nav-main ul li.icon-bike-cycle a{
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 400;
}
.nav-main ul li.icon-bike-cycle a .text-1{
    font-size: 15px;
    line-height: 1.0em;
    font-weight: 400;
}
.nav-main ul li a:hover{
   opacity: 0.7;
}


.nav-main ul li a span{
    font-size: 10px;
    line-height: 1.4em;
    font-weight: 600;
    display: block;
}

.section-block{
    width: 100%;
    background: url(../img/bg_h_t.png) ;
    background-size: 100% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 15px;
}
.section-block.bg-none{
    width: 100%;
    background: none;
}

.section-block h2.hug-title{
    width: 100%;
    background: url(../img/bg_h_b.png) ;
    background-size: 100% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding: 5px 4% 10px;
    aspect-ratio: 16/6.9;
    line-height: 1.3em;
}

.section-block h2.hug-title span{
    font-size: 14px;
    color: #005aae;
}



.content-block{
    margin-bottom: 15px;
}
.content-block.mb-0{
    margin-top: 20px;
    margin-bottom: 0px;
}
.content-block .content-inner{
width: 92%;
    margin-left: auto;
    margin-right: auto;
}


.content-block a {
    transition : all 0.5s;
}

.content-block p {
    font-size: 14px;
    line-height: 1.6em;
    letter-spacing: 0.5px;
}
.content-block .details {
    width: 100%;
    margin: 0;
    border-bottom: #A8A8A8 1px solid;
    font-size: 12px;
    line-height: 1.4em;
}
.content-block .details:first-child {
    border-top: #A8A8A8 1px solid;
    
}

.content-block .details__summary {
  position: relative;
  cursor: pointer;
  background: #fff;
  margin: 0;
  padding: 15px 4%;
    
}
.details__summary:hover {
  opacity: 0.7;
    
}
.l-btn.details__summary {
  position: relative;
  cursor: pointer;
  background: #005aae;
  padding: 11px 4%;
    color: #fff;
    width: 64%;
    margin: 15px auto;
    text-align: center;
    font-size: 12px;
    line-height: 1.0em;
    letter-spacing: 1px;
    transition : all 0.5s;
}
.l-btn.details__summary:hover {
  opacity: 0.7;
}
.details__summary::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  width: 10px;
  height: 1px;
  background-color:#005aae;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.details__summary::after{
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  width: 10px;
  height: 1px;
  background-color:#005aae;
  transition: all .3s ease-in-out;
}
.l-btn.details__summary::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  width: 10px;
  height: 1px;
  background-color:#fff;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.l-btn.details__summary::after{
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  width: 10px;
  height: 1px;
  background-color:#fff;
}

ol.use-list{
    padding-left: 2em;
}
ol.use-list li{
    list-style-type: decimal;
    font-size: 14px;
    line-height: 1.6em;
    letter-spacing: 0.5px;
}
ol.use-list li::marker{
   text-align: left;
    width: 3em;
}
.details{
  margin-bottom: 15px;
}
.details__summary.active::before {
  transform: rotate(0deg);
}
.details__content {
  overflow: hidden;
  margin: 0;
  padding: 0 4%;
  transition: all 0.4s ease-out;
  opacity: 0;
  height: 0;
}
.content-block .details__content {
    background: #EAEEF1;
    font-size: 12px;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.details__content.active {
  opacity: 1;
    height: auto;
     padding: 0 4%;
}
.content-block .details__content.active {
  opacity: 1;
    height: auto;
    padding: 15px 4%;
    
}


.details__content p {
  margin: 0;
  padding: 0;
}

.content-block h3.hug-title{
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    color: #005aae;
    display: block;
    margin-top: 7px;
    padding: 10px 4%;
    background: #ebf4f7;
    letter-spacing: 1px;
    
}
.content-block .content-table{
    width: 100%;
    margin: 0 auto 10px;
    border-collapse: collapse;
    border-top: solid 1px #cecccc;
}
.content-block .content-table tr {
    border-bottom: solid 1px #cecccc;
    
    line-height: 1.3em;
    
}
.content-block .content-table th {
    vertical-align: middle;
    text-align: center;
    padding: 7px 0;
}
.content-block .content-table th.t-text{
    text-align: left;
    
}
.content-block .content-table th span{
    background:#005aae; 
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    display: block;
    margin:5px 20px 5px 0;
    padding: 5px 0;
    
}
.content-block .content-table td{
    font-size: 14px;
    line-height: 1.2em;
    color: #5a5a5a;
    padding: 7px 0;
}
.btn{
   display: block;
    margin-top: 3px;
    
    text-align: right;
}
.btn.port-btn{
    margin-top: -20px;
}
.btn a{
   display: block;
    width: 44%;
    padding: 10px 1rem;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    color: #005aae;
    text-decoration: none;
    border: 1px solid #005aae;
    opacity: 1 !important;
    cursor: pointer;
    text-align: center;
    margin: 0px 0 20px auto;
}
.btn a:hover{
   background: #005aae;
    color: #fff;
}

.btn a span{
   display: inline-block;
    width: 90%;
}
.content-table .btn a{
    width: 70%;
    margin: 0px auto 0px 0;
}

.btn a::after {
    content: "";
    background: url(../img/icon_blank_b.svg) 50% 50% / contain no-repeat transparent;
    transition: transform 0.2s ease-in;
    padding: 6px 6px;
    margin-left: 6px;
}
.btn a:hover::after {
    content: "";
    background: url(../img/icon_blank.svg) 50% 50% / contain no-repeat transparent;
    transition: transform 0.2s ease-in;
    padding: 6px 6px;
    margin-left: 6px;
}

.footer-img{
    background: #005aae;
    margin: 0;
    padding: 0 0 30px;
    color: #fff;
    text-align: center;
}
.sns-box{
    width: 7.2%;
    margin: 10px auto 25px;
    
}
.sns-box img{
    width: 100%;
    
}
.footer-logo{
    width: 10.5%;
    margin: 10px auto 15px;
}

.text-f-01{
    font-size: 11px;
    line-height: 1.4em;
    letter-spacing: 1px;
}
.text-f-02{
    font-size: 10px;
    line-height: 1.8em;
    letter-spacing: 1px;
    
}
.content-banner .content-inner{
width: 90%;
    margin: 25px auto 0;
}
.content-banner p{
    margin-bottom: 13px;
}
.content-banner p:last-child{
    margin-bottom: 0px;
}
p.small-font{
    font-size: 14px;
    margin-bottom: 5px;
}
.section-block .mb10{
    margin-bottom: 10px;
}
.pagetop {
    border: 1px solid #fff!important;
    }