
/******************************/
/*周年記念*/
/******************************/

html,body{
  height: 100%;/*高さを100%にして描画エリアをとる*/
}
.amazon{
  display: none;
}
#particles-js{ 
  position:fixed;/*描画固定*/
  top:0;
  z-index:1;
  width: 100%;
  height: 100%;
}
#wrapper{
  position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 0;
  width:100%;
  height: 100%;
}
section.mv{
  z-index: 0;
  position: relative;
}
div.cpn_container, .anchor_list a{
  z-index: 3;
}
.layout_header{
  z-index: 100;
  position: relative;
}
.FS2_lower_comment {
  z-index: 10;
  position: relative;
}
.layout_footer {
  z-index: 10;
  position: relative;
}
.comment_pattern{
  display:none;
}
.special .item_area{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 599px) {
  .special .item_area {
    display: inline-block;
  }
}
.special .main_catch .container {
  /*width: 1120px;*/
  height: 100%;
  padding: 6rem 0;
  text-align: justify;
} 
.special .main_catch .text {
  margin-bottom: 1rem;
}        
.item_list .item_area .col {
  width: 42%;
  margin-bottom: 6rem;
  position: relative;
}
.item_area .col.right {
  margin-left: 6%;
}
.item_list .item_area.row .col {
  margin-bottom: 0;
}
.item_area.col_center {
  justify-content: center;
}
.item_area.col_center .col3:nth-child(2) {
  margin-right: 5%;
  margin-left: 5%;
}
.item_area.row {
  justify-content: center;
}
.item_area {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item_area .data_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*.item_list .item_area .col3 {
  width: 30%;
  position: relative;
}*/

/*.item_list .item_area .col4 {
  width: 24%;
}*/


.special.anniversary {
  background: none;
  background-color: #fffff9;
  font-family: 'Noto Serif JP', serif;
  color: #47413f;
}
.anniversary .mv {
  background: #fffff9;
}
.anniversary .mv .bg {
  background-image: url(/images/Anniversary/2025/2025An_fv.jpg);
}
.anniversary .baloon {
  position: absolute;
  width: 20vw;
  bottom: -4vw;
  right: 4vw;
  overflow: visible;
  /* z-index: 999;*/
}
.special.anniversary .lead{
  text-align: center;
}
.anniversary .main_catch h1{
  margin-left: 0;
  margin-bottom: 2rem;
  color: #6d4826;
}
.anniversary .main_catch .text p {
  margin-bottom: 1.4rem;
  margin-left: 0;
}
.cpn {
  padding: 4rem 0 6rem;
  background: #f9cf4f;
  background: #e7dfcb;
}

.anniversary .cpn_container {
  /*width: calc(100% - 10rem);*/
  max-width: 1120px;
  margin: 0 auto 3rem;
  width: calc(100% - 2rem);
  height: 100%;
  position: relative;
  padding: 4rem 6rem;
  background: #fff;
}
.anniversary .item_list .sec_ttl {
  color: #47413f;
  font-size: clamp(1.2rem, 1.308rem + 0.25vw, 1.6rem);
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 1rem;
}

.anniversary .item_list span {
  color: #c21632;
  font-size: 130%;
  font-weight: bold;
}

.anniversary .item_list .period {
  color: #c21632;
  font-size: clamp(1rem, 0.908rem + 0.25vw, 1.2rem);
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  border: 1px solid #c21632;
  display: inline-block;
}
.anniversary .item_list .limited{
    color: #fff;
    background: #c12235;
    font-weight: bold;
    display: inline-block;
    z-index: 2;
    padding: 10px 12px 10px;
    font-size: 1.1rem;
}
.cpn_no p.circle {
  position: absolute;
  top: 40%;
  left: -50px;
  margin: 0;
  color: white;
  background: #c3a84d;
  font-size: 2.4rem;
  display: inline-block;
  z-index: 2;
  width: 100px;
  padding: 30px 10px 32px;
  /*border-radius: 50%;*/
  /*transform: rotate(-10deg);*/
  font-weight: normal;
  line-height: .9;
  text-align: center;
}
.anniversary .cove-txt p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
  background: #f5f5f5;
  background: #faf6ed;
  padding: 1.6rem;
}
.anniversary .cove-txt.ex p {
  font-size: clamp(1.1rem, 1.054rem + 0.12vw, 1.2rem);
  margin-bottom: 3rem;
  color: #6d4826;
  line-height: 1.6;
  text-align: left;
  background: none;
  padding: 0;
}
.anniversary .item_list .cove-txt.ex p span {
  font-size: 110%;
  background: linear-gradient(transparent 52%, #F9EB7D 65%);
  font-weight: bold;
  color: #6d4826;
}

.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1.1);
    opacity: 1;
  }
}

.anniversary .anchor_list a.end:hover {
  border: 6px solid #ddd;
}
.anniversary .item_list .end span {
  color: #47413f;
}
.anniversary .cpn_end {
  position: absolute;
  width: 80%;
  top: 38%;
  left: 10%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #6d4826;
  padding: 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  z-index: 100;
}
.anniversary .item_list .sec_lead {
  padding: 0.6rem 2rem;
}

.anniversary .item_list .sec_lead p {
  line-height: 1.6;
}
.anniversary .item_list.item_list .item_area .col {
  width: 30%;
}
.anniversary .item_list.item_list .item_area .col.right {
  width: 64%;
}
#cpn_1 .item_area.row{
  margin-bottom:2rem;
}
#cpn_1 table{
border-spacing:0
}

@media(max-width:1024px) {
  .anniversary .cpn_container{
    width: calc(100% - 6rem);
}
}
@media(max-width:599px) {
    .special .main_catch .container {
        padding: 0 0 2rem;
        width: 100%;
        height: 100%;
    }
  .anniversary .cpn_container{
    width: calc(100% - 2rem);
    padding: 3rem 1.6rem;
  }
  .anniversary .item_list.item_list .item_area .col {
    width: 100%;
    margin-bottom: 2rem;
  }
  .anniversary .item_list.item_list .item_area .col .pkg{
    width: 100%;
    margin: 0 auto;
  } 
  .anniversary .item_list.item_list .item_area .col.right {
    width: 100%;
  }
  .cpn_no p.circle{
    font-size: 2.2rem;
    width: 84px;
    padding: 25px 15px 27px;
    top: -20px;
    left:-10px;
  }
  .anniversary .cove-txt.ex p {
    margin-bottom: 0;
  }
  #cpn_1 .item_area.row{
    margin-bottom: 0;
  }
  .item_area.row .col.right {
    margin-left: 0;
  }
}


.ft-bnrContainer,
.ft-guide__list,
.g-btnContainer,
.ft-contact__list,
.corporate-link,
.ft-search,
.ft-sns,
.ft-link,
.ft-terms,
.ft-copy
{
 position: relative;
 z-index: 3; 
}
