@charset "UTF-8";
.common-btn {
  display: inline-block;
  position: relative; }
  .common-btn a:hover .btn-in.bl {
    background-color: #fff;
    color: #000; }
  .common-btn a:hover .btn-in.bl > svg > .st0 {
    stroke: #fff; }
  .common-btn a:hover .btn-in.bl > svg > .st1 {
    fill: #000; }
  .common-btn a .btn-in {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 20px;
    border-radius: 50px;
    transition: .5s;
    min-width: 240px; }
    @media (min-width: 1024px) {
      .common-btn a .btn-in {
        padding: 10px 10px 10px 20px; } }
    .common-btn a .btn-in.header {
      min-width: 220px; }
    .common-btn a .btn-in p {
      font-size: 0.9em;
      font-weight: bold;
      text-align: left;
      font-feature-settings: "palt";
      letter-spacing: 0.04em;
      margin-right: 20px;
      transition: .5s; }
      @media (min-width: 1250px) {
        .common-btn a .btn-in p {
          font-size: 1.125em; } }
    .common-btn a .btn-in svg {
      width: 24px;
      position: absolute;
      right: 10px;
      transition: .5s; }
      @media (min-width: 1250px) {
        .common-btn a .btn-in svg {
          width: 26px; } }
    .common-btn a .btn-in.bl {
      background-color: #000;
      border: 1px solid #000;
      color: #76FF00; }
      .common-btn a .btn-in.bl svg .st0 {
        fill: none;
        stroke: #000;
        stroke-width: 2px; }
      .common-btn a .btn-in.bl svg .st1 {
        fill: #76ff00; }

#feel-free {
  padding: 100px 0; }
  #feel-free h2 {
    font-size: 1.125em;
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      #feel-free h2 {
        font-size: 1.375em;
        margin-bottom: 40px; } }
  #feel-free .feel-free-in {
    text-align: center; }
    @media (min-width: 768px) {
      #feel-free .feel-free-in {
        display: flex;
        justify-content: center; } }
    #feel-free .feel-free-in .common-btn {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        #feel-free .feel-free-in .common-btn {
          margin: 0 40px 0 0; } }
      #feel-free .feel-free-in .common-btn:last-child {
        margin: 0; }

/*
---------------------------------------------------------------------------------------------------------------------
文字自動横スクロール
---------------------------------------------------------------------------------------------------------------------
*/
#repeat-txt {
  position: relative; }
  #repeat-txt .loop {
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #76FF00;
    width: 100%;
    white-space: nowrap;
    z-index: 1; }
    #repeat-txt .loop ul.loop-area {
      display: flex;
      animation: loop-slide 300s infinite linear 1s both;
      list-style: none;
      margin: 0;
      padding: 0;
      font-family: "Dela Gothic One", sans-serif;
      font-style: normal;
      font-size: 4em;
      line-height: 0.9em; }
      @media (min-width: 1024px) {
        #repeat-txt .loop ul.loop-area {
          font-size: 6.0em; } }
      #repeat-txt .loop ul.loop-area li {
        display: inline-block;
        padding-right: 10px; }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
/*
---------------------------------------------------------------------------------------------------------------------
ページナビ
---------------------------------------------------------------------------------------------------------------------
*/
.wp-pagenavi {
  margin: 20px auto 10px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 1250px) {
    .wp-pagenavi {
      margin: 20px auto 10px; } }
  .wp-pagenavi a, .wp-pagenavi span {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    transition: .5s;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px; }
    .wp-pagenavi a:hover, .wp-pagenavi span:hover {
      background-color: white;
      color: #000; }
  .wp-pagenavi span.current {
    color: #000;
    background-color: #F1FF4E;
    border: 1px solid #F1FF4E;
    font-weight: bold; }
  .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    color: #fff;
    transition: .5s;
    transition: .5s; }
    .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover {
      color: #000; }

/*
---------------------------------------------------------------------------------------------------------------------
スライダー左右矢印ボタン
---------------------------------------------------------------------------------------------------------------------
*/
.card-common {
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */ }
  .card-common .swiper-button-next {
    right: 12px; }
  .card-common .swiper-button-prev {
    left: 12px; }
  .card-common .swiper-button-prev::after {
    background-image: url("../../img/parts/arrow-btn2.svg");
    transform: rotate(180deg); }
  .card-common .swiper-button-next::after {
    background-image: url("../../img/parts/arrow-btn2.svg"); }
  .card-common .swiper-slide img {
    height: auto;
    width: 100%; }
  .card-common .swiper-button-prev,
  .card-common .swiper-button-next {
    height: 45px;
    width: 45px;
    z-index: 20; }
  .card-common .swiper-button-prev::after,
  .card-common .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    margin: auto;
    height: 45px;
    width: 45px; }
