@charset "UTF-8";
/*------------------------------------------------------------
    default
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@300;400;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}

a:focus {
    outline: none;
}

body {
    font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif, "ＭＳ Ｐゴシック";
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

a {
    cursor: pointer;
}

a:link {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:active {
    color: inherit;
    text-decoration: none;
}

img {
    vertical-align: top;
}

li img,
dl img {
    display: block;
    vertical-align: baseline;
}

a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.spOnly {
    display: none;
}

.g {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif !important;
}

/*------------------------------------------------------------
  formatting
------------------------------------------------------------*/
/* text */
.taLeft {
    text-align: left !important;
}

.taCenter {
    text-align: center !important;
}

.taRight {
    text-align: right !important;
}

/* fonts */
.fsP1 {
    font-size: 1.08em !important;
}

.fsP2 {
    font-size: 1.16em !important;
}

.fsP3 {
    font-size: 1.24em !important;
}

.fsP4 {
    font-size: 1.32em !important;
}

.fsP5 {
    font-size: 1.4em !important;
}

/* fonts */
.fsM1 {
    font-size: 0.92em !important;
}

.fsM2 {
    font-size: 0.84em !important;
}

.fsM3 {
    font-size: 0.76em !important;
}

.fsM4 {
    font-size: 0.68em !important;
}

.fsM5 {
    font-size: 0.6em !important;
}

/* fonts */
.fwNormal {
    font-weight: normal !important;
}

.fwBold {
    font-weight: bold !important;
}

.floatR {
    float: right;
}

