@import url("https://use.typekit.net/hwa3tsu.css");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");

@font-face {
    font-family: 'YakuHanJP';
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/YakuHanJP/YakuHanJP-Thin.eot");
    src: url("../fonts/YakuHanJP/YakuHanJP-Thin.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Thin.woff") format("woff")
}

@font-face {
    font-family: 'YakuHanJP';
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/YakuHanJP/YakuHanJP-Light.eot");
    src: url("../fonts/YakuHanJP/YakuHanJP-Light.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Light.woff") format("woff")
}

@font-face {
    font-family: 'YakuHanJP';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/YakuHanJP/YakuHanJP-DemiLight.eot");
    src: url("../fonts/YakuHanJP/YakuHanJP-DemiLight.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-DemiLight.woff") format("woff")
}

@font-face {
    font-family: 'YakuHanJP';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/YakuHanJP/YakuHanJP-Regular.eot");
    src: url("../fonts/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Regular.woff") format("woff")
}

@font-face {
    font-family: 'YakuHanJP';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/YakuHanJP/YakuHanJP-Medium.eot");
    src: url("../fonts/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Medium.woff") format("woff")
}

@font-face {
    font-family: 'YakuHanJP';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/YakuHanJP/YakuHanJP-Bold.eot");
    src: url("../fonts/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Bold.woff") format("woff")
}

@font-face {
    font-family: 'YakuHanJP';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/YakuHanJP/YakuHanJP-Black.eot");
    src: url("../fonts/YakuHanJP/YakuHanJP-Black.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Black.woff") format("woff")
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
table,
input,
textarea,
select,
option,
button {
    font-size: 100%
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
    display: block
}

input,
textarea {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left
}

img,
a img {
    border: none
}

a {
    cursor: pointer
}

input:not([type="checkbox"]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

html {
    height: 100%;
    line-height: 1.6;
    overflow-y: scroll
}

body {
    position: relative;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
    color: #222
}

@media only screen and (max-width: 47.9375em) {
    body {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial";
        line-height: 1.75
    }
}

@media print,
screen and (min-width: 48em) {
    body {
        font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial";
        line-height: 1.75
    }
}

a {
    text-decoration: underline;
    color: #c0c0c0;
    -webkit-transition: color ease .1s, -webkit-text-decoration ease .1s;
    transition: color ease .1s, -webkit-text-decoration ease .1s;
    transition: color ease .1s, text-decoration ease .1s;
    transition: color ease .1s, text-decoration ease .1s, -webkit-text-decoration ease .1s
}

@media only screen and (max-width: 47.9375em) {
    a {
        word-break: break-all
    }
}

@media print,
screen and (min-width: 48em) {
    a {
        word-break: break-all
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover {
        text-decoration: none
    }
}

@media print,
screen and (min-width: 61.25em) {
    a[href^="tel"] {
        pointer-events: none;
        cursor: text
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    font-weight: normal
}

.l-root-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 100%;
    min-height: 100vh;
    background-color: #fff
}

.l-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1010;
    width: 100%;
    position: absolute
}

@media print,
screen and (min-width: 61.25em) {
    .l-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 10;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: fixed;
        background-color: #fff;
        -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
        transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .25s
    }
}

.l-header.fixed {
    z-index: 1010;
    border-bottom: solid 2px #ddd
}

@media print,
screen and (min-width: 48em) {
    .l-header.fixed {
        position: relative
    }
}

.l-header.animation {
    -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .25s
}

@media print,
screen and (min-width: 61.25em) {
    .l-header.scrolling {
        z-index: 1010;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
    }
}

.l-header.open {
    z-index: 1010
}

.l-header button {
    outline: none
}

.l-header.-white {
    background: white
}

.l-header__button {
    display: block;
    position: fixed;
    z-index: 1010;
    bottom: 40px;
    left: 0;
    width: 66px;
    height: 66px;
    border: none;
    background-color: #000000;
    outline: none;
    cursor: pointer
}

@media print,
screen and (min-width: 48em) {
    .l-header__button {
        width: 80px;
        height: 80px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__button {
        display: none
    }
}

.fixed .l-header__button {
    display: none
}

.l-header__button-text {
    position: relative;
    color: transparent;
    font-size: 9px;
    font-size: .5625rem;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    text-indent: -9999px
}

@media only screen and (max-width: 47.9375em) {
    .l-header__button-text {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .l-header__button-text {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

.browser-is-edge .l-header__button-text {
    bottom: auto
}

@media print,
screen and (min-width: 48em) {
    .l-header__button-text {
        bottom: 13px
    }

    .browser-is-edge .l-header__button-text {
        bottom: 25px
    }
}

.l-header__button-text:before {
    content: 'メニュー';
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    text-indent: 0
}

.l-header__line {
    border: none;
    position: absolute;
    top: 16px;
    left: calc(50% - 12px);
    width: 24px;
    height: 19px;
    padding: 0;
    background-color: transparent
}

@media print,
screen and (min-width: 48em) {
    .l-header__line {
        top: 23px
    }
}

.l-header__line span {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) transform .4s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) transform .4s;
    background-color: #fff
}

.l-header__line:before,
.l-header__line:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) transform .15s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) transform .15s;
    background-color: #fff
}

.l-header__line:before {
    top: 0;
    left: 0
}

.l-header__line:after {
    bottom: 0;
    left: 0
}

.l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1020;
    width: 100%;
    -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .25s
}

@media only screen and (max-width: 47.9375em) {
    .l-header__inner {
        background-color: #fff
    }
}

@media print,
screen and (min-width: 48em) {
    .l-header__inner {
        margin: 0 auto
    }
}

.l-header.open .l-header__inner {
    background-color: #fff
}

.l-header__logo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1030;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media only screen and (max-width: 47.9375em) {
    .l-header__logo img {
        width: 80%;
        display: inline-block;
    }
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__logo {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        padding-left: 20px
    }
}

.l-header__logo a {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
    padding-left: 20px
}

