@charset "UTF-8";
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* sp */
#main .cards05 .sp {
    display: none;
}

/* cards05 */
/* img */
#main .cards05 img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

/* span */
#main .cards05 span {
    margin: 0;
    position: static;
}

/* headline */
#main .cards05 h2,
#main .cards05 h3,
#main .cards05 h4 {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    margin: 0 auto;
}

#main .cards05 h2 {
  font-size: inherit;
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
  z-index: 2;
}

/* text */
#main .cards05 div,
#main .cards05 p,
#main .cards05 dl dt,
#main .cards05 dl dd,
#main .cards05 table th,
#main .cards05 table td {
    color: #000000;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.3;
    margin: 0;
}

/* list */
#main .cards05 li {
    list-style-type: none;
    padding: 0;
}

#main .cards05 li + li {
    border-top: none;
    padding: 0;
}

/*メインコンテンツ===================================================*/

/*共通*/
#main .cards05 h2{
  width: 85%;
  font-size: 25px;
  margin-bottom: 1.5rem;
}
#main .cards05 h3{
  font-size: 23px;
  margin: 0 0 1rem 0;
}
#main .cards05 p{
  line-height: 1.5em;
  margin-bottom: 1rem;
}
#main .cards05 p.small{
  position: relative;
  font-size: 13px;
}
#main .cards05 .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main .cards05 .inner{
  position: relative;
  width: 75%;
  margin: 0 auto;
}

#main .cards05 .sp{
  display: none;
}

#main .cards05 p.note{
  font-size: 13px;
  margin: 0.5rem 0;
}

#main .cards05 .fullwide{
  margin: 0 calc(50% - 650px);
  width: 1300px;
  max-width: 1300px
}

#main .cards05 .btn{
  width: 45%;
  margin: 2rem auto;
  gap: 20px;
}

#main .cards05 .shop_btn{
  position: relative;
  width: 40%;
  margin: 1.5rem auto;
  z-index: 10;
}


/*content*/
#main .cards05 .main_content{
  position: relative;
  top: -3px;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
}

#main .cards05 .main_content .inner{
  margin-top: 0;
  padding: 5rem 0;
}

#main .cards05 .mainvisual{
  position: relative;
}

#main .cards05 .present{
  padding: 0 0 3rem 0;
  background: url("../img/250828/intro_bg.png") top/cover no-repeat, #EDE0BC;
}
#main .cards05 .present h2{
  margin-bottom: 4rem;
}
#main .cards05 .present .inner{
  padding: 1rem 0;
}
#main .cards05 .present p.note{
  margin: 2rem auto;
  padding: 0 2rem;
}
#main .cards05 .present .present_img{
  position: relative;
}
#main .cards05 .present .present_img .btn{
  position: absolute;
  bottom: 47px;
  right: 10%;
}

#main .cards05 .websijyo{
  background: #F15A24;
  padding: 5rem 3rem;
}

#main .cards05 .lineup,#main .cards05 .lineup_item{
  position: relative;
}
#main .cards05 .lineup h2{
  position: absolute;
  width: 75%;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#main .cards05 .lineup_item .btn{
  position: absolute;
  width: 40%;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
}

#main .cards05 .pink_bg{
  background-image: url(../img/250828/pink_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 0;
  overflow: hidden; 
}
#main .cards05 .pink_bg .inner{
  background-color: #FFF;
  border-radius: 15px;
  padding:  4rem 2rem 2rem 2rem;
}
#main .cards05 .pink_bg .btn{
  width: 55%;
  margin-bottom: 5rem;
}

#main .cards05 .bn_area{
  background-image: url(../img/250828/gold_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 0 2rem 0;
}
#main .cards05 .bn_area .btn{
  margin-bottom: 5rem;
}


/*Kinto*/
#main .cards05 .kinto{
  position: relative;
}
#main .cards05 .kinto .btn{
  position: absolute;
  width: 35%;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

/*blog*/
#main .cards05 .blog{
  position: relative;
}
#main .cards05 .blog .btn{
  width: 28%;
  position: absolute;
  top: 57%;
  left: 47%;
}

