@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     ページ共通
 Notes:          
--------------------------------------------------------------- */

/*
 * オーバーレイ
 * -------------------
*/

.p-overlay {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 990;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

/*
 * ページタイトル
 * -------------------
*/

.title {
  position: relative;
  width: 100%;
  height: 150px;
  margin-bottom: 50px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.title:before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
}

.title > .__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  height: 40px;
  -webkit-transform: translateY(45%) translateX(-50%);
  -ms-transform: translateY(45%) translateX(-50%);
  transform: translateY(45%) translateX(-50%);
}

.title > .__txt {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  line-height: 1;
  width: 100%;
  -webkit-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

.title._company_ {
  background-image: url("../img/pages/company_ttl_bg_sp.jpg");
}

.title._concert_ {
  background-image: url("../img/pages/concert_ttl_bg_sp.jpg");
}

.title._contact_ {
  background-image: url("../img/pages/contact_ttl_bg_sp.jpg");
}

.title._404_ {
  background-image: url("../img/pages/404_ttl_bg_sp.jpg");
}

.title._404_:before {
  display: block;
}

/*
 * 序文
 * -------------------
*/

/*
 * :before要素で背景表示
 * -------------------
*/

.fluidWrap {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.fluidWrap:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  content: '';
}

.fluidWrap._skyblue_:before {
  background: #efffff;
}

/*
 * ページ送り
 * -------------------
*/
/*
.wp-pagenavi {
    margin:  0;
}

.pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 50px 0;
}

.pagenation__item {
  display: block;
  position: relative;
  line-height: 1.5;
  padding: 0;
  opacity: 1;
  color: #3c3c3c;
  font-size: 1.6rem;
  text-align: center;
}

.pagenation__item:hover {
  text-decoration: none;
}

.pagination__item:not(._return_) {
  width: 60px;
}

.pagination__item:not(._return_):before {
  display: block;
  position: absolute;
  bottom: 1px;
  right: 0;
  opacity: 1;
  width: 100%;
  height: 10px;
  background-size: auto 20px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20145.21%2019.17%22%3E%3Cg%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%233c3c3c%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M19.53.35L1.21%2018.67h144%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  content: '';
}

.pagination__item:not(._return_)._back_ {
  text-align: right;
}

.pagination__item:not(._return_)._next_ {
  text-align: left;
}

.pagination__item:not(._return_)._next_:before {
  right: auto;
  left: 0;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.pagination__item.is-disabled {
  /* リンク無効 */
 /*pointer-events: none;
  opacity: .2;
}

.pagination__item._return_:before {
  display: block;
  position: absolute;
  bottom: 2px;
  left: 50%;
  opacity: 1;
  width: 100%;
  height: 1px;
  background: #3c3c3c;
  -webkit-transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  content: '';
}
*/


*/
/*
 * [wp-pagenavi] ページ送り
 * -------------------
*/

.pagenation{
magin:5% 0;
}

.wp-pagenavi {
  position: relative;
  margin: 5% 0;
  text-align: center;
  letter-spacing: -.4em;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    margin: 0 .3em;
    padding: 0 .4em;
}

.wp-pagenavi .pages{
display: none;
}

.wp-pagenavi > span {
  /*display: inline-block;*/
  position: relative;
  line-height: 1.5;
  color: #ffffff;
    background-color: #000000;
  font-size: 1.6rem;
  text-decoration: none;
  letter-spacing: normal;
}

.wp-pagenavi > a {
  color: #000000;
    background-color: #ffffff;
  font-size: 1.6rem;
  text-decoration: none;
  letter-spacing: normal;
}



.wp-pagenavi > a:hover {
  text-decoration: none;
}

.wp-pagenavi > [class$=postslink] {
  /*display: inline-block;
  position: absolute;
  top: 44%;
 width: 60px;*/
 -webkit-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}

.wp-pagenavi > [class$=postslink]:before {
  display: block;
  position: absolute;
  bottom: 1px;
  right: 0;
  opacity: 1;
  width: 100%;
  height: 10px;
  /*background-size: auto 20px;
  background-position: 0 100%;
  background-repeat: no-repeat;
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20145.21%2019.17%22%3E%3Cg%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%233c3c3c%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M19.53.35L1.21%2018.67h144%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");*/
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  content: '';
}

.wp-pagenavi .previouspostslink {
  /*left: 0;*/
  text-align: right;
}

.wp-pagenavi .nextpostslink {
  /*right: 0;*/
  text-align: left;
}

.wp-pagenavi .nextpostslink:before {
  right: auto;
  left: 0;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.wp-pagenavi > :not([class$=postslink]) {
  margin: 0 .3em;
  padding: 0 .4em;
}

.wp-pagenavi > :not([class$=postslink]):before {
  display: block;
  position: absolute;
  bottom: 2px;
  left: 50%;
  opacity: 1;
  width: 0;
  height: 1px;
  background: #3c3c3c;
  -webkit-transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  content: '';
}

.wp-pagenavi > :not([class$=postslink]).current:before {
  width: 100%;
}

.c-textarea {
  width: 100%;
    padding: 0;
  border-radius: 0;
border: none;
  background: #e3eaf0;
  color: #000000;
  font-size: 16px;
  vertical-align: middle;
}

.c-input {
  width: 100%;
  padding: 0.2em 8px;
  line-height: 170%;
  border: none;
  border-radius: 0;
  /*border: 1px solid #ccc;*/
  background: #e3eaf0;
  color: #000000;
  font-size: 16px;
}

.c-input2 {
  width: 50%;
  padding: 0.2em 8px;
  line-height: 170%;
  border: none;
  border-radius: 0;
  /*border: 1px solid #ccc;*/
  background: #e3eaf0;
  color: #000000;
  font-size: 16px;
}

.c-radio,
.c-checkbox {
  display: none;
}

.c-radio--label,
.c-checkbox--label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0 4px 0 24px;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  vertical-align: middle;
}

.c-radio--label:before,
.c-radio--label:after,
.c-checkbox--label:before,
.c-checkbox--label:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  background: #fff;
  -webkit-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  content: '';
}

