@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design
 
//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1; }

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0; }

body, button, input, select, textarea {
  font-size: 100%; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

small {
  font-size: 75%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 0;
  padding: 0; }

dd {
  margin: 0px; }

nav ul, nav ol {
  list-style: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure, form {
  margin: 0; }

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

button {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

img, abbr, acronym, fieldset {
  border: 0; }

li {
  list-style: none; }

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333; }

.flt {
  float: left; }

.flr {
  float: right; }

.txt_l, td.txt_l, .txt_l td {
  text-align: left; }

.txt_r, td.txt_r, .txt_r td {
  text-align: right; }

.txt_c, td.txt_c, .txt_c td {
  text-align: center; }

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top; }

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle; }

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom; }

.clear {
  clear: both; }

.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: block; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }

.img_bd {
  border: solid 1px #E8E8E8; }

.c_red {
  color: #FF3425; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    width: 100%; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
  .slick-prev:before, .slick-next:before {
    font-size: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ''; }
    [dir="rtl"] .slick-prev:before {
      content: ''; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ''; }
    [dir="rtl"] .slick-next:before {
      content: ''; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

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

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  layout.css
 style info :  レイアウトファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
/*
0:セット
------------------------------------------------------------
*/
html, body {
  width: 100%;
  background: #040000; }

body {
  font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 15px; } }

.win body {
  font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,sans-serif; }

a, a:link, a:active, a:visited {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

a:hover {
  color: #aaa; }

a:focus {
  outline: none; }

a:hover, a:active {
  outline: 0; }

.opacity:hover {
  opacity: .5; }

img {
  max-width: 100%;
  height: auto; }
  @media screen and (max-width: 767px) {
    img {
      vertical-align: middle; } }

img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto; }

@media screen and (max-width: 767px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block; } }

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 1200px;
  padding-bottom: 70px; }
  @media screen and (max-width: 767px) {
    #container_wrap {
      min-width: 1px; } }

#container {
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #container {
      padding-top: 80px; } }

.secound_02 {
  background: url(../images/bg_secound_02.jpg) no-repeat top center/cover;
  overflow: hidden;
  padding-top: 50px; }

.section {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .section {
      margin-bottom: 15vw; } }

.section_02 {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .section_02 {
      margin-bottom: 15vw; } }

.section_wrap {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .section_wrap {
      margin-bottom: 5vw; } }

/*
//ヘッダー
------------------------------------------------------------
*/
header {
  padding: 30px 3vw 30px 5vw; }
  @media screen and (max-width: 767px) {
    header {
      position: fixed;
      background: #221e1f;
      z-index: 250;
      width: 100%;
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 5vw; } }

.header_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#header_left {
  margin-right: 5vw; }

@media screen and (max-width: 767px) {
  #header_right {
    display: none; } }

.header_ttl {
  width: 320px; }
  @media screen and (max-width: 767px) {
    .header_ttl {
      width: 180px; } }

.hader_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1;
  margin: 0 2em 1.5em 0;
  font-size: .875em;
  font-family: 'Josefin Sans','Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif; }
  @media screen and (max-width: 767px) {
    .hader_nav {
      font-size: 1em;
      margin: 0 0 2.5em 0; } }
  .hader_nav li {
    margin-right: 1em;
    padding-right: 1em;
    border-right: 1px solid #fff; }
    .hader_nav li:last-child {
      border-right: none;
      margin-right: 0;
      padding-right: 0; }

#gnavi ul {
  font-size: .8125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: -1em; }
  #gnavi ul li {
    margin: 0 2em 1em 0; }
    #gnavi ul li.active a:after {
      opacity: 1; }
    #gnavi ul li a {
      padding-top: 20px;
      position: relative; }
      #gnavi ul li a:after {
        position: absolute;
        content: '';
        background: url(../images/icon_star.png) no-repeat center bottom/100%;
        width: 30px;
        height: 20px;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        opacity: 0; }

