/*--------------------------------------------------------------------------

    Extend basix.css
    Sonicmoov.co.,ltd 2016.6

 ---------------------------------------------------------------------------*/

/* マルチバイト文字が入る可能性があるフォントをリセット */
body,
#lang_sel_footer,
.widget.widget_icl_lang_sel_widget #lang_sel,
h1,
h2,
h3,
h4,
h5,
h6,
.widget_popular_post .nav-popular-post li a,
.mobile-bar ul li a,
.main-ul-nav ul li a,
.thumb-runtext,
.lwa-form h3,
.lwa-status-confirm,
.lwa-status-invalid,
.i-slide .full .detail h2,
.meta-info,
.meta-info .entry-author a,
.s-number,
.meta-share,
.meta-tags,
.next-prev,
.np-caption,
.meta-author .author-name,
.meta-review .review-visual .visual-value,
.nf404-title,
.social_subscribe .social-network .social-network-count,
.wpcf7-submit,
.woocommerce .shop_table .actions .button,
.woocommerce .shipping-calculator-form .button,
.woocommerce .single_add_to_cart_button,
.woocommerce #review_form_wrapper .form-submit #submit,
.track_order .button,
.maha-woo .button,
#place_order,
.woo-button,
.i-button,
.mh-button,
.ads_inner .i-button,
.i-divider span,
.i-message-box .i-mb-title,
.pagination,
.content-pagination,
.woocommerce-pagination ul li .page-numbers,
.comment-list .reply,
.comment-list .comment-author,
.comment-list .comment-meta,
#respond #submit {
  font-family: "Lato", Arial, "メイリオ", Meiryo, "游ゴシック", YuGothic;
}

.entry-author,
.entry-author + .coma,
.ava-auth,
.meta-author {
  display: none !important;
}

/* --------------------------------------------------------------------------
 *  header area
---------------------------------------------------------------------------*/

.main-logo-ads-wrap {
  padding-top: 12px;
  background-color: #13bf5e;
  color: #fff;
}

#thelogosmall img {
  margin-top: 5px;
}

/* header ++++++++++++++++++++++ */
.l_header a {
  text-decoration: none;
}
.l_header {
  font-family: "Noto Sans JP", sans-serif;
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 24px 16px;
  transition: 0.3s;
}

.l_header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.l_header-logo {
  min-height: 40px;
  min-width: 150px;
  transition: 0.3s;
}

.l_header-logo:hover {
  opacity: 0.7;
}

.l_header ul {
  padding: 0;
}
.l_header-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 0;
}

.l_header-item {
  list-style: none;
  transition: 0.3s;
}

.l_header-item:hover {
  opacity: 0.7;
}

.l_header-link {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #303030;
}
.l_header-link:hover {
  text-decoration: none;
}

.l_header-link_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 100%;
  font-size: 15px;
  transition: 0.3s;
}

.l_header-link_contact:hover {
  opacity: 0.7;
}

.l_header-span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.scrolled {
  background-color: rgba(255, 255, 255, 0.7);
  height: 76px;
}
.not-scrolled {
  height: 90px;
}

/* お問い合わせボタン */
.contact-link {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  min-width: 199px;
  min-height: 40px;
  white-space: nowrap;
  border-radius: 99999px;
  text-decoration: none !important;
  overflow: hidden;
  border: 2px solid #303030;
  border-color: #303030;
}
.contact-link:hover {
  transition: 0.3s;
  opacity: 70%;
}

.contact-content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
}

.contact-content-decorator {
  z-index: -30;
  transform: skew(-36deg, 0);
}
.contact-content-decorator::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 24px;
  width: 170px;
  height: 40px;
  /* background-color: #adff5a; */
  background-color: rgb(255 165 0);
}
.contact-content-gradient::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 77px;
  height: 107px;
  /* background: linear-gradient(to right, #adff5a, white); */
  background: linear-gradient(to right, orange, white);
  z-index: -50;
}

