@charset "UTF-8";

/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    word-break: normal;
}

*,
 :after,
 :before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

:after,
 :before {
    text-decoration: inherit;
    vertical-align: inherit;
}

* {
    margin: 0;
    padding: 0;
}

hr {
    color: inherit;
    height: 0;
    overflow: visible;
}

details,
main {
    display: block;
}

summary {
    display: list-item;
}

small {
    font-size: 80%;
}

[hidden] {
    display: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

pre {
    font-size: 1em;
}

b,
strong {
    font-weight: bolder;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    border-color: inherit;
    text-indent: 0;
}

iframe {
    border-style: none;
}

input {
    border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
}

optgroup {
    font-weight: 700;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline-width: 0;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

select::-ms-value {
    color: currentColor;
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit;
}

[disabled] {
    cursor: default;
}

img {
    border-style: none;
}

progress {
    vertical-align: baseline;
}

[aria-busy=true] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled=true] {
    cursor: default;
}

html {
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-weight: 500;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 480px) {
    html {
        font-size: 15px;
        font-size: 4vw;
    }
}

body {
    position: relative;
    width: 100%;
    min-height: 100%;
    color: #000;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    background: #fff;
    word-break: normal;
}

ul,
ol,
li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

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

svg:not(:root) {
    overflow: hidden;
    max-width: 100%;
}

img[src$=".svg"] {
    width: 100%;
}

input,
textarea,
select,
button {
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-size: 16px;
}

::-moz-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

::placeholder {
    color: #ccc;
}

::-ms-input-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

.okkDisplay {
    display: none;
}

html.fromCojoTrue .okkDisplay {
    display: block;
}

#wrapper {
    position: relative;
    z-index: 100;
}

#wrapper.fixed {
    position: fixed;
    width: 100%;
}

.ib {
    display: inline-block;
}

.maxContents {
    width: 92%;
    max-width: 1100px;
    margin: 0 auto;
}

.anchor {
    position: relative;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.textLink {
    color: #9f7a12;
    text-decoration: underline;
}

@media print,
screen and (min-width: 769px) {
    #wrapper {
        padding-left: 26.67%;
    }
    .sp {
        display: none;
    }
    .textLink:hover {
        text-decoration: none;
    }
}

@media print,
screen and (min-width: 1201px) {
    #wrapper {
        padding-left: 320px;
    }
}

@media screen and (max-width: 768px) {
    #wrapper {
        padding-top: 40px;
        overflow: hidden;
    }
    .pc {
        display: none;
    }
    .anchor {
        margin-top: -40px;
        padding-top: 40px;
    }
}


/* header */

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
}

#globalNav {
    text-align: left;
}

#globalNav a {
    position: relative;
    display: block;
    transition: color 0.3s ease, background-color 0.3s ease;
}

#globalNav .gnavSearch {
    padding: 4% 6.25%;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

#globalNav .gnavSearch .label {
    display: block;
    font-weight: 700;
    margin-bottom: 0.5em;
}

#globalNav .gnavSearch .searchForm {
    display: block;
    position: relative;
}

#globalNav .gnavSearch input[type=text] {
    width: 100%;
    padding: 0.5em 2.5em 0.5em 0.5em;
    border: 1px solid #707070;
    height: 3em;
    font-weight: 700;
}

#globalNav .gnavSearch .gnavSearchBtn {
    position: absolute;
    text-indent: -999em;
    width: 2em;
    height: 3em;
    right: 0.5em;
    bottom: 1px;
    background: url("../img/common/ico_search_gray.svg") no-repeat center center;
    background-size: 80% auto;
}

#globalNav .gnavSearch .link {
    padding: 0.5em 0;
}

#globalNav .gnavSearch .link a {
    padding: 0.4em 0 0.4em 1.25em;
}

#globalNav .gnavSearch .link a::before {
    content: "－";
    position: absolute;
    left: 0;
    top: 0.4em;
}

#globalNav .gnavSearch .webCatalog {
    max-width: 420px;
}

#globalNav .gnavSearch .webCatalog>a {
    display: flex;
    align-items: center;
    font-weight: 700;
    background-color: #f8f8f8;
    border-radius: 0 0.5rem 0.5rem 0;
}

#globalNav .gnavSearch .webCatalog .thumb {
    width: 42.85%;
}

#globalNav .gnavSearch .webCatalog .title {
    width: 57.15%;
    padding-left: 0.8rem;
    line-height: 1.2;
}

#globalNav .gnavSearch .webCatalog .title .sub {
    display: block;
    margin-bottom: 0.5em;
    font-size: 0.875rem;
}

#globalNav .gnavSearch .webCatalog .title .main {
    font-size: 1.5rem;
}

#globalNav .gnavSearch .howtoLink {
    padding-top: 0.6em;
    font-weight: 700;
    font-size: 0.875rem;
    text-align: right;
}

#globalNav .gnavSearch .howtoLink>a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#globalNav .gnavSearch .howtoLink i {
    display: inline-block;
    margin-right: 0.5em;
    width: 0.9em;
    height: 1.2em;
    background: url("../img/common/ico_first.svg") no-repeat center center;
    background-size: 100% auto;
}

#globalNav .mainNav {
    padding: 0 6.25% 6.25%;
    font-weight: 700;
}

