body {
    font-family: "Sawarabi Gothic", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    color: #333;
    letter-spacing: 0.1em;
    line-break: strict;
}

h1,
h2,
h3 {
    font-family: "Sawarabi Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 14px;
}

p,
dl,
dt,
dd {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8em;
}

img {
    width: 100%;
    height: auto;
}

a:hover {
    opacity: 0.7;
}

.serif {
    font-family: "Sawarabi Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}

.sans-serif {
    font-family: "Sawarabi Gothic", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.border-bottom {
    border-bottom: solid 1px #919191;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
}

.grid {
    display: grid;
}

._2col {
    grid-template-columns: 1fr 1fr;
}

._3col {
    grid-template-columns: 1fr 1fr 1fr;
}

._4col {
    grid-template-columns: repeat(4, 1fr);
}

.oder01 {
    order: 1;
}

.oder02 {
    order: 2;
}

.header h1 {
    margin-bottom: 1em;
}


/* header  */

.header-wrapper {
    width: 1000px;
    margin: 0 auto;
}

.headerNav {
    height: 188px;
    padding-top: 34px;
    display: flex;
    justify-content: space-between;
    background-color: white;
}

.headerLogo {
    width: 180px;
    height: 33px;
}


/*  グローバルナビ  */

.gnav {
    padding-top: 8px;
}

.gnav ul {
    display: grid;
    grid-template-columns: repeat(5, auto);
    justify-content: end;
    column-gap: 1em;
}

.gnav li>a {
    position: relative;
}

.gnav a {
    color: #919191;
}

.home .gnav-home>a,
.kouboku .gnav-kouboku>a,
.product .gnav-product>a,
.product-category .gnav-product>a,
.bunrui .gnav-bunrui>a,
.about .gnav-about>a {
    color: #333;
}

.home .gnav-home>a::after,
.kouboku .gnav-kouboku>a::after,
.product .gnav-product>a::after,
.product-category .gnav-product>a::after,
.bunrui .gnav-bunrui>a::after,
.about .gnav-about>a::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    content: '';
    width: 100%;
    height: 1.5px;
    background: #333;
}


/*  ヘッダー画像    */

.headerSlide {
    max-width: 1100px;
    max-height: 500px;
}


/*
/  main    */

.main-wrapper {
    width: 1000px;
    margin: 0 auto;
}

main .header {
    padding-top: 66px;
}

main .header p {
    padding-bottom: 5em;
    min-height: 130px;
}


/*
/  HOME    home    */

.info {
    margin-top: 50px;
    margin-bottom: 50px;
    height: 160px;
}

.info,
.info h1 {
    font-size: 14px;
    color: #787878;
    line-height: 1.6em;
}

.story {
    padding-top: 96px;
    padding-bottom: 24px;
}

.story>section {
    column-gap: 34px;
    padding-bottom: 72px;
}

.story h1 {
    padding-bottom: 0.8em;
}

.story-txt {
    text-align: left;
}

.page-guide {
    padding-bottom: 100px;
}

.page-guide .grid {
    gap: 50px 70px;
}

.page-guide .header {
    height: 200px;
    padding-top: 98px;
}

.page-guide h2 {
    padding-top: 1em;
    padding-bottom: 0.5em;
}

.home .grid_container {
    gap: 80px 72px;
}


/*
/  香木について    kouboku */

.kouboku .content {
    column-gap: 32px;
    padding-bottom: 128px;
}

.kouboku .content h2 {
    font-size: 24px;
    padding-bottom: 0.7em;
}

.kouboku .content h2>span {
    padding-left: 1em;
    font-size: 14px;
    color: #787878;
    letter-spacing: 0.1em;
}


/*
/   製品紹介    .product    */

.product .content ul {
    gap: 40px 36px;
}

.product .content li {
    font-size: 20px;
}

.catalog-dl {
    padding-top: 100px;
    padding-bottom: 100px;
}

.catalog-dl div {
    margin: 0 auto;
    width: 320px;
    height: 193px;
}


/*
/   製品紹介 - 詳細     .product-category   */

.backto_p {
    padding-bottom: 0.4em;
    font-size: 14px;
    color: #919191;
    border-bottom: solid 1px;
}

.footer.backto_p {
    padding-bottom: 100px;
    color: #333;
    border: none;
}

.item-category {
    padding-bottom: 80px;
}

.product-category .header p {
    padding-bottom: 3em;
}

.product-category .item-category .header {
    padding-bottom: 1em;
}

.product-category .item-category .header h2 {
    padding-bottom: 0.5em;
    border-bottom: solid 1px #919191;
    margin-bottom: 0.5em;
}

.product-category .item-category .header p {
    padding-bottom: 1em;
    min-height: auto;
}

.product-category ._3col {
    gap: 35px;
}

.product-category ._3col img {
    width: 100%;
    height: auto;
}

.product-category ._4col {
    gap: 30px 20px;
}

.product-category ._4col dt,
.product-category ._4col dd {
    font-size: 14px;
}

.product-category ._4col img {
    width: 100%;
    height: auto;
}

.item-name {
    padding-top: 0.5em;
    font-size: 20px;
}

.item-type {
    padding-top: 0.5em;
    font-size: 17px;
}

.item-dsc {
    display: grid;
    grid-template-columns: auto 1fr;
    padding-top: 1em;
}

.item-dsc dt {
    padding-right: 1em;
}

.ex_item p {
    padding-top: 0.5em;
}

.ex_item img {
    width: 310px;
}


/*
/   香の分類    .bunrui  */

.bunrui main {
    padding-bottom: 100px;
}

.bunrui .content {
    padding-top: 38px;
    border-bottom: solid 1px #919191;
}

.bunrui .content p {
    padding-top: 10px;
    padding-bottom: 40px;
    font-size: 16px;
}


/*
/  会社概要    about   */

.about main {
    padding-bottom: 80px;
}

.about .content {
    display: grid;
    grid-template-columns: 23.4% auto;
    padding-top: 38px;
    padding-bottom: 36px;
    border-bottom: solid 1px #919191;
}

.about .company dt {
    grid-row: 1/4;
    grid-column: 1;
}

.about .company dd:nth-of-type(1) {
    grid-row: 1;
    grid-column: 2;
    padding-bottom: 1em;
}

.about .company dd:nth-of-type(2) {
    grid-row: 2;
    grid-column: 2;
    font-size: smaller;
}

.about .company dd:nth-of-type(3) {
    grid-row: 3;
    grid-column: 2;
    font-size: smaller;
}

.about .mail span {
    font-size: 0.7em;
}

.about iframe {
    padding-top: 36px;
}


/* footer  */

footer {
    width: 100%;
    padding-top: 63px;
    padding-bottom: 30px;
    position: relative;
    background-color: #283C28;
    color: white;
    font-size: 15px;
    text-align: center;
}

.footer-logo {
    width: 180px;
    height: 33px;
    margin: 0 auto 36px;
    margin-bottom: 36px;
}

.mainMenu ul {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 2em;
    justify-content: center;
}

.product-submenu {
    margin-top: 1em;
    line-height: 1.8em;
    font-size: 14px;
}

.product-submenu ul {
    padding-top: 1em;
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-column-gap: 2em;
    justify-content: center;
    text-align: left;
    line-height: 2em;
}

.product-submenu li::before {
    content: "・";
}

.product_intro {
    color: #999;
}

.copyright {
    width: 100%;
    bottom: 0;
    margin-top: 2em;
    text-align: center;
    color: #999;
}

.error404 .wrapper {
    position: relative;
    height: 100vh;
}

.error404 footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.error_document_404 {
    margin: 0 auto;
    padding-top: 10%;
    text-align: center;
    justify-content: center;
}