/*
Theme Name: スクウェア・エニックス カフェ お知らせ
*/

/* 共通 */
.under_ttl{
  background: #231F20;
  color:#fff;
}
.sec_ttl.under_mgl{
  padding: 60px 0;
  & h1{
    font-weight: 400;
    font-size: 24px;
  }
  & span{
    font-weight:400;
    font-family: 'Oswald';
  }
}
.bnrarea{
  background: #231F20;
  color: #FFF;
}
@media (max-width: 750px){
  .sec_ttl.under_mgl{
    padding: 40px 0;
  }
  .sec_ttl.under_mgl{

  }
}

/* 共通 end */

/*記事一覧*/

.post_arc a{
  display: flex;
  justify-content: space-between;
}
.topi_feed{
  max-width:800px;
  width:100%;
}
.post_arc{
  margin-bottom:40px;
}
.post_arc a{
  position: relative;
  display: grid;
  padding: 25px;
  font-size: 14px;
  line-height: 1.7;
  border-bottom: solid 1px #382C17;
  grid-template-columns: 100px 1fr;
  gap: 20px;
}
.post_arc a::after{
  position: absolute;
  content: "";
  background: url(/square-enix-popup-cafe/images/arrow01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.post_arc a:first-child{
  border-top:solid 1px #382C17;
}
.post_arc a .thum_img img{
  display: block;
  object-fit: cover;
  aspect-ratio:1/1;
}
.post_list_text p.cf_limited{
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 13px;
}
.post_arc p{
  max-width: 92%;
}
.post_arc span{
  font-size:12px;
  font-family: 'Oswald';
  font-weight: 400;
  letter-spacing:0.05em;
}
.post_list_text{
  width:91%;
  word-wrap: break-word;
}
.arc_cat{
  margin-left:20px;
}
.page-numbers{
  display: flex;
  justify-content: center;
}
.pagenate a,.pagenate span{
  padding:10px 15px;
  margin: 0 5px;
  border-radius: 5px;
      font-family: 'Oswald';
}
.pagenate span.current{
  position: relative;
  &:after{
    position:absolute;
    content:"";
    height:22px;
    width:22px;
    border: solid 1px #000;
    border-radius: 50px;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin: auto;
  }
}
/* .pagenate a.prev,.pagenate a.next{
  position: relative;
  border-radius: 20px;
  padding: 8px 15px;
  background:#382C17;
  color: #fff;
  font-weight: bold;
}
.pagenate a.prev{
  padding-left:35px;
}
.pagenate a.next{
  padding-right:35px;
}
.pagenate a.prev::after,.pagenate a.next::after{
  position: absolute;
  content: "";
  background: url(/paselabo_shop/ff_eorzea/images/ico_ac_select_wh.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 10px;
  right: 7px;
  top: 0px;
  bottom: 0;
  margin: auto;
  z-index: 10;
  transform: rotate(-90deg);
}
.pagenate a.prev::after{
  right: auto;
  left:7px;
  transform: rotate(90deg);
} */
.search_ttl{
  text-align: center;
  font-size: 1.5vw;
  margin-bottom: 15px;
}
@media (max-width: 750px){
  .under_wrap_cont {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
  }
  .post_arc a{
    padding: 15px 12px;
  }
  .post_arc a::after{
    background: url(/square-enix-popup-cafe/images/arrow01.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    right: 10px;
  }
  .post_arc a{
    grid-template-columns: 80px 1fr;
    gap:10px;
    align-items: center;
  }
  .post_arc p{
    font-size:12px;
  }
  .search_ttl{
    font-size: 4vw;
  }
  .post_list_text p.cf_limited{
    font-size:11px;
    max-width: 100%;
  }

}
/*記事一覧 end*/

/* 記事ページ */
#post{
  border-bottom:solid 1px #000;
  padding-bottom:20px;
}

#post p {
  line-height: 1.8;
}

.wp-block-buttons {
  margin: 20px 0;
}

.wp-block-buttons .wp-block-button__link {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
  background: #231F20;
  width: 600px;
  padding: 17px 0;
  border-radius: 50px;
  font-size: 16px;
}

.wp-block-buttons .wp-block-button__link::after {
  position: absolute;
  content: "";
  background: url(https://paselabo.pasela.co.jp//square-enix-popup-cafe/images/arrow02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 5%;
  top: 0px;
  bottom: 0;
  margin: auto;
}

.wp-block-buttons .wp-block-button__link[target="_blank"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: no-repeat center / contain url(https://paselabo.pasela.co.jp//square-enix-popup-cafe/images/icon_blank.svg);
  margin-right: 7px;
}

.wp-block-image {
  margin-bottom: 20px;
}

.post_title{
  padding:35px;
  display: flex;
  border-top:solid 1px #000;
  border-bottom:solid 1px #000;
  gap:30px;
  justify-content: space-between;
  align-items: center;
}
.post_title p.cf_limited{
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
}
.post_title h2{
  font-size:24px;
  font-weight: 500;
}
.post_date{
  font-weight:400;
  font-family: 'Oswald';
  margin-bottom:10px;
  font-size:18px;
}
.post_desc h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.post_desc h3 {
  font-size: 18px;
  border-bottom: 1px solid #1D1D1D;
  margin-bottom: 20px;
  padding: 6px 0;
}
.post_ttl_txt{
  margin-bottom:5px;
  font-weight: 400;
}
.post_ttl_thum{
  max-width: 390px;
  width:100%;
  max-height: 390px;
  height:100%;
  img{
    width:100%;
    height:100%;
  }
}
.post_desc{
  padding:60px 35px;
}
.post_link_other_page{
  max-width: 1020px;
  width: 100%;
  display: flex;
  margin: 10px auto 10px;
  justify-content: space-between;
}
.post_link_other_page a{
  position: relative;
  border-radius: 20px;
  padding: 8px 15px;
  font-size: 14px;
}
.post_link_other_page a:first-child{
  padding-left:30px;
}
.post_link_other_page a:last-child{
  padding-right:30px;
}
.post_link_other_page a:first-child::after,
.post_link_other_page a:last-child::after{
  position: absolute;
  content: "";
  background: url(/square-enix-popup-cafe/images/arrow01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  right: 7px;
  top: 1px;
  bottom: 0;
  margin: auto;
  z-index: 10;
  transform: rotate(0deg);
}
.post_link_other_page a:first-child::after{
  right: auto;
  left:7px;
  transform: rotate(180deg);
}
.back_topic{
  max-width: 300px;
  width:100%;
  margin-top:30px;
  padding:10px;
  letter-spacing: 0.1em;
  background: #231F20;
  border-radius: 30px;
  position: relative;
}
.back_topic::after {
    position: absolute;
    content: "";
    background: url(/square-enix-popup-cafe/images/arrow02.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    right: 5%;
    top: 0px;
    bottom: 0;
    margin: auto;
}

@media (max-width: 750px){
  .under_wrap_inner.single{
    padding-top:40px;
  }
  .under_wrap_cont {
    margin-bottom: 20px;
  }
  #post .div_arrow_brow::before{
    width: 100%;
    height: 15px;
    margin: auto;
    background: url(/paselabo_shop/ff_eorzea/images/ico_div_02_sp.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #post .div_arrow_brow::after{
    background-position: center;
  }
  .post_title {
    flex-direction: column-reverse;
    padding: 25px 0 25px;
    gap:20px;
  }
  .post_ttl_txt{
    margin-left: 0;
    margin-right: auto;
  }
  .post_title{

  }
  .post_title p.cf_limited{
    font-size: 3.5vw;
  }
  .post_title h2 {
    font-size: 24px;
  }
  .post_date{
    font-size: 16px;
  }
  .post_desc {
    padding: 20px 0;
  }
  .single .sec_inner.pad_off{
    width:100%;
  }
  .post_link_other_page{

  }
  .single .btn_img.single_back {
    margin-bottom: 50px;
    width: 90%;
  }
  .wp-block-button {
    width: 100%;
  }
  .wp-block-buttons .wp-block-button__link {
    width: auto;
    padding-right: 35px;
    padding-left: 35px;
  }

}
/* 記事ページ end*/