#globalNav .mainNav>li {
    border-bottom: 1px dashed #ddd;
}

#globalNav .mainNav a {
    padding: 1.2em 2em 1.2em 0;
}

#globalNav .mainNav a::before {
    content: "";
    display: block;
    position: absolute;
    right: 0.5em;
    top: 50%;
    width: 0.6em;
    height: 0.6em;
    margin-top: -0.3em;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    transform: rotate(45deg);
    box-sizing: border-box;
    transition: right 0.3s ease, border 0.3s ease;
}

#globalNav .subNav {
    padding: 0 6.25% 4%;
    font-size: 0.875rem;
    font-weight: 700;
}

#globalNav .subNav a {
    padding: 0.5em 0 0.5em 1.5em;
}

#globalNav .subNav a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.6em;
    height: 0.6em;
    margin-top: -0.3em;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    transform: rotate(45deg);
    box-sizing: border-box;
    transition: left 0.3s ease, border 0.3s ease;
}

@media print,
screen and (min-width: 769px) {
    #header {
        width: 26.67%;
        height: 100%;
        border-right: 1px solid #ddd;
    }
    #siteLogo {
        display: flex;
        border-bottom: 1px solid #ddd;
    }
    #siteLogo .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 160px;
    }
    #siteLogo .logo>span {
        display: block;
        width: 75%;
        max-width: 240px;
    }
    #siteLogo .logo img {
        display: block;
    }
    #globalNav {
        max-height: calc(100vh - 160px);
        overflow-y: auto;
    }
    #globalNav::-webkit-scrollbar {
        width: 8px;
    }
    #globalNav::-webkit-scrollbar-track {
        background-color: #ddd;
    }
    #globalNav::-webkit-scrollbar-thumb {
        background-color: rgba(159, 122, 18, 0.8);
    }
    #globalNav a:hover {
        color: #9f7a12;
    }
    #globalNav .gnavSearch .webCatalog>a:hover {
        background-color: rgba(159, 122, 18, 0.15);
    }
    #globalNav .gnavSearch .webCatalog .title .sub {
        font-size: 1.27vw;
    }
    #globalNav .gnavSearch .webCatalog .title .main {
        font-size: 2.18vw;
    }
    #globalNav .mainNav a:hover::before {
        right: 0.25em;
        border-color: #9f7a12;
    }
    #globalNav .subNav a:hover::before {
        left: 0.25em;
        border-color: #9f7a12;
    }
    #spMenu {
        display: none;
    }
}

@media print,
screen and (min-width: 1201px) {
    #header {
        width: 320px;
    }
    #globalNav .gnavSearch .webCatalog .title .sub {
        font-size: 0.875rem;
    }
    #globalNav .gnavSearch .webCatalog .title .main {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    #header {
        height: 40px;
    }
    #globalNav .gnavSearch {
        padding: 4%;
    }
    #globalNav .mainNav {
        padding: 0 4%;
    }
    #globalNav .subNav {
        padding: 4% 4% 0;
    }
    #siteLogo {
        position: relative;
        height: 40px;
        width: calc(100vw - 40px);
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        z-index: 100;
    }
    #siteLogo .logo,
    #siteLogo .logo img {
        display: block;
    }
    #siteLogo .logo {
        height: 39px;
        width: 180px;
        position: relative;
        display: flex;
        align-items: center;
        padding: 0 4vw;
    }
    #globalNav {
        position: fixed;
        width: 100%;
        left: 0;
        top: -100%;
        height: calc(100% - 40px);
        height: calc(100vh - 40px);
        height: calc(100dvh - 40px);
        background-color: #fff;
        overflow-y: auto;
        z-index: 50;
        transition: top 0.5s ease;
    }
    #spMenuBtn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        cursor: pointer;
        background-color: #9f7a12;
        z-index: 200;
    }
    #spMenuBtn::after {
        content: "MENU";
        color: #fff;
        font-size: 10px;
        line-height: 1;
        font-weight: 700;
        transform: scale(0.8);
    }
    #spMenuBtn span {
        position: relative;
        display: block;
        width: 24px;
        height: 24px;
    }
    #spMenuBtn span::before,
    #spMenuBtn span::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        height: 1px;
        background-color: #fff;
        transition: all 0.5s ease;
    }
    #spMenuBtn span::before {
        width: 100%;
        margin-top: -4px;
    }
    #spMenuBtn span::after {
        width: 60%;
        margin-top: 4px;
    }
    body.menuOpen #globalNav {
        top: 40px;
    }
    body.menuOpen #spMenuBtn span::before {
        width: 80%;
        left: 10%;
        height: 1px;
        margin-top: -1px;
        transform: rotate(135deg);
    }
    body.menuOpen #spMenuBtn span::after {
        width: 80%;
        left: 10%;
        height: 1px;
        margin-top: -1px;
        transform: rotate(45deg);
    }
}


/* breadcrumb */