.c-radio--label:before {
  z-index: 10;
  opacity: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background-color: #c83c3c;
  -webkit-transform: translateY(-50%) translateX(4px);
  -ms-transform: translateY(-50%) translateX(4px);
  transform: translateY(-50%) translateX(4px);
}

.c-radio--label:after {
  border-radius: 50%;
}

.c-radio:checked + .c-radio--label:before,
.c-radio:checked + input[type=hidden] + .c-radio--label:before {
  opacity: 1;
}

.c-checkbox--label:before {
  z-index: 10;
  width: 5px;
  height: 9px;
  opacity: 0;
  border: 3px solid #c83c3c;
  border-width: 0 3px 3px 0;
  -webkit-transform: translateY(-50%) translateX(6px) rotate(45deg);
  -ms-transform: translateY(-50%) translateX(6px) rotate(45deg);
  transform: translateY(-50%) translateX(6px) rotate(45deg);
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.c-checkbox:checked + .c-checkbox--label:before,
.c-checkbox:checked + input[type=hidden] + .c-checkbox--label:before {
  opacity: 1;
}

.c-select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  z-index: 2;
  width: 200%;
  width: calc(100% + 7em);
  margin: 0;
  padding: 5px 30px 5px 10px;
  border: 0;
  background: transparent;
  font-size: 16px;
  color: #333;
}

.c-select:disabled {
  background: #eee;
}

.c-selectWrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-right: 5px;
  padding: 0 30px 0 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  vertical-align: middle;
}

.c-selectWrapper:before {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #5e6569 transparent transparent transparent;
  -webkit-transform: translateY(-50%) translateX(-8px);
  -ms-transform: translateY(-50%) translateX(-8px);
  transform: translateY(-50%) translateX(-8px);
  content: '';
}

/**************************************************************************************************************************

スマホ

**************************************************************************************************************************/

@media (max-width: 699px) {
  .title {
    height: 270px;
    margin-bottom: 90px;
  }

  .title > .__img {
    height: 80px;
  }

  .title._company_ {
    background-image: url("../img/pages/company_ttl_bg_pc.jpg");
  }

  .title._concert_ {
    background-image: url("../img/pages/concert_ttl_bg_pc.jpg");
  }

  .title._contact_ {
    background-image: url("../img/pages/contact_ttl_bg_pc.jpg");
  }

  .title._404_ {
    background-image: url("../img/pages/404_ttl_bg_pc.jpg");
  }

  .lead {
    line-height: 2.65;
    margin-bottom: 0;
    padding: 0 1em;
  }

  .fluidWrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pagination {
    margin: 120px 0 50px;
  }

  .pagination__item:not(._return_):before {
    height: 20px;
  }

  .pagination__item:not(._return_) {
    width: 120px;
    font-size: 2rem;
  }

  .pagination__item:not(._return_):hover {
    opacity: .8;
  }

  .pagination__item:not(._return_):hover:before {
    width: calc( 100% + 10px);
  }

  .pagination__item._return_ {
    font-size: 2rem;
  }

  .pagination__item._return_:hover {
    opacity: .8;
  }

  .wp-pagenavi {
    margin: 120px 0 50px;
  }

  .wp-pagenavi > a,
  .wp-pagenavi > span {
    font-size: 2rem;
  }

  .wp-pagenavi > [class$=postslink]:before {
    height: 20px;
  }

  .wp-pagenavi > [class$=postslink] {
    width: 120px;
  }

  .wp-pagenavi > [class$=postslink]:hover {
    opacity: .8;
  }

  .wp-pagenavi > [class$=postslink]:hover:before {
    width: calc( 100% + 10px);
  }

  .wp-pagenavi > :not([class$=postslink])[href]:hover {
    opacity: .8;
  }

  .wp-pagenavi > :not([class$=postslink])[href]:hover:before {
    width: 100%;
  }
  
  .wp-pagenavi > a, .wp-pagenavi > span {
    font-size: 16px;
}
  
  
}