/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto; }

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

html {
  scroll-behavior: smooth;
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-variant-ligatures: none;
  font-family: Noto Sans JP, "Helvetica Neue", sans-serif, sans-serif !important;
  font-style: normal;
  background-color: #222222 !important;
  color: #fff !important; }

img {
  width: 100%;
  vertical-align: bottom; }

a,
a:hover {
  text-decoration: none !important;
  transition: 0.5s; }

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

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

body.noscroll {
  overflow: hidden; }

.main-color {
  color: #8B8B8B; }

.more-btn {
  text-align: center; }
  .more-btn a {
    display: block;
    width: 348px;
    margin: auto;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    border: 1px solid #8B8B8B;
    border-radius: 58px; }
    @media screen and (max-width: 768px) {
      .more-btn a {
        max-width: 232px;
        font-size: 16px;
        padding: 10px; } }
    .more-btn a:hover {
      color: #8B8B8B !important; }

.read_more_button {
  display: block;
  width: 348px;
  margin: auto;
  padding: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  border: 1px solid #8B8B8B;
  border-radius: 58px;
  color: #8B8B8B !important; }
  @media screen and (max-width: 768px) {
    .read_more_button {
      max-width: 232px;
      font-size: 16px;
      padding: 10px; } }
  .read_more_button:hover, .read_more_button:focus {
    border: 1px solid #8B8B8B;
    box-shadow: unset; }

.spmore-btn {
  display: none; }
  @media screen and (max-width: 768px) {
    .spmore-btn {
      align-items: center;
      display: flex;
      justify-content: end; } }
  @media screen and (max-width: 768px) {
    .spmore-btn .feature_btn {
      margin-right: 20px; } }
  @media screen and (max-width: 768px) {
    .spmore-btn .movie_btn {
      margin-right: 5px; } }
  .spmore-btn a {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0em;
    text-decoration: underline !important;
    margin-right: 10px; }
    .spmore-btn a::before {
      content: "";
      position: absolute;
      top: 1px;
      bottom: 0;
      right: -10px;
      margin: auto;
      width: 6px;
      height: 6px;
      border-top: 1px solid #8B8B8B;
      border-right: 1px solid #8B8B8B;
      transform: rotate(45deg); }
    .spmore-btn a:hover {
      color: #8B8B8B !important; }

.main-ttl {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: left;
  color: #8B8B8B;
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .main-ttl {
      font-size: 20px; } }

.breadcrumbs {
  margin: 0 0 20px; }
  @media screen and (max-width: 768px) {
    .breadcrumbs {
      margin: 0 0 10px; } }
  .breadcrumbs a {
    position: relative;
    color: #8B8B8B;
    padding-right: 25px; }
    @media screen and (max-width: 768px) {
      .breadcrumbs a {
        padding-right: 15px; } }
    .breadcrumbs a:hover {
      color: #8B8B8B; }
    .breadcrumbs a:after {
      content: "";
      position: absolute;
      top: 7px;
      right: 8px;
      margin: auto;
      width: 8px;
      height: 8px;
      border-top: 1px solid #8B8B8B;
      border-right: 1px solid #8B8B8B;
      transform: rotate(45deg); }
      @media screen and (max-width: 768px) {
        .breadcrumbs a:after {
          width: 5px;
          height: 5px;
          top: 4px;
          right: 5px; } }
  .breadcrumbs > span {
    font-family: 'Montserrat', sans-serif;
    display: block;
    color: #8B8B8B;
    font-weight: 700;
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .breadcrumbs > span {
        font-size: 10px; } }
    .breadcrumbs > span:nth-child(2) {
      display: flex;
      flex-flow: wrap;
      align-items: center; }

.sub-page-title {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .sub-page-title {
      margin-bottom: 30px;
      font-size: 20px; } }
  .sub-page-title small {
    display: inline-block;
    margin-left: 18px;
    font-size: 18px;
    font-weight: 700;
    font-family: Noto Sans JP, "Helvetica Neue", sans-serif; }
    @media screen and (max-width: 768px) {
      .sub-page-title small {
        font-size: 14px;
        margin-left: 10px; } }

.sub-ttl02 {
  font-size: 24px;
  text-align: center;
  font-family: Noto Sans JP, "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin: 60px 0; }
  @media screen and (max-width: 768px) {
    .sub-ttl02 {
      font-size: 20px;
      margin: 30px 0; } }

.subcmn-ttl {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #8B8B8B;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 120px; }
  @media screen and (max-width: 768px) {
    .subcmn-ttl {
      display: none;
      margin-bottom: 30px;
      font-size: 20px; } }
  .subcmn-ttl span.jp_ttl {
    display: inline-block;
    margin-left: 10%;
    font-size: 18px;
    font-weight: 700;
    font-family: Noto Sans JP, "Helvetica Neue", sans-serif; }
    @media screen and (max-width: 768px) {
      .subcmn-ttl span.jp_ttl {
        font-size: 14px;
        margin-left: 5%; } }

.wrapper-pd {
  padding: 165px 0 0px !important; }
  @media screen and (max-width: 768px) {
    .wrapper-pd {
      padding: 60px 0 0 !important; } }
  .wrapper-pd .google-auto-placed {
    max-width: 970px;
    width: 89%;
    margin: 167px auto 96px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .wrapper-pd .google-auto-placed {
        width: 100%;
        margin: 30px auto; } }
    .wrapper-pd .google-auto-placed a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media screen and (max-width: 768px) {
    .wrapper-pd#page-wrapper .google-auto-placed {
      margin: 30px auto 0; } }

.page-ranking {
  margin-top: 115px; }
  @media screen and (max-width: 768px) {
    .page-ranking {
      margin-top: 50px; } }
  .page-ranking .l-ranking {
    padding-bottom: 0; }

.pagination {
  justify-content: center !important;
  margin-top: 50px;
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .pagination {
      margin-top: 0;
      margin-bottom: 50px; } }

.pagination .page-item {
  margin: 0 5px; }

.page-item.active .page-link {
  background-color: #222 !important;
  border-color: #fff !important;
  color: #fff !important; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.page-item:last-child .page-link {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.page-link {
  padding: 5px 10px !important;
  color: #222 !important;
  font-size: 14px !important;
  border: 1px solid #fff !important; }

#main-nav .container {
  position: relative;
  margin: 75px auto 0; }
  @media screen and (max-width: 768px) {
    #main-nav .container {
      margin: 0 auto; } }
#main-nav .logo {
  max-width: 145px;
  width: 50%; }
  @media screen and (max-width: 768px) {
    #main-nav .logo {
      max-width: 73px; } }
  #main-nav .logo h1 {
    margin: 0; }
#main-nav .menu-bar {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 60px;
  height: 13px;
  cursor: pointer;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    #main-nav .menu-bar {
      width: 21px;
      height: 7px;
      right: 0; } }
  #main-nav .menu-bar.active {
    width: 30px; }
    @media screen and (max-width: 768px) {
      #main-nav .menu-bar.active {
        width: 19px;
        height: 19px;
        top: 5px;
        right: 5px; } }
    #main-nav .menu-bar.active span {
      width: 100%; }
      #main-nav .menu-bar.active span:first-child {
        transform: rotate(45deg); }
        @media screen and (max-width: 768px) {
          #main-nav .menu-bar.active span:first-child {
            top: 8px; } }
      #main-nav .menu-bar.active span:last-child {
        bottom: 10px;
        width: 100%;
        transform: rotate(-45deg); }
  #main-nav .menu-bar span {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease; }
    @media screen and (max-width: 768px) {
      #main-nav .menu-bar span {
        height: 1px; } }
    #main-nav .menu-bar span:first-child {
      top: 0; }
    #main-nav .menu-bar span:last-child {
      width: 50%;
      bottom: 0; }

