.p-coupon-list {
  margin-top: 50px;
}

.p-coupon-list__fv {
  margin-top: 50px;
}
.p-coupon-list__tags {
  margin-top: clamp(30px, 5vw, 40px);
  padding: clamp(15px, 2vw, 20px) clamp(15px, 5vw, 50px);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px 15px;
  background-color: #F7F1F2;
  border-radius: 10px;
}
.p-coupon-list__tag {
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  background-color: #A68A8F;
  border: 1px solid #A68A8F;
  cursor: pointer;
  transition: .3s;
}
.p-coupon-list__tag:hover {
  color: #A68A8F;
  background-color: #fff;
}
.p-coupon-list__tag.is-current {
  color: #A68A8F;
  background-color: #fff;
}
.p-coupon-list__posts {
  margin-top: clamp(30px, 5vw, 50px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 4vw, 40px);
}
.p-coupon-list__post {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 5px 10px #33333326;
  display: flex;
  flex-direction: column;
	cursor: pointer;
}
.p-coupon-list__post-link {
  margin-bottom: 10px;
  flex: 1;
}
.p-coupon-list__post-title {
  color: #B12028;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 700;
  margin-top: 15px;
  padding-bottom: clamp(15px, 2vw, 20px);
  text-align: center;
  line-height: 1.4;
  background-image: linear-gradient(to right, #919191 3px, transparent 3px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.p-coupon-list__post-text {
  font-size: 14px;
  margin-top: 15px;
  text-align: justify;
  line-height: 1.7;
}
.p-coupon-list__post-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.p-coupon-list .p-coupon-list__post-tag {
  color: #fff;
  font-size: 12px;
  margin: 5px 5px 0 0;
  padding: 3px 10px;
  border-radius: 50px;
  text-align: center;
  background-color: #A68A8F;
  border: 1px solid #A68A8F;
  transition: .3s;
}
.p-coupon-list__post-limit {
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
  text-align: right;
}
.p-coupon-modal.js-modal-cont.iziModal {
  width: min(100% - 40px, 550px);
}
.p-coupon-modal__wrap {
  padding: clamp(20px, 3vw, 30px);
  border-radius: 20px;
  background-color: #fff;
	max-height: 85vh;
	overflow-x: clip;
	overflow-y: auto;
}
.p-coupon-modal__img {
  text-align: center;
}
.p-coupon-modal__title {
  color: #B12028;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 700;
  margin-top: 15px;
  padding-bottom: clamp(15px, 2vw, 20px);
  text-align: center;
  background-image: linear-gradient(to right, #919191 3px, transparent 3px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.p-coupon-modal__cont {
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
}
.p-coupon-modal__note li {
  font-size: 12px;
}
.p-coupon-modal .c-link-more {
  margin-top: 20px;
	position: sticky;
	bottom: 0;
	z-index: 5;
}
.p-coupon-modal .c-link-more::after {
	content: '';
	background: linear-gradient(to top, rgba(255,255,255, .8) 0%, rgba(255,255,255, .8) 80%, rgba(255,255,255,0) 100%);
	width: min(100vw - 40px, 550px);
	position: absolute;
	top: -10px;
	left: 50%;
	bottom: clamp(-30px, -3vw, -20px);
	transform: translate( -50% , 0);
	z-index: -1;
}
.p-coupon-modal .iziModal-content {
  position: relative;
}
.p-coupon-modal .c-modal-close {
  position: absolute;
  top: -25px;
  right: -25px;
  margin: 0;
}
.tab_filter__list .is-hide {
  display: none;
}

@media screen and (max-width: 1200px) {
  .p-coupon-list__tags {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
	.p-coupon-list__fv {
		margin-inline: -15px;
	}
  .p-coupon-list__tags {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-coupon-list__posts {
    grid-template-columns: repeat(1, 1fr);
  }
	
	.p-coupon-modal__wrap {
		max-height: calc(85vh - 60px);
	}
  .p-coupon-modal .c-link-more {
    width: 250px;
  }
  .p-coupon-modal .c-modal-close {
    position: relative;
		inset: 0;
		margin: 10px auto 0;
  }
  .iziModal-wrap {
    /* padding: 50px 0; */
  }
}














/*フォント*/
.is_gothic{
  font-family: "游ゴシック","Yu Gothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",sans-serif;
  }
  .is_bold{
  font-weight: 700;
  }
  /*見出し*/
  .p-coupon-line__title{
  margin-top:0;
  margin-bottom: 0;
  text-align: center;
  font-size: 36px;
  }
  /*強調テキスト*/
  .text_green_bold{
  color:#00C653;
  font-weight:bold;
  }
  a.text_green_bold:hover{
      opacity: 0.8;
  }



  .p-coupon-line__guide-box-text{
    font-size: 14px;
    font-weight: 700;
    line-height: 2.2;
    letter-spacing: 0.001em;
    margin-bottom: min(50px, calc(calc(50/750) * 100vw));
    font-feature-settings: normal;
  }

  .p-coupon-line__guide-box-qr-box{
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: #EDFFE4;
    border:1px solid #B5E5C9;
    width: 100%;
    max-width: 580px;
    margin: 50px auto 0;
    padding: 15px 20px;
    gap: 35px;
  }
  .p-coupon-line__guide-box-qrtext{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
    text-align: left;
  }
  /*qrコードで追加する場合*/
  .p-coupon-line__guide-box-qrtext{
    margin-top: 0;
  }
  .circle-number{
  font-size: 18px;
  color:#fff;
  background-color: #B12028;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius:50%;
  margin-right: min(10px, calc(calc(10/750) * 100vw));
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1px;
  box-sizing: border-box;
  }
  
  .circle-number.second{
  margin-top: -2em;
  width:40px;
  }
  .p-coupon-line__add-qr-textbox{
  display: flex;
  align-items: flex-start;
  }
  .p-coupon-line__add-qr-textbox .p-coupon-line__guide-box-text{
  margin-top:0;
  margin-left: 0;
  letter-spacing: 0.1em;
  }
  .p-coupon-line__add-qr-textbox-bottom{
      margin-top: min(50px, calc(calc(50/750) * 100vw));
  }
  /*id検索から追加する場合*/
  .line-id-textbox{
      margin-top: min(50px, calc(calc(50/750) * 100vw));
  }
  .line-id-textbox .line-id-text{
  font-size: 18px;
  font-weight: 700;
  background-color: #EDFFE4;
  border:1px solid #B5E5C9;
  max-width:580px;
  padding:10px 0;
  margin:0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .line-id-textbox .text_green_bold{
  font-size: 24px;
  vertical-align: top;
  }
  .p-coupon-line__guide-box-img-wrapper{
      display: flex;
      gap: min(10px, calc(calc(10/750) * 100vw));
      margin: 40px min(30px, calc(calc(30/750) * 100vw)) 0;
  }
  
  .p-coupon-line__p-description{
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      line-height: 1.7;
  }
  @media screen and (max-width:767px){
      .p-coupon-line__guide-box-text{
          font-size: 14px;
          letter-spacing: -0.02em;
          line-height: 1.8;
          text-align: justify;
      }
      .p-coupon-line__guide-box-qr-box{
          display:none;
      }
      .add-qr-btn{
          padding:0 20px 20px;
      }
      /* ID検索から追加する場合-SP */
      .line-id-textbox .line-id-text{
          font-size: 16px;
          padding:18px 0;
          line-height: 1.5;
          display: flex;
          flex-direction: column;
      }
      .line-id-textbox .text_green_bold{
          font-size: 22px;
          display: block;
      }
      .p-coupon-line__guide-box-img-wrapper{
          margin-right: 0;
          margin-left: 0;
          overflow: scroll;
      }
      .p-coupon-line__guide-box-img-wrapper img{
				width: 70%;
			}
      /* LINEページSP版_デザイン変更 */
      .p-coupon-line__tab-label{
          flex-direction: column;
          font-size: 14px!important;
          line-height: 1;
          height: 84px;
      }
      .p-coupon-line__title{
          font-size: 24px;
      }
      .p-coupon-line__tab-label-img{
          width: 30px;
          height: 30px;
      }
      .p-coupon-line__p-description{
          font-size: 11px;
      }
      .circle-number{
          width: 20px;
          height: 20px;
          font-size: 14px;
      }
      .circle-number-wrapper{
          margin-top: 3px;
      }
  }
  
  /*追記*/
  .center{
  text-align: center;
  }
  
  .p-coupon-line {
    background: #fff;
    margin-bottom: clamp(30px, 10vw, 150px);
    padding-top: min(90px, calc(calc(90/750) * 100vw));
  }
  .p-coupon-line__cont {
    margin-top: min(70px, calc(calc(70/750) * 100vw));
  }
  /*タブ切り替え全体のスタイル*/
  .p-coupon-line__tab-wrap {
      display: flex;
      flex-wrap: wrap;
      margin:20px 0;
  }
  .p-coupon-line__tab-wrap:after {
      content: '';
      width: 100%;
      height: 0;
      background: #7C7CCA;
      display: block;
      order: -1;
  }
  .p-coupon-line__tab-label {
      color: var(--fast-red);
      background-color: #FCF6F7;
      font-weight: bold;
      text-shadow: 0 -1px 0 rgba(0,0,0,.2);
      white-space: nowrap;
      text-align: center;
      margin-bottom: 0;
      padding: 14px 0.5em;
      order: -1;
      position: relative;
      z-index: 1;
      cursor: pointer;
      flex: 1;
      border: 2px solid #B12028;
      border-bottom: none;
      border-radius: 20px 20px 0 0;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: min(18px, calc(calc(18/750) * 100vw));
      gap: min(10px, calc(calc(10/750) * 100vw));
  }
  .p-coupon-line__tab-label:not(:last-of-type) {
      margin-right: min(10px, calc(calc(10/750) * 100vw));
  }
  .p-coupon-line__tab-content {
      width: 100%;
      height: 0;
      overflow: hidden;
      opacity: 0;
  }
  /* アクティブなタブ */
  .tab-switch:checked+.p-coupon-line__tab-label {
      background-color: #B12028;
      color: #fff;
  }
  .tab-switch:checked+.p-coupon-line__tab-label+.p-coupon-line__tab-content {
      height: auto;
      overflow: auto;
      padding: min(50px, calc(calc(50/750) * 100vw));
      opacity: 1;
      transition: .5s opacity;
      border: 2px solid var(--fast-red);
      padding-bottom: 50px;
  }
  /* ラジオボタン非表示 */
  .tab-switch {
      display: none;
  }
  .p-coupon-line__line-content {
      display: flex;
      justify-content: center;
      margin-top: 30px;
  }
  .p-coupon-line__line-content_btn{
      background: #00C653;
      color: #fff;
      position: relative;
      height: 70px;
      width: 475px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
  }
  .p-coupon-line__line-content_btn:hover{
      opacity: 0.7;
  }
  .reserve-btn{
      text-decoration: none!important;
  }
  
  .p-coupon-line__line-content_btn-text{
      font-size: 20px;
			font-weight: 600;
  }
  .p-coupon-line__line-content_btn::before,
  .p-coupon-line__line-content_btn::after {
		content: '';
		position: absolute;
		right: 3%;
		width: 7px;
		height: 2px;
		background: #fff;
	}
  .p-coupon-line__line-content_btn::before{
      transform: rotate(-50deg);
      top: 50%;
  }
  .p-coupon-line__line-content_btn::after{
      transform: rotate(50deg);
      top: 43%;
  }
  
  @media screen and (max-width:767px){
    .p-coupon-line__line-content_btn-text{
        font-size: 16px;
    }
    .p-coupon-line__line-content_btn{
        height: 50px;
        width: 300px;
    }
    .tab-switch:checked+.p-coupon-line__tab-label+.p-coupon-line__tab-content {
        padding-bottom: 30px;
    }
  }
  
  