@charset "utf-8";
.fs-l-main {
    margin-bottom: 0;
}

#sec_lp .wrap {
    max-width: 910px;
    margin: 0 auto;
    padding-top: 40px;
    box-sizing: border-box;
    font-family: 'Roboto',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#sec_lp .sp{
    display: none;
}


#sec_lp .anniversary-copy {
    line-height: 32px;
}

#sec_lp p {
    margin: 40px 0 0 0;
    text-align: center;
    line-height: 26px;
}
#sec_lp ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sec_lp a:hover {
    color: #EBC52F;
}

#sec_lp figure {
    margin: 0;
    text-align: center;
}

#sec_lp img {
    margin-top: 40px;
}


#sec_lp section {
    padding: 80px 0;
}

#sec_lp .br-sp {
    display: none;
}

#sec_lp .separator-line {
    border-bottom: 1px solid #E5E5E5;
}

/* パンくずリスト */
#sec_lp .block-topic-path--list {
    display: flex;
    font-size: 18px;
}
#sec_lp .block-topic-path--list a{
    text-decoration: underline;
}

/* mv */
#sec_lp .mv img{
    margin: 0;
    }

/* スケジュールセクション */
#sec_lp .schedule {
    padding: 40px 0 0 0;
}

#sec_lp .schedule ul {
    display: grid;
    gap: 20px 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

#sec_lp .schedule-item a{
    display: block;
    border: 1px solid #000;
    font-size: 22px;
    transition: all .3s ease;
    height: 90px;
}

#sec_lp .schedule-item a:hover {
    border: 1px solid #EBC52F;
}

#sec_lp .schedule-item a > div{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    height: 90px;
}
#sec_lp .schedule-item a p{
    margin: 0;
}

#sec_lp .schedule-item .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#sec_lp .schedule-item .ribbon {
    width: 70px;
    color: #fff;
    position: relative;
    z-index: 10;
}
#sec_lp .schedule-item .ribbon:after  {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 26px;
    border: 1.65em solid #000;
    border-bottom-width: 10px;
    border-bottom-color: transparent;
    z-index: -1;
    display: block;
    transition: all .3s ease;
}
#sec_lp .schedule-item a:hover .ribbon:after  {
    border: 1.65em solid #EBC52F;
    border-bottom-width: 10px;
    border-bottom-color: transparent;
}
#sec_lp .schedule-item .ribbon .number {
    font-size: 30px;
    padding-top: 5px;
}
#sec_lp .schedule-item .ribbon .situation{
    font-size: 16px;
}
#sec_lp .schedule-item .arrow {
    width: 20px;
    position: relative;
}

#sec_lp .schedule-item .arrow:after {
    position: absolute;
    display: block;
    content: '';
    top: 40%;
    right: 0;
    display: block;
    height: 12px;
    width: 12px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-45deg);
    transition: all .3s ease;
  }

  #sec_lp .schedule-item a:hover .arrow:after {
    border-color: #EBC52F;
  }



/* スケジュール6番目以降 */

/* #sec_lp .schedule ul li:nth-child(n+6) a{
    opacity: 0.2;
    pointer-events: none;
	cursor: default;
}
#sec_lp .schedule ul li:nth-child(n+6) a:hover{
    color: #000;
    border-color: #000;
}
#sec_lp .schedule ul li:nth-child(n+6) a:hover .ribbon:after{
    border-color: #000;
    border-bottom-color: transparent;
}
#sec_lp .schedule ul li:nth-child(n+6) a:hover .arrow:after{
    border-color: #000;
} */

.off-anchor {
    opacity: 0.2;
    pointer-events: none;
	cursor: default;
}

.off-anchor:hover{
    color: #000;
    border-color: #000;
}

.off-anchor:hover .ribbon:after{
    border-color: #000;
    border-bottom-color: transparent;
}
.off-anchor:hover .arrow:after{
    border-color: #000;
}



/* スケジュール6番目以降 */
/* #sec_lp .schedule ul li:nth-child(n+6) a{
    line-height: 60px;
} */


/* first以降セクション */
#sec_lp .first {
    border-bottom: 1px solid #E5E5E5;
}

#sec_lp .h-label {
    margin: 0 auto;
    width: 78px;
    line-height: 34px;
    background-color: #000;
    color: #fff;
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 18px;
 }
 #sec_lp .h-label.preview {
    width: 56px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
 }

 
#sec_lp h2 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20.5px 0;
}