.bnr_ticket {
  background: rgba(238, 66, 70, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5em 5vw;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 1100px; }
  @media screen and (max-width: 767px) {
    .bnr_ticket {
      min-width: 100%;
      padding: 1vw 5vw;
      height: 70px; } }
  .bnr_ticket p {
    font-size: 2.1875em;
    font-family: 'Josefin Sans','Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .bnr_ticket p {
        font-size: 1.3em;
        line-height: 1.3; } }
    .bnr_ticket p span {
      font-size: .45em;
      margin-left: 1em;
      font-weight: normal;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        .bnr_ticket p span {
          display: block;
          margin: 0; } }
  .bnr_ticket .btn {
    width: 230px;
    margin: 0;
    height: 44px;
    line-height: 44px;
    font-size: .875em; }
    @media screen and (max-width: 767px) {
      .bnr_ticket .btn {
        font-size: 3.5vw;
        width: 60vw; } }

/*
//フッター
------------------------------------------------------------
*/
#footer_wrap {
  padding: 110px 0 55px;
  clear: both;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 94%; }
  @media screen and (max-width: 767px) {
    #footer_wrap {
      padding: 15vw 0 10vw; } }

#footer {
  width: 100%;
  max-width: calc(1180px + 10vw);
  margin: 0 auto;
  padding: 0 5vw;
  overflow: hidden;
  clear: both; }

.list_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .list_sns {
      margin-bottom: 8vw; } }
  .list_sns li {
    width: 60px;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .list_sns li {
        width: 40px; } }
    .list_sns li:last-child {
      margin-right: 0; }

.copy {
  clear: both;
  font-size: 87%;
  margin-top: 35px; }
  @media screen and (max-width: 767px) {
    .copy {
      margin-top: 8vw; } }

/*
5:div
------------------------------------------------------------
*/
#topic {
  background: url(../images/bg.jpg) no-repeat center bottom/cover;
  padding: 110px 0; }
  @media screen and (max-width: 767px) {
    #topic {
      padding: 15vw 0; } }

.inner {
  max-width: calc(965px + 10vw);
  padding: 0 5vw;
  margin: 0 auto;
  position: relative; }

