/* ##############################################################################

    KEYFRAMES

############################################################################## */


/* ##############################################################################

    COMMON

############################################################################## */

  html {
    height: 100%;
    overflow-y: scroll;
  }
  body {
    margin-left: auto;
    margin-right: auto;
    padding-top: 96px;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
  }
  body.page-register,
  body.page-login,
  body.page-password_reset,
  body.page-password_change,
  body.page-forgot_username {
    padding-top: 0;
    background-color: #f0f0f0;
    box-shadow: none;
  }

  @media screen and (max-width: 767px) {
    body {
      padding-top: 62px;
    }
  }

/* layout
**************************************** */

  /* --- inner --- */
  .inner {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner-sm { max-width: 880px; }
  .inner-lg { max-width: calc(100% - 112px); }

  /* --- section_pdg --- */
  .section_pdg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  @media screen and (max-width: 767px) {
    .inner-lg {
      max-width: 90%;
    }

    .section_pdg {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }

/* flex
**************************************** */
  /* --- ざっくりflexレイアウト --- */
  .flex-col1 {
    display: block;
  }
  .flex-col2,
  .flex-col3,
  .flex-col4,
  .flex-col5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-col2 > * {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-col2:not(.flex-reverse) > *:nth-child(even),
  .flex-col2.flex-reverse > *:nth-child(odd) {
    margin-right: 0;
  }
  .flex-col3 > * {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-col3 > *:nth-child(3n) { margin-right: 0; }
  .flex-col4 > * {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .flex-col4 > *:nth-child(4n) { margin-right: 0; }
  .flex-col5 > * {
    width: calc(100%/5 - (14px*4/5));
    margin-right: 14px;
    margin-bottom: 14px;
  }
  .flex-col5 > *:nth-child(5n) { margin-right: 0; }

  @media screen and (max-width: 767px) {
    .flex-sp-block.flex-col2 > * {
      width: 100%;
      margin-right: 0;
      margin-bottom: 6%;
    }
    .flex-sp-block.flex-col2 > *:last-child {
      margin-bottom: 0;
    }

    /* --- ざっくりflexレイアウト - sp --- */
    .flex-sp-col2 > *,
    .flex-sp-col2.flex-col3 > *:nth-child(3n) {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    .flex-sp-col2 > *:nth-child(even) {
      margin-right: 0;
    }
    .flex-sp-col3 > *,
    .flex-sp-col3.flex-col4 > *:nth-child(4n) {
      width: 31.33%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    .flex-sp-col3 > *:nth-child(3n) {
      margin-right: 0;
    }
  }

/* bg
**************************************** */
  .bg-gry {
    background-color: #f0f0f0;
  }
  .bg-l-gry {
    background-color: #f5f5f5;
  }


/* ttl
**************************************** */

  /* --- page_ttl --- */
  .page_ttl {
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: 274px;
    line-height: 1.5;
    background-color: #2c2c2c;
    background-size: cover;
    background-position: center;
    color: #fff;
  }
  .page-mypage .page_ttl,
  .page-register-thanks .page_ttl {
    height: 200px;
  }
  .archive .page_ttl {
    height: auto;
    padding-top: 80px;
    background-color: transparent;
    color: #1e1e1e;
  }
  .page_ttl-jp {
    display: block;
    font-size: 230%;
  }
  .page_ttl-en {
    display: inline-block;
    text-transform: uppercase;
  }
  body.single .page_ttl {
    height: 216px;
  }

  /* --- section_ttl --- */
  .section_ttl .ttl {
    display: flex;
    align-items: flex-end;
  }
  .section_ttl .ttl .font-en {
    margin-right: 14px;
    font-size: 320%;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1;
  }
  .section_ttl .ttl .jp {
    font-size: 93%;
    line-height: 1.18;
    letter-spacing: .08em;
  }
  .section_ttl .ttl.block,
  .section_ttl .ttl.block > * {
    display: block;
    text-align: center;
  }
  .section_ttl .ttl.block .font-en {
    margin-right: 0;
    margin-bottom: 14px;
  }
  .section_ttl .btn { margin-right: 0 !important; }
  .section_ttl .btn a {
    min-width: 89px;
    min-height: 32px;
    padding: 7px;
    border-radius: 4px;
    border: 1px solid #8A8A8A;
    background-color: transparent;
    font-size: 79%;
    color: #8A8A8A;
  }
  .section_ttl .btn a::before { display: none; }

  @media screen and (max-width: 767px) {
    .page_ttl {
      height: 146px;
    }
    .page-mypage .page_ttl,
    .page-register-thanks .page_ttl {
      height: 100px;
    }
    .page_ttl-jp {
      font-size: 169%;
    }

    .section_ttl .ttl {
      display: flex;
      align-items: center;
    }
    .section_ttl .ttl .font-en {
      margin-right: 14px;
      font-size: 215%;
      font-weight: 700;
      letter-spacing: .06em;
    }
    .section_ttl .ttl.block .font-en {
      margin-bottom: 0;
    }
    .section_ttl .ttl .jp {
      font-size: 85%;
      line-height: 1.18;
      letter-spacing: .08em;
    }
    .section_ttl .btn a {
      font-size: 66%;
    }
  }

  /* --- heading --- */
  .heading-1 {
    font-size: 213%;
    line-height: 1.35;
  }
  .heading-2 {
    padding-left: 16px;
    font-size: 150%;
    line-height: 1.4;
  }
  .heading-3 {
    border-bottom: 2px solid #D6D6D6;
    font-size: 113%;
    line-height: 1.45;
  }

/* breadcrumbs
**************************************** */
  .breadcrumbs {
    padding: 8px 0;
    font-size: 73%;
    text-align: center;
    font-weight: 600;
    color: #888888;
  }
  .breadcrumbs a,
  .breadcrumbs .breadcrumb_last {
    padding: 0 4px;
    color: #888888;
  }
  .breadcrumbs a { text-decoration: underline; }

/* txt
**************************************** */
  .txt-lg { font-size: 107%; }
  .txt-sm { font-size: 93%; }
  .txt-wh { color: #fff; }
  .txt-attention {
    position: relative;
    padding-left: 1.4em;
    color: #797979;
    font-size: 92%;
    line-height: 1.3;
  }
  .txt-attention::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
  }
  .txtarea p:not(:last-child) {
    margin-bottom: 1em;
  }
  .bold {
    font-weight: bold;
    color: #29B8B4;
  }
  .txt-link {
    text-decoration: underline;
  }

  /* --- font --- */
  .font-en {
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
  }

/* table & list
**************************************** */
  table { width: 100%; }

  /* --- table_default --- */
  .table_default th,
  .table_default td {
    padding: 16px 8px;
    vertical-align: middle;
  }
  .table_default th {
    white-space: nowrap;
    border-bottom: 2px solid #666;
    text-align: left;
  }
  .table_default td {
    padding: 16px 16px;
    border-bottom: 1px solid #666;
    border-left: 4px solid rgba(255,255,255,.1);
  }

  /* --- table_line --- */
  .table_line th,
  .table_line td {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .table_line th {
    background-color: #eee;
    border: 1px solid #ddd;
  }
  .table_line td {
    border: 1px solid #ddd;
    font-size: 93%;
  }

  /* --- list ---- */
  .list { list-style-type: none; }
  .list li:not(:last-child) { margin-bottom: 16px; }
  .list li {
    position: relative;
    padding-left: 1.4em;
  }
  .list-disc li::before,
  .list-square li::before,
  .list-circle li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background-color: #666;
  }
  /* 数字付きリスト */
  .list-num {
    padding-left: 1.4em;
    list-style-type: decimal;
  }
  .list-num li { padding-left: 0; }
  .list-num li::before { display: none; }
  /* 白丸付きリスト */
  .list-circle li::before {
    border: 1px solid #666;
    background-color: transparent;
  }
  /* 四角付きリスト */
  .list-square li::before {
    border-radius: 0;
    background-color: #666;
  }
  /* 入れ子のスタイル */
  .list li ul {
    margin-top: 16px;
    margin-bottom: 18px;
  }
  .list li ul li {
    position: relative;
    padding-left: 16px;
  }
  .list li ul li::before {
    content: "";
    position: absolute;
    top: .3em;
    left: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #666;
    background-color: transparent;
  }

  /* --- dlリスト --- */
  .list-dl {
    position: relative;
    border-top: 1px solid #BFBFBF;
  }
  .list-dl dt {
    position: absolute;
    padding-top: 16px;
    color: #666;
    font-weight: 700;
  }
  .list-dl dd {
    padding-left: 140px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #BFBFBF;
  }

/* btn
**************************************** */
  .btn a {
    position: relative;
    display: inline-block;
    min-width: 340px;
    padding: 14px 32px;
    border: 1px solid;
    text-align: center;
    letter-spacing: .1em;
    overflow: hidden;
    color: #313131;
    font-weight: 600;
  }
  .btn a:hover {
    background-color: #313131;
    color: #fff;
  }
  .btn a::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: 16px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    transition: all .2s ease-out;
  }
  .btn a:hover::before {
    right: 12px;
    border-color: #fff;
  }

  /*.flex .btn + .btn { margin-left: 16px; }*/

  @media screen and (max-width: 767px) {
    .btn a {
      position: relative;
      display: inline-block;
      min-width: 100%;
      padding: 16px 32px;
      border: 1px solid;
      text-align: center;
      letter-spacing: .1em;
      overflow: hidden;
      color: #313131;
      font-weight: 600;
    }
  }

/* cta
**************************************** */
  .cta { padding: 40px 0 80px; }

  @media screen and (min-width: 768px) {
    .cta a:hover { opacity: .5; }
  }
  @media screen and (max-width: 767px) {
    .cta { padding: 0; }
    .cta a { display: block; }
    .cta img { width: 100%; }
  }


/* ##############################################################################

    HEADER

############################################################################## */

/* header
**************************************** */
  .header {
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    display: flex;
    align-items: center;
    width: 100%;
    height: 96px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    line-height: 1;
    z-index: 9990;
    transition: all .4s ease-out;
  }
  .page-contact .header {
    position: absolute;
    background-color: transparent;
    box-shadow: none;
  }
  .header .inner {
    width: 98%;
    max-width: 98%;
  }

  @media screen and (max-width: 767px) {
    .header {
      height: 62px;
    }
    .header .inner {
      margin-right: 0;
      width: 95%;
    }
    .header--search svg {
      width: 24px;
      height: 24px;
    }
    .header--search_form {
      display: none;
      position: absolute;
      top: 62px;
      left: 0;
      width: 100%;
      background-color: #ddd;
      padding: 12px 5%;
    }
    .header--search_form form {
      position: relative;
      width: 100%;
    }
    .header--search_form form input[type="text"] {
      display: block;
      padding: 8px 18px;
      width: 100%;
      height: 40px;
      border-radius: 40px;
      border: 1px solid #ddd;
      outline: 0;
    }
    .header--search_form form button[type="submit"] {
      position: absolute;
      top: 7px;
      right: 10px;
      appearance: none;
      border: none;
      background-color: transparent;
      opacity: .4;
    }
  }

/* gnav
**************************************** */
  .gnav {
    display: flex;
    align-items: center;
  }
  .gnav--list li:not(:last-child) {
    margin-right: 32px;
  }
  .gnav--search { margin-right: 28px; }
  .gnav--search form { position: relative; }
  .gnav--search input[type="text"] {
    width: 100%;
    width: 240px;
    height: 40px;
    padding: 0 44px 0 16px;
    border-radius: 32px;
    border: 1px solid #C9C9C9;
    outline: 0;
  }
  .gnav--search button[type="submit"] {
    position: absolute;
    top: 10px;
    right: 16px;
    appearance: none;
    border: none;
    background-color: transparent;
    padding: 0;
    outline: 0;
  }
  .gnav--sign {
    order: 1;
  }
  .gnav--sign a {
    display: block;
    width: 108px;
    border-radius: 3px;
    padding: 13px 8px;
    text-align: center;
    font-size: 78%;
  }
  .gnav--sign a svg {
    display: none;
  }
  .gnav--sign a.login {
    border: 1px solid #2C2C2C;
    color: #2C2C2C;
  }
  .gnav--sign a.signup {
    margin-right: 6px;
    border: 1px solid #2C2C2C;
    background-color: #2C2C2C;
    color: #fff;
  }

  @media screen and (max-width: 1363px) {
    .gnav--list li:not(:last-child) { margin-right: 18px; }
    .gnav--search { margin-right: 12px }
    .gnav--search input[type="text"] { width: 178px; }
  }
  @media screen and (max-width: 1193px) {
    .header--logo {
      width: 15%;
      margin-top: -6px;
    }
    .gnav--sign a {
      width: 88px;
    }
    .gnav--list a {
      font-size: 93%;
    }
  }
  @media screen and (min-width: 768px) {
    .gnav--list a {
      padding-bottom: 6px;
      border-bottom: 2px solid transparent;
    }
    .gnav--list a:hover {
      border-bottom: 2px solid #1e1e1e;
    }
    .gnav--sign a.login:hover {
      border-color: #29b8b4;
      background-color: #29b8b4;
      color: #fff;
    }
    .gnav--sign a.signup:hover {
      border: 1px solid #29b8b4;
      background-color: #29b8b4;
      color: #fff;
    }
  }
  @media screen and (max-width: 767px) {
    .header--logo {
      width: auto;
      margin-top: 0;
      margin-left: 18px;
    }
    .gnav {
      position: fixed;
      top: 62px;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      margin: 0 auto;
      padding: 24px 20px;
      pointer-events: none;
      transition: .4s ease-out;
      transform: translateY(-100%);
      background-color: #fff;
      display: block;
    }
    .header.active .gnav {
      opacity: 1;
      pointer-events: all;
      transform: translateY(0);
    }
    .gnav h3 {
      font-size: 107%;
    }
    .gnav--sign a {
      display: block;
      width: 100%;
      border-radius: 8px;
      padding: 18px 8px;
      text-align: center;
      font-size: 100%;
    }
    .gnav--sign a svg {
      display: inline-block;
      margin-right: 8px;
      vertical-align: sub;
    }
    .gnav--sign a.login {
      border: 1px solid;
      color: #29B8B4;
    }
    .gnav--sign a.login svg { fill: #29B8B4; }
    .gnav--sign a.signup {
      border: 1px solid #29B8B4;
      background-color: #29B8B4;
      color: #fff;
    }
    .gnav--sign a.signup svg { fill: #fff; }
    .gnav--list.pages {
      flex-wrap: wrap;
      padding: 32px 0 12px;
      margin: 24px 0 32px;
      border-top: 2px solid #F3F3F3;
      border-bottom: 2px solid #F3F3F3;
    }
    .gnav--list li {
      margin-bottom: 18px;
    }
    .gnav--list li:not(:last-child) {
      margin-right: 3%;
    }
    .gnav--list li:nth-child(even) {
      margin-right: 0;
    }
    .gnav--list a {
      position: relative;
      display: block;
      padding-left: 16px;
    }
    .gnav--list a::before {
      content: "";
      position: absolute;
      top: 2px;
      left: 0;
      width: 6px;
      height: 6px;
      border-right: 2px solid #29B8B4;
      border-bottom: 2px solid #29B8B4;
      transform: rotate(-45deg);
    }
    .gnav--list.category a::before {
      top: 0;
      border-right: none;
      border-bottom: 2px solid #6F6F6F;
      transform: rotate(0deg);
    }

    /* ---gnav_btn --- */
    .gnav_btn {
      width: 62px;
      height: 62px;
      z-index: 9999;
    }
    .gnav_btn--lines {
      position: relative;
      width: 32px;
      height: 18px;
    }
    .gnav_btn--lines span {
      transition: all .4s;
      box-sizing: border-box;
    }
    .gnav_btn--lines span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #000;
    }
    .gnav_btn--lines span:nth-of-type(1) {
      top: 0;
    }
    .gnav_btn--lines span:nth-of-type(2) {
      top: 42%;
    }
    .gnav_btn--lines span:nth-of-type(3) {
      bottom: 0;
    }
    .header.active .gnav_btn--lines span:nth-of-type(1) {
      -webkit-transform: translateY(9px) rotate(-45deg);
      transform: translateY(9px) rotate(-45deg);
    }
    .header.active .gnav_btn--lines span:nth-of-type(2) {
      opacity: 0;
    }
    .header.active .gnav_btn--lines span:nth-of-type(3) {
      -webkit-transform: translateY(-7px) rotate(45deg);
      transform: translateY(-7px) rotate(45deg);
    }

  }

/* head_cat_nav
**************************************** */
  .header + .scroll {
    overflow-x: auto;
    margin-bottom: 0;
  }
  .head_cat_nav {
    justify-content: center;
    width: auto;
    padding: 14px 16px;
    background-color: #EEE;
  }
  .head_cat_nav li {
    margin-right: 6px;
  }
  .head_cat_nav a {
    border-radius: 16px;
    background-color: #fff;
    padding: 6px 16px;
    line-height: 1;
    color: #878484;
    font-weight: 600;
    letter-spacing: .08em;
    white-space: nowrap;
  }
  .head_cat_nav a::before {
    content: "＃";
    font-weight: 600;
    font-family: 'kozuka-gothic-pr6n', sans-serif;
  }
  .head_cat_nav a:hover {
    background-color: #1e1e1e;
    color: #fff;
  }

  @media screen and (max-width: 767px) {
    .header + .scroll {
      overflow-x: scroll;
      margin-bottom: 0;
    }
    .head_cat_nav {
      width: fit-content;
      padding: 8px 16px;
    }
    .head_cat_nav a {
      padding: 6px 16px;
      font-size: 80%;
    }
  }


/* ##############################################################################

    FOOTER

############################################################################## */

  .footer {
    padding-top: 80px;
    background-color: #F0F0F0;
  }
  .footer--nav {
    width: 74%;
  }
  .footer--nav .col:not(:last-child) {
    width: 40%;
    margin-right: 32px;
  }
  .footer--nav .col:last-child {
    width: 60%;
  }
  .footer--nav .nav_list:not(:last-child) {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 18px;
    margin-bottom: 32px;
    border-bottom: 1px solid #F1F1F1;
  }
  .sitemap--nav .sitemap_list {
    padding-left: 8px;
  }
  .footer--nav .nav_list a,
  .sitemap--nav .sitemap_list a {
    position: relative;
    display: block;
    padding-left: 16px;
    font-weight: 600;
    font-size: 93%;
  }
  .footer--nav .nav_list a::before,
  .sitemap--nav .sitemap_list a::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
  }
  .footer--nav h3,
  .sitemap--nav h3 {
    font-size: 107%;
    padding-bottom: 8px;
    margin-bottom: 23px;
    border-bottom: 1px solid #c7c0c0;
  }
  .footer--nav .nav_list.category li,
  .sitemap--nav .sitemap_list.category li {
    margin-bottom: 8px;
  }
  .footer--nav .nav_list.category a,
  .sitemap--nav .sitemap_list.category a {
    color: #1E1E1E;
    font-weight: 500;
  }
  .footer--nav .nav_list.category a::before,
  .sitemap--nav .sitemap_list.category a::before {
    top: 6px;
    border-right: none;
    transform: rotate(0deg);
  }

  @media screen and (max-width: 767px) {
    .footer {
      padding-top: 40px;
      background-color: #fff;
    }
    .footer--nav {
      width: 100%;
      margin-bottom: 34px;
    }
    .footer--nav .col {
      width: 100% !important;
    }
    .footer--nav .col:not(:last-child) {
      margin-right: 0;
      margin-bottom: 24px;
    }
    .footer--nav .nav_list a::before {
      top: 6px;
    }
  }

  .footer--sub_nav {
    padding-top: 34px;
    padding-bottom: 24px;
    background-color: #F0F0F0;
  }
  .sns--ttl {
    font-size: 184%;
    font-weight: 700;
  }
  .sns--list li:not(:last-child) {
    margin-right: 8px;
  }
  .sns--list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    color: #f0f0f0;
    font-size: 120%;
    line-height: 1;
    letter-spacing: 0;
  }
  .pbl {
    opacity: .5;
  }

  @media screen and (max-width: 767px) {
    .footer--sub_nav--copy > * {
      display: block;
      text-align: center;
    }
  }


/* ##############################################################################

    INDEX

############################################################################## */

/* hero
*************************************************** */
  .hero_post .post {
    width: 49%;
  }
  .hero_post .post:first-child {
    width: 100%;
    margin-bottom: 40px;
  }
  .hero_post .post--img {
    height: 344px;
    background-size: cover;
    background-position: center;
    margin-bottom: 16px;
  }
  .hero_post .post:first-child .post--img {
    height: 640px;
  }
  .hero_post .post--ttl {
    font-size: 140%;
    line-height: 1.5;
  }
  .hero_post .post:first-child .post--ttl {
    font-size: 200%;
    line-height: 1.4;
  }
  .hero_post .post--author {
    margin-top: 16px;
  }
  .hero_post .post--author .img {
    margin-right: 16px;
    border-radius: 50%;
    overflow: hidden;
  }

  @media screen and (max-width: 767px) {
    .hero_post .post {
      width: 100%;
      margin-bottom: 24px;
    }
    .hero_post .post:first-child { margin-bottom: 24px; }
    .hero_post .post--img,
    .hero_post .post:first-child .post--img {
      height: 220px;
      margin-bottom: 8px;
    }
    .hero_post .post--ttl,
    .hero_post .post:first-child .post--ttl {
      font-size: 120%;
      line-height: 1.5;
    }
    .hero_post .post--author .img {
      margin-right: 10px;
    }
  }

  .hero {
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .hero {
      padding-bottom: 64px;
    }
  }
  #hero_post_slide .post { height: auto; }
  #hero_post_slide .post:hover { opacity: 1; }
  #hero_post_slide .post .post--img {
    position: relative;
    width: 60%;
    height: 706px;
    overflow: hidden;
    float: left;
  }
  #hero_post_slide .post .post--img > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .4s ease-out;
  }
  #hero_post_slide .post:hover .post--img > div {
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
  }
  #hero_post_slide .post .post--img.no-image {
    background-size: 24% !important;
  }
  #hero_post_slide .post > .txt {
    height: 419px;
  }
  #hero_post_slide .post .txt {
    width: 40%;
    padding: 80px;
    float: right;
  }
  #hero_post_slide .post .post--ttl {
    font-size: 213%;
    line-height: 1.5;
  }
  #hero_post_slide .post .post--ttl a:hover { color: #29b8b4; }
  #hero_post_slide .post--author .img {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 8px;
  }
  #hero_post_slide .post--next {
    float: right;
    width: 40%;
    padding: 48px;
    background-color: #EEEEEE;
    transition: all .4s ease-out;
  }
  #hero_post_slide .post--next:hover { opacity: .5; }
  #hero_post_slide .post--next h3 {
    font-size: 115%;
  }
  #hero_post_slide .post--next .next_post {
    position: relative;
  }
  #hero_post_slide .post--next .img {
    width: 222px;
    height: 152px;
    background-position: center;
    background-size: cover;
  }
  #hero_post_slide .post--next .img.no-image {
    background-size: 50% !important;
    background-repeat: no-repeat;
  }
  #hero_post_slide .post--next .txt {
    flex: 1;
    padding: 0;
    margin-left: 28px;
  }
  #hero_post_slide .post--next .post--info {
    font-size: 92%;
  }
  #hero_post_slide .post--next .ttl {
    font-size: 120%;
    line-height: 1.44;
  }
  #hero_post_slide .slick-arrow {
    position: absolute;
    top: 450px;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-radius: 50%;
    background-color: transparent;
    font-size: 0;
    outline: 0;
    z-index: 100;
    cursor: pointer;
    transition: all .4s ease-out;
  }
  #hero_post_slide .slick-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    transition: all .4s ease-out;
  }
  #hero_post_slide .slick-arrow:hover,
  #hero_post_slide .slick-arrow:hover::before {
    border-color: #29b8b4;
  }
  #hero_post_slide .slick-prev { right: 8%; }
  #hero_post_slide .slick-next { right: 2.5%; }
  #hero_post_slide .slick-prev::before { transform: rotate(135deg); }
  #hero_post_slide .slick-counter {
    position: absolute;
    top: 457px;
    right: 5.1%;
    letter-spacing: .02em;
  }
  @media all and (-ms-high-contrast: none) {
    #hero_post_slide .slick-counter {
      right: 5.2%;
    }
  }

  @media screen and (max-width: 767px) {
    #hero_post_slide .slick-list {
      margin-bottom: 24px;
    }
    #hero_post_slide .slick-track {
      display: flex !important;
    }
    #hero_post_slide .post {
      display: flex !important;
      flex-direction: column;
      height: auto !important;
      min-height: auto !important;
    }
    #hero_post_slide .post .post--img {
      width: 100%;
      height: 216px;
      float: none;
      margin-bottom: 18px;
    }
    #hero_post_slide .post .post--img.no-image {
      background-size: 40% !important;
    }
    #hero_post_slide .post .txt {
      width: 100%;
      float: none;
      padding: 0 5%;
    }
    #hero_post_slide .post > .txt {
      height: auto;
      margin-bottom: 24px;
    }
    #hero_post_slide .post .post--info {
      font-size: 107%;
    }
    #hero_post_slide .post .post--ttl {
      font-size: 169%;
      line-height: 1.45;
    }
    #hero_post_slide .post--author .img {
      width: 32px;
      height: 32px;
      overflow: hidden;
      border-radius: 50%;
      margin-right: 8px;
    }
    #hero_post_slide .post--author .name {
      font-size: 92%;
    }
    #hero_post_slide .post--next {
      float: none;
      width: 100%;
      padding: 14px 5%;
      margin-top: auto;
      background-color: #EEEEEE;
    }
    #hero_post_slide .post--next h3 {
      font-size: 115%;
    }
    #hero_post_slide .post--next .next_post {
      position: relative;
    }
    #hero_post_slide .post--next .img {
      width: 104px;
      height: 72px;
      background-position: center;
      background-size: cover;
    }
    #hero_post_slide .post--next .txt {
      flex: 1;
      padding: 0;
      margin-left: 14px;
    }
    #hero_post_slide .post--next .post--info {
      font-size: 92%;
    }
    #hero_post_slide .post--next .ttl {
      font-size: 107%;
      line-height: 1.42;
    }
    #hero_post_slide .slick-arrow {
      position: absolute;
      top: auto;
      bottom: 0;
      width: 40px;
      height: 40px;
      border: 1px solid;
      border-radius: 50%;
      background-color: transparent;
      font-size: 0;
      outline: 0;
    }
    #hero_post_slide .slick-arrow::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 8px;
      height: 8px;
      border-right: 1px solid;
      border-bottom: 1px solid;
      transform: rotate(-45deg);
    }
    #hero_post_slide .slick-prev { left: 4%; }
    #hero_post_slide .slick-next { right: 4%; }
    #hero_post_slide .slick-prev::before { transform: rotate(135deg); }
    #hero_post_slide .slick-dots {
      display: flex;
      justify-content: center;
      padding-bottom: 14px;
    }
    #hero_post_slide .slick-dots li {
      margin: 0 2px;
    }
    #hero_post_slide .slick-dots button {
      padding: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      border: none;
      background-color: #D8D8D8;
      font-size: 0;
    }
    #hero_post_slide .slick-dots .slick-active button {
      background-color: #29B8B4;
    }
  }

