@charset "utf-8";

#lp_ {
	width: 800px;
	margin: 0 auto;
        animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    background-color: #000;
  }
  
  @keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#lp_ img {
	width: 100%;
}

#lp_ .banner_{
  width: 80%;
  margin: auto;
}

.main_banner_position {
  display: flex;
  justify-content: center;
}

.event_btn {
    display: flex;
    justify-content: center;
    margin: 0 40px 40px;
    gap: 0 14%;
}

.event_btn_img {
    width: 220px !important;
    height: auto;
    cursor: pointer; /* ボタン感を出す */
}

.divider {
  border: none;
  border-top: 2px solid #666666;
  margin: 0 10%;
}

.event_title{
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.event_title img{
  width: 32% !important;   
  height: auto; /* 縦横比維持 */
  display: block;
  margin: 0 auto;
}

.title_ {
  margin: 20px auto;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #4e454a;
  letter-spacing: 0.1rem;
}

.attentionlist_{
  width: 100%;          /* ボックスの幅 */
  max-width: 890px;    /* 最大幅（任意） */
  margin: 0 auto;      /* 中央寄せ */
  text-align: left;    /* テキストは左寄せ */
  margin: 5px auto 30px;
}

.attentiona_{
  font-size: 15px; 
}

.space_left {
  display: inline-block;
  padding-left: 1.2rem;
}

#lp_ .brandtitle_{
  width: 100%;
  background-color: #f8f4f5;
  text-align: center;
  margin: 0 auto;
  position: relative;
  margin-top: 10px;
  height: 30px;
}

#title_background {
  /* width: 90%!important; */
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  border: none;
}

#title_background_sp {
  display: none;
}

#lp_ .brandtitle_ p{
font-family: "adobe-garamond-pro", serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.5rem;
    font-size: 1.8rem;
    padding: 6px;
    background: #ffffff;
    -webkit-background-clip: text;
    /*    border-left: solid 7px #f4b7bb;*/
    color:#383838;
    /*    border-left: solid 10px #ffc06e;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
}

#lp_ .brandlist_{
	display: flex;
	flex-wrap: wrap;
	gap: 50px 40px; 
	justify-content: center;
	margin: 0 auto;
	letter-spacing: 0;
	width: 800px;
  padding-bottom: 50px;
}

.all_btn{
    text-align: center; /* 親要素で中央寄せ */
    padding-bottom: 50px;
}

.all_btn a{
    display: inline-block;
    padding: 14px 24px;
    background-color: #f24981;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;

    /* 立体感 */
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    transition: all 0.2s ease-in-out;
}

.all_btn a:hover{
    background-color: #f25c8e;    /* ホバーで少し明るく */
    transform: translateY(-2px);  /* 少し浮かせる */
    box-shadow: 0 6px 8px rgba(0,0,0,0.4); /* 影を強める */
}

#lp_ .item{
	width: 250px;
  text-align: center;
}

.category_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin: 3% auto 4%;
  width: 880px;
  column-gap: 2%;
  row-gap: 5%;
}

.category_btn_img {
  width: 100%!important;
}

.category_btn {
  text-align: center;
}

.category_btn_other {
  display: none;
}

.btn_new_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 520px;
  margin: 0 auto 3%;
}

.btn_new {
  display: inline-block;
  background-color: #adadad;
  color: #fff;
  padding: 2%;
  border-radius: 10px;
  font-weight: bold;
  width: 46%;
  text-align: center;
  font-size: 1.8rem;
}

#lp_ .brandtitle2_{
  width: 80%;
  background-color:#fff;
  text-align: center;
  margin: 30px auto 0;
border-top: 3px solid #eee;
padding-top: 20px;
}

#lp_ .brandtitle2_ p{
    font-family: "adobe-garamond-pro", serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.5rem;
    font-size: 1.8rem;
    padding: 6px;
    background: #fff;
    color:#000;
/*    border-left: solid 10px #ffc06e;*/
}