.breadCrumb {
    font-size: 0.875rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.breadCrumb .breadCrumbList {
    display: flex;
    flex-wrap: wrap;
    width: 92%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.5em 0;
    line-height: 1.2;
}

.breadCrumb .breadCrumbList a {
    color: #666;
}

.breadCrumb .breadCrumbList li {
    margin: 0.5em 1em 0.5em 0;
}

.breadCrumb .breadCrumbList li+li::before {
    content: " ／";
    margin-right: 1em;
}

@media print,
screen and (min-width: 769px) {
    .breadCrumb .breadCrumbList a:hover {
        text-decoration: underline;
    }
}


/* footer */

.footerContact {
    background-color: #f8f8f8;
}

.footerContact .address {
    text-align: left;
}

.footerContact .address .logo {
    max-width: 214px;
}

.footerContact .address p {
    padding: 0.8em 0 0;
    line-height: 1.5;
    font-size: 0.875rem;
}

.footerContact .btns .btn {
    display: block;
    padding: 1rem 0;
    border-radius: 1rem;
    background-color: #fff;
    border: 1px solid #9f7a12;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.4;
}

.footerContact .btns .btn>div:nth-of-type(2) {
    color: #9f7a12;
    font-size: 1.5rem;
}

.footerContact .btns .btn>div+div {
    margin-top: 0.5rem;
}

.footerContact .btns .btn>div.tel {
    font-size: 2rem;
}

.copyright {
    padding: 2rem 0;
    font-size: 0.875rem;
    font-weight: 400;
}

@media print,
screen and (min-width: 769px) {
    .footerContact {
        padding: 4rem 0;
    }
    .footerContact .info {
        padding-top: 1rem;
    }
    .footerContact .btns {
        margin-top: 1rem;
        display: flex;
        justify-content: space-between;
    }
    .footerContact .btns .btn {
        display: flex;
        flex-direction: column;
        width: 49%;
        padding: 1.5rem 0;
        transition: background-color 0.3s ease;
    }
    .footerContact .btns .btn>div:nth-of-type(2) {
        font-size: 1.25rem;
    }
    .footerContact .btns .btn>div+div {
        margin-top: 0.8rem;
    }
    .footerContact .btns .btn>div.tel {
        margin-top: 0.4rem;
        font-size: 1.5rem;
    }
    .footerContact .btns a:hover {
        background-color: rgba(159, 122, 18, 0.2);
    }
}

@media print,
screen and (min-width: 1201px) {
    .footerContact .info {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footerContact .address {
        width: 30%;
    }
    .footerContact .btns {
        margin-top: 0;
        width: 70%;
    }
    .footerContact .btns .btn {
        width: 48%;
        margin-left: 2%;
    }
    .footerContact .btns .btn>div:nth-of-type(2) {
        font-size: 1.65vw;
    }
    .footerContact .btns .btn>div.tel {
        font-size: 2vw;
    }
}

@media print,
screen and (min-width: 1401px) {
    .footerContact .btns .btn>div:nth-of-type(2) {
        font-size: 1.5rem;
    }
    .footerContact .btns .btn>div.tel {
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .footerContact {
        padding: 6% 0;
    }
    .footerContact .address {
        padding-bottom: 1rem;
        border-bottom: 1px solid #ddd;
    }
    .footerContact .btns .btn {
        margin-top: 1rem;
    }
    .copyright {
        font-size: 0.8rem;
        padding: 1.5rem 0;
    }
}


/* linkBtn */

.linkBtn {
    padding-top: 1.5rem;
    font-size: 1.125rem;
    text-align: center;
}

.linkBtn .btn {
    display: inline-block;
    position: relative;
    padding: 0.8em 1.5em;
    color: #9f7a12;
    border: 1px solid #9f7a12;
    line-height: 1.2;
    font-weight: 700;
    border-radius: 50em;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.linkBtn .btn>span {
    display: inline-block;
    position: relative;
    z-index: 5;
}

.linkBtn .btn.circle,
.linkBtn .btn.zoom,
.linkBtn .btn.book,
.linkBtn .btn.file {
    padding: 0.8em 1.5em 0.8em 3em;
}

.linkBtn .btn.circle::before,
.linkBtn .btn.zoom::before,
.linkBtn .btn.book::before,
.linkBtn .btn.file::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease;
}

.linkBtn.secondary {
    font-size: 1rem;
    padding-top: 1rem;
}

.linkBtn.secondary .btn {
    padding: 0.6em 1.5em;
}

.linkBtn.secondary .btn.circle,
.linkBtn.secondary .btn.zoom,
.linkBtn.secondary .btn.book,
.linkBtn.secondary .btn.file {
    padding: 0.6em 1.5em 0.6em 3em;
}

.linkBtn.backLink {
    padding-top: 0;
}

.linkBtn .btn.circle::before {
    left: 0.8em;
    width: 1.2em;
    height: 1.2em;
    margin-top: -0.6em;
    background-color: #9f7a12;
    border-radius: 50em;
}

.linkBtn .btn.zoom::before {
    left: 1em;
    width: 1.6em;
    height: 1.6em;
    margin-top: -0.8em;
    background: url("../img/common/ico_zoom.svg") no-repeat center center;
    background-size: 100% auto;
}

.linkBtn .btn.book::before {
    left: 1em;
    width: 1.6em;
    height: 1.6em;
    margin-top: -0.8em;
    background: url("../img/common/ico_book_brown.svg") no-repeat center center;
    background-size: 100% auto;
}

.linkBtn .btn.file::before {
    left: 1em;
    width: 1.6em;
    height: 1.6em;
    margin-top: -0.8em;
    background: url("../img/common/ico_file_brown.svg") no-repeat center center;
    background-size: 100% auto;
}

@media print,
screen and (min-width: 769px) {
    .linkBtn a.btn:hover {
        background-color: rgba(159, 122, 18, 0.15);
    }
    .linkBtn a.btn.circle:hover {
        color: #fff;
        background-color: #fff;
    }
    .linkBtn a.btn.circle:hover::before {
        width: calc(100% - 0.4em);
        height: calc(100% - 0.4em);
        left: 0.2em;
        top: 0.2em;
        margin-top: 0;
    }
    a:hover .linkBtn .btn {
        background-color: rgba(159, 122, 18, 0.15);
    }
    a:hover .linkBtn .btn.circle {
        color: #fff;
        background-color: #fff;
    }
    a:hover .linkBtn .btn.circle::before {
        width: calc(100% - 0.4em);
        height: calc(100% - 0.4em);
        left: 0.2em;
        top: 0.2em;
        margin-top: 0;
    }
}


/* video thumb link */

.videoThumbLink {
    display: block;
    position: relative;
    overflow: hidden;
}

.videoThumbLink::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4rem;
    height: 4rem;
    margin: -2rem 0 0 -2rem;
    border: 1px solid #9f7a12;
    background: url("../img/common/ico_play.svg") no-repeat 55% center rgba(159, 122, 18, 0.8);
    background-size: 1rem auto;
    border-radius: 50%;
    z-index: 5;
    transition: background-color 0.3s ease, border 0.3s ease;
}

.videoThumbLink .thumb {
    overflow: hidden;
}

.videoThumbLink .thumb img {
    transition: transform 0.5s ease;
}

@media print,
screen and (min-width: 769px) {
    .videoThumbLink:hover::before {
        border-color: rgba(255, 255, 255, 0.8);
        background-color: rgba(0, 0, 0, 0.75);
    }
    .videoThumbLink:hover .thumb img {
        transform: scale(1.06);
    }
}

@media screen and (max-width: 768px) {
    .videoThumbLink::before {
        width: 3rem;
        height: 3rem;
        margin: -1.5rem 0 0 -1.5rem;
        background-size: 0.75rem auto;
    }
}


/* text */

.sec_title {
    margin-bottom: 1rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
}

.sec_title .sub {
    color: #9f7a12;
}

.baseText {
    line-height: 2;
}

.baseText>*+* {
    padding-top: 1.25em;
}

.baseText>span+span {
    padding-top: 0;
}

.leadText {
    line-height: 1.8;
    font-weight: 700;
    font-size: 1.125rem;
}

@media print,
screen and (min-width: 769px) {
    .sec_title {
        display: flex;
    }
    .sec_title .main,
    .sec_title .sub {
        display: flex;
        align-items: center;
    }
    .sec_title .main {
        font-size: 1.5rem;
    }
    .sec_title .sub {
        font-size: 2rem;
        padding-right: 1.5rem;
        margin-right: 1.5rem;
        border-right: 1px solid #ddd;
    }
}

@media screen and (max-width: 768px) {
    .sec_title .main,
    .sec_title .sub {
        display: block;
        position: relative;
    }
    .sec_title .main {
        font-size: 1.35rem;
    }
    .sec_title .sub {
        font-size: 1rem;
        padding-bottom: 0.5rem;
        margin-bottom: 1rem;
    }
    .sec_title .sub::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 5rem;
        height: 1px;
        background-color: #ddd;
    }
}


/* search */
.search-order {
    text-align: right;
    font-size: smaller;
    margin-bottom: 0.5rem;
}

.search-order .select-order{
    display: inline-flex;
    align-items: center;
    position: relative;
}

.search-order .select-order::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.search-order  .select-order select {
    appearance: none;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

.searchDetail .detailInput {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.searchDetail .detailInput input[type=text] {
    width: 100%;
    max-width: 400px;
    padding: 0.5em 1em;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 0.5em 0 0 0.5em;
}

.searchDetail .detailInput .searchBtn {
    width: 100px;
    height: 48px;
    line-height: 48px;
    background-color: #9f7a12;
    color: #fff;
    border-radius: 0 0.5em 0.5em 0;
}

.searchDetail .detailInput .searchBtn i {
    display: inline-block;
    margin-right: 0.3em;
    margin-left: -0.3em;
    width: 1.5em;
    height: 48px;
    vertical-align: middle;
    background: url("../img/common/ico_search_white.svg") no-repeat center center;
    background-size: 100% auto;
}

.searchDetail .detailTitle {
    padding: 0.8em 0;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.searchDetail .detailTitle i {
    display: inline-block;
    vertical-align: middle;
    width: 1.8em;
    height: 1.8em;
    margin-right: 0.5em;
    background: url("../img/common/ico_search_black.svg") no-repeat center center;
    background-size: 100% auto;
}

.searchDetail .detailList {
    margin-bottom: 1.5rem;
}

.searchDetail .detailList .listTitle {
    font-weight: 700;
}

.searchDetail .detailList .list>ul {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem 0 0 -2.5rem;
}

.searchDetail .detailList .list>ul li {
    margin-left: 2.5rem;
    margin-top: 1rem;
}

.searchDetail .detailList label {
    display: block;
    position: relative;
    cursor: pointer;
}

.searchDetail .detailList label.checkLabel input {
    display: none;
}

.searchDetail .detailList label.checkLabel .label {
    display: block;
    padding-left: 1.5em;
    position: relative;
}

.searchDetail .detailList label.checkLabel .label::before,
.searchDetail .detailList label.checkLabel .label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    transition: border 0.3s ease, opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

.searchDetail .detailList label.checkLabel .label::before {
    left: 0;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    background-color: #fff;
    border: 1px solid #707070;
}

.searchDetail .detailList label.checkLabel .label::after {
    left: 0.2em;
    width: 0.6em;
    height: 0.4em;
    margin-top: -0.3em;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-15deg) translate(-50%, 100%);
    opacity: 0;
}

.searchDetail .detailList label.checkLabel input:checked~.label::before {
    border-color: #9f7a12;
    background-color: #9f7a12;
    border-radius: 4px;
}

.searchDetail .detailList label.checkLabel input:checked~.label::after {
    opacity: 1;
    transform: rotate(-45deg);
}

.searchDetail #searchSelectBtn,
.searchDetail .setBtn .btn {
    display: inline-block;
    text-align: center;
    padding: 0.6em 1.5em;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.searchDetail #searchSelect p {
    padding-top: 0.5em;
}

.searchDetail #searchSelect p span {
    display: inline-block;
}

.searchDetail #searchSelect p span:first-child {
    padding: 0 0.5em;
    font-weight: 700;
    margin-right: 0.5em;
    color: #9f7a12;
}

.searchDetail #searchSelect p span:first-child::after {
    content: " :";
}