#sec_lp .period {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 510px;
    margin: 0 auto;
    padding: 4.5px 0 4.5px 0;
    font-size: 22px;
}

/* #sec_lp p.copy {
    margin-bottom: 40px;
 } */


/* firstセクション */
#sec_lp .register-wrap {
    display: grid;
    gap: 20px 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 }

 #sec_lp .register-wrap section{
    background-color: #F6F6F6;
    max-width: 445px;
    padding: 0;
 }

 #sec_lp .register-wrap section div {
    padding: 30px 0;
 }

 #sec_lp .register-wrap section div .Privilege1 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 38px;
    font-weight: bold;
 }
 #sec_lp .register-wrap section div .Privilege2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
 }
 #sec_lp .register-wrap section div img {
    margin-bottom: 20px;
 }

 #sec_lp .register-wrap section h3{
    margin: 0;
    text-align: center;
    line-height: 50px;
 }
 #sec_lp .register-wrap section.unregistered h3{
    background-color: #CAE284;
    position: relative;
 }
 #sec_lp .register-wrap section h3:before{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 13px;
    height: 13px;
    transform: rotate(-45deg);
    background-color: #CAE284;
 }
 #sec_lp .register-wrap section.registered h3{
    background-color: #F0A0B1;
    position: relative;
 }

 #sec_lp .register-wrap section.registered h3:before{
    background-color: #F0A0B1;
 }

 #sec_lp .register-wrap section p{
    margin: 0;
 }

 #sec_lp .register-wrap figure img{
    margin-top: 0;
}

#sec_lp a.btn {
    display: block;
    padding: 16px 60px 16px 60px;
    background-color: #000000;
    color: #fff;
    transition: all .2s ease;
    font-size: 20px;
    font-weight: bold;
    max-width: 380px;
    margin: 0 auto;
}

#sec_lp a.btn:hover {
    background-color: #EBC52F;
}

/* secondセクション */
#sec_lp .second {
    border-bottom: 1px solid #E5E5E5;
}
#sec_lp p.gift-copy {
    margin-bottom: 40px;
 }
 #sec_lp .second article {
    display: flex;
    justify-content: space-between;
    text-align-last: left;
    background-color: #F6F6F6;
    margin-bottom: 20px;
    border-left: 3px solid #EBC52F;
}

#sec_lp .second article:last-child {
    margin-bottom: 0px;
}
#sec_lp .second article h3,
#sec_lp .second article p {
    margin: 0;
}

#sec_lp .second article figcaption div {
    display: flex;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    margin-bottom: 15px;
    align-items: flex-end;
    width: 100%;
}

#sec_lp .second article h3{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -1px;
}

#sec_lp .second .sub-title {
    font-size: 16px;
    font-weight: normal;
    padding-left: 15px;
}

#sec_lp .second article figcaption{
    margin: 30px 0 30px 40px;
    width: calc(100% - 230px);
    max-width: 540px;
    display: flex;
    flex-direction: column;
}

#sec_lp .second article figcaption p.concept {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
}

#sec_lp .second article figcaption p.set{
    font-size: 16px;
    margin-bottom: 10px;
}
#sec_lp .second article figcaption p.price{
    margin-top: auto;
}

#sec_lp .second article figcaption>p span {
    font-size: 26px;
    font-weight: bold;
    margin-left: 5px;
}
#sec_lp .second article figcaption>p span.tax {
    font-size: 18px;
    margin-left: 0;
}

#sec_lp .second article img {
    margin: 0;
    display: block;
    margin-left: auto;
}
#sec_lp .second article figure{
    margin: 16px 60px 30px 0;
    width: 230px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}


#sec_lp .second .btn {
    text-align-last: center;
    padding: 5px 5px;
    font-size: 16px;
    width: 65%;
}

#sec_lp .happy-bag-size{
    text-align: center;
}
#sec_lp .happy-bag-size img{
    display: block;
    max-width: 568px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}



/* thirdセクション */
/* #sec_lp .third {
    border-bottom: 1px solid #E5E5E5;
} */
#sec_lp .image-picture {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

#sec_lp .link-underline {
    text-decoration: underline;
    font-weight: bold;
}

/* fifthセクション */
.font-b {
    font-weight: bold;
}

.font-s {
    font-size: 14px;
}

#sec_lp .fifth article {
    background-color: #F6F6F6;
    margin-top: 80px;
    /* border-left: 3px solid #EBC52F; */
    position: relative;
}

#sec_lp .fifth article  .tag {
    width: 347px;
    background-color: #bebebe;
    position: absolute;
    top: -28px;
    left: 51px;
    padding: 10px 20px;
}