.bg_special {
  background: url(../images/bg_special.jpg) no-repeat center/cover;
  position: relative;
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .bg_special {
      padding: 15vw 0; } }
  .bg_special:after {
    position: absolute;
    content: '';
    background: rgba(4, 0, 0, 0.56);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .bg_special .inner {
    position: relative;
    z-index: 1; }

.bg_low {
  background: url(../images/bg.jpg) no-repeat center/cover;
  position: relative;
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .bg_low {
      padding: 15vw 0; } }
  .bg_low:after {
    position: absolute;
    content: '';
    background: rgba(4, 0, 0, 0.56);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .bg_low .inner {
    position: relative;
    z-index: 1; }

.section_special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .section_special .special_l {
    width: 40%; }
    @media screen and (max-width: 767px) {
      .section_special .special_l {
        width: 100%;
        margin-bottom: 5vw; } }
  .section_special .special_r {
    width: 55%;
    font-size: .9375em; }
    @media screen and (max-width: 767px) {
      .section_special .special_r {
        width: 100%; } }
    .section_special .special_r .title {
      font-size: 2em;
      font-weight: bold;
      margin-bottom: .5em;
      letter-spacing: 2px; }
      @media screen and (max-width: 767px) {
        .section_special .special_r .title {
          font-size: 1.7em; } }

.topic_wrap {
  padding: 5%;
  background: #fff;
  margin: 0 auto;
  color: #221e1f;
  font-size: .9375em; }
  @media screen and (max-width: 767px) {
    .topic_wrap {
      padding: 8vw 5vw; } }
  .topic_wrap img {
    display: block;
    margin: 3% auto; }
    @media screen and (max-width: 767px) {
      .topic_wrap img {
        margin: 5vw auto; } }

/*
6:ul
------------------------------------------------------------
*/
.list_info {
  border-top: 1px solid #FFF;
  margin-bottom: 50px; }
  .list_info li {
    padding: 30px;
    border-bottom: 1px solid #FFF;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .list_info li {
        padding: 5vw; } }
    .list_info li a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      @media screen and (max-width: 767px) {
        .list_info li a {
          -ms-flex-flow: wrap;
          flex-flow: wrap; } }
    .list_info li span {
      font-size: 94%;
      padding-right: 35px; }
      @media screen and (max-width: 767px) {
        .list_info li span {
          width: 100%; } }

.list_artist {
  color: #261d16; }
  .list_artist li {
    background: #fff;
    padding: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5%; }
    @media screen and (max-width: 767px) {
      .list_artist li {
        padding: 7vw 5vw;
        margin-bottom: 5vw; } }
    .list_artist li:last-child {
      margin-bottom: 0; }
    .list_artist li .artist_l {
      width: 30%; }
      @media screen and (max-width: 767px) {
        .list_artist li .artist_l {
          width: 100%;
          margin-bottom: 5vw; } }
      .list_artist li .artist_l img {
        max-height: 270px;
        margin: 0 auto;
        display: block; }
    .list_artist li .artist_r {
      width: 65%; }
      @media screen and (max-width: 767px) {
        .list_artist li .artist_r {
          width: 100%; } }
      .list_artist li .artist_r .name {
        font-size: 1.375em;
        font-weight: bold; }
        .list_artist li .artist_r .name span {
          font-size: .65em;
          font-weight: 400; }
      .list_artist li .artist_r .day {
        font-size: .875em;
        border-bottom: 1px solid #261d16;
        padding-bottom: 1.5em;
        margin-bottom: 1.5em; }
      .list_artist li .artist_r .txt {
        font-size: .875em; }
        .list_artist li .artist_r .txt p {
          margin-bottom: 1em; }
          .list_artist li .artist_r .txt p:last-child {
            margin-bottom: 0; }
      .list_artist li .artist_r a.more {
        border: 1px solid #261d16;
        color: #261d16;
        font-size: .875em; }

.list_sch li {
  margin-bottom: 5%; }
  .list_sch li:last-child {
    margin-bottom: 0; }
  .list_sch li .month {
    background: #040000;
    color: #fff;
    padding: 1em 1.5em;
    line-height: 1;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 5px; }
    @media screen and (max-width: 767px) {
      .list_sch li .month {
        font-size: 1.5em;
        padding: 1em; } }
    .list_sch li .month span {
      margin-left: 1em;
      font-size: .6em;
      vertical-align: middle;
      font-family: 'Bebas Neue',sans-serif;
      font-weight: 400;
      letter-spacing: 2px; }

/*
7:dl
------------------------------------------------------------
*/
/*
8:table
------------------------------------------------------------
*/
.table_fes {
  width: 100%;
  margin-top: -30px; }
  @media screen and (max-width: 767px) {
    .table_fes {
      margin-top: -5vw; } }
  .table_fes th {
    width: 25%;
    vertical-align: top;
    padding: 30px 2em;
    text-align: left;
    border-bottom: 1px solid #fff; }
    @media screen and (max-width: 767px) {
      .table_fes th {
        width: 100%;
        display: block;
        padding: 5vw 5vw 3vw;
        border-bottom: none; } }
  .table_fes td {
    width: 75%;
    padding: 30px 2em 30px 0;
    border-bottom: 1px solid #fff;
    font-size: .875em; }
    @media screen and (max-width: 767px) {
      .table_fes td {
        width: 100%;
        display: block;
        padding: 0 5vw 5vw; } }

.table_sch {
  background: #fff;
  width: 100%;
  color: #221e1f;
  border-bottom: 3px solid #040000; }
  .table_sch th {
    border-bottom: 3px solid #040000;
    text-align: center;
    padding: .5em;
    font-size: 1.25em; }
    @media screen and (max-width: 767px) {
      .table_sch th {
        font-size: 1em; } }
  .table_sch td {
    text-align: left;
    border-bottom: 1px solid #040000;
    padding: .5em 3em; }
    @media screen and (max-width: 767px) {
      .table_sch td {
        font-size: .85em;
        padding: 1em; } }

/*
9:タイトル
------------------------------------------------------------
*/
.mainTi {
  text-align: center;
  font-size: 3.125em;
  margin-bottom: 1em;
  font-family: 'Bebas Neue', 'Noto Sans JP', sans-serif;
  line-height: 1.4;
  letter-spacing: 6px; }
  @media screen and (max-width: 767px) {
    .mainTi {
      font-size: 12vw; } }
  .mainTi span {
    font-size: .25em;
    display: block;
    letter-spacing: 2px;
    margin-top: .5em;
    position: relative;
    padding-top: 2em; }
    .mainTi span:after {
      position: absolute;
      left: 0;
      right: 0;
      width: 45px;
      height: 1px;
      background: #fff;
      content: "";
      margin: auto;
      top: 0; }

.top_ttl {
  font-size: 2.3125em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 3px; }
  @media screen and (max-width: 767px) {
    .top_ttl {
      font-size: 6vw; } }
  .top_ttl span {
    display: block;
    font-size: .6em;
    margin-bottom: .3em; }

.topic_ttl {
  font-size: 1.3em;
  margin-bottom: 2em;
  font-weight: bold;
  letter-spacing: 2px; }
  @media screen and (max-width: 767px) {
    .topic_ttl {
      font-size: 1.2em; } }
  .topic_ttl span {
    display: block;
    margin-bottom: 1em;
    font-size: .7em; }

/*
10：装飾
------------------------------------------------------------
*/
/*
11:ボタン系
------------------------------------------------------------
*/
a.btn {
  width: 340px;
  line-height: 65px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
  position: relative;
  color: #221e1f; }
  @media screen and (max-width: 767px) {
    a.btn {
      width: 250px;
      line-height: 60px; } }
  a.btn:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -3px;
    border-top: solid 1px #221e1f;
    border-right: solid 1px #221e1f;
    right: 20px; }

a.more {
  border: 1px solid #fff;
  display: inline-block;
  padding: .5em 1em;
  margin: 0 1em 1em 0; }

/*
12:その他パーツ
------------------------------------------------------------
*/
#list_breadcrumb {
  padding: 0 5vw;
  font-size: .8125em; }
  @media screen and (max-width: 767px) {
    #list_breadcrumb {
      font-size: 3vw; } }

.center_p {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .center_p {
      text-align: left; } }

.bg_aqua {
  background: #c6f2f4; }

.bg_pink {
  background: #e3b3e8; }

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
/*
14:ワードプレス
------------------------------------------------------------
*/
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0 -15px -15px 0; }
  .wp-pagenavi a, .wp-pagenavi span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    color: #221e1f;
    display: block;
    text-align: center;
    margin: 0 15px 15px 0;
    border-radius: 50%; }
    .wp-pagenavi a:hover, .wp-pagenavi span:hover {
      opacity: .7; }
  .wp-pagenavi .current {
    opacity: .7; }

/*
15:マージン・パディング
------------------------------------------------------------
*/
.m0 {
  margin-bottom: 0; }

/*
16:Pagination
------------------------------------------------------------
*/
.list_pagination {
  width: 100%;
  margin: 5% auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  font-size: .875em; }
  @media screen and (max-width: 767px) {
    .list_pagination {
      margin-top: 10vw; } }
  .list_pagination li {
    width: 32%;
    margin-right: 2%; }
    @media screen and (max-width: 767px) {
      .list_pagination li {
        width: 100%;
        margin: 0 0 3vw; } }
    .list_pagination li:last-child {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .list_pagination li:last-child {
          margin-bottom: 0; } }
    .list_pagination li a {
      background: #fff;
      display: block;
      padding: 1em;
      color: #221e1f; }
      .list_pagination li a:hover {
        opacity: .7; }