.floatL {
    float: left;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.ml15 {
    margin-left: 15px;
}

.ml120 {
    margin-left: 120px;
}

.mr15 {
    margin-right: 15px;
}

.mb195 {
    margin-bottom: 195px !important;
}

.centerPosi {
    text-align: center;
}

.width220 {
    width: 220px;
}

.width330 {
    width: 330px;
}

.width420 {
    width: 420px;
}

.width500 {
    width: 500px;
}

/*------------------------------------------------------------
  common
------------------------------------------------------------*/
.widget-area {
    display: none;
}

/*------------------------------------------------------------
  .clearfix
------------------------------------------------------------*/
* html .clearfix {
    zoom: 1;
}

* + html .clearfix {
    zoom: 1;
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}


.l-header {
    position: relative;
    margin: auto;
    max-width: 980px;
    font-family: "Roboto", "Noto Sans JP", "Noto Sans JP", ArialMT, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif, "ＭＳ Ｐゴシック";
}
.l-header .c-header__menu {
    display: none;
}
.l-header .c-header__menu img {
    display: none;
}
.l-header .c-header__menu img:nth-child(1) {
    display: block;
}
.l-header.js-menu-open .c-header__menu img:nth-child(1) {
    display: none;
}
.l-header.js-menu-open .c-header__menu img:nth-child(2) {
    display: block;
}

.p-header--flex {
    padding: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-header__right-icons {
    display: flex;
    align-items: center;
}
.p-header__right-icons a {
    margin: 0 0 0 2em;
}

.p-header__gnav-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}
.p-header__gnav-wrap .p-header__inner {
    padding: 16px 0;
    display: table;
    width: 100%;
}
.p-header__gnav-wrap .p-header__gnav {
    transition: 0.4s cubic-bezier(0.17, 0.8, 0.5, 1);
    transition-property: width;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list {
    display: table;
    width: 100%;
    border-right: 1px solid #666;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item {
    display: table-cell;
    font-size: 11px;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item > a {
    padding: 6px 30px;
    text-align: center;
    border-left: 1px solid #666;
    display: block;
    cursor: pointer;
    color: #000;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child {
    padding: 30px;
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% + 1px);
    box-sizing: border-box;
    background: rgba(240, 240, 240, 0.9);
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-32px);
    transition: 0.4s cubic-bezier(0.17, 0.8, 0.5, 1);
    transition-property: opacity, transform;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__wrap.bottom {
    border-top: 1px solid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__wrap.bottom .p-header__gnav__child__list {
    padding-top: 24px;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__wrap.bottom a {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__wrap.bottom a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    transition: 0.4s cubic-bezier(0.17, 0.8, 0.5, 1);
    transition-property: width;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__wrap.bottom a:hover::after {
    width: 100%;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list:nth-child(2) {
    margin: 0 10px;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list img {
    margin-bottom: 25px;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list .u-font--anton {
    font-size: 24px;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list ul {
    margin-bottom: 30px;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list ul li {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list--col1 {
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list--col1 a {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list--col2 {
    display: flex;
    flex-wrap: wrap;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list--col2 ul {
    width: 50%;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list--col2 ul li {
    font-size: 17px;
    font-weight: 400;
    line-height: 39px;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list--col3 {
    padding: 20px 30px 20px 90px;
    display: flex;
    flex-wrap: wrap;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list--col3 ul {
    width: 33.333%;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list--col3 ul li {
    font-size: 17px;
    font-weight: 400;
    line-height: 42px;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list--col4 {
    display: flex;
    flex-wrap: wrap;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list--col4 ul {
    width: 25%;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list--col4 ul li {
    font-size: 17px;
    font-weight: 400;
    line-height: 39px;
    min-height: 39px;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child ul li a {
    position: relative;
    color: #000;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    transition: 0.4s cubic-bezier(0.17, 0.8, 0.5, 1);
    transition-property: width;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child ul li a:hover::after {
    width: 100%;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child ul li span.comingsoon {
    opacity: 0.7;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item.u--hover {
    background: #f1f1f1;
    transition: background 0.4s, color;
}
.p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item.u--hover .p-header__gnav__child {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-16px);
}
.p-header__gnav-wrap .p-header__logo {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.p-header__gnav-wrap .p-header__online {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.p-header__gnav-wrap.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    bottom: auto;
    transform: translateX(-50%);
    z-index: 1000;
}
.p-header__gnav-wrap.fixed .p-header__inner {
    padding: 10px 0;
    position: relative;
    margin: auto;
    max-width: 980px;
}
.p-header__gnav-wrap.fixed .p-header__logo {
    padding: 0 34px 0 10px;
    position: relative;
    opacity: 1;
    pointer-events: auto;
    display: table-cell;
    vertical-align: middle;
    z-index: 9999;
    font-size: 11px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.17, 0.8, 0.5, 1);
    transition-property: opacity;
}
.p-header__gnav-wrap.fixed .p-header__gnav {
    display: table-cell;
    vertical-align: middle;
}
.p-header__gnav-wrap.fixed .p-header__online {
    padding-left: 34px;
    position: relative;
    opacity: 1;
    pointer-events: auto;
    display: table-cell;
    vertical-align: middle;
    transition: 0.4s cubic-bezier(0.17, 0.8, 0.5, 1);
    transition-property: opacity;
}
.p-header__gnav-wrap.fixed .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item.u--hover .p-header__gnav__child {
    transform: translateY(-10px);
}

.p-header__menu{
    display: none;
}
@media (max-width: 980px) {
    .p-header__menu {
        display: flex;
        margin-right: 40px;
        justify-content: flex-end;
    }
    .p-header__menu ul{
        display: flex;
        justify-content: flex-end;
    }
    .p-header__menu ul li{
        display: flex;
        justify-content: center;
        margin-left: 15px;
        margin-right: 15px;
    }
    .p-header__menu ul a{
        display: block;
        margin-left: 0;
    }
    .p-header__menu ul svg{
        height: 40px;
    }
}
.p-side__nav {
    position: fixed;
    top: 204px;
    right: -100%;
    z-index: 100;
    transition: 0.6s ease-in-out;
    transition-property: left, right;
}
.p-side__nav ul.-rmx {
    padding: 12px 0 12px 8px;
    transform: translateX(145px);
    transition: 0.3s ease-in-out;
    transition-property: transform;
    box-shadow: 0 0 11px 0 rgba(77, 77, 77, 0.4);
    background: #fff;
}
.p-side__nav ul.-rmx li {
    padding-right: 20px;
    transform: translateX(0);
}
.p-side__nav ul.-rmx li:first-child {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #666666;
}
.p-side__nav ul.-rmx li img {
    height: 50px;
}
.p-side__nav ul li {
    margin-bottom: 2px;
    transform: translateX(170px);
    transition: 0.3s ease-in-out;
    transition-property: transform;
}
.p-side__nav ul.p-side__nav-item--shadow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.p-side__nav ul.p-side__nav-item--shadow li {
    margin-bottom: 2px;
    width: 246px;
    height: 76px;
    transform: translateX(170px);
    box-shadow: 0 0 11px 0 rgba(77, 77, 77, 0.4);
}
.p-side__nav.show {
    right: 0;
}
@media (max-width: 767px) {
    .p-side__nav.show {
        display: none !important;
    }
}

.p-sp-header__gnav-wrap{
    visibility:hidden;

}
.p-sp-header__gnav-wrap,
.p-sp-footer__gnav-wrap {
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    background: #fff;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-32px);
    transition: 0.3s cubic-bezier(0.17, 0.8, 0.5, 1);
    transition-property: opacity, transform;
    border-top: 0.5px solid #4d4d4d;
    overflow: hidden;
}
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item {
    border-bottom: 0.5px solid #4d4d4d;
    text-align: center;
}
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item a,
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item p,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item a,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item p {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 67px;
}
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child {
    position: fixed;
    top: -50px;
    left: 100%;
    padding: 60px 45px 50%;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    overflow-y: scroll;
    height: 100vh;
    opacity: 0;
    background: #fff;
    z-index: 10000;
    transition: 0.3s cubic-bezier(0.17, 0.8, 0.5, 1);
    transition-property: opacity, left, right;
}
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child a,
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child p,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child a,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child p {
    line-height: 2.2;
}
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-fitting a,
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-fitting span,
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-fitting p, .p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-pro a,
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-pro span,
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-pro p, .p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-contents a,
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-contents span,
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-contents p,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-fitting a,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-fitting span,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-fitting p,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-pro a,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-pro span,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-pro p,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-contents a,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-contents span,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-contents p {
    line-height: 40px;
}
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-fitting a.comingsoon,
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-fitting span.comingsoon,
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-fitting p.comingsoon, .p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-pro a.comingsoon,
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-pro span.comingsoon,
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-pro p.comingsoon, .p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-contents a.comingsoon,
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-contents span.comingsoon,
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-contents p.comingsoon,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-fitting a.comingsoon,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-fitting span.comingsoon,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-fitting p.comingsoon,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-pro a.comingsoon,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-pro span.comingsoon,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-pro p.comingsoon,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-contents a.comingsoon,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-contents span.comingsoon,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child.c-contents p.comingsoon {
    opacity: 0.7;
}
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child .u-font--roboto--cnd a,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item .p-sp-header__gnav__child .u-font--roboto--cnd a {
    font-weight: 700;
}
.p-sp-header__gnav-wrap .p-sp-header__gnav__list-item.js-submenu-open .p-sp-header__gnav__child,
.p-sp-footer__gnav-wrap .p-sp-header__gnav__list-item.js-submenu-open .p-sp-header__gnav__child {
    left: 0;
    opacity: 1;
}
.p-sp-header__gnav{
    overflow: scroll;
    height: calc(100% - 64px);
}
.p-sp-footer__gnav-wrap {
    position: fixed;
    top: 0;
    transform: translateY(32px);
    z-index: 1001;
}

.js-menu-open .p-sp-header__gnav-wrap,
.js-menu-open .p-sp-footer__gnav-wrap {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.js-menu-open .p-sp-header__gnav-wrap{
    visibility:visible;
}

.p-sp-header__gnav__list-banner{
    display: block;
    padding: 20px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
a:hover img {
    opacity: 1;
}

.c-cp-modal__wrap {
    /* Todo 削除必要 2024.07.16*/
    display: none !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    animation: fadeOut 750ms cubic-bezier(0.25, 1, 0.5, 1) both;
}
.c-cp-modal__wrap .c-modal-bg {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}
.c-cp-modal__wrap .c-campaign {
    padding: 20px 0 0;
    width: 880px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}
.c-cp-modal__wrap.modal-open {
    animation: fadeIn 750ms 1000ms cubic-bezier(0.25, 1, 0.5, 1) both;
}
.c-cp-modal__wrap.modal-open .c-campaign {
    opacity: 1;
    visibility: visible;
}
.c-cp-modal__wrap.modal-open .c-campaign a {
    padding-bottom: 50px;
    display: block;
}
.c-cp-modal__wrap.modal-open .c-modal-bg {
    display: block;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}
.c-cp-modal__wrap .i-close {
    position: absolute;
    top: -35px;
    right: 0;
    display: block;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.c-cp-modal__wrap .i-close img {
    width: 150px;
}
.c-cp-modal__wrap .i-close::before {
    display: none;
}
.c-cp-modal__wrap .c-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 980px;
    z-index: 10000;
    margin: 0 !important;
    transition: opacity 0.75s, visibility 0.75s;
}
.c-cp-modal__wrap .c-modal__link {
    padding-left: 1em;
    margin: 0 auto;
    display: block;
    text-align: center;
    box-sizing: border-box;
    width: 270px;
    line-height: 45px;
    border-radius: 6px;
    border: 2px solid;
    color: #765ca4;
    font-size: 16px;
    font-weight: 600;
}
.c-cp-modal__wrap .c-modal__link::after {
    margin-left: 1em;
    content: "＞";
    font-weight: bold;
}
.c-cp-modal__wrap .js-modal {
    cursor: pointer;
}

.p-footer-contact {
    text-align: center;
    font-size: 15px;
    line-height: 2;
}

.l-footer {
    position: relative;
    margin: 70px auto 0;
    padding: 77px 0 15px;
    max-width: 980px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    font-family: "Roboto", "Noto Sans JP", "Noto Sans JP", ArialMT, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif, "ＭＳ Ｐゴシック";
}
.l-footer .c-copyright {
    text-align: center;
    font-weight: 300;
}
.l-footer .p-sns-icons {
    margin-bottom: 30px;
}
.l-footer .p-sns-icons ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.l-footer .p-sns-icons ul li {
    margin: 0 10px;
}
.l-footer .p-footer__menu__btn svg {
    display: none;
    transform: translate(0, 0);
}
.l-footer .p-footer__menu__btn svg:nth-child(1) {
    display: block;
}
.l-footer.js-menu-open .p-footer__menu__btn {
    display: block;
}
.l-footer.js-menu-open .p-footer__menu__btn svg:nth-child(1) {
    display: none;
}
.l-footer.js-menu-open .p-footer__menu__btn svg:nth-child(2) {
    display: block;
}

.p-footer__nav-wrap {
    margin: 0 auto 15px;
    width: 134px;
    text-align: center;
}
.p-footer__nav-wrap.open .p-footer__nav {
    border-bottom: 1px solid #666;
    max-height: 153px;
}
.p-footer__nav-wrap .p-footer__nav-trigger::after {
    transform: rotate(90deg);
}

.p-footer__pagetop {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 300;
}
.p-footer__pagetop-btn {
    display: block;
    text-align: center;
    box-sizing: border-box;
    color: #000 !important;
}

.p-footer__nav {
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    max-height: 0;
    transition: 0.4s cubic-bezier(0.17, 0.8, 0.5, 1);
    transition-property: max-height;
}
.p-footer__nav li {
    padding: 1.5em 0 0em;
}
.p-footer__nav li:last-child {
    padding-bottom: 2em;
}
.p-footer__nav-trigger {
    padding-bottom: 0.5em;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #666;
}

.p-footer__link {
    font-size: 12px;
}
.p-footer__link ul {
    margin: 1em auto;
    display: flex;
    justify-content: center;
}
.p-footer__link ul li:first-child {
    margin-right: 1em;
    padding-right: 1em;
    border-right: 1px solid;
}

.c-copyright {
    font-size: 12px;
}

.p-footer__menu {
    display: none;
}
.p-footer__menu__btn svg {
    fill: #0200ae;
}

/* #旧style */
/*------------------------------------------------------------
    #旧style
------------------------------------------------------------*/
.pankuzu {
    width: 100%;
    height: 30px;
    line-height: 1;
    background: #fff;
    margin-right: auto;
    margin-left: auto;
}

#pagePath {
    color: #000;
    font-size: 9px;
    padding-top: 10px;
    padding-right: 13px;
    padding-left: 13px;
    position: absolute;
    left: 50%;
    margin-left: -490px;
}

#pagePath li {
    margin-right: 3px;
    float: left;
}

#pagePath li a {
    margin-right: 3px;
    color: #000;
}

#pagePath .on {
    /* color: #fff; */
    color: #000;
}

.twitter li {
    float: left;
    margin-right: 6px;
    margin-top: 10px;
}

body.products #pagePath,
body.movie #pagePath,
body.special #pagePath {
    background-image: none;
    margin-bottom: 3px;
}

.pageTop {
    width: 980px;
    margin: 40px auto 30px;
    text-align: right;
}

.pageTop2 {
    width: 100%;
    margin: 40px auto 30px;
    text-align: center;
}
.pageTop2 li {
    display: inline-block;
    margin-left: 16px;
}
.pageTop2 li:first-child {
    margin-left: 0;
}

/*製品アコーディオン*/
/*製品*/
.actab div.actitle {
    clear: both;
    display: block;
    width: 681px;
    background: url(/wp-content/themes/inpresx2013/img/products/rmx/acbg.jpg) no-repeat top left !important;
    text-indent: 30px;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px !important;
    color: #333 !important;
    cursor: pointer;
}

.actab div.actitle:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    max-height: 0;
    visibility: hidden;
}

.actab div.on {
    background: url(/wp-content/themes/inpresx2013/img/products/rmx/acbgon.jpg) no-repeat top left !important;
}

.acconts {
    padding-top: 10px;
    padding-bottom: 15px;
    margin: 0 13px;
}

.acconts2 {
    padding-top: 10px;
    padding-bottom: 15px;
    margin: 0 13px;
}

/*shoplist系*/
/*------------------------------------------------------------
    comRegion
------------------------------------------------------------*/
li {
    list-style: none;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

img {
    max-width: 100%;
}

body {
    padding-bottom: 45px;
    font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", ArialMT, Meiryo, "メイリオ", sans-serif, "ＭＳ Ｐゴシック";
    font-weight: 400;
    color: #333333;
}

.p-hero h1 {
    padding: 38px 0 50px;
    text-align: center;
}

.c-hero-img {
    margin: auto;
    display: block;
    max-width: 980px;
}

#container {
    margin: 0 auto;
    width: 980px;
    clear: both;
    text-align: left;
    position: relative;
    z-index: 1;
}

#main {
    padding: 0;
    clear: both;
    box-sizing: border-box;
    background-color: #fff;
}
#main::after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

* html #main,
html main {
    zoom: 1;
}

* + html #main,
html main {
    zoom: 1;
}

.u-sp-only {
    display: none;
}

.c-title--anton {
    font-family: "Anton", sans-serif;
}
.c-title--roboto {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.2em;
}
.c-title--roboto--cnd {
    font-family: "Roboto Condensed", sans-serif;
}

.u-font--bold {
    font-weight: bold;
}
.u-font--anton {
    font-family: "Anton", sans-serif;
    font-weight: 400;
}
.u-font--roboto {
    font-family: "Roboto", sans-serif;
}
.u-font--roboto--cnd {
    font-family: "Roboto Condensed", sans-serif;
}

.l-404 {
    padding: 250px 0;
    text-align: center;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.1em;
}
.l-404 h1 {
    font-size: 30px;
}
@media (max-width: 767px) {
    .spOnly {
        display: block;
    }
    .pcOnly {
        display: none !important;
    }
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    font,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td {
        border: 0;
        font-size: 100%;
        margin: 0;
        outline: 0;
        padding: 0;
        vertical-align: baseline;
    }
    :focus {
        /* remember to define focus styles! */
        outline: 0;
    }
    ol,
    ul {
        list-style: none;
    }
    table {
        /* tables still need 'cellspacing="0"' in the markup */
        border-collapse: separate;
        border-spacing: 0;
    }
    caption,
    th,
    td {
        font-weight: normal;
        text-align: left;
    }
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
    }
    blockquote,
    q {
        quotes: "" "";
    }
    img {
        vertical-align: bottom;
    }
    a img {
        border: 0;
    }
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }
    .c-cp-modal__wrap .c-campaign {
        padding: 10px 0 0;
    }
    .c-cp-modal__wrap.modal-open .c-campaign a {
        padding: 0 0 30px;
    }
    .c-cp-modal__wrap .i-close {
        top: -35px;
        right: 0;
    }
    .c-cp-modal__wrap .c-modal {
        width: 100%;
    }
    .c-cp-modal__wrap .c-modal__link {
        margin-top: 1em;
        width: 250px;
        font-size: 14px;
        font-weight: 500;
        line-height: 40px;
        border-radius: 4px;
        border: 1px solid;
    }
    .pageTop2 {
        width: 100%;
        background-color: #fff;
        padding: 1.5em 0 1em;
        text-align: center;
    }
    .pageTop2 li {
        display: inline-block;
        margin: 0 0 0.5em;
    }
    .pageTop2 li img {
        width: auto;
        max-width: 80% !important;
        margin: 0 auto !important;
    }
    .actab div.actitle {
        clear: both;
        display: block;
        width: 100%;
        background: url(/wp-content/themes/inpresx2013/common/img/s_footer_plink_bg2.png) left top repeat-x;
        -webkit-background-size: 1px 35px;
        background-size: 1px 35px;
        text-indent: 5px;
        font-size: 1.5em;
        font-weight: bold;
        line-height: 35px;
        color: #fff;
        cursor: pointer;
    }
    /* --------------------------------------------------------------
        8: other
    -------------------------------------------------------------- */
    .clearFix:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    .clearFix {
        display: inline-block;
    }
    * html .clearfix {
        zoom: 1;
    }
    * + html .clearfix {
        zoom: 1;
    }
    .clearfix:after {
        height: 0;
        visibility: hidden;
        content: ".";
        display: block;
        clear: both;
    }
    /*RMX（リミックス）ドライバーご愛用のお客様へ*/
    .rmxInfoCover {
        background: #fff;
        color: #333;
        border-bottom: 5px solid #000;
        padding-bottom: 40px;
    }
    .rmxInfoCover h2 {
        background: #c10e23;
        padding: 10px;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }
    .rmxInfo {
        padding: 0 10px;
        font-size: 14px;
    }
    .rmxInfo h3 {
        font-size: 19px;
        font-weight: bold;
        letter-spacing: -1px;
        border-bottom: 2px dotted #ccc;
        margin-bottom: 10px;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .rmxInfo h4 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .rmxInfo .date {
        text-align: right;
        margin-bottom: 20px;
    }
    .rmxInfo p,
    .rmxInfo ul {
        margin-bottom: 20px;
        line-height: 1.5;
    }
    .rmxInfo ul li {
        margin-bottom: 10px;
    }
    .rmxInfo ul {
        font-size: 16px;
        font-weight: bold;
    }
    .rmxInfo .companyName {
        text-align: right;
        font-size: 16px;
    }
    p.companyName {
        margin: 0;
    }
    .rmxInfo .line {
        border-top: 2px dotted #ccc;
        padding-top: 20px;
    }
    .rmxInfo a.linkTxt {
        text-decoration: underline;
        color: #00f;
    }
    body {
        padding-bottom: 15px;
        font-size: 10px;
        font-weight: 400;
    }
    .p-hero h1 {
        padding: 0 0 30px;
    }
    #container {
        padding-top: 50px;
    }
    #main {
        min-height: calc(100vh - 380px);
    }
    .u-pc-only {
        display: none;
    }
    .u-sp-only {
        display: block;
    }
    .c-title--roboto {
        font-size: 16px;
    }
}
.c-pagetop{
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    transition: 0.4s ease-out;
}
.c-pagetop.fixed{
    opacity: 1;
}
.c-pagetop a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    box-shadow:0 0 10px rgba(51,51,51,0.3);
    padding-bottom: 5px;
    box-sizing: border-box;
}
@media (max-width: 980px) {
    .l-header-wrap{
        height: 64px;
    }
    .l-header {
        position: fixed;
        padding: 0;
        top: 0;
        width: 100%;
        z-index: 1000;
        background: #fff;
        box-sizing: border-box;
    }
    .l-header .c-header__menu {
        padding: 25px 20px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10001;
        display: block;
    }
    .p-header--flex {
        position: relative;
        padding: 0 10px;
        height: 64px;
        background: #fff;
        z-index: 1;
    }
    .p-header__right-icons a {
        display: none;
    }
    .p-logo-main img {
        width: 98px;
    }
    .p-header__gnav-wrap {
        display: none;
    }
    .p-header__gnav-wrap .p-header__gnav .p-header__gnav__list {
        border-right: none;
    }
    .p-header__gnav-wrap.fixed {
        display: none;
    }
    .p-side__nav {
        display: none;
    }
    .p-footer-contact {
        margin-bottom: 7%;
        font-size: 12px;
    }
    .l-footer {
        margin: 11% 10px 0;
    }
    .l-footer .c-copyright {
        font-size: 10px;
    }
    .p-footer__pagetop {
        font-size: 13px;
    }
    .p-footer__menu {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        display: block;
        background: #fff;
        z-index: 1001;
    }
    .p-footer__menu ul {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        justify-items: center;
        align-items: center;
        height: 44px;
    }
    .p-footer__menu ul li {
        stroke: #0200ae;
    }
    .p-footer__menu ul li:nth-child(1) {
        stroke: none;
    }
    .p-footer__menu ul li:nth-child(2) svg {
        fill: none;
        stroke-miterlimit: 10;
        stroke-width: 0.75px;
    }
    .p-footer__menu ul li:nth-child(3) svg {
        fill: none;
        stroke-miterlimit: 10;
        stroke-width: 0.75px;
    }
    .p-footer__menu ul li:nth-child(4) svg {
        fill: none;
        stroke-miterlimit: 10;
        stroke-width: 0.75px;
    }
    .p-footer__menu__label {
        display: none !important;
        height: auto !important;
        font-size: 10px;
        color: #615c6e;
    }
    .p-footer__menu__label li {
        padding: 0 0 5px;
    }
    .p-footer__menu__btn {
        display: block;
    }
}
@media (max-width: 979px) {
    .p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__wrap.bottom a {
        font-size: 16px;
    }
    .p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list ul li {
        font-size: 16px;
    }
    .p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list--col2 ul li {
        font-size: 15px;
        line-height: 36px;
    }
    .p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list--col3 {
        padding-left: 30px;
    }
    .p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list--col3 ul li {
        font-size: 16px;
    }
    .p-header__gnav-wrap .p-header__gnav .p-header__gnav__list .p-header__gnav__list-item .p-header__gnav__child__list--col4 ul li {
        font-size: 16px;
    }
    .c-hero-img {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .comRegion {
        background: url(/wp-content/themes/inpresx2013/common/img/com_line01.gif) repeat-x left bottom;
        clear: both;
        margin-bottom: 16px;
        padding: 0 0 3px 10px;
    }
    .comRegion dt {
        color: #4d4d4d;
        float: left;
        font-size: 1.4em;
        font-weight: bold;
    }
    .comRegion dd {
        color: #999;
        font-size: 1.4em;
        font-weight: bold;
        padding-left: 3.4em;
    }
    .comRegion dd li {
        display: inline;
    }
    .comRegion dd li a {
        color: #999;
        margin-right: 5px;
    }
    .comRegion dd .on a,
    .comRegion dd li a:hover {
        color: #c1272d;
        text-decoration: none;
    }
    /*------------------------------------------------------------
        comDlStyle
    ------------------------------------------------------------*/
    .comDlStyle {
        clear: both;
    }
    .comDlStyle dt {
        background: url(/wp-content/themes/inpresx2013/common/img/com_line05.gif) repeat-x left bottom;
        width: 640px;
        height: 37px;
    }
    .comDlStyle dt a {
        color: #808080;
        font-size: 1.8em;
        font-weight: bold;
        display: block;
        width: 640px;
        height: 37px;
        line-height: 35px;
        text-indent: 10px;
    }
    .comDlStyle .on a,
    .comDlStyle dt a:hover {
        color: #c1272d;
        text-decoration: none;
    }
    .comDlStyle dd {
        background: url(/wp-content/themes/inpresx2013/common/img/com_line04.gif) repeat-x left bottom;
        padding: 4px 0 5px;
    }
    .comDlStyle dd table {
        border-collapse: collapse;
        width: 100%;
    }
    .comDlStyle dd thead th {
        background: url(/wp-content/themes/inpresx2013/common/img/com_line03.gif) repeat-y right top;
        font-size: 1.4em;
        font-weight: normal;
        padding: 8px 5px 10px;
        text-align: center;
        vertical-align: middle;
        word-break: break-all;
    }
    .comDlStyle dd tbody th {
        background: url(/wp-content/themes/inpresx2013/common/img/com_line02.gif) repeat-x left top;
        height: 2px;
    }
    .comDlStyle dd td {
        background: url(/wp-content/themes/inpresx2013/common/img/com_line03.gif) repeat-y right top;
        font-size: 1.4em;
        padding: 4px 5px 5px 13px;
        text-align: left;
        vertical-align: middle;
        word-break: break-all;
    }
    .comDlStyle dd td span {
        font-size: 1.14em;
        font-weight: bold;
    }
    .comDlStyle dd .tdStyle {
        padding: 3px 0 0 7px;
    }
    .comDlStyle dd .none {
        background: none;
    }
    .comDlStyle dd td li {
        float: left;
        padding-bottom: 4px;
    }
    .comDlStyle dd td li img {
        display: block;
    }
}


.c-bredclumb{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 70px;
}
.c-bredclumb li{
    display: flex;
    align-items: center;
    font-size: 18px;
}
@media (max-width: 767px) {
    .c-bredclumb{
        padding-left: 8px;
        padding-right: 8px;
    }
    .c-bredclumb li{
        font-size: 12px;
    }
}
.l-breadclumb,
.l-inquiry{
    position: relative;
    margin:0 auto;
    max-width: 980px;
}
.l-breadclumb .c-bredclumb{
    /*margin-top: 30px;*/
}
.c-bredclumb li{
    line-height: 1.8;
}
.c-bredclumb li a{
    font-size: inherit;
    text-decoration: underline;
    color: #333333;
    display: block;
}
.c-bredclumb li a:hover,
.c-bredclumb li a:focus{
    text-decoration: none;
}
.c-bredclumb li + li:before{
    content:">";
    margin-left: 0.4em;
    margin-right: 0.4em;

}

.l-inquiry{
    position: relative;
    margin:0 auto;
    max-width: 980px;
}
.l-inquiry p{
    text-align: center;
    font-size: 18px !important;
}
@media (max-width: 767px) {
    .l-inquiry p{
        font-size: 12px !important;
    }
}
.l-inquiry p a{
    text-decoration: underline;
    color: #640082;
}
.l-inquiry p a:hover,
.l-inquiry p a:focus
{
    text-decoration: none;
}
.u-link-text{
    text-decoration: underline !important;
    color: #640082 !important;
}
.u-link-text:hover,
.u-link-text:focus
{
    text-decoration: none !important;
}

@media (min-width: 768px) {
    .c-freedial{
        pointer-events: none !important;
        text-decoration: none !important;
        color: #333 !important;
    }
}
.c-attention-2026{
    border: 3px solid #E40012;
    margin-bottom: 40px;
    padding: 32px;
    text-align: center;
    line-height: 1.6;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .c-attention-2026{
        padding: 16px 8px;
    }
}
.c-attention-2026 p{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .c-attention-2026 p{
        font-size: 14px;
        font-feature-settings: "palt";
        margin-bottom: 4px;
    }
}

.c-attention-2026 p b{
    color: #E40012;
}
@media (min-width: 767px) {
    .c-attention-2026 p small{
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .c-attention-2026 p small{
        font-size: 85%;
    }
}
@media (max-width: 375px) {
    .c-attention-2026 p{
    }
}
@media (max-width: 767px) {
    .pc-on {
        display: none;
    }
}
@media (min-width: 768px) {
    .sp-on {
        display: none;
    }
}
@media (max-width: 767px) {
    #btmNavi {
        position: fixed;
        top: 0;
        z-index: 9999;
        width: 100%;
        color: #666;
        background: #fff;
        height: auto;
        /* max-height: calc(100% - 92px); */
        max-height: 100%;
    }
    #btmNaviContent {
        /* display: none; */
        height: 0;
        overflow-y: scroll;
    }
    #btmNaviContent.rmx, #btmNaviContent.inpres {
        /* display: block; */
    }
    .inpres #btmTab {
        background: url('/wp-content/themes/inpresx2013/common/img/btmMenuTabInpres.svg') no-repeat;
        height: 15.132609375vw;
        transition: .3s;
        display: flex;
    }
    .rmx #btmTab {
        background: url('/wp-content/themes/inpresx2013/common/img/btmMenuTabRmx.svg') no-repeat;
        height: 15.132609375vw;
        transition: .3s;
        display: flex;
    }
    #btmTab li {
        display: inline-block;
        text-indent: -9999px;
        width: 50%;
        height: 100%;
    }
    @keyframes show {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    .btmNavi {
        display: none;
        padding: 3.90625% 5.46875% 17.34375vw;
        font-size: 14px;
        color: #808080;
        font-weight: bold;
        animation: show .3s linear 0s;
    }
    .btmNavi a {
        color: #808080;
    }
    .rmx #btmNaviRmx.btmNavi {
        display: block;
    }
    .inpres #btmNaviInpres.btmNavi {
        display: block;
    }
    .btmNavi h5 {
        border-bottom: 1px solid #808080;
        margin-bottom: 3.90625vw;
        padding: 1% 0;
        font-size: 14px;
        font-weight: 200;
    }
    .btmNavi p {
        margin-bottom: 3.90625vw;
    }
    #btmNaviMenu {
        border-top: 3px solid #c1b8cd;
        border-bottom: 3px solid #c1b8cd;
        /* background: url('/wp-content/themes/inpresx2013/common/img/btmMenu.svg') no-repeat; */
        /* background-size: cover; */
        background: #c1b8cd;
        max-height: 72px;
        height: 17.34375vw;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99999;
        margin-bottom: 3px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
    }
    #btmNaviMenu::after {
        content: none;
        height: 3px;
        border-bottom: 3px solid #938092;
        bottom: 0;
        display: block;
    }
    #btmNaviMenu li {
        display: inline-block;
        text-indent: -99999px;
        /* width: 24.296875%; */
        width: calc((100% - 9px) / 4);
        height: 100%;
        /* margin-right: 0.9375%; */
        margin-right: 0;
    }
    #btmNaviMenu li a {
        width: 100%;
        height: 100%;
        display: block;
    }
    #btmNaviMenu li:last-child {
        margin-right: 0;
    }
    #btmNaviMenu li.menu {
        background: url('/wp-content/themes/inpresx2013/common/img/btmMenuMenu.svg') #fff no-repeat;
        background-position: center;
    }
    #btmNaviMenu li.fitting {
        background: url('/wp-content/themes/inpresx2013/common/img/btmMenuFitting.svg') #fff no-repeat;
        background-position: center;
    }
    #btmNaviMenu li.store {
        background: url('/wp-content/themes/inpresx2013/common/img/btmMenuStore.svg') #fff no-repeat;
        background-position: center;
    }
    #btmNaviMenu li.shop {
        background: url('/wp-content/themes/inpresx2013/common/img/btmMenuShop.svg') #fff no-repeat;
        background-position: center;
    }
    #btmNaviMenu li.menu.on {
        background: url('/wp-content/themes/inpresx2013/common/img/btmMenuOnMenu.svg') #808080 no-repeat;
        background-position: center;
    }
    #btmNaviMenu li.fitting.on {
        background: url('/wp-content/themes/inpresx2013/common/img/btmMenuOnFitting.svg') #808080 no-repeat;
        background-position: center;
    }
    #btmNaviMenu li.store.on {
        background: url('/wp-content/themes/inpresx2013/common/img/btmMenuOnStore.svg') #808080 no-repeat;
        background-position: center;
    }
    #btmNaviMenu li.shop.on {
        background: url('/wp-content/themes/inpresx2013/common/img/btmMenuOnShop.svg') #808080 no-repeat;
        background-position: center;
    }
}
