@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

img {
  vertical-align: bottom; }

aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/**
 * レスポンシブのブレイクポイント設定
 */
html {
  font-size: 62.5%;
  visibility: hidden; }
  html.wf-active {
    visibility: visible; }

body {
  font-size: 1.6rem;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: source-han-sans-japanese, sans-serif; }

img {
  max-width: 100%;
  height: auto; }

#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative; }

@media (max-width: 768px) {
  .pc {
    display: none !important; } }

@media (min-width: 769px) {
  .sp {
    display: none !important; } }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/**********************************************************
 * webフォント
 **********************************************************/
.font-HanSans {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal; }
  .font-HanSans.regular {
    font-weight: 400; }
  .font-HanSans.bold {
    font-weight: 700; }

.font-FrankNew {
  font-family: frank-new, sans-serif;
  font-style: normal; }
  .font-FrankNew.light {
    font-weight: 300; }
  .font-FrankNew.regular {
    font-weight: 400; }
  .font-FrankNew.bold {
    font-weight: 700; }

/**********************************************************
 * iconフォント
 **********************************************************/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"), url(https://example.com/MaterialIcons-Regular.woff) format("woff"), url(https://example.com/MaterialIcons-Regular.ttf) format("truetype"); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  /* Preferred icon size */
  vertical-align: -.2em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/**********************************************************
 * WPテキストエディタ
 **********************************************************/
.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.alignright,
.alignleft {
  margin: 8px; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%; }

/**********************************************************
 * ヘッダー
 **********************************************************/
header {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.8); }
  header.is-fixed {
    transform: translateY(0); }
  @media (max-width: 768px) {
    header {
      height: 16vw;
      background-color: #fff;
      transform: translateY(0); } }
  header .inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      header .inner {
        width: 100%;
        padding: 0; } }
  header h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    header h1 img {
      width: 155px; }
      @media (max-width: 768px) {
        header h1 img {
          width: auto;
          height: 8vw; } }
  header .menu_trigger {
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    right: 6.66vw;
    transform: translateY(-50%); }
    @media (min-width: 769px) {
      header .menu_trigger {
        display: none; } }
    header .menu_trigger span {
      width: 1.33vw;
      height: 1.33vw;
      background-color: #000;
      border-radius: 50%;
      transition: all .3s; }
      header .menu_trigger span + span {
        margin-left: 1.33vw; }
    header .menu_trigger.active span {
      background-color: #fff; }
  @media (max-width: 768px) {
    header .draewr_bg {
      display: none; }
      header .draewr_bg.active {
        display: block;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.7); } }
  @media (max-width: 768px) {
    header .draewr {
      display: table;
      position: fixed;
      top: 0;
      right: 0;
      width: 86.6%;
      height: 100vh;
      padding: 0 14vw;
      box-sizing: border-box;
      background-color: #333;
      transform: translateX(120%);
      transition: all .3s; }
      header .draewr.active {
        transform: translateX(0); }
      header .draewr .vertical_align {
        display: table-cell;
        vertical-align: middle;
        padding-bottom: 40vw; }
        header .draewr .vertical_align h2 {
          margin-bottom: 14vw; }
          header .draewr .vertical_align h2 img {
            filter: brightness(0) invert(1); } }
  header .nav_global {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 340px; }
    @media (max-width: 768px) {
      header .nav_global {
        position: static;
        width: auto;
        transform: none; } }
    header .nav_global ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 768px) {
        header .nav_global ul {
          display: block; } }
      @media (max-width: 768px) {
        header .nav_global ul li {
          font-size: 4.3vw;
          letter-spacing: .05em;
          margin-bottom: 1.6em; } }
      header .nav_global ul a {
        display: block;
        position: relative;
        color: #333;
        text-decoration: none; }
        @media (min-width: 769px) {
          header .nav_global ul a::after {
            content: "";
            position: absolute;
            width: 100%;
            left: 0;
            bottom: -.5em;
            border-bottom: solid 2px #6699CC;
            transform: scaleX(0);
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease; }
          header .nav_global ul a:hover::after {
            content: "";
            position: absolute;
            width: 100%;
            left: 0;
            bottom: -.5em;
            border-bottom: solid 2px #6699CC;
            transform: scaleX(1); }
          header .nav_global ul a .jp {
            display: none; } }
        @media (max-width: 768px) {
          header .nav_global ul a {
            color: #fff; }
            header .nav_global ul a .jp {
              position: absolute;
              display: block;
              top: 50%;
              transform: translateY(-20%);
              left: 36vw;
              font-size: 3vw;
              white-space: nowrap; }
              header .nav_global ul a .jp::before {
                content: "−"; } }
  @media (min-width: 769px) {
    header .nav_sns {
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%);
      width: 136px; } }
  @media (max-width: 768px) {
    header .nav_sns {
      margin-top: 15vw; } }
  header .nav_sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  @media (min-width: 769px) {
    header .nav_sns img {
      width: 18px; } }
  @media (max-width: 768px) {
    header .nav_sns img {
      width: 6.4vw;
      filter: brightness(0) invert(1); } }