#lp_ .brandlist3_{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px; 
	justify-content: center;
	margin: 30px auto ;
	letter-spacing: 0;
	width: 880px;
}

.contents_btn_img {
  width: 100%!important;
}

#lp_ .item2_{
	width: 210px;
  text-align: center;
}

#lp_ .btn_:hover{
	 opacity: 0.6;
}

.button02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 3em;
  width: 292px;
  color: #383838;
  font-size: 15px;
  font-weight: 700;
  background-color:  #f8f4f5;
  border-radius: 50vh;
  text-decoration: none;
}

.button02 a:hover {
  text-decoration: none;
  background-color:  #f8f4f5;
}

.floating_banner_container {
  position: fixed;
  left: 20px;
  bottom: 0px;
  z-index: 9999;
}

#footer_pagetop .block-page-top .block-page-top-stop .block-page-top a {
  display: none!important;
}

#imageArea {
  width: 60%!important;
}

.batsu{
  display: block;
  width: 22px;
  height: 22px;
  color: #fff;
  position: relative;
  border-radius: 50%;
  margin-top: 20%;
}

.batsu::before, .batsu::after{
    content: "";
    display: block;
    width: 100%;/*バツ線の長さ*/
    height: 3px;/*バツ線の太さ*/
    background: #fff;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 14%;
}

.batsu::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}

.batsu_container {
  border-radius: 50%;
  background-color: #cbcbcb;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
} 

@media (max-width: 599px) {
	#lp_ {
		width: 100%;
		min-width: 350px;
	}

    #lp_ .banner_{
        width: 100%;
    }

    #lp_ .bannerimg_{
        padding: 5px 0;
        width: 95%;
        margin: auto;
    }

    .title_ {
        font-size: 15px;
        margin: 10px auto;
        letter-spacing: 0.06rem;
    }

    .attentionlist_{
        margin: 0 auto 20px;
        text-align: left;
        width: 92%;
    }

    .attentiona_{
        font-size: 12px; 
    }

    .space_left {
        display: inline-block;
        padding-left: 0.6rem;
    }

    .event_btn_img {
        width: 130px !important;
    }

    .event_title img{
        width: 46% !important; 
    }

    #lp_ .brandtitle_{
        width: 100%;
        margin: 0 auto;
    }

    #title_background {
        display: none;
    }
    
    #title_background_sp {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 1;
        border: none;
    }

	#lp_ .brandlist_{
		gap: 21px; 
		justify-content: center;
		margin: 14px auto 0;
		width: 100%;
	}

  .all_btn a{
    font-size: 13px;
  }

    #lp_ .item{
		width: 44%;
	}
    
    .category_list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        margin: 3% auto 4%;
        column-gap: 2%;
        row-gap: 5%;
        width: 96%;
    }

    .btn_new_container {
        width: 96%;
    }

    .btn_new {
        border-radius: 5px;
        font-size: 1.2rem;
        padding: 6px;
        margin: 10px auto;
    }
    
    .button02 a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        padding: 1em 2.5em;
        width: 200px;
        font-size: 11px;
        font-weight: 700;
        border-radius: 50vh;
    }

    #lp_ .brandtitle2_{
        width:100%;
        background-color:#fff;
        text-align: center;
        margin: 20px auto 0;
        border-top: 3px solid #eee;
        padding-top: 20px;
    }

    #lp_ .brandtitle2_ p{
        font-size: 14px;
        padding: 9px;
        letter-spacing: 0.2rem;
    /*    border-left: solid 10px #ffc06e;*/
    }

    #lp_ .brandlist3_{
		gap: 10px 5px; 
		justify-content: center;
		margin: 20px auto ;
		width: 100%;
	}	

    #lp_ .item2_{
		width: 41%;
	}

    .floating_banner_container {
        width: 40%;
        position: fixed;
        left: 10px;
        bottom: 6px;
    }

    #imageArea {
        width: 70%!important;
    }
}