.menu-content {
  padding: 147px 0 70px;
  background: #222222;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out 0.3s; }
  @media screen and (max-width: 768px) {
    .menu-content {
      padding: .5rem 1rem;
      box-sizing: border-box; } }
  .menu-content.show {
    right: 0;
    left: 0;
    transform: translateX(0); }
  .menu-content.overflow {
    overflow-y: auto;
    overflow-x: hidden;
    transition: all .5s ease-in-out; }
  .menu-content-inn {
    width: 95%;
    max-width: 900px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .menu-content-inn {
        width: 100%; } }
  .menu-content .logo {
    width: 103px; }
    @media screen and (max-width: 768px) {
      .menu-content .logo {
        width: 73px; } }
  .menu-content .searchbox {
    position: relative;
    margin-top: 30px;
    width: 266px; }
    .menu-content .searchbox .fa-search {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px;
      color: #444444;
      font-size: 14px; }
    .menu-content .searchbox input[type="search"] {
      width: 266px;
      height: 40px;
      padding: 5px 20px;
      border-radius: 50px;
      background: #333333;
      border: 0px;
      outline: none;
      box-sizing: border-box;
      font-size: 16px;
      appearance: none;
      -webkit-appearance: none; }
    .menu-content .searchbox input[type="search"]::-webkit-search-cancel-button {
      appearance: none;
      -webkit-appearance: none; }
  @media screen and (max-width: 768px) {
    .menu-content .register {
      margin: 60px 0 0; } }
  .menu-content .register a {
    color: #8B8B8B;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; }
  .menu-content .register .slash {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px; }
  .menu-content .register small {
    font-size: 14px;
    font-weight: 700; }
  .menu-content .register .icon {
    display: inline-block;
    margin-top: -3px;
    width: 23px;
    margin-right: 12px; }
.menu-list {
  margin-top: 30px; }
  .menu-list .red-sp {
    display: none; }
    @media screen and (max-width: 768px) {
      .menu-list .red-sp {
        display: block; } }
  @media screen and (max-width: 768px) {
    .menu-list {
      flex-direction: column; } }
  .menu-list li {
    margin: 5px 0; }
    @media screen and (max-width: 768px) {
      .menu-list li {
        margin: 7px 0; }
        .menu-list li:last-child {
          margin-bottom: 0; } }
    .menu-list li a {
      font-size: 30px;
      color: #8B8B8B;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .menu-list li a {
          font-size: 18px; } }
      .menu-list li a:hover {
        color: #fff; }
  .menu-list-02 {
    position: relative; }
    .menu-list-02::before {
      content: '';
      position: absolute;
      top: 0;
      right: 23%;
      width: 1px;
      height: 100%;
      background-color: #444444; }
      @media screen and (max-width: 768px) {
        .menu-list-02::before {
          display: none; } }
    @media screen and (max-width: 768px) {
      .menu-list-02 {
        border-right: 0px;
        padding-right: 0; } }
  @media screen and (max-width: 768px) {
    .menu-list-03 {
      margin-top: 10px; } }
  .menu-list-03 li {
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .menu-list-03 li {
        margin: 5px 0; } }
    .menu-list-03 li a {
      font-size: 18px; }
      @media screen and (max-width: 768px) {
        .menu-list-03 li a {
          font-size: 14px; } }
  @media screen and (max-width: 768px) {
    .menu-list-03 #menu-item-255 {
      display: none; } }
  .menu-list-03 #menu-item-255 a {
    position: relative;
    padding-left: 35px;
    color: #8B8B8B;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center; }
    .menu-list-03 #menu-item-255 a:hover {
      color: #fff; }
    .menu-list-03 #menu-item-255 a::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 23px;
      height: 27px;
      background: url(../img/user-icon.png) no-repeat center;
      background-size: contain; }
  .menu-list-03 #menu-item-255 small {
    font-size: 14px;
    font-weight: 700; }
  .menu-list .sns-list {
    margin-top: 25px; }
    @media screen and (max-width: 768px) {
      .menu-list .sns-list {
        margin-top: 20px; } }
    .menu-list .sns-list li {
      font-size: 0px;
      width: 16px;
      margin-right: 14px; }
      .menu-list .sns-list li a {
        font-size: 0px; }
      .menu-list .sns-list li:first-child a {
        display: block;
        width: 16px;
        height: 16px;
        background: url(../img/insta-icon.png) no-repeat center;
        background-size: contain; }
      .menu-list .sns-list li:nth-child(2) a {
        display: block;
        width: 16px;
        height: 16px;
        background: url(../img/fb-icon.png) no-repeat center;
        background-size: contain; }
      .menu-list .sns-list li:last-child {
        margin-right: 0; }
        .menu-list .sns-list li:last-child a {
          display: block;
          width: 18px;
          height: 15px;
          background: url(../img/twt-icon.png) no-repeat center;
          background-size: contain; }
  .menu-list-red {
    margin-top: 47px; }
    @media screen and (max-width: 768px) {
      .menu-list-red {
        margin-top: 0px;
        margin-bottom: 0; } }
    .menu-list-red li {
      margin-bottom: 5px; }
      @media screen and (max-width: 768px) {
        .menu-list-red li {
          margin-bottom: 0; } }
      .menu-list-red li a {
        font-size: 30px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: #FF0000; }
        .menu-list-red li a:hover {
          color: #fff; }
        @media screen and (max-width: 768px) {
          .menu-list-red li a {
            font-size: 18px; } }

.l-mv.slick-slider {
  margin-bottom: 0px; }
  @media screen and (max-width: 768px) {
    .l-mv.slick-slider {
      margin-bottom: -70px; } }
.l-mv .mv-post {
  position: relative; }
  .l-mv .mv-post-inn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0; }
    @media screen and (max-width: 768px) {
      .l-mv .mv-post-inn {
        position: unset;
        margin: -40px auto 0; } }
    .l-mv .mv-post-inn h2 {
      margin-bottom: 0; }
      .l-mv .mv-post-inn h2 span.post-cate {
        display: inline-block;
        padding: 5px 10px;
        background: #000;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0.05em;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .l-mv .mv-post-inn h2 span.post-cate {
            font-size: 10px;
            padding: 3px 5px; } }
      .l-mv .mv-post-inn h2 span.post-ttl {
        display: block;
        margin: 20px 0 30px;
        font-family: Noto Sans JP;
        font-size: 25px;
        font-weight: 900;
        line-height: 38px;
        letter-spacing: 0em;
        text-align: left;
        color: #fff; }
        @media screen and (max-width: 768px) {
          .l-mv .mv-post-inn h2 span.post-ttl {
            font-size: 14px;
            line-height: 21px;
            width: 100%;
            display: inline-block;
            margin: 24px 0 5px; } }
      .l-mv .mv-post-inn h2 small {
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
        color: #fff; }
        .l-mv .mv-post-inn h2 small a {
          color: #fff; }
        @media screen and (max-width: 768px) {
          .l-mv .mv-post-inn h2 small {
            font-size: 9px; } }
.l-mv .slick-dots {
  bottom: 48px;
  text-align: right;
  right: 90px; }
  @media screen and (max-width: 768px) {
    .l-mv .slick-dots {
      bottom: 85px;
      text-align: right;
      right: 10px; } }
  @media screen and (max-width: 768px) {
    .l-mv .slick-dots li {
      margin: 0px;
      width: 12px; } }
  .l-mv .slick-dots li button:before {
    font-size: 12px; }
    @media screen and (max-width: 768px) {
      .l-mv .slick-dots li button:before {
        font-size: 6px; } }
.l .google-auto-placed {
  max-width: 890px;
  width: 90%;
  margin: 58px auto;
  position: relative; }
  @media screen and (max-width: 768px) {
    .l .google-auto-placed {
      max-width: 1100px;
      width: 100%;
      margin: 0 auto 30px; } }
  .l .google-auto-placed a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.l-news .google-auto-placed {
  width: 100%;
  margin: 44px auto 20px; }
@media screen and (max-width: 768px) {
  .l-news .posts-wrap .md-post:nth-child(n+4) {
    display: block !important; } }
.l-features {
  padding: 25px 0; }
  .l-features .featrue-blocks {
    margin-top: 25px; }
    @media screen and (max-width: 768px) {
      .l-features .featrue-blocks {
        margin-top: 10px; } }
  .l-features .clearfix {
    overflow: auto; }
    .l-features .clearfix:before {
      content: "";
      clear: both;
      display: table; }
  .l-features .feature-grid {
    margin-bottom: 43px; }
  @media screen and (max-width: 768px) {
    .l-features .feature-post {
      margin-bottom: 0; } }
  .l-features .feature-post h2 {
    font-family: Noto Sans JP, "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    margin: 10px 0; }
    @media screen and (max-width: 768px) {
      .l-features .feature-post h2 {
        font-size: 14px;
        margin: 10px 0 0;
        line-height: 22px; } }
  .l-features .feature-post figure {
    margin-bottom: 0; }
  .l-features .feature-post:first-child {
    width: 48%;
    float: left; }
    @media (max-width: 992px) {
      .l-features .feature-post:first-child {
        width: 100%;
        margin-bottom: 15px; } }
    @media screen and (max-width: 768px) {
      .l-features .feature-post:first-child {
        width: 100%; } }
  .l-features .feature-post:nth-child(n+2) {
    float: right;
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px; }
    @media (max-width: 992px) {
      .l-features .feature-post:nth-child(n+2) {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .l-features .feature-post:nth-child(n+2) {
        width: 100%;
        align-items: center;
        margin-bottom: 15px; } }
    .l-features .feature-post:nth-child(n+2) figure {
      width: 38.8%;
      margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        .l-features .feature-post:nth-child(n+2) figure {
          width: 30%; } }
    .l-features .feature-post:nth-child(n+2) .feature-txt {
      width: 57.5%; }
      @media screen and (max-width: 768px) {
        .l-features .feature-post:nth-child(n+2) .feature-txt {
          width: 66%; } }
    .l-features .feature-post:nth-child(n+2) h2 {
      margin-top: 0; }
      @media screen and (max-width: 768px) {
        .l-features .feature-post:nth-child(n+2) h2 {
          font-size: 10px;
          line-height: 1.5; } }
    @media screen and (max-width: 768px) {
      .l-features .feature-post:nth-child(n+2) .entry-meta {
        display: none; } }
  @media screen and (max-width: 768px) {
    .l-features .feature-right {
      margin-top: 20px; } }
  .l-features .feature-right .feature-block {
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .l-features .feature-right .feature-block {
        margin-bottom: 15px; } }
    .l-features .feature-right .feature-block .feature-content h2 {
      font-family: Noto Sans JP, "Helvetica Neue", sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 29px;
      letter-spacing: 0em;
      text-align: left;
      margin: 10px 0; }
      @media screen and (max-width: 768px) {
        .l-features .feature-right .feature-block .feature-content h2 {
          font-size: 10px;
          line-height: 16px; } }
  .l-features-inn-ttl {
    margin-bottom: 25px; }
  .l-features-inn-content {
    justify-content: space-between;
    margin-bottom: 23px; }
    @media screen and (max-width: 768px) {
      .l-features-inn-content {
        display: block; } }
    .l-features-inn-content .feature-left {
      width: 45%; }
      @media screen and (max-width: 768px) {
        .l-features-inn-content .feature-left {
          width: 100%;
          margin-bottom: 15px; } }
      .l-features-inn-content .feature-left .feature-block h2 {
        font-family: Noto Sans JP, "Helvetica Neue", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: left;
        margin: 10px 0; }
        @media screen and (max-width: 768px) {
          .l-features-inn-content .feature-left .feature-block h2 {
            font-size: 14px;
            margin: 10px 0 0;
            line-height: 22px; } }
      .l-features-inn-content .feature-left .feature-block p {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .l-features-inn-content .feature-left .feature-block p {
            font-size: 9px; } }
        .l-features-inn-content .feature-left .feature-block p a {
          color: #fff;
          text-decoration: underline !important; }
        .l-features-inn-content .feature-left .feature-block p .post-score {
          font-family: 'Montserrat', sans-serif;
          font-size: 12px;
          font-weight: 400;
          line-height: 30px;
          letter-spacing: 0em;
          text-align: left; }
          @media screen and (max-width: 768px) {
            .l-features-inn-content .feature-left .feature-block p .post-score {
              font-size: 9px; } }
          .l-features-inn-content .feature-left .feature-block p .post-score small {
            font-family: 'Montserrat', sans-serif;
            font-size: 10px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0em;
            text-align: left; }
            @media screen and (max-width: 768px) {
              .l-features-inn-content .feature-left .feature-block p .post-score small {
                font-size: 8px; } }
          .l-features-inn-content .feature-left .feature-block p .post-score img {
            max-width: 9px;
            margin-left: 10px;
            margin-right: 4px;
            vertical-align: middle; }
            @media screen and (max-width: 768px) {
              .l-features-inn-content .feature-left .feature-block p .post-score img {
                max-width: 7px; } }
    .l-features-inn-content .feature-right {
      width: 52.3%; }
      @media screen and (max-width: 768px) {
        .l-features-inn-content .feature-right {
          width: 100%; } }
      .l-features-inn-content .feature-right .feature-block {
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .l-features-inn-content .feature-right .feature-block {
            justify-content: space-between;
            margin-bottom: 15px; } }
        .l-features-inn-content .feature-right .feature-block img {
          width: 36.5%;
          margin-right: 2.5%; }
          @media screen and (max-width: 768px) {
            .l-features-inn-content .feature-right .feature-block img {
              width: 25%;
              margin-right: 0; } }
        .l-features-inn-content .feature-right .feature-block .feature-content {
          width: 55.5%; }
          @media screen and (max-width: 768px) {
            .l-features-inn-content .feature-right .feature-block .feature-content {
              width: calc(100% - 27.5%); } }
          .l-features-inn-content .feature-right .feature-block .feature-content h2 {
            font-family: Noto Sans JP, "Helvetica Neue", sans-serif;
            font-size: 18px;
            font-weight: 700;
            line-height: 29px;
            letter-spacing: 0em;
            text-align: left;
            margin: 10px 0; }
            @media screen and (max-width: 768px) {
              .l-features-inn-content .feature-right .feature-block .feature-content h2 {
                font-size: 10px;
                line-height: 16px; } }
          .l-features-inn-content .feature-right .feature-block .feature-content p {
            font-family: 'Montserrat', sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 30px;
            letter-spacing: 0em;
            text-align: left; }
            .l-features-inn-content .feature-right .feature-block .feature-content p a {
              color: #fff;
              text-decoration: underline !important; }
.l-ranking {
  padding-bottom: 90px; }
  @media screen and (max-width: 768px) {
    .l-ranking {
      padding-bottom: 40px; } }
  .l-ranking .ranking-ttl {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .l-ranking .ranking-ttl {
        margin-bottom: 10px; } }
  .l-ranking-content {
    background: #333333;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .l-ranking-content {
        padding: 21px 0 0; } }
    .l-ranking-content .ranking-box .ranking-slider-pc {
      position: relative;
      padding: 60px 0px 60px 5.7%; }
      @media screen and (min-width: 1400px) {
        .l-ranking-content .ranking-box .ranking-slider-pc {
          padding: 60px 0px 60px 18.7%; } }
      .l-ranking-content .ranking-box .ranking-slider-pc .slick-list {
        padding-right: 12%; }
      .l-ranking-content .ranking-box .ranking-slider-pc .ranking-block {
        margin-left: 47px; }
        .l-ranking-content .ranking-box .ranking-slider-pc .ranking-block h3 {
          font-family: Noto Sans JP, "Helvetica Neue", sans-serif;
          font-size: 18px;
          font-weight: 700;
          line-height: 29px; }
          .l-ranking-content .ranking-box .ranking-slider-pc .ranking-block h3 a {
            color: #fff !important; }
            .l-ranking-content .ranking-box .ranking-slider-pc .ranking-block h3 a.wpp-post-title {
              display: inline-block;
              margin-top: 23px; }
      .l-ranking-content .ranking-box .ranking-slider-pc .slick-next,
      .l-ranking-content .ranking-box .ranking-slider-pc .slick-prev {
        width: 23px;
        height: 23px; }
      .l-ranking-content .ranking-box .ranking-slider-pc .slick-next {
        top: -9.5%;
        right: 8%; }
        @media screen and (min-width: 1400px) {
          .l-ranking-content .ranking-box .ranking-slider-pc .slick-next {
            right: 20.2%; } }
        .l-ranking-content .ranking-box .ranking-slider-pc .slick-next:before {
          position: absolute;
          content: "";
          background: url(../img/arrow-next.png) no-repeat;
          background-size: contain;
          width: 23px;
          height: 23px;
          top: 0;
          right: 0; }
      .l-ranking-content .ranking-box .ranking-slider-pc .slick-prev {
        top: -9.5%;
        left: auto;
        right: 15%; }
        @media screen and (min-width: 1400px) {
          .l-ranking-content .ranking-box .ranking-slider-pc .slick-prev {
            right: 24.7%; } }
        .l-ranking-content .ranking-box .ranking-slider-pc .slick-prev:before {
          position: absolute;
          content: "";
          background: url(../img/arrow-prev.png) no-repeat;
          background-size: contain;
          width: 23px;
          height: 23px;
          top: 0;
          left: 0; }
    .l-ranking-content .ranking-block-sp {
      display: none; }
      @media screen and (max-width: 768px) {
        .l-ranking-content .ranking-block-sp {
          display: flex !important;
          justify-content: space-between; } }
      .l-ranking-content .ranking-block-sp .ranking-block {
        width: 48%;
        margin-bottom: 16px; }
        .l-ranking-content .ranking-block-sp .ranking-block h3 {
          position: relative;
          font-family: Noto Sans JP, "Helvetica Neue", sans-serif;
          font-size: 10px;
          font-weight: 700;
          line-height: 16px; }
          .l-ranking-content .ranking-block-sp .ranking-block h3 a {
            color: #fff !important; }
            .l-ranking-content .ranking-block-sp .ranking-block h3 a.wpp-post-title {
              display: inline-block;
              margin-top: 13px; }
          .l-ranking-content .ranking-block-sp .ranking-block h3 span {
            position: absolute;
            top: 0;
            left: 0;
            display: inline-block;
            padding: 3px 5px;
            font-size: 9px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            background-color: #000;
            color: #fff; }
        .l-ranking-content .ranking-block-sp .ranking-block p {
          font-family: 'Montserrat', sans-serif;
          font-size: 9px;
          font-weight: 400;
          line-height: 22px;
          letter-spacing: 0em;
          text-align: left; }
          .l-ranking-content .ranking-block-sp .ranking-block p a {
            color: #fff;
            text-decoration: underline !important; }
.l-products-inn .main-ttl {
  padding-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .l-products-inn .main-ttl {
      padding-bottom: 7px; } }
.l-products-inn-box {
  background: #333; }
  @media screen and (max-width: 768px) {
    .l-products-inn-box {
      padding-bottom: 17px; }
      .l-products-inn-box .spmore-btn {
        margin-right: 20px; } }
.l-products-inn-slider {
  padding: 75px 0 50px 7.2%;
  position: relative; }
  @media screen and (min-width: 1400px) {
    .l-products-inn-slider {
      padding: 75px 0 50px 19.2%; } }
  @media screen and (max-width: 768px) {
    .l-products-inn-slider {
      padding: 25px 0 30px;
      margin: auto; } }
  .l-products-inn-slider .products-block {
    margin-left: 0.53%; }
    .l-products-inn-slider .products-block .product-ttl {
      font-family: Noto Sans JP, "Helvetica Neue", sans-serif;
      font-size: 14px;
      margin-top: 20px;
      line-height: 29px; }
      .l-products-inn-slider .products-block .product-ttl strong {
        font-weight: bold;
        display: block; }
  .l-products-inn-slider .slick-next,
  .l-products-inn-slider .slick-prev {
    width: 23px;
    height: 23px; }
  .l-products-inn-slider .slick-next {
    top: -9.5%;
    right: 8%; }
    @media screen and (min-width: 1400px) {
      .l-products-inn-slider .slick-next {
        right: 20.2%; } }
    @media screen and (max-width: 768px) {
      .l-products-inn-slider .slick-next {
        right: 38px;
        top: 50%;
        transform: translate(-10%, -180%); } }
    .l-products-inn-slider .slick-next:before {
      position: absolute;
      content: "";
      background: url(../img/arrow-next.png) no-repeat;
      background-size: contain;
      width: 23px;
      height: 23px;
      top: 0;
      right: 0; }
  .l-products-inn-slider .slick-prev {
    top: -9.5%;
    left: auto;
    right: 15%; }
    @media screen and (min-width: 1400px) {
      .l-products-inn-slider .slick-prev {
        right: 24.7%; } }
    @media screen and (max-width: 768px) {
      .l-products-inn-slider .slick-prev {
        top: 50%;
        transform: translate(-50%, -180%);
        left: 85px;
        right: auto; } }
    .l-products-inn-slider .slick-prev:before {
      position: absolute;
      content: "";
      background: url(../img/arrow-prev.png) no-repeat;
      background-size: contain;
      width: 23px;
      height: 23px;
      top: 0;
      left: 0; }

.grid-list {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .grid-list {
      display: none; } }
  .grid-list .icon:first-child {
    margin-right: 5px; }
  .grid-list .icon svg {
    color: #8B8B8B; }
  .grid-list .icon.active svg {
    color: #fff; }

#list-view .entry-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8; }
  @media screen and (max-width: 768px) {
    #list-view .entry-content p {
      font-size: 12px; } }

.posts-wrap {
  position: relative;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .posts-wrap {
      margin-top: 15px; } }
  .posts-wrap.archive-posts-wrap {
    margin-bottom: 50px; }

.author-meta {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .author-meta {
      font-size: 9px; } }
  .author-meta a {
    color: #fff;
    text-decoration: underline !important; }
    .author-meta a:hover {
      color: #8B8B8B; }
  .author-meta .post-score {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .author-meta .post-score {
        font-size: 9px; } }
    .author-meta .post-score small {
      font-family: 'Montserrat', sans-serif;
      font-size: 8px;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0em;
      text-align: left;
      margin-left: 3px; }
      @media screen and (max-width: 768px) {
        .author-meta .post-score small {
          font-size: 8px; } }
    .author-meta .post-score img {
      max-width: 9px;
      margin-left: 10px;
      margin-right: 4px;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .author-meta .post-score img {
          max-width: 7px; } }
  .author-meta .posted-on a {
    text-decoration: none !important; }

#list-view.md-post .entry-content {
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    #list-view.md-post .entry-content {
      margin-top: 5px; } }
#list-view.md-post figure figcaption {
  left: 15px; }
#list-view.md-post h2 {
  font-size: 28px;
  line-height: 40px; }
  @media screen and (max-width: 768px) {
    #list-view.md-post h2 {
      font-size: 14px;
      line-height: 22px; } }

.md-post {
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .md-post {
      margin-bottom: 25px; }
      .md-post:nth-child(n+4) {
        display: none; } }
  .md-post .list-post {
    margin-bottom: 30px; }
  .md-post figure {
    position: relative; }
    .md-post figure figcaption {
      padding: 5px 10px;
      display: inline-block;
      position: absolute;
      left: 0;
      background: #000;
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      font-weight: 700;
      line-height: 15px;
      letter-spacing: 0.05em;
      text-align: left;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .md-post figure figcaption {
          font-size: 9px;
          padding: 4px 5px; } }
  .md-post h2 {
    font-family: Noto Sans JP, "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    margin: 20px 0 10px; }
    @media screen and (max-width: 768px) {
      .md-post h2 {
        font-size: 14px;
        line-height: 22px;
        margin: 11px 0 5px; } }

.grid-results .md-post {
  display: none; }

#list-view {
  position: fixed;
  visibility: hidden;
  height: 0;
  opacity: 0; }
  #list-view.show {
    visibility: visible;
    height: 100%;
    opacity: 1;
    position: relative; }

.list-results .list-post {
  display: none; }

.posts-list .sm-post {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .posts-list .sm-post {
      margin-bottom: 5px; }
      .posts-list .sm-post article {
        display: flex;
        margin-bottom: 15px;
        align-items: center; } }
  .posts-list .sm-post figure {
    position: relative;
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .posts-list .sm-post figure {
        width: auto; } }
    .posts-list .sm-post figure figcaption {
      padding: 5px 10px;
      display: inline-block;
      position: absolute;
      left: 0;
      left: 0;
      background: #000;
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      font-weight: 700;
      line-height: 15px;
      letter-spacing: 0.05em;
      text-align: left;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .posts-list .sm-post figure figcaption {
          display: none; } }
  .posts-list .sm-post .new-content {
    width: 51.3%; }
    @media screen and (max-width: 768px) {
      .posts-list .sm-post .new-content {
        width: calc(100% - 32.5%); } }
    .posts-list .sm-post .new-content h2 {
      font-family: Noto Sans JP;
      font-size: 28px;
      font-weight: 700;
      line-height: 45px;
      letter-spacing: 0em;
      text-align: left;
      margin: 20px 0; }
      @media screen and (max-width: 768px) {
        .posts-list .sm-post .new-content h2 {
          font-size: 10px;
          line-height: 16px;
          margin: 0;
          padding: 10px 0; } }
    .posts-list .sm-post .new-content .new-text {
      font-family: Noto Sans JP;
      font-size: 18px;
      font-weight: 400;
      line-height: 29px;
      letter-spacing: 0em;
      text-align: left;
      margin-bottom: 7px; }
      @media screen and (max-width: 768px) {
        .posts-list .sm-post .new-content .new-text {
          display: none; } }
    .posts-list .sm-post .new-content .authordate {
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: 0em;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .posts-list .sm-post .new-content .authordate {
          display: none; } }
      .posts-list .sm-post .new-content .authordate a {
        color: #fff;
        text-decoration: underline !important; }
      .posts-list .sm-post .new-content .authordate .post-score {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .posts-list .sm-post .new-content .authordate .post-score {
            font-size: 9px; } }
        .posts-list .sm-post .new-content .authordate .post-score small {
          font-family: 'Montserrat', sans-serif;
          font-size: 8px;
          font-weight: 400;
          line-height: 20px;
          letter-spacing: 0em;
          text-align: left; }
          @media screen and (max-width: 768px) {
            .posts-list .sm-post .new-content .authordate .post-score small {
              font-size: 8px; } }
        .posts-list .sm-post .new-content .authordate .post-score img {
          max-width: 9px;
          margin-left: 10px;
          margin-right: 4px;
          vertical-align: middle; }
          @media screen and (max-width: 768px) {
            .posts-list .sm-post .new-content .authordate .post-score img {
              max-width: 7px; } }

.entry-meta {
  margin-bottom: 10px; }
  .entry-meta a {
    color: #fff !important; }
  .entry-meta .author a {
    text-decoration: underline !important; }

.detail-wrap .detail-content {
  width: 90%;
  max-width: 860px;
  margin: 35px auto 0; }
  @media screen and (max-width: 768px) {
    .detail-wrap .detail-content {
      margin: 20px auto 0; } }
  .detail-wrap .detail-content .watch-txt {
    display: inline-block;
    margin-bottom: 25px;
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .detail-wrap .detail-content .watch-txt {
        font-size: 10px;
        padding: 5px 10px;
        margin-bottom: 10px; } }
  .detail-wrap .detail-content .title01 {
    font-size: 24px;
    color: #8B8B8B;
    font-weight: 700;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .detail-wrap .detail-content .title01 {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 5px; } }
  .detail-wrap .detail-content .title02 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    line-height: 55px; }
    @media screen and (max-width: 768px) {
      .detail-wrap .detail-content .title02 {
        font-size: 20px;
        line-height: 1.7; } }
  .detail-wrap .detail-content .author-txt {
    margin-top: 10px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif; }
    @media screen and (max-width: 768px) {
      .detail-wrap .detail-content .author-txt {
        margin-top: 5px;
        font-size: 9px; } }
    .detail-wrap .detail-content .author-txt a {
      color: #fff;
      text-decoration: underline; }
  .detail-wrap .detail-content .entry-content {
    margin-top: 33px; }
    @media screen and (max-width: 768px) {
      .detail-wrap .detail-content .entry-content {
        margin-top: 20px; } }
  .detail-wrap .detail-content .entry-content img{
    width: auto; }
    @media screen and (max-width: 768px) {
      .detail-wrap .detail-content .entry-content  img{
        width: auto; } }

    .detail-wrap .detail-content .entry-content h2 {
      font-size: 24px;
      font-weight: 700;
      border-left: 5px solid #fff;
      padding-left: 20px;
      line-height: 1.8;
      padding-bottom: 3px;
      background-color: #444; }
      @media screen and (max-width: 768px) {
        .detail-wrap .detail-content .entry-content h2 {
          font-size: 18px; } }
    .detail-wrap .detail-content .entry-content h3 {
      font-size: 20px;
      font-weight: 800;
      line-height: 1.8;
      margin-top: 30px;
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        .detail-wrap .detail-content .entry-content h3 {
          font-size: 14px; } }
    .detail-wrap .detail-content .entry-content p {
      font-size: 20px;
      font-weight: 500;
      color: #DDDDDD;
      line-height: 36px; }
      @media screen and (max-width: 768px) {
        .detail-wrap .detail-content .entry-content p {
          font-size: 14px;
          line-height: 1.7; } }
      .detail-wrap .detail-content .entry-content p iframe {
        max-width: 100%; }
        @media screen and (max-width: 768px) {
          .detail-wrap .detail-content .entry-content p iframe {
            max-width: 100%; } }
  .detail-wrap .detail-content .tags-link {
    margin-top: 100px; }
    @media screen and (max-width: 768px) {
      .detail-wrap .detail-content .tags-link {
        margin-top: 50px; } }
    .detail-wrap .detail-content .tags-link a {
      display: inline-block;
      padding: 6px 12px;
      margin-right: 14px;
      font-size: 16px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      color: #888888;
      border: 1px solid #8B8B8B;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .detail-wrap .detail-content .tags-link a {
          font-size: 10px;
          padding: 5px;
          margin-right: 5px;
          margin-bottom: 5px; } }
  .detail-wrap .detail-content .sns-icon {
    margin-top: 57px; }
    @media screen and (max-width: 768px) {
      .detail-wrap .detail-content .sns-icon {
        margin-top: 40px; } }
    .detail-wrap .detail-content .sns-icon ul {
      justify-content: flex-end;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .detail-wrap .detail-content .sns-icon ul {
          justify-content: center; } }
      .detail-wrap .detail-content .sns-icon ul li {
        margin-right: 25px; }
        @media screen and (max-width: 768px) {
          .detail-wrap .detail-content .sns-icon ul li {
            margin-right: 15px; } }
        .detail-wrap .detail-content .sns-icon ul li:last-child {
          margin-right: 0; }
      .detail-wrap .detail-content .sns-icon ul .share-icon {
        width: 65px;
        margin-right: 36px; }
        @media screen and (max-width: 768px) {
          .detail-wrap .detail-content .sns-icon ul .share-icon {
            width: 36px;
            margin-right: 15px; } }
      .detail-wrap .detail-content .sns-icon ul .line-icon {
        width: 31px; }
        @media screen and (max-width: 768px) {
          .detail-wrap .detail-content .sns-icon ul .line-icon {
            width: 19px; } }
      .detail-wrap .detail-content .sns-icon ul .fb-icon {
        width: 32px; }
        @media screen and (max-width: 768px) {
          .detail-wrap .detail-content .sns-icon ul .fb-icon {
            width: 19px; } }
      .detail-wrap .detail-content .sns-icon ul .twt-icon {
        width: 37px; }
        @media screen and (max-width: 768px) {
          .detail-wrap .detail-content .sns-icon ul .twt-icon {
            width: 22px; } }
.detail-wrap .related-content {
  margin-bottom: 115px; }
  .detail-wrap .related-content .related-ttl h2 {
    display: flex;
    align-items: center;
    font-size: 30px;
    color: #8B8B8B;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; }
    .detail-wrap .related-content .related-ttl h2 span {
      display: inline-block;
      margin-left: 18px;
      font-size: 18px;
      font-weight: 700;
      font-family: Noto Sans JP, "Helvetica Neue", sans-serif; }
.detail-wrap .related-grid {
  margin-top: 35px;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .detail-wrap .related-grid {
      display: block; } }
  .detail-wrap .related-grid article {
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .detail-wrap .related-grid article {
        margin-bottom: 24px; } }
    .detail-wrap .related-grid article figure {
      position: relative; }
      .detail-wrap .related-grid article figure figcaption {
        padding: 5px 10px;
        display: inline-block;
        position: absolute;
        left: 0;
        left: 0;
        background: #000;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: 0.05em;
        text-align: left;
        text-transform: uppercase; }
        @media screen and (max-width: 768px) {
          .detail-wrap .related-grid article figure figcaption {
            font-size: 9px;
            padding: 4px 5px; } }
    .detail-wrap .related-grid article h2 {
      font-family: Noto Sans JP;
      font-size: 18px;
      font-weight: 700;
      line-height: 29px;
      letter-spacing: 0em;
      text-align: left;
      margin: 20px 0; }
      @media screen and (max-width: 768px) {
        .detail-wrap .related-grid article h2 {
          font-size: 14px;
          line-height: 22px;
          margin: 11px 0 0; } }
      .detail-wrap .related-grid article h2 a:hover {
        color: #8B8B8B; }
    .detail-wrap .related-grid article p {
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: 0em;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .detail-wrap .related-grid article p {
          font-size: 9px;
          line-height: 0px; } }
      .detail-wrap .related-grid article p a {
        color: #fff;
        text-decoration: underline; }
      .detail-wrap .related-grid article p .post-score {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .detail-wrap .related-grid article p .post-score {
            font-size: 9px; } }
        .detail-wrap .related-grid article p .post-score small {
          font-family: 'Montserrat', sans-serif;
          font-size: 10px;
          font-weight: 400;
          line-height: 20px;
          letter-spacing: 0em;
          text-align: left; }
          @media screen and (max-width: 768px) {
            .detail-wrap .related-grid article p .post-score small {
              font-size: 8px; } }
        .detail-wrap .related-grid article p .post-score img {
          max-width: 9px;
          margin-left: 10px;
          margin-right: 4px;
          vertical-align: middle; }
          @media screen and (max-width: 768px) {
            .detail-wrap .related-grid article p .post-score img {
              max-width: 7px; } }

.news-sp-post {
  margin: 40px 0 35px; }
  @media screen and (max-width: 768px) {
    .news-sp-post {
      margin: 30px 0 0; } }

@media screen and (max-width: 768px) {
  .related-sp-post {
    margin-top: 30px; } }
.related-sp-post .related-ttl h2 {
  font-size: 20px;
  font-weight: 700;
  color: #8B8B8B;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px; }
  .related-sp-post .related-ttl h2 span {
    display: inline-block;
    margin-left: 12px;
    font-size: 14px;
    font-weight: 700;
    font-family: Noto Sans JP, "Helvetica Neue", sans-serif; }

#post-2 .entry-content {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  font-family: Noto Sans JP, "Helvetica Neue", sans-serif; }
  @media screen and (max-width: 768px) {
    #post-2 .entry-content {
      max-width: 100%;
      margin: 0 auto; } }
  #post-2 .entry-content h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
    line-height: 1.3; }
    @media screen and (max-width: 768px) {
      #post-2 .entry-content h3 {
        font-size: 20px;
        text-align: left;
        margin-bottom: 20px; } }
  #post-2 .entry-content p {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      #post-2 .entry-content p {
        font-size: 14px;
        text-align: left;
        margin-bottom: 15px; } }
  #post-2 .entry-content .mag95 {
    margin-bottom: 95px; }
    @media screen and (max-width: 768px) {
      #post-2 .entry-content .mag95 {
        margin-bottom: 70px; } }
  #post-2 .entry-content .mag30 {
    margin-bottom: 30px; }
  #post-2 .entry-content .mag0 {
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      #post-2 .entry-content .mag0 {
        margin-bottom: 55px; } }
  #post-2 .entry-content .mag70 {
    margin-bottom: 70px; }
    @media screen and (max-width: 768px) {
      #post-2 .entry-content .mag70 {
        margin: 0 0 50px; } }
  #post-2 .entry-content .pad45 {
    padding-bottom: 45px; }
  #post-2 .entry-content .text-left {
    text-align: left !important;
    line-height: 2; }
  #post-2 .entry-content .left {
    text-align: left !important; }
  #post-2 .entry-content .about-title01 {
    border-bottom: 1px solid #fff;
    padding-left: 5px;
    text-align: left !important;
    margin-bottom: 20px !important;
    line-height: 1.5 !important;
    margin-top: -25px; }
    @media screen and (max-width: 768px) {
      #post-2 .entry-content .about-title01 {
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 13px !important; } }
  #post-2 .entry-content .operator {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 2.2;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 768px) {
      #post-2 .entry-content .operator {
        font-size: 13px; } }
    #post-2 .entry-content .operator a {
      display: block;
      color: #fff; }