/*SNS*/
#main .cards05 .snsbanner {
    position: relative;
    margin-bottom: 6%;
  padding: 0;
}
#main .cards05 .snsbanner .flex {
  width: 30%;
  position: absolute;
  bottom: 17%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  gap: 5px;
}
#main .cards05 .snsbanner .flex a {
    width: 31%;
}
#main .cards05 .snsbanner .flex a img {
    width: 100%;
}
#main .cards05 .snsbanner .flex a:hover {
    opacity: 0.8;
}

/*タイムライン*/
.timeline{
    color: #000000;
    font-feature-settings: "palt";
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.3;
    font-weight: bold;
    width: 45%;
    margin: 0 auto 3%;
}
.timeline iframe{
    width: 100% !important;
    height: 585px;
}

#main .cards05 .linkButton{
  width: 30%;
  text-align: center;
  margin: 2rem auto !important;
}
#main .cards05 .linkButton img{
  margin-bottom: 2rem;
}

.baseWidth{
  overflow: hidden;
}

@media screen and (max-width: 1299px) {
    .timeline iframe{
    width: 100% !important;
    height: 44vw;
    }
}

.sns-logo img{
    width: 15%;
}
.sns-title{
    margin: 2% auto 5% !important;
    text-align: center;
}

@media screen and (max-width: 1024px){
  #main .cards05 .fullwide{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
  }
}

@media screen and (max-width: 600px){
  #main .cards05 .sp {
    display: block;
  }
  #main .cards05 .pc {
    display: none;
  }
  #main .cards05 .btn{
    width: 96%;
    margin: 2rem auto;
  }
  #main .cards05 .main_content{
    margin-bottom: 0;
  }
  #main .cards05 .inner{
    width: 90%;
    padding: 2rem 0;
  }
  #main .cards05 p{
    font-size: 14px;
  }
  #main .cards05 p.note{
    font-size: 11px;
    text-align: left;
    padding: 0.5rem;
  }
  #main .cards05 h2{
    width: 100%;
    font-size: 5vw;
  }
  #main .cards05 h3{
    font-size: 5vw;
  }
  #main .cards05 .fullwide {
    margin: 0 calc(50% - 47vw);
    width: 95vw;
    max-width: 100vw;
  }

  #main .cards05 .kinto{
    margin-top: 3rem;
  }
  #main .cards05 .kinto .btn {
    bottom: -19px;
    width: 80%;
  }

  #main .cards05 .shop_btn{
    width: 80%;
  }
  #main .cards05 .blog .btn{
    top: 48%;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #main .cards05 .present {
    background: url(../img/250828/intro_bg.png) top / 100% repeat, #EDE0BC;
    padding-top: 1.5rem;
  }
  #main .cards05 .present .inner{
    padding: 0;
  }
  #main .cards05 .present h2{
    width: 85%;
    margin: 0 auto 2rem auto;
  }
  #main .cards05 .present p.note{
    padding: 0;
  }
  #main .cards05 .present .present_img .btn{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
  }

  #main .cards05 .websijyo{
    padding: 2rem;
  }

  #main .cards05 .lineup_item .btn {
    width: 60%;
    bottom: -11px;
  }

  #main .cards05 .pink_bg{
    padding: 3rem 0;
  }
  #main .cards05 .pink_bg .inner{
    padding: 2rem 0.5rem 0.5rem 0.5rem;
  }
  #main .cards05 .pink_bg .btn {
    width: 76%;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
  }

  #main .cards05 .bn_area{
    padding: 0;
  }
  #main .cards05 .bn_area .inner{
    padding: 3rem 0 0.5rem 0;
  }
  #main .cards05 .bn_area .btn{
    margin-bottom: 3rem;
  }

  /*SNS*/
  #main .cards05 .snsbanner {
    position: relative;
    margin-bottom: 4%;
    background-color: #91dfd8;
  }
  #main .cards05 .snsbanner .flex {
    width: 44%;
    position: absolute;
    bottom: 15.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    gap: 5px;
  }
  #main .cards05 .snsbanner .flex a {
      width: 31%;
  }
  #main .cards05 .snsbanner .flex a img {
      width: 100%;
  }
  #main .cards05 .linkButton{
    width: 70%;
  }

  /*タイムライン*/
  .timeline{
      display: none;
  }
}