@charset "utf-8";
/* font */
/* @import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css'); */
/* @import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css'); */
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:700|Noto+Serif+JP:400,600');

/* font */
.noto {
  /* font-family: 'Noto Sans JP', sans-serif; */
  /* font-family: "Noto Sans Japanese"; */
  font-family: 'Noto Serif JP', sans-serif;
}

.crimson {
  font-family: 'Crimson Text', serif;
}

/*===================================================== layout =====================================================*/
.allwrapper {
  overflow: hidden;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
}

.l-fl {
  float: left;
}

.l-fr {
  float: right;
}

.l-table {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
}

.l-table>* {
  display: table-cell;
  vertical-align: middle;
}

.l-horizontal>* {
  display: inline-block;
  vertical-align: middle;
}

.l-cf {
  clear: both;
}

.l-cf::after {
  content: '';
  clear: both;
  display: block;
}

.l-oh {
  overflow: hidden;
}

.l-block {
  display: block !important;
}

.l-absolute {
  position: absolute;
}

.l-flex {
  -js-display: flex;
  display: flex;
}

.rltv-box {
  position: relative;
}

.fixed {
  position: fixed;
}

.off {
  display: none !important;
}

/*===================================================== parts =====================================================*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.w-full {
  width: 100%;
}

.w-half {
  width: 50%;
}

.w-one_third {
  width: 33.333%;
}

.w-auto {
  width: auto;
}

.opct--0 {
  opacity: 0;
}

.pe--none {
  pointer-events: none;
}

img {
  vertical-align: bottom;
}

*:focus {
  outline: none;
}

.rad-flame {
  border-radius: 50%;
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.vertical-up {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

/*object-fit*/
.imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media only screen and (min-width: 960px) {

  /*内枠 ====================*/
  .inner {
    width: 96rem;
  }

  /*----------------------------- ギャラリー ------------------------------*/
  .gallery {
    /** ギャラリーを囲むボックス **/
    width: 100%;
    margin-bottom: 20px !important;
    overflow: hidden;
  }

  .gallery br {
    display: none;
  }

  /** 自動で挿入される clearfix の余白解除 **/
  .gallery-item {
    /** 画像共通のスタイル **/
    float: left;
    margin-bottom: 0 !important;
  }

  .gallery-icon {
    /** 画像を囲む dt のスタイル **/
    text-align: center;
  }

  .gallery-icon img {
    width: 100%;
    height: auto;
    margin-bottom: 10px !important;
  }

  .gallery-caption {
    /** キャプション **/
    color: #222;
    font-size: 12px;
    margin: 0 0 10px;
    text-align: center;
  }

  .gallery-columns-1 .gallery-item {
    /** カラムなし **/
    width: 100%;
    margin-right: 0;
  }

  .gallery-columns-2 .gallery-item {
    /** 2カラム **/
    width: 48%;
    margin: 0 1%;
  }

  .gallery-columns-3 .gallery-item {
    /** 3カラム **/
    width: 31.33333%;
    margin: 0 1%;
  }

  .gallery-columns-4 .gallery-item {
    /** 4カラム **/
    width: 23%;
    margin: 0 1%;
  }

  .gallery-columns-5 .gallery-item {
    /** 5カラム **/
    width: 18%;
    margin: 0 1%;
  }

  /*ヘッダー ====================*/
  #upper {
    border-bottom: 0.1rem solid #f4f4f4;
    width: 100%;
    position: static;
    padding-bottom: 1.6rem;
  }

  #upper .upper-cont {
    /* background: #fff; */
    margin: 0 auto;
    padding: 1.6rem 0 2.3rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  #upper .inner {
    width: 96rem;
    padding: 0;
  }

  #upper h1 {
    width: 31.2rem;
    height: auto;
    margin: 0;
  }

  .header-search #jet_searchform-header {
    background: 0;
    border: 0.1rem solid #ddd;
    border-radius: 0.3rem;
    position: relative;
    padding: 0;
    width: auto;
    height: auto;
  }

  .header-search #jet_searchBtn_header {
    background-color: #222;
    background-image: url(img/ic/ic_search.png);
    background-repeat: no-repeat;
    background-size: 1.7rem;
    background-position: center;
    border-left: 0.1rem solid #ddd;
    width: 4rem;
    height: 4rem;
    padding: 0;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    text-indent: -999rem;
    opacity: 1;
  }

  .header-search #jet_keywords_header {
    background: #fff;
    border: 0 !important;
    width: 100%;
    height: 4rem;
    font-size: 1.2rem;
    padding: 1rem 1.4rem;
  }

  #jet_keywords_header::placeholder {
    color: #888;
  }

  .header-search {
    width: 28rem;
    height: auto;
    position: static;
  }

  .info-list {
    width: 21.7rem;
    margin-bottom: 0;
  }

  .info-list .crimson {
    border-bottom: 0.1rem solid #2b2b2b;
    height: 2.7rem;
    font-size: 3.2rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 0.3rem;
    padding-left: 2.7rem;
    letter-spacing: 0.05em;
  }

  .info-list .crimson::before {
    content: '';
    background: url(img/common/ic_tel.jpg) no-repeat;
    background-size: cover;
    width: 1.5rem;
    height: 2.3rem;
    position: absolute;
    left: 0.4rem;
    top: calc(50% - 1.15rem);
  }

  .info-list li {
    align-items: center;
    justify-content: space-between;
  }

  .info-list li .title {
    font-size: 0;
    width: 3.3rem;
    height: auto;
    margin: 0 0.6rem 0 0.3rem;
  }

  .info-list li p {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -0.06em;
  }

  .upper-info {
    width: 52rem;
    align-items: center;
    justify-content: space-between;
  }

  /* side-tab */
  .side-tab {
    position: fixed;
    right: 0;
    top: 2.4rem;
    z-index: 10;
  }

  .btn-cart {
    display: block;
    position: relative;
    z-index: 1;
  }

  .side-tab::after {
    content: '';
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #sub-visual {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
  }

  #sub-visual .imgwrap {
    width: 100%;
    height: 100%;
  }

  #sub-visual h2 {
    position: absolute;
    height: 3rem;
    font-size: 3rem;
    font-weight: bold;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    color: #333;
  }

  #sub-visual::after {
    background: rgba(255, 255, 255, 0.8);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  /*グローバルメニュー ====================*/
  .g_nav {
    background: 0;
    display: block;
    height: auto;
    overflow: visible;
    position: static;
  }

  .g_nav_menu {
    flex-direction: row;
    height: auto;
    overflow: visible;
    margin: 0 auto;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 0.3rem;
  }

  .g_nav_menu .nav_g {
    /* padding: 1.2rem 0; */
    width: auto;
  }

  .g_nav_menu .nav_g.has-child {
    border: 0;
  }

  .g_nav_menu .nav_g>a {
    border-bottom: 0;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    display: block;
    padding: 0;
    position: relative;
  }

  .g_nav_menu .nav_g.nav9 a {
    border: 0;
  }

  .g_nav_menu>li.has-child .btn-icon {
    display: none;
  }

  .g_nav_menu .nav_g::after {
    content: '';
    position: absolute;
    background: #c5162c;
    width: calc(100% + 0.6rem);
    height: 0.4rem;
    bottom: -0.9rem;
    left: -0.3rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }

  .g_nav_menu .nav_g>a span {
    position: relative;
  }

  .g_nav_menu .nav_g:hover::after,
  .home .g_nav_menu .nav_g.nav1::after,
  .about_on .nav_g.nav2::after,
  .single-products .g_nav_menu .nav_g.nav3::after,
  .tax-elements .nav_g.nav3::after,
  .tax-purposes .nav_g.nav3::after,
  .product_on .nav_g.nav3::after,
  .product-list_on .nav_g.nav3::after,
  .category-prescription .nav_g.nav4::after,
  .category-column .nav_g.nav5::after,
  .category-orners .nav_g.nav5::after,
  .category-mini-guide .nav_g.nav5::after,
  .faq_on .nav_g.nav6::after,
  .company_on .nav_g.nav7::after,
  .outline_on .nav_g.nav7::after,
  .strength_on .nav_g.nav7::after,
  .category-news .nav_g.nav7::after,
  .cooperation_on .nav_g.nav7::after,
  .privacy_on .nav_g.nav7::after,
  .law_on .nav_g.nav7::after,
  .contact_on .nav_g.nav8::after {
    opacity: 1;
  }

  .mega-list {
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    top: 10rem;
    left: 0;
    margin: auto;
    position: absolute;
    padding: 0.8rem 0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    width: 100%;
    background: #eeeae3;
    z-index: -3;
  }

  .nav_g.nav2:hover .mega-list {
    visibility: visible;
    max-height: 9999px;
    opacity: 1;
    z-index: 10;
  }

  .mega-child {
    font-size: 0;
    width: 96rem;
    margin: 0 auto;
    padding: 0 7rem;
  }

  .mega-child>li {
    border-right: 1px solid #d1c0a5;
    text-align: center;
    padding: 0 3rem;
  }

  .mega-child>li:first-child {
    border-left: 1px solid #d1c0a5;
  }

  .mega-child>li>p {
    font-size: 1.3rem;
    padding: 0.75rem 0;
    text-align: center;
  }

  .mega-child>li>p a {
    display: inline-block;
    letter-spacing: -0.075em;
    text-align: center;
  }

  .mega-child>li>p a::after {
    content: '';
    background: #f29c9f;
    width: 106%;
    height: 0.1rem;
    position: absolute;
    left: -2%;
    bottom: -0.5rem;
    opacity: 0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
  }

  .mega-child>li>p a:hover::after {
    opacity: 1;
  }

  .mega-child>li:nth-child(5)>p a {
    letter-spacing: 0.04em;
  }

  .mega-products {
    max-height: 0;
    opacity: 0;
    top: 4.4rem;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    width: 100%;
    background: rgba(245, 242, 238, 0.85);
    z-index: -1;
  }

  .nav_g:hover .mega-list li:hover .mega-products {
    max-height: 9999px;
    opacity: 1;
    z-index: 10;
  }

  .mega-products-list {
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 3rem 0 3.3rem;
    width: 96rem;
  }

  .mega-products-list li {
    width: 19.2rem;
    height: 8rem;
    margin-right: 6.4rem;
  }

  .mega-products-list li:nth-child(4n) {
    margin-right: 0;
  }

  .mega-products-list li:nth-child(n+5) {
    margin-top: 2.7rem;
  }

  .mega-products-list li a {
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    -js-display: flex;
    padding: 0.8rem;
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
  }

  .mega-products-list li a:hover {
    background: #d5c5ac;
    opacity: 1;
  }

  .mega-products-list li a:hover span {
    color: #fff;
  }

  .mega-products-list li a .imgwrap {
    width: 6.4rem;
    height: 6.4rem;
    margin-right: 1.3rem;
  }

  .mega-products-list li a span {
    font-size: 1.3rem;
    line-height: 1.384;
    text-align: left;
    padding-top: 1.2rem;
  }

  .nav_g.has-child,
  .nav-child .has-grand {
    position: relative;
  }

  .nav_g.has-child:hover .nav-child {
    max-height: 999rem;
    opacity: 1;
    visibility: visible;
  }

  .nav-child {
    display: block;
    height: auto;
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    top: 3rem;
    left: -1.8rem;
    margin: auto;
    position: absolute;
    text-align: left;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    min-width: 18.4rem;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 10;
  }

  .nav_g.nav7 .nav-child {
    width: 22.4rem;
  }

  .nav-child a {
    border-top: 0;
    border-bottom: 0.1rem solid #f4f4f4;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    padding: 1.7rem 2.5rem !important;
    position: relative;
  }

  .nav-child .sub-child a {
    padding: 1.7rem 2.5rem !important;
  }

  .nav-child a::before {
    content: '';
    background: #c30d23;
    border-radius: 50%;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: calc(50% - 0.3rem);
    left: 1.2rem;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  .nav-child a:hover::before {
    opacity: 1;
  }

  .nav_g:hover .nav-child {
    visibility: visible;
    max-height: 9999px;
    opacity: 1;
  }

  .sub-child {
    display: block;
    background: rgba(255, 255, 255, 0.95);
    max-height: 0;
    height: auto;
    margin: 0;
    opacity: 0;
    position: absolute;
    min-width: 19.8rem;
    width: 100%;
    left: 100%;
    top: 0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    z-index: -1;
  }

  .nav-child li:hover .sub-child {
    max-height: 999rem;
    opacity: 1;
    z-index: 1;
  }

  .nav_g.nav7 .nav-child .sub-child a {
    padding: 0.8rem 1.8rem 0.8rem 2.6rem !important;
    line-height: 1.2;
    letter-spacing: 0.075em;
  }

  .g_nav-foot .nav-child {
    display: none;
  }

  /*ナビ*/
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    border-radius: 5px;
    cursor: pointer;
    position: fixed;
    top: 2rem;
    right: 2rem;
    text-align: center;
    z-index: 20;
    display: none;
  }

  .menu-trigger p {
    font-size: 1.6rem;
    line-height: 0.3;
    width: 100%;
    transition: all 0.4s;
  }

  .trigger_wrap {
    position: relative;
    width: 4rem;
    height: 2.2rem;
    overflow: hidden;
    margin-bottom: 1rem;
  }

  .menu-trigger.active {
    /* top: 2.6rem; */
    /* right: 1.4rem; */
  }

  .menu-trigger.active .trigger_wrap {
    width: 3rem;
    height: 3rem;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(1.4rem) rotate(-315deg);
    transform: translateY(1rem) rotate(-315deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-1.4rem) rotate(315deg);
    transform: translateY(-1rem) rotate(315deg);
    width: 100%;
  }

  .trigger_wrap span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #222;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 1rem;
  }

  .menu-trigger span:nth-of-type(3) {
    top: 2rem;
  }

  .menu-trigger.active p {
    /* opacity: 0; */
  }

  .title-area {
    padding: 1.4rem 0;
  }

  /*フッター ====================*/
  /*ページトップ ====================*/
  #scroll-to-top {
    background: url("img/btn/btn_page-top.jpg") no-repeat center center;
    background-size: cover;
    /* display: block !important; */
    width: 4.8rem;
    height: 4.8rem;
    right: 1rem;
    bottom: 8rem;
    z-index: 50;
    margin: 0 auto;
    text-indent: -999rem;
    position: fixed;
  }

  #under {
    clear: both;
    width: 100%;
    position: relative;
  }

  #under .title-area .imgwrap {
    width: 24.1rem;
  }

  #under .foot-cont {
    flex-direction: row;
    justify-content: space-between;
    width: 96rem;
    height: auto;
  }

  #under .inner {
    margin: 0 auto;
    padding: 7.8rem 0 4rem;
  }

  #under .sns-list {
    justify-content: flex-start;
    margin: 0 0 8rem 0.3rem;
    position: static;
  }

  #under a {
    display: block;
  }

  .under-cont {
    align-items: flex-end;
    justify-content: space-between;
  }

  #under h2 {
    width: 31.2rem;
    margin: 0 0 4.8rem;
    padding: 0;
  }

  .under-info {
    width: auto;
  }

  .under-info .address {
    font-size: 1.6rem;
    letter-spacing: 0.085em;
    margin: 0 0 4rem;
  }

  .under-info .info-list li+li {
    margin-top: 0.3rem;
  }

  .under-info .info-list {
    margin-bottom: 3.2rem;
  }

  #under .sns-list li {
    width: 1.6rem;
    margin-right: 1.6rem;
  }

  #under .info-list li p {
    letter-spacing: -0.02em
  }

  #under .nav_chi {
    display: none;
  }

  #foot * {
    font-size: 1.2rem;
    position: relative;
  }

  #foot .copy li * {
    color: #fff;
    font-size: 1rem;
    line-height: 1;
  }

  #foot {
    width: 100%;
    padding: 1rem 0;
    position: relative;
  }

  #foot .inner {
    padding: 1.1rem 0 1rem;
  }

  #foot .copy {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 96rem;
    overflow: visible;
  }

  #foot ul {
    font-size: 0;
  }

  #foot li {
    display: inline-block;
    /* float: none; */
  }

  #foot li:last-child {
    clear: none;
    float: right;
  }

  #foot li:last-child * {
    letter-spacing: 0;
  }

  #foot li:not(:last-child) a::after {
    margin: 0 1.5em 0 1.2em;
    vertical-align: 0.1rem;
  }

  #foot li:first-child a {
    letter-spacing: -0.05em;
  }

  #foot li:first-child a::before {
    content: '|';
    display: inline-block;
    margin: 0 1.5em 0 0;
    vertical-align: 0.1rem;
  }

  /*sns-list ====================*/
  .sns-list {
    font-size: 0;
  }

  .sns-list li {
    display: inline-block;
    width: 3rem;
    height: auto;
    margin-right: 3rem;
  }

  .sns-list li:last-child {
    margin-right: 0;
  }

  .sns-list a {
    display: block;
    width: 100%;
    height: 100%;
  }

  /*サイド ====================*/
  #side_bar {
    float: left;
    width: 170px;
    /* width: 220px; */
    overflow: hidden;
    text-align: left;
  }

  #secondary .sidebar-2-widget_media_image {
    display: block;
  }

  #secondary aside p {
    margin-bottom: 20px;
  }

  #secondary .widget_custom_post_widget a {
    display: block;
  }

  #secondary .widget_custom_post_widget p {
    margin: 0;
  }

  #secondary .sidebar-3-widget_media_image {
    display: none;
  }

  #secondary .widget_media_image a {
    display: block;
    text-align: center;
  }

  #secondary .widget-title {
    /* background: #fff; */
    color: #222;
    padding: 8px 0;
    position: relative;
    font-size: 1.6rem;
    line-height: 1;
    /* font-weight: bold; */
    text-align: center;
    letter-spacing: 0.05em;
  }

  #secondary .widget-title.items {
    padding-left: 20px;
  }

  #secondary .widget-title.items::before {
    left: 25px;
  }

  #secondary ul {
    padding: 2.2rem 0;
  }

  #secondary aside img {
    width: 100%;
  }

  #secondary .children {
    display: none;
    padding: 0;
    border: 0;
    margin: 15px 0 8px;
    width: 100%;
  }

  #secondary ul:not(.children)>li {
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    padding-left: 0.9rem;
    letter-spacing: 0.05em;
    margin-bottom: 1.3rem;
  }

  #secondary li a {
    display: inline-block;
    border: 0;
    padding: 0;
    position: relative;
  }

  #secondary li>ul>li {
    border: 0;
    padding: 0;
    position: relative;
  }

  #secondary .children li {
    position: relative;
  }

  #secondary .has-child li {
    font-size: 1.2rem;
    margin: 0 0 1rem 1rem;
  }

  #secondary .children li::before {
    width: 0.3em;
    height: 1px;
    left: -0.7em;
  }

  #secondary li.has-child .btn-icon {
    position: absolute;
    right: 0.2rem;
    top: 0.02rem;
    width: 1.2rem;
    height: 1.4rem;
  }

  #secondary li.has-child .btn-icon::before {
    right: 0;
    top: 0;
    font-size: 1.4rem;
  }

  #secondary li:last-child {
    margin-bottom: 0;
  }

  #secondary .children li a::before {
    content: '';
    background: #222;
    position: absolute;
    width: 0.3em;
    height: 1px;
    left: -0.7em;
    top: 50%;
  }

  #secondary a.l-flex p {
    margin-bottom: 0;
  }

  #tax-side_bar {
    width: 960px;
    margin: 0 auto;
  }

  #tax-side_bar #secondary .widget-title {
    font-weight: bold;
    padding-bottom: 15px;
  }

  #tax-side_bar #secondary ul {
    border: 0;
    overflow: hidden;
  }

  #tax-side_bar #secondary li {
    float: left;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    width: 25%;
    text-align: center;
  }

  #tax-side_bar #secondary li a {
    position: relative;
  }

  #tax-side_bar #secondary li a::before {
    content: url("img/ic/triangle-g.png");
    position: absolute;
    left: -12px;
    top: 1px;
  }

  /*検索フォーム ====================*/
  .nav_search {
    display: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }

  .nav_search::after,
  .nav_search::before {
    content: '';
    width: 100%;
    height: 0.1rem;
    background: #2c2a2c;
    position: absolute;
  }

  .nav_search::before {
    top: -0.1rem;
  }

  .nav_search::after {
    bottom: -0.1rem;
  }

  .nav_search a {
    background: url(img/bg/bg_pttn01.jpg)no-repeat;
    display: block;
    padding: 2rem;
  }

  #jet_searchform {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  #jet_keywords {
    font-size: 1.4rem;
    height: 3rem;
    padding: 0.4rem;
    color: #535353;
  }

  #jet_searchBtn {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  #jet_searchform_nav {
    position: relative;
    width: 100%;
  }

  #jet_keywords_nav {
    border: 0;
    background: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #f4e1e1;
    font-size: 5rem;
    width: 100%;
    padding: 1rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  #jet_keywords_nav::placeholder {
    color: #ccc;
  }

  #jet_searchBtn_nav {
    position: absolute;
    width: 4rem;
    height: 4rem;
    bottom: 1.2rem;
    right: 1rem;
  }

  /*ページ毎 ====================*/
  #blog_area,
  #page_area {
    padding: 9.9rem 0 6.2rem;
  }

  .single #blog_area {
    padding-top: 10rem;
  }

  #woo_area {
    overflow: hidden;
    padding-bottom: 6.2rem;
  }

  #blog_cont,
  #container {
    float: right;
    width: 690px;
    padding: 0;
    text-align: left;
  }

  .page-template-adspace01 #blog_cont,
  .tax-elements #blog_cont,
  .tax-purposes #blog_cont {
    float: right;
    padding-top: 3rem;
    width: 69rem;
  }

  #page_cont {
    width: 100%;
    padding-bottom: 5rem;
  }

  #page_cont .addtoany_content {
    margin-top: 3em;
  }

  .page-content {
    margin-top: 5em;
    overflow: hidden;
  }

  .breadcrumbs {
    width: 96rem;
    font-size: 1.4rem;
  }

  .term-list li {
    float: left;
    width: 33.33%;
  }

  .term-list li:not(:last-child) {
    margin-bottom: 3rem;
  }

  .term-list li a {
    border: 0;
    font-size: 1.6rem;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }

  .term-list li a::before {
    width: 0.8rem;
    height: 0.8rem;
    top: calc(50% - 0.4rem);
  }

  /*固定ページ(page.php) ====================*/
  #page_title {
    font-size: 3rem;
    margin: 0 auto 7.5rem;
    padding: 0;
  }

  #page_cont p>img {
    max-width: 100%;
  }

  .title-img {
    text-align: center;
  }

  /*投稿系（ブログA） ====================*/
  .blog_box {
    margin-bottom: 7.8rem;
  }

  .day_entry {
    /*日付*/
    font-size: 1.3rem;
  }

  .blog_entry h2 {
    /*タイトル*/
    padding: 3rem 0 0.8rem;
    font-size: 2rem;
  }

  .page-template-adspace06 .blog_entry h2,
  .search-results .blog_entry h2,
  .single-faq_list .blog_entry h2,
  .single-products .blog_entry h2 {
    display: block;
  }

  .search-no-results .entry-title {
    padding: 28px 0 6px;
    height: 57px;
  }

  .search-no-results .blog_entry {
    margin: 15px 0;
  }

  .cat_entry a {
    border-width: 0.1rem;
    padding: 0 0.7rem;
    font-size: 1.2rem;
  }

  .cat_entry a+a {
    margin-left: 0.5rem;
  }

  .blog_text {
    padding: 0;
  }

  .blog_text p {
    font-size: 1.5rem;
    /* font-weight: bold; */
  }

  .blog_text p>img {
    max-width: 100%;
  }

  .blog_text .size-full {
    width: 100%;
    height: auto;
  }

  .blog_text .thum1+p {
    float: right;
    padding-top: 1em;
    width: 480px;
    height: auto;
  }

  .blog_text ul.info {
    list-style: none;
  }

  .blog_text ul.info li {
    margin-right: 1em;
    position: relative;
  }

  .blog_text ul.info li:first-child {
    padding-right: 1em;
  }

  .blog_text ul.info li:first-child::after {
    content: '/';
    position: absolute;
    right: -0.1em;
  }

  .thum1 {
    width: 150px;
    height: 150px;
    margin: 0 20px 8px 0;
    padding: 0;
  }

  .thum1 a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .thum1 img {
    width: 100%;
    height: 100% !important;
  }

  .thum1 p {
    border-width: 60px 60px 0 0;
  }

  .thum1 p+span {
    position: absolute;
    display: inline-block;
    color: #fff;
    font-size: 1.3rem;
    top: 8px;
    left: 5px;
  }

  .thum1 .ic-menu+span {
    font-size: 10px;
    left: 1px;
  }

  .blog_text .more {
    font-size: 1.2rem;
  }

  .blog_text .more a::before {
    content: '';
    /* background: url("img/ic/ic_blog-detail.png") no-repeat; */
    background-size: cover;
    display: inline-block;
    width: 0.6rem;
    height: 1.1rem;
    margin-right: 9px;
    content: none;
  }

  /*単一記事ページナビ ====================*/
  .pn_pager span {
    top: 50%;
  }

  .pn_pager p {
    font-size: 1.2rem;
  }

  .pre_p {
    font-size: 1.6rem;
  }

  .next_p {
    font-size: 1.4rem;
  }

  .next_p a,
  .pre_p a {
    font-size: 1.4rem;
  }

  /*商品検索結果*/
  .search_head {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    background: url("img/f_bg.jpg");
  }

  .search_word {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.8;
  }

  .snumber {
    color: #2c9c31;
    font-size: 18px;
    font-weight: bold;
  }

  .snumber span {
    color: #000;
    font-size: 14px;
    font-weight: normal;
  }

  figure.list_figure {
    position: relative;
    float: left;
    width: 31%;
    height: 250px;
    margin: 0 1% 2%;
    overflow: hidden;
    border-radius: 20px;
  }

  .list_figure .img_box {
    width: 100%;
    height: 160px;
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 20px;
  }

  .list_figure .img_box img {
    position: relative;
    top: 50%;
    left: 50%;
    width: auto !important;
    height: auto !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .list_figure .hov_box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 160px;
    padding: 10px;
    overflow: hidden;
    border-radius: 20px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    opacity: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
  }

  .list_figure:hover .hov_box {
    opacity: 1;
    z-index: 50;
  }

  .list_figure figcaption {
    line-height: 1.4;
  }

  .list_figure h3 {
    font-size: 14px;
  }

  .list_figure .more {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
  }

  /*商品紹介(ブログB) ====================*/
  /*   #blog_area .thumb_box {
    padding: 0;
    width: 21rem;
    height: 21rem;
    margin: 0 3rem 3rem 0;
    z-index: 2;
  } */
  #blog_area .hov_box {
    width: 21rem;
    height: auto;
    margin: 0 3rem 3rem 0;
  }

  /*   #blog_area .thumb_box:nth-child(odd),
  #blog_area .thumb_box:nth-child(even)*/
  #blog_area .hov_box:nth-child(odd),
  #blog_area .hov_box:nth-child(even) {
    margin: 0 3rem 3rem 0;
  }

  #blog_area .hov_box:nth-child(3n)

  /*   #blog_area .thumb_box:nth-child(3n)*/
    {
    margin-right: 0;
  }

  #blog_area .thumb_box h2 {
    position: static;
    height: 21rem;
  }

  #blog_area .thumb_box h2 .sold {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }

  #blog_area .hov_box h3 {
    padding: 0;
    width: 19rem;
    font-size: 1.6rem;
  }

  .page-template-adspace01 #cboxCurrent,
  .tax-gallery_cat #cboxCurrent {
    display: none !important;
  }

  /*商品SINGLE（ブログB） ====================*/
  .single-products .blog_text {
    line-height: 1;
  }

  .img-wrapper {
    float: left;
    width: 65%;
    margin-bottom: 7.5rem;
  }

  .single-main-img {
    width: 350px;
    height: 350px;
  }

  .main-img-list {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 0 !important;
  }

  .main-img-list li {
    /* border: 1px solid rgba(204, 204, 204, 0.35); */
  }

  .main-img-list li.active {
    opacity: 1;
    z-index: 9;
  }

  .single-main-img a,
  .single-sub-img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }

  .single-sub-img {
    height: 350px;
  }

  .single-sub-img p {
    width: 100%;
    height: 66px;
    padding-top: 0;
  }

  .single-sub-img p img {
    border: 1px solid rgba(204, 204, 204, 0.35);
  }

  .single-sub-img p:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .detail-wrapper {
    float: right;
    width: 35%;
    margin-top: 16.5rem;
  }

  .title-wrapper .cat_entry {
    margin-bottom: 1rem;
    padding: 0;
    height: 1.8rem;
    overflow: hidden;
  }

  .title-wrapper .cat_entry a {
    padding: 0.2rem 0.8rem;
    margin: 0 1rem 1rem 0;
  }

  .title-wrapper h2 {
    font-size: 2rem;
    height: 7.5em;
    height: 3em;
    line-height: 1.5;
    max-height: none;
    margin-bottom: 0;
    margin-bottom: 2.4rem;
  }

  .detail-wrapper .cat_entry {
    padding: 0;
  }

  .detail-wrapper .cat_entry a {
    background: 0;
    color: #222;
    padding: 0;
    margin-bottom: 1.8em;
  }

  .detail-wrapper h2 {
    line-height: 2;
    height: 10em;
    overflow: hidden;
  }

  .detail-wrapper .detail-price {
    font-size: 1.8rem;
    padding-bottom: 1em;
  }

  .detail-cont .addtoany_share_save_container {
    margin-top: 5em !important;
  }

  .posi1 {
    margin-bottom: 5px;
  }

  .posi1 img {
    width: 100%;
    height: auto;
  }

  .posi2 {
    margin-bottom: 20px;
    overflow: hidden;
  }

  .posi2 p {
    display: block;
    float: left;
    width: 154px;
    height: 110px;
    overflow: hidden;
    margin: 0 5px 0 0;
  }

  .posi2 p:last-child {
    margin: 0;
  }

  /*.posi2 p img{ position: relative; top: 50%; left: 50%; width: 100%; height: auto; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }*/
  .posi2 p img {
    width: 100%;
    height: auto;
  }

  .detail-wrapper .btn {
    font-size: 1.6rem;
    margin-top: 1em;
    padding: 1.5rem;
  }

  .items_contact {
    display: block;
    float: left;
    width: 205px;
    height: 50px;
    margin: 10px 0;
    text-indent: -9999px;
    background: url("img/contactBtn.png") no-repeat;
  }

  .posi4 {
    float: left;
    margin: 10px 0 0 10px;
    font-size: 28px;
    font-weight: bold;
  }

  .posi4 span {
    font-size: 16px;
    line-height: 2.5;
  }

  .posi3 {
    clear: both;
    padding: 20px 0;
    background: url("img/line2.jpg") left top repeat-x;
  }

  .posi5 {
    margin-bottom: 20px;
    overflow: hidden;
  }

  .posi5 h3 {
    padding-bottom: 5px;
    margin-bottom: 20px;
    background: url("img/line2.jpg") left bottom repeat-x;
  }

  .posi5 li {
    display: block;
    float: left;
    width: 144px;
    height: 220px;
    overflow: hidden;
    margin: 0 3px 6px;
  }

  .posi5 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .posi5 a .hob {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.5s linear;
    transition: 0.4s linear;
    background: rgba(0, 0, 0, 0.6);
  }

  .fa-arrow-circle-o-right:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    color: #fff;
    content: "\f138";
    font-family: FontAwesome;
    font-size: 60px;
    font-weight: normal;
    opacity: 0.9;
  }

  .posi5 a:hover .hob {
    left: 0;
    opacity: 1;
  }

  .posi5 h4 {
    font-size: 12px;
    height: 38px;
    overflow: hidden;
  }

  .posi5 p {
    font-size: 14px;
    text-align: right;
  }

  .posi5 span {
    font-size: 10px;
  }

  /*親ページ内子ページ ====================*/
  .parent-conts {
    padding-bottom: 6.4rem;
  }

  .parent-conts>p {
    text-align: center;
    line-height: 1.8;
  }

  .pl_page_nav {
    overflow: hidden;
    margin-bottom: 60px;
    width: 100%;
  }

  .pl_page_nav ul {
    text-align: center;
    justify-content: space-between;
    /* padding: 0.5rem 0 0 0.5rem; */
  }

  .pl_page_nav li {
    width: 32%;
  }

  .pl_page_nav.about ul {
    justify-content: space-around;
  }

  .pl_page_nav.about li {
    width: 40%;
  }

  .pl_page_nav li:not(:last-child) {
    margin: 0;
  }

  .pl_page_nav li:nth-child(n+3) {
    margin: 0;
  }

  .pl_page_nav li a {
    font-size: 1.3rem;
    padding: 1.5em 1em;
    width: 100%;
    height: 100%;
    text-align: left;
  }

  .pl_page_nav.about ul li a {
    font-size: 1.6rem;
    padding: 1em;
  }

  .pl_page_cont {
    margin-bottom: 5rem;
    overflow: hidden;
    position: relative;
  }

  .pl_page_cont.in_cont>h3:first-child {
    font-size: 2rem;
  }

  .pl_page_cont.in_cont>h3:first-child span {
    display: inline-block;
    position: relative;
    z-index: 1;
  }

  .pl_page_cont.in_cont>h3:first-child span::after {
    content: '';
    background: #dadad9;
    position: absolute;
    width: 102%;
    height: 0.2rem;
    left: -1%;
    bottom: 0.4rem;
    z-index: -1;
  }

  .pl_page_cont>p {
    /* text-align: center; */
    line-height: 1.8;
  }

  .pl_page_cont .text p img {
    max-width: 100%;
    height: auto;
  }

  .pl_page_cont .inner {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    padding: 3.2rem;
  }

  .pl_page_cont>h3:first-child {
    align-items: center;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 1.2rem auto 4rem;
  }

  .page_about .addtoany_content,
  .page_course .addtoany_content,
  .page_guide .addtoany_content,
  .parent-conts .addtoany_content {
    display: none;
  }

  /*コメント ====================*/
  #comments {
    margin-top: 2em;
  }

  .comment-form label {
    display: block;
  }

  #respond {
    line-height: 1.6;
  }

  #respond #reply-title {
    display: inline-block;
    font-size: 1.6rem;
    margin: 2em 0 1em;
  }

  #respond label {
    margin-bottom: 1em;
  }

  #respond .logged-in-as {
    margin-bottom: 1em;
  }

  #respond .comment-form-comment textarea {
    border: 1px solid rgb(169, 169, 169);
    border-radius: 0;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    background: #f9f9f9;
    margin-top: 0.2em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  #respond .form-submit {
    text-align: right;
  }

  #respond .form-submit input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #dadad9;
    border-radius: 0;
    background: #dadad9;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    margin: 1.5em 0;
  }

  #respond .form-submit input:hover {
    opacity: 0.8;
  }

  #respond input[type="text"],
  #respond input[type="email"],
  #respond input[type="url"] {
    background: #f9f9f9;
    border: 1px solid rgb(169, 169, 169);
    border-radius: 0;
    width: 100%;
    font-size: 16px;
    padding: 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  #respond .comment-form-cookies-consent {
    margin-top: 1rem;
  }

  #respond input[type="checkbox"] {
    display: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  #respond input[type="checkbox"]+label {
    position: relative;
    padding: 1em 2.6rem;
    cursor: pointer;
  }

  #respond input[type="checkbox"]+label::before {
    content: '';
    display: block;
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid #aaa;
    margin-top: -0.9rem;
    top: 50%;
    left: 0.2rem;
  }

  #respond input[type="checkbox"]:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0.5rem;
    width: 0.8rem;
    height: 1.2rem;
    margin-top: -1.1rem;
    transform: rotate(45deg);
    border-bottom: 4px solid #dadad9;
    border-right: 4px solid #dadad9;
  }

  #respond .comment-notes {
    margin-bottom: 1em;
  }

  #respond .comment-form-url {
    display: none;
  }

  #respond .comment-form-author,
  #respond .comment-form-email {
    margin-top: 1em;
  }

  .comment-author.vcard,
  .comment-content {
    text-align: left;
    margin: 2em 0;
  }

  .comment-awaiting-moderation {
    margin-top: 1em;
  }

  /*404ERR ====================*/
  .error404 #page_area {
    padding: 9.9rem 0;
  }

  /*メールフォーム(#mailformで囲む) ====================*/
  #mailform_box {
    width: 700px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    font-size: 1.6rem;
  }

  #mailform_box table {
    width: 100%;
    border-spacing: 0 10px;
  }

  #mailform_box td,
  #mailform_box th {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0.5rem;
  }

  #mailform_box tr {
    border-bottom: 0;
    padding-bottom: 0;
  }

  #mailform_box th {
    width: 35%;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  #mailform_box td {
    width: 65%;
    font-size: 2rem;
  }

  #mailform_box td .wpcf7-list-item {
    display: block;
    font-size: 16px;
  }

  #mailform_box td .wpcf7-list-item label {
    cursor: pointer;
  }

  #mailform_box input[type="text"],
  #mailform_box input[type="email"],
  #mailform_box input[type="tel"],
  #mailform_box select {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 5px;
  }

  #mailform_box select {
    /* width: 30%; */
  }

  #mailform_box textarea {
    height: 120px;
  }

  #mailform_box input[type="text"],
  #mailform_box input[type="email"],
  #mailform_box input[type="tel"],
  #mailform_box select,
  #mailform_box textarea {
    font-size: 1.6rem;
  }

  #mailform_box .little input {
    display: inline-block;
    width: 30%;
  }

  #mailform_box .little p {
    display: inline-block;
    margin-left: 0.5rem;
  }

  #mailform_box input[type="file"] {
    margin-bottom: 10px;
  }

  #mailform_box input[type="submit"] {
    width: 160px;
    height: 60px;
    font-size: 1.8rem;
  }

  #mailform_box input[type="submit"]:hover {
    opacity: 0.8;
  }

  #mailform_box input[type="submit"]:active {
    top: 3px;
    box-shadow: none;
  }

  #mailform_box table p {
    font-size: 12px;
    font-weight: normal;
  }

  #mailform_box table p>a {
    color: #dadad9;
  }

  #mailform_box .head_text {
    font-size: 1.4rem;
  }

  #mailform_box .bottom_text {
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
  }

  #mailform_box .head_title {
    font-size: 1.4rem;
    padding: 3rem 0.5rem;
    position: relative;
  }

  #mailform_box .head_title::after {
    content: '';
    position: absolute;
    width: 73%;
    height: 0.1rem;
    background: #dadad9;
    left: 0.5rem;
    bottom: 2.8rem;
  }

  /*エラー表示*/
  span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1.4rem;
    font-weight: normal;
    display: block;
  }

  div.wpcf7-response-output {
    font-size: 1.4rem;
    text-align: center;
  }

  /*privacy ===================================*/
  #page_cont.page_privacy p:first-of-type {
    font-size: 1.6rem;
  }

  #page_cont.page_privacy h3,
  .blog_box.page_privacy h3 {
    font-size: 1.8rem;
  }

  #page_cont.page_privacy p {
    font-size: 1.4rem;
  }

  #page_cont.page_privacy dt {
    font-size: 1.4rem;
  }

  #page_cont.page_privacy dd,
  #page_cont.page_privacy dd p:first-of-type {
    font-size: 1.4rem;
  }

  #page_cont.page_privacy .privacy-table {
    padding: 1rem 0;
  }

  #page_cont.page_privacy .privacy-table td,
  .blog_box.page_privacy .c-section__content>p {
    vertical-align: middle;
    padding-bottom: 1.5rem;
    line-height: 1.8;
  }

  #page_cont.page_privacy .privacy-table td+td {
    padding-left: 2rem;
  }

  #page_cont.page_privacy ul {
    margin: 1.3rem 0;
  }

  #page_cont.page_privacy ul li {
    font-size: 1.4rem;
  }

  #page_cont.page_privacy hr {
    background: #00a73c;
    margin: 1.2rem 0;
  }

  /*特定商取引法に基づく表記 ===================================*/
  #page_cont.page_law {
    background: 0;
  }

  #law_list {
    width: 800px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
    border-collapse: collapse;
    border-spacing: 0;
  }

  #law_list p {
    font-size: 14px;
  }

  #law_list td,
  #law_list th {
    box-sizing: border-box;
    padding: 15px;
    font-weight: normal;
    border: 1px solid #eee;
    vertical-align: top;
    letter-spacing: 0.05em;
  }

  #law_list th {
    width: 35%;
    background: #f7f7f7;
  }

  #law_list td {
    width: 65%;
    background: #fff;
  }

  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ 特定商取引法に基づく表記 ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
  .tablepress-id-1 {
    font-size: 16px;
  }

  .tablepress-id-1 td {
    display: table-cell;
    font-size: 1.6rem;
    width: 35%;
    padding: 15px;
  }

  .tablepress-id-1 tr:first-child td {
    border: 1px solid #999!important;
  }

  .tablepress-id-1 td+td {
    width: 65%;
    background: #fff;
  }

  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ 送料について ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
  .tablepress-id-1 .postage::before {
    position: relative;
    margin-right: 5px;
    content: url("img/ic/ic_ya1.png");
    font-size: 0.1rem;
    width: 0.6rem;
    height: 0.6rem;
    vertical-align: 0.2rem;
  }

  .tablepress-id-2,
  .tablepress-id-3,
  .tablepress-id-4 {
    width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.6;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .tablepress-id-2,
  .tablepress-id-3 {
    margin-bottom: 5rem;
  }

  .tablepress-id-2 .row-1,
  .tablepress-id-3 .row-1,
  .tablepress-id-4 .row-1 {
    background: #e5e5e5;
  }

  .tablepress-id-2 .row-2,
  .tablepress-id-3 .row-2 {
    background: #f5f5f5;
  }

  .tablepress-id-2 tr:nth-child(n+3) td:first-child,
  .tablepress-id-3 tr:nth-child(n+3) td:first-child,
  .tablepress-id-4 tr:nth-child(n+2) td:first-child {
    background: #eee;
  }

  .tablepress-id-2 td,
  .tablepress-id-3 td,
  .tablepress-id-4 td {
    border: 1px solid #999;
    text-align: center;
  }

  .tablepress-id-2 td {
    vertical-align: top;
    width: 14.2%;
  }

  .tablepress-id-3 td {
    vertical-align: top;
    width: 12.5%;
  }

  .tablepress-id-4 td {
    width: 25%;
  }

  /*他のテーブルプレス用*/
  .tablepress {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .tablepress td {
    box-sizing: border-box;
    padding: 15px;
    font-weight: normal;
    border: 1px solid #999;
    vertical-align: top;
  }

  /* FAQ */
  .faq-catname {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .faq-varius {
    margin-bottom: 1rem;
  }

  .faq-q {
    font-size: 1.8rem;
  }

  .faq-q:hover {
    opacity: 0.8;
  }

  .faq-q .ques {
    display: inline-block;
    margin-left: 0.5em;
  }

  .faq-q .line-one {
    height: 0.4rem;
    top: 50%;
    margin-top: -0.2rem;
  }

  .faq-q .line-two {
    width: 0.4rem;
    left: 1.6rem;
  }

  .faq-q.open .line-two {
    opacity: 0;
  }

  .faq-a {
    font-size: 1.6rem;
    overflow: hidden;
  }

  .faq-a p {
    font-size: 1.6rem;
  }

  /* common */
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  .btn-wrap a {
    display: block;
    font-size: 0;
    width: 100%;
    height: 100%;
  }

  /* IEハック */
  @media screen and (-ms-high-contrast: active),
  (-ms-high-contrast: none) {
    .cat_entry a {
      padding: 2px 7px 0;
    }

    .title-wrapper .cat_entry a {
      padding: 4px 8px 0;
    }

    .items_buy {
      padding-bottom: 15px;
    }

    .deco_A {
      padding: 8px 0 0 8px;
    }

    .deco_B {
      padding: 8px 0 0 8px;
    }

    .deco_C {
      padding: 8px 0 0 8px;
    }

    .deco_D {
      padding: 8px 0 3px 5px;
    }

    .square_btn_black,
    .square_btn_blue,
    .square_btn_red {
      padding: 0.7em 1em 0.3em;
    }

    #secondary li a {
      display: inline-block;
      padding-top: 2px;
    }

    #secondary .widget-title {
      padding: 11px 0 6px;
    }

    .pl_page_nav li a {
      padding-top: 2rem;
    }

    #foot li:last-child * {
      padding-top: 0.1em;
    }
  }

  /* Edgeハック */
  @supports (-ms-ime-align:auto) {}

  /* Firefoxハック */
  @-moz-document url-prefix() {}

  /* safariハック */
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    _::-webkit-full-page-media, _:future, :root #upper .info-list li p {
      letter-spacing: -0.08em;
    }
  }
}

@media screen and (min-width: 960px) and (max-width: 1024px) {
  .jrp_A-5 .slick-prev {
    left: 0;
  }

  .jrp_A-5 .slick-next {
    right: 0;
  }
}