.searchDetail .setBtn .btn {
    display: block;
    max-width: 46%;
    width: 320px;
    line-height: 1.2;
    padding: 0.8em 1em;
}

.searchDetail .setBtn .btn+.btn {
    margin-left: 4%;
}

.searchDetail .setBtn .btn#searchItemClear:not(:hover) {
    background-color: #ddd;
    color: #707070;
}

.searchDetail #searchSelectItems {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    height: 100vh;
    height: 100dvh;
    left: 0;
    top: 0;
    padding-top: 1rem;
    background-color: #f2f2f2;
    z-index: 5000;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.searchDetail #searchSelectItems.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.searchDetail #searchSelectItems .ttl {
    margin: 0.5rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #ddd;
    font-size: 1.25rem;
    font-weight: 700;
}

.searchDetail #searchSelectItems .selectList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -2rem;
}

.searchDetail #searchSelectItems .selectList>.item {
    margin: 0 0 1rem 2rem;
}

.searchDetail #searchSelectItems .setBtn {
    display: flex;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    padding: 1rem;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-top: auto;
}

.searchDetail .searchDetailBtn {
    display: block;
    margin: 2rem auto 0;
    width: 180px;
    height: 48px;
    line-height: 48px;
    font-weight: 700;
    border-radius: 50em;
    background-color: #9f7a12;
    color: #fff;
}