#post-233 .entry-content {
  width: 100%;
  max-width: 860px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    #post-233 .entry-content {
      max-width: 100%;
      margin: 0; } }
  #post-233 .entry-content h3 {
    font-family: Noto Sans JP, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: left;
    margin-top: 35px; }
    #post-233 .entry-content h3:last-child {
      margin-top: 63px; }
    @media screen and (max-width: 768px) {
      #post-233 .entry-content h3 {
        font-size: 14px;
        margin-top: 25px; } }
  #post-233 .entry-content p {
    font-family: Noto Sans JP, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: left; }
    @media screen and (max-width: 768px) {
      #post-233 .entry-content p {
        font-size: 14px; } }
  #post-233 .entry-content ol {
    counter-reset: numberList;
    font-family: Noto Sans JP, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: left; }
    #post-233 .entry-content ol li {
      counter-increment: numberList; }
      #post-233 .entry-content ol li::before {
        content: "(" counter(numberList,decimal) ")";
        margin-right: 1.2%;
        margin-left: 1.5%; }
        @media screen and (max-width: 768px) {
          #post-233 .entry-content ol li::before {
            margin-right: 2%;
            margin-left: 3%; } }

#post-3 .entry-content {
  max-width: 860px;
  margin: 0 auto; }
  #post-3 .entry-content h3 {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-weight: 700;
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      #post-3 .entry-content h3 {
        font-size: 14px;
        margin-top: 30px; } }
  #post-3 .entry-content p {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      #post-3 .entry-content p {
        font-size: 14px; } }
    #post-3 .entry-content p a {
      display: block;
      color: #fff; }
  #post-3 .entry-content ul {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      #post-3 .entry-content ul {
        font-size: 14px; } }
    #post-3 .entry-content ul li {
      text-indent: -15px;
      padding-left: 15px; }
  #post-3 .entry-content .marg-top {
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      #post-3 .entry-content .marg-top {
        margin-top: 30px; } }

