@charset "utf-8";

#lp_ {
	width: 800px;
	margin: 0 auto 60px;
        animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
  }
  
  @keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#lp_ .banner_{
  width: 100%;
  margin: auto;
}

.main_banner_position {
  display: flex;
  justify-content: center;
}

.title_ {
  margin: 20px auto;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #4e454a;
  letter-spacing: 0.04rem;
}

.coupon_container {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;      /* 左右の余白を自動にして中央寄せ */
  text-align: center;  /* 中の文字やコードを中央寄せ */
}

.coupon_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 16px;
}

.coupon_card {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 16px;
  width: 280px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  text-align: center;
}

.coupon_code {
  font-weight: bold;
  color: #c2151b;
}

.copy_btn {
  background-color: #555; /* グレー背景 */
  color: #fff;           /* 白文字 */
  border: none;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 0.85rem;
  cursor: pointer;
  margin-left: 6px;
}

.copy_btn:active {
  transform: scale(0.95);
}

.tax_text {
	font-size: 1.0rem;
}

.couponlink_{
  display: inline-block;
  border-bottom: 1px solid;
  margin: 40px auto;
  font-weight: bold;
}

.attentionlist_{
  width: 90%;          /* ボックスの幅 */
  max-width: 890px;    /* 最大幅（任意） */
  margin: 0 auto;      /* 中央寄せ */
  text-align: left;    /* テキストは左寄せ */
  margin: 5px auto 30px;
}

.attention_title_{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
  
.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: 30px auto 60px;
	letter-spacing: 0;
	width: 800px;
}

#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: 80%;
  gap: 10px 10px;;
}

.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: 100%;
  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 10px; 
	justify-content: center;
	margin: 30px auto ;
	letter-spacing: 0;
	width: 100%;
}

.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:  #efefef;
  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.04rem;
    }

    .coupon_cards {
    flex-direction: column;
    gap: 12px;
    }

    .coupon_card {
    width: 100%;
    padding: 12px 16px;
    }

    .tax_text {
      font-size: 0.7rem;
    }
    
    .couponlink_ {
      margin: 30px auto;
    }

    .attentionlist_{
        margin: 0 auto 20px;
        text-align: left;
        width: 92%;
    }
    .conttitle_ p { 
      font-size: 1.1rem !important;
    }

    .attention_title_{
      font-size: 12px;
      margin-bottom: 4px;
    }
    .attentiona_{
        font-size: 12px; 
    }

    .space_left {
        display: inline-block;
        padding-left: 0.6rem;
    }

    #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 40px;
		width: 100%;
	}

    #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;
    }
}