#sec_lp .fifth article .text-r {
    text-align: right;
    padding: 50px 40px 0 0;
}

#sec_lp .fifth article > div{
    display: flex;
    justify-content: space-between;
    text-align-last: left;
    gap: 20px 20px;
}

#sec_lp .fifth article:first-child {
    margin-top: 40px;
}
#sec_lp .fifth article h3,
#sec_lp .fifth article p {
    margin: 0;
}

#sec_lp .fifth article figcaption div {
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

#sec_lp .fifth article h3{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
}

#sec_lp .fifth .sub-title {
    font-size: 23px;
    font-weight: bold;
    line-height: 2;
    /* padding-left: 15px; */
}

#sec_lp .fifth article figcaption{
    margin: 30px 40px 30px 0;
    /* width: calc(100% - 230px); */
    max-width: 450px;
    display: flex;
    flex-direction: column;
}

#sec_lp .fifth article figcaption p.concept {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.7;
    text-align: left;
}


#sec_lp .fifth article img {
    margin: 0;
    display: block;
    margin-left: auto;
    border: 2px solid #fff;
}
#sec_lp .fifth article figure{
    margin: 16px 0 30px 50px;
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

/* NextTimeセクション */
#sec_lp .NextTime {
    padding-top: 0;
}
#sec_lp .NextTime div {
    position: relative;
    width: 30px;
    height: 100px;
    margin: 0 auto;
}
#sec_lp .NextTime div span{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 25px;
    width: 25px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg);
    transition: all .2s ease;
  }
  #sec_lp .NextTime div span:nth-child(2) {
    top: 30px;
  }
  #sec_lp .NextTime div span:nth-child(3) {
    top: 60px;
  }

  #sec_lp .NextTime p {
    font-size: 26px;
    line-height: 40px;
  }


/* レスポンシブ */
@media screen and (max-width:428px) {
    .fs-l-main {
        padding: 8px 4%;
    }
/* パンくずリスト */
#sec_lp .block-topic-path--list {
    font-size: 12px;
}
#sec_lp .block-topic-path--list li{
    margin-right: 7px;
}

    #sec_lp .wrap {
        padding-top: 0;
    }

    /* mv */
#sec_lp .mv {
    margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

#sec_lp .mv img{
    margin-top: 23px;
    }

    #sec_lp .anniversary-copy {
        font-size: 15px;
        line-height: 21px;
    }
    
#sec_lp p {
    font-size: 14px;
    margin: 40px 0 0 0;
    line-height: 21px;
}

    #sec_lp .pc{
        display: none;
    }
    #sec_lp .sp{
        display: block;
    }

    #sec_lp .br-pc {
        display: none;
    }

    #sec_lp .br-sp {
        display: block;
    }
    

    #sec_lp .fs-l-pageMain h2 {
        font-size: 27px;
        margin: 0 0 15px 0;
        line-height: 40px;
    }

    #sec_lp p {
        margin: 24px 0 0 0;
    }

    #sec_lp img {
        margin-top: 23px;
    }
    #sec_lp section {
        padding: 45px 0;
    }

    /* schedule */
    #sec_lp .schedule ul {
        gap: 10px 20px;
    }

    #sec_lp .schedule ul li a{
        font-size: 17px;
        height: 70px;
    }

    #sec_lp .schedule-item a > div{
    height: 70px;
}

#sec_lp .schedule-item .content p:nth-child(2){
    font-size: 17px;
}

#sec_lp .schedule-item .ribbon {
    width: 50px;
    position: relative;
    height: 100%;
}

#sec_lp .schedule-item .ribbon:before {
    content: '';
    position: absolute;
   left: 0;
   width: 100%;
   top: 0;
   height: 53px;
   background-color: #000;
   z-index: -1;
}

#sec_lp .schedule-item a:hover .ribbon:before  {
    background-color: #EBC52F;
}

#sec_lp .schedule-item .ribbon:after  {
    content: '';
     position: absolute;
    left: 0;
    width: 0px;
    padding: 0;
    margin: 0;
    /* box-sizing: border-box; */
    top: -1px;
    /* height: 90%;
    border-top: 50px solid #000;
    border-right: 10px solid #000;
    border-left: 10px solid #000; */

    border: 1.6em solid #000;

    /* border-top: 2em solid #000; */

    border-bottom-width: 10px;
    border-bottom-color: transparent;
}

