@charset "utf-8";
/*
Theme Name: パセラボ
Theme URI: http://paselabo-pasela.co.jp/
Description: これはディスクリプション
Version: 0.1
Author: Ichimura
*/

* {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
}

main{
  padding-top: 90px;
  background-color: #000;
}

picture, source{
  font-size: 0;
}

th{
  vertical-align: top;
}
p{
  font-size: 16px;
}
.sec_main{
  padding: 50px 20px 60px;
}

.sec_main:nth-of-type(odd){
  background-color: #fff;
}
.sec_main:nth-of-type(even){
  background-color: #F4F4F4;
}

.wrap_content{
  margin-top: 40px;
}

.desc, .wrap_content{
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}

.desc{
  /* margin: 0 10px; */
}

.desc + .desc{
  margin-top: 1.6em;
}

.wrap_ttl2{
  margin-bottom: 20px;
  text-align: center;
}

.ttl_sub02{
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #FEB127;
}

.ttl_sub02::first-letter{
  color: #43B8DB;
}

.ttl02{
  margin: 20px auto 30px;
  font-size: 20px;
  font-weight: bold;
}



.btn_link, .wp-block-button__link{
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  margin: 40px auto 0;
  border-radius: 40px;
  width: 300px;
  height: 40px;
  background-color: #43B8DB;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.btn_link::after, .wp-block-button__link::after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/themes/paselabo/images/cursor_more.gif);
  background-repeat: no-repeat;
  background-size: contain;
}





/* サイトヘッダー */
#site_header{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 90px;
  background-color: #000;
}

.btn_search_header{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  cursor: pointer;
}

.logo_header{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100vw - 180px);
  height: 90px;
}

.img_logo_header{
  max-width: calc(100vw - 180px);
  height: auto;
}

.btn_menu_header{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  cursor: pointer;
}

.btn_menu_header > .btn_active, .btn_menu_header.active > .btn_normal{
  display: none;
}

.btn_menu_header.active > .btn_active{
  display: inherit;
}







/* バーガーメニュー */
.menu{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  opacity: 0;
  /* padding-top: 160px; */
  width: 100vw;
  height: 100vh;
  background-color: #191919;
}

.dn{
  display: none !important;
}

.list_menu{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.list_menu > li + li{
  margin-top: 50px;
}

.btn_menu{
  text-decoration: none;
}

.list_menu .ttl02{
  margin-top: 6px;
  margin-bottom: 0;
  color: #fff;
}





/* キーワード検索 */
.search_keyword{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  background-color: #323232;
}

.desc_kw{
  margin: 0 auto 8px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.wrap_form, .form_search_ky, .form_search_ky > *{
  margin: auto;
  padding: 0;
  border-radius: 60px;
  border: none;
  width: 350px;
  height: 60px;
  background-color: #fff;
}

.form_search_ky{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.form-text:focus-visible, .form-text:focus{
  outline: none;
}

.form_search_ky > .form-text{
  padding: 0 30px;
  border-radius: 60px;
  width: 240px;
}

.form_search_ky > .btn_search_kw{
  border: none;
  background: none;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.btn_search_kw::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background-image: url(/wp-content/themes/paselabo/images/icon_serach.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.btn_close_kw{
  cursor: pointer;
  margin-top: 58px;
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.btn_close_kw::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/themes/paselabo/images/icon_close.gif);
  background-size: contain;
}




/* サイトフッター */
#site_footer{
  padding: 40px 0 60px;
  text-align: center;
  background-color: #000;
  color: #fff;
}

#site_footer > *{
  color: #fff;
}

.logo_footer{
  margin: 0 auto 40px;
}

.policy{
  margin: 40px auto;
  text-decoration: none;
  color: #fff;
}

.copy{
  margin: 40px auto 0;
}





/* breadcrumbs */
.breadcrumbs{
  background-color: #FFF;
}

.breadcrumbs > ol{
  list-style: none;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0;
  padding: 20px;
  white-space: nowrap;
}

/* スクロールバー処理 */
.breadcrumbs > ol::-webkit-scrollbar{
  display: none;
}


.breadcrumbs > ol > li{
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.breadcrumbs > ol > li + li{
  margin-left: 1em;
}

.breadcrumbs > ol > li + li::before{
  content: "＞";
  display: inline-block;
  margin-right: 1em;
}

.breadcrumbs > ol > li > a{
  text-decoration: none;
}

.breadcrumbs > ol > li:last-of-type a{
  pointer-events: none;
}

.breadcrumbs *{
  font-size: 12px;
}





/* ページャー */
.nav-links{
  margin: 50px auto 0;
  text-align: center;
}

.page-numbers{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 20px;
  height: 1em;
  text-decoration: none;
  font-family: Rubik;
  font-size: 10px;
}

.page-numbers + .page-numbers{
  margin-left: 10px;
}

.page-numbers.current{
  border-bottom: solid 1px #000;
}

.page-numbers.next, .page-numbers.prev{
  background-image: url(/wp-content/themes/paselabo/images/cursor_pager_r.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-numbers.prev{
  background-image: url(/wp-content/themes/paselabo/images/cursor_pager_l.gif);
}



/* 期間限定コラボ */
.list_colab{
  list-style: none;
  margin: 0;
  padding: 0;
}

.list_colab > li{
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
}

.box_collab{
  display: block;
  position: relative;
  padding-bottom: 40px;
  height: calc(100% - 40px);
  text-decoration: none;
}

.img_collab{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0;
  height: calc(100vw - 40px);
  font-size: 0;
}

.img_collab > .thumb{
  width: 100%;
  height: auto;
}

.img_collab > .thumb.adj_v, .slider_box .thumb.adj_v{
  width: auto;
  height: 100%;
}

.ttl_collab{
  margin: 20px;
  font-size: 14px;
}

.table_collab{
  margin: 20px;
}

.th_period, .th_shop{
  display: inline-block;
  width: 50px;
  border-radius: 2px;
  margin-right: 10px;
  padding: 5px 0;
  text-align: center;
  background-color: #43B8DB;
  line-height: 1;
  font-weight: bold;
  font-size: 10px;
  color: #fff;
}

.th_period{
  position: relative;
  top: -1px;
}

.th_shop{
  margin-bottom: 10px;
  background-color: #FEB127;
}

.adj_pb10 > *{
  padding-bottom: 10px;
}

.list_shop_collab{
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn_go_topic{
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: 0;
  padding: 0 2px;
  height: 15px;
  border-bottom: solid 2px #000;
  font-size: 10px;
}

.btn_go_topic::before{
  content: '';
  display: inline-block;
  margin-right: 2px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background-image: url(/wp-content/themes/paselabo/images/icon_go_topic.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1px;
}

.box_collab .btn_go_topic{
  /* bottom: 0; */
}