/* home_topicks
*************************************************** */
  .home_topicks,
  .home_video {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home_topicks .section_ttl,
  .home_video .section_ttl {
    margin-bottom: 34px;
  }
  .home_topicks-posts,
  .home_video-posts {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .home_topicks-posts .scrollin,
  .home_video-posts .scrollin {
    flex-wrap: wrap;
  }
  .home_topicks-posts .post,
  .home_video-posts .post {
    flex-direction: column;
    width: calc(100%/4 - 24px*3/4);
    margin-right: 24px;
  }
  .home_topicks-posts .post:nth-child(4n),
  .home_video-posts .post:nth-child(4n) {
    margin-right: 0;
  }
  .home_topicks-posts .post--img,
  .home_video-posts .post--img {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 14px;
    background-size: cover;
    background-position: center;
  }
  .home_topicks-posts .post--info,
  .home_original--posts .post--info,
  .home_video-posts .post--info {
    font-size: 92%;
  }
  .home_topicks-posts .post--ttl,
  .home_video-posts .post--ttl {
    font-size: 120%;
    line-height: 1.44;
  }

  @media screen and (max-width: 1380px) {
    .home_topicks-posts,
    .home_video-posts {
      width: 90%;
    }
  }
  @media screen and (max-width: 767px) {
    .home_topicks,
    .home_video {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .home_topicks-posts,
    .home_video-posts {
      width: 95%;
      margin-left: auto;
      margin-right: 0;
      overflow-x: scroll;
    }
    .home_topicks-posts::-webkit-scrollbar,
    .home_video-posts::-webkit-scrollbar {
      height: 5px;
    }
    .home_topicks-posts::-webkit-scrollbar-track,
    .home_video-posts::-webkit-scrollbar-track {
      border-radius: 5px;
      background-color: #E4E4E4;
    }
    .home_topicks-posts::-webkit-scrollbar-thumb,
    .home_video-posts::-webkit-scrollbar-thumb {
      background-color: #29B8B4;
      border-radius: 5px;
    }
    .home_topicks-posts .scrollin,
    .home_video-posts .scrollin {
      flex-wrap: nowrap;
      width: fit-content;
      padding-bottom: 44px;
    }
    .home_topicks-posts .post,
    .home_video-posts .post {
      flex-direction: column;
      width: 153px;
      margin-right: 8px;
    }
    .home_topicks-posts .post--img,
    .home_video-posts .post--img {
      width: 100%;
      height: 104px;
      margin-bottom: 14px;
      background-size: cover;
    }
    .home_topicks-posts .post--info,
    .home_original--posts .post--info,
    .home_video--posts .post--info {
      font-size: 92%;
    }
    .home_topicks-posts .post--ttl,
    .home_video-posts .post--ttl {
      font-size: 115%;
      line-height: 1.4;
    }
  }

/* home_video
*************************************************** */
  .home_video-posts .post--description {
    line-height: 1.5;
    color: #a2a2a2;
  }

/* home_original
*************************************************** */
  .home_original {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #F9F9F9;
  }
  .home_original--posts {
    padding-bottom: 40px;
    background-color: #F9F9F9;
  }
  .home_original--posts .inner:not(.btn) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home_original--posts .post {
    width: 48%;
    flex-direction: row-reverse;
    padding-top: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #E1E1E1;
  }
  .home_original--posts .post--img {
    width: 112px;
    height: 80px;
    background-size: cover;
  }
  .home_original--posts .post--txtarea {
    flex: 1;
    margin-right: 16px;
  }
  .home_original--posts .post--ttl {
    font-size: 107%;
    line-height: 1.5;
  }
  @media screen and (max-width: 767px) {
    .home_original {
      padding-top: 0;
      padding-bottom: 0;
      background-color: #fff;
    }
    .home_original--posts .post {
      width: 100%;
      padding-top: 28px;
      padding-bottom: 28px;
    }
    .home_original--posts .post:last-child { border-bottom: none; }
    .home_original--posts .post--img {
      width: 104px;
      height: 80px;
    }
    .home_original--posts .post--ttl {
      font-size: 115%;
      line-height: 1.4;
    }
  }

/* home_special
*************************************************** */
  .home_special { background-color: #313131; }
  .home_special .section_ttl { color: #fff; }
  .home_special--posts .post {
    width: calc(100%/3 - (24px*2/3));
    flex-direction: column;
    margin-right: 24px;
    margin-bottom: 64px;
    padding-bottom: 56px;
    color: #fff;
  }
  .home_special--posts .post:nth-child(n+4) {
    width: calc(100%/4 - (24px*3/4));
    border-bottom: none;
    padding-bottom: 0;
  }
  .home_special--posts .post:nth-child(3),
  .home_special--posts .post:nth-child(7) {
    margin-right: 0;
  }
  .home_special--posts .post:nth-child(3)::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(300% + 48px);
    height: 1px;
    background-color: #585858;
  }
  .home_special--posts .post--img {
    width: 100%;
    height: 240px;
    margin-bottom: 16px;
    background-size: cover;
    background-position: center;
  }
  .home_special--posts .post:nth-child(n+4) .post--img {
    height: 200px;
  }
  .home_special--posts .post--ttl {
    font-size: 120%;
    line-height: 1.44;
  }
  .home_special--posts .post--ttl a,
  .home_special--posts .post--date,
  .home_special--posts .cat_list a,
  .home_special--posts .btn a {
    color: #fff;
  }

  @media screen and (max-width: 767px) {
    .home_special--posts .post {
      width: 100%;
      flex-direction: column;
      padding-bottom: 24px;
      margin-right: 0;
      margin-bottom: 24px;
      border-bottom: 1px solid #585858;
      color: #fff;
    }
    .home_special--posts .post:nth-child(n+4) {
      width: 48%;
      border-bottom: none;
      margin-right: 13px;
      padding-bottom: 0;
    }
    .home_special--posts .post:nth-child(5),
    .home_special--posts .post:nth-child(7) {
      margin-right: 0;
    }
    .home_special--posts .post:nth-child(3)::after {
      display: none;
    }
    .home_special--posts .post--img {
      width: 100%;
      height: 200px;
      margin-bottom: 16px;
      background-size: cover;
      background-position: center;
    }
    .home_special--posts .post:nth-child(n+4) .post--img {
      height: 112px;
    }
    .home_special--posts .post--ttl {
      font-size: 123%;
      line-height: 1.5;
    }
    .home_special--posts .post:nth-child(n+4) .post--ttl {
      font-size: 107%;
    }
    .home_special--posts .post--ttl a,
    .home_special--posts .post--date,
    .home_special--posts .cat_list a,
    .home_special--posts .btn a {
      color: #fff;
    }
  }

/* home_interview
*************************************************** */
  .home_interview {
    padding-bottom: 80px;
  }
  .home_interview .post {
    display: block;
  }
  .home_interview .post--img {
    width: 100%;
    height: 240px;
    margin-bottom: 16px;
    background-size: cover;
    background-position: center;
  }
  .home_interview .post--ttl {
    font-size: 120%;
    line-height: 1.44;
  }
  @media screen and (max-width: 767px) {
    .home_interview .post {
      width: 100%;
    }
    .home_interview .post:not(:last-child) {
      margin-bottom: 24px;
    }
    .home_interview .post--img {
      height: 200px;
    }
    .home_interview--posts .post--ttl {
      font-size: 123%;
      line-height: 1.5;
    }
  }

/* home_event
*************************************************** */
  .home_event {
    background-color: #F9F9F9;
  }
  .home_event--posts .post {
    flex-direction: column;
    width: calc(100%/3 - (24px*2/3));
    margin-right: 24px;
    margin-bottom: 32px;
  }
  .home_event--posts .post:last-child {
    margin-right: 0;
  }
  .home_event--posts .post--img {
    width: 100%;
    height: 252px;
    margin-bottom: 18px;
    background-size: cover;
    background-position: center;
  }
  .home_event--posts .post--info { display: none; }
  .home_event--posts .post .post--ttl {
    font-size: 120%;
    line-height: 1.44;
  }
  .home_event--posts .post--event,
  .posts .post--event {
    width: auto;
    font-size: 80%;
  }
  .home_event--posts .post--event th,
  .home_event--posts .post--event td {
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 500;
    color: #919191;
    font-size: 115%;
  }
  .posts .post--event th,
  .posts .post--event td {
    font-weight: 500;
    color: #919191;
    font-size: 115%;
  }
  .home_event--posts .post--event td,
  .posts .post--event td {
    padding-left: 10px;
  }
  .home_event--posts .post--event th svg,
  .posts .post--event th svg {
    margin-right: 8px;
    vertical-align: text-top;
    fill: #919191;
  }

  @media screen and (max-width: 767px) {
    .home_event--posts .post {
      flex-direction: column;
      width: 48%;
      margin-right: 0;
      margin-bottom: 32px;
    }
    .home_event--posts .post:first-child {
      width: 100%;
    }
    .home_event--posts .post--img {
      width: 100%;
      height: 112px;
      margin-bottom: 18px;
      background-size: cover;
      background-position: center;
      border: 1px solid #D2D2D2;
    }
    .home_event--posts .post:first-child .post--img {
      height: 200px;
    }
    .home_event--posts .post--info { display: none; }
    .home_event--posts .post .post--ttl {
      font-size: 107%;
      line-height: 1.5;
    }
    .home_event--posts .post:first-child .post--ttl { font-size: 123%; }
    .home_event--posts .post--event {
      width: auto;
    }
    .home_event--posts .post--event th,
    .home_event--posts .post--event td {
      padding-top: 2px;
      padding-bottom: 2px;
      font-weight: 500;
      color: #919191;
      font-size: 115%;
    }
    .home_event--posts .post--event td {
      padding-left: 10px;
    }
    .home_event--posts .post--event th svg {
      margin-right: 8px;
      vertical-align: text-top;
      fill: #919191;
    }
  }

/* home_ranking
*************************************************** */
  .home_ranking--nav {
    margin-bottom: 32px;
    border-radius: 6px;
    border: 1px solid;
    overflow: hidden;
  }
  .home_ranking--nav li {
    width: calc(100%/3);
    padding: 18px;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-out;
  }
  .home_ranking--nav li:not(:last-child) { border-right: 1px solid #000; }
  .home_ranking--nav li:hover { background-color: #ddd; }
  .home_ranking--nav li.select {
    background-color: #000;
    color: #fff;
  }
  .home_ranking-posts ol {
    display: none;
    flex-wrap: wrap;
  }
  .home_ranking-posts .wpp-no-data {
    display: none;
    text-align: center;
  }
  .home_ranking-posts ol.show {
    display: flex;
  }
  .home_ranking-posts .wpp-no-data.show {
    display: block;
  }
  .home_ranking-posts ol li {
    counter-increment: title;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
    transition: all .4s ease-out;
  }
  .home_ranking-posts ol > *:nth-child(3n) { margin-right: 0; }
  .home_ranking-posts ol li::before {
    content: counter(title);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #ba9c42;
    line-height: 1;
    z-index: 2;
    color: #fff;
  }
  .home_ranking-posts ol li:nth-child(2)::before { background-color: #7d7d7d; }
  .home_ranking-posts ol li:nth-child(3)::before { background-color: #817255; }
  .home_ranking-posts ol li:nth-child(4)::before { background-color: #1e1e1e; }
  .home_ranking-posts ol li:nth-child(5)::before { background-color: #ba9c42; }
  .home_ranking-posts ol li:nth-child(6)::before { background-color: #7d7d7d; }
  .home_ranking-posts ol li:hover { opacity: .5; }
  .home_ranking-posts ol li .wpp-thumbnail {
    float: none;
    margin: 0;
  }
  .home_ranking-posts ol li .img {
    width: 376px;
    height: 236px;
    background-size: cover;
    background-position: center;
  }
  .home_ranking-posts ol li .wpp-post-title {
    display: block;
    margin-top: 12px;
    font-size: 120%;
    line-height: 1.44;
  }
  .home_ranking-posts ol li .wpp-meta { display: none; }

  @media screen and (max-width: 767px) {
    .home_ranking--nav {
      margin-bottom: 16px;
    }
    .home_ranking--nav li {
      padding: 8px;
    }
    .home_ranking-posts ol {
      flex-direction: column;
    }
    .home_ranking-posts ol li {
      flex-direction: row;
      width: 100%;
      margin-right: 0;
    }
    .home_ranking-posts ol li:not(:last-child) {
      margin-bottom: 18px;
    }
    .home_ranking-posts ol li .wpp-post-title {
      flex: 1;
      margin-top: 0;
      margin-left: 12px;
      font-size: 100%;
    }
    .home_ranking-posts ol li .img {
      width: 60px;
      height: 60px;
    }
    .home_ranking-posts ol li .wpp-thumbnail {
      width: 113px;
      height: auto;
    }
  }

/* home_coupon
*************************************************** */
  .home_coupon {
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .home_coupon .section_ttl {
    margin-right: 60px;
    margin-bottom: 0;
  }
  .home_coupon .section_ttl .ttl.block,
  .home_coupon .section_ttl .ttl.block > * {
    text-align: left;
  }
  .home_coupon .section_ttl .ttl .font-en {
    font-size: 266%;
  }
  .home_coupon-posts {
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }
  #home_coupon_slide {
    width: 242px;
    margin-bottom: 40px;
    position: static !important;
  }
  #home_coupon_slide .slick-list { overflow: visible; }
  #home_coupon_slide .slick-arrow {
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1e1e1e;
    border: none;
    outline: 0;
    font-size: 0;
    cursor: pointer;
    transition: all .4s ease-out;
  }
  #home_coupon_slide .slick-arrow:hover {
    background-color: #29b8b4;
  }
  #home_coupon_slide .slick-arrow::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
  }
  #home_coupon_slide .slick-prev { left: 0; }
  #home_coupon_slide .slick-next { right: 0; }
  #home_coupon_slide .slick-prev::before { transform: rotate(135deg); }
  .home_coupon-posts .post {
    margin-right: 14px;
  }
  .home_coupon-posts .post,
  .posts-coupon .post {
    height: auto;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
  }
  .home_coupon-posts .post--img,
  .posts-coupon .post--img {
    border-radius: 4px 4px 0 0;
    background-size: cover;
    height: 136px;
  }
  .home_coupon-posts .post--ttl,
  .posts-coupon .post--ttl {
    padding: 16px 12px;
    line-height: 1.25;
    font-size: 107%;
    word-break: break-all;
  }
  .coupon_detail {
    padding: 14px 12px;
    background-color: #f1f1f1;
  }
  .coupon_detail .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    min-height: 28px;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    margin-right: 8px;
  }
  .coupon_detail .name {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 73%;
    line-height: 1.3;
    color: #919191;
  }
  .home_coupon-posts .btn a {
    min-width: 180px;
    padding: 10px 32px;
  }
  @media screen and (max-width: 1380px) {
    .home_coupon {
      width: 90%;
    }
  }
  @media screen and (max-width: 767px) {
    .home_coupon {
      width: 100%;
      display: block;
      border-bottom: none;
    }
    .home_coupon .section_ttl {
      margin-right: 0;
      margin-bottom: 24px;
    }
    .home_coupon .section_ttl .ttl.block,
    .home_coupon .section_ttl .ttl.block > * {
      text-align: center;
    }
    #home_coupon_slide {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 16px;
    }
    .home_coupon-posts .post,
    .posts-coupon .post {
      width: 48%;
      margin-right: 0;
      margin-bottom: 4.5%;
    }
    .home_coupon-posts .post--img,
    .posts-coupon .post--img {
      height: 100px;
    }
    .home_coupon-posts .post--ttl,
    .posts-coupon .post--ttl {
      font-size: 123%;
    }
    .coupon_detail .name {
      font-size: 84%;
      line-height: 1.18;
    }
    .home_coupon-posts .btn a {
      min-width: 100%;
      padding: 16px 32px;
    }
  }

/* home_member
*************************************************** */
  .home_member-posts .scrollin {
    justify-content: center;
  }
  .home_member-posts .post:not(:last-child) {
    margin-right: 24px;
  }
  .home_member-posts .post .img {
    width: 180px;
    height: 180px;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 50%;
  }
  .home_member-posts .post .name {
    text-align: center;
    font-size: 107%;
  }

  @media screen and (max-width: 767px) {
    .home_member {
      padding-top: 0;
    }
    .home_member .section_ttl .ttl .font-en {
      line-height: 1.4;
    }
    .home_member-posts {
      overflow-x: scroll;
    }
    .home_member-posts::-webkit-scrollbar {
      height: 5px;
    }
    .home_member-posts::-webkit-scrollbar-track {
      border-radius: 5px;
      background-color: #E4E4E4;
    }
    .home_member-posts::-webkit-scrollbar-thumb {
      background-color: #29B8B4;
      border-radius: 5px;
    }
    .home_member-posts .scrollin {
      width: fit-content;
      padding-bottom: 20px;
    }
    .home_member-posts .post {
      margin-right: 14px;
    }
    .home_member-posts .post .img {
      width: 102px;
      height: 102px;
      margin-bottom: 8px;
      overflow: hidden;
      border-radius: 50%;
    }
    .home_member-posts .post .name {
      text-align: center;
      line-height: 1.4;
    }
  }


/* ##############################################################################

    PAGE

############################################################################## */

  .wp-members-form {
    width: 90%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px;
    margin-bottom: 24px;
    background-color: #fff;
  }
  .wp-members-form .form_ttl {
    margin-bottom: 24px;
    font-size: 150%;
  }
  .wp-members-form .req-text {
    display: none;
  }
  .wp-members-form label:not([for="rememberme"]),
  .account_edit-form .div_checkbox label,
  .account_edit-form .div_multicheckbox label,
  .mail_magazine-form label {
    display: block;
    margin-top: 24px;
    margin-bottom: 4px;
    font-size: 110%;
    clear: both;
  }
  .wp-members-form .section_ttl + .assist > small,
  .wp-members-form label .req-text {
    display: inline-block;
    margin-left: 8px;
    color: #fc7a72;
    font-weight: bold;
    font-size: 90%;
  }
  .wp-members-form label[for="username"],
  .wp-members-form input[name="username"],
  .wp-members-form label[for="user_email"],
  .wp-members-form input[name="user_email"],
  .wp-members-form input[class="buttons"] {
    display: block !important;
  }
  .wp-members-form #form input[type="text"],
  .wp-members-form #form input[type="email"],
  .wp-members-form #form input[type="password"] {
    width: 100%;
    height: 40px;
    padding: 0 8px;
    outline: 0;
  }
  .wp-members-form input[type="submit"],
  input[type="submit"].mailpoet_submit {
    -webkit-appearance: none;
    outline: 0;
    border: none;
    display: block;
    margin: 24px auto 0;
    font-size: 107%;
    letter-spacing: .085em;
    height: 48px;
    line-height: 44px;
    padding: 0 18px;
    border-radius: 4px;
    color: #fff;
    background-color: #1e1e1e;
    text-align: center;
    font-family: 'kozuka-gothic-pr6n', sans-serif;
    font-weight: 600;
  }
  #wpmem_msg,
  .wpmem_msg {
    padding: 20px 8px;
  }

/* faq
*************************************************** */
  .faq_content .heading-1 {
    margin-bottom: 32px;
  }
  .faq_content * + .heading-1 {
    margin-top: 72px;
  }
  .faq_item {
    background-color: #F0F0F0;
  }
  .faq_item dt,
  .faq_item dd {
    position: relative;
  }
  .faq_item dt {
    transition: all .4s ease-out;
    padding: 32px 84px 32px 74px;
    cursor: pointer;
    font-size: 123%;
  }
  .faq_item dd {
    display: none;
    padding: 0 84px 34px 74px;
  }
  .faq_item dt::before,
  .faq_item dd::before {
    position: absolute;
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    line-height: 1;
  }
  .faq_item dt::before {
    content: "Q";
    left: 34px;
    font-size: 140%;
  }
  .faq_item dd::before {
    content: "A";
    left: 36px;
    font-size: 166%;
  }
  .faq_item dt .open_btn {
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
  }
  .faq_item dt .open_btn::before,
  .faq_item dt .open_btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all .4s ease-out;
  }
  .faq_item dt .open_btn::after {
    transform: rotate(90deg);
  }
  .faq_item dt.active .open_btn::after {
    transform: rotate(0);
  }

  @media screen and (max-width: 767px) {
    .faq_item dt {
      padding: 22px 52px 22px 52px;
      line-height: 1.6;
    }
    .faq_item dt::before {
      top: 22px;
      left: 19px;
    }
    .faq_item dt .open_btn { right: 18px; }
    .faq_item dd { padding: 0 28px 20px 51px; }
    .faq_item dd::before { left: 20px; }
  }

/* privacy
*************************************************** */
  .privacy_content .heading-3 {
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
  .privacy_content * + .heading-3 { margin-top: 40px; }
  .privacy_content .list-num li { line-height: 1.35; }
  .privacy_content .list-num li:not(:last-child) { margin-bottom: 12px; }

/* about
*************************************************** */
  .about_recommend--list li {
    padding: 40px 24px 48px;
    background-color: #fff;
  }
  @media screen and (max-width: 767px) {
    .about_recommend--list li {
      width: 100%;
      padding: 40px 24px 32px;
      margin-right: 0;
    }
  }

/* operation
*************************************************** */
  .company_about ul li {
    padding: 40px;
    background-color: #f5f5f5;
  }
  @media screen and (max-width: 767px) {
    .company_access iframe {
      width: 100%;
      height: 300px;
    }
  }

/* register
*************************************************** */
  .register-form .txt-attention-kome {
    margin-top: 8px;
  }
  .sns_login {
    display: flex;
    justify-content: center;
    margin-top: 18px;
  }
  .sns_login .wpg-button {
    display: inline-block;
    width: calc(50% - 8px);
    height: auto;
    padding: 8px 16px;
    color: #01afed;
    line-height: 1;
    border: solid 1px #01afed;
    background-color: #fff;
    box-shadow: none;
  }
  .sns_login .wpg-button[data-gianism-ga-category="gianism/facebook"] {
    color: #334e8d;
    border: solid 1px #334e8d;
  }
  .sns_login *:not(:last-child) {
    margin-right: 16px;
  }
  .register-form label,
  .register-form .div_text,
  .register-form .div_date,
  .register-form .div_radio,
  .register-form .div_textarea,
  .register-form .div_checkbox,
  .register-form .div_multicheckbox,
  .register-form .div_select,
  .register-form textarea {
    display: none !important;
  }
  .register-form label[for="username"] + .div_text,
  .register-form label[for="user_email"] + .div_text {
    display: block !important;
  }

  @media screen and (max-width: 767px) {
    .sns_login {
      display: block;
    }
    .sns_login .wpg-button {
      display: block;
      width: auto;
      padding: 14px 16px;
      text-align: center;
    }
    .sns_login *:not(:last-child) {
      margin-right: 0;
      margin-bottom: 16px;
    }
  }

/* login
*************************************************** */
  .login_form input[name="rememberme"] {
    width: 14px;
    height: 14px;
    display: inline-block;
    transform: translateY(6px);
    margin: 0 4px 0 0;
    outline: 0;
  }
  .login_form label[for="rememberme"] {
    height: 38px;
    line-height: 38px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0;
    cursor: pointer;
    color: #555;
  }

/* mypage
*************************************************** */
  .account_btns li:not(:last-child) {
    margin-right: 12px;
  }
  @media screen and (max-width: 767px) {
    .account_btns li { margin-bottom: 12px; }
    .account_btns li:first-child { order: 3; }
    .account_btns li:nth-child(2) { order: 2; }
    .account_btns li:last-child { order: 1; }
    .account_btns li:not(:last-child) { margin-right: 0; }
    .account_btns a { width: 100%; }
  }

/* account_edit
*************************************************** */
  .account_edit_form .wpmem_msg {
    width: 100%;
    margin-bottom: 40px;
  }
  .account_edit_form label {
    float: left;
    clear: both;
    padding-top: 5px;
  }
  .account_edit_form .div_text,
  .account_edit_form .div_date,
  .account_edit_form .div_select,
  .account_edit_form .div_textarea,
  .account_edit_form .div_radio,
  .account_edit_form .div_multicheckbox {
    float: right;
    width: 78%;
    margin-bottom: 18px;
  }
  .account_edit_form .div_text input[type="text"],
  .account_edit_form .div_text input[type="email"],
  .account_edit_form .div_text input[type="tel"],
  .account_edit_form .div_date input[type="date"] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 14px;
    border: 2px solid #ddd;
  }
  .account_edit_form .div_date input[type="date"] {
    position: relative;
  }
  .account_edit_form .div_date input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .account_edit_form .div_textarea textarea {
    width: 100%;
    padding: 8px 14px;
    border: 2px solid #ddd;
  }
  .account_edit_form .div_select select {
    width: 100%;
    height: 40px;
    border: 2px solid #ddd;
    padding: 8px 14px;
  }

  /* -- ラジオボタン -- */
  .account_edit_form .div_radio {
    display: flex;
  }
  .account_edit_form .div_radio label {
    padding-top: 0;
    margin-right: 18px;
    float: none;
  }
  .account_edit_form .div_radio input[type="radio"] {
    float: left;
    clear: both;
    margin-top: 7px;
    margin-right: 8px;
  }

  /* -- チェックボックス -- */
  .account_edit_form .div_multicheckbox {
    display: flex;
    flex-wrap: wrap;
  }
  .account_edit_form .div_multicheckbox label {
    padding-top: 0;
    margin-right: 30px;
    float: none;
  }
  .account_edit_form .div_multicheckbox input[type="checkbox"] {
    float: left;
    clear: both;
    margin-top: 7px;
    margin-right: 0;
  }

  .account_edit_form .button {
    clear: both;
    padding-top: 32px;
  }
  .account_edit_form .button input[type="submit"] {
    appearance: none;
    display: block;
    background-color: #2d2d2d;
    border: none;
    color: #fff;
    font-weight: 800;
    padding: 22px 16px;
    width: 80%;
    margin: auto;
  }
  .account_edit_form .button + .req-text {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .account_edit_form label {
      float: none;
      clear: both;
      padding-top: 0;
      margin-bottom: 4px;
      display: block;
    }
    .account_edit_form .div_text,
    .account_edit_form .div_select,
    .account_edit_form .div_textarea,
    .account_edit_form .div_radio,
    .account_edit_form .div_multicheckbox {
      float: none;
      width: 100%;
    }
    .account_edit_form .div_radio label,
    .account_edit_form .div_multicheckbox label {
      display: inline-block;
    }
    .account_edit_form .div_radio input[type="radio"],
    .account_edit_form .div_multicheckbox input[type="checkbox"] {
      margin-top: 5px;
    }
    .account_edit_form .button { padding-top: 0; }
    .account_edit_form .button input[type="submit"] { width: 100%; }

    .account_edit_form .div_multicheckbox {
      display: block;
    }
    .account_edit_form .div_multicheckbox br:nth-of-type(1),
    .account_edit_form .div_multicheckbox br:nth-of-type(2),
    .account_edit_form .div_multicheckbox br:nth-of-type(4),
    .account_edit_form .div_multicheckbox br:nth-of-type(5),
    .account_edit_form .div_multicheckbox br:nth-of-type(7) {
      display: none;
    }
    .account_edit_form .div_multicheckbox input[type="checkbox"] { float: none; }
  }

/* contact
*************************************************** */
  .contact--txt {
    margin-bottom: 24px;
  }
  .contact--tel {
    margin-bottom: 24px;
  }
  .contact--tel .tel_txt {
    font-size: 200%;
  }
  .contact--form {
    background-color: #fff;
  }

  @media screen and  (max-width: 767px) {
    .contact--txt.txt-ctr {
      text-align: left;
    }
  }

/* 404
*************************************************** */
  .page-404 .content-404 p {
    margin-bottom: 40px;
    font-size: 115%;
  }
  @media screen and  (max-width: 767px) {
    .page-404 .content-404 p {
      margin-bottom: 24px;
      font-size: 100%;
    }
  }

/* sitemap
*************************************************** */
  .sitemap--list { width: 49%; }
  .sitemap--list-page.sitemap--list > li { margin-bottom: 10px; }
  .sitemap--list-posts.sitemap--list .sitemap--item-ttl:not(:first-child) { margin-top: 10px; }
  .sitemap--list-posts.sitemap--list > .sitemap--item-child { margin-bottom: 16px; }
  .sitemap--list li a {
    display: block;
    text-decoration: none;
  }
  .sitemap--list li a:hover {
    color: #4267b2;
    text-decoration: underline;
  }
  .sitemap--item-ttl { font-weight: bold; }
  .sitemap--item:not(.sitemap--item-ttl) { font-size: 87%; }

  /* --- category --- */
  .sitemap--list li.sitemap--item-child a { padding-left: 8px; }
  .sitemap--list li.sitemap--item-child.sitemap--item-page { padding: 6px 0 6px 24px; }
  .sitemap--list li.sitemap--item-taxonomy ul { letter-spacing: -.4em; }
  .sitemap--list li.sitemap--item-taxonomy ul li {
    display: inline-block;
    padding: 0;
    margin-right: 8px;
    letter-spacing: normal;
  }

  @media screen and (max-width: 767px) {
    .sitemap--list { width: 100%; }
    .sitemap--list-posts.sitemap--list > .sitemap--item-child { margin-bottom: 8px; }
  }


/* ##############################################################################

    ARCHIVE

############################################################################## */

  /* --- column --- */
  .cotainer {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .main_column {
    flex: 1;
    width: calc(100% - 380px);
    margin-right: 80px;
  }
  .single-cat-special:not(.archive) .main_column {
    flex: none;
    width: 656px;
  }
  .side_column {
    width: 300px;
  }

  @media screen and (max-width: 1100px) {
    .main_column,
    .single-cat-special:not(.archive) .main_column,
    .side_column {
      width: 100%;
      margin-right: 0;
    }
    .side_column {
      margin-top: 40px;
    }
    .side_section > .inner {
      width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    .single-cat-special .main_column {
      width: 100%;
    }
  }

  /* --- post --- */
  .post {
    position: relative;
    transition: all .4s ease-out;
  }
  .post:hover { opacity: .5; }
  .post .post--txtarea { width: 100%; }
  .post--link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .post--date {
    margin-right: 12px;
    color: #919191;
    line-height: 1;
    font-size: 107%;
  }
  .cat_list {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .cat_list a {
    display: inline-block;
    vertical-align: middle;
    color: #919191;
    float: left;
    margin-right: 4px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 85%;
    line-height: 1;
  }
  .no-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% !important;
    background-color: #2c2c2c;
    background-image: url(../images/common/logo_wh.png);
  }

  /* --- side--ttl --- */
  .side--ttl .font-en {
    margin-right: 6px;
    font-size: 180%;
    font-weight: 700;
    letter-spacing: .04em;
  }
  .side--ttl .jp {
    font-size: 85%;
    line-height: 1.18;
    letter-spacing: .08em;
  }
  @media screen and (max-width: 767px) {
    .side--ttl .font-en {
      margin-right: 14px;
      font-size: 215%;
      font-weight: 700;
      letter-spacing: .06em;
    }
    .side--ttl .jp {
      font-size: 85%;
      line-height: 1.18;
      letter-spacing: .08em;
    }
  }

  /* --- side--list --- */
  .side--list li {
    border-bottom: 1px solid #ddd;
  }
  .side--list li a {
    position: relative;
    display: block;
    padding: 10px 8px 10px 20px;
  }
  .side--list li a::before {
    content: "";
    position: absolute;
    top: 19px;
    left: 0;
    width: 6px;
    height: 6px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
  }

/* post
**************************************** */
  .archive-post .post,
  .posts-term .post {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .archive-post .post:not(:last-child),
  .posts-term .post:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .archive-post .post--img,
  .posts-term .post--img {
    width: 146px;
    height: 104px;
    background-size: cover;
  }
  .archive-post .post--txtarea,
  .posts-term .post--txtarea {
    flex: 1;
    margin-left: 24px;
  }
  .archive-post .post--ttl,
  .posts-term .post--ttl {
    font-size: 134%;
  }

  /* -- special -- */
  .single-cat-special main > .inner {
    max-width: 1040px;
  }

  @media screen and (max-width: 767px) {
    .archive-post .post {
      flex-wrap: wrap;
    }
    .archive-post .post--img {
      width: 100%;
      height: 218px;
      margin-bottom: 8px;
    }
    .archive-post .post--txtarea {
      margin-left: 0;
    }
    .archive-post .post--ttl {
      font-size: 113%;
      line-height: 1.5;
    }
  }

/* coupon
**************************************** */
  .posts-coupon .post--img {
    height: 140px;
  }
  @media screen and (max-width: 767px) {
    .posts-coupon { justify-content: space-between; }
    .posts-coupon .post--img { height: 112px; }
  }


/* ##############################################################################

    SINGLE

############################################################################## */

/* post
**************************************** */
  .single-post .page_ttl {
    display: none;
  }
  .single-post .post--info {
    font-size: 107%;
  }
  .single-post .post--info .view {
    margin-left: auto;
    color: #919191;
    font-size: 85%;
    line-height: 1;
  }
  .single-post .simplefavorite-button {
    margin-left: auto;
  }
  .single-post .post_content .post--ttl,
  .single-coupon .coupon_content .post--ttl {
    border-bottom: 2px solid;
    padding-bottom: 32px;
    font-size: 169%;
    line-height: 1.45;
  }
  .single-post .post--author {
    padding: 24px 32px;
    border: 1px solid #dedede;
  }
  .single-post .post--author .img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 8px;
  }
  .single-post .post--author .ttl {
    color: #797979;
  }
  .single-post .post--author .link {
    margin-left: auto;
  }
  .single-post .post--author .link a {
    border-radius: 32px;
    padding: 6px 14px;
    border: 1px solid #dedede;
    color: #797979;
    font-size: 84%;
  }
  .event_info {
    padding: 28px 18px 32px;
    background-color: #f8f8f8;
  }
  .event_info--table th,
  .event_info--table td {
    padding: 12px 16px;
    border-bottom: 1px solid;
    font-size: 88%;
  }
  .event_info--table th {
    border-right: 4px solid #f8f8f8;
    border-bottom-width: 2px;
    font-weight: normal;
  }

  /* -- 目次 -- */
  #ez-toc-container {
    clear: both;
    margin-bottom: 32px;
  }
  .ez-toc-title {
    margin-bottom: 8px !important;
    text-align: center;
    font-size: 120%;
  }
  #ez-toc-container nav {
    border: 1px solid #DEDEDE;
    padding: 28px 32px;
  }
  .ez-toc-list li {
    counter-increment: title;
    padding-left: 0 !important;
    font-size: 100% !important;
  }
  .ez-toc-list li:not(:last-child) {
    margin-bottom: 6px;
  }
  .ez-toc-list li::before {
    display: none;
  }
  .ez-toc-list li a {
    position: relative;
    display: block;
    color: #29B8B4;
    line-height: 1.5;
  }
  .ez-toc-list li a::before {
    content: counter(title)".";
  }

  @media screen and (max-width: 767px) {
    .single-post .page_ttl {
      display: none;
    }
    .single-post .post_content .post--ttl,
    .single-coupon .coupon_content .post--ttl {
      padding-bottom: 20px;
      margin-bottom: 18px;
    }
    .single-post .post--author .img {
      width: 40px;
      height: 40px;
      overflow: hidden;
      border-radius: 50%;
      margin-right: 8px;
    }
    .single-post .post--author .ttl,
    .single-post .post--author .name {
      font-size: 92%;
    }
    .single-post .post--author .link a {
      font-size: 75%;
    }

    /* -- 目次 -- */
    .ez-toc-title { font-size: 123%; }
    .ez-toc-section {
      display: block;
      padding-top: 80px;
      margin-bottom: -80px;
      transform: translateY(-100%);
      pointer-events: none;
    }
  }

  /* --- related --- */
  .related {
    margin-bottom: 40px
  }
  .related--posts .post {
    position: relative;
    flex-direction: column;
    width: calc(100%/3 - (18px*2/3));
    margin-bottom: 32px;
    counter-increment: title;
  }
  .related--posts .post:not(:last-child) {
    margin-right: 18px;
  }
  .related--posts .post .post--img {
    width: 100%;
    height: 168px;
    margin-bottom: 8px;
    background-size: cover;
    background-position: center;
  }
  .related--posts .post .post--ttl {
    font-size: 107%;
    line-height: 1.5;
  }
  .related--posts .post .post--event {
    display: none;
  }

  @media screen and (min-width: 768px) {
    .related--posts .post:nth-child(3) { margin-right: 0; }
    .related--posts .post:nth-child(n+4) { display: none; }
  }
  @media screen and (max-width: 767px) {
    .related {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 5%;
      padding-right: 5%;
      margin-left: -5%;
      margin-right: -5%;
      margin-bottom: 32px;
      background-color: #f9f9f9;
    }
    .related--posts .post {
      width: calc(100%/2 - (18px*1/2));
    }
    .related--posts .post:first-child {
      width: 100%;
    }
    .related--posts .post:first-child,
    .related--posts .post:nth-child(3),
    .related--posts .post:last-child {
      margin-right: 0;
    }
    .related--posts .post .post--img {
      height: 108px;
    }
    .related--posts .post:first-child .post--img {
      height: 218px;
    }
  }

  /* --- ranking --- */
  .ranking--nav {
    margin-bottom: 18px;
    border-radius: 6px;
    border: 1px solid;
    overflow: hidden;
  }
  .ranking--nav li {
    width: calc(100%/3);
    padding: 4px 8px;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-out;
    font-size: 80%;
  }
  .ranking--nav li:not(:last-child) { border-right: 1px solid #000; }
  .ranking--nav li:hover { background-color: #ddd; }
  .ranking--nav li.select {
    background-color: #000;
    color: #fff;
  }
  .ranking--posts ol {
    display: none;
    flex-wrap: wrap;
  }
  .ranking--posts .wpp-no-data {
    display: none;
    text-align: center;
  }
  .ranking--posts ol.show,
  .ranking--posts .wpp-no-data.show {
    display: block;
  }
  .ranking--posts ol li {
    counter-increment: title;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    transition: all .4s ease-out;
  }
  .ranking--posts ol li:not(:last-child) {
    margin-bottom: 12px;
  }
  .ranking--posts ol li::before {
    content: counter(title);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #ba9c42;
    line-height: 1;
    z-index: 2;
    color: #fff;
    font-size: 80%;
  }
  .ranking--posts ol li:nth-child(2)::before { background-color: #7d7d7d; }
  .ranking--posts ol li:nth-child(3)::before { background-color: #817255; }
  .ranking--posts ol li:nth-child(4)::before { background-color: #1e1e1e; }
  .ranking--posts ol li:nth-child(5)::before { background-color: #ba9c42; }
  .ranking--posts ol li:nth-child(6)::before { background-color: #7d7d7d; }
  .ranking--posts ol li:hover { opacity: .5; }
  .ranking--posts ol li .wpp-thumbnail {
    float: none;
    margin: 0;
  }
  .ranking--posts ol li .img {
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: cover;
  }
  .ranking--posts ol li .wpp-post-title {
    flex: 1;
    display: block;
    margin-left: 12px;
    font-size: 100%;
    line-height: 1.44;
  }
  .ranking--posts ol li .wpp-meta { display: none; }

  /* --- fix_share --- */
  .fix_share {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 16px;
    margin: auto;
    background-color: rgba(255,255,255,.9);
    z-index: 10;
  }
  .fix_share--list li:not(:last-child) { margin-right: 26px; }
  .fix_share--list a,
  .fix_share--list .copy button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 152%;
  }
  .fix_share--list .twitter a { background-color: #55acee; }
  .fix_share--list .facebook a { background-color: #315096; }
  .fix_share--list .line a { background-color: #00b900; }
  .fix_share--list .line a svg { fill: #fff; }
  .fix_share--list .copy button {
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background-color: #eee;
    color: #c0c0c0;
  }

  @media screen and (max-width: 767px) {
    .fix_share { padding: 12px 16px; }
    .fix_share--list li:not(:last-child) { margin-right: 8px; }
  }

/* coupon
**************************************** */
  .single-coupon .page_ttl {
    display: none;
  }
  .simplefavorite-button {
    cursor: pointer;
    display: block;
    padding: 3px 11px;
    background-color: #eee;
    border-radius: 0;
    font-size: 93%;
    letter-spacing: .04em;
    border-radius: 28px;
  }
  .simplefavorite-button.active {
    color: #fff;
    background-color: #29b8b4;
  }
  #wpmem_restricted_msg .txt-des {
    font-size: 125%;
  }
  #wpmem_restricted_msg .btn a {
    text-decoration: none;
  }

  .side--other_coupon .post {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
  .side--other_coupon .post .post--img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
  }
  .side--other_coupon .post .post--txtarea {
    flex: 1;
  }
  .side--other_coupon .post .post--ttl {
    font-size: 95%;
    line-height: 1.3;
  }
  .side--other_coupon .coupon_detail {
    padding: 0;
    margin-top: 8px;
    background-color: transparent;
  }
  .side--other_coupon .coupon_detail .name {
    font-size: 66%;
  }

  @media screen and (max-width: 767px) {
    .single-coupon .page_ttl {
      display: block;
    }
    .side--other_coupon .post {
      flex-direction: column;
      width: 48%;
      margin-right: 0;
      margin-bottom: 4.5%;
      border-radius: 4px;
      border: 1px solid #f1f1f1;
    }
    .side--other_coupon .post .post--img {
      border-radius: 4px 4px 0 0;
      background-size: cover;
      width: 100%;
      height: 112px;
      margin-right: 0;
    }
    .side--other_coupon .post .post--ttl {
      padding: 16px 12px;
      line-height: 1.25;
      font-size: 123%;
      word-break: break-all;
    }
    .side--other_coupon .coupon_detail {
      margin-top: 0;
      padding: 14px 12px;
      background-color: #f1f1f1;
    }
    .side--other_coupon .coupon_detail .name {
      font-size: 84%;
    }
  }

/* wp-pagenavi
**************************************** */
  .wp-pagenavi {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .wp-pagenavi .pages {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
  }
  .wp-pagenavi .current,
  .wp-pagenavi a {
    position: relative;
    max-width: 42%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background-color: #000;
    line-height: 1.4;
    padding: 8px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .wp-pagenavi .current {
    color: #000;
    background-color: #eee;
  }
  @media screen and (max-width: 767px) {
    .wp-pagenavi {
      margin-bottom: 40px;
    }
  }

/* pass
**************************************** */
  .single .pass {
    width: 100%;
  }
  .single .pass p:first-child {
    margin-bottom: 16px;
  }

  @media screen and (max-width: 767px) {
    .single .pass p:first-child {
      text-align: left;
    }
  }


/* ##############################################################################

    FORMY

############################################################################## */
  #formy_form table { width:100%; }
  #formy_form th,
  #formy_form td {
    padding: 16px;
    vertical-align: middle;
    border-bottom: solid 1px #eee;
  }
  #formy_form th {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    width: 34%;
  }
  #formy_form table input[type="text"],
  #formy_form table input[type="email"],
  #formy_form table input[type="tel"],
  #formy_form table input[type="date"],
  #formy_form table input[type="password"],
  #formy_form table textarea {
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    vertical-align: bottom;
  }
  #formy_form table input[type="text"],
  #formy_form table input[type="email"],
  #formy_form table input[type="tel"],
  #formy_form table input[type="date"],
  #formy_form table input[type="password"],
  #formy_form select,
  #formy_form textarea {
    margin: 0;
    padding: 5px 15px;
    border: 1px solid #ccc;
    font: inherit;
    font-size: 100%;
  }
  #formy_form textarea { height: 100px; }
  #formy_form select { height: 40px; }
  #formy_form ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #formy_form input:hover { opacity: .7; }
  #formy_form textarea:hover { opacity: .7; }
  #formy_form input:focus { outline: none; }
  #formy_form .parsley-validated {  background-color: #eee; }
  #formy_form .parsley-error {  background-color: #fee; }
  #formy_form .parsley-success {  background-color: #fff; }
  .help_text {
    font-size: 87%;
    color: #999;
  }
  .hidden_help { display: none; }
  .formy_privacy div {
    overflow-y: scroll;
    height: 140px;
    border: solid 1px #ccc;
    font-size: 87%;
    padding: 8px 16px;
  }
  .requiredIcon {
    background-color: #ff9426;
    color: #fff;
    margin: 0 0 0 1em;
    font-size: 70%;
    padding: 2px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: right;
  }
  #formy_btn {
    padding-top: 32px;
    text-align: center;
  }
  #formy_btn input {
    min-width: 220px;
    padding: 16px 32px;
    margin-right: 4px;
    margin-left: 4px;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
  }
  #formy_form ul li input[type="radio"],
  #formy_form ul li input[type="checkbox"] { display: none !important; }
  #formy_form ul li label {
    position: relative;
    display: inline-block;
    padding: .5em 8px .5em 40px;
    line-height: 1.6;
    vertical-align: top;
    cursor: pointer;
  }
  #formy_form ul li label:hover { opacity: .7; }
  #formy_form ul li label::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid #788b93;
    left: 16px;
    top: 12px;
  }
  #formy_form ul li input[type="radio"] + label::before { border-radius: 10px; }
  #formy_form ul li input[type="radio"]:checked + label,
  #formy_form ul li input[type="checkbox"]:checked + label {
    color: #e75f5f;
    font-weight: bold;
  }
  #formy_form ul li input[type="radio"]:checked + label::before,
  #formy_form ul li input[type="checkbox"]:checked + label::before {
    border-color: #e75f5f;
  }
  #formy_form ul li input[type="radio"]:checked + label::after,
  #formy_form ul li input[type="checkbox"]:checked + label::after {
    content: "";
    width: 10px;
    height: 18px;
    top: 4px;
    left: 20px;
    border-right: 2px solid #e75f5f;
    border-bottom: 2px solid #e75f5f;
    display: block;
    position: absolute;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .formy_confirm { background-color: #4dbaff; }
  .formy_submit_disabled { background-color: #ccc; }
  #formy_btn .formy_submit_disabled:hover {
    opacity:1;
    cursor: default;
  }
  .autoConfirmBack { background-color: #aaa; }
  .formy_send { background-color: #ff6600; }
  #total_required {
    padding: 16px;
    color: #ff9426;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    #formy_form th,
    #formy_form td {
      display: block;
      width: auto;
      padding-left: 0;
      padding-right: 0;
    }
    #formy_form th {
      border-bottom:none;
      padding-bottom: 0;
      white-space: normal;
      font-weight: bold;
    }
    #formy_form td { padding-top: 0; }
    #formy_btn { padding-top: 8px; }
    #formy_btn input {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      background-size: contain;
      background-position: center;
    }
    .autoConfirmBack { margin-bottom: 8px; }
    #formy_form table input[type="text"],
    #formy_form table input[type="email"],
    #formy_form table input[type="tel"],
    #formy_form table input[type="date"],
    #formy_form table input[type="password"],
    #formy_form select,
    #formy_form textarea {
      font-size: 16px; /* iOSでズーム防止 */
    }
  }