.hamburger-btn {
  display: none;
}
.menu-container {
  height: 0;
  display: none;
}
/* sp-menu ++++++++++++++++++++++ */
@media (max-width: 850px) {
  .contact-link {
    display: none;
  }
  .l_header-list {
    display: none;
  }

  /* ハンバーガーボタン */
  .hamburger-btn {
    position: relative;
    z-index: 50;
    height: 56px;
    width: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border-radius: 9999px;
    border: 2px solid #303030;
    background-color: #adff5a;
  }
  .hamburger-start-line {
    position: relative;
    display: inline-block;
    height: 3px;
    width: 19px;
    transform: translateX(-2.5px);
    border-radius: 9999px;
    background-color: #303030;
  }
  .hamburger-start-line::after {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    display: inline-block;
    height: 3px;
    width: 3px;
    border-radius: 9999px;
    background-color: #303030;
  }
  .hamburger-line {
    display: inline-block;
    width: 24px;
    height: 3px;
    border-radius: 9999px;
    background-color: #303030;
    transition: 0.1s;
  }
  .hamburger-start-rotate {
    transform: translateY(7px) translateX(-2px) rotate(-45deg);
    transition: 0.1s;
  }
  .hamburger-center-hidden {
    width: 0;
    transition: width 0.1s;
  }
  .hamburger-end-rotate {
    transform: translateY(-6px) translateX(1px) rotate(45deg);
    transition: 0.1s;
  }

  /* ハンバーガーメニュー */
  .menu-container {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    background-color: #303030;
    transition: all 0.1s;
    background-image: url(../../images/bg-parts-set-sp.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .menu-inner {
    display: flex;
    flex-direction: column;
    align-items: start;
    visibility: hidden;
    opacity: 0;
    padding-right: 16px;
    padding-left: 16px;
  }
  .menu-header {
    position: fixed;
    top: 0;
    padding-top: 24px;
    display: flex;
    align-items: center;
  }
  .menu-header-logo {
    min-height: 40px;
    min-width: 150px;
    transition: all 0.3s;
  }
  .menu-header-logo:hover {
    opacity: 0.7;
  }
  .menu-list {
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 200px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
    font-weight: bold;
  }
  .menu-item {
    list-style: none;
  }
  .menu-link {
    display: inline-block;
    color: white;
    font-size: 22px;
    line-height: 33px;
    font-weight: 900;
    transition: opacity 0.3s;
  }
  .menu-link:hover {
    opacity: 0.7;
  }

  .menu-contact-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    z-index: 50;
    margin-top: 100px;
    font-size: 17px;
    font-weight: 800;
    min-height: 56px;
    width: 100%;
    max-width: 351px;
    white-space: nowrap;
    color: #303030;
    border-radius: 99999px;
    text-decoration: none !important;
    overflow: hidden;
    transition: all 0.3s;
  }
  .menu-contact-link:hover {
    opacity: 0.7;
  }
  .menu-contact-content {
    display: flex;
    min-height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .menu-contact-decorator {
    z-index: -30;
  }
  .menu-contact-gradient {
    z-index: -50;
  }
  .menu-contact-decorator::after {
    content: "";
    position: absolute;
    top: -4px;
    right: -19px;
    height: 60px;
    width: 200px;
    /* background-color: #adff5a; */
    background-color: rgb(255 165 0);
    transform: skewX(-36deg);
  }
  .menu-contact-gradient::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 200px;
    /* background: linear-gradient(to right, #adff5a, white); */
    background: linear-gradient(to right, orange, white);
  }

  /* JS操作 */
  .menu-open {
    height: 100%;
  }
  .menu-open-inner {
    opacity: 100;
    visibility: visible;
    transition: 0.15s;
    transition-delay: 0.1s;
  }
  .scrolled-sp {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .not-scrolled-sp {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
/* btn ++++++++++++++++++++++ */
.m_btn {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffff40;
  border: 2px solid #ffff40;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-size: 2rem;
  font-weight: bold;
  height: 80px;
  justify-content: center;
  line-height: 1.2;
  min-width: 340px;
  overflow: hidden;
  padding: 32px 24px;
  position: relative;
  text-decoration: none !important;
  transition-duration: 0.3s;
}
.m_btn.m_btn__small {
  font-size: 1.6rem;
  height: 50px;
  min-width: 160px;
  padding: 6px 12px;
}
.m_btn:hover {
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  color: #000;
}

/* navigation area ++++++++++++++++++++++ */
.main-nav-wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-ul-nav ul {
  float: left;
}
.main-ul-nav ul > li > a,
.mobile-bar ul > li > a {
  text-transform: none;
}
.main-ul-nav ul > li > a {
  position: relative;
  padding: 0 20px;
  color: #615d53;
  white-space: nowrap;
  line-height: 45px;
  font-size: 14px;
}
.main-ul-nav ul > li > a > .sub-ord-nav {
  float: none;
  position: absolute;
  right: 11px;
  bottom: 12px;
}

/* Mega Menu */
.main-ul-nav ul li:hover > .nav-sub-wrap {
  top: 45px; /* .main-ul-nav ul > li > a line-heightの高さと合わせる */
}

.main-ul-nav ul > li.current-menu-item > a,
.main-ul-nav ul > li:hover > a {
  -webkit-box-shadow: 0 -3px 0 #13bf5e inset !important;
  -moz-box-shadow: 0 -3px 0 #13bf5e inset !important;
  box-shadow: 0 -3px 0 #13bf5e inset !important;
}

/* SNSシェアテキスト */
.social-share__text {
  font-size: 15px;
  margin-bottom: 12px;
}
/* global-nav set icon */
#menu-global-nav-1 .menu-item > a:before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-left: -6px;
  background-image: url(../../images/sprite-icons.png);
}
/* icon-all */
#menu-global-nav-1 .menu-item-all > a:before {
  background-position: 0 0;
  top: -4px;
}
/* icon-line */
#menu-global-nav-1 .menu-item-line > a:before {
  background-position: 0 -48px;
}
/* icon-facebook */
#menu-global-nav-1 .menu-item-facebook > a:before {
  background-position: 0 -24px;
}
/* icon-slack */
#menu-global-nav-1 .menu-item-slack > a:before {
  background-position: 0 -71px;
}
/* icon-twitter */
#menu-global-nav-1 .menu-item-twitter > a:before {
  background-position: 0 -94px;
}