body#page_top li.top a::after,
body#page_event li.event a::after,
body#page_artist li.artist a::after,
body#page_about li.about a::after,
body#page_contact li.contact a::after {
  transform: scaleX(1); }
  @media (max-width: 768px) {
    body#page_top li.top a::after,
    body#page_event li.event a::after,
    body#page_artist li.artist a::after,
    body#page_about li.about a::after,
    body#page_contact li.contact a::after {
      display: none; } }

/**********************************************************
 * パンくずリスト
 **********************************************************/
.breadcrumbs {
  padding: 35px 0; }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .breadcrumbs ul li {
      font-size: 1.4rem;
      color: #999; }
      .breadcrumbs ul li a {
        color: #6699cc;
        text-decoration: none; }
      .breadcrumbs ul li + li {
        position: relative;
        margin-left: .8em;
        padding-left: 1.3em; }
        .breadcrumbs ul li + li::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: 8px;
          height: 12px;
          background-image: url("../img/component/arrowBreadcrumbs.svg");
          background-repeat: no-repeat;
          background-size: 8px; }

/**********************************************************
 * メイン
 **********************************************************/
@media (max-width: 768px) {
  main {
    padding-top: 16vw; } }
main .inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px; }
  main .inner #contents {
    padding-top: 100px;
    background-color: #f2f2f2; }
    @media (max-width: 768px) {
      main .inner #contents {
        padding-top: 20px; } }
    main .inner #contents .page_title {
      position: relative;
      float: left;
      width: 300px; }
      @media (max-width: 768px) {
        main .inner #contents .page_title {
          float: none;
          width: 100%;
          position: static; } }