#sec_lp .schedule-item .ribbon .number {
    width: 100%;
    font-size: 22px;
    z-index: 100;
}
#sec_lp .schedule-item .ribbon .situation{
    width: 100%;
    font-size: 12px;
    z-index: 100;
}
    
    /* first以降セクション */
    #sec_lp .h-label {
        width: 60px;
        line-height: 28px;
        font-size: 14px;
        margin-bottom: 18px;
     }
     #sec_lp .h-label.preview {
        width: 48px;
     }

      
     #sec_lp h2 {
    font-size: 27px;
    line-height: 40px;
    margin: 0 0 15px 0;
    }

    #sec_lp p.copy {
        margin-bottom: 24px;
     }

     
    #sec_lp .period {
        width: 100%;
        font-size: 17px;
    }

    /* firstセクション */
    #sec_lp a.btn {
        padding: 0px;
        font-size: 18px;
        line-height: 60px;
    }

    #sec_lp .register-wrap {
    display: grid;
    gap: 20px 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 }

 #sec_lp .register-wrap section{
    background-color: #F6F6F6;
    max-width: 445px;
    padding: 0;
 }

 #sec_lp .register-wrap section div {
    padding: 20px 0;
 }

 #sec_lp .register-wrap section div .Privilege1 {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 28px;
 }
 #sec_lp .register-wrap section div .Privilege2 {
    font-size: 14px;
    line-height: 21px;
 }
 #sec_lp .register-wrap section div img {
    margin-bottom: 20px;
 }

 #sec_lp .register-wrap section h3{
    line-height: 38px;
    font-size: 17px;
 }


    /* secondセクション */
    #sec_lp  .second p.copy {
        margin-bottom: 37px;
     }
    #sec_lp .second article {
    flex-direction: column;
    padding: 20px;
    }

    #sec_lp .second article figcaption div {
        flex-direction: column;
        padding-bottom: 2px;
        margin-bottom: 13px;
        align-items: flex-start;
    }

    #sec_lp .second article h3{
        font-size: 20px;
        line-height: 25px;
    }

    #sec_lp .second .sub-title {
        padding-left: 0;
        font-size: 14px;
    }

    #sec_lp .second article figcaption{
        width: 100%;
        margin: 0;
        text-align: left;
    }

    #sec_lp .second article figcaption p.concept {
        font-size: 14px;
        text-align: left;
    }

    
#sec_lp .second article figcaption p.set{
    font-size: 13px;
    text-align: left;
}
#sec_lp .second article figcaption p.price{
    font-size: 14px;
    text-align: left;
    line-height: 25px;
}

#sec_lp .second article figcaption>p span {
    font-size: 20px;
    margin-left: 0px;
}
#sec_lp .second article figcaption>p span.tax {
    font-size: 14px;
}

    
    #sec_lp .second article figcaption{
        padding: 0;
    }
    #sec_lp .second article figcaption>p {
        font-size: 14px;
        margin-bottom: 14px;
    }
    #sec_lp .second article figure{
        padding:  0;
        width: 100%;
        margin: 0 auto;
    }

    #sec_lp .happy-bag-size img{
        width: 90%;
    }

    #sec_lp .second .btn {
        line-height: 45px;
        padding: 0;
        width: 100%;
    }

    /* thirdセクション */
    #sec_lp .image-picture {
        text-align: center;
        font-size: 14px;
        margin-top: 14px;
    }

    /* fifthセクション */
    #sec_lp .fifth article {
        padding: 0  0 20px;
        margin-top: 40px;
    }
    #sec_lp .fifth article > div {
        flex-direction: column-reverse;
        gap: 20px 20px;
    }

    #sec_lp .fifth article .tag {
        width: 100%;
        position: initial;
    }

    #sec_lp .fifth article .text-r {
        text-align: right;
        padding:  10px 20px 0 0;
    }

    #sec_lp .fifth article figcaption {
        margin: 0;
        padding: 20px 20px 0;
    }

    #sec_lp .fifth article h3 {
        font-size: 20px;
    }

    #sec_lp .fifth .sub-title {
        font-size: 20px;
        text-align: left;
    }

    #sec_lp .fifth article figcaption p.concept {
        font-size: 14px;
        text-align: left;
    }

    #sec_lp .fifth article figure {
        margin: 0;
        width: 100%;
    }

    #sec_lp .fifth article img {
        margin: 0 auto;
        width: 90%;
    }

    /* NextTimeセクション */
    #sec_lp .NextTime p {
       font-size: 19px; 
       line-height: 28px;
    }
    
}