/* comsbi */
.main-nav-comsbi-link {
  float: right;
  position: relative;
  padding-left: 32px;
  font-size: 14px;
}
.main-nav-comsbi-link:before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../../images/icon-comsbi.png);
  background-size: 24px;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* --------------------------------------------------------------------------
 *  mobile menu bar
---------------------------------------------------------------------------*/

#top-mobile-bar {
  display: none;
}
#top-mobile-bar a {
  display: inline-block;
  padding: 13px;
  color: #eaeaea;
  font-size: 24px;
  line-height: 1;
}

/* --------------------------------------------------------------------------
 *  social buttons
---------------------------------------------------------------------------*/

.smv-custom-social-buttons ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.smv-custom-social-buttons ul > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
}
.main-mobile-social-buttons {
  text-align: center;
}
.main-mobile-social-buttons ul > li {
  margin-left: 12px;
}
.smv-custom-social-buttons ul > li:first-child {
  margin-left: 0;
}
.smv-custom-social-buttons ul > li > a {
  display: inline-block;
}

.smv-custom-social-buttons img {
  vertical-align: bottom;
}

.smv-custom-social-buttons [class^="icon-"],
.smv-custom-social-buttons [class*=" icon-"] {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 0;
  border-radius: 2px;
  line-height: 1;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.smv-custom-social-buttons [class^="icon-"]:before,
.smv-custom-social-buttons [class*=" icon-"]:before {
  position: absolute;
  top: 50%;
  left: 50%;
}

/* icon-facebook */
.smv-custom-social-buttons .icon-facebook {
  background-color: #3b579d;
  font-size: 27px;
}
.smv-custom-social-buttons .icon-facebook:before {
  margin: -11px 0 0 -4px;
}
/* icon-twitter */
.smv-custom-social-buttons .icon-twitter {
  background-color: #359bed;
  font-size: 22px;
}
.smv-custom-social-buttons .icon-twitter:before {
  margin: -10px 0 0 -10px;
}
/* icon-googlePlus */
.smv-custom-social-buttons .icon-gplus {
  background-color: #da4834;
}
.smv-custom-social-buttons .icon-gplus:before {
  margin: -11px 0 0 -11px;
}
/* icon-rss */
.smv-custom-social-buttons .icon-rss {
  background-color: #fd9f13;
}
.smv-custom-social-buttons .icon-rss:before {
  margin: -12px 0 0 -9px;
}

.top-social-buttons {
  display: block;
  margin-left: 29%;
  margin-bottom: 5px;
  text-align: right;
}

.smv-custom-social-buttons.meta-share ul {
  display: inline-block;
  vertical-align: middle;
}
.smv-custom-social-buttons.meta-share .header-font {
  vertical-align: middle;
}
.smv-custom-social-buttons.meta-share ul > li {
  margin-left: 5px;
}

/* Twitter button for single bottom */
.smv-custom-social-buttons.bottom.meta-share .social-twitter,
.smv-custom-social-buttons.bottom.meta-share .icon-twitter {
  font-size: 30px;
  line-height: 1;
  width: 48px;
  height: 61px;
  border-radius: 2px;
}

.smv-custom-social-buttons.bottom.meta-share .social-twitter {
  position: relative;
}
.smv-custom-social-buttons.bottom.meta-share .social-twitter > span {
  position: absolute;
  bottom: 6px;
  left: 0;
  display: block;
  width: 48px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #fff;
}
.smv-custom-social-buttons.bottom.meta-share .icon-twitter:before {
  margin: -20px 0 0 -14px;
}

/* --------------------------------------------------------------------------
 *  search button
---------------------------------------------------------------------------*/

.top-search-button {
  position: relative;
  float: right;
  display: block;
  width: 35%;
}
.top-search-button input {
  width: 100%;
  margin-bottom: 0px;
  border: 1px #fff solid;
  padding: 5px 10px;
  background-color: transparent;
  color: #fff;
}
.top-search-button .search-button {
  position: absolute;
  background-color: transparent;
  border: none;
  top: 0;
  right: 0;
  padding: 5px 7px;
  color: #fff;
}

/* --------------------------------------------------------------------------
 *  headings
---------------------------------------------------------------------------*/

.cur-page-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.up-up-child {
  width: 100%;
}

.cur-page-item::before {
  content: "";
  display: none;
}

.entry-title {
  display: inline-block;
  vertical-align: bottom;
}
.entry-subtitle {
  display: inline-block;
  vertical-align: bottom;
  margin: 7px 0 7px 1em;
}
.entry-subtitle p {
  margin: 0;
}

.block-cap h3 {
  border-bottom-color: #13bf5e;
}
.sidebar .block-cap h3 {
  border-width: 2px;
  font-size: 20px;
}

.main-content header .meta-info {
  float: left;
}
.main-content header .meta-share {
  margin-bottom: 6px;
}

.main-content .title-divider {
  border-bottom-color: #13bf5e;
}
.main-content .entry-subtitle {
  margin-top: 5px;
  font-size: 13px;
}

/* --------------------------------------------------------------------------
 *  mobile only
---------------------------------------------------------------------------*/
.main-mobile-sub-content {
  display: none;
  position: relative;
  z-index: 2;
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
}

/* line */
.i-category a.mh-elcat-52 {
  background-color: #13bf5e;
}
/* facebook */
.i-category a.mh-elcat-53 {
  background-color: #32528d;
}
/* slack */
.i-category a.mh-elcat-54 {
  background-color: #e01765;
}
/* line */
.i-category a.mh-elcat-55 {
  background-color: #55acee;
}

/* --------------------------------------------------------------------------
 *  others
---------------------------------------------------------------------------*/
.maha-crumbs {
  margin-bottom: 10px;
}
.single-regular .meta-count {
  display: inline-block;
  margin: 7px 0 7px 1em;
}

/* --------------------------------------------------------------------------
 *  middle pc mode
---------------------------------------------------------------------------*/

@media (min-width: 992px) {
  .top-social-buttons {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

/* --------------------------------------------------------------------------
 *  iPhone SE
---------------------------------------------------------------------------*/
/* @media screen and (max-width: 374px) {
    .l_header-logo img {
        height: auto;
        max-width: 100%;
        min-width: 72px;
    }
} */