.searchDetail .searchDetailBtn i {
    display: inline-block;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.3em;
    margin-left: -1.05em;
    background: url("../img/common/ico_search_white.svg") no-repeat center center;
    background-size: 100% auto;
}

@media print,
screen and (min-width: 769px) {
    .searchDetail .detailInput {
        width: calc(500px + 5em);
        margin: 0 auto 3.125rem;
    }
    .searchDetail .detailInput label {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(400px + 5em);
    }
    .searchDetail .detailInput .label {
        width: 5em;
    }
    .searchDetail .detailTitle {
        margin-bottom: 3.125rem;
    }
    .searchDetail .detailList {
        display: flex;
        justify-content: space-between;
    }
    .searchDetail .detailList .listTitle {
        width: 9em;
    }
    .searchDetail .detailList .list {
        width: 80%;
        max-width: calc(100% - 9em);
        border-left: 1px dotted #707070;
        padding-left: 3%;
    }
    .searchDetail #searchSelectBtn:hover,
    .searchDetail .setBtn .btn:hover {
        color: #fff;
        background-color: #9f7a12;
    }
}

@media screen and (max-width: 768px) {
    .searchDetail .detailInput {
        position: relative;
        padding-top: 2em;
        margin-bottom: 2rem;
    }
    .searchDetail .detailInput label {
        display: block;
        width: calc(100% - 90px);
    }
    .searchDetail .detailInput .label {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }
    .searchDetail .detailInput .searchBtn {
        width: 90px;
    }
    .searchDetail .detailTitle {
        margin-bottom: 2rem;
    }
    .searchDetail .detailList .listTitle {
        margin-bottom: 0.5em;
    }
}


/* heading */

.pageImgHeader {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pageImgHeader.ethical {
    background-image: url("../img/ethical_video/bg_hd_ethical.jpg");
}

.pageImgHeader.processing {
    background-image: url("../img/processing/bg_hd_processing.jpg");
}

.pageImgHeader.new-products {
    background-image: url("../img/new_products/we_new_header_2025.jpg");
}

.pageImgHeader.new-ekyuwards {
    background-image: url("../img/ekyuwards/ekyu_new_header_2025.jpg");
}

.pageImgHeader.new-shichiten {
    background-image: url("../img/shichitenhakki/siti_new_header.jpg");
}
.pageImgHeader.scene {
    background-image: url("../img/scene/bg_hd_scene.jpg");
}

.pageImgHeader::before,
.pageImgHeader::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 1;
    border-color: transparent transparent transparent rgba(159, 122, 18, 0.5);
}

