@charset "utf-8";

#lp_202310272ndAnniv {
    text-align: center;
    font-size: 14px;
    line-height: 150%;
}

#lp_202310272ndAnniv h2 {
    position: relative;
    margin-top: 24px;
    text-align: center;
    color: #A18235;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
}
#lp_202310272ndAnniv h2 strong {
    font-size: 22px;
    font-weight: 700;
}
/*
#lp_202310272ndAnniv h2:before {
    position: absolute;
    content: "";
    background: url(/images/lp_2nd/title_left.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 26px;
    left: -20px;
    top: 0px;
    display: inline-block;
}
#lp_202310272ndAnniv h2:after {
    position: absolute;
    content: "";
    background: url(/images/lp_2nd/title_right.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 26px;
    right: -20px;
    top: 0px;
    display: inline-block;
}
*/

#lp_202310272ndAnniv .summary_txt {
    margin: 16px auto 0;
    width: calc(100% - 64px);
    text-align: left;
}

#lp_202310272ndAnniv h3 {
    margin-top: 32px;
    text-align: center;
    color: #A18235;
    font-size: 18px;
}

#lp_202310272ndAnniv .anniv_navi {
    width: calc(100% - 0px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin: 8px auto 0;
}
#lp_202310272ndAnniv .anniv_navi li {
    width: 32%;
    margin: 0px auto;
}

/* 各ナビボタン */
#lp_202310272ndAnniv .box {
    cursor: pointer;
    height: auto;
    margin-inline: auto;
    position: relative;
    width: auto;
  }
  /* 画像のスタイル */
  #lp_202310272ndAnniv .box img {
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
  }
  /* 2枚目の画像は最初透明 */
  #lp_202310272ndAnniv  .box img:last-of-type {
    opacity: 0;
    transition: opacity .5s;
  }
  /* hoverすると2枚目の画像が透明じゃなくなる */
  #lp_202310272ndAnniv .box:hover img {
    opacity: 1;
  }

#lp_202310272ndAnniv .anniv_box {
    margin: 40px auto 0;
    padding: 20px 0 0;
    width: calc(100% - 32px);
}
#lp_202310272ndAnniv #anniv01 {
    background: url(/images/lp_2nd/no1.png) no-repeat;
    background-size: 94px 56px;
    background-position: top;
}
#lp_202310272ndAnniv #anniv02 {
    background: url(/images/lp_2nd/no2.png) no-repeat;
    background-size: 94px 56px;
    background-position: top;
}
#lp_202310272ndAnniv #anniv03 {
    background: url(/images/lp_2nd/no3.png) no-repeat;
    background-size: 94px 56px;
    background-position: top;
}
#lp_202310272ndAnniv h4 {
    margin: 8px auto 0px;
    text-align: center;
    color: #222222;
    font-size: 18px;
}
#lp_202310272ndAnniv h4 span {
    color: #222222;
    background: linear-gradient(transparent 50%, #fee6ed 50%);
}
#lp_202310272ndAnniv p.sub_txt {
    margin-top: 16px;
    font-size: 15px;
}
/* 各ボタン */
#lp_202310272ndAnniv .btn {
    margin: 20px auto;
    width: 85%;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-inline: auto;
    height: auto;
}
  /* 画像のスタイル */
  #lp_202310272ndAnniv .btn img {
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
  }
  /* 2枚目の画像は最初透明 */
  #lp_202310272ndAnniv  .btn img:last-of-type {
    opacity: 0;
    transition: opacity .5s;
  }
  /* hoverすると2枚目の画像が透明じゃなくなる */
  #lp_202310272ndAnniv .btn:hover img {
    opacity: 1;
  }

  /* 各ボタン（枠内） */
#lp_202310272ndAnniv .btn2 {
    margin: 20px auto;
    width: 100%;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-inline: auto;
    height: auto;
}
  /* 画像のスタイル */
  #lp_202310272ndAnniv .btn2 img {
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
  }
  /* 2枚目の画像は最初透明 */
  #lp_202310272ndAnniv  .btn2 img:last-of-type {
    opacity: 0;
    transition: opacity .5s;
  }
  /* hoverすると2枚目の画像が透明じゃなくなる */
  #lp_202310272ndAnniv .btn2:hover img {
    opacity: 1;
  }

#lp_202310272ndAnniv .campaign_title {
    width: 90%;
    text-align: center;
    padding: 8px 16px;
    margin: 0px auto 20px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(254, 230, 237, 1) 10% 90%, rgba(255, 255, 255, 1));
  }
#lp_202310272ndAnniv .campaign_data {
    padding: 20px 16px;
    background: #ede8d2;
}

#lp_202310272ndAnniv .campaign_data2 {
    padding: 0px 16px;
    background: #ffffff;
}

#lp_202310272ndAnniv .campaign_done {
    padding: 8px 16px;
    background: #ffffff;
    color: #cc0033;
    display: block;
    border: solid 1px #cc0033;
    opacity: 0.9;

}

#lp_202310272ndAnniv .sub_link {
    margin-top: 20px;
}
#lp_202310272ndAnniv h5 {
    border-top: 1.5px dotted #CEB985;
    border-bottom: 1.5px dotted #CEB985;
    margin-top: 20px;
    padding: 8px 0;
    color: #B19552;
    font-size: 16px;
}
#lp_202310272ndAnniv p.notice {
    margin-top: 20px;
    text-align: left;
}
#lp_202310272ndAnniv .c-title__small {
    text-align: left;
}
#lp_202310272ndAnniv .comingsoon {
    padding: 20px 16px;
    background: #fee6ed;
}
#lp_202310272ndAnniv .comingsoon h6 {
    color: #B19552;
    font-size: 16px;
    background: #ffffff;
    border-radius: 150px;
    padding: 4px;
}
#lp_202310272ndAnniv .comingsoon ul {
    list-style: disc;
    text-align: left;
    margin-left: 16px;
}#lp_202310272ndAnniv .comingsoon ul li {
    margin-top: 4px;
}

#lp_202310272ndAnniv .comingsoon ul li span {
    font-size: 12px;
    line-height: 14px;
}

#lp_202310272ndAnniv .navi1 {
    background: url(/images/lp_2nd/nav1.png) no-repeat 50% top / 100% auto;
    width: auto;
    height: 386px;
}

#lp_202310272ndAnniv .navi1:hover {
    background: url(/images/lp_2nd/nav1_over.png) no-repeat 50% top / 100% auto;
}