main .logo {
  background-color: #fff; }
  @media (max-width: 768px) {
    main .logo {
      display: none; } }
  main .logo h1 {
    position: relative;
    height: 80px; }
    main .logo h1 img {
      display: none;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 250px; }
main .langbuttons {
  float: right;
  margin: 40px 0;
  font-size: 1.7rem;
  letter-spacing: 1px;
  color: #666; }
  @media (max-width: 768px) {
    main .langbuttons {
      margin: 20px 0; } }
  main .langbuttons a {
    cursor: pointer; }
  main .langbuttons .on {
    color: #6699cc; }
main .listEvent {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start; }
  main .listEvent li a {
    display: block;
    text-decoration: none;
    color: #333; }
    main .listEvent li a .thumb {
      position: relative;
      width: 227px;
      height: 28.4vw;
      display: table-cell;
      vertical-align: middle;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      z-index: 0;
      overflow: hidden;
      /*-webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);*/ }
      @media (max-width: 1024px) {
        main .listEvent li a .thumb {
          width: auto;
          height: 27vw; } }
      @media (min-width: 1240px) {
        main .listEvent li a .thumb {
          width: 227px;
          height: 353px; } }
      @media (max-width: 768px) {
        main .listEvent li a .thumb {
          width: auto;
          height: 69.5vw; } }
      @media (max-width: 767px) {
        main .listEvent li a .thumb {
          width: auto;
          height: 65.5vw; } }
      main .listEvent li a .thumb::after {
        transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        content: '';
        background: inherit;
        -webkit-filter: blur(10px);
        -moz-filter: blur(10px);
        -o-filter: blur(10px);
        -ms-filter: blur(10px);
        filter: blur(10px);
        position: absolute;
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        z-index: -2; }
      main .listEvent li a .thumb::before {
        opacity: 0;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #0935b0;
        mix-blend-mode: hard-light;
        z-index: 3;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      main .listEvent li a .thumb.advanceTickets::after {
        content: "先行チケット発売中";
        color: #000;
        background: #00d600; }
      main .listEvent li a .thumb .iconCross {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 22%;
        height: 0;
        padding-top: 22%;
        z-index: 4;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        main .listEvent li a .thumb .iconCross::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: 100%;
          border-top: solid 1px #fff; }
        main .listEvent li a .thumb .iconCross::after {
          content: "";
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          height: 100%;
          border-right: solid 1px #fff; }
    main .listEvent li a .tag {
      margin: .8em 0 .5em; }
      main .listEvent li a .tag:nth-of-type(7), main .listEvent li a .tag:nth-of-type(8) {
        margin-top: 0; }
    main .listEvent li a h3 {
      font-weight: bold;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      height: 55px;
      width: 100%; }
      @media (min-width: 769px) {
        main .listEvent li a h3 {
          font-size: 1.6rem;
          line-height: 1.7; } }
      @media (max-width: 768px) {
        main .listEvent li a h3 {
          font-size: 3.4666vw;
          line-height: 1.46;
          height: 82px; } }
      @media (max-width: 767px) {
        main .listEvent li a h3 {
          font-size: 3.4666vw;
          line-height: 1.46;
          height: 44px; } }
    main .listEvent li a .schedule {
      border-top: solid 1px #999;
      color: #999; }
      @media (min-width: 769px) {
        main .listEvent li a .schedule {
          font-size: 1.2rem;
          margin-top: 1.25em;
          padding-top: 1.666em; } }
      @media (max-width: 768px) {
        main .listEvent li a .schedule {
          font-size: 3.125vw;
          margin-top: 1em;
          padding-top: 1em; }
          main .listEvent li a .schedule span {
            display: block;
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
            -webkit-transform-origin: left;
            -ms-transform-origin: left;
            transform-origin: left; } }
    main .listEvent li a:hover .thumb::before {
      opacity: 0.5; }
    main .listEvent li a:hover .thumb .iconCross {
      opacity: 1; }
    main .listEvent li a:hover h3 {
      color: #0935b0; }
@media (max-width: 768px) {
  main .tags {
    display: flex; } }
main .tag {
  display: inline-block;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  padding: .5em 0;
  /* NEW */
  /* 開催間近 */
  /* 開催中 */
  /* 中止 */
  /* 延期 */
  /* 振替 */
  /* 開催終了 */ }
  @media (min-width: 769px) {
    main .tag {
      width: 70px;
      height: 12px;
      font-size: 1.2rem; }
      main .tag.en {
        width: auto;
        padding: .5em;
        font-size: 1.1rem; } }
  @media (max-width: 768px) {
    main .tag {
      width: 16.5vw;
      height: 3.4vw;
      font-size: 3.125vw; }
      main .tag.en {
        width: 23vw;
        height: 6vw;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        align-items: center; } }
  main .tag.new {
    background-color: #0094a4; }
  main .tag.soon {
    background-color: #e69a0a; }
  main .tag.underway {
    background-color: #b84658; }
  main .tag.cancel {
    background-color: #333; }
  main .tag.postpone {
    background-color: #999; }
  main .tag.reschedule {
    background-color: #456AA5; }
  main .tag.end {
    color: #6699cc;
    outline: solid 1px #6699cc; }

/**********************************************************
 * フッター
 **********************************************************/
footer {
  margin-top: auto; }
  @media (min-width: 769px) {
    footer > * {
      padding: 95px 0; } }
  @media (max-width: 768px) {
    footer > * {
      padding: 10vw 0; } }
  footer .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box; }
    @media (min-width: 769px) {
      footer .inner {
        padding: 0 20px;
        max-width: 1200px; } }
    @media (max-width: 768px) {
      footer .inner {
        padding: 0 13.333vw; } }
  footer .sns {
    background-color: #4d4d4d;
    text-align: center; }
    @media (min-width: 769px) {
      footer .sns {
        padding-bottom: 125px; } }
    @media (max-width: 768px) {
      footer .sns {
        padding-bottom: 20vw; } }
    footer .sns h2 {
      color: #fff; }
      @media (min-width: 769px) {
        footer .sns h2 {
          font-size: 2.4rem; } }
      @media (max-width: 768px) {
        footer .sns h2 {
          font-size: 4vw; } }
    footer .sns .nav_sns ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (min-width: 769px) {
        footer .sns .nav_sns ul {
          width: 540px;
          margin: 60px auto 0; } }
      @media (max-width: 768px) {
        footer .sns .nav_sns ul {
          width: 100%;
          margin: 6.666vw auto 0; } }
      @media (min-width: 769px) {
        footer .sns .nav_sns ul li {
          width: 90px; } }
      @media (max-width: 768px) {
        footer .sns .nav_sns ul li {
          width: 13.333vw; } }
      footer .sns .nav_sns ul li a {
        display: block;
        position: relative;
        color: #fff;
        text-decoration: none;
        background-color: #666;
        border-radius: 50%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        @media (min-width: 769px) {
          footer .sns .nav_sns ul li a {
            width: 90px;
            height: 90px; }
            footer .sns .nav_sns ul li a:hover {
              background-color: #999; } }
        @media (max-width: 768px) {
          footer .sns .nav_sns ul li a {
            width: 13.333vw;
            height: 13.333vw; } }
        footer .sns .nav_sns ul li a img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          filter: brightness(0) invert(1); }
          @media (min-width: 769px) {
            footer .sns .nav_sns ul li a img {
              width: 27px; } }
          @media (max-width: 768px) {
            footer .sns .nav_sns ul li a img {
              width: 4vw; } }
        footer .sns .nav_sns ul li a span {
          position: absolute;
          bottom: -2em;
          left: 0;
          display: block;
          width: 100%;
          text-align: center;
          letter-spacing: .02em; }
          @media (min-width: 769px) {
            footer .sns .nav_sns ul li a span {
              font-size: 1.2rem; } }
          @media (max-width: 768px) {
            footer .sns .nav_sns ul li a span {
              font-size: 3.125vw; } }
  footer .bottom {
    background-color: #6699cc;
    color: #fff; }
    @media (max-width: 768px) {
      footer .bottom .info {
        margin-top: 10.666vw;
        padding-top: 12vw; } }
    footer .bottom .info h2 img {
      filter: brightness(0) invert(1); }
      @media (min-width: 769px) {
        footer .bottom .info h2 img {
          width: 155px; } }
      @media (max-width: 768px) {
        footer .bottom .info h2 img {
          width: 26.666vw; } }
    footer .bottom .info p {
      line-height: 1.75; }
      @media (min-width: 769px) {
        footer .bottom .info p {
          margin: 40px 0;
          font-size: 1.2rem; } }
      @media (max-width: 768px) {
        footer .bottom .info p {
          margin: 5.333vw 0;
          font-size: 3.125vw; } }
    footer .bottom .info a {
      color: #fff; }
      @media (min-width: 769px) {
        footer .bottom .info a {
          font-size: 1.5rem; }
          footer .bottom .info a:hover {
            opacity: .7; } }
      @media (max-width: 768px) {
        footer .bottom .info a {
          font-size: 3.125vw; } }
    footer .bottom .nav_footer {
      top: 0; }
      @media (min-width: 769px) {
        footer .bottom .nav_footer {
          position: absolute;
          left: 350px; } }
      @media (max-width: 768px) {
        footer .bottom .nav_footer {
          position: relative;
          left: 0;
          /*        &::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 8vw;
                    height: 1px;
                    background-color: #fff;
                  }*/ } }
      footer .bottom .nav_footer li a {
        position: relative;
        display: block;
        width: 8em;
        color: #fff;
        text-decoration: none; }
        @media (min-width: 769px) {
          footer .bottom .nav_footer li a:hover {
            opacity: .7; } }
        @media (max-width: 768px) {
          footer .bottom .nav_footer li a {
            font-size: 4vw; } }
        footer .bottom .nav_footer li a .jp {
          position: absolute;
          display: block;
          bottom: 0;
          left: 10em;
          white-space: nowrap; }
          @media (min-width: 769px) {
            footer .bottom .nav_footer li a .jp {
              font-size: 1.2rem; } }
          @media (max-width: 768px) {
            footer .bottom .nav_footer li a .jp {
              font-size: 3.125vw; } }
          footer .bottom .nav_footer li a .jp::before {
            content: "−"; }
      @media (min-width: 769px) {
        footer .bottom .nav_footer li + li {
          margin-top: 33px; } }
      @media (max-width: 768px) {
        footer .bottom .nav_footer li + li {
          margin-top: 2em; } }
    @media (min-width: 769px) {
      footer .bottom small {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 1.2rem; } }
    @media (max-width: 768px) {
      footer .bottom small {
        display: block;
        margin-top: 24vw;
        text-align: center;
        font-size: 3.125vw; } }

/**********************************************************
 * フォーム
 **********************************************************/
input,
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.wrapText {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }
  .wrapText input[type="text"],
  .wrapText input[type="email"],
  .wrapText input[type="tel"] {
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    padding: .6em .8em;
    outline: 0;
    border: solid 1px #4c4c4c;
    border-radius: 5px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .wrapText input[type="text"],
      .wrapText input[type="email"],
      .wrapText input[type="tel"] {
        font-size: 3.75vw; } }
    .wrapText input[type="text"]:-webkit-autofill,
    .wrapText input[type="email"]:-webkit-autofill,
    .wrapText input[type="tel"]:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px #fff inset; }
  .wrapText button {
    border: none;
    background-color: inherit;
    outline: none;
    cursor: pointer;
    box-sizing: border-box; }

.wrapSelect {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%; }
  .wrapSelect::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url("../img/component/arrowBottom@2x.png");
    background-repeat: no-repeat;
    background-size: 15px; }
  .wrapSelect select {
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    padding: 0 .8em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    background: #fff;
    border: solid 1px #4c4c4c;
    border-radius: 5px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .wrapSelect select {
        font-size: 3.75vw; } }

textarea {
  width: 100%;
  height: 100px;
  font-size: 1.4rem;
  padding: .5em .8em;
  outline: 0;
  border: solid 1px #4c4c4c;
  border-radius: 5px;
  box-sizing: border-box;
  resize: vertical; }
  @media (max-width: 768px) {
    textarea {
      font-size: 3.75vw; } }

/**********************************************************
 * モーダル
 **********************************************************/
.modal_content {
  display: none;
  position: fixed;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 101; }
  @media (min-width: 769px) {
    .modal_content {
      width: 280px;
      padding: 25px;
      border-radius: 10px; } }
  @media (max-width: 768px) {
    .modal_content {
      width: 90vw;
      padding: 9.375vw;
      border-radius: 3.125vw; } }
  .modal_content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100; }

/**
 * paginate_links() で出力されるページャー
 */
ul.page-numbers {
  display: flex;
  margin: 50px 0;
  justify-content: center;
  align-items: center;
  gap: 8px; }

ul.page-numbers .page-numbers:not(.dots) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #000;
  border-radius: 5px; }

ul.page-numbers span.page-numbers:not(.dots) {
  background-color: #ccc; }

ul.page-numbers .page-numbers.next,
ul.page-numbers .page-numbers.prev {
  width: 35px;
  height: 35px;
  background-color: #6699CC;
  color: transparent;
  background-image: url(../img/component/arrowBtn.svg);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center; }

ul.page-numbers .page-numbers.prev {
  transform: scale(-1, 1); }