.pageImgHeader .title {
    position: relative;
    width: 92%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    line-height: 1.3;
    z-index: 5;
}

.pageImgHeader .sub {
    margin-top: 0.5em;
}

.pageImgHeader .has-logo .logo {
    background-color: #fff;
    border-radius: 0.5rem;
}

.pageHeader {
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    background-color: #f8f8f8;
}

.pageHeader .title {
    max-width: 1100px;
    width: 92%;
    margin: 0 auto;
}

.pageHeader .sub {
    display: block;
    font-size: 1rem;
    color: #707070;
}

.normalPageHeading {
    line-height: 1.2;
    border-bottom: 2px solid #ddd;
}

.ribonHeading {
    position: relative;
    padding-right: 0.5rem;
    margin-bottom: 2.5rem;
}

.ribonHeading::before,
.ribonHeading::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
}

.ribonHeading::before {
    right: 100%;
    width: 50vw;
    background-color: #9f7a12;
}

.ribonHeading::after {
    right: 0.5rem;
    width: 100vw;
    box-shadow: 0 1px 1px rgba(159, 122, 18, 0.8), 0 0 0.5rem rgba(255, 255, 255, 0.5) inset;
    border-radius: 2px;
    z-index: 10;
    pointer-events: none;
}

.ribonHeading>span {
    display: block;
    position: relative;
    padding: 0.8rem 0;
    color: #fff;
    background: #9f7a12;
    background: linear-gradient(120deg, #9f7a12 10%, #d4b011 50%, #9f7a12 90%);
    border-radius: 0 2px 2px 0;
    text-shadow: 1px 1px 0 #9f7a12;
    z-index: 5;
}

.ribonHeading>i {
    display: block;
    position: absolute;
    right: -0.5rem;
    top: 0.5rem;
    width: 2rem;
    height: 100%;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48ZGVmcz48c3R5bGU+LmR7ZmlsbDojOTc3NDE1O308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYyI+PHBvbHlnb24gY2xhc3M9ImQiIHBvaW50cz0iNTAgNTAgMCA1MCAwIDAgNTAgMCAzMCAyNSA1MCA1MCIvPjwvZz48L3N2Zz4=") no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
    box-shadow: -3px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem 0 0 0.25rem;
}

.ribonHeading>i::before,
.ribonHeading>i::after {
    content: "";
    display: block;
    position: absolute;
}

.ribonHeading>i::before {
    width: 1rem;
    height: 100%;
    transform: skewY(-30deg);
    transform-origin: left bottom;
    left: 0;
    bottom: 0;
    background-color: #755707;
    border-radius: 0 0 4px 0;
}

.subSecTitle {
    margin-bottom: 1rem;
    color: #9f7a12;
    font-weight: 700;
}

@media print,
screen and (min-width: 769px) {
    .pageImgHeader {
        height: 320px;
        margin-bottom: 5rem;
    }
    .pageImgHeader::before {
        border-width: 30rem 0 0 30rem;
        border-width: 30vw 0 0 30vw;
    }
    .pageImgHeader::after {
        border-width: 50rem 0 0 50rem;
        border-width: 50vw 0 0 50vw;
    }
    .pageImgHeader .main {
        font-size: 2.25rem;
    }
    .pageImgHeader .sub {
        font-size: 1.125rem;
    }
    .pageImgHeader .has-logo {
        display: flex;
        align-items: center;
    }
    .pageImgHeader .has-logo .logo {
        width: 5rem;
        padding: 0.75rem;
        margin-right: 0.75rem;
    }
    .pageImgHeader .has-logo .text {
        max-width: calc(100% - 5.75rem);
    }
    .pageHeader {
        height: 12.5rem;
        margin-bottom: 3.75rem;
    }
    .pageHeader .main {
        font-size: 2.75rem;
    }
    .normalPageHeading {
        padding: 3rem 0;
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .ribonHeading {
        font-size: 1.5rem;
    }
    .ribonLead,
    .ribonContents {
        padding-right: 1.5rem;
    }
    .subSecTitle {
        font-size: 1.5rem;
    }
}

@media (min-width: 1601px) {
    .pageImgHeader::before {
        border-width: 30rem 0 0 30rem;
    }
    .pageImgHeader::after {
        border-width: 50rem 0 0 50rem;
    }
}

@media screen and (max-width: 768px) {
    .pageImgHeader {
        height: 50vw;
        margin-bottom: 3rem;
    }
    .pageImgHeader::before {
        border-width: 40vw 0 0 40vw;
    }
    .pageImgHeader::after {
        border-width: 80vw 0 0 80vw;
    }
    .pageImgHeader .main {
        font-size: 1.75rem;
    }
    .pageImgHeader .sub {
        font-size: 1rem;
    }
    .pageImgHeader .has-logo .logo {
        width: 4rem;
        padding: 0.5rem;
        margin: 0 0 1rem;
    }
    .pageHeader {
        height: 9rem;
        margin-bottom: 2.5rem;
        text-align: center;
    }
    .pageHeader .main {
        font-size: 1.8rem;
    }
    .normalPageHeading {
        padding: 1.5rem 0;
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
        text-align: center;
    }
    .ribonHeading {
        font-size: 1.25rem;
        margin-bottom: 2rem;
    }
    .ribonLead,
    .ribonContents {
        padding-right: 1rem;
    }
    .subSecTitle {
        font-size: 1.25rem;
    }
}


/* sub Contents */

.recommendBlock {
    background-color: rgba(159, 122, 18, 0.1);
    text-align: left;
}

.subNewsBlock {
    text-align: left;
}

.recommendList {
    display: flex;
    flex-wrap: wrap;
}

.recommendList .item,
.recommendList .item>a {
    display: flex;
}

.recommendList .item>a {
    position: relative;
    flex-direction: column;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0.5rem;
    padding-bottom: 1rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.recommendList .thumb {
    overflow: hidden;
}

.recommendList .thumb img {
    transition: transform 0.5s ease;
}

.recommendList .text {
    padding: 0.75rem 0.75rem 1rem;
}

.recommendList .number {
    display: inline-block;
    padding: 0.3em 0.5em;
    line-height: 1;
    border: 1px solid #9f7a12;
    color: #9f7a12;
    border-radius: 0.25rem;
    font-weight: 700;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.9);
}

.recommendList .number+.name {
    margin-top: 0.5em;
}

.recommendList .name {
    font-weight: 700;
    font-size: 1.125rem;
    transition: text-shadow 0.3s ease;
}

.recommendList .linkBtn {
    margin-top: auto;
    padding: 0 0.75rem;
    font-size: 0.875rem;
}

.recommendList .linkBtn .btn {
    display: block;
}

@media print,
screen and (min-width: 769px) {
    .recommendBlock,
    .subNewsBlock {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
    .recommendList {
        margin-left: -3%;
    }
    .recommendList .item {
        margin-left: 3%;
    }
    .recommendList .item>a:hover {
        color: #fff;
        background-color: rgba(159, 122, 18, 0.6);
    }
    .recommendList .item>a:hover .thumb img {
        transform: scale(1.08);
    }
    .recommendList .item>a:hover .name {
        text-shadow: 1px 1px 1px #9f7a12;
    }
    .recommendList .item>a:hover .linkBtn .btn {
        background-color: rgba(255, 255, 255, 0.95);
    }
}

@media print,
screen and (min-width: 769px) and (max-width: 1200px) {
    .recommendList {
        justify-content: center;
    }
    .recommendList .item {
        width: 47%;
    }
    .recommendList .item:nth-of-type(n+3) {
        margin-top: 6%;
    }
}

@media print,
screen and (min-width: 1201px) {
    .recommendList.item-3 .item {
        width: 30.33%;
    }
    .recommendList.item-3 .item:nth-of-type(n+4) {
        margin-top: 3%;
    }
    .recommendList.item-4 .item {
        width: 22%;
    }
    .recommendList.item-4 .item:nth-of-type(n+5) {
        margin-top: 3%;
    }
}

@media screen and (max-width: 768px) {
    .recommendBlock,
    .subNewsBlock {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .recommendList {
        justify-content: center;
        margin-left: -2%;
    }
    .recommendList .item {
        width: 48%;
        margin-left: 2%;
    }
    .recommendList .item:nth-of-type(n+3) {
        margin-top: 4%;
    }
}

@media screen and (max-width: 480px) {
    .recommendList {
        margin-left: 0;
    }
    .recommendList .item {
        width: 100%;
        margin-left: 0;
    }
    .recommendList .item+.item {
        margin-top: 1.5rem;
    }
}


/* tools */

.grayWrap {
    background-color: #f2f2f2;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.textLeft {
    text-align: left;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.section {
    text-align: left;
}

.mb-xs {
    margin-bottom: 0.5rem;
}

.mb-s {
    margin-bottom: 1rem;
}

.mb-m {
    margin-bottom: 2rem;
}

.mb-l {
    margin-bottom: 3rem;
}

.mb-xl {
    margin-bottom: 5rem;
}

.mb-xxl {
    margin-bottom: 6.25rem;
}

.mb-xxxl {
    margin-bottom: 7.5rem;
}

.textLarge {
    font-size: 108%;
}

.tableWrap {
    overflow-x: auto;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

@media print,
screen and (min-width: 769px) {
    .pc_textLeft {
        text-align: left;
    }
    .pc_textCenter {
        text-align: center;
    }
    .pc_textRight {
        text-align: right;
    }
    .section {
        margin-bottom: 5rem;
    }
}

@media screen and (max-width: 768px) {
    .sp_textLeft {
        text-align: left;
    }
    .sp_textCenter {
        text-align: center;
    }
    .sp_textRight {
        text-align: right;
    }
    .section {
        margin-bottom: 4rem;
    }
    .mb-xl {
        margin-bottom: 4rem;
    }
    .mb-xxl {
        margin-bottom: 5rem;
    }
    .mb-xxxl {
        margin-bottom: 6rem;
    }
}


/* modal */

.modaal-close:focus,
.modaal-close:hover {
    background-color: #9f7a12;
}

.modaal-close:after,
.modaal-close:before {
    background: #333;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #fff;
}

.modaal-outer-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.modaal-video .modaal-outer-wrapper {
    max-width: 960px;
}

.modaal-video-container {
    height: auto;
    padding-bottom: 56.25%;
}

.modaal-video-wrap {
    margin: auto;
}

@media screen and (max-width: 768px) {
    .modaal-close {
        right: 10px;
        top: 10px;
    }
    .modaal-image .modaal-inner-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* pagination */

.pagination {
    margin-top: 4rem;
    font-weight: 700;
}

.pagination .nav-links {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 4em;
}

.pagination .nav-links>a {
    color: #9f7a12;
}

.pagination .nav-links>a,
.pagination .nav-links>span {
    display: block;
    margin: 0.5em;
    line-height: 2em;
    width: 2em;
    text-align: center;
    border-radius: 50%;
}

.pagination .nav-links .page-numbers.prev,
.pagination .nav-links .page-numbers.next {
    position: absolute;
    top: 0;
    width: 3em;
    margin: 0.5em 0;
    background-color: transparent;
}

.pagination .nav-links .page-numbers.prev::before,
.pagination .nav-links .page-numbers.next::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.3em;
    width: 0.6em;
    height: 0.6em;
    box-sizing: border-box;
    transform: rotate(45deg);
}

.pagination .nav-links .page-numbers.prev {
    left: 0;
    padding-left: 1em;
}

.pagination .nav-links .page-numbers.prev::before {
    left: 0;
    border-left: 2px solid #9f7a12;
    border-bottom: 2px solid #9f7a12;
    transition: left 0.3s ease;
}

.pagination .nav-links .page-numbers.next {
    right: 0;
    padding-right: 1em;
}

.pagination .nav-links .page-numbers.next::before {
    right: 0;
    border-right: 2px solid #9f7a12;
    border-top: 2px solid #9f7a12;
    transition: right 0.3s ease;
}

.pagination .nav-links .dot {
    margin: 0.5em 0;
    width: 1.5em;
}

.pagination .nav-links .current {
    color: #fff;
    background-color: #9f7a12;
}

@media print,
screen and (min-width: 769px) {
    .pagination {
        font-size: 1.05rem;
    }
    .pagination .nav-links>a {
        transition: background-color 0.3s ease;
    }
    .pagination .nav-links>a:hover {
        background-color: rgba(159, 122, 18, 0.15);
    }
    .pagination .nav-links .page-numbers.prev:hover::before {
        left: -5px;
    }
    .pagination .nav-links .page-numbers.next:hover::before {
        right: -5px;
    }
}

@media screen and (max-width: 768px) {
    .pagination {
        margin-top: 3rem;
    }
    .pagination .nav-links {
        padding: 0 1.5em;
    }
    .pagination .nav-links>a,
    .pagination .nav-links>span {
        margin: 0.25em;
    }
    .pagination .nav-links .page-numbers.prev,
    .pagination .nav-links .page-numbers.next {
        width: 1em;
        margin: 0.25em 0;
        text-indent: -9999em;
    }
}


/* print */

#printWrapper {
    width: 210mm;
    box-sizing: border-box;
    padding: 15mm;
    margin: 0 auto;
}

#printContents {
    text-align: left;
}

#printContents .productHeader {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8mm;
}

#printContents .productHeader .mainImg {
    width: 40%;
}

#printContents .productHeader .mainImg img {
    display: block;
    border-radius: 6pt;
}

#printContents .productHeader .info {
    width: 56%;
}