@media print,
screen and (min-width: 48em) {
    .l-header__logo a {
        padding-top: 31px;
        padding-bottom: 25px;
        padding-left: 20px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__logo a {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media print,
screen and (min-width: 80em) {
    .l-header__logo a {
        padding-right: 20px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .l-header__logo a {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.l-header__logo svg {
    display: block;
    fill: #222;
    width: 180px;
    height: 23px
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__logo svg {
        width: 150px;
        height: 18px
    }
}

@media print,
screen and (min-width: 80em) {
    .l-header__logo svg {
        width: 200px;
        height: 25px
    }
}

.open .l-header__logo svg,
.scrolling .l-header__logo svg {
    fill: #222
}

.l-header__logo.-white {
    background: white
}

.l-header__nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    overflow: hidden;
    z-index: 1040;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__nav {
        overflow: visible;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        position: static;
        height: auto;
        width: auto;
        padding-left: 0;
        background-color: transparent;
        -webkit-transform: none;
        transform: none;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.l-header__nav:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
    content: ''
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__nav:after {
        display: none
    }
}

.l-header__nav.animation {
    -webkit-transition: padding cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: padding cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, padding cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, padding cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

.l-header__nav.animation:after {
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

.l-header__nav.active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.l-header__nav.active.searching:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.l-header__nav-inner {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    z-index: 1050;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    padding-right: 17px;
    -webkit-overflow-scrolling: touch
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__nav-inner {
        position: static;
        overflow-y: visible;
        padding-right: 0
    }
}

.device-is-mobile .l-header__nav-inner {
    padding-right: 0
}

.l-header__nav-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    width: calc(100% + 17px);
    height: 100%
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__nav-contents {
        position: static;
        width: auto;
        height: auto
    }
}

.device-is-mobile .l-header__nav-contents {
    width: 100%
}

.l-header__search {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 1030;
    top: 0;
    left: 0;
    width: 100%
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: static;
        z-index: auto;
        top: auto;
        left: auto;
        width: auto;
        padding-right: 22px;
        -webkit-transition: none;
        transition: none
    }
}

.l-header__search.animation {
    -webkit-transition: padding cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: padding cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

.l-header__search-area {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 12px;
    padding-left: 12px
}

@media print,
screen and (min-width: 40.0625em) {
    .l-header__search-area {
        -webkit-transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s, width cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s, width cubic-bezier(0.215, 0.61, 0.355, 1) .4s
    }
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__search-area {
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 0;
        bottom: 0;
        left: 0;
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
        background-color: #f7f7f7;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 5.3333%;
        padding-left: 5.3333%;
        -webkit-transition: none;
        transition: none
    }
}

.l-header__search-area.animation {
    -webkit-transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__search-area.open-1 {
        height: 120px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .l-header__search-area.open-1 {
        height: 140px
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .searching .l-header__search-area {
        width: 85%
    }
}

@media print,
screen and (min-width: 61.25em) {
    .searching .l-header__search-area {
        width: 100%
    }
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__search-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 32px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .l-header__search-inner {
        padding-top: 35px
    }
}

.l-header__search-inner input[type='text'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 30px;
    background-color: #eeeeee;
    border: none;
    border-radius: 3px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial";
    background-repeat: no-repeat;
    background-position: 10px 14px;
    background-image: url("../svg/icon_search_gray.svg");
    background-size: 17px 17px
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__search-inner input[type='text'] {
        padding-top: 11px;
        padding-bottom: 13px;
        padding-left: 60px;
        background-position: 23px 24px;
        background-color: #fff
    }
}

@media print,
screen and (min-width: 93.75em) {
    .l-header__search-inner input[type='text'] {
        padding-top: 17px;
        padding-bottom: 19px
    }
}

.l-header__search-inner input[type='text']:placeholder-shown {
    color: #aaaaaa;
    -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .15s
}

.l-header__search-inner input[type='text']::-webkit-input-placeholder {
    color: #aaaaaa
}

.l-header__search-inner input[type='text']:-moz-placeholder {
    color: #aaaaaa;
    opacity: 1
}

.l-header__search-inner input[type='text']::-moz-placeholder {
    color: #aaaaaa;
    opacity: 1
}

.l-header__search-inner input[type='text']:-ms-input-placeholder {
    color: #aaaaaa
}

.l-header__search-inner input[type='text']:focus {
    outline: none
}

.l-header__search-button {
    display: none
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__search-button {
        display: block;
        width: 200px
    }
}

.l-header__search-trigger {
    display: none;
    position: relative;
    border: none;
    background: none;
    cursor: pointer
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__search-trigger {
        display: block;
        top: -1px;
        padding-top: 25px;
        padding-bottom: 5px;
        padding-right: 6px;
        padding-left: 6px
    }

    .scrolling .l-header__search-trigger {
        padding-top: 18px
    }
}

@media print,
screen and (min-width: 80em) {
    .l-header__search-trigger {
        padding-right: 16px;
        padding-left: 16px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__search-trigger span {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        overflow: hidden;
        padding-bottom: 9px;
        padding-right: 3px;
        padding-left: 1px
    }
}

.l-header__search-trigger span:after {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222;
    -webkit-transform: translate(-110%, 0);
    transform: translate(-110%, 0);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    content: ''
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__search-trigger span:after {
        display: block
    }
}

.open .l-header__search-trigger span:after,
.scrolling .l-header__search-trigger span:after {
    background-color: #222
}

@media print,
screen and (min-width: 61.25em) {

    .l-header__search-trigger:hover span:after,
    .l-header__search-trigger.open span:after {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.l-header__search-trigger svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: #222
}

.open .l-header__search-trigger svg,
.scrolling .l-header__search-trigger svg {
    fill: #222
}

.l-header__cancel-button {
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 6px;
    padding-left: 0;
    -webkit-animation: cancel-btn-fade-out 0.5s forwards;
    animation: cancel-btn-fade-out 0.5s forwards
}

@media only screen and (max-width: 40em) {
    .l-header__cancel-button {
        width: 25%
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .l-header__cancel-button {
        width: 15%
    }
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__cancel-button {
        display: none
    }
}

.l-header__cancel-button button {
    padding: 0;
    background: none;
    border: none;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial";
    font-size: 15px;
    font-size: .9375rem;
    cursor: pointer
}

.searching .l-header__cancel-button {
    -webkit-animation: cancel-btn-fade-in 0.5s forwards;
    animation: cancel-btn-fade-in 0.5s forwards
}

@-webkit-keyframes cancel-btn-fade-in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    30% {
        opacity: 0;
        visibility: hidden
    }

    90% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes cancel-btn-fade-in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    30% {
        opacity: 0;
        visibility: hidden
    }

    90% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes cancel-btn-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }

    20% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes cancel-btn-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }

    20% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

.l-header__main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: visible;
    opacity: 1;
    width: 75%;
    padding-top: 98px;
    padding-bottom: 118px;
    -webkit-transition: width cubic-bezier(0.215, 0.61, 0.355, 1) .4s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) .4s, visibility cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-filter cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: width cubic-bezier(0.215, 0.61, 0.355, 1) .4s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) .4s, visibility cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-filter cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: width cubic-bezier(0.215, 0.61, 0.355, 1) .4s, filter cubic-bezier(0.215, 0.61, 0.355, 1) .25s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) .4s, visibility cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: width cubic-bezier(0.215, 0.61, 0.355, 1) .4s, filter cubic-bezier(0.215, 0.61, 0.355, 1) .25s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) .4s, visibility cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-filter cubic-bezier(0.215, 0.61, 0.355, 1) .25s
}

@media only screen and (max-width: 47.9375em) {
    .l-header__main {
        position: relative;
        z-index: 1020
    }
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        padding: 0;
        -webkit-transition: none;
        transition: none
    }
}

.device-is-mobile .l-header__main {
    width: 75%
}

@media print,
screen and (min-width: 61.25em) {
    .device-is-mobile .l-header__main {
        width: auto
    }
}

.searching .l-header__main {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

@media print,
screen and (min-width: 61.25em) {
    .searching .l-header__main {
        visibility: visible;
        opacity: 1;
        width: auto;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

.l-header__main-item {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

@media only screen and (max-width: 47.9375em) {
    .l-header__main-item::after {
        content: '';
        display: block;
        width: 200px;
        height: 1px;
        margin: 0 auto;
        background: #ccc
    }
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__main-item {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none
    }
}

.l-header__main-item.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.l-header__main-item>a,
.l-header__main-item>button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    max-width: 200px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 0;
    padding-left: 0;
    color: #222;
    line-height: 1.4;
    text-decoration: none;
    letter-spacing: .1em
}

@media print,
screen and (min-width: 61.25em) {

    .l-header__main-item>a,
    .l-header__main-item>button {
        padding-left: 10px;
        color: #222;
        line-height: 1.75
    }
}

@media only screen and (max-width: 47.9375em) {

    .l-header__main-item>a,
    .l-header__main-item>button {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {

    .l-header__main-item>a,
    .l-header__main-item>button {
        max-width: 320px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 61.25em) {

    .l-header__main-item>a,
    .l-header__main-item>button {
        position: static;
        max-width: inherit;
        margin: 0;
        padding-top: 28px;
        padding-bottom: 16px;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-font-feature-settings: 'palt'1;
        font-feature-settings: 'palt'1;
        font-weight: bold;
        font-size: 14px;
        font-size: .875rem;
        -webkit-transition: padding cubic-bezier(0.215, 0.61, 0.355, 1) .15s, color cubic-bezier(0.215, 0.61, 0.355, 1) .1s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
        transition: padding cubic-bezier(0.215, 0.61, 0.355, 1) .15s, color cubic-bezier(0.215, 0.61, 0.355, 1) .1s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s
    }
}

@media only screen and (min-width: 61.25em) and (max-width: 47.9375em) {

    .l-header__main-item>a,
    .l-header__main-item>button {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 61.25em) and (min-width: 48em) {

    .l-header__main-item>a,
    .l-header__main-item>button {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 80em) {

    .l-header__main-item>a,
    .l-header__main-item>button {
        padding-right: 18px;
        padding-left: 18px;
        font-size: 14px;
        font-size: .875rem
    }
}

.l-header__main-item>a:after,
.l-header__main-item>button:after {
    content: ''
}

@media print,
screen and (min-width: 61.25em) {

    .l-header__main-item>a:after,
    .l-header__main-item>button:after {
        display: block
    }
}

@media print,
screen and (min-width: 61.25em) {

    .l-header__main-item>a span,
    .l-header__main-item>button span {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        overflow: hidden;
        padding-bottom: 6px;
        padding-right: 2px;
        padding-left: 1px
    }
}

.l-header__main-item>a span:after,
.l-header__main-item>button span:after {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222;
    -webkit-transform: translate(-110%, 0);
    transform: translate(-110%, 0);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    content: ''
}

@media print,
screen and (min-width: 61.25em) {

    .l-header__main-item>a span:after,
    .l-header__main-item>button span:after {
        display: block
    }
}

@media print,
screen and (min-width: 61.25em) {

    .-inverted .l-header__main-item>a span:after,
    .-inverted .l-header__main-item>button span:after {
        background-color: #fff
    }
}

@media print,
screen and (min-width: 61.25em) {

    .open .l-header__main-item>a span:after,
    .scrolling .l-header__main-item>a span:after,
    .open .l-header__main-item>button span:after,
    .scrolling .l-header__main-item>button span:after {
        background-color: #222
    }
}

@media print,
screen and (min-width: 61.25em) {

    .l-header__main-item>a:hover span:after,
    .l-header__main-item>a.open span:after,
    .l-header__main-item>a.current span:after,
    .l-header__main-item>button:hover span:after,
    .l-header__main-item>button.open span:after,
    .l-header__main-item>button.current span:after {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.open .l-header__main-item>a,
.open .l-header__main-item>button {
    color: #222
}

.scrolling .l-header__main-item>a,
.scrolling .l-header__main-item>button {
    color: #222
}

@media print,
screen and (min-width: 61.25em) {

    .scrolling .l-header__main-item>a,
    .scrolling .l-header__main-item>button {
        padding-top: 15px;
        padding-bottom: 9px
    }
}

.l-header__main-item>a:after {
    display: block;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 5px;
    height: 10px;
    content: '';
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("../svg/arrow_right_darkgray.svg");
    background-size: 5px 10px
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__main-item>a:after {
        display: none
    }
}

.l-header__main-item>button {
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__main-item>button {
        width: auto
    }
}

.l-header__main-item>button:before,
.l-header__main-item>button:after {
    position: absolute;
    display: block;
    top: 50%;
    background-color: #aaaaaa;
    -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s, transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s, transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    content: ''
}

@media print,
screen and (min-width: 61.25em) {

    .l-header__main-item>button:before,
    .l-header__main-item>button:after {
        display: none
    }
}

.l-header__main-item>button:before {
    width: 11px;
    height: 1px;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.l-header__main-item>button:after {
    width: 1px;
    height: 11px;
    right: 5px;
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg)
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__main-item>button span {
        padding-right: 12px
    }
}

.l-header__main-item>button span:after {
    width: calc(100% - 10px)
}

.l-header__main-item>button span svg {
    display: none;
    position: absolute;
    top: 44%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 8px;
    height: 6px;
    margin-left: 3px;
    fill: #222;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__main-item>button span svg {
        display: inline-block
    }
}

@media print,
screen and (min-width: 61.25em) {

    .open .l-header__main-item>button span svg,
    .scrolling .l-header__main-item>button span svg {
        fill: #222
    }
}

.l-header__main-item>button.open:after {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg)
}

@media print,
screen and (min-width: 61.25em) {
    .l-header__main-item>button.open:after {
        -webkit-transform: translate(0, -50%) rotate(0deg);
        transform: translate(0, -50%) rotate(0deg)
    }
}

.l-header__main-item>button.open svg {
    -webkit-transform: translate(0, -50%) rotate(-180deg);
    transform: translate(0, -50%) rotate(-180deg)
}

.l-header__main-item>button:focus {
    outline: none
}

.l-footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    position: relative;
    width: 100%;
    background-color: #222
}

.l-footer__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 47.9375em) {
    .l-footer__inner {
        padding-top: 60px;
        padding-bottom: 58px
    }
}

@media print,
screen and (min-width: 48em) {
    .l-footer__inner {
        padding-top: 120px;
        padding-bottom: 170px;
        padding-right: 5.3333%;
        padding-left: 5.3333%
    }
}

.l-footer__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 47.9375em) {
    .l-footer__buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 200px;
        margin: 0 auto
    }
}

.l-footer__btn {
    display: block
}

@media only screen and (max-width: 47.9375em) {
    .l-footer__btn {
        width: 100%;
        margin-top: 12px
    }
}

@media print,
screen and (min-width: 48em) {
    .l-footer__btn {
        margin-left: 20px
    }
}

@media only screen and (max-width: 47.9375em) {
    .l-footer__btn:first-child {
        margin-top: 0
    }
}

@media print,
screen and (min-width: 48em) {
    .l-footer__btn:first-child {
        margin-left: 0
    }
}

@media only screen and (max-width: 47.9375em) {
    .l-footer__columns {
        margin-top: 30px;
        padding-right: 42px;
        padding-left: 42px
    }
}

@media print,
screen and (min-width: 48em) {
    .l-footer__columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        max-width: 760px;
        margin-top: 50px;
        margin-right: auto;
        margin-left: auto
    }
}

@media only screen and (max-width: 47.9375em) {
    .l-footer__columns:after {
        display: block;
        clear: both;
        content: ''
    }
}

@media only screen and (max-width: 47.9375em) {
    .l-footer__col {
        display: inline
    }
}

@media print,
screen and (min-width: 48em) {
    .l-footer__col {
        margin-top: -6px
    }
}

.l-footer__col-item {
    float: left;
    width: 50%;
    margin-bottom: 14px
}

@media print,
screen and (min-width: 40.0625em) {
    .l-footer__col-item {
        width: 33.33%
    }
}

@media print,
screen and (min-width: 48em) {
    .l-footer__col-item {
        float: none;
        width: auto;
        margin-top: 6px;
        margin-bottom: 0
    }
}

.l-footer__col-item>a {
    display: inline-block;
    color: #aaaaaa;
    text-decoration: none
}

@media only screen and (max-width: 47.9375em) {
    .l-footer__col-item>a {
        font-size: 12px
    }
}

@media print,
screen and (min-width: 48em) {
    .l-footer__col-item>a {
        font-size: 13px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .l-footer__col-item>a:hover {
        color: #fff
    }
}

.l-footer__copyright {
    display: block;
    text-align: center;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: 500;
    color: #fff;
    font-size: 11px;
    font-size: .6875rem;
    letter-spacing: 0.14em
}

@media only screen and (max-width: 47.9375em) {
    .l-footer__copyright {
        margin-top: 33px
    }
}

@media print,
screen and (min-width: 48em) {
    .l-footer__copyright {
        margin-top: 76px
    }
}

.l-breadcrumbs {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    margin: 20px 0 0;
    padding-right: 5.3333%;
    padding-left: 40px
}

@media print,
screen and (min-width: 61.25em) {
    .l-breadcrumbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.l-breadcrumbs__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media print,
screen and (min-width: 48em) {
    .l-breadcrumbs__inner {
        margin-right: auto;
        margin-left: auto
    }
}

.l-breadcrumbs__item {
    margin-right: 16px;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 100% 0.6em;
    background-image: url("../svg/arrow_right_white.svg");
    background-size: 5px 10px;
    font-size: 14px;
    font-size: .875rem;
    white-space: nowrap
}

.browser-is-ie .l-breadcrumbs__item {
    padding-top: 2px
}

.l-breadcrumbs__item:first-child>a svg {
    position: relative;
    top: 0px;
    width: 13px;
    height: 12px;
    fill: #c0c0c0;
    -webkit-transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) .1s;
    transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) .1s
}

.browser-is-ie .l-breadcrumbs__item:first-child>a svg {
    top: -2px
}

.l-breadcrumbs__item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    background: none;
    color: rgba(255, 255, 255, 0.5)
}

.l-breadcrumbs__item>a {
    display: block;
    -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .1s;
    transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .1s;
    color: #fff;
    text-decoration: none
}

@media print,
screen and (min-width: 61.25em) {
    .l-breadcrumbs__item>a:hover {
        color: #c0c0c0
    }
}

.l-breadcrumbs__item>span {
    margin-right: 15px;
    margin-left: 10px
}

.l-breadcrumbs--product .l-breadcrumbs__item:first-child a svg {
    fill: #cccccc
}

.l-breadcrumbs--product .l-breadcrumbs__item:first-child a:hover svg {
    fill: #c0c0c0
}

.l-breadcrumbs--inverted .l-breadcrumbs__item {
    background-image: url("../svg/arrow_right_darkgray.svg");
    background-size: 5px 10px
}

.l-breadcrumbs--inverted .l-breadcrumbs__item:first-child a svg {
    fill: #cccccc
}

.l-breadcrumbs--inverted .l-breadcrumbs__item:first-child a:hover svg {
    fill: #c0c0c0
}

.l-breadcrumbs--inverted .l-breadcrumbs__item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    background: none;
    color: rgba(0, 0, 0, 0.6)
}

.l-breadcrumbs--inverted .l-breadcrumbs__item>a {
    color: #222
}

.l-page-top {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 47.9375em) {
    .l-page-top {
        position: static
    }

    .l-page-top>a {
        display: block;
        height: 60px;
        border-top: 1px solid #ddd;
        text-align: center;
        color: #222;
        text-decoration: none;
        padding: 15px 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .l-page-top>a svg {
        width: 13px;
        height: 13px
    }

    .l-page-top>a span {
        display: inline-block;
        margin-right: 5px
    }
}

@media print,
screen and (min-width: 48em) {
    .l-page-top {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        right: 40px;
        bottom: 40px;
        width: 50px;
        height: 50px;
        z-index: 10;
        -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
        transition: opacity 0.8s ease, visibility 0.8s ease
    }

    .l-page-top.visible {
        visibility: visible;
        opacity: 1
    }

    .l-page-top>a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color: #000;
        overflow: hidden
    }

    .l-page-top>a:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        position: absolute;
        z-index: 30;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #c0c0c0;
        -webkit-transform: translate3d(0, 101%, 0);
        transform: translate3d(0, 101%, 0);
        -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        content: ''
    }

    .l-page-top>a:hover:after {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .l-page-top>a:hover svg {
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0)
    }

    .l-page-top>a>span {
        display: none
    }

    .l-page-top svg {
        position: relative;
        z-index: 40;
        width: 11px;
        height: 5px;
        fill: #fff;
        -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s
    }
}

.c-annotation {
    position: relative;
    margin-top: 4px;
    padding-left: 1em;
    text-align: justify
}

@media only screen and (max-width: 47.9375em) {
    .c-annotation {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .c-annotation {
        font-size: 14px;
        font-size: .875rem
    }
}

.c-annotation:first-child {
    margin-top: 0
}

.c-annotation:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '※'
}

.c-annotation span {
    display: block;
    font-weight: bold;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1
}

@media only screen and (max-width: 47.9375em) {
    .c-annotation span {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .c-annotation span {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    *+.c-annotation {
        margin-top: 15px
    }
}

@media print,
screen and (min-width: 48em) {
    *+.c-annotation {
        margin-top: 15px
    }
}

.c-annotation+.c-annotation {
    margin-top: 4px
}

.c-annotation+.c-annotation:first-child {
    margin-top: 0
}

.c-annotation.-m {
    padding-left: 14px;
    font-size: 14px;
    font-size: .875rem
}

@media print,
screen and (min-width: 48em) {
    .c-annotation.-m {
        padding-left: 16px;
        font-size: 16px;
        font-size: 1rem
    }
}

.c-annotation.-dib {
    display: inline-block
}

.c-annotation.-s {
    padding-left: 14px;
    font-size: 14px;
    font-size: .875rem
}

@media print,
screen and (min-width: 48em) {
    .c-annotation.-s {
        padding-left: 12px;
        font-size: 12px;
        font-size: .75rem
    }
}

.c-button {
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .c-button {
        display: block;
        width: 100%
    }
}

@media print,
screen and (min-width: 48em) {
    .c-button {
        display: block
    }
}

.c-button>a,
.c-button>button,
.c-button>input[type='submit'],
.c-button>div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #222;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    color: #fff;
    -webkit-transition: color cubic-bezier(0.38, 0.33, 0.23, 0.99) 0.4s;
    transition: color cubic-bezier(0.38, 0.33, 0.23, 0.99) 0.4s;
    cursor: pointer
}

@media only screen and (max-width: 47.9375em) {

    .c-button>a,
    .c-button>button,
    .c-button>input[type='submit'],
    .c-button>div {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {

    .c-button>a,
    .c-button>button,
    .c-button>input[type='submit'],
    .c-button>div {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {

    .c-button>a,
    .c-button>button,
    .c-button>input[type='submit'],
    .c-button>div {
        min-height: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.4
    }
}

@media print,
screen and (min-width: 48em) {

    .c-button>a,
    .c-button>button,
    .c-button>input[type='submit'],
    .c-button>div {
        padding-top: 15px;
        padding-bottom: 17px;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.75
    }
}

@media print,
screen and (min-width: 93.75em) {

    .c-button>a,
    .c-button>button,
    .c-button>input[type='submit'],
    .c-button>div {
        padding-top: 20px;
        padding-bottom: 22px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {

    .browser-is-ie .c-button>a,
    .browser-is-ie .c-button>button,
    .browser-is-ie .c-button>input[type='submit'],
    .browser-is-ie .c-button>div {
        padding-top: 22px;
        padding-bottom: 20px
    }
}

.c-button>a:before,
.c-button>button:before,
.c-button>input[type='submit']:before,
.c-button>div:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c0c0c0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    content: ''
}

@media print,
screen and (min-width: 61.25em) {

    .c-button>a:hover,
    .c-button>button:hover,
    .c-button>input[type='submit']:hover,
    .c-button>div:hover {
        color: #fff
    }
}

@media print,
screen and (min-width: 61.25em) {

    .c-button>a:hover:before,
    .c-button>button:hover:before,
    .c-button>input[type='submit']:hover:before,
    .c-button>div:hover:before {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media print,
screen and (min-width: 61.25em) {

    .c-button>a:hover span:after,
    .c-button>button:hover span:after,
    .c-button>input[type='submit']:hover span:after,
    .c-button>div:hover span:after {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
}

.c-button>button,
.c-button>input[type='submit'] {
    border: none
}

.c-button span {
    display: inline-block;
    position: relative;
    z-index: 30
}

.c-button span:after {
    display: inline-block;
    width: 5px;
    height: 10px;
    margin-left: 12px;
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    content: url("../svg/arrow_right_gray.svg")
}

.c-button--inverted>a,
.c-button--inverted>button,
.c-button--inverted>input[type='submit'],
.c-button--inverted>div {
    background: #c0c0c0
}

.c-button--inverted>a:before,
.c-button--inverted>button:before,
.c-button--inverted>input[type='submit']:before,
.c-button--inverted>div:before {
    background-color: #222
}

.c-button--border>a,
.c-button--footer>a,
.c-button--border>button,
.c-button--footer>button,
.c-button--border>input[type='submit'],
.c-button--footer>input[type='submit'],
.c-button--border>div,
.c-button--footer>div {
    background: transparent;
    border: solid 1px #fff
}

.c-button--border>a:before,
.c-button--footer>a:before,
.c-button--border>button:before,
.c-button--footer>button:before,
.c-button--border>input[type='submit']:before,
.c-button--footer>input[type='submit']:before,
.c-button--border>div:before,
.c-button--footer>div:before {
    background-color: #fff
}

@media print,
screen and (min-width: 61.25em) {

    .c-button--border>a:hover,
    .c-button--footer>a:hover,
    .c-button--border>button:hover,
    .c-button--footer>button:hover,
    .c-button--border>input[type='submit']:hover,
    .c-button--footer>input[type='submit']:hover,
    .c-button--border>div:hover,
    .c-button--footer>div:hover {
        color: #222
    }
}

.c-button--border span:after,
.c-button--footer span:after {
    display: none
}

@media print,
screen and (min-width: 61.25em) {

    .c-button--download>a:hover span:after,
    .c-button.-blank>a:hover span:after,
    .c-button--download>button:hover span:after,
    .c-button.-blank>button:hover span:after,
    .c-button--download>input[type='submit']:hover span:after,
    .c-button.-blank>input[type='submit']:hover span:after,
    .c-button--download>div:hover span:after,
    .c-button.-blank>div:hover span:after {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.c-button--download span:after,
.c-button.-blank span:after {
    margin-left: 9px
}

.c-button--footer>a,
.c-button--footer>button,
.c-button--footer>input[type='submit'],
.c-button--footer>div {
    font-size: 12px;
    font-size: .75rem
}

@media only screen and (max-width: 47.9375em) {

    .c-button--footer>a,
    .c-button--footer>button,
    .c-button--footer>input[type='submit'],
    .c-button--footer>div {
        width: 200px;
        min-height: inherit;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-right: 0;
        padding-left: 0
    }
}

@media print,
screen and (min-width: 48em) {

    .c-button--footer>a,
    .c-button--footer>button,
    .c-button--footer>input[type='submit'],
    .c-button--footer>div {
        width: 160px;
        padding-top: 8px;
        padding-bottom: 9px;
        padding-right: 0;
        padding-left: 0;
        text-align: center
    }
}

@media print,
screen and (min-width: 48em) {

    .browser-is-ie .c-button--footer>a,
    .browser-is-ie .c-button--footer>button,
    .browser-is-ie .c-button--footer>input[type='submit'],
    .browser-is-ie .c-button--footer>div {
        padding-top: 9px;
        padding-bottom: 8px
    }
}

.c-button--download span:after {
    width: 15px;
    height: 13px;
    content: url("../svg/icon_download_white.svg")
}

@media print,
screen and (min-width: 61.25em) {

    a:hover .c-button--download>a,
    a:hover .c-button--download>button,
    a:hover .c-button--download>input[type='submit'],
    a:hover .c-button--download>div {
        color: #fff
    }
}

@media print,
screen and (min-width: 61.25em) {

    a:hover .c-button--download>a:before,
    a:hover .c-button--download>button:before,
    a:hover .c-button--download>input[type='submit']:before,
    a:hover .c-button--download>div:before {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.c-button-container {
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .c-button-container {
        margin-top: 40px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-button-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 60px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-button-container.-form {
        margin-top: 80px
    }
}

.c-button-container .c-button {
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .c-button-container .c-button {
        margin-top: 20px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-button-container .c-button {
        max-width: 320px;
        margin-right: 10px;
        margin-left: 10px
    }
}

@media only screen and (max-width: 47.9375em) {
    .c-button-container .c-button:first-child {
        margin-top: 0
    }
}

.c-button.-submit {
    display: block;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 47.9375em) {
    .c-button.-submit {
        width: 60px
    }
}

.c-button.-submit:after {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    content: ''
}

@media only screen and (max-width: 47.9375em) {
    .c-button.-submit:after {
        display: none
    }
}

.c-button.-submit:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c0c0c0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    content: ''
}

.c-button.-submit>input[type='submit'] {
    z-index: 20;
    background-color: transparent;
    border-radius: 0
}

@media only screen and (max-width: 47.9375em) {
    .c-button.-submit>input[type='submit'] {
        width: 60px;
        text-indent: -9999px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-image: url("../svg/icon_search_white.svg");
        background-color: #222;
        background-size: 17px 17px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .c-button.-submit:hover:before {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.c-button.-disabled>a,
.c-button.-disabled>button,
.c-button.-disabled>input[type='submit'],
.c-button.-disabled>div {
    background-color: rgba(34, 34, 34, 0.2);
    pointer-events: none
}

.c-button.-disabled>a:hover:before,
.c-button.-disabled>button:hover:before,
.c-button.-disabled>input[type='submit']:hover:before,
.c-button.-disabled>div:hover:before {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.c-button.-header_search {
    display: none
}

@media print,
screen and (min-width: 61.25em) {
    .c-button.-header_search {
        display: block;
        width: 200px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-button.-search_list {
        display: block;
        width: 200px
    }
}

.c-button.-airvent>a,
.c-button.-airvent>button,
.c-button.-airvent>input[type='submit'],
.c-button.-airvent>div {
    background: #000000
}

.c-button.-hastelloy>a,
.c-button.-hastelloy>button,
.c-button.-hastelloy>input[type='submit'],
.c-button.-hastelloy>div {
    background: #000000
}

.c-button.-inconel>a,
.c-button.-inconel>button,
.c-button.-inconel>input[type='submit'],
.c-button.-inconel>div {
    background: #000000
}

.c-button.-molybdenum>a,
.c-button.-molybdenum>button,
.c-button.-molybdenum>input[type='submit'],
.c-button.-molybdenum>div {
    background: #000000
}

.c-button.-raremetal>a,
.c-button.-raremetal>button,
.c-button.-raremetal>input[type='submit'],
.c-button.-raremetal>div {
    background: #000000
}

.c-button.-raremetalsales>a,
.c-button.-raremetalsales>button,
.c-button.-raremetalsales>input[type='submit'],
.c-button.-raremetalsales>div {
    background: #000000
}

.c-button.-blank span:after {
    position: relative;
    top: -1px;
    width: 13px;
    height: 11px;
    content: url("../svg/icon_blank_white.svg")
}

.c-checkbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative
}

.c-checkbox>label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .1s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .1s;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4;
    cursor: pointer
}

.device-is-mobile.browser-is-safari .c-checkbox>label {
    padding-left: 22px
}

.c-checkbox>label:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
    border-radius: 0;
    color: green;
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    content: ''
}

@media only screen and (max-width: 47.9375em) {
    .c-checkbox>label:before {
        top: 1px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-checkbox>label:before {
        top: 2px
    }
}

.c-checkbox>label:after {
    display: block;
    position: absolute;
    left: 4px;
    width: 6px;
    height: 11px;
    border-style: solid;
    border-width: 2px;
    border-color: currentColor;
    border-left: 0;
    border-top: 0;
    color: transparent;
    -webkit-transform: translateY(-40%) rotate(30deg);
    transform: translateY(-40%) rotate(30deg);
    -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, color cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, color cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    content: ''
}

@media only screen and (max-width: 47.9375em) {
    .c-checkbox>label:after {
        top: 7px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-checkbox>label:after {
        top: 8px
    }
}

.c-checkbox>label span {
    color: red
}

@media print,
screen and (min-width: 61.25em) {
    .c-checkbox>label:hover:before {
        border-color: #c0c0c0
    }
}

.-error .c-checkbox>label:before {
    background-color: rgba(209, 0, 0, 0.06);
    border-color: #d10000
}

.c-checkbox>input {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    overflow: hidden;
    top: auto;
    left: auto;
    width: 0;
    height: 0;
    vertical-align: middle
}

@media print,
screen and (min-width: 61.25em) {
    .c-checkbox>input {
        display: block
    }
}

.c-checkbox>input:checked+label {
    font-weight: bold;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    color: #c0c0c0
}

@media only screen and (max-width: 47.9375em) {
    .c-checkbox>input:checked+label {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .c-checkbox>input:checked+label {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

.c-checkbox>input:checked+label:before {
    background-color: #c0c0c0;
    border-color: #c0c0c0
}

.c-checkbox>input:checked+label:after {
    color: #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.c-checkbox>input:focus+label:before {
    border-color: #c0c0c0
}

.device-is-mobile.browser-is-safari .c-checkbox>input {
    top: 1px;
    left: 1px
}

.c-checkbox.-block>label {
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 32px
}

.browser-is-ie .c-checkbox.-block>label {
    padding-top: 8px;
    padding-bottom: 4px
}

@media only screen and (max-width: 47.9375em) {
    .c-checkbox.-block>label {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .c-checkbox.-block>label {
        font-size: 16px;
        font-size: 1rem
    }
}

.c-checkbox.-block>label:before {
    top: 6px;
    left: 4px;
    width: 20px;
    height: 20px
}

.c-checkbox.-block>label:after {
    top: 14px;
    left: 10px;
    width: 6px;
    height: 11px
}

.device-is-mobile .c-checkbox.-block>label {
    padding-top: 6px;
    padding-left: 28px
}

.device-is-mobile .c-checkbox.-block>label:before {
    left: 0
}

.device-is-mobile .c-checkbox.-block>label:after {
    left: 6px
}

@media print,
screen and (min-width: 61.25em) {
    .c-checkbox.-block>label:hover {
        background-color: rgba(170, 143, 123, 0.2)
    }
}

.p-filters .c-checkbox>label {
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 29px;
    padding-right: 4px;
    -webkit-transition: none;
    transition: none
}

@media only screen and (max-width: 40em) {
    .p-filters .c-checkbox>label {
        padding-top: 6px;
        padding-bottom: 7px;
        padding-left: 28px
    }
}

.browser-is-ie .p-filters .c-checkbox>label {
    padding-top: 5px;
    padding-bottom: 0
}

.device-is-mobile.browser-is-safari .p-filters .c-checkbox>label {
    padding-left: 30px
}

.p-filters .c-checkbox>label:before {
    top: 4px;
    left: 4px
}

@media only screen and (max-width: 40em) {
    .p-filters .c-checkbox>label:before {
        top: 8px;
        left: 4px
    }
}

.p-filters .c-checkbox>label:after {
    top: 10px;
    left: 8px
}

@media only screen and (max-width: 40em) {
    .p-filters .c-checkbox>label:after {
        top: 14px;
        left: 8px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-filters .c-checkbox>label:hover {
        background-color: rgba(170, 143, 123, 0.2)
    }
}

.p-filters .c-checkbox>input:checked+label {
    background-color: rgba(170, 143, 123, 0.2)
}

.c-checkbox--inline {
    display: inline-block
}

.c-content-block {
    padding-right: 5.3333%;
    padding-left: 5.3333%
}

.c-content-block h3 {
    background: #000;
    color: #FFF;
    font-size: 1.2rem;
    padding: .5em;
    margin-bottom: .75em;
}

.c-content-block__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px
}

@media only screen and (max-width: 47.9375em) {
    .c-content-block__inner {
        padding-top: 38px;
        padding-bottom: 75px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-content-block__inner {
        margin-right: auto;
        margin-left: auto;
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .c-content-block__inner {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.c-content-block__section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-right: 5.3333%;
    padding-left: 5.3333%
}

.c-content-block.-form .c-content-block__inner {
    max-width: 820px
}

.c-content-block.-content .c-content-block__inner,
.c-content-block.-other_support .c-content-block__inner {
    max-width: 920px
}

@media print,
screen and (min-width: 48em) {

    .c-content-block.-content .c-content-block__inner,
    .c-content-block.-other_support .c-content-block__inner {
        width: 77%
    }
}

.c-content-block.-reading .c-content-block__inner {
    max-width: 960px
}

@media print,
screen and (min-width: 61.25em) {
    .c-content-block.-reading .c-content-block__inner {
        width: 77%
    }
}

.c-content-block.-width_s .c-content-block__inner {
    max-width: 1240px
}

.c-content-block.-width_m .c-content-block__inner,
.c-content-block.-home_top .c-content-block__inner {
    max-width: 1320px
}

.c-content-block.-home_mid .c-content-block__inner {
    max-width: 1400px
}

.c-content-block.-padding_0 .c-content-block__inner,
.c-content-block.-home_top .c-content-block__inner {
    padding-top: 0;
    padding-bottom: 0
}

.c-content-block.-gray,
.c-content-block.-home_top {
    background-color: #f7f7f7
}

.c-content-block.-darkgray {
    background-color: #ededed
}

.c-content-block.-full {
    padding-right: 0;
    padding-left: 0
}

.c-content-block.-full .c-content-block__inner {
    max-width: inherit
}

@media print,
screen and (min-width: 61.25em) {
    .c-content-block.-reading {
        padding-right: 0;
        padding-left: 0
    }
}

@media print,
screen and (min-width: 48em) {
    .c-content-block.-content {
        padding-right: 0;
        padding-left: 0
    }
}

@media print,
screen and (min-width: 48em) {
    .c-content-block.-other_support {
        padding-right: 0;
        padding-left: 0
    }
}

@media print,
screen and (min-width: 61.25em) {
    .c-content-block.-other_support {
        padding-right: 5.3333%;
        padding-left: 5.3333%
    }
}

@media print,
screen and (min-width: 61.25em) {
    .c-content-block.-other_support .c-content-block__inner {
        width: 100%;
        max-width: 1400px
    }
}

@media only screen and (max-width: 47.9375em) {
    .c-content-block.-mtop_m {
        margin-top: 40px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-content-block.-mtop_m {
        margin-top: 60px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .c-content-block.-mtop_m {
        margin-top: 80px
    }
}

.c-content-block.-mtop_0 {
    margin-top: 0
}

.c-content-block.-ptop_0 .c-content-block__inner {
    padding-top: 0
}

@media only screen and (max-width: 47.9375em) {
    .c-content-block.-ptop_0_sp .c-content-block__inner {
        padding-top: 0
    }
}

.c-content-block.-pbottom_0 .c-content-block__inner {
    padding-bottom: 0
}

@media print,
screen and (min-width: 48em) {
    .c-content-block.-pbottom_l .c-content-block__inner {
        padding-bottom: 80px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .c-content-block.-pbottom_l .c-content-block__inner {
        padding-bottom: 175px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-content-block.-pbottom_l-2 .c-content-block__inner {
        padding-bottom: 125px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .c-content-block.-pbottom_l-2 .c-content-block__inner {
        padding-bottom: 175px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-content-block.-p_l .c-content-block__inner {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.c-content-block.-border {
    border-bottom: solid 1px #ddd
}

@media only screen and (max-width: 47.9375em) {
    .c-content-block.-home_mid .c-content-block__inner {
        padding-top: 46px;
        padding-bottom: 54px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-content-block.-home_mid .c-content-block__inner {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .c-content-block.-home_mid .c-content-block__inner {
        padding-right: 100px;
        padding-left: 100px
    }
}

@media only screen and (max-width: 47.9375em) {
    .-home_mid+.c-content-block.-home_mid {
        margin-top: -10px
    }
}

.-home_mid+.c-content-block.-home_mid .c-content-block__inner {
    padding-top: 0
}

@media only screen and (max-width: 47.9375em) {
    .p-home-panel+.c-content-block.-home_mid {
        margin-top: -42px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-panel+.c-content-block.-home_mid {
        margin-top: -80px
    }
}

.c-content-block.-airvent {
    color: #fff;
    background-color: #22303a
}

@media print,
screen and (min-width: 48em) {
    .c-content-block.-strength-point-v .c-content-block__inner {
        padding-top: 80px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .c-content-block.-strength-point-v .c-content-block__inner {
        padding-top: 100px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-content-block.-strength-point-h .c-content-block__inner {
        padding-bottom: 120px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .c-content-block.-strength-point-h .c-content-block__inner {
        padding-bottom: 160px
    }
}

.c-content-block__inner.-case {
    padding-top: 50px
}

@media only screen and (max-width: 40em) {
    .c-content-block__inner.-case {
        padding-top: 30px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .c-content-block__inner.-case {
        padding-top: 70px
    }
}

.c-definition-list {
    width: 100%
}

.c-definition-list dt {
    position: relative;
    line-height: 1.4
}

.c-definition-list dt:after {
    margin-right: 5px;
    margin-left: 5px;
    content: ':'
}

.c-definition-list dd {
    line-height: 1.4
}

.c-definition-list.-block,
.c-definition-list.-store {
    margin-top: -6px
}

.c-definition-list.-block:after,
.c-definition-list.-store:after {
    display: block;
    clear: both;
    content: ''
}

.c-definition-list.-block dt,
.c-definition-list.-store dt {
    display: block;
    clear: left;
    float: left
}

.c-definition-list.-block dd,
.c-definition-list.-store dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left
}

.c-definition-list.-inline dt {
    display: inline;
    margin-left: 1px
}

.c-definition-list.-inline dt:first-child {
    margin-left: 0
}

.c-definition-list.-inline dd {
    display: inline;
    margin-left: -3px
}

.c-definition-list.-inline dd:after {
    margin-right: 4px;
    margin-left: 4px;
    content: ','
}

.c-definition-list.-inline dd:last-child:after {
    display: none
}

.c-definition-list.-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-definition-list.-flex dt {
    display: block;
    white-space: nowrap
}

.c-definition-list.-flex dd {
    display: block
}

@media only screen and (max-width: 47.9375em) {
    .c-definition-list.-store {
        margin-top: 8px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-definition-list.-store {
        margin-top: 10px
    }

    .c-definition-list.-store dd {
        max-width: calc(100% - 100px)
    }
}

.c-definition-list.-store dt,
.c-definition-list.-store dd {
    line-height: 1.75
}

@media only screen and (max-width: 47.9375em) {

    .c-definition-list.-store dt,
    .c-definition-list.-store dd {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {

    .c-definition-list.-store dt,
    .c-definition-list.-store dd {
        font-size: 16px;
        font-size: 1rem
    }
}

.c-definition-list.-store dt {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .c-definition-list.-store dt {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .c-definition-list.-store dt {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .c-definition-list.-store dt {
        width: 92px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-definition-list.-store dt {
        width: 92px;
        padding-left: 5px
    }
}

.c-definition-list.-store dt:after {
    display: none
}

.c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-flex.-img_width_m {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.c-flex.-img_width_m .c-flex__item.-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media print,
screen and (min-width: 48em) {
    .c-flex.-img_width_m .c-flex__item.-img {
        margin-left: 40px
    }
}

@media only screen and (max-width: 47.9375em) {
    .c-flex.-home_2col .c-flex__item {
        width: 100%
    }
}

@media print,
screen and (min-width: 48em) {
    .c-flex.-home_2col .c-flex__item:first-child {
        width: 21%
    }
}

@media print,
screen and (min-width: 48em) {
    .c-flex.-home_2col .c-flex__item:last-child {
        width: 79%
    }
}

.c-heading-2,
.p-product-edit-area>h3 {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    line-height: 1.5
}

@media only screen and (max-width: 47.9375em) {

    .c-heading-2,
    .p-product-edit-area>h3 {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {

    .c-heading-2,
    .p-product-edit-area>h3 {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {

    .c-heading-2,
    .p-product-edit-area>h3 {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media print,
screen and (min-width: 48em) {

    .c-heading-2,
    .p-product-edit-area>h3 {
        font-size: 32px;
        font-size: 2rem
    }
}

@media print,
screen and (min-width: 93.75em) {

    .c-heading-2,
    .p-product-edit-area>h3 {
        font-size: 34px;
        font-size: 2.125rem
    }
}

@media only screen and (max-width: 47.9375em) {

    .c-heading-2 br,
    .p-product-edit-area>h3 br {
        display: none
    }
}

.c-heading-2>span,
.p-product-edit-area>h3>span {
    display: block;
    margin-bottom: 13px;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    letter-spacing: 0.1em;
    color: #c0c0c0
}

@media only screen and (max-width: 47.9375em) {

    .c-heading-2>span,
    .p-product-edit-area>h3>span {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {

    .c-heading-2>span,
    .p-product-edit-area>h3>span {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media print,
screen and (min-width: 93.75em) {

    .c-heading-2>span,
    .p-product-edit-area>h3>span {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

.c-heading-3,
.p-product-edit-area>h4 {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    line-height: 1.4
}

@media only screen and (max-width: 47.9375em) {

    .c-heading-3,
    .p-product-edit-area>h4 {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {

    .c-heading-3,
    .p-product-edit-area>h4 {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {

    .c-heading-3,
    .p-product-edit-area>h4 {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width: 48em) {

    .c-heading-3,
    .p-product-edit-area>h4 {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media print,
screen and (min-width: 93.75em) {

    .c-heading-3,
    .p-product-edit-area>h4 {
        font-size: 28px;
        font-size: 1.75rem
    }
}

.c-heading-4,
.p-section-column__head {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    line-height: 1.4
}

@media only screen and (max-width: 47.9375em) {

    .c-heading-4,
    .p-section-column__head {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {

    .c-heading-4,
    .p-section-column__head {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {

    .c-heading-4,
    .p-section-column__head {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media print,
screen and (min-width: 48em) {

    .c-heading-4,
    .p-section-column__head {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width: 93.75em) {

    .c-heading-4,
    .p-section-column__head {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.c-heading-5 {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    line-height: 1.4
}

@media only screen and (max-width: 47.9375em) {
    .c-heading-5 {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .c-heading-5 {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .c-heading-5 {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {
    .c-heading-5 {
        font-size: 16px;
        font-size: 1rem
    }
}

.c-heading-1.-center,
.c-heading-2.-center,
.p-product-edit-area>h3.-center,
.c-heading-3.-center,
.p-product-edit-area>h4.-center,
.c-heading-4.-center,
.-center.p-section-column__head,
.c-heading-5.-center {
    text-align: center
}

.c-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .c-image {
        margin-top: 20px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-image {
        margin-top: 54px
    }
}

.c-image img {
    display: block;
    max-width: 100%
}

.browser-is-ie .c-image img {
    width: 100%
}

.c-image:first-child {
    margin-top: 0
}

.c-image__caption {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-size: .8125rem;
    text-align: center
}

@media print,
screen and (min-width: 48em) {
    .c-image.-align_right {
        float: right;
        width: auto;
        margin-top: 15px;
        margin-left: 40px
    }
}

@media only screen and (max-width: 47.9375em) {
    .c-image.-sp_small img {
        max-width: 200px
    }
}

.c-link-arrow,
.p-faq__link {
    text-decoration: none
}

.c-link-arrow:after,
.p-faq__link:after {
    display: inline-block;
    width: 5px;
    height: 10px;
    margin-left: 12px;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    content: url("../svg/arrow_right_darkgray.svg")
}

@media print,
screen and (min-width: 61.25em) {

    a:hover .c-link-arrow:after,
    a:hover .p-faq__link:after,
    .c-link-arrow:hover:after,
    .p-faq__link:hover:after {
        -webkit-transform: translate(4px, 0);
        transform: translate(4px, 0)
    }
}

.c-link-arrow.-reverse:before,
.-reverse.p-faq__link:before {
    display: inline-block;
    width: 5px;
    height: 10px;
    margin-right: 12px;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    content: url("../svg/arrow_right_darkgray_reverse.svg")
}

.c-link-arrow.-reverse:after,
.-reverse.p-faq__link:after {
    display: none
}

@media print,
screen and (min-width: 61.25em) {

    a:hover .c-link-arrow.-reverse:before,
    a:hover .-reverse.p-faq__link:before,
    .c-link-arrow.-reverse:hover:before,
    .-reverse.p-faq__link:hover:before {
        -webkit-transform: translate(-4px, 0);
        transform: translate(-4px, 0)
    }
}

@media print,
screen and (min-width: 61.25em) {

    a:hover .c-link-arrow--invert:after,
    .c-link-arrow--invert:hover:after {
        content: url("../svg/arrow_right_white.svg")
    }
}

.c-link-arrow--bold {
    font-weight: bold;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1
}

@media only screen and (max-width: 47.9375em) {
    .c-link-arrow--bold {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .c-link-arrow--bold {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

.c-link-blank {
    margin-right: 4px
}

.c-link-blank:after {
    display: inline-block;
    position: relative;
    top: -0.1em;
    width: 13px;
    height: 11px;
    margin-left: 5px;
    -webkit-transition: content cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: content cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    content: url("../svg/icon_blank.svg")
}

.c-link-blank:hover {
    text-decoration: none
}

p .c-link-blank {
    text-decoration: underline
}

.c-link-anchor {
    margin-right: 7px;
    text-decoration: none
}

.c-link-anchor:after {
    display: inline-block;
    position: relative;
    top: -0.3em;
    width: 11px;
    height: 5px;
    margin-left: 4px;
    -webkit-transition: content cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: content cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: content cubic-bezier(0.215, 0.61, 0.355, 1) .15s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: content cubic-bezier(0.215, 0.61, 0.355, 1) .15s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    content: url("../svg/arrow_bottom_down_gold.svg")
}

@media print,
screen and (min-width: 61.25em) {
    .c-link-anchor:hover:after {
        -webkit-transform: translate(0, 2px);
        transform: translate(0, 2px);
        content: url("../svg/arrow_bottom_down_gold.svg")
    }
}

p .c-link-anchor {
    font-weight: normal;
    text-decoration: underline
}

.c-list {
    margin-top: 16px
}

.c-list:first-child {
    margin-top: 0
}

@media only screen and (max-width: 47.9375em) {
    .c-list>li {
        font-size: 14px;
        font-size: .875rem;
        margin-top: 6px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-list>li {
        margin-top: 6px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .c-list>li {
        margin-top: 8px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.c-list>li:first-child {
    margin-top: 0
}

@media only screen and (max-width: 47.9375em) {
    .c-list.-sp_large>li {
        font-size: 16px;
        font-size: 1rem
    }
}

.c-list.-disc>li {
    position: relative;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial";
    font-weight: normal
}

@media only screen and (max-width: 47.9375em) {
    .c-list.-disc>li {
        padding-left: 12px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-list.-disc>li {
        padding-left: 16px;
        background-position: 0 0.6em
    }
}

.c-list.-disc>li:before {
    content: "";
    position: absolute;
    top: 0.75em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #C3C0BC
}

.browser-is-ie .c-list.-disc>li:before {
    top: 0.5em
}

.c-list.-disc>li>a {
    text-decoration: none
}

@media print,
screen and (min-width: 61.25em) {
    .c-list.-disc>li>a:hover {
        text-decoration: underline
    }
}

.c-list.-decimal {
    counter-reset: number
}

@media only screen and (max-width: 47.9375em) {
    .c-list.-decimal {
        margin-top: 15px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-list.-decimal {
        margin-top: 20px
    }
}

.c-list.-decimal:first-child {
    margin-top: 0
}

.c-list.-decimal>li {
    position: relative;
    padding-left: 30px
}

@media only screen and (max-width: 47.9375em) {
    .c-list.-decimal>li {
        margin-top: 6px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {
    .c-list.-decimal>li {
        margin-top: 6px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .c-list.-decimal>li {
        margin-top: 8px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.c-list.-decimal>li:before {
    display: block;
    position: absolute;
    left: 0;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    line-height: 1.23;
    counter-increment: number;
    content: counter(number) "."
}

@media only screen and (max-width: 47.9375em) {
    .c-list.-decimal>li:before {
        top: 2px;
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width: 48em) {
    .c-list.-decimal>li:before {
        top: 0;
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .c-list.-decimal>li:before {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.c-list.-decimal>li>a {
    text-decoration: none
}

@media print,
screen and (min-width: 61.25em) {
    .c-list.-decimal>li>a:hover {
        text-decoration: underline
    }
}

.c-list.-decimal>li:first-child {
    margin-top: 0
}

.c-list.-decimal.-font_normal>li:before {
    top: 0;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial";
    font-weight: normal;
    line-height: 1.75
}

@media only screen and (max-width: 47.9375em) {
    .c-list.-decimal.-font_normal>li:before {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {
    .c-list.-decimal.-font_normal>li:before {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .c-list.-decimal.-font_normal>li:before {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.c-overlay {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

.c-overlay.visible {
    visibility: visible;
    opacity: 1
}

.c-section-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .c-section-1 {
        margin-top: 60px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-section-1 {
        margin-top: 102px
    }
}

.c-section-1:first-child {
    margin-top: 0
}

@media only screen and (max-width: 47.9375em) {
    .c-section-1.-border {
        padding-top: 57px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-section-1.-border {
        padding-top: 95px
    }
}

.c-section-2 {
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .c-section-2 {
        margin-top: 45px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-section-2 {
        margin-top: 75px
    }
}

.c-section-2:first-child {
    margin-top: 0
}

@media only screen and (max-width: 47.9375em) {
    .c-section-2.-border {
        padding-top: 43px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-section-2.-border {
        padding-top: 72px
    }
}

.c-section-3 {
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .c-section-3 {
        margin-top: 26px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-section-3 {
        margin-top: 43px
    }
}

.c-section-3:first-child {
    margin-top: 0
}

@media only screen and (max-width: 47.9375em) {

    .c-heading-3+.c-section-3,
    .p-product-edit-area>h4+.c-section-3 {
        margin-top: 32px
    }
}

@media print,
screen and (min-width: 48em) {

    .c-heading-3+.c-section-3,
    .p-product-edit-area>h4+.c-section-3 {
        margin-top: 53px
    }
}

.c-section-4 {
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .c-section-4 {
        margin-top: 23px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-section-4 {
        margin-top: 38px
    }
}

.c-section-4:first-child {
    margin-top: 0
}

.c-section-5 {
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .c-section-5 {
        margin-top: 18px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-section-5 {
        margin-top: 28px
    }
}

.c-section-5:first-child {
    margin-top: 0
}

.c-section-1.-border,
.c-section-2.-border,
.c-section-3.-border,
.c-section-4.-border {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd
}

.c-section-1.-mtop_0,
.c-section-2.-mtop_0,
.c-section-3.-mtop_0,
.c-section-4.-mtop_0 {
    margin-top: 0
}

.c-sentence,
.p-product-edit-area>p,
.p-link-panel__desc {
    text-align: justify
}

@media only screen and (max-width: 47.9375em) {

    .c-sentence,
    .p-product-edit-area>p,
    .p-link-panel__desc {
        margin-top: 10px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {

    .c-sentence,
    .p-product-edit-area>p,
    .p-link-panel__desc {
        margin-top: 16px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 2
    }
}

@media print,
screen and (min-width: 93.75em) {

    .c-sentence,
    .p-product-edit-area>p,
    .p-link-panel__desc {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 2
    }
}

.browser-is-ie .c-sentence,
.browser-is-ie .p-product-edit-area>p,
.browser-is-ie .p-link-panel__desc {
    text-justify: inter-ideograph
}

.c-sentence:first-child,
.p-product-edit-area>p:first-child,
.p-link-panel__desc:first-child {
    margin-top: 0
}

.c-sentence.-center,
.p-product-edit-area>p.-center,
.-center.p-link-panel__desc,
.c-sentence.-head,
.p-product-edit-area>p.-head,
.-head.p-link-panel__desc {
    text-align: center
}

@media only screen and (max-width: 47.9375em) {

    .c-heading-3+.c-sentence,
    .p-product-edit-area>h4+.c-sentence,
    .p-product-edit-area>.c-heading-3+p,
    .p-product-edit-area>h4+p,
    .c-heading-3+.p-link-panel__desc,
    .p-product-edit-area>h4+.p-link-panel__desc {
        margin-top: 19px
    }
}

@media print,
screen and (min-width: 48em) {

    .c-heading-3+.c-sentence,
    .p-product-edit-area>h4+.c-sentence,
    .p-product-edit-area>.c-heading-3+p,
    .p-product-edit-area>h4+p,
    .c-heading-3+.p-link-panel__desc,
    .p-product-edit-area>h4+.p-link-panel__desc {
        margin-top: 31px
    }
}

@media only screen and (max-width: 47.9375em) {

    .c-heading-4+.c-sentence,
    .p-section-column__head+.c-sentence,
    .p-product-edit-area>.c-heading-4+p,
    .p-product-edit-area>.p-section-column__head+p,
    .c-heading-4+.p-link-panel__desc,
    .p-section-column__head+.p-link-panel__desc {
        margin-top: 13px
    }
}

@media print,
screen and (min-width: 48em) {

    .c-heading-4+.c-sentence,
    .p-section-column__head+.c-sentence,
    .p-product-edit-area>.c-heading-4+p,
    .p-product-edit-area>.p-section-column__head+p,
    .c-heading-4+.p-link-panel__desc,
    .p-section-column__head+.p-link-panel__desc {
        margin-top: 22px
    }
}

@media only screen and (max-width: 47.9375em) {

    .c-sentence.-sp_large,
    .p-product-edit-area>p.-sp_large,
    .-sp_large.p-link-panel__desc {
        font-size: 16px;
        font-size: 1rem
    }
}

@media only screen and (max-width: 47.9375em) {

    .c-sentence.-small,
    .p-product-edit-area>p.-small,
    .-small.p-link-panel__desc {
        margin-top: 6px;
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {

    .c-sentence.-small,
    .p-product-edit-area>p.-small,
    .-small.p-link-panel__desc {
        margin-top: 6px;
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 93.75em) {

    .c-sentence.-small,
    .p-product-edit-area>p.-small,
    .-small.p-link-panel__desc {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 93.75em) {

    .c-sentence.-margin_l,
    .p-product-edit-area>p.-margin_l,
    .-margin_l.p-link-panel__desc {
        margin-top: 26px
    }
}

.c-sentence.-head,
.p-product-edit-area>p.-head,
.-head.p-link-panel__desc {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {

    .c-sentence.-head,
    .p-product-edit-area>p.-head,
    .-head.p-link-panel__desc {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {

    .c-sentence.-head,
    .p-product-edit-area>p.-head,
    .-head.p-link-panel__desc {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {

    .c-sentence.-lh_inherit,
    .p-product-edit-area>p.-lh_inherit,
    .-lh_inherit.p-link-panel__desc {
        line-height: inherit
    }
}

@media print,
screen and (min-width: 93.75em) {

    .c-sentence.-lh_inherit,
    .p-product-edit-area>p.-lh_inherit,
    .-lh_inherit.p-link-panel__desc {
        line-height: inherit
    }
}

.c-strong {
    font-weight: bold;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1
}

@media only screen and (max-width: 47.9375em) {
    .c-strong {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .c-strong {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

.c-free-dial::before {
    content: '';
    width: 2rem;
    height: 2rem;
    background-image: url("../../support/img/icon_free-dial.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 0.625rem;
    margin-right: 0.25rem
}

.c-table {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.c-table th,
.c-table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    vertical-align: top
}

@media only screen and (max-width: 47.9375em) {

    .c-table th,
    .c-table td {
        padding-right: 14px;
        padding-left: 14px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {

    .c-table th,
    .c-table td {
        padding-right: 40px;
        padding-left: 40px;
        font-size: 16px;
        font-size: 1rem
    }
}

.c-table th {
    background-color: #F7F7F7;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .c-table th {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .c-table th {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .c-table th {
        padding-top: 6px;
        padding-bottom: 6px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-table th {
        padding-top: 13px;
        padding-bottom: 15px
    }
}

.c-table td {
    background-color: #fff
}

@media only screen and (max-width: 47.9375em) {
    .c-table td {
        padding-top: 6px;
        padding-bottom: 6px
    }
}

@media print,
screen and (min-width: 48em) {
    .c-table td {
        padding-top: 21px;
        padding-bottom: 21px
    }
}

@media print,
screen and (min-width: 48em) {

    .c-table.-padding_s th,
    .c-table.-padding_s td {
        padding-right: 30px;
        padding-left: 30px
    }
}

.c-table.-center th,
.c-table.-center td {
    text-align: center
}

.c-table th.-center,
.c-table td.-center {
    text-align: center
}

@media print,
screen and (min-width: 48em) {

    .c-table th.-nowrap,
    .c-table td.-nowrap {
        white-space: nowrap
    }
}

.c-table-scroll-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.c-table-scroll-container::-webkit-scrollbar {
    height: 6px
}

.c-table-scroll-container::-webkit-scrollbar-track {
    border-radius: 3px
}

.c-table-scroll-container::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.5)
}

.c-table-scroll-container .c-table {
    min-width: 600px
}

.p-accordion-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eeeeee
}

@media print,
screen and (min-width: 61.25em) {
    .p-accordion-container {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%)
    }
}

.p-accordion-container.animation {
    -webkit-transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

.p-accordion-container a,
.p-accordion-container button {
    display: block;
    position: relative;
    padding-top: 12px;
    padding-bottom: 13px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial";
    text-decoration: none;
    color: #222;
    font-size: 14px;
    font-size: .875rem
}

@media print,
screen and (min-width: 48em) {

    .p-accordion-container a,
    .p-accordion-container button {
        -webkit-font-feature-settings: 'palt'1;
        font-feature-settings: 'palt'1;
        font-weight: bold
    }
}

@media only screen and (min-width: 48em) and (max-width: 47.9375em) {

    .p-accordion-container a,
    .p-accordion-container button {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) and (min-width: 48em) {

    .p-accordion-container a,
    .p-accordion-container button {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

.p-accordion-container a:after {
    display: block;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 5px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("../svg/arrow_right_darkgray.svg");
    background-size: 5px 10px;
    content: ''
}

@media print,
screen and (min-width: 61.25em) {
    .p-accordion-container a:after {
        display: none
    }
}

.p-accordion-container button {
    position: relative;
    line-height: 1.75
}

.p-accordion-container button:before,
.p-accordion-container button:after {
    position: absolute;
    display: block;
    top: 50%;
    background-color: #aaaaaa;
    -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s, transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s, transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    content: ''
}

.p-accordion-container button:before {
    width: 11px;
    height: 1px;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.p-accordion-container button:after {
    width: 1px;
    height: 11px;
    right: 5px;
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg)
}

.p-accordion-container button.open:after {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg)
}

.p-accordion-container button.p-accordion-close {
    display: none
}

@media print,
screen and (min-width: 61.25em) {
    .p-accordion-container button.p-accordion-close {
        display: block
    }
}

.close .p-accordion-container {
    height: 0
}

.p-accordion-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 22px;
    padding-bottom: 22px
}

@media print,
screen and (min-width: 61.25em) {
    .p-accordion-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.p-accordion-list>li {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    border-bottom: solid 1px #ddd
}

@media print,
screen and (min-width: 48em) {
    .p-accordion-list>li {
        max-width: 320px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-accordion-list>li {
        width: auto;
        max-width: inherit;
        margin: 0;
        border-bottom: none
    }
}

.p-accordion-list>li:last-child {
    border-bottom: none
}

@media print,
screen and (min-width: 61.25em) {

    .p-accordion-list>li:last-child>a:after,
    .p-accordion-list>li:last-child>button:after {
        display: none
    }
}

.p-accordion-list>li>a,
.p-accordion-list>li>button {
    padding-left: 10px
}

@media print,
screen and (min-width: 61.25em) {

    .p-accordion-list>li>a,
    .p-accordion-list>li>button {
        position: relative;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media print,
screen and (min-width: 93.75em) {

    .p-accordion-list>li>a,
    .p-accordion-list>li>button {
        padding-right: 36px;
        padding-left: 36px
    }
}

.p-accordion-list>li>a:after,
.p-accordion-list>li>button:after {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 14px;
    width: 1px;
    background-color: #ddd;
    content: ""
}

@media print,
screen and (min-width: 61.25em) {

    .p-accordion-list>li>a:after,
    .p-accordion-list>li>button:after {
        display: block
    }
}

.p-accordion-list>li>.p-accordion-container>.p-accordion-list {
    padding-top: 0px;
    padding-bottom: 18px
}

.p-accordion-list>li>.p-accordion-container>.p-accordion-list>li {
    border-bottom: none
}

.p-accordion-list>li>.p-accordion-container>.p-accordion-list>li>a,
.p-accordion-list>li>.p-accordion-container>.p-accordion-list>li>button {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 24px
}

.p-accordion__trigger {
    display: inline-block;
    position: relative;
    -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .15s
}

@media print,
screen and (min-width: 61.25em) {
    .p-accordion__trigger:hover {
        color: #c0c0c0
    }
}

.p-accordion__trigger.is-hide {
    display: none
}

.p-accordion__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color ease .4s;
    transition: color ease .4s
}

@media print,
screen and (min-width: 61.25em) {
    .p-accordion__button {
        cursor: pointer
    }
}

.p-accordion__trigger--inline .p-accordion__button {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none
}

.p-accordion__trigger--inline .p-accordion__button:after {
    content: '閉じる'
}

.is-close .p-accordion__trigger--inline .p-accordion__button:after {
    content: '絞り込みオプションを開く'
}

.p-accordion__trigger--inline .p-accordion__button span {
    margin-right: 8px
}

@media print,
screen and (min-width: 61.25em) {
    .p-accordion__button:hover {
        color: #c0c0c0
    }
}

.p-accordion__button span {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #333;
    -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

@media print,
screen and (min-width: 61.25em) {
    .p-accordion__trigger:hover .p-accordion__button span {
        border-color: #c0c0c0
    }
}

.p-accordion__button span:before,
.p-accordion__button span:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background-color: #333;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    content: ''
}

@media print,
screen and (min-width: 61.25em) {

    .p-accordion__trigger:hover .p-accordion__button span:before,
    .p-accordion__trigger:hover .p-accordion__button span:after {
        background-color: #c0c0c0
    }
}

.is-close .p-accordion__button span:after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg)
}

.p-header-accordion-1__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: 0;
    background-color: #f7f7f7
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-1__container {
        position: absolute;
        width: 100%;
        left: 0
    }
}

.p-header-accordion-1__container.animation {
    -webkit-transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-1__container.open-1 {
        height: 120px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-header-accordion-1__container.open-1 {
        height: 140px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-1__container.open-2 {
        height: 440px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-header-accordion-1__container.open-2 {
        height: 505px
    }
}

.p-header-accordion-1__list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 22px;
    /*    padding-bottom: 22px*/
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-1__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        /*
        padding-top: 34px;
        padding-bottom: 37px
*/
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-header-accordion-1__list {
        /*
        padding-top: 44px;
        padding-bottom: 47px
*/
    }
}

.p-header-accordion-1__list>li {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    border-bottom: solid 1px #ddd
}

@media print,
screen and (min-width: 48em) {
    .p-header-accordion-1__list>li {
        max-width: 320px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-1__list>li {
        width: auto;
        max-width: inherit;
        margin: 0;
        border-bottom: none
    }
}

.p-header-accordion-1__list>li:last-child {
    border-bottom: none
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-1__list>li:last-child>a:after,
    .p-header-accordion-1__list>li:last-child>button:after {
        display: none
    }
}

.p-header-accordion-1__list>li>a,
.p-header-accordion-1__list>li>button {
    display: block;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 0;
    text-decoration: none;
    color: #222;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.4
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-1__list>li>a,
    .p-header-accordion-1__list>li>button {
        position: relative;
        padding-bottom: 7px;
        padding-right: 11px;
        padding-left: 11px;
        -webkit-font-feature-settings: 'palt'1;
        font-feature-settings: 'palt'1;
        font-weight: bold;
        line-height: 1.75
    }
}

@media only screen and (min-width: 61.25em) and (max-width: 47.9375em) {

    .p-header-accordion-1__list>li>a,
    .p-header-accordion-1__list>li>button {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 61.25em) and (min-width: 48em) {

    .p-header-accordion-1__list>li>a,
    .p-header-accordion-1__list>li>button {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 80em) {

    .p-header-accordion-1__list>li>a,
    .p-header-accordion-1__list>li>button {
        font-size: 14px;
        font-size: .875rem;
        padding-right: 24px;
        padding-left: 24px
    }
}

@media print,
screen and (min-width: 93.75em) {

    .p-header-accordion-1__list>li>a,
    .p-header-accordion-1__list>li>button {
        padding-right: 24px;
        padding-left: 24px
    }
}

.p-header-accordion-1__list>li>a:after,
.p-header-accordion-1__list>li>button:after {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    height: 14px;
    width: 1px;
    background-color: #ddd;
    content: ''
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-1__list>li>a:after,
    .p-header-accordion-1__list>li>button:after {
        display: block
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-1__list>li>a span,
    .p-header-accordion-1__list>li>button span {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        overflow: hidden;
        padding-bottom: 6px;
        padding-right: 2px;
        padding-left: 1px
    }
}

.p-header-accordion-1__list>li>a span:after,
.p-header-accordion-1__list>li>button span:after {
    display: none
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-1__list>li>a span:after,
    .p-header-accordion-1__list>li>button span:after {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #222;
        -webkit-transform: translate(-110%, 0);
        transform: translate(-110%, 0);
        -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        content: ''
    }
}

.p-header-accordion-1__list>li>a>span {
    display: block
}

.p-header-accordion-1__list>li>a>span:after {
    display: block;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 5px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("../svg/arrow_right_darkgray.svg");
    background-size: 5px 10px;
    content: ''
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-1__list>li>a>span:after {
        top: auto;
        bottom: 0;
        right: auto;
        left: 0;
        width: 100%;
        height: 2px;
        background-image: none;
        background-color: #222;
        background-size: auto auto;
        -webkit-transform: translate(-110%, 0);
        transform: translate(-110%, 0);
        -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-1__list>li>a:hover>span:after {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.p-header-accordion-1__list>li>button {
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    position: relative;
    line-height: 1.75
}

.p-header-accordion-1__list>li>button>span {
    padding-right: 14px
}

.p-header-accordion-1__list>li>button>span:before,
.p-header-accordion-1__list>li>button>span:after {
    position: absolute;
    display: block;
    top: 50%;
    background-color: #aaaaaa;
    -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s, transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s, transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    content: ''
}

.p-header-accordion-1__list>li>button>span:before {
    width: 11px;
    height: 1px;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-1__list>li>button>span:before {
        display: none
    }
}

.p-header-accordion-1__list>li>button>span:after {
    width: 1px;
    height: 11px;
    right: 5px;
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg)
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-1__list>li>button>span:after {
        top: auto;
        bottom: 0;
        left: 0;
        width: calc(100% - 10px);
        height: 2px;
        background-color: #222;
        -webkit-transform: translate(-110%, 0);
        transform: translate(-110%, 0);
        -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s
    }
}

.p-header-accordion-1__list>li>button>span svg {
    display: none
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-1__list>li>button>span svg {
        display: inline-block;
        position: absolute;
        top: 44%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 8px;
        height: 6px;
        margin-left: 3px;
        fill: #222;
        -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s
    }
}

.p-header-accordion-1__list>li>button.open>span:after {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg)
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-1__list>li>button.open>span:after {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }
}

.p-header-accordion-1__list>li>button.open>span svg {
    -webkit-transform: translate(0, -50%) rotate(-180deg);
    transform: translate(0, -50%) rotate(-180deg)
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-1__list>li>button.-hastelloy>span:after {
        background-color: #325046
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-1__list>li>button.-airvent>span:after {
        background-color: #22303a
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-1__list>li>button.-inconel>span:after {
        background-color: #a7333c
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-1__list>li>button.-molybdenum>span:after {
        background-color: #8d5a50
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-1__list>li>button.-raremetal>span:after {
        background-color: #57233a
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-1__list>li>button.-sv>span:after {
        background-color: #b98d72
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-1__list>li>button.-raremetalcut>span:after {
        background-color: #afaaa7
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-1__list>li>button.-raremetalfeature>span:after {
        background-color: #adb9ca
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-1__list>li>button.open.-inconel>span,
    .p-header-accordion-1__list>li>button:hover.-inconel>span {
        color: #a7333c
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-1__list>li>button.open.-inconel>span svg,
    .p-header-accordion-1__list>li>button:hover.-inconel>span svg {
        fill: #a7333c
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-1__list>li>button.open.-airvent>span,
    .p-header-accordion-1__list>li>button:hover.-airvent>span {
        color: #22303a
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-1__list>li>button.open.-airvent>span svg,
    .p-header-accordion-1__list>li>button:hover.-airvent>span svg {
        fill: #22303a
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-1__list>li>button.open.-molybdenum>span,
    .p-header-accordion-1__list>li>button:hover.-molybdenum>span {
        color: #8d5a50
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-1__list>li>button.open.-molybdenum>span svg,
    .p-header-accordion-1__list>li>button:hover.-molybdenum>span svg {
        fill: #8d5a50
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-1__list>li>button.open.-raremetal>span,
    .p-header-accordion-1__list>li>button:hover.-raremetal>span {
        color: #57233a
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-1__list>li>button.open.-raremetal>span svg,
    .p-header-accordion-1__list>li>button:hover.-raremetal>span svg {
        fill: #57233a
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-1__list>li>button.open.-sv>span,
    .p-header-accordion-1__list>li>button:hover.-sv>span {
        color: #b98d72
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-1__list>li>button.open.-sv>span svg,
    .p-header-accordion-1__list>li>button:hover.-sv>span svg {
        fill: #b98d72
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-1__list>li>button.open.-raremetalcut>span,
    .p-header-accordion-1__list>li>button:hover.-raremetalcut>span {
        color: #afaaa7
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-1__list>li>button.open.-raremetalcut>span svg,
    .p-header-accordion-1__list>li>button:hover.-raremetalcut>span svg {
        fill: #afaaa7
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-1__list>li>button.open.-raremetalfeature>span,
    .p-header-accordion-1__list>li>button:hover.-raremetalfeature>span {
        color: #adb9ca
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-1__list>li>button.open.-raremetalfeature>span svg,
    .p-header-accordion-1__list>li>button:hover.-raremetalfeature>span svg {
        fill: #adb9ca
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-1__list>li>button.open>span:after,
    .p-header-accordion-1__list>li>button:hover>span:after {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.p-header-accordion-1__list>li>button:focus {
    outline: none
}

.p-header-accordion-1__list>li>button.p-accordion-close {
    display: none
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-1__list>li>button.p-accordion-close {
        display: block
    }
}

.p-header-accordion-2__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: 0
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__container {
        position: absolute;
        overflow: visible;
        z-index: 0;
        width: 100%;
        height: auto;
        bottom: 0;
        left: 0;
        background-color: #f7f7f7;
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%)
    }
}

.p-header-accordion-2__container.animation {
    -webkit-transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

.p-header-accordion-2__container.visible {
    z-index: 10
}

.p-header-accordion-2__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 18px
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__inner {
        position: relative;
        overflow: hidden;
        height: 311px;
        padding-bottom: 0
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-header-accordion-2__inner {
        height: 355px
    }
}

.p-header-accordion-2__list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__list {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: absolute;
        bottom: 115px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 100%;
        max-width: 1400px;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-header-accordion-2__list {
        bottom: 140px
    }
}

.browser-is-ie .p-header-accordion-2__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 363px
}

.p-header-accordion-2__item>a {
    display: block;
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 15px;
    padding-left: 14px;
    text-decoration: none;
    color: #222;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__item>a {
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 1.75
    }
}

.p-header-accordion-2__item>a:after {
    display: block;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 5px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("../svg/arrow_right_darkgray.svg");
    background-size: 5px 10px;
    content: ''
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__item>a:after {
        display: none
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__item>a span {
        display: block;
        text-align: center
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__item.-hide_pc {
        display: none
    }
}

.p-header-accordion-2__img {
    display: none
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.p-header-accordion-2__img img {
    display: block
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__img img {
        width: 10vw;
        max-width: 120px;
        -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-header-accordion-2__img img {
        -webkit-transform: scale(1.075);
        transform: scale(1.075)
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 13px
    }
}

.p-header-accordion-2__title {
    position: relative;
    overflow: hidden;
    width: auto;
    font-size: 14px;
    font-size: .875rem
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__title {
        -webkit-font-feature-settings: 'palt'1;
        font-feature-settings: 'palt'1;
        font-weight: bold;
        font-size: 13px;
        font-size: .8125rem
    }
}

@media only screen and (min-width: 61.25em) and (max-width: 47.9375em) {
    .p-header-accordion-2__title {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 61.25em) and (min-width: 48em) {
    .p-header-accordion-2__title {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-header-accordion-2__title {
        font-size: 16px;
        font-size: 1rem
    }
}

.p-header-accordion-2__title:before,
.p-header-accordion-2__title:after {
    display: none;
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    content: ''
}

@media print,
screen and (min-width: 61.25em) {

    .p-header-accordion-2__title:before,
    .p-header-accordion-2__title:after {
        display: block
    }
}

.p-header-accordion-2__title:before {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.p-header-accordion-2__title:after {
    -webkit-transform: translate(-300%, 0);
    transform: translate(-300%, 0)
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-header-accordion-2__title:before {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.p-header-accordion-2__info {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: -2px;
    font-size: 14px;
    font-size: .875rem
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 13px;
        font-size: .8125rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-header-accordion-2__info {
        font-size: 16px;
        font-size: 1rem
    }
}

.p-header-accordion-2__desc {
    display: none;
    width: 100%;
    margin-top: -3px;
    font-size: 14px;
    font-size: .875rem
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__desc {
        display: inline;
        font-size: 13px;
        font-size: .8125rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-header-accordion-2__desc {
        font-size: 16px;
        font-size: 1rem
    }
}

.p-header-accordion-2__buttons {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: 60px;
    /*    background-color: #ededed*/
}

.p-header-accordion-2__buttons.static {
    position: static !important;
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.p-header-accordion-2__buttons>li {
    width: 100%;
    max-width: 280px;
    margin-left: 20px
}

.p-header-accordion-2__buttons>li.en {
    width: 100%;
    max-width: 340px;
    margin-left: 20px
}

.p-header-accordion-2__buttons>li:first-child {
    margin-left: 0
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__container.-hastelloy .p-header-accordion-2__title {
        color: #325046
    }
}

.p-header-accordion-2__container.-hastelloy .p-header-accordion-2__title:before,
.p-header-accordion-2__container.-hastelloy .p-header-accordion-2__title:after {
    background-color: #325046
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__container.-inconel .p-header-accordion-2__title {
        color: #a7333c
    }
}

.p-header-accordion-2__container.-inconel .p-header-accordion-2__title:before,
.p-header-accordion-2__container.-inconel .p-header-accordion-2__title:after {
    background-color: #a7333c
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__container.-airvent .p-header-accordion-2__title {
        color: #22303a
    }
}

.p-header-accordion-2__container.-airvent .p-header-accordion-2__title:before,
.p-header-accordion-2__container.-airvent .p-header-accordion-2__title:after {
    background-color: #22303a
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__container.-molybdenum .p-header-accordion-2__title {
        color: #8d5a50
    }
}

.p-header-accordion-2__container.-molybdenum .p-header-accordion-2__title:before,
.p-header-accordion-2__container.-molybdenum .p-header-accordion-2__title:after {
    background-color: #8d5a50
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__container.-raremetal .p-header-accordion-2__title {
        color: #57233a
    }
}

.p-header-accordion-2__container.-raremetal .p-header-accordion-2__title:before,
.p-header-accordion-2__container.-raremetal .p-header-accordion-2__title:after {
    background-color: #57233a
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__container.-sv .p-header-accordion-2__title {
        color: #b98d72
    }
}

.p-header-accordion-2__container.-sv .p-header-accordion-2__title:before,
.p-header-accordion-2__container.-sv .p-header-accordion-2__title:after {
    background-color: #b98d72
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__container.-raremetalcut .p-header-accordion-2__title {
        color: #afaaa7
    }
}

.p-header-accordion-2__container.-raremetalcut .p-header-accordion-2__title:before,
.p-header-accordion-2__container.-raremetalcut .p-header-accordion-2__title:after {
    background-color: #afaaa7
}

@media print,
screen and (min-width: 61.25em) {
    .p-header-accordion-2__container.-raremetalfeature .p-header-accordion-2__title {
        color: #adb9ca
    }
}

.p-header-accordion-2__container.-raremetalfeature .p-header-accordion-2__title:before,
.p-header-accordion-2__container.-raremetalfeature .p-header-accordion-2__title:after {
    background-color: #adb9ca
}

.p-home-visual {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 0;
    padding-right: 5.3333%;
    padding-left: 5.3333%
}

@media only screen and (max-width: 47.9375em) {
    .p-home-visual {
        height: 100vw;
        max-height: 500px;
        margin-top: 55px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-visual {
        height: 84.3vh;
        min-height: 720px;
        max-height: 60.5vw;
        margin-top: 80px;
        background-color: #000
    }
}

.p-home-visual__carousel {
    position: absolute;
    overflow: hidden;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .p-home-visual__carousel {
        height: 100%
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-visual__carousel {
        height: 100%
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-home-visual__carousel:after {
        display: block;
        position: absolute;
        z-index: 10;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 37.33vw;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
        content: ''
    }
}

.p-home-visual__list {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-home-visual__list:before {
    display: block;
    position: absolute;
    z-index: 40;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #020024;
    background: -webkit-gradient(linear, left bottom, left top, from(#020024), color-stop(0%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, #020024 0%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, #020024 0%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    content: ''
}

@media only screen and (max-width: 47.9375em) {
    .p-home-visual__list:before {
        height: 30%;
        max-height: 90px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-visual__list:before {
        height: 40%;
        max-height: 360px
    }
}

.p-home-visual__bg {
    display: block;
    opacity: 0;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top 50% left 50%;
    background-size: cover;
    -webkit-transform: scale(1.075, 1.075);
    transform: scale(1.075, 1.075);
    -webkit-transition: opacity linear .85s;
    transition: opacity linear .85s
}

.p-home-visual__bg.-active {
    z-index: 30
}

.p-home-visual__bg.-visible {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: opacity linear .85s, -webkit-transform linear 7s;
    transition: opacity linear .85s, -webkit-transform linear 7s;
    transition: opacity linear .85s, transform linear 7s;
    transition: opacity linear .85s, transform linear 7s, -webkit-transform linear 7s
}

.p-home-visual__nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 20
}

@media only screen and (max-width: 47.9375em) {
    .p-home-visual__nav {
        top: 50%;
        right: 24px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-visual__nav {
        width: 100%;
        height: calc(100% - 80px);
        top: 0;
        padding-right: 30px
    }
}

@-webkit-keyframes pulseMotion {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
        background-color: rgba(170, 143, 123, 0.4)
    }

    40% {
        background-color: rgba(170, 143, 123, 0.4)
    }

    90% {
        -webkit-transform: translate(-50%, -50%) scale(6.5, 6.5);
        transform: translate(-50%, -50%) scale(6.5, 6.5);
        background-color: rgba(170, 143, 123, 0)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(6.5, 6.5);
        transform: translate(-50%, -50%) scale(6.5, 6.5);
        background-color: rgba(170, 143, 123, 0)
    }
}

@keyframes pulseMotion {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
        background-color: rgba(170, 143, 123, 0.4)
    }

    40% {
        background-color: rgba(170, 143, 123, 0.4)
    }

    90% {
        -webkit-transform: translate(-50%, -50%) scale(6.5, 6.5);
        transform: translate(-50%, -50%) scale(6.5, 6.5);
        background-color: rgba(170, 143, 123, 0)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(6.5, 6.5);
        transform: translate(-50%, -50%) scale(6.5, 6.5);
        background-color: rgba(170, 143, 123, 0)
    }
}

.p-home-visual__nav-item {
    display: block;
    position: relative;
    overflow: visible;
    width: 6px;
    height: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 50%
}

@media print,
screen and (min-width: 61.25em) {
    .p-home-visual__nav-item {
        cursor: pointer;
        outline: none
    }
}

.p-home-visual__nav-item:before,
.p-home-visual__nav-item:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    content: ''
}

.p-home-visual__nav-item:before {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .4s, transform cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .4s, transform cubic-bezier(0.215, 0.61, 0.355, 1) .25s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .25s
}

.p-home-visual__nav-item:after {
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: pulseMotion 1.4s linear infinite;
    animation: pulseMotion 1.4s linear infinite;
    -webkit-transition: opacity linear .4s;
    transition: opacity linear .4s;
    content: ''
}

.browser-is-ie .p-home-visual__nav-item:after {
    display: none
}

@media print,
screen and (min-width: 61.25em) {
    .p-home-visual__nav-item:hover:before {
        -webkit-transform: translate(-50%, -50%) scale(1.67, 1.67);
        transform: translate(-50%, -50%) scale(1.67, 1.67)
    }
}

.p-home-visual__nav-item:focus {
    outline: none
}

.p-home-visual__nav-item.-active:before {
    background-color: #c0c0c0;
    -webkit-transform: translate(-50%, -50%) scale(1.67, 1.67);
    transform: translate(-50%, -50%) scale(1.67, 1.67)
}

.p-home-visual__nav-item.-active:after {
    opacity: 1
}

.p-home-visual__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .p-home-visual__inner {
        margin-bottom: 16px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-visual__inner {
        margin-bottom: 130px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-home-visual__inner {
        margin-bottom: 150px
    }
}

.p-home-visual__msg {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 47.9375em) {
    .p-home-visual__msg {
        padding-top: 29px;
        padding-bottom: 50px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-visual__msg {
        margin-top: -20px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-home-visual__main {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vw;
        max-height: 60vh
    }
}

.p-home-visual__main svg {
    position: absolute;
    z-index: 10;
    bottom: 40px;
    fill: #fff;
    left: 5.3333%
}

@media only screen and (max-width: 40em) {
    .p-home-visual__main svg {
        width: 240px;
        height: 50px
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-home-visual__main svg {
        width: 270px;
        height: 57px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-visual__main svg {
        position: relative;
        bottom: auto;
        left: auto;
        width: 438px;
        height: 92px;
        -webkit-transition: fill linear .4s;
        transition: fill linear .4s
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-home-visual__main svg {
        width: 438px;
        height: 92px
    }
}

.p-home-visual__sub {
    display: block;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    -webkit-transition: color linear .4s;
    transition: color linear .4s
}

@media only screen and (max-width: 47.9375em) {
    .p-home-visual__sub {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-visual__sub {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-home-visual__sub {
        color: #222;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.75
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-visual__sub {
        margin-top: 18px;
        font-size: 14px;
        font-size: .875rem;
        color: #fff;
        line-height: 2
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-home-visual__sub {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-home-visual__button {
        margin-top: 13px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-visual__button {
        width: 240px;
        margin-top: 29px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-home-visual__button {
        width: 280px
    }
}

.p-home-visual__button li {
    margin-top: 8px
}

.p-home-visual__button li:first-child {
    margin-top: 0
}

@media print,
screen and (min-width: 48em) {
    .p-home-visual.-inverted .p-home-visual__sub {
        color: #222
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-visual.-inverted .p-home-visual__main svg {
        fill: #222
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-visual__bg.-num1 {
        background-image: url("../../img/new/img_main1-new.jpg")
    }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2),
print and (-moz-min-device-pixel-ratio: 2),
screen and (min-width: 48em) and (-moz-min-device-pixel-ratio: 2) {
    .p-home-visual__bg.-num1 {
        background-image: url("../../img/new/img_main1-new.jpg")
    }
}

@media print,
screen and (min-width: 48em) {

    .browser-is-ie .p-home-visual__bg.-num1,
    .browser-is-safari .p-home-visual__bg.-num1 {
        background-image: url("../../img/new/img_main1-new.jpg")
    }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2),
print and (-moz-min-device-pixel-ratio: 2),
screen and (min-width: 48em) and (-moz-min-device-pixel-ratio: 2) {

    .browser-is-ie .p-home-visual__bg.-num1,
    .browser-is-safari .p-home-visual__bg.-num1 {
        background-image: url("../../img/new/img_main1-new.jpg")
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-visual__bg.-num2 {
        background-image: url("../../img/new/img_main2-new.jpg")
    }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2),
print and (-moz-min-device-pixel-ratio: 2),
screen and (min-width: 48em) and (-moz-min-device-pixel-ratio: 2) {
    .p-home-visual__bg.-num2 {
        background-image: url("../../img/new/img_main2-new.jpg")
    }
}

@media print,
screen and (min-width: 48em) {

    .browser-is-ie .p-home-visual__bg.-num2,
    .browser-is-safari .p-home-visual__bg.-num2 {
        background-image: url("../../img/new/img_main2-new.jpg")
    }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2),
print and (-moz-min-device-pixel-ratio: 2),
screen and (min-width: 48em) and (-moz-min-device-pixel-ratio: 2) {

    .browser-is-ie .p-home-visual__bg.-num2,
    .browser-is-safari .p-home-visual__bg.-num2 {
        background-image: url("../../img/new/img_main2-new.jpg")
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-visual__bg.-num3 {
        background-image: url("../../img/new/img_main3-new.jpg")
    }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2),
print and (-moz-min-device-pixel-ratio: 2),
screen and (min-width: 48em) and (-moz-min-device-pixel-ratio: 2) {
    .p-home-visual__bg.-num3 {
        background-image: url("../../img/new/img_main3-new.jpg")
    }
}

@media print,
screen and (min-width: 48em) {

    .browser-is-ie .p-home-visual__bg.-num3,
    .browser-is-safari .p-home-visual__bg.-num3 {
        background-image: url("../../img/new/img_main3-new.jpg")
    }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2),
print and (-moz-min-device-pixel-ratio: 2),
screen and (min-width: 48em) and (-moz-min-device-pixel-ratio: 2) {

    .browser-is-ie .p-home-visual__bg.-num3,
    .browser-is-safari .p-home-visual__bg.-num3 {
        background-image: url("../../img/new/img_main3-new.jpg")
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-visual__bg.-num4 {
        background-image: url("../../img/new/img_main4-new.jpg")
    }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2),
print and (-moz-min-device-pixel-ratio: 2),
screen and (min-width: 48em) and (-moz-min-device-pixel-ratio: 2) {
    .p-home-visual__bg.-num4 {
        background-image: url("../../img/new/img_main4-new.jpg")
    }
}

@media print,
screen and (min-width: 48em) {

    .browser-is-ie .p-home-visual__bg.-num4,
    .browser-is-safari .p-home-visual__bg.-num4 {
        background-image: url("../../img/new/img_main4-new.jpg")
    }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2),
print and (-moz-min-device-pixel-ratio: 2),
screen and (min-width: 48em) and (-moz-min-device-pixel-ratio: 2) {

    .browser-is-ie .p-home-visual__bg.-num4,
    .browser-is-safari .p-home-visual__bg.-num4 {
        background-image: url("../../img/new/img_main4-new.jpg")
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-home-visual__bg.-num1 {
        background-image: url("../../img/new/img_main1-new.jpg")
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-home-visual__bg.-num2 {
        background-image: url("../../img/new/img_main2-new.jpg")
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-home-visual__bg.-num3 {
        background-image: url("../../img/new/img_main3-new.jpg")
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-home-visual__bg.-num4 {
        background-image: url("../../img/new/img_main4-new.jpg")
    }
}

.p-main-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 0;
    padding-right: 5.3333%;
    padding-left: 5.3333%
}

@media only screen and (max-width: 47.9375em) {
    .p-main-visual {
        height: 40vh;
        max-height: 280px;
        margin-top: 63px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-main-visual {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 93vh;
        min-height: 720px;
        max-height: 60.5vw
    }
}

.p-main-visual:before {
    display: block;
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #020024;
    background: -webkit-gradient(linear, left bottom, left top, from(#020024), color-stop(0%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, #020024 0%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, #020024 0%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    content: ""
}

@media only screen and (max-width: 47.9375em) {
    .p-main-visual:before {
        height: 30%;
        max-height: 90px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-main-visual:before {
        height: 40%;
        max-height: 360px
    }
}

.p-main-visual:after {
    display: block;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    content: ''
}

@media only screen and (max-width: 47.9375em) {
    .p-main-visual:after {
        background-position: 0 0;
        background-image: url("../../img/img_main_sp.jpg")
    }
}

@media print,
screen and (min-width: 48em) {
    .p-main-visual:after {
        min-width: 1380px;
        background-position: 50% 100%;
        background-image: url("../../img/img_main.jpg")
    }
}

@media print,
screen and (min-width: 80em) {
    .p-main-visual:after {
        background-position: 50% 50%
    }
}

.p-main-visual>* {
    display: block
}

@media print,
screen and (min-width: 48em) {
    .p-main-visual.-choice::after {
        background-image: url("../../choice/img/img_main@2x.jpg")
    }
}

@media print,
screen and (min-width: 48em) {
    .p-main-visual.-strength::after {
        background-image: url("../../strength/img/img_main@2x.jpg")
    }
}

.p-main-visual__inner {
    width: 100%;
    position: relative;
    z-index: 30
}

@media only screen and (max-width: 47.9375em) {
    .p-main-visual__inner {
        margin-bottom: 16px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-main-visual__inner {
        margin-bottom: 151px
    }
}

.p-main-visual__inner>* {
    display: block
}

.p-main-visual__main {
    display: block;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem
}

@media only screen and (max-width: 47.9375em) {
    .p-main-visual__main {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-main-visual__main {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 20em) {
    .p-main-visual__main {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media only screen and (min-width: 22.5625em) {
    .p-main-visual__main {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-main-visual__main {
        font-size: 36px;
        font-size: 2.25rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-main-visual__main {
        font-size: 42px;
        font-size: 2.625rem
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-main-visual__main.-sp-tal {
        text-align: left
    }
}

@media print,
screen and (min-width: 48em) {
    .-child .p-main-visual__inner {
        padding-bottom: 74px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .-child .p-main-visual__inner {
        padding-bottom: 94px
    }
}

@media print,
screen and (min-width: 48em) {
    .-child {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 70vh
    }
}

.-child .p-main-visual__main {
    margin-top: 0
}

.p-home-panel {
    position: relative;
    padding-right: 5.3333%;
    padding-left: 5.3333%;
    background-color: #F7F6F5
}

@media only screen and (max-width: 47.9375em) {
    .p-home-panel {
        padding-top: 20px;
        padding-bottom: 42px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-panel {
        padding-bottom: 80px
    }
}

.p-home-panel__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff
}

@media only screen and (max-width: 47.9375em) {
    .p-home-panel__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-panel__block {
        margin-top: 20px
    }
}

.p-home-panel__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-color: #EEEEEE;
    text-align: center;
}

.p-home-panel__item img {
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin: 10px auto;
}

@media only screen and (max-width: 47.9375em) {
    .p-home-panel__item {
        width: 100%;
        padding-top: 33px;
        padding-bottom: 40px;
        padding-right: 20px;
        padding-left: 20px;
        border-width: 1px 0 0 0
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-panel__item {
        width: 25%;
        padding-top: 26px;
        padding-bottom: 28px;
        padding-right: 40px;
        padding-left: 40px;
        border-width: 0 0 0 1px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-home-panel__item {
        padding-right: 35px;
        padding-left: 35px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-home-panel__item {
        padding-top: 35px;
        padding-bottom: 40px;
        padding-right: 50px;
        padding-left: 50px
    }
}

.p-home-panel__item:first-child {
    border-width: 0
}

@media print,
screen and (min-width: 48em) {
    .p-home-panel__item:first-child {
        padding-right: 20px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-home-panel__item:first-child {
        padding-right: 35px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-home-panel__item:first-child {
        padding-right: 44px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-panel__item:last-child {
        padding-left: 18px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-home-panel__item:last-child {
        padding-left: 35px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-home-panel__item:last-child {
        padding-left: 44px
    }
}

.p-home-panel__main {
    display: block;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    line-height: 1.5
}

@media only screen and (max-width: 47.9375em) {
    .p-home-panel__main {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-panel__main {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-home-panel__main {
        margin-top: 6px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-panel__main {
        margin-top: 1px;
        font-size: 26px;
        font-size: 1.5rem
    }
}

.p-home-panel__sub {
    display: block;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    color: #c0c0c0;
    letter-spacing: 0.1em
}

@media only screen and (max-width: 47.9375em) {
    .p-home-panel__sub {
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-panel__sub {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-home-panel__desc {
        margin-top: 22px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-panel__desc {
        margin-top: 20px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-home-panel__link {
        margin-top: 23px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-panel__link {
        max-width: 300px;
        margin-top: 33px
    }
}

.p-special-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 47.9375em) {
    .p-special-section {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 50px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-special-section {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-section {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.p-special-section__img {
    display: none
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-section__img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: relative;
        overflow: hidden;
        width: 30%;
        margin-top: -7vh;
        margin-bottom: 72px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-special-section__img {
        margin-bottom: 100px
    }
}

.p-special-section__img:before {
    position: absolute;
    z-index: 0;
    width: 120%;
    left: -10%;
    height: 50%;
    background-color: #fff;
    content: ''
}

@media only screen and (max-width: 47.9375em) {
    .p-special-section__img:before {
        display: block
    }
}

@media print,
screen and (min-width: 48em) {
    .p-special-section__img:before {
        display: none
    }
}

.p-special-section__img img {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1)
}

.browser-is-ie .p-special-section__img img {
    max-height: 529px
}

.p-special-section__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 47.9375em) {
    .p-special-section__text {
        width: 100%;
        margin-top: 44px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-special-section__text {
        width: 100%;
        padding-top: 73px;
        padding-bottom: 73px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-section__text {
        width: calc(70% - 7.5%);
        margin-left: 7.5%;
        padding-top: 72px;
        padding-bottom: 72px
    }
}

.p-special-section.-white .p-special-section__img:before {
    background-color: #f7f7f7
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-section.-large .p-special-section__img {
        width: 38.5%;
        margin-top: -6vh
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-section.-large .p-special-section__text {
        width: calc(61.5% - 7%)
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-special-section.-large .p-special-section__text {
        padding-top: 125px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-special-section.-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-section.-reverse .p-special-section__text {
        padding-right: 70px;
        padding-left: 0
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-special-section.-reverse .p-special-section__text {
        padding-right: 100px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-section.-wide {
        margin-top: 120px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-section.-wide:first-child {
        margin-top: 0
    }
}

.p-special-section.-wide .p-special-section__img {
    margin-top: 0
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-section.-wide .p-special-section__img {
        width: 54%;
        padding-bottom: 0
    }
}

.p-special-section.-wide .p-special-section__img img {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1)
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-section.-wide .p-special-section__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(46% - 4.2%);
        margin-left: 4.2%;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-section.-wide.-reverse .p-special-section__text {
        margin-right: 4.2%;
        margin-left: 0;
        padding-right: 0
    }
}

.p-home-heading>* {
    display: block;
    width: 100%;
    text-align: center
}

.p-home-heading__title {
    position: relative;
    z-index: 10;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    letter-spacing: 0.03em;
    color: #fff;
    line-height: 1.25em;
}

@media only screen and (max-width: 47.9375em) {
    .p-home-heading__title {
        font-size: 29px;
        font-size: 1.8125rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-heading__title {
        font-size: 57px;
        font-size: 3.5625rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-home-heading__title {
        font-size: 64px;
        font-size: 4rem
    }
}

.p-home-heading__bg {
    position: absolute;
    z-index: 0;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.05);
    white-space: nowrap;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none
}

@media only screen and (max-width: 47.9375em) {
    .p-home-heading__bg {
        font-size: 70px;
        font-size: 3.875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-heading__bg {
        font-size: 110px;
        font-size: 7.4375rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-home-heading__bg {
        font-size: 130px;
        font-size: 8.375rem
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-home-heading__bg>span {
        display: none
    }
}

.p-home-heading__desc {
    position: relative;
    z-index: 10;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8)
}

@media only screen and (max-width: 47.9375em) {
    .p-home-heading__desc {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-heading__desc {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-home-heading__desc {
        margin-top: 10px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-heading__desc {
        margin-top: -7px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-home-heading__desc {
        margin-top: -11px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-home-heading__desc br {
        /*        display: none*/
    }
}

.p-series-block {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5.3333%
}

.p-series-block:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    content: ''
}

.p-series-block.-from_right:before {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.p-series-block.-active:before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.p-series-block__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 1470px
}

@media only screen and (max-width: 47.9375em) {
    .p-series-block__inner {
        padding-top: 38px;
        padding-bottom: 75px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-series-block__inner {
        margin-right: auto;
        margin-left: auto;
        padding-top: 100px;
        padding-bottom: 150px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-series-block__inner.tight {
        padding-top: 15px;
        padding-bottom: 30px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-series-block__inner.tight {
        margin-right: auto;
        margin-left: auto;
        padding-top: 20px;
        padding-bottom: 70px
    }
}

.p-series-block__inner .bnr img {
    margin: 0 auto;
    display: block;
}

.p-series-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.p-series-block-container .p-series-block {
    width: 100%
}

@media print,
screen and (min-width: 61.25em) {
    .p-series-block-container .p-series-block {
        width: 50%
    }
}

.p-series-block--border {
    border-bottom: solid 1px #ddd
}

.p-series-block--inconel {
    color: #fff
}

.p-series-block--inconel:before {
    background-color: #a33e46;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ae4951), to(#a33e46));
    background-image: -webkit-linear-gradient(top, #ae4951, #a33e46);
    background-image: linear-gradient(to bottom, #ae4951, #a33e46)
}

.p-series-block--hastelloy {
    color: #fff
}

.p-series-block--hastelloy:before {
    background-color: #24342e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2b4038), to(#24342e));
    background-image: -webkit-linear-gradient(top, #2b4038, #24342e);
    background-image: linear-gradient(to bottom, #2b4038, #24342e)
}

.p-series-block--airvent {
    color: #fff
}

.p-series-block--airvent:before {
    background-color: #1f2e38;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#23313b), to(#1f2e38));
    background-image: -webkit-linear-gradient(top, #23313b, #1f2e38);
    background-image: linear-gradient(to bottom, #23313b, #1f2e38)
}

.p-series-block--molybdenum {
    color: #fff
}

.p-series-block--molybdenum:before {
    background-color: #5c4440;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#68504c), to(#5c4440));
    background-image: -webkit-linear-gradient(top, #68504c, #5c4440);
    background-image: linear-gradient(to bottom, #68504c, #5c4440)
}

.p-series-block--raremetal {
    color: #fff
}

.p-series-block--raremetal:before {
    background-color: #5a223a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#57233a), to(#5a223a));
    background-image: -webkit-linear-gradient(top, #57233a, #5a223a);
    background-image: linear-gradient(to bottom, #57233a, #5a223a)
}

.p-series-block--sv {
    color: #fff
}

.p-series-block--sv:before {
    background-color: #aa7e62;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b98d72), to(#aa7e62));
    background-image: -webkit-linear-gradient(top, #b98d72, #aa7e62);
    background-image: linear-gradient(to bottom, #b98d72, #aa7e62)
}

.p-series-block--raremetalsales {
    color: #fff
}

.p-series-block--raremetalsales:before {
    background-color: #aa7e62;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b98d72), to(#aa7e62));
    background-image: -webkit-linear-gradient(top, #b98d72, #aa7e62);
    background-image: linear-gradient(to bottom, #b98d72, #aa7e62)
}

.p-series-block--raremetalcut {
    color: #fff
}

.p-series-block--raremetalcut:before {
    background-color: #a7a19d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#afaaa7), to(#a7a19d));
    background-image: -webkit-linear-gradient(top, #afaaa7, #a7a19d);
    background-image: linear-gradient(to bottom, #afaaa7, #a7a19d)
}

.p-series-block--raremetalfeature {
    color: #fff
}

.p-series-block--raremetalfeature:before {
    background-color: #adb9ca;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#adb9ca), to(#adb9ca));
    background-image: -webkit-linear-gradient(top, #adb9ca, #adb9ca);
    background-image: linear-gradient(to bottom, #adb9ca, #adb9ca)
}

.p-panel-menu {
    border-top: solid 1px #ddd
}

.p-panel-menu__inner {
    background-color: #f7f7f7
}

@media print,
screen and (min-width: 40.0625em) {
    .p-panel-menu__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-panel-menu__inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.p-panel-menu__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 40em) {
    .p-panel-menu__item {
        border-bottom: solid 1px #ddd
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-panel-menu__item {
        width: 50%;
        border-style: solid;
        border-width: 1px 1px 0 0;
        border-color: #ddd
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-panel-menu__item {
        width: 100%;
        border-width: 0 1px 0 0
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-panel-menu__item:nth-child(-n+2) {
        border-width: 0 1px 0 0
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-panel-menu__item:last-child {
        border-bottom: none
    }
}

@media print,
screen and (min-width: 48em) {
    .p-panel-menu__item:last-child {
        border-right: none
    }
}

.p-panel-menu__item>a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    color: #222;
    background-color: #fff;
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .25s
}

@media only screen and (max-width: 40em) {
    .p-panel-menu__item>a {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-right: 5.3333%;
        padding-left: 5.3333%
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-panel-menu__item>a {
        height: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 10px;
        padding-left: 10px;
        text-align: center
    }
}

@media print,
screen and (min-width: 48em) {
    .p-panel-menu__item>a {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-panel-menu__item>a {
        padding-top: 90px;
        padding-bottom: 96px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-panel-menu__item>a:hover {
        background-color: #c0c0c0
    }
}

.p-panel-menu__en {
    display: block;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #c0c0c0
}

@media only screen and (max-width: 40em) {
    .p-panel-menu__en {
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-panel-menu__en {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-panel-menu__en {
        color: #fff
    }
}

.p-panel-menu__title {
    display: block;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .p-panel-menu__title {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-panel-menu__title {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 40em) {
    .p-panel-menu__title {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-panel-menu__title {
        margin-top: 4px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-panel-menu__title {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-panel-menu__title {
        color: #fff
    }
}

.p-panel-menu__desc {
    display: block;
    font-size: 14px;
    font-size: .875rem
}

@media only screen and (max-width: 40em) {
    .p-panel-menu__desc {
        margin-top: 12px
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-panel-menu__desc {
        margin-top: 16px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-panel-menu__desc {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-panel-menu__desc {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media only screen and (max-width: 40em) {
    .p-panel-menu__desc:after {
        display: inline-block;
        width: 5px;
        height: 10px;
        margin-left: 8px;
        content: url("../svg/arrow_right_black.svg")
    }
}

@media only screen and (max-width: 40em) {
    .p-panel-menu__desc span {
        display: none
    }
}

.p-panel-menu__desc br {
    display: none
}

@media print,
screen and (min-width: 80em) {
    .p-panel-menu__desc br {
        display: block
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-panel-menu__desc {
        color: #fff
    }
}

.p-panel-menu__link {
    color: #c0c0c0
}

@media only screen and (max-width: 40em) {
    .p-panel-menu__link {
        display: none;
        margin-top: 8px;
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-panel-menu__link {
        display: block;
        margin-top: 12px;
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-panel-menu__link {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-panel-menu__link {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-panel-menu__link {
        color: #fff
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-panel-menu__link:after {
        content: url("../svg/arrow_right_white.svg")
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-panel-menu.-max3 .p-panel-menu__item {
        width: 33.33%;
        border-width: 0 1px 0 0
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-panel-menu.-max3 .p-panel-menu__item {
        width: 33.33%
    }
}

.p-visual-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80vh;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-image: url("../../img/img_main.jpg");
    background-size: cover
}

.p-visual-copy__inner>* {
    display: block
}

.p-visual-copy__sub {
    display: block;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    color: #c0c0c0;
    letter-spacing: 0.1em
}

@media only screen and (max-width: 47.9375em) {
    .p-visual-copy__sub {
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-visual-copy__sub {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-visual-copy__sub {
        font-size: 16px;
        font-size: 1rem
    }
}

.p-visual-copy__main {
    display: block;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    line-height: 1.5
}

@media only screen and (max-width: 47.9375em) {
    .p-visual-copy__main {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-visual-copy__main {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-visual-copy__main {
        margin-top: 6px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-visual-copy__main {
        margin-top: 18px;
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-visual-copy__main {
        font-size: 34px;
        font-size: 2.125rem
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-visual-copy__desc {
        margin-top: 22px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-visual-copy__desc {
        margin-top: 20px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-visual-copy__link {
        margin-top: 23px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-visual-copy__link {
        max-width: 300px;
        margin-top: 33px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-pickup-list {
        margin-top: 18px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-pickup-list__item {
        margin-top: 20px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-pickup-list__item {
        margin-top: 24px
    }
}

.p-pickup-list__item:first-child {
    margin-top: 0
}

.p-pickup-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #222;
    text-decoration: none
}

.p-pickup-list__img {
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 47.9375em) {
    .p-pickup-list__img {
        width: 90px;
        margin-right: 15px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-pickup-list__img {
        width: 120px;
        margin-right: 30px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-pickup-list__img {
        margin-right: 60px
    }
}

.p-pickup-list__img img {
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-pickup-list__img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.p-pickup-list__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.p-pickup-list__date {
    display: block;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    color: #c0c0c0
}

@media only screen and (max-width: 47.9375em) {
    .p-pickup-list__date {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-pickup-list__date {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-pickup-list__date {
        margin-top: -5px;
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-pickup-list__date {
        margin-top: -9px;
        font-size: 16px;
        font-size: 1rem
    }
}

.p-pickup-list__title {
    margin-top: 4px;
    color: #222
}

@media only screen and (max-width: 47.9375em) {
    .p-pickup-list__title {
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-pickup-list__title {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-pickup-list__title {
        text-decoration: underline
    }
}

.p-pickup-list__title:after {
    display: inline-block;
    position: relative;
    width: 5px;
    height: 10px;
    margin-left: 9px;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    content: url("../svg/arrow_right_black.svg")
}

@media print,
screen and (min-width: 48em) {
    .p-pickup-list__title:after {
        top: -1px
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-pickup-list__title:after {
        -webkit-transform: translate(4px, 0);
        transform: translate(4px, 0)
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-eng-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media print,
screen and (min-width: 48em) {
    .p-eng-heading {
        margin-top: -15px
    }
}

.p-eng-heading__body {
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1
}

@media only screen and (max-width: 47.9375em) {
    .p-eng-heading__body {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-eng-heading__body {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-eng-heading__body {
        font-size: 36px;
        font-size: 2.25rem
    }
}

.p-eng-heading__body span {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .p-eng-heading__body span {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-eng-heading__body span {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-eng-heading__body span {
        display: inline-block;
        margin-left: 14px;
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-eng-heading__body span {
        display: block;
        margin-top: 7px;
        margin-left: 2px;
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-eng-heading__body span {
        font-size: 14px;
        font-size: .875rem
    }
}

.p-eng-heading__link {
    display: block
}

@media only screen and (max-width: 47.9375em) {
    .p-eng-heading__link {
        margin-top: 10px;
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-eng-heading__link {
        margin-top: 14px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-eng-heading__link {
        font-size: 16px;
        font-size: 1rem
    }
}

.p-series-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 47.9375em) {
    .p-series-list {
        margin-top: 36px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-series-list {
        margin-top: 50px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-series-list__item {
        width: 50%;
        margin-top: 30px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-series-list__item {
        margin-top: 30px
    }

    .p-series-list--max4 .p-series-list__item {
        margin-top: 0
    }
}

@media print,
screen and (min-width: 80em) {
    .p-series-list__item {
        margin-top: 0
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-series-list__item:nth-child(-n+2) {
        margin-top: 0
    }
}

@media print,
screen and (min-width: 48em) {
    .p-series-list__item:nth-child(-n+3) {
        margin-top: 0
    }
}

.p-series-list__item>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: none;
    color: #fff
}

.p-series-list__item>a span {
    display: block;
    text-align: center
}

.p-series-list__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
}

.p-series-list__img img {
    display: block
}

.product-index .p-series-list__item>a {
    color: #000 !important
}

@media only screen and (max-width: 47.9375em) {
    .p-series-list__img img {
        width: 75px;
        margin-bottom: 3px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-series-list__img img {
        width: 15vw;
        max-width: 178px;
        margin-bottom: 14px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-series-list__img.large img {
        width: 25vw;
        max-width: 400px;
        margin-bottom: 14px
    }
}

@media print,
screen and (min-width: 80em) {
    .p-series-list__img img {
        width: 12vw
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-series-list__img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.p-series-list__text {
    display: block
}

body:not(.browser-is-ie) .p-series-list__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.browser-is-ie .p-series-list__text {
    max-width: 100%
}

.p-series-list__series {
    position: relative;
    overflow: hidden;
    width: 100%;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
}

@media only screen and (max-width: 47.9375em) {
    .p-series-list__series {
        margin-top: 3px;
        margin-bottom: -4px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-series-list__series {
        margin-top: 14px;
        margin-bottom: -4px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-series-list__series {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.p-series-list__new-icon {
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .p-series-list__new-icon {
        margin-top: 12px;
        margin-bottom: 11px;
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-series-list__new-icon {
        margin-top: 15px;
        margin-bottom: 12px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-series-list__new-icon {
        margin-top: 21px;
        margin-bottom: 18px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.p-series-list__title {
    position: relative;
    width: auto;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
}

@media only screen and (max-width: 47.9375em) {
    .p-series-list__title {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-series-list__title {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-series-list__title {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-series-list__title {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-series-list__title {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.p-series-list__title:after {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 5px;
    height: 10px;
    margin-left: 8px;
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    content: url("../svg/arrow_right_white.svg")
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-series-list__title:after {
        -webkit-transform: translate(4px, 0);
        transform: translate(4px, 0)
    }
}

.p-series-list__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 2px;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
}

@media only screen and (max-width: 47.9375em) {
    .p-series-list__info {
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-series-list__info {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-series-list__info {
        font-size: 16px;
        font-size: 1rem
    }
}

.p-series-list__info li {
    display: block;
    position: relative;
    padding-right: 16px;
    padding-left: 16px
}

.p-series-list__info li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 55%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 15px;
    background-color: #ccc;
    content: ''
}

.p-series-list__info li:first-child {
    padding-left: 0
}

.p-series-list__info li:first-child:before {
    display: none
}

.p-series-list__info li:last-child {
    padding-right: 0
}

.p-series-list__desc {
    width: 100%;
    margin-top: 4px;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
}

@media only screen and (max-width: 47.9375em) {
    .p-series-list__desc {
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-series-list__desc {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-series-list__desc {
        font-size: 16px;
        font-size: 1rem
    }
}

.p-series-list__item.inconel .p-series-list__series,
.p-series-list__item.inconel .p-series-list__title {
    color: #a7333c
}

.p-series-list__item.inconel .p-series-list__series:before,
.p-series-list__item.inconel .p-series-list__title:before {
    background-color: #a7333c
}

.p-series-list__item.airvent .p-series-list__series,
.p-series-list__item.airvent .p-series-list__title {
    color: #22303a
}

.p-series-list__item.airvent .p-series-list__series:before,
.p-series-list__item.airvent .p-series-list__title:before {
    background-color: #22303a
}

.p-series-list__item.molybdenum .p-series-list__series,
.p-series-list__item.molybdenum .p-series-list__title {
    color: #8d5a50
}

.p-series-list__item.molybdenum .p-series-list__series:before,
.p-series-list__item.molybdenum .p-series-list__title:before {
    background-color: #8d5a50
}

.p-series-list--inverted .p-series-list__item>a {
    color: #222
}

.p-series-list--inverted .p-series-list__title:before,
.p-series-list--inverted .p-series-list__title:after {
    background-color: #222
}

@media print,
screen and (min-width: 61.25em) {
    .p-series-list__img--fixed_height_1 {
        height: 370px
    }
}

.p-series-list--max1,
.p-series-list--max2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media print,
screen and (min-width: 48em) {

    .p-series-list--max1 .p-series-list__item,
    .p-series-list--max2 .p-series-list__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        max-width: 400px
    }

    .browser-is-ie .p-series-list--max1 .p-series-list__item,
    .browser-is-ie .p-series-list--max2 .p-series-list__item {
        max-width: none
    }
}

@media print,
screen and (min-width: 48em) {
    .p-series-list--max3 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media print,
screen and (min-width: 48em) {
    .p-series-list--max3 .p-series-list__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        max-width: 400px
    }

    .browser-is-ie .p-series-list--max3 .p-series-list__item {
        max-width: none
    }
}

@media print,
screen and (min-width: 48em) {
    .p-series-list--max4 .p-series-list__item {
        width: 25%
    }
}

@media print,
screen and (min-width: 48em) {
    .p-series-list--max5 .p-series-list__item {
        width: 33.33%
    }
}

@media print,
screen and (min-width: 80em) {
    .p-series-list--max5 .p-series-list__item {
        width: 20%
    }
}

.p-series-list--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.p-history-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media only screen and (max-width: 47.9375em) {
    .p-history-list {
        margin-top: 18px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-history-list {
        margin-top: -20px;
        margin-left: -20px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-history-list {
        margin-left: -40px
    }
}

.p-history-list__item {
    width: 100%;
    margin-top: 20px
}

@media print,
screen and (min-width: 61.25em) {
    .p-history-list__item {
        width: calc(50% - 20px);
        margin-top: 20px;
        margin-left: 20px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-history-list__item {
        width: calc(50% - 40px);
        margin-left: 40px
    }
}

.p-history-list__item:first-child {
    margin-top: 0
}

@media print,
screen and (min-width: 61.25em) {
    .p-history-list__item:first-child {
        margin-top: 20px
    }
}

.p-history-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background-color: #fff;
    color: #222;
    text-decoration: none;
    -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .25s
}

@media print,
screen and (min-width: 61.25em) {
    .p-history-list__item a:hover {
        background-color: #c0c0c0;
        color: #fff
    }
}

.p-history-list__img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 47.9375em) {
    .p-history-list__img {
        width: 90px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-history-list__img {
        width: 120px
    }
}

.p-history-list__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 47.9375em) {
    .p-history-list__inner {
        width: 100%;
        height: 90px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-history-list__inner {
        width: 100%;
        height: 120px;
        padding: 5px
    }
}

.p-history-list__inner img {
    display: block;
    height: 100%;
    max-height: 100%;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-history-list__inner img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.p-history-list__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (max-width: 47.9375em) {
    .p-history-list__text {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
        padding-left: 15px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-history-list__text {
        padding-top: 13px;
        padding-bottom: 16px;
        padding-right: 30px;
        padding-left: 30px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-history-list__time {
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-history-list__time {
        font-size: 14px;
        font-size: .875rem
    }
}

.p-history-list__time svg {
    position: relative;
    width: 16px;
    height: 14px;
    fill: #222;
    -webkit-transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) .1s;
    transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) .1s
}

@media only screen and (max-width: 47.9375em) {
    .p-history-list__time svg {
        top: 2px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-history-list__time svg {
        top: 1px
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-history-list__time svg {
        fill: #fff
    }
}

.p-history-list__time span {
    margin-left: 5px
}

.p-history-list__name {
    display: block;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .p-history-list__name {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-history-list__name {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-history-list__name {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-history-list__name {
        margin-top: 2px;
        font-size: 16px;
        font-size: 1rem
    }
}

.p-history-list__name svg {
    display: inline-block;
    width: 6px;
    height: 11px;
    margin-left: 3px;
    -webkit-transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) .1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) .1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, fill cubic-bezier(0.215, 0.61, 0.355, 1) .1s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, fill cubic-bezier(0.215, 0.61, 0.355, 1) .1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    fill: #222
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-history-list__name svg {
        -webkit-transform: translate(4px, 0);
        transform: translate(4px, 0);
        fill: #fff
    }
}

.p-history-list__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 47.9375em) {
    .p-history-list__info {
        margin-top: 3px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-history-list__info {
        margin-top: 5px
    }
}

.p-history-list__info>li {
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .p-history-list__info>li {
        margin-right: 10px;
        padding-right: 11px;
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-history-list__info>li {
        margin-right: 10px;
        padding-right: 11px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 80em) {
    .p-history-list__info>li {
        font-size: 16px;
        font-size: 1rem
    }
}

.p-history-list__info>li:after {
    display: block;
    position: absolute;
    right: 0;
    -webkit-transform: tranlsate(0, -50%);
    transform: tranlsate(0, -50%);
    width: 1px;
    background-color: #222;
    -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .1s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .1s;
    content: ''
}

@media only screen and (max-width: 47.9375em) {
    .p-history-list__info>li:after {
        top: 22%;
        height: 12px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-history-list__info>li:after {
        top: 30%;
        height: 15px
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-history-list__info>li:after {
        background-color: #fff
    }
}

.p-history-list__info>li:last-child {
    margin-right: 0;
    padding-right: 0
}

.p-history-list__info>li:last-child:after {
    display: none
}

.p-history-list__item.-airvent .p-history-list__img {
    background-color: #22303a
}

.p-history-list__item.-hastelloy .p-history-list__img {
    background-color: #325046
}

.p-history-list__item.-inconel .p-history-list__img {
    background-color: #a7333c
}

.p-history-list__item.-molybdenum .p-history-list__img {
    background-color: #8d5a50
}

.p-history-list__item.-raremetal .p-history-list__img {
    background-color: #57233a
}

.p-history-list__item.-raremetalsales .p-history-list__img {
    background-color: #b98d72
}

.p-history-list__item.-raremetalcut .p-history-list__img {
    background-color: #afaaa7
}

.p-local-nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #f7f7f7
}

.p-local-nav__slider {
    position: relative;
    overflow-x: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch
}

.p-local-nav__slider::-webkit-scrollbar {
    height: 3px
}

.p-local-nav__slider::-webkit-scrollbar-track {
    border-radius: 3px
}

.p-local-nav__slider::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.5)
}

.p-local-nav__inner {
    width: 100%;
    max-width: 1400px
}

@media only screen and (max-width: 47.9375em) {
    .p-local-nav__inner {
        min-width: 1000px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-local-nav__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: 1000px;
        margin-right: auto;
        margin-left: auto
    }
}

.p-local-nav__item {
    display: block
}

@media only screen and (max-width: 47.9375em) {
    .p-local-nav__item {
        float: left;
        width: 110px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-local-nav__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 20%
    }

    .browser-is-ie .p-local-nav__item {
        max-width: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%
    }
}

.p-local-nav__item a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-right: 8px;
    padding-left: 8px;
    color: #222;
    text-decoration: none
}

@media only screen and (max-width: 47.9375em) {
    .p-local-nav__item a {
        padding-top: 14px;
        padding-bottom: 14px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-local-nav__item a {
        padding-top: 27px;
        padding-bottom: 27px
    }
}

.p-local-nav__img img {
    display: block;
    margin: 0 auto
}

@media only screen and (max-width: 47.9375em) {
    .p-local-nav__img img {
        max-width: 36px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-local-nav__img img {
        max-width: 46px
    }
}

.p-local-nav__title,
.p-local-nav__capacity,
.p-local-nav__desc {
    display: block;
    line-height: 1.4;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {

    .p-local-nav__title,
    .p-local-nav__capacity,
    .p-local-nav__desc {
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {

    .p-local-nav__title,
    .p-local-nav__capacity,
    .p-local-nav__desc {
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 93.75em) {

    .p-local-nav__title,
    .p-local-nav__capacity,
    .p-local-nav__desc {
        font-size: 14px;
        font-size: .875rem
    }
}

.p-local-nav__title {
    margin-top: 1px
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-local-nav__title {
        color: #c0c0c0
    }
}

.p-local-nav__title:after {
    display: inline-block;
    width: 5px;
    height: 10px;
    margin-left: 7px;
    content: url("../svg/arrow_right_black.svg");
    -webkit-transition: content cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: content cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, content cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, content cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-local-nav__title:after {
        -webkit-transform: translate(4px, 0);
        transform: translate(4px, 0);
        content: url("../svg/arrow_right_gold.svg")
    }
}

.p-local-nav__capacity {
    margin-top: 3px
}

@media only screen and (max-width: 47.9375em) {
    .p-local-nav__capacity {
        display: none
    }
}

.p-local-nav__desc {
    margin-top: 3px
}

@media only screen and (max-width: 47.9375em) {
    .p-local-nav__desc {
        display: none
    }
}

.p-page-visual {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff
}

@media only screen and (max-width: 47.9375em) {
    .p-page-visual {
        padding: 0 0 43px 0
    }
}

@media print,
screen and (min-width: 48em) {
    .p-page-visual {
        height: 300px;
        min-height: 268px;
        max-height: 30vh;
        margin: 80px 0 0
    }
}

@media print,
screen and (min-width: 48em) {
    .p-page-visual.-height_auto {
        height: auto;
        min-height: auto;
        max-height: inherit
    }
}

.p-page-visual__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-right: 5.3333%;
    padding-left: 5.3333%;
    border-bottom: solid 1px #eeeeee;
}

@media print,
screen and (min-width: 48em) {
    .p-page-visual__inner {
        height: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.p-page-visual__inner>* {
    display: block
}

.p-page-visual__block {
    position: relative
}

@media print,
screen and (min-width: 48em) {
    .p-page-visual__block {
        top: 28.5%
    }
}

.p-page-visual__en {
    display: block;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    color: #c0c0c0;
    letter-spacing: 0.1em;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .p-page-visual__en {
        padding-top: 88px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-page-visual__en {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-page-visual__en {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

.p-page-visual__heading {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .p-page-visual__heading {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-page-visual__heading {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-page-visual__heading {
        margin-top: 4px;
        font-size: 26px;
        font-size: 1.625rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-page-visual__heading {
        margin-top: 4px;
        font-size: 32px;
        font-size: 2rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-page-visual__heading {
        margin-top: 7px;
        font-size: 42px;
        font-size: 2.625rem
    }
}

.p-page-visual__description {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: 700;
    text-align: center;
    margin: 8px 0 0;
    font-size: 16px;
    font-size: 1rem
}

@media only screen and (max-width: 47.9375em) {
    .p-page-visual__description {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-page-visual__description {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-page-visual__description {
        margin: 18px 0 0
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-page-visual__description {
        font-size: 18px;
        font-size: 1.125rem;
        margin: 24px 0 0
    }
}

.p-page-visual.-hastelloy {
    background-color: #325046;
    color: #fff;
    padding-bottom: 0
}

.p-page-visual.-airvent {
    background-color: #22303a;
    color: #fff;
    padding-bottom: 0
}

.p-page-visual.-inconel {
    background-color: #a7333c;
    color: #fff;
    padding-bottom: 0
}

.p-page-visual.-molybdenum {
    background-color: #8d5a50;
    color: #fff;
    padding-bottom: 0
}

.p-page-visual.-raremetal {
    background-color: #57233a;
    color: #fff;
    padding-bottom: 0
}

.p-page-visual.-raremetalsales {
    background-color: #b98d72;
    color: #fff;
    padding-bottom: 0
}

.p-page-visual.-raremetalcut {
    background-color: #afaaa7;
    color: #fff;
    padding-bottom: 0
}

p-page-visual.-raremetalfeature {
    background-color: #adb9ca;
    color: #fff;
    padding-bottom: 0
}

.p-section-heading {
    display: block;
    width: 100%;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .p-section-heading {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-section-heading {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-section-heading {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-section-heading {
        font-size: 32px;
        font-size: 2rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-section-heading {
        font-size: 34px;
        font-size: 2.125rem
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-section-heading br {
        display: none
    }
}

.p-section-heading__sub {
    display: block;
    margin-bottom: 14px;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    letter-spacing: 0.1em;
    color: #c0c0c0
}

@media only screen and (max-width: 47.9375em) {
    .p-section-heading__sub {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-section-heading__sub {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-section-heading__sub {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

.p-section-heading.-inverted {
    color: #000
}

.p-section-heading.-inverted .p-section-heading__sub {
    color: #000
}

.p-section-heading.-left {
    text-align: left
}

@media only screen and (max-width: 47.9375em) {
    .p-section-heading.-sp-padding {
        padding: 0 5.3333%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.p-feature-visual {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 47.9375em) {
    .browser-is-ie .p-feature-visual {
        max-height: 400px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-feature-visual__img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        z-index: 0;
        height: 40vw;
        max-height: 90vh
    }
}

.p-feature-visual__img img {
    display: block;
    width: 100%;
    height: auto
}

@media only screen and (max-width: 47.9375em) {
    .p-feature-visual__img img {
        position: relative
    }
}

@media print,
screen and (min-width: 48em) {
    .p-feature-visual__img img {
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-feature-visual__img img {
        top: 50%;
        bottom: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.p-product-head {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .p-product-head {
        padding-top: 100px;
        padding-bottom: 50px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-head {
        top: 35%
    }
}

.p-product-head__bg {
    position: absolute;
    z-index: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.05);
    white-space: nowrap;
    line-height: 1;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none
}

@media only screen and (max-width: 47.9375em) {
    .p-product-head__bg {
        top: 110px;
        font-size: 50px;
        font-size: 3.125rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-head__bg {
        top: -35px;
        font-size: 125px;
        font-size: 7.8125rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-product-head__bg {
        top: -41px;
        font-size: 140px;
        font-size: 8.75rem
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-product-head__bg>span {
        display: none
    }
}

.p-product-head__en {
    display: block;
    position: absolute;
    z-index: 10;
    width: 100%;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .p-product-head__en {
        top: 77px;
        font-size: 14px;
        font-size: .875rem;
        padding-top: 30px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-head__en {
        top: -17px;
        font-size: 15px;
        font-size: .9375rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-product-head__en {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.p-product-head__main {
    position: relative;
    z-index: 10;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .p-product-head__main {
        padding-top: 30px;
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-head__main {
        font-size: 42px;
        font-size: 2.625rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-product-head__main {
        /*
        font-size: 54px;
        font-size: 3.375rem
*/
    }
}

.p-product-head__jp {
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .p-product-head__jp {
        font-size: 26px;
        font-size: 1.625rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-head__jp {
        top: -0.07em;
        font-size: 32px;
        font-size: 2rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-product-head__jp {
        top: -0.07em;
        font-size: 42px;
        font-size: 2.625rem
    }
}

.p-product-head__desc {
    position: relative;
    z-index: 10;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .p-product-head__desc {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-head__desc {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-product-head__desc {
        margin-top: 4px;
        font-size: 12px;
        font-size: .75rem;
        line-height: 1.4
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-head__desc {
        margin-top: 5px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-product-head__desc {
        margin-top: 9px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-head__desc br {
        display: none
    }
}

.p-product-table__container {
    margin-top: 40px
}

@media only screen and (max-width: 47.9375em) {
    .p-product-table__container {
        padding-bottom: 75px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-table__container {
        margin-top: 65px;
        padding-bottom: 80px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-product-table__container {
        padding-bottom: 100px
    }
}

.p-product-table__container.-unselectable {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none
}

.p-product-table__block {
    position: relative;
    padding-right: 5.3333%;
    padding-left: 5.3333%
}

.p-product-table__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    width: 100%;
    max-width: 1400px
}

@media print,
screen and (min-width: 48em) {
    .p-product-table__inner {
        margin-right: auto;
        margin-left: auto
    }
}

.p-product-table__inner.-hide {
    display: none
}

.p-product-table__msg {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    width: 100%;
    max-width: 1400px
}

@media print,
screen and (min-width: 48em) {
    .p-product-table__msg {
        margin-right: auto;
        margin-left: auto
    }
}

.p-product-table__top_area .p-product-table__top_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    overflow: hidden
}

.p-product-table__top_area.-fixed .p-product-table__top_inner {
    position: fixed;
    left: 0;
    top: 0
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-table__top_area.-fixed .p-product-table__top_inner {
        top: 60px
    }
}

.p-product-table__top_area.-bottom .p-product-table__top_inner {
    position: absolute;
    bottom: 0;
    left: 0
}

.p-product-table__bottom_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.p-product-table__top_right {
    overflow-x: scroll;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: -17px
}

@media only screen and (max-width: 47.9375em) {
    .p-product-table__top_right {
        -webkit-overflow-scrolling: touch
    }
}

@media only screen and (max-width: 47.9375em) {
    .device-is-mobile .p-product-table__top_right {
        margin-bottom: 0
    }
}

.p-product-table__bottom_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-x: scroll;
    margin-bottom: -17px
}

@media only screen and (max-width: 47.9375em) {
    .p-product-table__bottom_right {
        -webkit-overflow-scrolling: touch
    }
}

.p-product-table__scrollbar {
    position: absolute;
    z-index: 20;
    top: 0;
    width: 70%;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer
}

.p-product-table__scrollbar.-bottom {
    position: absolute;
    top: auto;
    bottom: 0
}

.p-product-table__scrollbar.-fixed {
    position: fixed;
    top: auto;
    bottom: 0
}

.p-product-table__scrollbar.-hide {
    visibility: hidden
}

@media only screen and (max-width: 47.9375em) {
    .p-product-table__top_left {
        width: 100px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-table__top_left {
        width: 192px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-product-table__bottom_left {
        width: 100px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-table__bottom_left {
        width: 192px
    }
}

.p-product-table__table {
    table-layout: fixed;
    background-color: #fff
}

.p-product-table__table th,
.p-product-table__table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    vertical-align: top
}

@media only screen and (max-width: 47.9375em) {

    .p-product-table__table th,
    .p-product-table__table td {
        padding-top: 10px;
        padding-bottom: 12px;
        padding-left: 10px;
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {

    .p-product-table__table th,
    .p-product-table__table td {
        padding-top: 24px;
        padding-bottom: 27px;
        padding-left: 20px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media only screen and (max-width: 47.9375em) {

    .device-is-mobile .p-product-table__table th,
    .device-is-mobile .p-product-table__table td {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.p-product-table__table th {
    padding-right: 10px;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .p-product-table__table th {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-table__table th {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

.p-product-table__table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    text-align: center
}

.p-product-table__table.-head {
    table-layout: fixed;
    width: 100%;
    background-color: #f7f7f7
}

@media only screen and (max-width: 47.9375em) {
    .p-product-table__table.-content td {
        width: 140px;
        min-width: 140px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-table__table.-content td {
        width: 210px;
        min-width: 210px
    }
}

.p-product-table__table.-content td:first-child {
    border-width: 1px 1px 1px 0
}

@media only screen and (max-width: 47.9375em) {
    .p-product-table__table.-content td.-col1 {
        width: 280px;
        min-width: 280px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-table__table.-content td.-col1 {
        width: 420px;
        min-width: 420px
    }
}

.p-product-table__table.-content td.p-product-table__name {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0
}

.p-product-table__table.-content td.p-product-table__name a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-decoration: none
}

@media only screen and (max-width: 47.9375em) {
    .p-product-table__table.-content td.p-product-table__name a {
        padding-top: 10px;
        padding-bottom: 12px;
        padding-right: 10px;
        padding-left: 10px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-table__table.-content td.p-product-table__name a {
        padding-top: 24px;
        padding-bottom: 27px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media only screen and (max-width: 47.9375em) {
    .device-is-mobile .p-product-table__table.-content td.p-product-table__name a {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-table__table.-content td.p-product-table__name a:hover svg {
        -webkit-transform: translate(3px, 0);
        transform: translate(3px, 0)
    }
}

.p-product-table__table.-content td.p-product-table__name img {
    display: block;
    width: 100%;
    max-width: 100px;
    margin-right: auto;
    margin-left: auto
}

.p-product-table__table.-content td.p-product-table__name svg {
    position: relative;
    top: 1px;
    width: 6px;
    height: 11px;
    margin-left: 6px;
    fill: #ccc;
    -webkit-transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, fill cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, fill cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
}

.p-product-table__table.-content td.p-product-table__name.-hastelloy a {
    color: #325046
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-table__table.-content td.p-product-table__name.-hastelloy a:hover svg {
        fill: #325046
    }
}

.p-product-table__table.-content td.p-product-table__name.-inconel a {
    color: #a7333c
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-table__table.-content td.p-product-table__name.-inconel a:hover svg {
        fill: #a7333c
    }
}

.p-product-table__table.-content td.p-product-table__name.-inconel a {
    color: #a7333c
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-table__table.-content td.p-product-table__name.-inconel a:hover svg {
        fill: #a7333c
    }
}

.p-product-table__table.-content td.p-product-table__name.-airvent a {
    color: #22303a
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-table__table.-content td.p-product-table__name.-airvent a:hover svg {
        fill: #22303a
    }
}

.p-product-table__table.-content td.p-product-table__name.-molybdenum a {
    color: #8d5a50
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-table__table.-content td.p-product-table__name.-molybdenum a:hover svg {
        fill: #8d5a50
    }
}

.p-product-table__table.-content td.p-product-table__name.-raremetal a {
    color: #57233a
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-table__table.-content td.p-product-table__name.-raremetal a:hover svg {
        fill: #57233a
    }
}

.p-product-table__table.-content td.p-product-table__name.-raremetalsales a {
    color: #b98d72
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-table__table.-content td.p-product-table__name.-raremetalsales a:hover svg {
        fill: #b98d72
    }
}

.p-product-table__bottom_left .p-product-table__table tr:first-child th {
    border-width: 0 1px 1px 1px
}

.p-product-table__bottom_right .p-product-table__table tr:first-child td {
    border-width: 0 1px 1px 1px
}

.p-product-table__bottom_right .p-product-table__table tr:first-child td:first-child {
    border-width: 0 1px 1px 0
}

.p-product-table__head {
    -webkit-transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

.p-product-table__series_name {
    display: block;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .p-product-table__series_name {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-table__series_name {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-product-table__series_name {
        font-size: 14px;
        font-size: .875rem;
        -webkit-transition: font-size cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
        transition: font-size cubic-bezier(0.215, 0.61, 0.355, 1) .4s
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-table__series_name {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-product-table__series_name {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.p-product-table__desc {
    display: block;
    padding-top: 8px
}

@media only screen and (max-width: 47.9375em) {
    .p-product-table__desc {
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-table__desc {
        font-size: 14px;
        font-size: .875rem
    }
}

.p-product-table__link {
    display: block;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .p-product-table__link {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-table__link {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-product-table__link {
        margin-top: 4px;
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-table__link {
        margin-top: 8px;
        font-size: 14px;
        font-size: .875rem
    }
}

.p-product-table__link a {
    text-decoration: none
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-table__link a:hover svg {
        -webkit-transform: translate(3px, 0);
        transform: translate(3px, 0)
    }
}

.p-product-table__link svg {
    position: relative;
    top: 1px;
    width: 6px;
    height: 11px;
    margin-left: 6px;
    fill: #cccccc;
    -webkit-transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, fill cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, fill cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
}

.p-product-table__series.-hastelloy .p-product-table__series_name {
    color: #325046
}

.p-product-table__series.-hastelloy .p-product-table__link a {
    color: #325046
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-table__series.-hastelloy .p-product-table__link a:hover svg {
        fill: #325046
    }
}

.p-product-table__series.-inconel .p-product-table__series_name {
    color: #a7333c
}

.p-product-table__series.-inconel .p-product-table__link a {
    color: #a7333c
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-table__series.-inconel .p-product-table__link a:hover svg {
        fill: #a7333c
    }
}

.p-product-table__series.-airvent .p-product-table__series_name {
    color: #22303a
}

.p-product-table__series.-airvent .p-product-table__link a {
    color: #22303a
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-table__series.-airvent .p-product-table__link a:hover svg {
        fill: #22303a
    }
}

.p-product-table__series.-molybdenum .p-product-table__series_name {
    color: #8d5a50
}

.p-product-table__series.-molybdenum .p-product-table__link a {
    color: #8d5a50
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-table__series.-molybdenum .p-product-table__link a:hover svg {
        fill: #8d5a50
    }
}

.p-product-table__series.-raremetal .p-product-table__series_name {
    color: #57233a
}

.p-product-table__series.-raremetal .p-product-table__link a {
    color: #57233a
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-table__series.-raremetal .p-product-table__link a:hover svg {
        fill: #57233a
    }
}

.p-product-table__series.-raremetalsales .p-product-table__series_name {
    color: #b98d72
}

.p-product-table__series.-raremetalsales .p-product-table__link a {
    color: #b98d72
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-table__series.-raremetalsales .p-product-table__link a:hover svg {
        fill: #b98d72
    }
}

.p-product-table__series.-wineSuit .p-product-table__series_name {
    color: #afaaa7
}

.p-product-table__series.-wineSuit .p-product-table__link a {
    color: #afaaa7
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-table__series.-wineSuit .p-product-table__link a:hover svg {
        fill: #afaaa7
    }
}

.p-product-table__product_img {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

.p-product-table__product_name {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .p-product-table__product_name {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-table__product_name {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-product-table__product_name {
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-table__product_name {
        font-size: 14px;
        font-size: .875rem
    }
}

.p-product-table__top_area {
    -webkit-transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

@media only screen and (max-width: 47.9375em) {
    .p-product-table__top_area {
        height: 389px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-table__top_area {
        height: 464px
    }
}

.p-product-table__top_area.-fixed,
.p-product-table__top_area.-bottom {
    height: 160px
}

.p-product-table__top_area .p-product-table__series_head,
.p-product-table__top_area .p-product-table__series {
    -webkit-transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

@media print,
screen and (min-width: 48em) {

    .p-product-table__top_area .p-product-table__series_head,
    .p-product-table__top_area .p-product-table__series {
        height: 171px
    }
}

.p-product-table__top_area .p-product-table__text {
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 47.9375em) {
    .p-product-table__top_area .p-product-table__text {
        height: 75px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-table__top_area .p-product-table__text {
        height: 88px
    }
}

.p-product-table__top_area .p-product-table__name_head,
.p-product-table__top_area .p-product-table__name {
    height: 266px;
    -webkit-transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

@media only screen and (max-width: 47.9375em) {

    .p-product-table__top_area.-fixed .p-product-table__series_head,
    .p-product-table__top_area.-fixed .p-product-table__series,
    .p-product-table__top_area.-bottom .p-product-table__series_head,
    .p-product-table__top_area.-bottom .p-product-table__series {
        height: 44px !important
    }
}

@media print,
screen and (min-width: 48em) {

    .p-product-table__top_area.-fixed .p-product-table__series_head,
    .p-product-table__top_area.-fixed .p-product-table__series,
    .p-product-table__top_area.-bottom .p-product-table__series_head,
    .p-product-table__top_area.-bottom .p-product-table__series {
        height: 83px !important
    }
}

@media only screen and (max-width: 47.9375em) {

    .p-product-table__top_area.-fixed .p-product-table__series_name,
    .p-product-table__top_area.-bottom .p-product-table__series_name {
        font-size: 12px;
        font-size: .75rem
    }
}

.p-product-table__top_area.-fixed .p-product-table__text,
.p-product-table__top_area.-bottom .p-product-table__text {
    height: 0
}

@media only screen and (max-width: 47.9375em) {

    .p-product-table__top_area.-fixed .p-product-table__name_head,
    .p-product-table__top_area.-fixed .p-product-table__name,
    .p-product-table__top_area.-bottom .p-product-table__name_head,
    .p-product-table__top_area.-bottom .p-product-table__name {
        height: 44px !important
    }
}

@media print,
screen and (min-width: 48em) {

    .p-product-table__top_area.-fixed .p-product-table__name_head,
    .p-product-table__top_area.-fixed .p-product-table__name,
    .p-product-table__top_area.-bottom .p-product-table__name_head,
    .p-product-table__top_area.-bottom .p-product-table__name {
        height: 75px !important
    }
}

.p-product-table__top_area.-fixed .p-product-table__product_img,
.p-product-table__top_area.-bottom .p-product-table__product_img {
    height: 0
}

.p-product-table__top_area.-fixed .-hastelloy .p-product-table__series_name {
    color: #325046
}

.p-product-table__top_area.-fixed .-hastelloy .p-product-table__link a {
    color: #325046
}

.p-product-table__top_area.-fixed .-inconel .p-product-table__series_name {
    color: #a7333c
}

.p-product-table__top_area.-fixed .-inconel .p-product-table__link a {
    color: #a7333c
}

.p-product-table__top_area.-fixed .-airvent .p-product-table__series_name {
    color: #22303a
}

.p-product-table__top_area.-fixed .-airvent .p-product-table__link a {
    color: #22303a
}

.p-product-table__top_area.-fixed .-molybdenum .p-product-table__series_name {
    color: #8d5a50
}

.p-product-table__top_area.-fixed .-molybdenum .p-product-table__link a {
    color: #8d5a50
}

.p-product-table__top_area.-fixed .-raremetal .p-product-table__series_name {
    color: #57233a
}

.p-product-table__top_area.-fixed .-raremetal .p-product-table__link a {
    color: #57233a
}

.p-product-table__top_area.-fixed .-raremetalsales .p-product-table__series_name {
    color: #b98d72
}

.p-product-table__top_area.-fixed .-raremetalsales .p-product-table__link a {
    color: #b98d72
}

.p-product-table__top_area.-fixed .p-product-table__product_img {
    height: 0
}

.p-carousel {
    position: relative
}

.p-carousel button:focus {
    outline: none
}

.p-carousel__viewer {
    position: relative;
    width: 100%;
    width: 400px;
    height: 400px;
    margin-right: auto;
    margin-left: auto
}

@media only screen and (max-width: 40em) {
    .p-carousel__viewer {
        width: 89vw;
        height: 89vw
    }
}

@media print,
screen and (min-width: 48em) {
    .p-carousel__viewer {
        width: 500px;
        height: 500px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-carousel__viewer {
        width: 800px;
        height: 800px
    }
}

.p-carousel__slider {
    width: 100%;
    height: 100%
}

.p-carousel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    opacity: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform linear 0.25s, -webkit-filter linear 0.25s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform linear 0.25s, -webkit-filter linear 0.25s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, transform linear 0.25s, filter linear 0.25s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, transform linear 0.25s, filter linear 0.25s, -webkit-transform linear 0.25s, -webkit-filter linear 0.25s;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.p-carousel__item img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.browser-is-ie .p-carousel__item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.p-carousel__item.active {
    z-index: 20;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.p-carousel__item.left {
    -webkit-transform: translate(-15%, 0);
    transform: translate(-15%, 0)
}

.p-carousel__item.right {
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0)
}

.p-carousel__nav {
    position: absolute;
    z-index: 30;
    top: 50%;
    width: 100%
}

.p-carousel__nav button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.65);
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 50%;
    line-height: 1.75;
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    cursor: pointer
}

@media only screen and (max-width: 47.9375em) {
    .p-carousel__nav button {
        width: 40px;
        height: 40px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-carousel__nav button {
        width: 60px;
        height: 60px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-carousel__nav button {
        width: 60px;
        height: 60px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-carousel__nav button:hover {
        background-color: #c0c0c0;
        border-color: #c0c0c0
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-carousel__nav button:hover svg {
        fill: #fff
    }
}

.p-carousel__nav svg {
    display: block;
    width: 6px;
    height: 12px;
    fill: #222;
    -webkit-transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) .15s
}

.p-carousel__back {
    left: 0
}

@media only screen and (max-width: 47.9375em) {
    .p-carousel__back {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

@media print,
screen and (min-width: 48em) {
    .p-carousel__back {
        -webkit-transform: translate(-150%, -50%);
        transform: translate(-150%, -50%)
    }
}

.p-carousel__back svg {
    -webkit-transform: translate(-20%, 0);
    transform: translate(-20%, 0)
}

.p-carousel__next {
    right: 0
}

@media only screen and (max-width: 47.9375em) {
    .p-carousel__next {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

@media print,
screen and (min-width: 48em) {
    .p-carousel__next {
        -webkit-transform: translate(150%, -50%);
        transform: translate(150%, -50%)
    }
}

.p-carousel__next svg {
    -webkit-transform: translate(20%, 0);
    transform: translate(20%, 0)
}

.p-carousel__indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 47.9375em) {
    .p-carousel__indicator {
        margin-top: 30px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-carousel__indicator {
        margin-top: 40px
    }
}

.p-carousel__indicator button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    background: none;
    border: none;
    line-height: 1.75;
    cursor: pointer
}

@media only screen and (max-width: 47.9375em) {
    .p-carousel__indicator button {
        width: 60px;
        height: 60px;
        margin-right: 3px;
        margin-left: 3px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-carousel__indicator button {
        width: 85px;
        height: 85px
    }
}

.p-carousel__indicator button:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    height: 2px;
    background-color: #ddd;
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    content: ''
}

@media only screen and (max-width: 47.9375em) {
    .p-carousel__indicator button:after {
        width: 40px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-carousel__indicator button:after {
        width: 54px
    }
}

.p-carousel__indicator button img {
    display: block
}

@media only screen and (max-width: 47.9375em) {
    .p-carousel__indicator button img {
        max-width: 50px;
        max-height: 50px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-carousel__indicator button img {
        max-width: 72px;
        max-height: 72px
    }
}

.p-carousel__indicator button.visible {
    opacity: 0.3;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) .15s, transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) .15s, transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

.p-carousel__indicator button.visible.active {
    opacity: 1
}

.p-carousel__indicator button.visible.active:after {
    background-color: #222;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.p-carousel__indicator button:hover {
    opacity: 1
}

@media print,
screen and (min-width: 61.25em) {
    .p-carousel__indicator button:hover:after {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media only screen and (max-width: 40em) {
    .p-carousel.-small .p-carousel__viewer {
        width: 89vw;
        height: 89vw
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-carousel.-small .p-carousel__viewer {
        width: 400px;
        height: 400px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-carousel.-small .p-carousel__viewer {
        width: 300px;
        height: 300px
    }
}

@media print,
screen and (min-width: 80em) {
    .p-carousel.-small .p-carousel__viewer {
        width: 450px;
        height: 450px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-carousel.-small .p-carousel__nav button {
        width: 50px;
        height: 50px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-carousel.-small .p-carousel__back {
        -webkit-transform: translate(-110%, -50%);
        transform: translate(-110%, -50%)
    }
}

@media print,
screen and (min-width: 48em) {
    .p-carousel.-small .p-carousel__next {
        -webkit-transform: translate(110%, -50%);
        transform: translate(110%, -50%)
    }
}

@media print,
screen and (min-width: 48em) {
    .p-carousel.-small .p-carousel__indicator button img {
        max-width: 60px;
        max-height: 60px
    }
}

.p-product-block {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.p-product-block h3 {
    background: #000;
    color: #FFF;
    font-size: 1.2rem;
    padding: .25em .5em;
    margin-bottom: .75em;
}

@media print,
screen and (min-width: 48em) {
    .p-product-block {
        padding-right: 5.3333%;
        padding-left: 5.3333%
    }
}

.p-product-block__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px
}

@media only screen and (max-width: 47.9375em) {
    .p-product-block__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-block__inner {
        margin-right: auto;
        margin-left: auto
    }
}

.p-product-block__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

@media only screen and (max-width: 47.9375em) {
    .p-product-block__img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        max-height: 400px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-block__img {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: absolute;
        overflow: hidden;
        top: 0;
        right: 0;
        width: 37.5%;
        height: 100%
    }
}

.p-product-block__img img {
    display: block;
    max-width: 100%
}

.p-product-block__section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 47.9375em) {
    .p-product-block__section {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 20px;
        padding-right: 5.3333%;
        padding-left: 5.3333%
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-block__section {
        width: 57%;
        padding-top: 80px;
        padding-bottom: 90px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-product-block__section {
        padding-top: 147px;
        padding-bottom: 156px
    }
}

.p-product-block__sub {
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.1em;
    color: #c0c0c0
}

@media only screen and (max-width: 40em) {
    .p-product-block__sub {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-block__sub {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-product-block__sub {
        font-size: 16px;
        font-size: 1rem
    }
}

.p-product-block__main {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1em;
}

@media only screen and (max-width: 47.9375em) {
    .p-product-block__main {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-block__main {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-product-block__main {
        margin-top: 2px;
        font-size: 22px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-block__main {
        margin-top: 8px;
        font-size: 28px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-product-block__main {
        font-size: 32px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-product-block__main br {
        display: none
    }
}

.p-product-block__desc {
    text-align: justify;
    margin-bottom: 1.5em;
}

@media only screen and (max-width: 47.9375em) {
    .p-product-block__desc {
        margin-top: 15px;
        font-size: 14px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-block__desc {
        margin-top: 15px;
        font-size: 16px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-product-block__desc {
        margin-top: 25px;
        font-size: 18px;
        line-height: 2
    }
}

.p-product-block__button {
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .p-product-block__button {
        margin-top: 16px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-block__button {
        max-width: 320px;
        margin-top: 16px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-product-block__button {
        margin-top: 28px
    }
}

.p-product-block--gray {
    color: #222;
    background-color: #f7f7f7
}

.p-product-block--airvent {
    color: #fff;
    background-color: #22303a
}

.p-product-block--inconel {
    color: #fff;
    background-color: #a7333c
}

.p-product-block--molybdenum {
    color: #fff;
    background-color: #8d5a50
}

.p-product-block--raremetal {
    color: #fff;
    background-color: #57233a
}

.p-product-block--raremetalsales {
    color: #fff;
    background-color: #b98d72
}

.p-product-block--img_left .p-product-block__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width: 47.9375em) {
    .p-product-block--img_left .p-product-block__img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-block--img_left .p-product-block__img {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 37.5%;
        left: 0
    }
}

.p-product-block--img_left .p-product-block__img img {
    width: 100%
}

.p-product-block--img_left .p-product-block__sub {
    color: #c0c0c0
}

.p-product-block--center,
.p-product-block--top {
    padding-right: 5.3333%;
    padding-left: 5.3333%
}

.p-product-block--center .p-product-block__inner,
.p-product-block--top .p-product-block__inner {
    display: block;
    max-width: 960px
}

@media only screen and (max-width: 47.9375em) {

    .p-product-block--center .p-product-block__inner,
    .p-product-block--top .p-product-block__inner {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media print,
screen and (min-width: 48em) {

    .p-product-block--center .p-product-block__inner,
    .p-product-block--top .p-product-block__inner {
        padding-top: 46px;
        padding-bottom: 45px
    }
}

.p-product-block--center .p-product-block__section,
.p-product-block--top .p-product-block__section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0
}

@media only screen and (max-width: 47.9375em) {

    .p-product-block--center .p-product-block__section,
    .p-product-block--top .p-product-block__section {
        margin-top: 40px
    }
}

@media print,
screen and (min-width: 48em) {

    .p-product-block--center .p-product-block__section,
    .p-product-block--top .p-product-block__section {
        margin-top: 94px
    }
}

.p-product-block--center .p-product-block__section:first-child,
.p-product-block--top .p-product-block__section:first-child {
    margin-top: 0
}

.p-product-block--center .p-product-block__img,
.p-product-block--top .p-product-block__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    max-height: inherit
}

@media only screen and (max-width: 47.9375em) {

    .p-product-block--center .p-product-block__img,
    .p-product-block--top .p-product-block__img {
        margin-top: 20px
    }
}

@media print,
screen and (min-width: 48em) {

    .p-product-block--center .p-product-block__img,
    .p-product-block--top .p-product-block__img {
        margin-top: 54px
    }
}

.p-product-block--center .p-product-block__sub,
.p-product-block--top .p-product-block__sub {
    color: #c0c0c0
}

@media print,
screen and (min-width: 48em) {
    .p-product-block--top .p-product-block__inner {
        padding-top: 80px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-product-block--top .p-product-block__inner {
        padding-top: 78px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-product-block--top .p-product-block__main {
        font-size: 38px;
        font-size: 2.375rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-block--series-top {
        padding-right: 0;
        padding-left: 0
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-block--series-top {
        /*        height: 500px;*/
        padding-right: 5.3333%;
        padding-left: 5.3333%
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-product-block--series-top {
        /*        height: 600px*/
    }
}

.p-product-block--series-top .p-product-block__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-block--series-top .p-product-block__inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.p-product-block--series-top .p-product-block__section {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 5.3333%;
    padding-left: 5.3333%
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-block--series-top .p-product-block__section {
        width: 57%;
        padding-top: 80px;
        padding-bottom: 90px;
        padding-right: 0;
        padding-left: 0
    }
}

.browser-is-ie .p-product-block--series-top .p-product-block__img {
    height: 500px
}




@media print,
screen and (min-width: 48em) {
    .p-product-block--series-top .p-product-block__img {
        position: relative;
        width: 100%
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-block--series-top .p-product-block__img {
        position: absolute;
        display: block;
        width: 37.5%
    }

    .browser-is-ie .p-product-block--series-top .p-product-block__img {
        height: 100%;
        position: absolute !important
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-block--series-top .p-product-block__img img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .browser-is-ie .p-product-block--series-top .p-product-block__img img {
        position: relative;
        -webkit-transform: none;
        transform: none;
        top: auto;
        left: auto
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-block--series-top-not-full {
        padding-right: 0;
        padding-left: 0
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-block--series-top-not-full {
        height: 500px;
        padding-right: 5.3333%;
        padding-left: 5.3333%
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-product-block--series-top-not-full {
        height: 600px
    }
}

.p-product-block--series-top-not-full .p-product-block__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-block--series-top-not-full .p-product-block__inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.p-product-block--series-top-not-full .p-product-block__section {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 5.3333%;
    padding-left: 5.3333%
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-block--series-top-not-full .p-product-block__section {
        width: 57%;
        padding-top: 80px;
        padding-bottom: 90px;
        padding-right: 0;
        padding-left: 0
    }
}

.browser-is-ie .p-product-block--series-top-not-full .p-product-block__img {
    height: 500px
}

.browser-is-ie .p-product-block--series-top-not-full .p-product-block__img img {
    width: 550px
}

@media print,
screen and (min-width: 48em) {
    .p-product-block--series-top-not-full .p-product-block__img {
        position: relative;
        width: 100%
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-block--series-top-not-full .p-product-block__img {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        width: 37.5%
    }
}

.p-filters {
    position: relative;
    border-style: solid;
    border-color: #ddd
}

@media only screen and (max-width: 40em) {
    .p-filters {
        border-width: 0 0 1px 0
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-filters {
        border-width: 1px 0
    }
}

.p-filters__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: 0
}

.p-filters__container.animation {
    -webkit-transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

.open+.p-filters__container {
    height: auto
}

.p-filters__heading {
    position: relative;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    line-height: 1.4
}

@media only screen and (max-width: 47.9375em) {
    .p-filters__heading {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-filters__heading {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 40em) {
    .p-filters__heading {
        padding-bottom: 23px;
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-filters__heading {
        padding-top: 19px;
        padding-bottom: 21px;
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-filters__heading {
        padding-top: 24px;
        padding-bottom: 26px;
        font-size: 20px;
        font-size: 1.25rem
    }
}

.p-filters__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    -webkit-transform: translate(18px, 0);
    transform: translate(18px, 0);
    width: 60px;
    height: 60px;
    padding: 0;
    background: none;
    border: none;
    line-height: 1.75;
    cursor: pointer
}

@media only screen and (max-width: 40em) {
    .p-filters__trigger {
        display: none
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-filters__trigger {
        top: 4px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-filters__trigger {
        top: 9px
    }
}

.p-filters__trigger svg {
    display: block;
    width: 19px;
    height: 9px;
    fill: #222;
    -webkit-transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) .15s, transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) .15s, transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

.p-filters__trigger:focus {
    outline: none
}

@media print,
screen and (min-width: 61.25em) {
    .p-filters__trigger:hover svg {
        fill: #c0c0c0
    }
}

.p-filters__trigger.open svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.p-filters__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media print,
screen and (min-width: 40.0625em) {
    .p-filters__inner {
        margin-left: -14px
    }
}

.p-filters__col {
    width: 33.33%;
    padding-bottom: 26px
}

@media only screen and (max-width: 40em) {
    .p-filters__col {
        width: 100%;
        padding-bottom: 0;
        border-style: solid;
        border-color: #ddd;
        border-width: 0 0 1px 0
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-filters__col {
        width: calc(33.33% - 14px);
        margin-left: 14px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-filters__col {
        width: calc(16.66% - 14px)
    }
}

@media only screen and (max-width: 40em) {
    .p-filters__col:first-child {
        border-width: 1px 0 1px 0
    }
}

@media only screen and (max-width: 40em) {
    .p-filters__col:last-child {
        border: none
    }
}

@media only screen and (max-width: 40em) {
    .p-filters__list-trigger {
        position: relative;
        padding-top: 16px;
        padding-bottom: 16px;
        cursor: pointer
    }
}

.p-filters__list-trigger:before,
.p-filters__list-trigger:after {
    position: absolute;
    display: none;
    top: 50%;
    background-color: #aaaaaa;
    -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s, transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s, transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    content: ''
}

@media only screen and (max-width: 40em) {

    .p-filters__list-trigger:before,
    .p-filters__list-trigger:after {
        display: block
    }
}

.p-filters__list-trigger:before {
    width: 11px;
    height: 1px;
    right: 8px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.p-filters__list-trigger:after {
    width: 1px;
    height: 11px;
    right: 13px;
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg)
}

.p-filters__list-trigger.open:after {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg)
}

.p-filters__list-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

@media only screen and (max-width: 40em) {
    .p-filters__list-container {
        height: 0
    }
}

.p-filters__list-container.animation {
    -webkit-transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

.open+.p-filters__list-container {
    height: auto
}

.p-filters__list {
    padding-top: 16px
}

@media only screen and (max-width: 40em) {
    .p-filters__list {
        padding-bottom: 16px
    }
}

.p-filters__list>li {
    margin-top: 4px
}

@media only screen and (max-width: 40em) {
    .p-filters__list>li {
        margin-top: 8px
    }
}

.p-filters__list>li:first-child {
    margin-top: 0
}

.p-product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media only screen and (max-width: 40em) {
    .p-product-list {
        margin-top: -20px;
        margin-left: 0
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-product-list {
        margin-top: -20px;
        margin-left: -20px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-product-list {
        margin-top: -40px;
        margin-left: -40px
    }
}

.p-product-list.-max1 .p-product {
    width: 100%;
    margin-left: 0
}

@media print,
screen and (min-width: 40.0625em) {
    .p-product-list.-width_s {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.p-product-list.-width_s .p-product {
    width: 100%
}

@media print,
screen and (min-width: 40.0625em) {
    .p-product-list.-width_s .p-product {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.p-product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #f7f7f7;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .25s
}

@media only screen and (max-width: 40em) {
    .p-product {
        width: 100%;
        margin-top: 20px;
        margin-left: 0
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-product {
        width: calc(50% - 20px);
        margin-top: 20px;
        margin-left: 20px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-product {
        width: calc(33.33% - 40px);
        margin-top: 40px;
        margin-left: 40px
    }
}

@media print,
screen and (min-width: 80em) {
    .p-product {
        width: calc(25% - 40px)
    }
}

.p-product.-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.p-product a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-top: 47px;
    padding-bottom: 40px;
    color: #222;
    line-height: 1.4;
    text-decoration: none;
    -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s
}

.p-product a:after {
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    content: ''
}

@media print,
screen and (min-width: 61.25em) {
    .p-product a:hover {
        color: #fff
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-product a:hover:after {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.p-product__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 20
}

.p-product__img img {
    display: block;
    width: 40vw;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
}

@media print,
screen and (min-width: 48em) {
    .p-product__img img {
        width: 20vw
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-product__img img {
        width: 12vw;
        max-width: 167px
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-product__img img {
        -webkit-transform: scale(1.075);
        transform: scale(1.075)
    }
}

.p-product__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 20;
    margin-top: 17px;
    padding-right: 10px;
    padding-left: 10px
}

.p-product__new-icon {
    margin-bottom: 11px;
    color: #e86300;
    text-align: center
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-product__new-icon {
        color: #fff
    }
}

.p-product__series,
.p-product__name {
    display: block;
    position: relative;
    width: 100%;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    font-size: 14px;
    font-size: .875rem;
    text-align: center;
    -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .1s .25s;
    transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .1s .25s
}

@media only screen and (max-width: 47.9375em) {

    .p-product__series,
    .p-product__name {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {

    .p-product__series,
    .p-product__name {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {

    .p-product__series,
    .p-product__name {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-product__series,
    .p-product__name {
        -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
    }
}

@media print,
screen and (min-width: 93.75em) {

    .p-product__series,
    .p-product__name {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.p-product__name svg {
    width: 6px;
    height: 11px;
    margin-left: 4px;
    fill: #ccc;
    -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .1s, fill cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .1s, fill cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .1s, transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s, fill cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .1s, transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s, fill cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-product__name svg {
        fill: #fff;
        -webkit-transform: translate(3px, 0);
        transform: translate(3px, 0)
    }
}

.p-product__info {
    width: 100%;
    margin-top: 11px;
    text-align: center
}

.p-product__info>li {
    display: inline-block;
    position: relative;
    padding-right: 13px;
    padding-left: 15px;
    font-size: 14px;
    font-size: .875rem;
    -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .1s;
    transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .1s
}

@media print,
screen and (min-width: 93.75em) {
    .p-product__info>li {
        font-size: 16px;
        font-size: 1rem
    }
}

.p-product__info>li:before {
    display: block;
    position: absolute;
    top: 55%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 15px;
    background-color: #222;
    -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .1s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .1s;
    content: ''
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-product__info>li:before {
        background-color: #fff
    }
}

.p-product__info>li:first-child {
    padding-left: 0
}

.p-product__info>li:first-child:before {
    display: none
}

.p-product__info>li:last-child {
    padding-right: 0
}

.p-product__price:after {
    margin-left: 4px;
    content: '(税込)';
    font-size: 12px;
    font-size: .75rem
}

@media print,
screen and (min-width: 93.75em) {
    .p-product__price:after {
        font-size: 14px;
        font-size: .875rem
    }
}

.p-product__any {
    display: block;
    width: 100%;
    margin-top: 11px;
    font-size: 14px;
    font-size: .875rem;
    text-align: center
}

@media print,
screen and (min-width: 93.75em) {
    .p-product__any {
        font-size: 16px;
        font-size: 1rem
    }
}

.p-product__desc {
    margin-top: 12px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    font-size: .875rem;
    text-align: center;
    line-height: 1.4
}

@media print,
screen and (min-width: 93.75em) {
    .p-product__desc {
        padding-right: 40px;
        padding-left: 40px;
        font-size: 15px;
        font-size: .9375rem
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-product.-hastelloy a:hover .p-product__series,
    .p-product.-hastelloy a:hover .p-product__name,
    .p-product.-inconel a:hover .p-product__series,
    .p-product.-inconel a:hover .p-product__name,
    .p-product.-airvent a:hover .p-product__series,
    .p-product.-airvent a:hover .p-product__name,
    .p-product.-molybdenum a:hover .p-product__series,
    .p-product.-molybdenum a:hover .p-product__name,
    .p-product.-raremetal a:hover .p-product__series,
    .p-product.-raremetal a:hover .p-product__name,
    .p-product.-sv a:hover .p-product__series,
    .p-product.-sv a:hover .p-product__name,
    .p-product.-raremetalsales a:hover .p-product__series,
    .p-product.-raremetalsales a:hover .p-product__name,
    .p-product.-raremetalcut a:hover .p-product__series,
    .p-product.-raremetalcut a:hover .p-product__name,
    .p-product.-raremetalfeature a:hover .p-product__series,
    .p-product.-raremetalfeature a:hover .p-product__name {
        color: #fff
    }
}

.p-product.-hastelloy a:after {
    background-color: #325046
}

@media print,
screen and (min-width: 61.25em) {
    .p-product.-hastelloy a:hover {
        background-color: #325046
    }
}

.p-product.-hastelloy .p-product__series,
.p-product.-hastelloy .p-product__name {
    color: #325046
}

.p-product.-inconel a:after {
    background-color: #a7333c
}

@media print,
screen and (min-width: 61.25em) {
    .p-product.-inconel a:hover {
        background-color: #a7333c
    }
}

.p-product.-inconel .p-product__series,
.p-product.-inconel .p-product__name {
    color: #a7333c
}

.p-product.-airvent a:after {
    background-color: #22303a
}

@media print,
screen and (min-width: 61.25em) {
    .p-product.-airvent a:hover {
        background-color: #22303a
    }
}

.p-product.-airvent .p-product__series,
.p-product.-airvent .p-product__name {
    color: #22303a
}

.p-product.-molybdenum a:after {
    background-color: #8d5a50
}

@media print,
screen and (min-width: 61.25em) {
    .p-product.-molybdenum a:hover {
        background-color: #8d5a50
    }
}

.p-product.-molybdenum .p-product__series,
.p-product.-molybdenum .p-product__name {
    color: #8d5a50
}

.p-product.-raremetal a:after {
    background-color: #57233a
}

@media print,
screen and (min-width: 61.25em) {
    .p-product.-raremetal a:hover {
        background-color: #57233a
    }
}

.p-product.-raremetal .p-product__series,
.p-product.-raremetal .p-product__name {
    color: #57233a
}

.p-product.-sv a:after,
.p-product.-raremetalsales a:after {
    background-color: #b98d72
}

@media print,
screen and (min-width: 61.25em) {

    .p-product.-sv a:hover,
    .p-product.-raremetalsales a:hover {
        background-color: #b98d72
    }
}

.p-product.-sv .p-product__series,
.p-product.-sv .p-product__name,
.p-product.-raremetalsales .p-product__series,
.p-product.-raremetalsales .p-product__name {
    color: #b98d72
}

.p-product.-raremetalcut a:after {
    background-color: #afaaa7
}

@media print,
screen and (min-width: 61.25em) {
    .p-product.-raremetalcut a:hover {
        background-color: #afaaa7
    }
}

.p-product.-raremetalcut .p-product__series,
.p-product.-raremetalcut .p-product__name {
    color: #afaaa7
}

.p-product.-raremetalfeature a:after {
    background-color: #adb9ca
}

@media print,
screen and (min-width: 61.25em) {
    .p-product.-raremetalfeature a:hover {
        background-color: #adb9ca
    }
}

.p-product.-raremetalfeature .p-product__series,
.p-product.-raremetalfeature .p-product__name {
    color: #adb9ca
}

.p-bottom-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-top: solid 1px #ddd
}

@media only screen and (max-width: 47.9375em) {
    .p-bottom-section {
        margin-top: 40px;
        padding-top: 40px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-bottom-section {
        margin-top: 128px;
        padding-top: 100px
    }
}

.p-bottom-section__img {
    width: 21%;
    max-width: 200px
}

.p-bottom-section__img img {
    display: block;
    width: 100%
}

.p-bottom-section__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (max-width: 47.9375em) {
    .p-bottom-section__text {
        margin-left: 20px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-bottom-section__text {
        margin-top: -11px;
        margin-left: 60px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-bottom-section__text {
        margin-left: 80px
    }
}

.p-bottom-section__heading {
    margin-top: 0
}

@media print,
screen and (min-width: 93.75em) {
    .p-bottom-section__heading {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-bottom-section__sentence {
        margin-top: 15px
    }
}

.p-bottom-section__button {
    max-width: 320px;
    margin-top: 18px
}

.p-spec-table {
    table-layout: fixed;
    width: 100%
}

.p-spec-table tr {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #ddd
}

@media print,
screen and (min-width: 48em) {
    .p-spec-table tr:first-child {
        border-width: 1px 0 1px 0
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-spec-table tr:first-child th {
        margin-top: 0
    }
}

.p-spec-table th,
.p-spec-table td {
    vertical-align: top
}

@media only screen and (max-width: 47.9375em) {

    .p-spec-table th,
    .p-spec-table td {
        display: block;
        width: 100%;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {

    .p-spec-table th,
    .p-spec-table td {
        font-size: 16px;
        font-size: 1rem;
        padding-top: 25px;
        padding-bottom: 27px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-spec-table thead {
        display: none
    }
}

.p-spec-table thead tr {
    border-top: none
}

.p-spec-table thead th {
    padding-top: 0;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center
}

@media print,
screen and (min-width: 48em) {
    .p-spec-table thead th {
        padding-bottom: 31px
    }
}

.p-spec-table th {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1
}

@media only screen and (max-width: 47.9375em) {
    .p-spec-table th {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-spec-table th {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-spec-table th {
        margin-top: 24px;
        font-weight: bold;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-spec-table th {
        width: 35%;
        padding-top: 28px;
        padding-bottom: 23px;
        padding-right: 10px;
        line-height: 1.4
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-spec-table th {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.p-spec-table th span {
    position: relative;
    top: -5px;
    margin-left: 3px;
    font-size: 10px;
    font-size: .625rem
}

@media only screen and (max-width: 47.9375em) {
    .p-spec-table th br {
        display: none
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-spec-table td {
        padding-top: 8px;
        padding-bottom: 24px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-spec-table td {
        padding-right: 10px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-spec-table td {
        padding-top: 21px;
        line-height: 2
    }
}

@media print,
screen and (min-width: 48em) {
    .p-spec-table td.p-spec-table__img_cell {
        width: 30%;
        padding-top: 29px;
        padding-bottom: 31px
    }
}

.p-spec-table td.-pright_0 {
    padding-right: 0
}

.p-spec-table td img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

@media only screen and (max-width: 47.9375em) {
    .p-spec-table.-small tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .p-spec-table.-small th {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        padding: 8px 0;
        margin-top: 0;
        margin-right: 20px
    }

    .p-spec-table.-small td {
        padding: 11px 0
    }
}

@media print,
screen and (min-width: 48em) {
    .p-spec-table.-small th {
        width: 33.33%;
        padding-top: 23px;
        padding-bottom: 17px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-spec-table.-small th {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-spec-table.-small td {
        padding-top: 19px;
        padding-bottom: 21px;
        padding-right: 0
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-spec-table.-product tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 0;
        padding-left: 0
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-spec-table.-product th {
        width: 30%;
        margin-top: 0;
        margin-right: 20px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-spec-table.-product th {
        padding-top: 17px;
        padding-bottom: 17px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-spec-table.-product td {
        width: calc(70% - 20px);
        padding: 0
    }
}

@media print,
screen and (min-width: 48em) {
    .p-spec-table.-product td {
        padding-top: 17px;
        padding-bottom: 13px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-spec-table.-product td:nth-child(3) {
        padding-left: 30%
    }
}

.p-spec-scroll-table__container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.p-spec-scroll-table__container::-webkit-scrollbar {
    height: 6px
}

.p-spec-scroll-table__container::-webkit-scrollbar-track {
    border-radius: 3px
}

.p-spec-scroll-table__container::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.5)
}

.p-spec-scroll-table {
    table-layout: fixed;
    width: 100%;
    min-width: 600px
}

.p-spec-scroll-table tr {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #ddd
}

.p-spec-scroll-table tr:first-child {
    border-width: 1px 0 1px 0
}

.p-spec-scroll-table th,
.p-spec-scroll-table td {
    vertical-align: top;
    word-break: break-all
}

@media only screen and (max-width: 47.9375em) {

    .p-spec-scroll-table th,
    .p-spec-scroll-table td {
        padding-top: 19px;
        padding-bottom: 21px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {

    .p-spec-scroll-table th,
    .p-spec-scroll-table td {
        padding-top: 31px;
        padding-bottom: 33px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-spec-scroll-table th {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-spec-scroll-table th {
        width: 25%;
        padding-top: 34px;
        padding-bottom: 30px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.4
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-spec-scroll-table th {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.p-spec-scroll-table th span {
    position: relative;
    top: -5px;
    margin-left: 3px
}

@media only screen and (max-width: 47.9375em) {
    .p-spec-scroll-table th span {
        font-size: 8px;
        font-size: .5rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-spec-scroll-table th span {
        font-size: 10px;
        font-size: .625rem
    }
}

.p-spec-scroll-table td {
    padding-right: 10px
}

@media print,
screen and (min-width: 93.75em) {
    .p-spec-scroll-table td {
        padding-top: 33px;
        line-height: 2
    }
}

.p-spec-scroll-table td.p-spec-table__img_cell {
    width: 30%;
    padding-top: 29px;
    padding-bottom: 31px
}

.p-spec-scroll-table td img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    max-height: 100%
}

.p-spec-scroll-table td.-tac {
    text-align: center
}

.p-spec-scroll-table thead tr {
    border-top: none
}

.p-spec-scroll-table thead th {
    padding-top: 0;
    padding-bottom: 31px;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .p-spec-scroll-table thead th {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-spec-scroll-table thead th {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-spec-scroll-table thead th {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-spec-scroll-table thead th:first-child {
        width: 18%;
        padding-right: 10px
    }
}

.p-spec-scroll-table__caption {
    display: block;
    text-align: center
}

.p-spec-scroll-table__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px
}

.p-spec-scroll-table__block:first-child {
    margin-top: 0
}

.p-spec-scroll-table__block_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 47.9375em) {
    .p-spec-scroll-table__block_img {
        width: 26px;
        height: 48px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-spec-scroll-table__block_img {
        width: 52px;
        height: 96px
    }
}

.p-spec-scroll-table__block_img img {
    display: block
}

.browser-is-ie .p-spec-scroll-table__block_img img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.p-spec-scroll-table__block_text {
    margin-left: 20px
}

@media only screen and (max-width: 47.9375em) {
    .p-spec-scroll-table__block_text {
        font-size: 12px;
        font-size: .75rem;
        line-height: 1.4
    }
}

.p-spec-scroll-table__annotation {
    counter-reset: annotation;
    margin-top: 30px
}

.p-spec-scroll-table__annotation li {
    counter-increment: annotation;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-size: .875rem;
    margin-top: 16px
}

.p-spec-scroll-table__annotation li::before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    content: counter(annotation) "： "
}

@media print,
screen and (min-width: 48em) {
    .p-spec-scroll-table__annotation li {
        font-size: 16px;
        font-size: 1rem
    }
}

.p-voice {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: justify;
    padding-right: 7.5%;
    padding-left: 7.5%
}

@media only screen and (max-width: 47.9375em) {
    .p-voice {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-voice {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-voice {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 2
    }
}

.p-voice:before,
.p-voice:after {
    display: block;
    position: absolute;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-size: 70px;
    font-size: 4.375rem;
    color: #ddd;
    line-height: 1
}

@media only screen and (max-width: 40em) {

    .p-voice:before,
    .p-voice:after {
        font-size: 50px;
        font-size: 3.125rem
    }
}

@media print,
screen and (min-width: 48em) {

    .p-voice:before,
    .p-voice:after {
        font-size: 80px;
        font-size: 5rem
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-voice:before,
    .p-voice:after {
        font-size: 96px;
        font-size: 6rem
    }
}

@media print,
screen and (min-width: 93.75em) {

    .p-voice:before,
    .p-voice:after {
        font-size: 108px;
        font-size: 6.75rem
    }
}

.p-voice:before {
    top: -18px;
    left: 0;
    content: '“'
}

@media only screen and (max-width: 40em) {
    .p-voice:before {
        top: -9px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-voice:before {
        top: -26px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-voice:before {
        top: -30px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .browser-is-ie .p-voice:before {
        top: -22px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .browser-is-ie .p-voice:before {
        top: -24px
    }
}

.p-voice:after {
    bottom: -43px;
    right: 0;
    content: '”'
}

@media only screen and (max-width: 40em) {
    .p-voice:after {
        bottom: -25px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-voice:after {
        bottom: -51px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-voice:after {
        bottom: -55px
    }
}

.p-faq-list>li {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #ddd
}

.p-faq-list>li:last-child {
    border-width: 1px 0 1px 0
}

.p-faq {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

.p-faq__icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media only screen and (max-width: 47.9375em) {
    .p-faq__icon {
        width: 28px;
        height: 28px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-faq__icon {
        width: 36px;
        height: 36px
    }
}

.p-faq__icon:before,
.p-faq__icon:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    background-color: #222;
    content: ''
}

@media only screen and (max-width: 47.9375em) {

    .p-faq__icon:before,
    .p-faq__icon:after {
        width: 12px
    }
}

@media print,
screen and (min-width: 48em) {

    .p-faq__icon:before,
    .p-faq__icon:after {
        width: 16px
    }
}

.p-faq__icon:after {
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .25s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .25s
}

.p-faq__question {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    background-color: transparent;
    border: none;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    text-align: left
}

@media only screen and (max-width: 47.9375em) {
    .p-faq__question {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-faq__question {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-faq__question {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 40px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-faq__question {
        padding-top: 26px;
        padding-bottom: 26px;
        padding-left: 53px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-faq__question {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 2
    }
}

.p-faq__question:before {
    display: block;
    position: absolute;
    left: 0;
    width: 25px;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    text-align: center;
    line-height: 1;
    content: 'Q'
}

@media only screen and (max-width: 47.9375em) {
    .p-faq__question:before {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-faq__question:before {
        font-size: 32px;
        font-size: 2rem
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-faq__question:before {
        top: 17px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-faq__question:before {
        top: 23px
    }
}

.p-faq__question:focus {
    outline: none
}

button.p-faq__question {
    cursor: pointer
}

.p-faq__answer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: height cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

.p-faq__inner {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: justify
}

@media only screen and (max-width: 47.9375em) {
    .p-faq__inner {
        padding-bottom: 24px;
        padding-left: 40px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-faq__inner {
        padding-bottom: 31px;
        padding-left: 53px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 2
    }
}

.p-faq__inner:before {
    display: block;
    position: absolute;
    left: 0;
    width: 25px;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    text-align: center;
    line-height: 1;
    top: 0;
    color: #c0c0c0;
    content: 'A'
}

@media only screen and (max-width: 47.9375em) {
    .p-faq__inner:before {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-faq__inner:before {
        font-size: 32px;
        font-size: 2rem
    }
}

.p-faq__link {
    display: block
}

@media only screen and (max-width: 47.9375em) {
    .p-faq__link {
        margin-top: 4px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-faq__link {
        margin-top: 6px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-faq.-accordion .p-faq__question {
        padding-right: 28px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-faq.-accordion .p-faq__question {
        padding-right: 36px
    }
}

.p-faq.-close .p-faq__icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg)
}

.p-faq.-close .p-faq__answer {
    height: 0
}

.p-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media print,
screen and (min-width: 40.0625em) {
    .p-download {
        margin-left: -20px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-download {
        margin-left: -60px
    }
}

.p-download__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block
}

@media only screen and (max-width: 40em) {
    .p-download__item {
        width: 100%;
        margin-top: 20px
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-download__item {
        width: calc(50% - 20px);
        margin-top: 40px;
        margin-left: 20px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-download__item {
        width: calc(33.33% - 60px);
        margin-left: 60px
    }
}

@media only screen and (max-width: 40em) {
    .p-download__item:first-child {
        margin-top: 0
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-download__item:nth-child(-n+2) {
        margin-top: 0
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-download__item:nth-child(-n+3) {
        margin-top: 0
    }
}

.p-download__item.-molybdenum .p-download__img img {
    width: auto;
    height: 226px
}

.p-download__item>a {
    text-decoration: none;
    color: #222
}

@media print,
screen and (min-width: 48em) {
    .p-download__item>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }
}

.p-download.-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.p-download.-max3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.p-download.-max4 {
    margin-left: -40px
}

@media only screen and (max-width: 40em) {
    .p-download.-max4 {
        margin-left: 0
    }
}

.p-download.-max4 .p-download__item {
    width: calc(50% - 40px);
    margin-left: 40px
}

@media only screen and (max-width: 40em) {
    .p-download.-max4 .p-download__item {
        width: 100%;
        margin-left: 0
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-download.-max4 .p-download__item {
        width: calc(33.33% - 40px)
    }
}

@media print,
screen and (min-width: 80em) {
    .p-download.-max4 .p-download__item {
        width: calc(25% - 40px)
    }
}

@media print,
screen and (min-width: 80em) {
    .p-download.-max4 .p-download__item:nth-child(-n+4) {
        margin-top: 0
    }
}

.p-download__text {
    background-color: #fff
}

@media only screen and (max-width: 47.9375em) {
    .p-download__text {
        padding-top: 18px;
        padding-bottom: 18px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-download__text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-top: 31px;
        padding-bottom: 35px
    }
}

.p-download__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
}

@media print,
screen and (min-width: 48em) {
    .p-download__img {
        min-height: 229px
    }

    .browser-is-ie .p-download__img {
        height: 229px
    }
}

.p-download__img img {
    display: block;
    max-width: 100%;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-download__img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.p-download__head {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    color: #222;
    text-align: center;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
}

@media only screen and (max-width: 47.9375em) {
    .p-download__head {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-download__head {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-download__head {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-download__head {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-download__head {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.p-download__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px
}

.p-download__info li {
    display: block;
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    font-size: 14px;
    font-size: .875rem;
    color: #888888
}

@media only screen and (max-width: 47.9375em) {
    .p-download__info li {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-download__info li {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

.p-download__info li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 55%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 13px;
    background-color: #ccc;
    content: ''
}

.p-download__info li:first-child {
    padding-left: 0
}

.p-download__info li:first-child:before {
    display: none
}

.p-download__info li:last-child {
    padding-right: 0
}

.p-download__info+.p-download__info {
    margin-top: 0
}

@media only screen and (max-width: 47.9375em) {
    .p-product-edit-area>h3 {
        margin-top: 40px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-edit-area>h3 {
        margin-top: 94px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-product-edit-area>h3 {
        font-size: 28px;
        font-size: 1.75rem
    }
}

.p-product-edit-area>h3:first-child {
    margin-top: 0
}

.p-product-edit-area>h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 24px
}

@media print,
screen and (min-width: 48em) {
    .p-product-edit-area>h4 {
        margin-top: 40px;
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-product-edit-area>p {
        margin-top: 25px
    }
}

.p-product-edit-area>ul {
    margin-top: 16px
}

@media print,
screen and (min-width: 93.75em) {
    .p-product-edit-area>ul {
        margin-top: 25px
    }
}

.p-product-edit-area>ul:first-child {
    margin-top: 0
}

.p-product-edit-area img {
    display: block;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto
}

@media only screen and (max-width: 47.9375em) {
    .p-product-edit-area img {
        margin-top: 20px;
        max-width: 100%
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-edit-area img {
        max-width: 100%;
        margin-top: 54px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-edit-area img.alignright {
        float: right
    }
}

.p-product-edit-area table {
    width: 100% !important;
    height: auto !important
}

.p-product-edit-area table tr {
    width: 100%;
    height: auto !important
}

@media only screen and (max-width: 47.9375em) {
    .p-product-edit-area table tr {
        display: block
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-edit-area table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.p-product-edit-area table td {
    height: auto !important
}

@media only screen and (max-width: 47.9375em) {
    .p-product-edit-area table td {
        display: block;
        width: 100% !important
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-edit-area table td {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto !important
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-edit-area table td {
        padding-left: 18px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-edit-area table td:first-child {
        padding-left: 0
    }
}

.p-product-edit-area .wp-caption {
    width: auto !important
}

.p-product-edit-area .wp-caption img {
    width: auto !important;
    height: auto !important
}

@media only screen and (max-width: 47.9375em) {
    .p-product-edit-area .wp-caption img {
        margin-top: 20px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-product-edit-area .wp-caption img {
        margin-top: 18px
    }
}

.p-product-edit-area .wp-caption-text {
    margin-top: 8px;
    font-size: 14px;
    font-size: .875rem
}

.p-outline {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .p-outline {
        margin-bottom: 40px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-outline {
        margin-bottom: 94px
    }
}

@media print,
screen and (min-width: 80em) {
    .p-outline {
        position: absolute;
        z-index: 100;
        left: auto;
        top: 80px;
        width: 77%;
        max-width: 960px;
        margin-left: 16px;
        margin-bottom: 80px;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0)
    }
}

@media print,
screen and (min-width: 80em) {
    .p-outline {
        margin-left: 40px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-outline {
        top: 100px;
        margin-left: 100px;
        margin-bottom: 100px
    }
}

@media print,
screen and (min-width: 80em) {
    .p-outline.-mtop_0 {
        top: 0
    }
}

@media print,
screen and (min-width: 80em) {
    .p-outline.-bottom {
        top: auto;
        bottom: 0
    }
}

.p-outline.-fixed {
    position: fixed
}

@media print,
screen and (min-width: 48em) {
    .p-outline.-fixed {
        top: 80px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-outline.-fixed {
        top: 100px
    }
}

.p-outline__head {
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    letter-spacing: 0.1em;
    color: #c0c0c0
}

@media only screen and (max-width: 47.9375em) {
    .p-outline__head {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-outline__head {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-outline__head {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

.p-outline__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px
}

@media print,
screen and (min-width: 80em) {
    .p-outline__list {
        display: block;
        margin-top: 22px;
        margin-left: 0
    }
}

.p-outline__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 20px
}

@media only screen and (max-width: 40em) {
    .p-outline__item {
        width: calc(50% - 20px)
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-outline__item {
        width: calc(33.33% - 20px)
    }
}

@media print,
screen and (min-width: 48em) {
    .p-outline__item {
        width: calc(25% - 20px)
    }
}

@media print,
screen and (min-width: 80em) {
    .p-outline__item {
        margin-left: 0
    }
}

.p-outline__item>a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 16px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #ddd;
    padding-top: 4px;
    padding-bottom: 6px;
    font-size: 14px;
    font-size: .875rem;
    color: #222;
    text-decoration: none;
    -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

@media print,
screen and (min-width: 80em) {
    .p-outline__item>a {
        margin-top: 0;
        padding-top: 7px;
        padding-bottom: 8px;
        padding-left: 10px;
        border-width: 0 0 0 2px;
        -webkit-font-feature-settings: 'palt'1;
        font-feature-settings: 'palt'1;
        font-weight: bold;
        color: rgba(34, 34, 34, 0.4)
    }
}

@media only screen and (min-width: 80em) and (max-width: 47.9375em) {
    .p-outline__item>a {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 80em) and (min-width: 48em) {
    .p-outline__item>a {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-outline__item>a {
        padding-left: 20px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 80em) {
    .p-outline__item>a.-active {
        border-color: #c0c0c0;
        color: #c0c0c0
    }
}

@media print,
screen and (min-width: 80em) {
    .p-outline__item>a:hover {
        border-color: #c0c0c0;
        color: #c0c0c0
    }
}

.p-outline__item svg {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 8px;
    height: 6px
}

@media print,
screen and (min-width: 80em) {
    .p-outline__item svg {
        display: none
    }
}

@media print,
screen and (min-width: 80em) {
    .p-outline__item:hover {
        border-color: #c0c0c0
    }
}

.p-outline-container {
    position: relative
}

.p-img-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px
}

.p-img-anchor__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f7f7f7;
    width: calc(50% - 20px);
    margin-left: 20px
}

.p-img-anchor__item>a {
    display: block;
    text-decoration: none;
    color: #222
}

@media only screen and (max-width: 47.9375em) {
    .p-img-anchor__item>a {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-img-anchor__item>a {
        padding-top: 44px;
        padding-bottom: 50px;
        padding-right: 10px;
        padding-left: 10px
    }
}

.p-img-anchor__en {
    display: block;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    letter-spacing: 0.1em;
    color: #c0c0c0;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .p-img-anchor__en {
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-img-anchor__en {
        font-size: 15px;
        font-size: .9375rem
    }
}

.p-img-anchor__title {
    display: block;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .p-img-anchor__title {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-img-anchor__title {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-img-anchor__title {
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.4
    }
}

@media print,
screen and (min-width: 48em) {
    .p-img-anchor__title {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-img-anchor__title {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-img-anchor__title br {
        display: none
    }
}

.p-img-anchor__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 13px
}

.p-img-anchor__img img {
    display: block;
    height: 100%;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
}

@media only screen and (max-width: 47.9375em) {
    .p-img-anchor__img img {
        height: 130px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-img-anchor__img img {
        height: 260px
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-img-anchor__img img {
        -webkit-transform: scale(1.085);
        transform: scale(1.085)
    }
}

.p-img-anchor__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px
}

.p-img-anchor__icon svg {
    width: 18px;
    height: 9px;
    fill: #c0c0c0;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-img-anchor__icon svg {
        -webkit-transform: translate(0, 6px);
        transform: translate(0, 6px)
    }
}

.p-logo-cross {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-logo-cross>li {
    position: relative;
    width: 41.6666%;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08)
}

.p-logo-cross>li:before {
    content: '';
    display: block;
    padding-top: 60%
}

.p-logo-cross>li.p-logo-cross__icon {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 47.9375em) {
    .p-logo-cross>li.p-logo-cross__icon svg {
        width: 20px;
        height: 20px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-logo-cross>li.p-logo-cross__icon svg {
        width: 30px;
        height: 30px
    }
}

.p-logo-cross__image {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80%
}

@media only screen and (max-width: 47.9375em) {
    .p-logo-cross__image.-sharp {
        max-width: 60%
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-carousel-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.p-carousel-column__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.p-carousel-column__item.-carousel {
    margin-top: 30px
}

@media print,
screen and (min-width: 61.25em) {
    .p-carousel-column__item.-carousel {
        margin-top: 0;
        margin-left: 80px;
        padding-right: 55px;
        padding-left: 55px
    }
}

.p-number-anchor__item {
    margin-top: 2px
}

.p-number-anchor__item:first-child {
    margin-top: 0
}

.p-number-anchor__item a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-decoration: none;
    color: #222;
    background-color: #fff;
    -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s
}

@media only screen and (max-width: 47.9375em) {
    .p-number-anchor__item a {
        padding-top: 18px;
        padding-bottom: 19px;
        padding-left: 20px;
        padding-right: 45px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-number-anchor__item a {
        padding-top: 18px;
        padding-bottom: 19px;
        padding-left: 37px;
        padding-right: 80px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-number-anchor__item a:hover {
        background-color: #c0c0c0
    }
}

.p-number-anchor__num {
    display: block;
    position: relative;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    color: #c0c0c0;
    line-height: 1;
    letter-spacing: 0.03em
}

@media only screen and (max-width: 47.9375em) {
    .p-number-anchor__num {
        width: 45px;
        font-size: 32px;
        font-size: 2rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-number-anchor__num {
        top: -3px;
        width: 64px;
        font-size: 48px;
        font-size: 3rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-number-anchor__num {
        color: #fff
    }
}

.p-number-anchor__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (max-width: 47.9375em) {
    .p-number-anchor__text {
        margin-left: 12px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-number-anchor__text {
        margin-left: 30px
    }
}

.p-number-anchor__en {
    display: block;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    letter-spacing: 0.08em;
    line-height: 1.5
}

@media only screen and (max-width: 47.9375em) {
    .p-number-anchor__en {
        font-size: 10px;
        font-size: .625rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-number-anchor__en {
        font-size: 13px;
        font-size: .8125rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-number-anchor__en {
        color: #fff
    }
}

.p-number-anchor__title {
    display: block;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    line-height: 1.5
}

@media only screen and (max-width: 47.9375em) {
    .p-number-anchor__title {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-number-anchor__title {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-number-anchor__title {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-number-anchor__title {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-number-anchor__title {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-number-anchor__title {
        color: #fff
    }
}

.p-number-anchor__icon {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media only screen and (max-width: 47.9375em) {
    .p-number-anchor__icon {
        right: 20px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-number-anchor__icon {
        right: 40px
    }
}

.p-number-anchor__icon svg {
    fill: #c0c0c0
}

@media only screen and (max-width: 47.9375em) {
    .p-number-anchor__icon svg {
        width: 14px;
        height: 7px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-number-anchor__icon svg {
        width: 18px;
        height: 9px
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-number-anchor__icon svg {
        fill: #fff
    }
}

@media print,
screen and (min-width: 80em) {
    .p-special-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.p-special-column__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 47.9375em) {
    .p-special-column__item {
        margin-top: 40px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-special-column__item {
        margin-top: 40px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-column__item {
        margin-top: 80px
    }
}

@media print,
screen and (min-width: 80em) {
    .p-special-column__item {
        width: 50%;
        margin-top: 0
    }
}

.p-special-column__item:first-child {
    margin-top: 0
}

@media print,
screen and (min-width: 80em) {
    .p-special-column__item:first-child {
        padding-right: 100px
    }
}

@media print,
screen and (min-width: 80em) {
    .p-special-column.-restaurant .p-special-column__item:first-child {
        width: 45%
    }
}

@media print,
screen and (min-width: 80em) {
    .p-special-column.-restaurant .p-special-column__item:last-child {
        width: 55%
    }
}

.p-special-heading {
    display: block;
    width: 100%;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    text-align: center;
    line-height: 1.5
}

@media only screen and (max-width: 47.9375em) {
    .p-special-heading {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-special-heading {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-special-heading {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-special-heading {
        font-size: 28px;
        font-size: 1.75rem
    }
}

.p-special-heading__main {
    display: block
}

@media print,
screen and (min-width: 93.75em) {
    .p-special-heading__main {
        line-height: 1.6
    }
}

.p-special-heading__sub {
    display: block;
    position: relative
}

.p-special-heading__shadow {
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    color: #EDEDED;
    white-space: nowrap;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .p-special-heading__shadow {
        top: 0;
        line-height: 1;
        font-size: 60px;
        font-size: 3.75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-special-heading__shadow {
        top: -20px;
        line-height: 92px;
        font-size: 92px;
        font-size: 5.75rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-special-heading__shadow {
        top: -10px;
        font-size: 124px;
        font-size: 7.75rem;
        letter-spacing: 0.013em
    }
}

.p-special-heading__eng {
    display: block;
    width: 100%;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #c0c0c0
}

@media only screen and (max-width: 47.9375em) {
    .p-special-heading__eng {
        margin-bottom: 5px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-special-heading__eng {
        margin-bottom: 13px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-special-heading__eng {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

.p-special-heading__check {
    display: block;
    width: 100%;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .p-special-heading__check {
        margin-bottom: 5px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-special-heading__check {
        margin-bottom: 13px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-special-heading.-shadow .p-special-heading__sub {
        height: 64px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-special-heading.-shadow .p-special-heading__sub {
        height: 72px;
        margin-bottom: 14px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-special-heading.-shadow .p-special-heading__sub {
        height: 96px;
        margin-bottom: 24px
    }
}

.p-special-heading.-shadow .p-special-heading__eng {
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 3px;
    margin-bottom: 0
}

.p-special-heading.-shadow .p-special-heading__check {
    position: absolute;
    z-index: 20;
    left: 0;
    margin-bottom: 0
}

@media only screen and (max-width: 47.9375em) {
    .p-special-heading.-shadow .p-special-heading__check {
        bottom: 5px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-special-heading.-shadow .p-special-heading__check {
        bottom: 3px
    }
}

.p-special-heading.-left {
    text-align: left
}

.p-special-heading.-left .p-special-heading__shadow {
    text-align: left
}

@media print,
screen and (min-width: 48em) {
    .p-special-heading.-left .p-special-heading__shadow {
        left: -8px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-special-heading.-left .p-special-heading__shadow {
        left: -11px
    }
}

.p-special-heading.-left .p-special-heading__eng,
.p-special-heading.-left .p-special-heading__check {
    text-align: left
}

.p-check {
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .p-check {
        padding-left: 34px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-check {
        padding-left: 34px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-check {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.p-check:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 15px;
    content: url("../svg/icon_check_gold.svg")
}

@media only screen and (max-width: 47.9375em) {
    .p-check-list>li {
        margin-top: 8px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-check-list>li {
        margin-top: 10px
    }
}

.p-check-list>li:first-child {
    margin-top: 0
}

.p-check.-special {
    display: block;
    padding-left: 0
}

@media print,
screen and (min-width: 93.75em) {
    .p-check.-special {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.p-check.-special:before {
    display: none
}

.p-strong {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    color: #c0c0c0;
    letter-spacing: 0.08em;
    margin-right: 5px;
    margin-left: 5px
}

@media only screen and (max-width: 47.9375em) {
    .p-strong {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-strong {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

.p-strong>span {
    position: relative
}

.p-strong>span:before {
    display: block;
    position: absolute;
    top: -2px;
    left: 50%;
    -webkit-transform: translate(-70%, 0);
    transform: translate(-70%, 0);
    width: 3px;
    height: 3px;
    background-color: #c0c0c0;
    border-radius: 50%;
    content: ""
}

.p-strong.-first {
    margin-left: 0
}

.p-section-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.p-section-column__item {
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .p-section-column__item {
        width: 100%;
        margin-top: 40px
    }
}

@media print,
screen and (min-width: 48em) {
    .browser-is-ie .p-section-column__item .c-image {
        max-height: 334px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-section-column__item:first-child {
        margin-top: 0
    }
}

.p-section-column__item--tal {
    text-align: left
}

.p-section-column__head {
    margin-top: 30px
}

@media print,
screen and (min-width: 48em) {
    .p-section-column--max3 {
        margin-left: -40px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-section-column--max3 {
        margin-left: -70px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-section-column--max3 .p-section-column__item {
        width: calc(33.33% - 40px);
        margin-left: 40px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-section-column--max3 .p-section-column__item {
        width: calc(33.33% - 70px);
        margin-left: 70px
    }
}

.p-link-panel-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media only screen and (max-width: 40em) {
    .p-link-panel-container--max3 .p-link-panel {
        width: 100%
    }
}

@media print,
screen and (min-width: 48em) {
    .p-link-panel-container--max3 .p-link-panel {
        width: 33.33%
    }
}

@media only screen and (max-width: 40em) {
    .p-link-panel-container--max2 .p-link-panel {
        width: 100%
    }
}

@media print,
screen and (min-width: 48em) {
    .p-link-panel-container--max2 .p-link-panel {
        width: 50%
    }
}

.p-link-panel>a {
    display: block;
    height: 100%;
    background-color: #fff;
    color: #222;
    text-decoration: none;
    -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .1s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .1s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

@media print,
screen and (min-width: 61.25em) {
    .p-link-panel>a:hover {
        background-color: #c0c0c0
    }
}

.p-link-panel__img {
    position: relative;
    overflow: hidden
}

.p-link-panel__img img {
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-link-panel__img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.p-link-panel__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 47.9375em) {
    .p-link-panel__text {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-right: 5.3333%;
        padding-left: 5.3333%
    }
}

@media print,
screen and (min-width: 48em) {
    .p-link-panel__text {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 30px;
        padding-left: 30px
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-link-panel__text {
        color: #fff
    }
}

.p-link-panel__head {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    line-height: 1.4
}

@media only screen and (max-width: 47.9375em) {
    .p-link-panel__head {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-link-panel__head {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-link-panel__head {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-link-panel__head {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.p-link-panel__desc {
    margin-top: 12px
}

.p-link-panel__link {
    margin-top: 5px;
    color: #c0c0c0
}

@media only screen and (max-width: 47.9375em) {
    .p-link-panel__link {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-link-panel__link {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-link-panel__link {
        color: #fff
    }
}

.p-special-layout {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 47.9375em) {
    .p-special-layout {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 40px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-special-layout {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 60px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto 0 1fr;
        -ms-grid-columns: 51.42% 7.16% 42.42%;
        grid-template: "specialLayoutImg specialLayoutHead"auto "specialLayoutImg specialLayoutDesc"1fr/51.42% 42.42%;
        gap: 0 7.16%;
        margin-top: 120px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout.-big-img {
        -ms-grid-rows: auto 0 auto;
        -ms-grid-columns: 54.28% 4.28% 41.44%;
        grid-template: "specialLayoutImg specialLayoutHead"auto "specialLayoutImg specialLayoutDesc"auto/54.28% 41.44%;
        gap: 0 4.28%
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout.-reverse {
        -ms-grid-rows: auto 0 auto;
        -ms-grid-columns: 42.42% 7.16% 51.42%;
        grid-template: "specialLayoutHead-rv specialLayoutImg-rv"auto "specialLayoutDesc-rv specialLayoutImg-rv"auto/42.42% 51.42%;
        gap: 0 7.16%
    }

    .p-special-layout.-reverse .p-special-layout__img {
        grid-area: specialLayoutImg-rv
    }

    .p-special-layout.-reverse .p-special-layout__head {
        grid-area: specialLayoutHead-rv
    }

    .p-special-layout.-reverse .p-special-layout__desc {
        grid-area: specialLayoutDesc-rv
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout.-reverse .p-special-layout__img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 3
    }

    .p-special-layout.-reverse .p-special-layout__head {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .p-special-layout.-reverse .p-special-layout__desc {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout.-reverse.-big-img {
        -ms-grid-rows: auto 0 auto;
        -ms-grid-columns: 41.44% 4.28% 54.28%;
        grid-template: "specialLayoutHead-rv specialLayoutImg-rv"auto "specialLayoutDesc-rv specialLayoutImg-rv"auto/41.44% 54.28%;
        gap: 0 4.28%
    }

    .p-special-layout.-reverse.-big-img>.p-special-layout__img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 3
    }

    .p-special-layout.-reverse.-big-img>.p-special-layout__head {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .p-special-layout.-reverse.-big-img>.p-special-layout__desc {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout.-reverse-overlap-image {
        -ms-grid-rows: auto 0 auto;
        -ms-grid-columns: 42.42% 6.16% 51.42%;
        grid-template: "specialLayoutHead-rv-ov-img specialLayoutImg-rv-ov-img"auto "specialLayoutDesc-rv-ov-img specialLayoutImg-rv-ov-img"auto/42.42% 51.42%;
        gap: 0 6.16%
    }

    .p-special-layout.-reverse-overlap-image .p-special-layout__img {
        grid-area: specialLayoutImg-rv-ov-img
    }

    .p-special-layout.-reverse-overlap-image .p-special-layout__head {
        grid-area: specialLayoutHead-rv-ov-img
    }

    .p-special-layout.-reverse-overlap-image .p-special-layout__desc {
        grid-area: specialLayoutDesc-rv-ov-img
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout.-reverse-overlap-image .p-special-layout__img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 3
    }

    .p-special-layout.-reverse-overlap-image .p-special-layout__head {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .p-special-layout.-reverse-overlap-image .p-special-layout__desc {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout.-reverse-overlap-image.-big-img {
        -ms-grid-rows: auto 0 auto;
        -ms-grid-columns: 41.44% 4.28% 54.28%;
        grid-template: "specialLayoutHead-rv-ov-img specialLayoutImg-rv-ov-img"auto "specialLayoutDesc-rv-ov-img specialLayoutImg-rv-ov-img"auto/41.44% 54.28%;
        gap: 0 4.28%
    }

    .p-special-layout.-reverse-overlap-image.-big-img>.p-special-layout__img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 3
    }

    .p-special-layout.-reverse-overlap-image.-big-img>.p-special-layout__head {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .p-special-layout.-reverse-overlap-image.-big-img>.p-special-layout__desc {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout.-overlap-image {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto 0 auto;
        -ms-grid-columns: 51.42% 6.16% 42.42%;
        grid-template: "specialLayoutImg-ov-img specialLayoutHead-ov-img"auto "specialLayoutImg-ov-img specialLayoutDesc-ov-img"auto/51.42% 42.42%;
        gap: 0 6.16%;
        margin-top: 120px
    }

    .p-special-layout.-overlap-image .p-special-layout__img {
        grid-area: specialLayoutImg-ov-img
    }

    .p-special-layout.-overlap-image .p-special-layout__head {
        grid-area: specialLayoutHead-ov-img
    }

    .p-special-layout.-overlap-image .p-special-layout__desc {
        grid-area: specialLayoutDesc-ov-img
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout.-overlap-image .p-special-layout__img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1
    }

    .p-special-layout.-overlap-image .p-special-layout__head {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .p-special-layout.-overlap-image .p-special-layout__desc {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout.-vertical_top {
        -ms-grid-rows: auto 0 1fr;
        -ms-grid-columns: 51.42% 7.16% 42.42%;
        grid-template: "specialLayoutImg-vt specialLayoutHead-vt"auto "specialLayoutImg-vt specialLayoutDesc-vt"1fr/51.42% 42.42%;
        gap: 0 7.16%
    }

    .p-special-layout.-vertical_top .p-special-layout__img {
        grid-area: specialLayoutImg-vt
    }

    .p-special-layout.-vertical_top .p-special-layout__head {
        grid-area: specialLayoutHead-vt
    }

    .p-special-layout.-vertical_top .p-special-layout__desc {
        grid-area: specialLayoutDesc-vt
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout.-vertical_top .p-special-layout__img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1
    }

    .p-special-layout.-vertical_top .p-special-layout__head {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .p-special-layout.-vertical_top .p-special-layout__desc {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout.-vertical_top.-reverse {
        -ms-grid-rows: auto 0 1fr;
        -ms-grid-columns: 42.42% 7.16% 51.42%;
        grid-template: "specialLayoutHead-vt-rv specialLayoutImg-vt-rv"auto "specialLayoutDesc-vt-rv specialLayoutImg-vt-rv"1fr/42.42% 51.42%;
        gap: 0 7.16%
    }

    .p-special-layout.-vertical_top.-reverse .p-special-layout__img {
        grid-area: specialLayoutImg-vt-rv
    }

    .p-special-layout.-vertical_top.-reverse .p-special-layout__head {
        grid-area: specialLayoutHead-vt-rv
    }

    .p-special-layout.-vertical_top.-reverse .p-special-layout__desc {
        grid-area: specialLayoutDesc-vt-rv
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout.-vertical_top.-reverse .p-special-layout__img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 3
    }

    .p-special-layout.-vertical_top.-reverse .p-special-layout__head {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .p-special-layout.-vertical_top.-reverse .p-special-layout__desc {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout.-vertical_img {
        -ms-grid-rows: auto 0 1fr;
        -ms-grid-columns: 38.57% 7.16% 54.27%;
        grid-template: "specialLayoutImg-vi specialLayoutHead-vi"auto "specialLayoutImg-vi specialLayoutDesc-vi"1fr/38.57% 54.27%;
        gap: 0 7.16%
    }

    .p-special-layout.-vertical_img .p-special-layout__img {
        grid-area: specialLayoutImg-vi
    }

    .p-special-layout.-vertical_img .p-special-layout__head {
        grid-area: specialLayoutHead-vi
    }

    .p-special-layout.-vertical_img .p-special-layout__desc {
        grid-area: specialLayoutDesc-vi
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout.-vertical_img .p-special-layout__img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1
    }

    .p-special-layout.-vertical_img .p-special-layout__head {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .p-special-layout.-vertical_img .p-special-layout__desc {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout.-vertical_img .p-special-layout__img .p-special-layout__inner {
        margin-top: -140px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-special-layout.-vertical_img .p-special-layout__img .p-special-layout__inner {
        margin-top: -180px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout.-vertical_img.-reverse {
        -ms-grid-rows: auto 0 1fr;
        -ms-grid-columns: 54.27% 7.16% 38.57%;
        grid-template: "specialLayoutHead-vi-rv specialLayoutImg-vi-rv"auto "specialLayoutDesc-vi-rv specialLayoutImg-vi-rv"1fr/54.27% 38.57%;
        gap: 0 7.16%
    }

    .p-special-layout.-vertical_img.-reverse .p-special-layout__img {
        grid-area: specialLayoutImg-vi-rv
    }

    .p-special-layout.-vertical_img.-reverse .p-special-layout__head {
        grid-area: specialLayoutHead-vi-rv
    }

    .p-special-layout.-vertical_img.-reverse .p-special-layout__desc {
        grid-area: specialLayoutDesc-vi-rv
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout.-vertical_img.-reverse .p-special-layout__img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 3
    }

    .p-special-layout.-vertical_img.-reverse .p-special-layout__head {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .p-special-layout.-vertical_img.-reverse .p-special-layout__desc {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }
}

.p-special-layout:first-child {
    margin-top: 0
}

.p-special-layout__img {
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .p-special-layout__img {
        width: 100%;
        margin-top: 20px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-special-layout__img {
        width: 100%;
        margin-top: 20px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout__img {
        grid-area: specialLayoutImg;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0
    }
}

.p-special-layout__img .p-special-layout__inner {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1)
}

.p-special-layout__img img {
    display: block;
    position: relative;
    width: 100%
}

.browser-is-ie .p-special-layout__img img {
    max-height: 513px
}

.browser-is-ie .p-special-layout__img.-l img {
    max-height: 950px
}

@media print,
screen and (min-width: 61.25em) {
    .browser-is-ie .p-special-layout__img.-l img {
        max-height: 513px
    }
}

.browser-is-ie .p-special-layout__img.-s img {
    max-height: none
}

@media print,
screen and (min-width: 61.25em) {
    .browser-is-ie .p-special-layout__img.-s img {
        max-height: 400px
    }
}

.p-special-layout__head {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 47.9375em) {
    .p-special-layout__head {
        width: 100%
    }
}

@media print,
screen and (min-width: 48em) {
    .p-special-layout__head {
        width: 100%
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout__head {
        grid-area: specialLayoutHead;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: auto;
        padding-top: 0;
        padding-bottom: 0
    }
}

.p-special-layout__desc {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 47.9375em) {
    .p-special-layout__desc {
        width: 100%;
        margin-top: 20px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-special-layout__desc {
        width: 100%;
        margin-top: 20px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout__desc {
        grid-area: specialLayoutDesc;
        width: auto;
        margin-top: 16px;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-special-layout__img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1
    }

    .p-special-layout.-big-img>.p-special-layout__img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1
    }

    .p-special-layout__head {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .p-special-layout.-big-img>.p-special-layout__head {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .p-special-layout__desc {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }

    .p-special-layout.-big-img>.p-special-layout__desc {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-special-layout__desc {
        margin-top: 26px
    }
}

.p-special-layout__button {
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .p-special-layout__button {
        margin-top: 16px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-special-layout__button {
        max-width: 320px;
        /*        margin-top: 16px;*/
        margin: 30px auto;
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-special-layout__button {
        margin-top: 32px
    }
}

.p-message-president {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin-top: 54px;
    margin-right: auto;
    margin-left: auto
}

.p-message-president__img {
    max-width: 420px
}

.p-message-president__img img {
    display: block;
    max-width: 100%
}

.p-message-president__text {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 14px;
    font-size: .875rem;
    text-align: center
}

.p-message {
    max-width: 1210px;
    margin-right: auto;
    margin-left: auto
}

@media print,
screen and (min-width: 61.25em) {
    .p-message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 57px;
        padding-bottom: 100px;
        padding-right: 5.3333%;
        padding-left: 5.3333%
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-message__img {
        width: 37%;
        max-width: 450px
    }
}

.p-message__img img {
    display: block;
    width: 100%
}

.p-message__text {
    margin-top: 24px;
    padding-right: 5.3333%;
    padding-left: 5.3333%
}

@media print,
screen and (min-width: 61.25em) {
    .p-message__text {
        width: 56%;
        max-width: 680px;
        margin-top: -3px;
        padding-right: 0;
        padding-left: 0;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.p-message__sentence {
    text-align: justify;
    margin-top: 30px
}

.p-message__sentence:first-child {
    margin-top: 0
}

.p-message__sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 38px
}

@media print,
screen and (min-width: 61.25em) {
    .p-message__sign {
        margin-top: 44px
    }
}

.p-message__name {
    text-align: right;
    font-size: 14px;
    font-size: .875rem
}

@media print,
screen and (min-width: 61.25em) {
    .p-message__name {
        font-size: 14px;
        font-size: .875rem
    }
}

.p-temp-table {
    width: 100%;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff
}

.p-temp-table th,
.p-temp-table td {
    display: block;
    width: 50%
}

@media print,
screen and (min-width: 61.25em) {

    .p-temp-table th,
    .p-temp-table td {
        display: table-cell;
        width: auto;
        border-style: solid;
        border-width: 0 1px 1px 0;
        border-color: #EEEEEE;
        vertical-align: top
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-temp-table th:last-child,
    .p-temp-table td:last-child {
        border-width: 0 0 1px 0
    }
}

.p-temp-table thead {
    display: none
}

@media print,
screen and (min-width: 61.25em) {
    .p-temp-table thead {
        display: table-header-group
    }
}

.p-temp-table thead th {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center
}

@media print,
screen and (min-width: 61.25em) {
    .p-temp-table tbody th {
        padding-top: 26px;
        padding-bottom: 26px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-temp-table tbody td {
        padding-top: 26px;
        padding-bottom: 26px;
        padding-right: 28px;
        padding-left: 28px
    }
}

@media only screen and (min-width: 61.25em) and (max-width: 47.9375em) {
    .p-temp-table tbody td li {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 61.25em) and (min-width: 48em) {
    .p-temp-table tbody td li {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-temp-table tbody td.-icon_cell {
        width: 42.7%;
        padding-right: 26px;
        padding-left: 26px
    }
}

.p-temp-table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 28px;
    padding-right: 20px;
    padding-left: 20px;
    border-top: solid 1px #eee
}

@media print,
screen and (min-width: 61.25em) {
    .p-temp-table tbody tr {
        display: table-row;
        padding: 0;
        border-top: none
    }
}

.p-temp-table tbody tr:first-child {
    border-top: none
}

@media print,
screen and (min-width: 61.25em) {

    .p-temp-table tbody tr:last-child th,
    .p-temp-table tbody tr:last-child td {
        border-width: 0 1px 0 0
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-temp-table tbody tr:last-child th:last-child,
    .p-temp-table tbody tr:last-child td:last-child {
        border-width: 0
    }
}

.p-temp-table tbody tr td:nth-child(3),
.p-temp-table tbody tr td:nth-child(4) {
    margin-top: 16px
}

@media print,
screen and (min-width: 61.25em) {

    .p-temp-table tbody tr td:nth-child(3),
    .p-temp-table tbody tr td:nth-child(4) {
        margin-top: 0
    }
}

.p-temp-table__name {
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: 900;
    white-space: nowrap
}

@media only screen and (max-width: 47.9375em) {
    .p-temp-table__name {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-temp-table__name {
        font-size: 22px;
        font-size: 1.375rem
    }
}

.p-temp-table__name span {
    font-weight: normal;
    vertical-align: top
}

@media only screen and (max-width: 47.9375em) {
    .p-temp-table__name span {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial";
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-temp-table__name span {
        font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial";
        font-size: 16px;
        font-size: 1rem
    }
}

.p-temp-table__temp {
    position: relative;
    top: 0.4em;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    line-height: 1
}

@media only screen and (max-width: 47.9375em) {
    .p-temp-table__temp {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-temp-table__temp {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-temp-table__temp {
        font-size: 11px;
        font-size: .6875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-temp-table__temp {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-temp-table__temp {
        top: 0.2em
    }
}

.p-temp-table__temp span {
    position: relative
}

.p-temp-table__temp span.-num1 {
    margin-right: 6px
}

@media print,
screen and (min-width: 61.25em) {
    .p-temp-table__temp span.-num1 {
        display: none
    }
}

.p-temp-table__temp span.-num2 {
    top: 0.02em;
    margin-right: 1px
}

@media only screen and (max-width: 47.9375em) {
    .p-temp-table__temp span.-num2 {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-temp-table__temp span.-num2 {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-temp-table__temp span.-num2 {
        margin-right: 3px
    }
}

.p-temp-table__temp span.-num3 {
    top: -0.1em;
    margin-left: 5px;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1
}

@media only screen and (max-width: 47.9375em) {
    .p-temp-table__temp span.-num3 {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-temp-table__temp span.-num3 {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-temp-table__temp span.-num3 {
        margin-left: 7px
    }
}

.p-temp-table__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.p-temp-table__icons li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25%
}

@media only screen and (max-width: 47.9375em) {
    .p-temp-table__icons li {
        height: 60px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-temp-table__icons li {
        height: 116px
    }
}

.p-temp-table__icons img {
    display: block;
    width: auto;
    height: 100%
}

.p-block-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media only screen and (max-width: 47.9375em) {
    .p-block-link {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -6px;
        margin-left: -6px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-block-link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: -2px;
        margin-left: -2px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-block-link__item {
        width: calc(33.33% - 6px);
        min-width: 85px;
        height: 48px;
        margin-top: 6px;
        margin-left: 6px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-block-link__item {
        min-width: 180px;
        height: 48px;
        margin-top: 2px;
        margin-left: 2px
    }
}

.p-block-link__item>a,
.p-block-link__item>span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {

    .p-block-link__item>a,
    .p-block-link__item>span {
        padding-top: 14px;
        font-size: 12px
    }
}

@media print,
screen and (min-width: 48em) {

    .p-block-link__item>a,
    .p-block-link__item>span {
        padding-top: 9px;
        font-size: 16px
    }

    .browser-is-ie .p-block-link__item>a,
    .browser-is-ie .p-block-link__item>span {
        padding-top: 13px
    }
}

.p-block-link__item>a {
    background-color: #eee;
    color: #222;
    text-decoration: none;
    -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .1s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .1s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) .25s
}

@media print,
screen and (min-width: 61.25em) {
    .p-block-link__item>a:hover {
        background-color: #c0c0c0;
        color: #fff
    }
}

.p-block-link__item>span {
    background-color: #222;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    color: #fff
}

@media only screen and (max-width: 47.9375em) {
    .p-block-link__item>span {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-block-link__item>span {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-block-link.-max4 {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

@media print,
screen and (min-width: 80em) {
    .p-block-link.-max4 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media print,
screen and (min-width: 48em) {
    .p-block-link.-max4 .p-block-link__item {
        width: calc(25% - 2px);
        min-width: inherit
    }
}

@media print,
screen and (min-width: 80em) {
    .p-block-link.-max4 .p-block-link__item {
        width: auto;
        min-width: 180px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-block-link.-width_s .p-block-link__item {
        min-width: 85px
    }
}

@media print,
screen and (min-width: 80em) {
    .p-block-link.-width_s .p-block-link__item {
        min-width: 128px
    }
}

.p-card-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media print,
screen and (min-width: 48em) {
    .p-card-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-top: -20px;
        margin-left: -20px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-card-menu {
        margin-top: -40px;
        margin-left: -40px
    }
}

.p-card-menu__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 47.9375em) {
    .p-card-menu__item {
        margin-top: 20px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-card-menu__item {
        width: 100%;
        margin-top: 20px;
        margin-left: 20px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-card-menu__item {
        width: calc(33.33% - 20px)
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-card-menu__item {
        width: calc(33.33% - 40px);
        margin-top: 40px;
        margin-left: 40px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-card-menu__item:first-child {
        margin-top: 0
    }
}

.p-card-menu__item>a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    text-decoration: none;
    color: #222;
    background-color: #f7f7f7;
    -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .1s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .1s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) .25s
}

@media print,
screen and (min-width: 61.25em) {
    .p-card-menu__item>a:hover {
        background-color: #c0c0c0;
        color: #fff
    }
}

.p-card-menu__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 50%
}

.p-card-menu__img:before {
    content: '';
    display: block;
    padding-top: 100%
}

.p-card-menu__img img {
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s
}

@media only screen and (max-width: 47.9375em) {
    .p-card-menu__img img {
        width: 100%
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-card-menu__img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.p-card-menu__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%
}

.p-card-menu__text-inner {
    padding-right: 10px;
    padding-left: 10px
}

.p-card-menu__en {
    display: block;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #c0c0c0;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .p-card-menu__en {
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-card-menu__en {
        font-size: 10px;
        font-size: .625rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-card-menu__en {
        font-size: 13px;
        font-size: .8125rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-card-menu__en {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-card-menu__en {
        color: #fff
    }
}

.p-card-menu__title {
    display: block;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .p-card-menu__title {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-card-menu__title {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-card-menu__title {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-card-menu__title {
        margin-top: 4px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-card-menu__title {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-card-menu__title {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-card-menu__title {
        color: #fff
    }
}

.p-card-menu__desc {
    display: block;
    font-size: 14px;
    font-size: .875rem
}

@media only screen and (max-width: 47.9375em) {
    .p-card-menu__desc {
        margin-top: 12px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-card-menu__desc {
        margin-top: 16px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-card-menu__desc {
        font-size: 16px;
        font-size: 1rem
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-card-menu__desc:after {
        display: inline-block;
        width: 5px;
        height: 10px;
        margin-left: 8px;
        content: url("../svg/arrow_right_black.svg")
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-card-menu__desc span {
        display: none
    }
}

.p-card-menu__desc br {
    display: none
}

@media print,
screen and (min-width: 80em) {
    .p-card-menu__desc br {
        display: block
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-card-menu__desc {
        color: #fff
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-card-menu.-other_support .p-card-menu__en {
        font-size: 10px;
        font-size: .625rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-card-menu.-other_support .p-card-menu__en {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-card-menu.-other_support .p-card-menu__title {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-card-menu.-other_support .p-card-menu__title {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-card-menu.-other_support .p-card-menu__title {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.browser-is-ie .p-card-menu.-max2 .p-card-menu__item {
    max-height: 250px
}

@media print,
screen and (min-width: 40.0625em) {
    .browser-is-ie .p-card-menu.-max2 .p-card-menu__item {
        max-height: 320px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-card-menu.-max2 .p-card-menu__item {
        width: calc(50% - 20px);
        margin-left: 20px
    }

    .browser-is-ie .p-card-menu.-max2 .p-card-menu__item {
        max-height: 200px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .browser-is-ie .p-card-menu.-max2 .p-card-menu__item {
        max-height: 300px
    }
}

@media print,
screen and (min-width: 80em) {
    .browser-is-ie .p-card-menu.-max2 .p-card-menu__item {
        max-height: 400px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-card-menu.-max2 .p-card-menu__item {
        width: calc(50% - 40px);
        margin-left: 40px
    }

    .browser-is-ie .p-card-menu.-max2 .p-card-menu__item {
        max-height: 500px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-card-menu.-max2 .p-card-menu__item:nth-child(even)>a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media print,
screen and (min-width: 48em) {

    .p-card-menu.-max2 .p-card-menu__item:nth-child(4n-1)>a,
    .p-card-menu.-max2 .p-card-menu__item:nth-child(4n)>a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.p-border-box {
    border-style: solid;
    border-width: 3px;
    border-color: #ddd
}

@media only screen and (max-width: 47.9375em) {
    .p-border-box {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-border-box {
        padding-top: 33px;
        padding-bottom: 33px;
        padding-right: 40px;
        padding-left: 40px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-fill-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.p-fill-column__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F7F7F7
}

@media only screen and (max-width: 47.9375em) {
    .p-fill-column__item {
        margin-top: 2px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-fill-column__item {
        margin-left: 2px;
        padding-top: 33px;
        padding-bottom: 33px;
        padding-right: 40px;
        padding-left: 40px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-fill-column__item:first-child {
        width: 28%
    }
}

@media print,
screen and (min-width: 48em) {
    .p-fill-column__item:last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.p-fill-column__head {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .p-fill-column__head {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-fill-column__head {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-fill-column__head {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-fill-column__head {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-fill-column__head {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.p-fill-column__text {
    margin-top: 12px
}

.p-glossary-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: -20px
}

@media print,
screen and (min-width: 61.25em) {
    .p-glossary-anchor {
        margin-top: 10px;
        margin-left: -16px
    }
}

.p-glossary-anchor:first-child {
    margin-top: -20px
}

@media print,
screen and (min-width: 61.25em) {
    .p-glossary-anchor:first-child {
        margin-top: -10px
    }
}

.p-glossary-anchor>a {
    display: block;
    margin-top: 20px;
    margin-left: 20px;
    min-width: 1em;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    line-height: 1;
    text-decoration: none
}

@media print,
screen and (min-width: 61.25em) {
    .p-glossary-anchor>a {
        margin-top: 10px;
        margin-left: 16px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-glossary-anchor>a {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.p-banner {
    margin-left: -20px
}

.p-banner li {
    float: left;
    margin-left: 20px
}

@media only screen and (max-width: 47.9375em) {
    .p-banner li {
        width: calc(50% - 20px)
    }
}

.p-banner li img {
    display: block;
    width: 100%
}

.p-banner a {
    display: block
}

.p-banner:after {
    display: block;
    clear: both;
    content: ""
}

.p-news-list__item {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #ddd
}

.p-news-list__item:first-child {
    border-width: 1px 0 1px 0
}

.p-news-list__item>a {
    text-decoration: none;
    color: #222;
    -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .25s
}

@media only screen and (max-width: 47.9375em) {
    .p-news-list__item>a {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto 0 auto;
        -ms-grid-columns: 90px 0 auto;
        grid-template: 'newsListDate newsListCate'auto 'newsListTitle newsListTitle'auto / 90px auto;
        gap: 0;
        padding-top: 14px;
        padding-bottom: 14px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-news-list__item>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 25px;
        padding-bottom: 27px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-news-list__item>a:hover {
        background-color: #c0c0c0;
        color: #fff
    }
}

.p-news-list__date {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1
}

.browser-is-ie .p-news-list__date {
    display: block
}

@media only screen and (max-width: 47.9375em) {
    .p-news-list__date {
        grid-area: newsListDate;
        margin-top: -4px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-news-list__date {
        width: 17%;
        min-width: 106px;
        padding-right: 15px;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.5
    }
}

.p-news-list__cate {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.browser-is-ie .p-news-list__cate {
    display: block
}

@media only screen and (max-width: 47.9375em) {
    .p-news-list__cate {
        grid-area: newsListCate;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-news-list__cate {
        width: 22%;
        padding-right: 15px
    }
}

.browser-is-ie .p-news-list__title {
    display: block
}

@media only screen and (max-width: 47.9375em) {
    .p-news-list__title {
        grid-area: newsListTitle;
        margin-top: 4px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-news-list__date {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .p-news-list__cate {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .p-news-list__title {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }
}

@media print,
screen and (min-width: 48em) {
    .p-news-list__title {
        width: 61%
    }
}

a[target='_blank'] .p-news-list__title:after {
    display: inline-block;
    position: relative;
    top: -0.1em;
    width: 13px;
    height: 11px;
    margin-left: 5px;
    -webkit-transition: content cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: content cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    content: url("../svg/icon_blank.svg")
}

@media print,
screen and (min-width: 61.25em) {
    a[target='_blank']:hover .p-news-list__title:after {
        content: url("../svg/icon_blank_white.svg")
    }
}

.p-pager__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-pager__item {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1
}

@media only screen and (max-width: 47.9375em) {
    .p-pager__item {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-pager__item {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-pager__item {
        margin-right: 4px;
        margin-left: 4px
    }
}

.p-pager__item>a,
.p-pager__item>span {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    color: #c0c0c0;
    text-decoration: none;
    -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .1s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .1s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) .25s
}

@media only screen and (max-width: 47.9375em) {

    .p-pager__item>a,
    .p-pager__item>span {
        width: 32px;
        height: 32px;
        padding-top: 3px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {

    .p-pager__item>a,
    .p-pager__item>span {
        width: 60px;
        height: 60px;
        padding-top: 12px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.p-pager__item.-current>a,
.p-pager__item.-current>span {
    color: #fff;
    background-color: #222
}

.p-pager__item svg {
    width: 6px;
    height: 11px;
    fill: #cccccc
}

@media print,
screen and (min-width: 61.25em) {
    .p-pager__item>a:hover {
        background-color: #c0c0c0;
        color: #fff
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-pager__item>a:hover svg {
        fill: #fff
    }
}

.p-pager__item.-prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.p-pager__item.-dot>a,
.p-pager__item.-dot>span {
    width: auto
}

.p-read-heading {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 920px
}

@media only screen and (max-width: 47.9375em) {
    .p-read-heading {
        padding: 76px 5.3333% 0 5.3333%
    }
}

@media print,
screen and (min-width: 48em) {
    .p-read-heading {
        width: 77%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 68px
    }
}

.p-read-heading__heading {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .p-read-heading__heading {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-read-heading__heading {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-read-heading__heading {
        margin-top: 4px;
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-read-heading__heading {
        margin-top: 10px;
        font-size: 32px;
        font-size: 2rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-read-heading__heading {
        margin-top: 20px;
        font-size: 42px;
        font-size: 2.625rem
    }
}

.p-read-heading__sub {
    display: block;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .p-read-heading__sub {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-read-heading__sub {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-read-heading__sub {
        width: 100%;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-read-heading__sub {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-read-heading__sub {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media only screen and (max-width: 40em) {
    .p-read-heading__info {
        display: block;
        margin-top: 16px
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-read-heading__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 16px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-read-heading__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 32px
    }
}

.p-read-heading__date {
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1
}

@media only screen and (max-width: 40em) {
    .p-read-heading__date {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-read-heading__date {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.4
    }
}

@media print,
screen and (min-width: 48em) {
    .p-read-heading__date {
        padding-left: 5px;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.5
    }
}

.p-read-heading__cate {
    position: relative
}

@media only screen and (max-width: 40em) {
    .p-read-heading__cate {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-read-heading__cate {
        margin-left: 14px;
        padding-left: 14px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-read-heading__cate {
        margin-left: 28px;
        padding-left: 28px;
        font-size: 16px;
        font-size: 1rem
    }
}

.p-read-heading__cate:before {
    display: none;
    position: absolute;
    top: 55%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 16px;
    background-color: #ddd;
    content: ''
}

@media print,
screen and (min-width: 40.0625em) {
    .p-read-heading__cate:before {
        display: block
    }
}

.p-read-heading__cate>li {
    display: inline-block
}

.p-read-heading__cate>li:before {
    display: inline-block;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    color: #cccccc;
    content: ','
}

@media only screen and (max-width: 47.9375em) {
    .p-read-heading__cate>li:before {
        margin-right: 5px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-read-heading__cate>li:before {
        margin-left: 7px;
        margin-right: 12px
    }
}

.p-read-heading__cate>li:first-child:before {
    display: none
}

.p-read-heading__cate a {
    text-decoration: none
}

@media print,
screen and (min-width: 61.25em) {
    .p-read-heading__cate a:hover {
        text-decoration: underline
    }
}

.p-read-heading__meta {
    position: relative
}

@media only screen and (max-width: 40em) {
    .p-read-heading__meta {
        width: 100%
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-read-heading__meta {
        margin-right: 14px;
        padding-right: 14px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-read-heading__meta {
        margin-right: 28px;
        padding-right: 28px
    }
}

.p-read-heading__meta:before {
    display: none;
    position: absolute;
    top: 55%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 16px;
    background-color: #ddd;
    content: ''
}

@media print,
screen and (min-width: 40.0625em) {
    .p-read-heading__meta:before {
        display: block
    }
}

.p-read-heading__meta:after {
    display: block;
    clear: both;
    content: ''
}

.p-read-heading__meta:last-child {
    margin-right: 0;
    padding-right: 0
}

.p-read-heading__meta:last-child:before {
    display: none
}

@media only screen and (max-width: 47.9375em) {

    .p-read-heading__meta dt,
    .p-read-heading__meta dd {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {

    .p-read-heading__meta dt,
    .p-read-heading__meta dd {
        font-size: 16px;
        font-size: 1rem
    }
}

.p-read-heading__meta dt {
    display: block;
    clear: left;
    float: left;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    margin-right: 20px
}

@media only screen and (max-width: 47.9375em) {
    .p-read-heading__meta dt {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-read-heading__meta dt {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

.p-read-heading__meta dt+dd:before {
    display: none
}

.p-read-heading__meta dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left
}

@media print,
screen and (min-width: 48em) {
    .p-read-heading__meta dd {
        position: relative;
        top: 0.1em
    }
}

.p-read-heading__meta dd:before {
    display: inline-block;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    color: #cccccc;
    content: ','
}

@media only screen and (max-width: 47.9375em) {
    .p-read-heading__meta dd:before {
        margin-right: 5px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-read-heading__meta dd:before {
        margin-left: 7px;
        margin-right: 12px
    }
}

.p-read-heading__meta a {
    text-decoration: none
}

@media print,
screen and (min-width: 61.25em) {
    .p-read-heading__meta a:hover {
        text-decoration: underline
    }
}

.p-wide-visual {
    overflow: hidden;
    max-width: 920px
}

@media print,
screen and (min-width: 40.0625em) {
    .p-wide-visual {
        height: 40vh;
        min-height: 200px;
        max-height: 320px;
        margin-top: 40px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-wide-visual {
        width: 77%;
        height: 63vh;
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-wide-visual {
        min-height: 570px
    }
}

.p-wide-visual img {
    display: block;
    width: 100%
}

@media print,
screen and (min-width: 93.75em) {
    .p-wide-visual img {
        width: 100%;
        height: auto
    }
}

@media print,
screen and (min-width: 48em) {
    .p-wide-visual.-choose {
        height: 520px;
        margin-bottom: 88px
    }
}

.p-article-edit-area>* {
    clear: both
}

.p-article-edit-area p:after,
.p-article-edit-area div:after {
    display: block;
    clear: both;
    content: ''
}

@media only screen and (max-width: 47.9375em) {
    .p-article-edit-area p {
        margin-top: 15px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-article-edit-area p {
        margin-top: 20px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-article-edit-area p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 2
    }
}

.p-article-edit-area p:first-child {
    margin-top: 0
}

@media print,
screen and (min-width: 93.75em) {
    h2+.p-article-edit-area p {
        margin-top: 28px
    }
}

@media print,
screen and (min-width: 93.75em) {
    h3+.p-article-edit-area p {
        margin-top: 19px
    }
}

.p-article-edit-area strong {
    font-weight: bold;
    color: #c0c0c0
}

.p-article-edit-area h2 {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    line-height: 1.5
}

@media only screen and (max-width: 47.9375em) {
    .p-article-edit-area h2 {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-article-edit-area h2 {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-article-edit-area h2 {
        margin-top: 40px;
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-article-edit-area h2 {
        margin-top: 50px;
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-article-edit-area h2 {
        margin-top: 80px;
        font-size: 32px;
        font-size: 2rem
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-article-edit-area h2 br {
        display: none
    }
}

.p-article-edit-area h3 {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    line-height: 1.5
}

@media only screen and (max-width: 47.9375em) {
    .p-article-edit-area h3 {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-article-edit-area h3 {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-article-edit-area h3 {
        margin-top: 28px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-article-edit-area h3 {
        margin-top: 36px;
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-article-edit-area h3 {
        margin-top: 42px;
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-article-edit-area h3 br {
        display: none
    }
}

.p-article-edit-area h4 {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    line-height: 1.5
}

@media only screen and (max-width: 47.9375em) {
    .p-article-edit-area h4 {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-article-edit-area h4 {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-article-edit-area h4 {
        margin-top: 20px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-article-edit-area h4 {
        margin-top: 35px;
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-article-edit-area h4 {
        margin-top: 50px;
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-article-edit-area h4 br {
        display: none
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-article-edit-area ul {
        margin-top: 15px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-article-edit-area ul {
        margin-top: 20px
    }
}

.p-article-edit-area ul:first-child {
    margin-top: 0
}

.p-article-edit-area ul>li {
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .p-article-edit-area ul>li {
        font-size: 16px;
        font-size: 1rem;
        margin-top: 6px;
        padding-left: 12px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-article-edit-area ul>li {
        margin-top: 6px;
        padding-left: 16px;
        background-position: 0 0.6em;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-article-edit-area ul>li {
        margin-top: 8px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.p-article-edit-area ul>li:before {
    content: '';
    position: absolute;
    top: 0.75em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #c3c0bc
}

.browser-is-ie .p-article-edit-area ul>li:before {
    top: 0.5em
}

.p-article-edit-area ul>li>a {
    text-decoration: none
}

@media print,
screen and (min-width: 61.25em) {
    .p-article-edit-area ul>li>a:hover {
        text-decoration: underline
    }
}

.p-article-edit-area ul>li>a:after {
    display: inline-block;
    width: 5px;
    height: 10px;
    margin-left: 12px;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    content: url("../svg/arrow_right_darkgray.svg")
}

.p-article-edit-area ul>li>a[target='_blank']:after {
    position: relative;
    top: -0.1em;
    width: 13px;
    height: 11px;
    margin-left: 5px;
    -webkit-transition: content cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: content cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    content: url("../svg/icon_blank.svg")
}

@media print,
screen and (min-width: 61.25em) {

    a:hover .p-article-edit-area ul>li>a:after,
    .p-article-edit-area ul>li>a:hover:after {
        -webkit-transform: translate(4px, 0);
        transform: translate(4px, 0)
    }
}

@media print,
screen and (min-width: 61.25em) {

    a:hover .p-article-edit-area ul>li>a[target='_blank']:after,
    .p-article-edit-area ul>li>a:hover[target='_blank']:after {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.p-article-edit-area ul>li:first-child {
    margin-top: 0
}

.p-article-edit-area ol {
    counter-reset: number
}

@media only screen and (max-width: 47.9375em) {
    .p-article-edit-area ol {
        margin-top: 15px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-article-edit-area ol {
        margin-top: 20px
    }
}

.p-article-edit-area ol:first-child {
    margin-top: 0
}

.p-article-edit-area ol>li {
    position: relative;
    padding-left: 30px
}

@media only screen and (max-width: 47.9375em) {
    .p-article-edit-area ol>li {
        margin-top: 6px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-article-edit-area ol>li {
        margin-top: 6px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-article-edit-area ol>li {
        margin-top: 8px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.p-article-edit-area ol>li:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.23;
    counter-increment: number;
    content: counter(number) "."
}

.p-article-edit-area ol>li>a {
    text-decoration: none
}

@media print,
screen and (min-width: 61.25em) {
    .p-article-edit-area ol>li>a:hover {
        text-decoration: underline
    }
}

.p-article-edit-area ol>li:first-child {
    margin-top: 0
}

.p-article-edit-area blockquote {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #f7f7f7
}

@media only screen and (max-width: 47.9375em) {
    .p-article-edit-area blockquote {
        margin-top: 20px;
        padding-top: 30px;
        padding-bottom: 32px;
        padding-right: 40px;
        padding-left: 40px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-article-edit-area blockquote {
        margin-top: 30px;
        padding-top: 40px;
        padding-bottom: 42px;
        padding-right: 11.63%;
        padding-left: 11.63%;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-article-edit-area blockquote {
        margin-top: 36px;
        padding-top: 60px;
        padding-bottom: 62px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.p-article-edit-area blockquote:before,
.p-article-edit-area blockquote:after {
    display: block;
    position: absolute;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-size: 70px;
    font-size: 4.375rem;
    color: #ddd;
    line-height: 1
}

@media only screen and (max-width: 40em) {

    .p-article-edit-area blockquote:before,
    .p-article-edit-area blockquote:after {
        font-size: 50px;
        font-size: 3.125rem
    }
}

@media print,
screen and (min-width: 48em) {

    .p-article-edit-area blockquote:before,
    .p-article-edit-area blockquote:after {
        font-size: 96px;
        font-size: 6rem
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-article-edit-area blockquote:before,
    .p-article-edit-area blockquote:after {
        font-size: 96px;
        font-size: 6rem
    }
}

@media print,
screen and (min-width: 93.75em) {

    .p-article-edit-area blockquote:before,
    .p-article-edit-area blockquote:after {
        font-size: 108px;
        font-size: 6.75rem
    }
}

.p-article-edit-area blockquote:before {
    content: '“'
}

@media only screen and (max-width: 47.9375em) {
    .p-article-edit-area blockquote:before {
        top: 20px;
        left: 12px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-article-edit-area blockquote:before {
        top: 13px;
        left: 2.4%
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-article-edit-area blockquote:before {
        top: 27px
    }
}

.p-article-edit-area blockquote:after {
    bottom: -43px;
    content: '”'
}

@media only screen and (max-width: 47.9375em) {
    .p-article-edit-area blockquote:after {
        bottom: 6px;
        right: 16px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-article-edit-area blockquote:after {
        bottom: -16px;
        right: 6.7%
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-article-edit-area blockquote:after {
        bottom: -2px
    }
}

.p-article-edit-area img {
    clear: both;
    visibility: hidden;
    opacity: 0;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto
}

@media print,
screen and (min-width: 93.75em) {
    .p-article-edit-area img {
        margin-top: 15px
    }
}

.p-article-edit-area img.-adjust_height {
    width: auto
}

@media print,
screen and (min-width: 48em) {
    .p-article-edit-area img.-adjust_height {
        max-height: 570px
    }
}

.p-article-edit-area img.-visible {
    visibility: visible;
    opacity: 1
}

.p-article-edit-area img.alignleft {
    float: left
}

.p-article-edit-area img.alignright {
    float: right
}

.p-article-edit-area .wp-caption {
    width: auto !important
}

@media only screen and (max-width: 47.9375em) {
    .p-article-edit-area .wp-caption {
        margin-top: 20px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-article-edit-area .wp-caption {
        margin-top: 20px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-article-edit-area .wp-caption {
        margin-top: 40px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-article-edit-area .p-article-edit-area__imgflex {
        margin-top: 20px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-article-edit-area .p-article-edit-area__imgflex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
        margin-left: -40px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-article-edit-area .p-article-edit-area__imgflex {
        margin-top: 40px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-article-edit-area .p-article-edit-area__imgflex .p-article-edit-area__imgflex_inner {
        width: calc(50% - 20px);
        margin-left: 20px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-article-edit-area .p-article-edit-area__imgflex .p-article-edit-area__imgflex_inner {
        width: calc(50% - 40px);
        margin-left: 40px
    }
}

.p-article-edit-area .wp-caption-text {
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .p-article-edit-area .wp-caption-text {
        margin-top: 8px;
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-article-edit-area .wp-caption-text {
        margin-top: 8px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-article-edit-area .wp-caption-text {
        margin-top: 17px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-article-edit-area .wp-caption-text {
        font-size: 16px;
        font-size: 1rem
    }
}

.p-contact-box {
    background-color: #f7f7f7;
    padding-top: 55px;
    padding-bottom: 58px;
    padding-right: 10px;
    padding-left: 10px
}

.p-contact-box>ul>li {
    display: inline-block
}

.p-contact-box__head {
    text-align: center
}

.p-contact-box__text {
    margin-top: 20px;
    text-align: center
}

.p-contact-box__text>p,
.p-contact-box__text>ul {
    margin-top: 13px
}

.p-contact-box__text>p:first-child,
.p-contact-box__text>ul:first-child {
    margin-top: 0
}

.p-contact-box__text>ul>li {
    display: inline-block;
    margin-left: 20px
}

.p-contact-box__text>ul>li:first-child {
    margin-left: 0
}

.p-sns-button-container {
    position: relative
}

.p-sns-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .p-sns-button {
        margin-top: 40px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-sns-button {
        position: absolute;
        z-index: 100;
        left: auto;
        top: 0;
        width: 100%;
        max-width: 920px;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        margin-left: 20px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-sns-button {
        top: 0;
        margin-left: 100px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-sns-button.-bottom {
        top: auto;
        bottom: 0
    }
}

.p-sns-button.-fixed {
    position: fixed
}

@media print,
screen and (min-width: 48em) {
    .p-sns-button.-fixed {
        top: 100px;
        width: 77%
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-sns-button__item {
        width: 100%;
        height: 60px;
        margin-top: 10px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-sns-button__item {
        width: 34px;
        height: 34px;
        margin-top: 16px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-sns-button__item {
        width: 40px;
        height: 40px;
        margin-top: 20px
    }
}

.p-sns-button__item:first-child {
    margin-top: 0
}

.p-sns-button__item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff
}

@media only screen and (max-width: 47.9375em) {
    .p-sns-button__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-sns-button__item a:hover img {
        opacity: 0.8
    }
}

.p-sns-button__item img {
    display: block;
    max-width: 100%;
    -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) .15s
}

@media only screen and (max-width: 47.9375em) {
    .p-sns-button__item.-facebook {
        background-color: #0C419A
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-sns-button__item.-twitter {
        background-color: #1CA5F2
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-sns-button__item.-hatena {
        background-color: #00A4DE
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-sns-button__text {
        display: block;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-sns-button__text {
        display: none
    }
}

.p-news-main-visual {
    margin: 0 0 40px 0
}

@media print,
screen and (min-width: 48em) {
    .p-news-main-visual {
        margin: 40px auto 0;
        max-width: 920px;
        width: 77%
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-news-main-visual {
        margin: 80px auto 0
    }
}

.p-news-main-visual__img {
    display: block;
    width: 100%
}

.p-search-list__head span {
    font-weight: bold;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1
}

@media only screen and (max-width: 47.9375em) {
    .p-search-list__head span {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-search-list__head span {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

.p-search-list__num1 {
    margin-right: 7px;
    margin-left: 24px
}

.p-search-list__num2 {
    margin-right: 7px;
    margin-left: 10px
}

.p-search-list__item {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #ddd
}

.p-search-list__item:first-child {
    border-width: 1px 0 1px 0
}

.p-search-list__item>a {
    display: block;
    text-decoration: none;
    color: #222;
    -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .25s
}

@media only screen and (max-width: 47.9375em) {
    .p-search-list__item>a {
        padding-top: 14px;
        padding-bottom: 14px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-search-list__item>a {
        padding-top: 33px;
        padding-bottom: 37px;
        padding-right: 10px;
        padding-left: 10px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-search-list__item>a:hover {
        background-color: #c0c0c0;
        color: #fff
    }
}

.p-search-list__title {
    display: block;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .p-search-list__title {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-search-list__title {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-search-list__title {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-search-list__title {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-search-list__title {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.p-search-list__desc {
    display: block
}

@media only screen and (max-width: 47.9375em) {
    .p-search-list__desc {
        margin-top: 8px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-search-list__desc {
        margin-top: 13px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 2
    }
}

.p-search-list__url {
    display: block;
    color: #c0c0c0
}

@media only screen and (max-width: 47.9375em) {
    .p-search-list__url {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-search-list__url {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover .p-search-list__url {
        color: #fff
    }
}

a[target='_blank'] .p-search-list__url:after {
    display: inline-block;
    position: relative;
    top: -0.1em;
    width: 13px;
    height: 11px;
    margin-left: 5px;
    -webkit-transition: content cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: content cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    content: url("../svg/icon_blank.svg")
}

@media print,
screen and (min-width: 61.25em) {
    a[target='_blank']:hover .p-search-list__url:after {
        content: url("../svg/icon_blank_white.svg")
    }
}

.p-company-module {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.p-company-module__img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-style: solid;
    border-color: #eee
}

@media only screen and (max-width: 47.9375em) {
    .p-company-module__img {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-width: 1px 1px 0 1px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-company-module__img {
        width: 42%;
        border-width: 1px 0 1px 1px;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 30px;
        padding-left: 30px
    }
}

.p-company-module__img img {
    display: block;
    max-width: 200px
}

@media only screen and (max-width: 47.9375em) {
    .p-company-module__img img {
        max-height: 200px
    }
}

.p-company-module__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f7f7f7
}

@media only screen and (max-width: 47.9375em) {
    .p-company-module__text {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-company-module__text {
        width: 58%;
        padding-top: 42px;
        padding-bottom: 44px;
        padding-right: 48px;
        padding-left: 48px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-company-module__text {
        padding-top: 53px;
        padding-bottom: 56px;
        padding-right: 60px;
        padding-left: 60px
    }
}

.p-company-module__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 47.9375em) {
    .p-company-module__list {
        margin-top: 10px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-company-module__list {
        margin-top: 10px
    }
}

.p-company-module__list:first-child {
    margin-top: 0
}

@media only screen and (max-width: 47.9375em) {

    .p-company-module__list dt,
    .p-company-module__list dd {
        min-width: 80px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {

    .p-company-module__list dt,
    .p-company-module__list dd {
        min-width: 104px;
        font-size: 16px;
        font-size: 1rem
    }
}

.p-company-module__list dt {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .p-company-module__list dt {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-company-module__list dt {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

.p-company-module__list dd {
    margin-right: 23px
}

.p-company-module__list dd:last-child {
    margin-right: 0
}

@media print,
screen and (min-width: 48em) {
    .p-company-module.-no_img .p-company-module__text {
        width: 100%;
        padding-right: 80px;
        padding-left: 80px
    }
}

.p-card-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-left: -20px
}

@media print,
screen and (min-width: 93.75em) {
    .p-card-1 {
        margin-top: -40px;
        margin-left: -40px
    }
}

@media only screen and (max-width: 40em) {
    .p-card-1.-max3 .p-card-1__item {
        width: calc(100% - 20px)
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-card-1.-max3 .p-card-1__item {
        width: calc(50% - 20px)
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-card-1.-max3 .p-card-1__item {
        width: calc(33.33% - 20px)
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-card-1.-max3 .p-card-1__item {
        width: calc(33.33% - 40px)
    }
}

.p-card-1__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    margin-top: 20px;
    margin-left: 20px
}

@media print,
screen and (min-width: 93.75em) {
    .p-card-1__item {
        margin-top: 40px;
        margin-left: 40px
    }
}

.p-card-1__item>a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%
}

.p-card-1__inner {
    height: 100%;
    background-color: #fff;
    -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .25s
}

@media print,
screen and (min-width: 61.25em) {
    a:hover+.p-card-1__inner {
        background-color: #c0c0c0
    }
}

.p-card-1__img {
    position: relative;
    overflow: hidden
}

.p-card-1__img-inner {
    padding-top: 64.285%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s
}

@media print,
screen and (min-width: 61.25em) {
    a:hover+.p-card-1__inner .p-card-1__img-inner {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.p-card-1__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 47.9375em) {
    .p-card-1__text {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-card-1__text {
        padding-top: 32px;
        padding-bottom: 34px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-card-1__text {
        padding-top: 40px;
        padding-bottom: 44px;
        padding-right: 32px;
        padding-left: 32px
    }
}

.p-card-1__date {
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1
}

@media only screen and (max-width: 47.9375em) {
    .p-card-1__date {
        font-size: 13px;
        font-size: .8125rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-card-1__date {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-card-1__date {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover+.p-card-1__inner .p-card-1__date {
        color: #fff
    }
}

.p-card-1__sub {
    display: block
}

@media only screen and (max-width: 47.9375em) {
    .p-card-1__sub {
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-card-1__sub {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-card-1__sub {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover+.p-card-1__inner .p-card-1__sub {
        color: #fff
    }
}

.p-card-1__main {
    display: block;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .p-card-1__main {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-card-1__main {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-card-1__main {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-card-1__main {
        margin-top: 10px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-card-1__main {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover+.p-card-1__inner .p-card-1__main {
        color: #fff
    }
}

.p-card-1__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 20
}

@media only screen and (max-width: 47.9375em) {
    .p-card-1__category {
        margin-top: 12px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-card-1__category {
        margin-top: 16px
    }
}

.p-card-1__category>li:before {
    display: inline-block;
    font-family: brandon-grotesque, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    color: #CCCCCC;
    content: ","
}

@media only screen and (max-width: 47.9375em) {
    .p-card-1__category>li:before {
        margin-right: 5px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-card-1__category>li:before {
        margin-left: 7px;
        margin-right: 12px
    }
}

.p-card-1__category>li:first-child:before {
    display: none
}

.p-card-1__category>li>a {
    text-decoration: none
}

@media only screen and (max-width: 47.9375em) {
    .p-card-1__category>li>a {
        font-size: 12px;
        font-size: .75rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-card-1__category>li>a {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    a:hover+.p-card-1__inner .p-card-1__category>li>a {
        color: #fff
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-card-1__category>li>a:hover {
        color: #c0c0c0;
        text-decoration: underline
    }
}

.js-search-msg {
    display: none
}

.js-search-msg.-visible {
    display: block
}

@media print,
screen and (min-width: 61.25em) {
    .p-select-controller {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -20px
    }
}

@media print,
screen and (min-width: 80em) {
    .p-select-controller {
        margin-left: -40px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-select-controller__item {
        margin-top: 36px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-select-controller__item {
        margin-top: 36px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-select-controller__item {
        width: calc(33.33% - 20px);
        margin-top: 0;
        margin-left: 20px
    }
}

@media print,
screen and (min-width: 80em) {
    .p-select-controller__item {
        width: calc(33.33% - 40px);
        margin-left: 40px
    }
}

.p-term {
    position: relative;
    background-color: #f7f7f7
}

@media only screen and (max-width: 47.9375em) {
    .p-term {
        margin-top: 8px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-term {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 14px
    }
}

.p-term svg {
    position: absolute;
    top: 50%;
    right: 22px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 10px;
    height: 5px;
    -webkit-transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .25s, fill cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .25s, fill cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .25s
}

@media print,
screen and (min-width: 61.25em) {
    .p-term:hover svg {
        fill: #c0c0c0;
        -webkit-transform: translate(0, calc(-50% + 3px));
        transform: translate(0, calc(-50% + 3px))
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-term:hover .p-term__current-value {
        color: #c0c0c0
    }
}

.p-term__select {
    position: relative;
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .p-term__select {
        display: block
    }
}

@media print,
screen and (min-width: 48em) {
    .p-term__select {
        display: none
    }
}

.p-term__select>select {
    z-index: 1;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 18px;
    padding-left: 18px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial";
    font-size: 16px;
    font-size: 1rem;
    color: #222;
    line-height: 1.5
}

.p-term__select>select>option {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial";
    color: #222
}

.p-term__value-list {
    position: relative;
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .p-term__value-list {
        display: none
    }
}

.p-term__value-list button {
    display: block;
    background-color: transparent;
    border: none;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
}

.p-term__value-list button:focus {
    outline: none
}

.p-term__current-value {
    display: block;
    width: 100%;
    position: relative;
    color: #222;
    text-align: left;
    white-space: nowrap;
    -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    cursor: pointer;
    font-size: 14px
}

@media print,
screen and (min-width: 48em) {
    .p-term__current-value {
        padding-top: 17px;
        padding-bottom: 16px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media print,
screen and (min-width: 80em) {
    .p-term__current-value {
        padding-top: 17px;
        padding-bottom: 16px;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 16px;
        font-size: 1rem
    }
}

.p-term__select-container {
    z-index: 1000;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    visibility: hidden;
    opacity: 0;
    background: #fff
}

@media print,
screen and (min-width: 48em) {
    .p-term__select-container {
        position: absolute
    }
}

.p-term__select-container.-active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.p-term__select-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media print,
screen and (min-width: 48em) {
    .p-term__select-list {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

.p-term__select-list a,
.p-term__select-list button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 8px;
    padding-right: 20px;
    padding-left: 20px;
    white-space: nowrap;
    text-align: left;
    cursor: pointer
}

@media only screen and (max-width: 47.9375em) {

    .p-term__select-list a,
    .p-term__select-list button {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {

    .p-term__select-list a,
    .p-term__select-list button {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {

    .p-term__select-list a span,
    .p-term__select-list button span {
        display: none
    }
}

@media print,
screen and (min-width: 61.25em) {

    .p-term__select-list a span,
    .p-term__select-list button span {
        display: inline
    }
}

.p-term__select-list a:hover,
.p-term__select-list button:hover {
    background-color: #c0c0c0;
    color: #fff
}

.p-term__select-list a.-current,
.p-term__select-list button.-current {
    color: #c0c0c0;
    cursor: default
}

.p-term__select-list a.-current:hover,
.p-term__select-list button.-current:hover {
    background-color: transparent
}

.p-store-list {
    position: relative
}

@media print,
screen and (min-width: 48em) {
    .p-store-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -56px;
        margin-left: -60px
    }

    .-visible+.p-store-list {
        display: none
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-store-list {
        margin-left: -40px
    }
}

.p-store-list:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: ''
}

.p-store-list__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd
}

@media only screen and (max-width: 47.9375em) {
    .p-store-list__item {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-store-list__item {
        width: calc(50% - 60px);
        margin-left: 60px;
        padding-top: 56px;
        padding-bottom: 60px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-store-list__item {
        width: calc(50% - 40px);
        margin-left: 40px
    }
}

.p-store-list__head {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .p-store-list__head {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-store-list__head {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-store-list__head {
        margin-bottom: 16px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-store-list__head {
        margin-bottom: 24px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-store-list__head {
        font-size: 22px;
        font-size: 1.375rem
    }
}

.p-store-list__zip {
    display: block
}

.p-store-list__address {
    display: block
}

.p-store-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -1px;
    margin-left: -1px
}

.p-store-logo__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(25% - 1px);
    margin-top: 1px;
    margin-left: 1px;
    background-color: #fff
}

@media only screen and (max-width: 47.9375em) {
    .p-store-logo__item {
        height: 80px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-store-logo__item {
        height: 160px
    }
}

.p-store-logo__item a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px
}

@media print,
screen and (min-width: 61.25em) {
    .p-store-logo__item a:hover img {
        opacity: 0.65
    }
}

.p-store-logo__item img {
    display: block;
    -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) .25s
}

@media only screen and (max-width: 47.9375em) {
    .p-store-logo__item img {
        max-width: 100%;
        max-height: 45px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-store-logo__item img {
        max-width: 100%
    }
}

.browser-is-ie .p-store-logo__item img {
    max-width: 80%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.browser-is-ie .p-store-logo__item picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.p-map-container>iframe {
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .p-map-container>iframe {
        height: 400px
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-sitemap>.p-sitemap__block>.p-sitemap__unit {
        margin-top: 45px
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-sitemap__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.p-sitemap__unit {
    width: 100%
}

@media print,
screen and (min-width: 40.0625em) {
    .p-sitemap__unit {
        margin-left: 40px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-sitemap__unit {
        margin-left: 28px
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-sitemap__unit.-half {
        width: calc(50% - 40px)
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-sitemap__unit.-half {
        width: calc(50% - 28px)
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-sitemap__unit.-third {
        width: calc(50% - 40px)
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-sitemap__unit.-third {
        width: calc(33.33% - 28px)
    }
}

@media print,
screen and (min-width: 48em) {
    .p-sitemap__unit.-two_thirds {
        width: calc(66.66% - 28px)
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-sitemap__unit.-two_thirds {
        width: calc(66.66% - 40px)
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-sitemap__unit.-margin_l {
        margin-top: 45px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-sitemap__unit.-margin_l {
        margin-top: 75px
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .p-sitemap__block {
        margin-left: -40px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .p-sitemap__block {
        margin-left: -28px
    }
}

.p-sitemap__head {
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd
}

@media only screen and (max-width: 47.9375em) {
    .p-sitemap__head {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .p-sitemap__head {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-sitemap__head {
        padding-bottom: 10px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {
    .p-sitemap__head {
        padding-bottom: 19px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-sitemap__head {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media only screen and (max-width: 47.9375em) {
    .p-sitemap__list {
        margin-top: 10px
    }
}

@media print,
screen and (min-width: 48em) {
    .p-sitemap__list {
        margin-top: 20px
    }
}

.p-sitemap__item {
    margin-top: 7px
}

.p-sitemap__item:first-child {
    margin-top: 0
}

.p-sitemap__item a {
    color: #222;
    text-decoration: none;
    font-size: 14px;
    font-size: .875rem
}

@media print,
screen and (min-width: 61.25em) {
    .p-sitemap__item a:hover {
        color: #c0c0c0
    }
}

.p-sitemap__item ul li {
    margin-top: 7px
}

.p-sitemap__item ul li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    padding-left: 16px
}

.p-sitemap__item ul li a:before {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 6px;
    height: 1px;
    background-color: #ccc;
    content: ""
}

.p-search-input__area {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.p-search-input__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto
}

.p-search-input__inner input[type='text'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 10px;
    background-color: #f7f7f7;
    border: none;
    border-radius: 0;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
}

@media print,
screen and (min-width: 48em) {
    .p-search-input__inner input[type='text'] {
        background-repeat: no-repeat;
        background-position: 23px 16px;
        background-image: url("../svg/icon_search_gray.svg");
        background-size: 17px 17px;
        padding-top: 11px;
        padding-bottom: 13px;
        padding-left: 60px
    }

    .browser-is-ie .p-search-input__inner input[type='text'] {
        background-position: 23px;
        padding-top: 16px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .p-search-input__inner input[type='text'] {
        background-position: 23px 24px;
        padding-top: 17px;
        padding-bottom: 19px
    }

    .browser-is-ie .p-search-input__inner input[type='text'] {
        padding-top: 23px
    }
}

.p-search-input__inner input[type='text']:placeholder-shown {
    color: #aaaaaa;
    -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .15s
}

.p-search-input__inner input[type='text']::-webkit-input-placeholder {
    color: #aaaaaa
}

.p-search-input__inner input[type='text']:-moz-placeholder {
    color: #aaaaaa;
    opacity: 1
}

.p-search-input__inner input[type='text']::-moz-placeholder {
    color: #aaaaaa;
    opacity: 1
}

.p-search-input__inner input[type='text']:-ms-input-placeholder {
    color: #aaaaaa
}

.p-search-input__inner input[type='text']:focus {
    outline: none
}

.f-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 47.9375em) {
    .f-form {
        margin-top: 45px
    }
}

@media print,
screen and (min-width: 48em) {
    .f-form {
        margin-top: 74px
    }
}

.f-heading-1 {
    position: relative;
    line-height: 1.4;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .f-heading-1 {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .f-heading-1 {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .f-heading-1 {
        margin-top: 10px;
        font-size: 26px;
        font-size: 1.625rem
    }
}

@media print,
screen and (min-width: 48em) {
    .f-heading-1 {
        margin-top: 10px;
        font-size: 34px;
        font-size: 2.125rem
    }
}

.f-heading-3 {
    display: block;
    position: relative;
    line-height: 1.4;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .f-heading-3 {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .f-heading-3 {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .f-heading-3 {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .f-heading-3 {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .f-heading-3 {
        font-size: 16px;
        font-size: 1rem
    }
}

.f-heading-1.-center {
    text-align: center
}

.f-input-text {
    position: relative;
    z-index: 0
}

.f-input-text>input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    z-index: 10;
    top: -2px;
    width: 100%;
    background-color: #F7F7F7;
    border: solid 1px #ddd;
    border-radius: 0;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial";
    font-size: 16px;
    font-size: 1rem;
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

@media only screen and (max-width: 47.9375em) {
    .f-input-text>input {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 18px;
        padding-left: 18px
    }
}

@media print,
screen and (min-width: 48em) {
    .f-input-text>input {
        padding-top: 16px;
        padding-bottom: 18px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.f-input-text>input[type="number"]::-webkit-outer-spin-button,
.f-input-text>input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.f-input-text>input[type="number"] {
    -moz-appearance: textfield
}

.f-input-text>input::-webkit-input-placeholder {
    color: #CCCCCC
}

.f-input-text>input:-ms-input-placeholder {
    color: #CCCCCC
}

.f-input-text>input::-moz-placeholder {
    color: #CCCCCC
}

.f-input-text>input:focus {
    outline: none;
    background-color: #fff
}

.-error .f-input-text>input {
    background-color: rgba(209, 0, 0, 0.06);
    border-color: #d10000
}

.-success .f-input-text>input {
    background-color: #fff;
    border-color: #ddd
}

.f-input-text:after {
    display: block;
    position: absolute;
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 22px;
    height: 22px;
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    content: "";
    background-repeat: no-repeat;
    background-position: 0 0
}

.-error .f-input-text:after {
    visibility: visible;
    opacity: 1;
    background-image: url("../svg/icon_error.svg")
}

.-success .f-input-text:after {
    visibility: visible;
    opacity: 1;
    background-image: url("../svg/icon_success.svg")
}

.f-label {
    margin-right: 8px;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .f-label {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .f-label {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .f-label {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {
    .f-label {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .f-label {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.f-label:after {
    display: none;
    margin-left: 6px;
    font-weight: bold;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    color: #d10000;
    text-align: center;
    line-height: 1.65;
    content: '*'
}

@media only screen and (max-width: 47.9375em) {
    .f-label:after {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .f-label:after {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .f-label:after {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media print,
screen and (min-width: 48em) {
    .f-label:after {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .f-label:after {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.-required .f-label:after {
    display: inline-block
}

.browser-is-safari.device-is-mobile .f-label:after {
    line-height: 1.6
}

.browser-is-ff .f-label:after {
    line-height: 1.55
}

.browser-is-ie .f-label:after {
    line-height: 1.55
}

.f-label-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media print,
screen and (min-width: 48em) {
    .f-label-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.f-label-msg {
    display: none;
    width: 100%;
    color: #d10000
}

@media only screen and (max-width: 47.9375em) {
    .f-label-msg {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .f-label-msg {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto;
        margin-left: 5px;
        font-size: 16px;
        font-size: 1rem
    }
}

.f-label-msg.-visible {
    display: block
}

@media only screen and (max-width: 47.9375em) {
    .f-leading {
        margin-top: 44px
    }
}

@media print,
screen and (min-width: 48em) {
    .f-leading {
        margin-top: 32px
    }
}

.f-radio {
    display: inline-block;
    margin-left: 25px
}

.f-radio:first-child {
    margin-left: 0
}

.f-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media only screen and (max-width: 47.9375em) {
    .f-radio input {
        display: none
    }
}

.f-radio input:checked+label {
    color: #c0c0c0
}

.f-radio input:checked+label:before {
    border-color: #c0c0c0
}

.f-radio input:checked+label:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.f-radio label {
    position: relative;
    padding-left: 30px;
    -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: color cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    cursor: pointer
}

@media only screen and (max-width: 47.9375em) {
    .f-radio label {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 61.25em) {
    .f-radio label:hover {
        color: #c0c0c0
    }
}

@media print,
screen and (min-width: 61.25em) {
    .f-radio label:hover:before {
        border-color: #c0c0c0
    }
}

.f-radio label:before,
.f-radio label:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    border-radius: 50%;
    content: ""
}

.f-radio label:before {
    left: 0;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #ddd;
    -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) .15s
}

@media only screen and (max-width: 47.9375em) {
    .f-radio label:before {
        top: -3px
    }
}

@media print,
screen and (min-width: 48em) {
    .f-radio label:before {
        top: 0
    }
}

.f-radio label:after {
    left: 10px;
    width: 10px;
    height: 10px;
    background-color: #c0c0c0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .15s
}

@media only screen and (max-width: 47.9375em) {
    .f-radio label:after {
        top: 7px
    }
}

@media print,
screen and (min-width: 48em) {
    .f-radio label:after {
        top: 10px
    }
}

.f-radio--sp-block {
    margin-top: 8px
}

@media only screen and (max-width: 47.9375em) {
    .f-radio--sp-block {
        display: block;
        margin-left: 0
    }
}

.f-required-tag {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    margin-left: 6px;
    font-weight: bold;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    color: #d10000;
    text-align: center;
    line-height: 1.65
}

@media only screen and (max-width: 47.9375em) {
    .f-required-tag {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .f-required-tag {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media only screen and (max-width: 47.9375em) {
    .f-required-tag {
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .f-required-tag {
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 93.75em) {
    .f-required-tag {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.f-required-tag.-inline {
    display: inline-block
}

.-required .f-required-tag {
    display: inline-block
}

.browser-is-safari.device-is-mobile .f-required-tag {
    line-height: 1.6
}

.browser-is-ff .f-required-tag {
    line-height: 1.55
}

.browser-is-ie .f-required-tag {
    line-height: 1.55;
    margin-bottom: 5px
}

@media only screen and (max-width: 47.9375em) {
    .f-sentence {
        margin-top: 16px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 48em) {
    .f-sentence {
        margin-top: 18px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.f-sentence:first-child {
    margin-top: 0
}

.f-sentence span {
    color: #d10000
}

@media only screen and (max-width: 47.9375em) {
    .f-sentence br {
        display: none
    }
}

.f-sentence.-center,
.f-sentence.-em,
.f-sentence.-form_msg {
    text-align: center
}

.f-sentence.-form_msg {
    font-size: 13px;
    font-size: .8125rem
}

.f-sentence.-red {
    color: #d10000
}

.f-sentence.-em {
    font-weight: bold;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
    color: #c0c0c0
}

@media only screen and (max-width: 47.9375em) {
    .f-sentence.-em {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .f-sentence.-em {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

.f-sentence.-form_msg {
    margin-top: 8px;
    color: #d10000
}

.f-sentence.-form_msg.-hide {
    display: none
}

@media only screen and (max-width: 47.9375em) {
    .f-sentence.-margin_l {
        margin-top: 30px
    }
}

@media print,
screen and (min-width: 48em) {
    .f-sentence.-margin_l {
        margin-top: 36px
    }
}

.f-unit {
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .f-unit {
        margin-top: 12px
    }
}

@media print,
screen and (min-width: 48em) {
    .f-unit {
        width: auto;
        margin-top: 22px
    }
}

@media print,
screen and (min-width: 48em) {
    .f-unit.-max {
        width: 100%
    }
}

@media print,
screen and (min-width: 48em) {
    .f-unit.-half {
        width: 48%
    }
}

@media print,
screen and (min-width: 48em) {
    .f-unit.-half:last-child {
        margin-left: 4%
    }
}

@media print,
screen and (min-width: 48em) {
    .f-unit.-small {
        width: 245px;
        margin-left: 42px
    }
}

@media print,
screen and (min-width: 48em) {
    .f-unit.-small:first-child {
        margin-left: 0
    }
}

@media print,
screen and (min-width: 48em) {
    .f-unit.-lmargin {
        margin-left: 42px
    }
}

@media only screen and (max-width: 47.9375em) {
    .f-unit.-tmargin {
        margin-top: 16px
    }
}

.f-unit.-lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media print,
screen and (min-width: 48em) {
    .f-unit.-lineup {
        margin-top: 0
    }
}

@media print,
screen and (min-width: 48em) {
    .f-unit.-max3 {
        width: calc(33.33% - 42px);
        margin-left: 42px
    }
}

@media print,
screen and (min-width: 48em) {
    .f-unit.-max3:first-child {
        margin-left: 0
    }
}

@media print,
screen and (min-width: 48em) {
    .f-unit.-max3:nth-child(3n+1) {
        margin-left: 0
    }
}

.f-unit__list {
    margin-top: 5px
}

.f-field {
    border: none
}

@media only screen and (max-width: 47.9375em) {
    .f-field {
        margin-top: 40px
    }
}

@media print,
screen and (min-width: 48em) {
    .f-field {
        margin-top: 38px
    }
}

.f-field:first-child {
    margin-top: 0
}

.f-textarea {
    position: relative;
    z-index: 0
}

.f-textarea>textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 100%;
    background-color: #f7f7f7;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial";
    font-size: 16px;
    font-size: 1rem;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    resize: vertical;
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

@media only screen and (max-width: 47.9375em) {
    .f-textarea>textarea {
        min-height: 7.5rem;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 18px;
        padding-left: 18px
    }
}

@media print,
screen and (min-width: 48em) {
    .f-textarea>textarea {
        min-height: 12.5rem;
        padding-top: 16px;
        padding-bottom: 18px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.f-textarea>textarea::-webkit-input-placeholder {
    color: #cccccc
}

.f-textarea>textarea:-ms-input-placeholder {
    color: #cccccc
}

.f-textarea>textarea::-moz-placeholder {
    color: #cccccc
}

.browser-is-ie .f-textarea>textarea {
    overflow: auto
}

.f-textarea>textarea:focus {
    outline: none;
    background-color: #fff
}

.-error .f-textarea>textarea {
    background-color: rgba(209, 0, 0, 0.06);
    border-color: #d10000
}

.-success .f-textarea>textarea {
    background-color: #fff;
    border-color: #ddd
}

.f-textarea:after {
    display: block;
    position: absolute;
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    content: '';
    background-repeat: no-repeat;
    background-position: 0 0
}

.-error .f-textarea:after {
    visibility: visible;
    opacity: 1;
    background-image: url("../svg/icon_error.svg")
}

.-success .f-textarea:after {
    visibility: visible;
    opacity: 1;
    background-image: url("../svg/icon_success.svg")
}

.f-select {
    display: block;
    position: relative;
    width: 100%;
    background: #f7f7f7
}

.f-select>select {
    z-index: 1;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 2.75 rem;
    background-color: transparent;
    border: solid 1px #ddd;
    border-radius: 0;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial";
    font-size: 16px;
    font-size: 1rem;
    color: #cccccc;
    line-height: 1.5;
    cursor: pointer
}

@media only screen and (max-width: 47.9375em) {
    .f-select>select {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 18px;
        padding-left: 18px
    }
}

@media print,
screen and (min-width: 48em) {
    .f-select>select {
        height: auto;
        padding-top: 16px;
        padding-bottom: 18px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.f-select>select::-ms-expand {
    display: none
}

.f-select>select:focus {
    color: #222
}

.f-select>select>option {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
}

.-error .f-select>select {
    border-color: #d10000
}

.f-select svg {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 10px;
    height: 6px;
    fill: #222
}

.-error .f-select>select,
.-success .f-select>select {
    color: #222
}

.-error .f-select {
    background-color: rgba(209, 0, 0, 0.06);
    border-color: #d10000
}

.-success .f-select {
    background-color: #fff;
    border-color: #ddd
}

.f-select:after {
    display: block;
    position: absolute;
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    right: 40px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 22px;
    height: 22px;
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
    content: '';
    background-repeat: no-repeat;
    background-position: 0 0
}

.-error .f-select:after {
    visibility: visible;
    opacity: 1;
    background-image: url("../svg/icon_error.svg")
}

.-success .f-select:after {
    visibility: visible;
    opacity: 1;
    background-image: url("../svg/icon_success.svg")
}

.f-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-color: #ddd;
    border-width: 1px 0 1px 0
}

@media only screen and (max-width: 47.9375em) {
    .f-step {
        padding-top: 12px;
        padding-bottom: 14px
    }
}

@media print,
screen and (min-width: 48em) {
    .f-step {
        padding-top: 24px;
        padding-bottom: 28px
    }
}

.f-step__item {
    position: relative;
    color: #aaaaaa
}

@media only screen and (max-width: 47.9375em) {
    .f-step__item {
        margin-left: 40px;
        font-size: 14px;
        font-size: .875rem
    }
}

@media print,
screen and (min-width: 48em) {
    .f-step__item {
        margin-left: 85px;
        font-size: 16px;
        font-size: 1rem
    }
}

.f-step__item:before {
    display: block;
    position: absolute;
    top: 0;
    width: 5px;
    height: 10px;
    content: url("../svg/arrow_right_darkgray.svg")
}

@media only screen and (max-width: 47.9375em) {
    .f-step__item:before {
        left: -23px
    }
}

@media print,
screen and (min-width: 48em) {
    .f-step__item:before {
        left: -45px
    }
}

.f-step__item:first-child {
    margin-left: 0
}

.f-step__item:first-child:before {
    display: none
}

.f-step__item.-active {
    color: #222;
    font-weight: bold;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1
}

@media only screen and (max-width: 47.9375em) {
    .f-step__item.-active {
        font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

@media print,
screen and (min-width: 48em) {
    .f-step__item.-active {
        font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial"
    }
}

.u-swipe-from-bottom {
    opacity: 0
}

@media only screen and (max-width: 40em) {
    .u-swipe-from-bottom {
        display: block
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .u-swipe-from-bottom {
        display: block
    }
}

.u-swipe-from-bottom.-animation {
    -webkit-transition: opacity ease 0.7s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: opacity ease 0.7s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity ease 0.7s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity ease 0.7s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s
}

.u-swipe-from-bottom.-speed_mid.-animation {
    -webkit-transition: opacity ease 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: opacity ease 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, opacity ease 0.4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, opacity ease 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
}

.u-swipe-from-bottom.-delay_slow.-animation {
    -webkit-transition: opacity ease 0.7s 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s 0.4s;
    transition: opacity ease 0.7s 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s 0.4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s 0.4s, opacity ease 0.7s 0.4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s 0.4s, opacity ease 0.7s 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s 0.4s
}

.u-swipe-from-bottom.-delay_moreslow.-animation {
    -webkit-transition: opacity ease 0.7s 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s 0.6s;
    transition: opacity ease 0.7s 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s 0.6s, opacity ease 0.7s 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s 0.6s, opacity ease 0.7s 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s 0.6s
}

.u-swipe-from-bottom.-visible {
    opacity: 1;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important
}

.u-swipe-from-top {
    display: block;
    opacity: 0
}

.u-swipe-from-top.animation {
    -webkit-transition: opacity ease 0.7s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: opacity ease 0.7s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity ease 0.7s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity ease 0.7s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s
}

.u-swipe-from-top.-speed_mid.animation {
    -webkit-transition: opacity ease 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: opacity ease 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, opacity ease 0.4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, opacity ease 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
}

.u-swipe-from-top.visible {
    opacity: 1;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important
}

.u-text-from-bottom-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.u-text-from-bottom {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    overflow: hidden
}

.u-text-from-bottom.-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.u-text-from-bottom.-active:before {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0)
}

.u-text-from-bottom span {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) .4s
}

.u-text-from-bottom span.-active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.u-br-m_to_l {
    display: none
}

@media print,
screen and (min-width: 61.25em) {
    .u-br-m_to_l {
        display: block
    }
}

@media print,
screen and (min-width: 80em) {
    .u-br-m_to_l {
        display: none
    }
}

.u-br-over_m {
    display: none
}

@media print,
screen and (min-width: 61.25em) {
    .u-br-over_m {
        display: block
    }
}

.u-br-over_l {
    display: none
}

@media print,
screen and (min-width: 80em) {
    .u-br-over_l {
        display: block
    }
}

.u-br-over_xl {
    display: none
}

@media print,
screen and (min-width: 93.75em) {
    .u-br-over_xl {
        display: block
    }
}

@media only screen and (max-width: 40em) {
    .u-br-under_xxxs {
        display: block
    }
}

@media print,
screen and (min-width: 40.0625em) {
    .u-br-under_xxxs {
        display: none
    }
}

@media print,
screen and (min-width: 48em) {
    .u-br-under_xs {
        display: none
    }
}

.browser-is-ie .u-ie-image-height.-mah760 {
    max-height: 760px
}

.browser-is-ie .u-ie-image-height.-mah440 {
    max-height: 440px
}

.browser-is-ie .u-ie-image-height.-strength {
    max-height: 400px
}

@media print,
screen and (min-width: 61.25em) {
    .browser-is-ie .u-ie-image-height.-strength {
        max-height: 500px
    }
}

@media print,
screen and (min-width: 80em) {
    .browser-is-ie .u-ie-image-height.-strength {
        max-height: 600px
    }
}

@media print,
screen and (min-width: 93.75em) {
    .browser-is-ie .u-ie-image-height.-strength {
        max-height: 760px
    }
}

.u-no-break {
    display: inline-block
}

@media print,
screen and (min-width: 48em) {
    .u-no-break.-pc {
        display: inline-block
    }
}

.browser-is-ie .u-ie-product-visual {
    max-height: 400px
}

@media print,
screen and (min-width: 48em) {
    .browser-is-ie .u-ie-product-visual {
        max-height: 500px
    }
}

@media print,
screen and (min-width: 61.25em) {
    .browser-is-ie .u-ie-product-visual {
        max-height: 640px
    }
}

@media print {
    body {
        padding-left: 0;
        width: 1400px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    body.browser-is-ff {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

    body.browser-is-ie {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        zoom: 0.77
    }

    body.browser-is-edge {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        zoom: 0.6
    }

    .u-swipe-from-bottom {
        opacity: 1;
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important
    }

    .p-series-block::before {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}



/* ::::::::TABLE:::::::: */
table.table01 {
    margin: 20px 10px;
    border-collapse: collapse;
}

table.table01 th {
    background: #ddd;
    border: solid 1px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

table.table01 td {
    border: solid 1px;
    padding: 10px;
    text-align: center;
}

table.item-code {
    border: 1px solid #88AACC;
    margin: 20px 10px;
    padding: 0;
    border-collapse: separate;
}

table.item-code td {
    padding: 2px 5px;
    font-size: 12pt;
    text-align: center;
}

table.item-code td.c-under {
    border-bottom: 1px solid #0055AA;
}



/* ::::::::FLEX:::::::: */
@media print,
screen and (min-width: 48em) {
    .flex-row {
        display: flex;
    }
}

.p-product-block .product-image {
    margin: 20px;
}

@media print,
screen and (min-width: 48em) {}


/*===========================
*
*追加css
*
===========================*/
.slide_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    width: 100%;
    max-width: 1260px;
    box-sizing: border-box;
}

.slide_inner .slide_inner_cont01 {
    font-size: 3.2em;
    line-height: 1.5;
    text-shadow: 3px 3px 3px #000;
}

.slide_inner .slide_inner_cont01 span {
    font-size: 2em;
}

.slide_inner .slide_inner_cont02 {
    position: relative;
    font-size: 3.2em;
    line-height: 1.5;
    text-shadow: 3px 3px 3px #000;
}

.slide_inner .slide_inner_cont02 span {
    font-size: 2em;
}

.slide_inner .slide_inner_cont02 .left {}

.slide_inner .slide_inner_cont02 .right {
    display: inline-block;
    position: relative;
    left: 100%;
    transform: translateX(-100%);
}

.slide_inner .slide_inner_cont03 {
    font-size: 2.6em;
    text-shadow: 3px 3px 3px #000;
}

.slide_inner .slide_inner_cont03 .flex_text {
    display: flex;
    align-items: center;
    color: #241b14;
    text-shadow: 3px 3px 3px #fff;
}

.slide_inner .slide_inner_cont03 .flex_text img {
    max-width: 260px;
}

.slide_inner .slide_inner_cont03 span {
    font-size: 1.3em;
}

.slide_inner .slide_inner_cont04 {
    font-size: 2.8em;
    text-shadow: 3px 3px 3px #000;
}

.slide_inner .slide_inner_cont04 .right {
    display: inline-block;
    position: relative;
    left: 100%;
    transform: translateX(-100%);
}

.p-home-panel__text {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    height: 100px;
    color: #353535;
}

.p-home-heading__title h2 {
    font-weight: 700;
}

table.table01 {
    margin: 20px auto;
    width: 100%;
    table-layout: fixed;
}

table.table01 th {
    padding: 10px 5px;
}

@media only screen and (max-width: 47.9375em) {
    .slide_inner {
        padding: 10px 20px;
    }

    .slide_inner .slide_inner_cont01,
    .slide_inner .slide_inner_cont02,
    .slide_inner .slide_inner_cont03,
    .slide_inner .slide_inner_cont04 {
        font-size: 1em;
        text-shadow: 2px 2px 3px #000;
    }

    .slide_inner .slide_inner_cont01 span,
    .slide_inner .slide_inner_cont02 span,
    .slide_inner .slide_inner_cont04 span {
        font-size: 1.3em;
    }

    .slide_inner .slide_inner_cont02 .right,
    .slide_inner .slide_inner_cont04 .right {
        margin-top: 40px;
    }

    .slide_inner .slide_inner_cont03 .flex_text {
        text-shadow: 3px 3px 3px #fff;
    }

    .slide_inner .slide_inner_cont03 .flex_text img {
        max-width: 20%;
    }

    .p-home-panel__text {
        height: auto;
    }

    .p-header-accordion-2__buttons {
        position: relative;
        padding-bottom: 0;
        display: block;
    }

    .p-header-accordion-2__buttons>li,
    .p-header-accordion-2__buttons>li:first-child {
        margin: 20px auto;
    }
}

/* ----- lang ----- */

.lang {
    display: flex;
    align-items: center;
    height: 100%;
    font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial";
    padding: 0 24px;
}

.lang .jp {}

.lang .jp a {
    border: 1px solid #222;
    border-radius: 6px 0 0 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    text-decoration: none;
    color: #222;
    width: 40px;
    font-size: 13px;
    font-weight: 600;
    transition: all .5s;
    height: 100%;
}

.lang .jp a.active,
.lang .jp a:hover {
    background: #222;
    color: #fff;
    height: 100%;
}

.lang .en {}

.lang .en a {
    border: 1px solid #222;
    border-left: none;
    border-radius: 0 6px 6px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    text-decoration: none;
    color: #222;
    width: 40px;
    font-size: 13px;
    font-weight: 600;
    transition: all .5s;
    height: 100%;
}

.lang .en a.active,
.lang .en a:hover {
    background: #222;
    color: #fff;
    height: 100%;
}

@media only screen and (max-width: 47.9375em) {
    .lang {
        justify-content: center;
        height: auto;
        padding: 0;
        margin-top: 24px;
    }
}

/* ====================================================================================================

▼ 短期的に対応すべき施策

==================================================================================================== */

.pc {
    display: block;
}

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

.sp {
    display: none;
}

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

/* ==================================================
l-faq
================================================== */

.l-faq {
    padding: 120px 5.3333%;
}

.l-faq * {
    box-sizing: border-box;
}

.l-faq__title {
    margin-bottom: 60px;
}

.l-faq__box {
    width: 100%;
    background: #FFF;
}

.l-faq .toggle_contents_wrapper {
    border-bottom: 1px solid #D5D5D5;
}

.l-faq .toggle_contents+.toggle_contents {
    margin-top: 0;
}

.l-faq .toggle_title {
    border-top: 1px solid #D5D5D5;
    background: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.08em;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    padding: 31px 82px 31px 100px;
}

.l-faq .toggle_title::before {
    content: "Q";
    width: 42px;
    height: 42px;
    background: #AC474F;
    border: 2px solid #AC474F;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 34px;
    transform: translate(0, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-faq .toggle_title:hover {
    color: #AC474F;
}

.l-faq .toggle_btn {
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    display: block;
    width: 18px;
    height: 18px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.l-faq .toggle_btn:before,
.l-faq .toggle_btn:after {
    display: block;
    content: "";
    background-color: #717171;
    position: absolute;
    width: 18px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.l-faq .toggle_btn:before {
    width: 2px;
    height: 18px;
}

.l-faq .toggle_title.selected .toggle_btn:before {
    content: normal;
}

.l-faq .toggle_contents dd {
    display: none;
}

.l-faq .toggle_contents dd .inner {
    padding: 24px 30px 24px 100px;
    display: flex;
    align-items: center;
    gap: 0 20px;
    position: relative;
}

.l-faq .toggle_contents dd .inner::before {
    content: "A";
    width: 42px;
    height: 42px;
    background: #FFF;
    border: 2px solid #AC474F;
    border-radius: 50%;
    color: #AC474F;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 34px;
    transform: translate(0, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .l-faq {
        padding: 0 20px 40px 20px;
    }

    /*
    .l-faq * {
        box-sizing: border-box;
    }
    */

    .l-faq__title {
        margin-bottom: 40px;
    }

    /*
    .l-faq__box {
        width: 100%;
        background: #FFF;
    }
    */

    /*
    .l-faq .toggle_contents_wrapper {
        border-bottom: 1px solid #D5D5D5;
    }
    */

    /*
    .l-faq .toggle_contents+.toggle_contents {
        margin-top: 0;
    }
    */

    .l-faq .toggle_title {
        font-size: 15px;
        padding: 20px 38px 20px 50px;
    }

    .l-faq .toggle_title::before {
        width: 30px;
        height: 30px;
        top: 50%;
        left: 0;
    }

    /*
    .l-faq .toggle_title:hover {
        color: #AC474F;
    }
    */

    .l-faq .toggle_btn {
        right: 0;
    }

    /*
    .l-faq .toggle_btn:before,
    .l-faq .toggle_btn:after {
        display: block;
        content: "";
        background-color: #717171;
        position: absolute;
        width: 18px;
        height: 2px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    */

    /*
    .l-faq .toggle_btn:before {
        width: 2px;
        height: 18px;
    }
    */

    /*
    .l-faq .toggle_title.selected .toggle_btn:before {
        content: normal;
    }
    */

    /*
    .l-faq .toggle_contents dd {
        display: none;
    }
    */

    .l-faq .toggle_contents dd .inner {
        padding: 0 0 20px 50px;
        gap: 0 20px;
        font-size: 14px;
    }

    .l-faq .toggle_contents dd .inner::before {
        width: 30px;
        height: 30px;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
}

/* ==================================================
l-about
================================================== */

/* ----- tab ----- */

.l-about {
    margin-top: 60px;
}

.l-about * {
    box-sizing: border-box;
}

.l-about .tab-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0 20px;
}

.l-about .tab-label {
    border-radius: 10px 10px 0 0;
    border: 2px solid #788699;
    border-bottom: none;
    background: #788699;
    width: calc((100% - 80px) / 5);
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 2.28;
    order: -1;
    position: relative;
    z-index: 50;
    transform: translate(0, 2px);
}

.l-about .tab-label:hover {
    background: #fff;
    color: #222;
}

.l-about .tab-content {
    width: 100%;
    display: none;
}

.l-about .tab-content__inner {
    background: #fff;
    padding: 48px;
    border: 2px solid #788699;
    color: #222;
}

.l-about .tab-switch:checked+.tab-label {
    border-radius: 10px 10px 0 0;
    background: #fff;
    color: #222;
    position: relative;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    height: 56px;
    border-bottom: none;
}

.l-about .tab-switch:checked+.tab-label+.tab-content {
    display: block;
}

.l-about .tab-switch {
    display: none;
}

/* ----- elements ----- */

.l-about__block {
    border: 1px solid rgba(120, 134, 153, .5);
    border-radius: 12px;
    padding: 24px;
    font-size: 15px;
}

.l-about__block+.l-about__block {
    margin-top: 24px;
}

.l-about__smalltitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    background: rgba(120, 134, 153, .2);
    border-radius: 8px;
    padding: 8px 24px;
    margin-bottom: 0;
}

/* アコーディオン */

.l-about__subtitle {
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s;
}

.l-about__subtitle:hover {
    opacity: .7;
}

.l-about__content {
    position: relative;
    margin-top: 24px;
    padding-top: 24px;
    transition: all .3s;
    border-top: 1px solid rgba(120, 134, 153, .5);
}

.l-about__content .inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 24px;
}

.l-about__content .inner>* {
    width: 100%;
}

.toggle-icon {
    font-size: 20px;
    transition: transform 0.3s;
}

.l-about__subtitle.is-open .toggle-icon {
    content: "−";
}

.l-about table {
    margin: 0;
}

.l-about__list {
    display: flex;
    align-items: stretch;
    gap: 4px;
}

@media screen and (max-width: 768px) {

    /* ----- tab ----- */

    .l-about {
        margin-top: 40px;
    }

    /*
    .l-about * {
        box-sizing: border-box;
    }
    */

    .l-about .tab-wrap {
        gap: 0 4px;
    }

    .l-about .tab-label {
        border-radius: 6px 6px 0 0;
        width: calc((100% - 8px) / 3);
        font-size: 13px;
        line-height: 1.4;
        padding: 0 4px;
    }

    /*
    .l-about .tab-label:hover {
        background: #fff;
        color: #222;
    }
    */

    /*
    .l-about .tab-content {
        width: 100%;
        display: none;
    }
    */

    .l-about .tab-content__inner {
        padding: 20px;
    }

    .l-about .tab-switch:checked+.tab-label {
        border-radius: 6px 6px 0 0;
        font-size: 15px;
        line-height: 1.5;
    }

    /*
    .l-about .tab-switch:checked+.tab-label+.tab-content {
        display: block;
    }
    */

    /*
    .l-about .tab-switch {
        display: none;
    }
    */

    /* ----- elements ----- */

    .l-about__block {
        border-radius: 6px;
        padding: 10px;
        font-size: 14px;
    }

    .l-about__block+.l-about__block {
        margin-top: 20px;
    }

    .l-about__smalltitle {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 4px 10px;
    }

    /* アコーディオン */

    .l-about__subtitle {
        font-size: 15px;
    }

    /*
    .l-about__subtitle:hover {
        opacity: .7;
    }
    */

    .l-about__content {
        margin-top: 20px;
        padding-top: 20px;
    }

    .l-about__content .inner {
        gap: 20px;
    }

    /*
    .l-about__content .inner>* {
        width: 100%;
    }
    */

    .toggle-icon {
        font-size: 15px;
    }

    /*
    .l-about__subtitle.is-open .toggle-icon {
        content: "−";
    }
    */

    /*
    .l-about table {
        margin: 0;
    }
    */

    .l-about__list {
        flex-wrap: wrap;
    }

    .l-about__list li {
        width: 100%;
    }

    .l-about__list li img {
        width: 100%;
        height: auto;
    }

    .l-about table img,
    .l-about table a img {
        border: none;
        width: 100%;
        height: auto;
    }

    .l-about table.table01 td {
        padding: 2px;
        font-size: 10px;
    }

    .l-about img.full {
        width: 100%;
        height: auto;
    }
}

/* ==================================================
l-reason
================================================== */

.l-reason {
    padding: 120px 10%;
}

.l-reason * {
    box-sizing: border-box;
}

.l-reason__title {
    margin-bottom: 60px;
}

.l-reason__title02 {
    margin-bottom: 60px;
    text-align: center;
}

.l-reason__title02 span {
    font-weight: 700;
    font-size: 24px;
    display: inline-block;
    position: relative;
}

.l-reason__title02 span::before {
    content: "＼";
    position: absolute;
    top: 50%;
    left: -2em;
    transform: translate(0, -50%);
}

.l-reason__title02 span::after {
    content: "／";
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translate(0, -50%);
}

.l-reason-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px 48px;
    grid-auto-flow: row;
    grid-template-areas:
        "l-reason-grid01 l-reason-grid02"
        "l-reason-grid01 l-reason-grid03";
}

.l-reason-grid01 {
    grid-area: l-reason-grid01;
    background: linear-gradient(-20deg, #E5E5E5 0%, #FFF 25%, #FFF 50%, #F5F5F5 100%);
    border-radius: 12px;
    overflow: hidden;
}

.l-reason-grid02 {
    grid-area: l-reason-grid02;
    background: linear-gradient(-20deg, #E5E5E5 0%, #FFF 25%, #FFF 50%, #F5F5F5 100%);
    border-radius: 12px;
    overflow: hidden;
}

.l-reason-grid03 {
    grid-area: l-reason-grid03;
    background: linear-gradient(-20deg, #E5E5E5 0%, #FFF 25%, #FFF 50%, #F5F5F5 100%);
    border-radius: 12px;
    overflow: hidden;
}

.l-reason__boxinner {
    padding: 24px;
}

.l-reason__p {
    font-size: 15px;
    line-height: 2;
}

.l-reason__p strong {
    background: linear-gradient(transparent 60%, #F5DB7A 40%);
}

.l-reason__p+.l-reason__p {
    margin-top: 24px;
}

.l-reason__subtitle {
    display: flex;
    align-items: stretch;
}

.l-reason__subtitle .box01 {
    width: 80px;
    height: auto;
    aspect-ratio: 1/1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    gap: 8px;
}

.l-reason__subtitle .box01 small {
    font-size: 10px;
    font-weight: 700;
    width: 100%;
}

.l-reason__subtitle .box01 p {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    width: 100%;
}

.l-reason__subtitle .box02 {
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
    padding: 0 24px;
    background: #222;
}

.l-reason__subtitle .box02 h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.l-reason__sup {
    margin: 48px auto 0 auto;
    max-width: 800px;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .l-reason {
        padding: 0 20px 40px 20px;
    }

    /*
    .l-reason * {
        box-sizing: border-box;
    }
    */

    .l-reason__title {
        margin-bottom: 40px;
    }

    .l-reason__title02 {
        margin-bottom: 40px;
    }

    .l-reason__title02 span {
        font-size: 16px;
    }

    /*
    .l-reason__title02 span::before {
        content: "＼";
        position: absolute;
        top: 50%;
        left: -2em;
        transform: translate(0, -50%);
    }
    */

    /*
    .l-reason__title02 span::after {
        content: "／";
        position: absolute;
        top: 50%;
        right: -2em;
        transform: translate(0, -50%);
    }
    */

    .l-reason-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .l-reason-grid01 {
        width: 100%;
    }

    .l-reason-grid02 {
        width: 100%;
    }

    .l-reason-grid03 {
        width: 100%;
    }

    .l-reason__boxinner {
        padding: 24px;
    }

    .l-reason__p {
        font-size: 14px;
        line-height: 1.75;
    }

    /*
    .l-reason__p strong {
        background: linear-gradient(transparent 60%, #F5DB7A 40%);
    }
    */

    .l-reason__p+.l-reason__p {
        margin-top: 20px;
    }

    /*
    .l-reason__subtitle {
        display: flex;
        align-items: stretch;
    }
    */

    /*
    .l-reason__subtitle .box01 {
        width: 80px;
        height: auto;
        aspect-ratio: 1/1;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
        gap: 8px;
    }
    */

    /*
    .l-reason__subtitle .box01 small {
        font-size: 10px;
        font-weight: 700;
        width: 100%;
    }
    */

    /*
    .l-reason__subtitle .box01 p {
        font-size: 36px;
        font-weight: 700;
        line-height: 1;
        width: 100%;
    }
    */

    .l-reason__subtitle .box02 {
        padding: 0 20px;
    }

    .l-reason__subtitle .box02 h3 {
        font-size: 18px;
    }

    .l-reason__sup {
        margin: 40px auto 0 auto;
        font-size: 14px;
    }
}

/* ==================================================
l-guide
================================================== */

.l-guide {
    padding: 120px 10%;
    background: #f7f7f7;
    font-size: 15px;
}

.l-guide * {
    box-sizing: border-box;
}

.l-guide__title {
    margin-bottom: 60px;
}

.l-guide-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 24px;
}

.l-guide-list__item {
    background: #fff;
    width: calc((100% - 24px) / 2);
    padding: 24px;
    position: relative;
}

.l-guide-list__subtitle {
    display: flex;
    align-items: stretch;
    background: rgba(120, 134, 153, .2);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
}

.l-guide-list__subtitle p {
    width: 36px;
    height: auto;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(120, 134, 153, .4);
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.l-guide-list__subtitle h3 {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 12px;
}

.l-guide-list__checklist {
    margin-top: 24px;
}

.l-guide-list__checklist li {
    font-size: 13px;
    list-style-type: disc;
    margin-left: 1.5em;
}

.l-guide-list__btn {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.l-guide-list__btn>* {
    width: 280px;
}

@media screen and (max-width: 768px) {
    .l-guide {
        padding: 0 20px 40px 20px;
        font-size: 14px;
    }

    /*
    .l-guide * {
        box-sizing: border-box;
    }
    */

    .l-guide__title {
        margin-bottom: 40px;
    }

    .l-guide-list {
        gap: 20px;
    }

    .l-guide-list__item {
        width: 100%;
        padding: 20px;
    }

    .l-guide-list__subtitle {
        margin-bottom: 20px;
    }

    .l-guide-list__subtitle p {
        width: 40px;
        height: 60px;
        aspect-ratio: auto;
        font-size: 18px;
    }

    .l-guide-list__subtitle h3 {
        padding: 0 10px;
        font-size: 15px;
    }

    .l-guide-list__checklist {
        margin-top: 20px;
    }

    /*
    .l-guide-list__checklist li {
        font-size: 13px;
        list-style-type: disc;
        margin-left: 1.5em;
    }
    */

    .l-guide-list__btn {
        margin-top: 20px;
    }

    .l-guide-list__btn>* {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .js-scrollable {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        position: relative;
    }

    .js-scrollable table {
        min-width: 800px;
    }
}

.scroll-p {
    display: none;
}

@media screen and (max-width: 768px) {
    .scroll-p {
        display: block;
        font-size: 12px;
        text-align: center;
        width: 100%;
    }
}

.sp-bnr {}

@media screen and (max-width: 768px) {
    .sp-bnr {
        width: 100%;
    }

    .sp-bnr img {
        width: 100%;
        height: auto;
    }
}