.contact-form {
  font-family: Noto Sans JP, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FFFFFF; }
  .contact-form .contact-ttl {
    font-family: Noto Sans JP, "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3; }
    @media screen and (max-width: 768px) {
      .contact-form .contact-ttl {
        font-size: 14px; } }
  .contact-form .contact-txt {
    font-family: Noto Sans JP, "Helvetica Neue", sans-serif;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-bottom: 65px; }
    @media screen and (max-width: 768px) {
      .contact-form .contact-txt {
        font-size: 14px;
        padding-bottom: 35px; } }
  @media screen and (max-width: 768px) {
    .contact-form .form-field {
      font-size: 15px;
      font-weight: 500; } }
  .contact-form .form-field table {
    width: 100%; }
    .contact-form .form-field table tr {
      justify-content: space-between;
      margin-bottom: 28px;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .contact-form .form-field table tr {
          margin-bottom: 15px;
          flex-direction: column;
          align-items: flex-start;
          font-weight: 500; } }
      .contact-form .form-field table tr:last-child {
        align-items: flex-start; }
        .contact-form .form-field table tr:last-child th {
          margin-top: 14px; }
      @media screen and (max-width: 768px) {
        .contact-form .form-field table tr th {
          margin-bottom: 10px;
          font-weight: 500; } }
      .contact-form .form-field table tr th p {
        margin-bottom: 0; }
      .contact-form .form-field table tr td {
        width: calc(100% - 250px); }
        @media screen and (max-width: 768px) {
          .contact-form .form-field table tr td {
            width: 100%; } }
        .contact-form .form-field table tr td p {
          margin-bottom: 0; }
        .contact-form .form-field table tr td input,
        .contact-form .form-field table tr td textarea, .contact-form .form-field table tr td select {
          outline: none;
          background: #D9D9D9;
          border: 1px solid #D9D9D9;
          width: 100%;
          height: 59px;
          padding: 10px;
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          letter-spacing: 0.1em;
          outline: none;
          font-size: 16px; }
          @media screen and (max-width: 768px) {
            .contact-form .form-field table tr td input,
            .contact-form .form-field table tr td textarea, .contact-form .form-field table tr td select {
              height: 35px;
              padding: 5px 10px; } }
          .contact-form .form-field table tr td input:focus,
          .contact-form .form-field table tr td textarea:focus, .contact-form .form-field table tr td select:focus {
            border-color: #D9D9D9;
            box-shadow: unset; }
        .contact-form .form-field table tr td textarea {
          resize: none;
          height: 365px; }
          @media screen and (max-width: 768px) {
            .contact-form .form-field table tr td textarea {
              height: 180px; } }
  .contact-form .form-field .acceptance {
    margin-top: 50px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .contact-form .form-field .acceptance {
        margin-top: 5px;
        font-size: 14px;
        font-weight: 400; } }
    .contact-form .form-field .acceptance .wpcf7-list-item-label {
      margin-left: 75px;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        .contact-form .form-field .acceptance .wpcf7-list-item-label {
          margin-left: 35px;
          text-align: left;
          display: block;
          font-size: 13px; } }
    .contact-form .form-field .acceptance input[type="checkbox"]:checked,
    .contact-form .form-field .acceptance input[type="checkbox"]:not(:checked),
    .contact-form .form-field .acceptance input[type="checkbox"]:checked + .wpcf7c-conf-hidden,
    .contact-form .form-field .acceptance input[type="checkbox"]:not(:checked) + .wpcf7c-conf-hidden {
      width: 45px;
      height: 45px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      padding: 0;
      position: absolute;
      left: 0;
      top: -6px; }
      @media screen and (max-width: 768px) {
        .contact-form .form-field .acceptance input[type="checkbox"]:checked,
        .contact-form .form-field .acceptance input[type="checkbox"]:not(:checked),
        .contact-form .form-field .acceptance input[type="checkbox"]:checked + .wpcf7c-conf-hidden,
        .contact-form .form-field .acceptance input[type="checkbox"]:not(:checked) + .wpcf7c-conf-hidden {
          top: 0;
          width: 24px;
          height: 24px; } }
    .contact-form .form-field .acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:before,
    .contact-form .form-field .acceptance input[type="checkbox"]:not(:checked) + .wpcf7-list-item-label:before,
    .contact-form .form-field .acceptance input[type="checkbox"]:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label:before,
    .contact-form .form-field .acceptance input[type="checkbox"]:not(:checked) + .wpcf7c-conf-hidden + .wpcf7-list-item-label:before {
      content: '';
      position: absolute;
      left: 0;
      top: -6px;
      width: 45px;
      height: 45px;
      border: 1px solid #fff;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      background: #222222; }
      @media screen and (max-width: 768px) {
        .contact-form .form-field .acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:before,
        .contact-form .form-field .acceptance input[type="checkbox"]:not(:checked) + .wpcf7-list-item-label:before,
        .contact-form .form-field .acceptance input[type="checkbox"]:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label:before,
        .contact-form .form-field .acceptance input[type="checkbox"]:not(:checked) + .wpcf7c-conf-hidden + .wpcf7-list-item-label:before {
          width: 24px;
          height: 24px;
          top: 0; } }
    .contact-form .form-field .acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after,
    .contact-form .form-field .acceptance input[type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after,
    .contact-form .form-field .acceptance input[type="checkbox"]:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label:after,
    .contact-form .form-field .acceptance input[type="checkbox"]:not(:checked) + .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
      content: "";
      position: absolute;
      left: 19px;
      top: 0px;
      width: 10px;
      height: 25px;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media screen and (max-width: 768px) {
        .contact-form .form-field .acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after,
        .contact-form .form-field .acceptance input[type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after,
        .contact-form .form-field .acceptance input[type="checkbox"]:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label:after,
        .contact-form .form-field .acceptance input[type="checkbox"]:not(:checked) + .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
          width: 7px;
          height: 15px;
          border-width: 0 1px 1px 0;
          left: 9px;
          top: 2px; } }
    .contact-form .form-field .acceptance input[type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after {
      opacity: 0; }
    .contact-form .form-field .acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
      opacity: 1; }
    .contact-form .form-field .acceptance a {
      font-family: Noto Sans JP, "Helvetica Neue", sans-serif;
      font-size: 20px;
      letter-spacing: 0.05em;
      color: #FFFFFF;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        .contact-form .form-field .acceptance a {
          font-size: 13px; } }
    .contact-form .form-field .acceptance .wpcf7-list-item {
      display: inline-block;
      margin: 0; }
  .contact-form .form-field .submit-btn {
    text-align: center;
    margin-top: 25px; }
    .contact-form .form-field .submit-btn.signup-submit-btn {
      margin-top: 65px; }
      @media screen and (max-width: 768px) {
        .contact-form .form-field .submit-btn.signup-submit-btn {
          margin-top: 50px; } }
    .contact-form .form-field .submit-btn input {
      display: inline-block;
      width: 348px;
      height: 67px;
      padding: 20px;
      font-family: 'Montserrat', sans-serif;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0em;
      text-align: center;
      border: 1px solid #8B8B8B;
      border-radius: 58px;
      color: #8B8B8B;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .contact-form .form-field .submit-btn input {
          width: 100%;
          max-width: 300px;
          height: 60px;
          padding: 10px;
          font-size: 18px; } }

.wpcf7 {
  max-width: 860px !important;
  margin: 0 auto !important; }

.wpcf7-response-output {
  font-size: 16px; }
  .wpcf7-response-output a {
    color: #FF0000; }

.wpcf7 input[type=submit]:disabled {
  color: #8B8B8B !important; }

.wpcf7 input[type=submit]:disabled:hover {
  color: #8B8B8B !important;
  border-color: #8B8B8B !important;
  background-color: transparent !important;
  box-shadow: unset !important; }

.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:focus,
.wpcf7 input[type=submit]:active,
.wpcf7 input[type=submit]:visited {
  color: #8B8B8B !important;
  border-color: #8B8B8B !important;
  background-color: transparent !important;
  box-shadow: unset !important; }

.custom-confirm-step2 .contact-form .form-field table tr:last-child {
  margin-bottom: 0; }
.custom-confirm-step2 .contact-form .form-field table tr td input.wpcf7c-conf,
.custom-confirm-step2 .contact-form .form-field table tr td textarea.wpcf7c-conf {
  outline: none;
  background: #222222 !important;
  width: 100%;
  height: auto;
  padding: 0;
  border: none;
  appearance: none;
  letter-spacing: 0.1em;
  font-size: 16px;
  color: #FFFFFF !important; }
.custom-confirm-step2 .contact-form .form-field table tr td textarea.wpcf7c-conf {
  height: 60px; }
.custom-confirm-step2 .contact-form .acceptance {
  margin-top: 70px; }
  @media screen and (max-width: 768px) {
    .custom-confirm-step2 .contact-form .acceptance {
      margin-top: 20px; } }
  .custom-confirm-step2 .contact-form .acceptance input.wpcf7c-conf-hidden + .wpcf7-list-item-label {
    display: block; }
.custom-confirm-step2 .contact-form .button-fl {
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .custom-confirm-step2 .contact-form .button-fl {
      flex-direction: column; } }
  .custom-confirm-step2 .contact-form .button-fl .submit-btn {
    text-align: center;
    margin-top: 25px; }
    .custom-confirm-step2 .contact-form .button-fl .submit-btn p input {
      width: 348px; }
      @media screen and (max-width: 768px) {
        .custom-confirm-step2 .contact-form .button-fl .submit-btn p input {
          width: 100%;
          max-width: 300px;
          height: 60px;
          padding: 10px;
          font-size: 18px; } }
  .custom-confirm-step2 .contact-form .button-fl .back-btn {
    width: 48%;
    margin: 25px auto 0; }
    @media screen and (max-width: 768px) {
      .custom-confirm-step2 .contact-form .button-fl .back-btn {
        width: 100%; } }
  .custom-confirm-step2 .contact-form .button-fl .send-btn {
    width: 48%;
    margin: 25px auto 0; }
    @media screen and (max-width: 768px) {
      .custom-confirm-step2 .contact-form .button-fl .send-btn {
        width: 100%; } }

.contact-thank {
  text-align: center; }
  .contact-thank .submit-btn {
    text-align: center;
    margin-top: 25px; }
    .contact-thank .submit-btn a {
      display: inline-block;
      max-width: 348px;
      width: 40%;
      height: 67px;
      padding: 20px;
      font-family: 'Montserrat', sans-serif;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0em;
      text-align: center;
      border: 1px solid #8B8B8B;
      border-radius: 58px;
      color: #8B8B8B;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .contact-thank .submit-btn a {
          width: 100%;
          max-width: 300px;
          height: 60px;
          padding: 10px;
          font-size: 18px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: auto; } }

.post-239 .wpcf7-form.sent .wpcf7-response-output {
  display: block !important; }

#wrapper-footer {
  padding: 70px 0 40px; }
  @media screen and (max-width: 768px) {
    #wrapper-footer {
      padding: 40px 0 10px; } }

.ft-nav {
  justify-content: center;
  position: relative; }
  @media screen and (max-width: 768px) {
    .ft-nav {
      display: block !important;
      padding: 0; } }
.ft-logo {
  width: 120px;
  margin-right: 40px; }
  @media screen and (max-width: 768px) {
    .ft-logo {
      width: 85px;
      margin-right: auto; } }
.ft-text {
  width: calc(100% - 160px);
  margin-bottom: 65px; }
  @media screen and (max-width: 768px) {
    .ft-text {
      width: 100%;
      display: block;
      margin-bottom: 35px;
      flex-direction: column !important; } }
  @media screen and (max-width: 768px) {
    .ft-text .ft-text-block {
      margin-top: 25px; } }
  .ft-text .ft-text-block .footer-menu {
    margin-right: 60px; }
    @media screen and (max-width: 768px) {
      .ft-text .ft-text-block .footer-menu {
        width: 50%;
        margin-right: 0; } }
    .ft-text .ft-text-block .footer-menu ul {
      margin-bottom: 0; }
    .ft-text .ft-text-block .footer-menu li a {
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      line-height: 28px;
      color: #8B8B8B; }
      @media screen and (max-width: 768px) {
        .ft-text .ft-text-block .footer-menu li a {
          font-size: 12px; } }
      .ft-text .ft-text-block .footer-menu li a:hover {
        color: #fff; }
  .ft-text .ft-text-block .ft-text-red {
    margin-top: 15px; }
    @media screen and (max-width: 768px) {
      .ft-text .ft-text-block .ft-text-red {
        margin-top: 0; } }
    .ft-text .ft-text-block .ft-text-red ul li a {
      color: #FF0000; }
  .ft-text .ft-text-lst {
    border-left: 1px solid #444;
    padding-left: 50px; }
    @media screen and (max-width: 992px) {
      .ft-text .ft-text-lst {
        border-left: none;
        padding-left: 0;
        margin-top: 40px;
        text-align: left; } }
    @media screen and (max-width: 768px) {
      .ft-text .ft-text-lst {
        text-align: center; } }
    @media screen and (max-width: 768px) {
      .ft-text .ft-text-lst ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    .ft-text .ft-text-lst ul li a {
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 28px;
      color: #8B8B8B; }
      .ft-text .ft-text-lst ul li a:hover {
        color: #fff; }
    @media screen and (max-width: 768px) {
      .ft-text .ft-text-lst ul li {
        position: relative;
        padding: 0 9px; }
        .ft-text .ft-text-lst ul li::after {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          width: 1px;
          height: 10px;
          border-right: 1px solid #8b8b8b;
          transform: translateY(-50%); }
        .ft-text .ft-text-lst ul li:first-child, .ft-text .ft-text-lst ul li:last-child {
          width: 100%; }
          .ft-text .ft-text-lst ul li:first-child::after, .ft-text .ft-text-lst ul li:last-child::after {
            display: none; }
        .ft-text .ft-text-lst ul li a {
          font-size: 12px; } }
    .ft-text .ft-text-lst ul li small {
      font-weight: 500;
      font-size: 14px; }
      @media screen and (max-width: 768px) {
        .ft-text .ft-text-lst ul li small {
          font-size: 12px; } }
    .ft-text .ft-text-lst .ft-media {
      margin-top: 15px; }
      @media screen and (max-width: 768px) {
        .ft-text .ft-text-lst .ft-media {
          margin-top: 15px; } }
      .ft-text .ft-text-lst .ft-media li {
        margin-right: 10px; }
        .ft-text .ft-text-lst .ft-media li:first-child a {
          display: block;
          width: 12px;
          height: 12px;
          background: url(../img/insta-icon.png) no-repeat center;
          background-size: contain; }
        .ft-text .ft-text-lst .ft-media li:nth-child(2) a {
          display: block;
          width: 12px;
          height: 12px;
          background: url(../img/fb-icon.png) no-repeat center;
          background-size: contain; }
        .ft-text .ft-text-lst .ft-media li:last-child {
          margin-right: 0; }
          .ft-text .ft-text-lst .ft-media li:last-child a {
            display: block;
            width: 14px;
            height: 11px;
            background: url(../img/twt-icon.png) no-repeat center;
            background-size: contain; }
        .ft-text .ft-text-lst .ft-media li a {
          font-size: 0px; }
        @media screen and (max-width: 768px) {
          .ft-text .ft-text-lst .ft-media li {
            width: auto !important;
            margin: 0 5px;
            padding: 0; }
            .ft-text .ft-text-lst .ft-media li::after {
              display: none; } }

.ft-copy {
  text-align: center;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  color: #888; }
  @media screen and (max-width: 768px) {
    .ft-copy {
      font-size: 10px; } }

#pageTop {
  position: absolute;
  right: 0;
  top: 10px;
  transition: all 0.2s;
  transform: translate3d(0, 120%, 0);
  z-index: 2;
  width: 32px;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    #pageTop {
      right: 25px;
      width: 21px; } }
  #pageTop.active {
    transform: translate3d(0, -10px, 0); }

/*# sourceMappingURL=style.css.map */