#printContents .productHeader .category {
    font-size: 12pt;
    font-weight: 700;
    line-height: 1.2;
    color: #9f7a12;
    margin-bottom: 0.5em;
}

#printContents .productHeader .productName {
    line-height: 1.4;
}

#printContents .productHeader .productName .text {
    font-size: 14pt;
    display: inline-block;
    padding: 0.2em 0.5em;
    border: 1px solid #333;
}

#printContents .productHeader .productName .number {
    display: block;
    margin-top: 0.25em;
    font-size: 18pt;
}

#printContents .productHeader .icons {
    display: flex;
    margin-top: 10pt;
}

#printContents .productHeader .icons>li {
    width: 50pt;
    margin-right: 5pt;
}

#printContents .productHeader .icons .ico {
    display: block;
    position: relative;
    padding-top: 100%;
}

#printContents .productHeader .icons .ico::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 6pt;
    z-index: 5;
    box-sizing: border-box;
}

#printContents .productHeader .icons .ico img {
    display: block;
    position: absolute;
    width: 80%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#printContents .productHeader .icons .ico img[src$="e_gold.png"] {
    width: 100%;
}

#printContents .specList {
    margin-bottom: 6mm;
    font-size: 11pt;
    line-height: 1.6;
}

#printContents .specList>* {
    padding-top: 2mm;
    padding-bottom: 2mm;
    border-top: 1.5pt dotted #707070;
}

#printContents .specList .spec {
    display: flex;
}

#printContents .specList .spec .specTitle {
    font-weight: 700;
    width: 10em;
}

#printContents .specList .spec .specTitle+.specDetail {
    width: calc(100% - 10em);
    padding-left: 1em;
}

#printContents .specList .spec .note {
    margin-top: 0.25em;
    font-weight: 700;
    color: #666;
}

#printContents .specList .spec .detailTitle {
    font-weight: 700;
}

#printContents .specList .specNote {
    font-size: 10pt;
}

#printContents .productTable {
    font-size: 11pt;
}