@charset "UTF-8";

/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* https://www.webplus.jp/                                      */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/*--------------------------------------------------------------*/


/* ========================================================

　Grobal Setting

=========================================================== */

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* ========================================================

　body

=========================================================== */

body {
    background-color: rgba(244, 244, 244, 1.00);
    color: rgba(76, 74, 71, 1.00);
    font: normal 400 1.6rem/2.6rem 'Montserrat', 'YakuHanJP_Noto', 'Noto Sans JP', 'Noto Sans CJK JP', 'メイリオ', 'Meiryo', sans-serif;
    word-wrap: break-word;
    letter-spacing: 0.0625rem;
    overflow-x: hidden;
}


/* ========================================================

　Default Link Color

=========================================================== */

a:link,
a:visited,
a img {
    color: rgba(111, 186, 44, 1.00);
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: rgba(70, 148, 0, 1.00);
}

a:active {
    color: rgba(44, 94, 0, 1.00);
}

a img:hover {
    opacity: 0.7;
}

@media only screen and (min-width: 751px) {

    a[href*="tel:"] {
        color: rgba(76, 74, 71, 1.00);
        text-decoration: none;
        pointer-events: none;
        cursor: default;
    }

}

/* ========================================================

　section

=========================================================== */

section {
    padding-top: 5.0rem;
    padding-bottom: 5.0rem;
}

.home section {
    opacity: 0;
    -webkit-transform: translateY(10.0rem);
    -ms-transform: translateY(10.0rem);
    transform: translateY(10.0rem);
    -webkit-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
}

.home section.fadein {
    opacity: 1.0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 768px) {

    section {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

}

@media only screen and (min-width: 1200px) {

    section {
        padding-top: 10.0rem;
        padding-bottom: 10.0rem;
    }

}


/* ========================================================

　h1～h6 & Other Text

=========================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

section:not(#single) h4,
section:not(#single) h5,
secyion:not(#single) h6 {
    font-weight: 300;
}

p:nth-last-of-type(n+2),
li:nth-last-of-type(n+2),
dd:nth-last-of-type(n+2) {
    margin-bottom: 0.25rem;
}

dt,
th {
    font-weight: 500;
}

section p,
section li,
section dt,
section dd,
section th,
section td {
    text-align: justify;
}

span.family {
    font-family: 'YakuHanJP_Noto', 'Noto Serif CJK JP', 'Noto Serif JP', 'Yu Mincho', YuMincho, serif;
    font-weight: 700;
}

/* heading */
.heading {
    margin-bottom: 2.0rem;
    text-align: center;
}

.heading h2 {
    position: relative;
    font-size: 3.0rem;
    font-family: 'YakuHanJP_Noto', 'Noto Serif CJK JP', 'Noto Serif JP', 'Yu Mincho', YuMincho, serif;
    z-index: 1;
}

.heading.ptn01 h2 {
    margin-bottom: 1.5rem;
}

.heading.ptn01 h2::after {
    position: absolute;
    left: calc(50% - 6.0rem);
    bottom: -1.25rem;
    width: 12.0rem;
    height: 0.8rem;
    border-radius: 0.3rem;
    background: -o-repeating-linear-gradient(135deg, rgba(62, 58, 57, 0.50), rgba(62, 58, 57, 0.50) 2px, transparent 2px, transparent 4px);
    background: repeating-linear-gradient(-45deg, rgba(62, 58, 57, 0.50), rgba(62, 58, 57, 0.50) 2px, transparent 2px, transparent 4px);
    content: "";
}

.heading.ptn01 p {
    margin-bottom: 0;
    color: rgba(111, 186, 44, 1.00);
    text-align: center;
}

.heading.ptn02 h2 {
    display: inline-block;
    line-height: 140%;
}

.heading.ptn02 h2::before {
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
    content: "";
    z-index: -1;
}

@media only screen and (max-width: 767px) {

    .heading.ptn02 h2::before {
        display: block;
        top: -0.5rem;
        background-color: rgba(111, 186, 44, 0.50);
        width: 1.6rem;
        height: 4.5rem;
    }

}

@media only screen and (min-width: 768px) {

    .heading h2 {
        font-size: 3.6rem;
    }

    .heading.ptn02 h2::before {
        display: inline-block;
        top: -2.0rem;
        width: 8.0rem;
        height: 8.0rem;
        background: url("../img/hexagon.png") center center / cover no-repeat;
    }

}

@media only screen and (min-width: 1200px) {

    .heading {
        margin-bottom: 5.0rem;
    }

    .heading h2 {
        font-size: 4.8rem;
    }

    .heading.ptn02 h2::before {
        width: 10.0rem;
        height: 10.0rem;
    }

}


/* ========================================================

　nav

=========================================================== */

#mainNav {
    background-color: rgba(255, 255, 255, 0.80);
}

#mainNav .navbar-brand {
    color: rgba(76, 74, 71, 1.00);
    font-size: min(5.0rem, 6.0rem);
    font-weight: 500;
}

#mainNav .navbar-nav .nav-link {
    color: rgba(76, 74, 71, 1.00);
    font-size: 1.8rem;
}

#mainNav .contact div {
    display: inline-block;
}

#mainNav .contact img {
    width: 8.0rem;
    height: auto;
}

@media only screen and (max-width: 991px) {

    #mainNav .navbar-toggler {
        width: 5.0rem;
        height: 5.0rem;
        border-radius: 50%;
        background-color: rgba(111, 186, 44, 1.00);
    }

    #mainNav .navbar-toggler[aria-expanded="true"] {
        background-color: rgba(76, 74, 71, 1.00);
    }

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #mainNav .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1.00)' stroke-width='3' stroke-linecap='square' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    #mainNav .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1.00)' stroke-width='3' stroke-linecap='square' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
    }

    #mainNav .navbar-nav {
        padding: 1.0rem 3.0rem;
    }

    #mainNav .navbar-nav .nav-item {
        margin-bottom: 0;
        border-bottom: 0.1rem dashed rgba(62, 58, 57, 0.25);
    }

    #mainNav .navbar-nav .nav-link {
        display: block;
        line-height: 5.0rem;
    }

    #mainNav .navbar-nav .nav-link span {
        display: none;
    }

    #mainNav .navbar-nav .nav-link.active,
    #mainNav .navbar-nav .nav-link.current {
        color: rgba(70, 148, 0, 1.00);
    }

    #mainNav .contact div:nth-of-type(1) {
        display: none;
    }

    #mainNav .contact {
        padding-top: 2.0rem;
    }

}

@media only screen and (min-width: 751px) {

    #mainNav .contact div:nth-of-type(1) {
        display: inline-block;
    }

    #mainNav .contact div:nth-of-type(2) {
        display: none;
    }

}

@media only screen and (min-width: 992px) {

    #mainNav {
        height: 8.0rem;
    }

    #mainNav div[class^="container"] {
        padding-right: 0;
    }

    #mainNav .navbar-nav .nav-item {
        margin-bottom: 0;
    }

    #mainNav .navbar-nav .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 2.0rem;
        height: 8.0rem;
        font-size: 1.2rem;
        text-align: center;
        line-height: 2.4rem;

    }

    #mainNav .navbar-nav .nav-link span {
        display: block;
        font-size: 1.8rem;
    }

    #mainNav .navbar-nav .nav-link:hover {
        background-color: rgba(62, 58, 57, 0.50);
        color: rgba(255, 255, 255, 1.00);
    }

    #mainNav .navbar-nav .nav-link.active,
    #mainNav .navbar-nav .nav-link.current {
        background-color: rgba(76, 74, 71, 1.00);
        color: rgba(255, 255, 255, 1.00);
    }

    #mainNav .contact {
        padding-top: 0;
    }

    #mainNav .contact div:nth-of-type(1) {
        position: relative;
        right: -0.5rem;
    }


}

@media only screen and (min-width: 1200px) {

    #mainNav .navbar-brand {
        margin-left: 5.0vw;
    }

    #mainNav .navbar-nav .nav-link {
        padding: 0 3.0rem;

    }

    #mainNav .contact {
        margin-left: 5.0vw;
    }

}


/* ========================================================

　header

=========================================================== */

header {
    overflow: hidden;
}

.home header {
    display: none;
}

body:not(.home) header {
    position: relative;
    padding-top: 6.0rem;
}

body:not(.home) header .grad-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.80)));
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.80) 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.80) 100%);
    z-index: 5;
}

body:not(.home) header h1,
header h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 100%;
    margin-top: 1.0rem;
    font-family: 'YakuHanJP_Noto', 'Noto Serif CJK JP', 'Noto Serif JP', 'Yu Mincho', YuMincho, serif;
    font-size: 3.0rem;
    text-align: center;
    text-shadow: 0.2rem 0.2rem 0.1rem rgba(255, 255, 255, 1.00);
    z-index: 10;
}

body:not(.home) header picture img {
    width: 100%;
    height: auto;
}

.carousel-item {
    position: relative;
    padding-top: 6.0rem;
}

.carousel-item .grad-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.50) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.50)));
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.50) 100%);
}

.carousel-item > img:last-of-type {
    display: none;
}

.carousel-item > img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}

a span[class^="carousel-control"] {
    border-color: rgba(76, 74, 71, 1.00);
    -webkit-transform: scale(3.0);
    -ms-transform: scale(3.0);
    transform: scale(3.0);
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(0, 0, 0, 1.00)'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(0, 0, 0, 1.00)'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-item .inner {
    position: absolute;
    inset: auto auto 3.0vw 3.0vw;
}

.carousel-item .inner img {
    width: min(15.0vw, 10.0rem);
    height: auto;
}

@media only screen and (min-width: 576px) {

    .carousel-item {
        height: 100%;
    }

    .carousel-item > img:first-of-type {
        display: none;
    }

    .carousel-item > img:last-of-type {
        display: inline;
    }

    .carousel-item > img {
        width: 100%;
        height: auto;
    }

    .carousel-item .inner img {
        width: min(10.0vw, 10.0rem);
    }

}

@media only screen and (min-width: 768px) {

    body:not(.home) header h1,
    header h2 {
        font-size: 3.6rem;
    }

    .carousel-item .inner img {
        width: min(10.0vw, 10.0rem);
    }

}

@media only screen and (min-width: 992px) {

    header {
        width: 100%;
    }

    body:not(.home) header {
        padding-top: 8.0rem;
    }

    .carousel-item {
        padding-top: 8.0rem;
        height: calc(100% - 8.0rem);
    }

}

@media only screen and (min-width: 1200px) {

    body:not(.home) header h1,
    header h2 {
        font-size: 4.8rem;
    }

}

@media only screen and (min-width: 1920px) {

    .carousel-item {
        padding-top: 0;
    }

}


/* ========================================================

　#news（お知らせ）

=========================================================== */

#news > h5 {
    display: none;
}

#news .box {
    border: 0.1rem solid rgba(76, 74, 71, 1.00);
    background-color: rgba(255, 255, 255, 1.00);
    -webkit-transition: border 0.3s ease-in-out;
    -o-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
}

#news .box:hover {
    border: 0.1rem solid rgba(111, 186, 44, 1.00);
}

#news .container > .row > div:nth-of-type(n+3) {
    margin-top: 2.0rem;
}

.archives #news .container > .row > div:nth-of-type(n+2) {
    margin-top: 2.0rem;
}

#news .inner {
    position: relative;
    min-height: 15.0rem;
    padding: 1.0rem;
}

#news .inner figure {
    width: 15.0rem;
    height: auto;
    margin: 0 auto;
}

#news .inner figure img {
    width: 100%;
    height: auto;
}

#news .inner aside > * {
    display: inline-block;
    margin-top: 1.0rem;
}

#news .inner ul {
    margin-left: 1.0rem;
    padding: 0;
    list-style: none;
}

#news .inner ul a {
    display: inline-block;
    padding: 0 1.0rem;
    border-radius: 0.4rem;
    background-color: rgba(76, 74, 71, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.2rem;
}


#news .inner ul a:hover {
    opacity: 0.7;
}

#news .inner h3 a {
    color: rgba(76, 74, 71, 1.00);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-align: justify;
}

#news .inner h3 a:hover {
    color: rgba(111, 186, 44, 1.00);
}

#news .inner h3 span {
    margin-left: 0.5rem;
    color: rgba(255, 0, 0, 1.00);
    font-size: 1.2rem;
    font-weight: 500;
}

@media only screen and (min-width: 768px) {

    #news .inner {
        padding: 0;
    }

    #news .inner .row > div[class^="col"]:first-of-type {
        padding-left: 0;
    }

    #news .inner figure {
        margin: 0;
    }

    #news .inner .row > div[class^="col"]:last-of-type {
        padding-top: 2.0rem;
        padding-right: 10.0vw;
        padding-bottom: 2.0rem;
        background: url("../img/arrow_charcoal.png") right 2.5vw center / 1.5rem no-repeat;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #news .inner .row > div[class^="col"]:last-of-type:hover {
        background-position: right 1.5vw center;
    }

    #news .inner aside > * {
        margin-top: 0;
    }

}

@media only screen and (min-width: 1200px) {

    #news .inner .row > div[class^="col"]:last-of-type {
        padding-top: 3.0rem;
        padding-left: 4.0rem;
        padding-bottom: 3.0rem;
    }

}

@media only screen and (min-width: 2560px) {

    #news .inner .row > div[class^="col"]:last-of-type {
        padding-right: 6.0vw;
    }

}


/* ========================================================

　#sec01（疲労感の原因は活性酸素による酸化が原因）

=========================================================== */

#sec01 {
    background-color: rgba(120, 120, 115, 1.00);
    color: rgba(255, 255, 255, 1.00);
}

#sec01 .heading.ptn02 h2::before {
    left: 0;
}

#sec01 .heading.ptn02 h2 span {
    display: block;
}

#sec01 .row > div:nth-of-type(n+2) {
    margin-top: 1.0rem;
}

#sec01 div[class^="col"] {
    text-align: center;
}

#sec01 img {
    width: 100%;
    max-width: 16.0rem;
    height: auto;
    margin: 0 auto;
}

#sec01 p {
    max-width: 24.0rem;
    margin: 2.0rem auto 1.0rem;
}

@media only screen and (min-width: 576px) {

    #sec01 .heading.ptn02 h2::before {
        left: 7.7rem;
    }

    #sec01 .heading.ptn02 h2 span {
        display: inline;
    }

}

@media only screen and (min-width: 768px) {

    #sec01 .heading.ptn02 h2::before {
        left: 9.2rem;
    }

    #sec01 img {
        max-width: 14.0rem;
    }

    #sec01 p {
        max-width: 18.0rem;
    }

}

@media only screen and (min-width: 1200px) {

    #sec01 .heading.ptn02 h2::before {
        left: 12.2rem;
    }

    #sec01 img {
        max-width: 16.0rem;
    }

    #sec01 p {
        max-width: 25.0rem;
    }

}


/* ========================================================

　#sec02（活性酸素と疲れの関係）

=========================================================== */

#sec02 {
    background-color: rgba(244, 242, 236, 1.00);
}

#sec02 .heading.ptn02 h2 span {
    display: block;
}

#sec02 h3 {
    margin-bottom: 3.0rem;
    font-size: 2.4rem;
}

#sec02 img {
    width: 100%;
    max-width: 54.0rem;
    height: auto;
    margin-top: 2.0rem;
}

@media only screen and (min-width: 576px) {

    #sec02 .heading.ptn02 h2 span {
        display: inline;
    }

}

@media only screen and (min-width: 768px) {

    #sec02 .row > div:nth-of-type(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #sec02 p {
        max-width: 46.0rem;
    }

    #sec02 .row > div:nth-of-type(3) {
        text-align: center;
    }

    #sec02 img {
        margin: 0 auto;
    }

}


/* ========================================================

　#sec03（抗酸化ウエア「IOZ」は酸化による疲労感を蓄積させない）

=========================================================== */

#sec03 {
    background: -o-linear-gradient(rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("../img/sec03_bg.jpg") left top / cover no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url("../img/sec03_bg.jpg") left top / cover no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("../img/sec03_bg.jpg") left top / cover no-repeat;
    color: rgba(255, 255, 255, 1.00)
}

#sec03 .heading,
#sec03 .heading.ptn02 h2 {
    text-align: left;
}

#sec03 .heading.ptn02 h2 span:last-of-type {
    display: block;
}

#sec03 h3 {
    margin-bottom: 3.0rem;
    font-size: 2.4rem;
}

#sec03 img {
    width: 100%;
    max-width: 48.0rem;
    height: auto;
    margin-top: 2.0rem;
}

@media only screen and (min-width: 576px) {

    #sec03 .heading.ptn02 h2 span:last-of-type {
        display: inline;
    }

}

@media only screen and (min-width: 768px) {

    #sec03 .row > div:nth-of-type(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #sec03 .row > div:nth-of-type(3) {
        text-align: right;
    }

    #sec03 p {
        max-width: 50.0vw;
    }

    #sec03 img {
        margin-top: 0;
    }

}

@media only screen and (min-width: 1200px) {

    #sec03 p {
        max-width: 70.0rem;
    }

}

@media only screen and (min-width: 1600px) {

    #sec03 .heading {
        margin-left: -10.0vw;
    }

}


/* ========================================================

　#sec04（「医王石」と「天然由来セルロース再生繊維」のダブル天然素材が、活性酸素による疲労感を蓄積させない）

=========================================================== */

#sec04 .heading,
#sec04 .heading.ptn02 h2 {
    text-align: left;
}

#sec04 div[class^="col"] {
    margin-top: 12.0rem;
    padding-bottom: 4.0rem;
    background: -o-linear-gradient(left, rgba(76, 74, 71, 1.00) 0%, rgba(138, 138, 132, 0.70) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(76, 74, 71, 1.00)), to(rgba(138, 138, 132, 0.70)));
    background: linear-gradient(90deg, rgba(76, 74, 71, 1.00) 0%, rgba(138, 138, 132, 0.70) 100%);
}

#sec04 .container-fluid .row > div:nth-of-type(n+2) {
    margin-top: 14.0rem;
}

#sec04 figure {
    margin-top: -12.0rem;
    margin-bottom: 1.0rem;
    text-align: center;
}

#sec04 img {
    width: 100%;
    max-width: 26.0rem;
    height: auto;
    margin: 0 auto;
    border: 0.3rem solid rgba(111, 186, 44, 1.00);
}

#sec04 h3 {
    margin-bottom: 1.0rem;
    color: rgba(111, 186, 44, 1.00);
    font-size: 2.4rem;
    text-align: left;
}

#sec04 p,

#sec04 ul {
    max-width: 78.0rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: rgba(255, 255, 255, 1.00);
    list-style: none;
}

#sec04 div[class^="col"] aside {
    margin-top: 2.0rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

@media only screen and (min-width: 768px) {

    #sec04 .heading.ptn02 h2 span {
        display: block;
    }

    #sec04 .container-fluid .row > div:nth-of-type(1) {
        margin-top: 7.0rem;
    }

    #sec04 .container-fluid .row > div:nth-of-type(n+2) {
        margin-top: 10.0rem;
    }

    #sec04 figure {
        position: relative;
        margin-top: -5.0rem;
        margin-bottom: 0;
        margin-left: -5.75rem;
        text-align: left;
    }

    #sec04 h3 {
        position: absolute;
        top: 1.0rem;
        left: 30.0rem;
        font-size: 2.2rem;
    }

    #sec04 div[class^="col"] .text {
        margin-top: -5.0rem;
        padding-right: 3.0rem;
        padding-left: 23.0rem;
    }

}

@media only screen and (min-width: 1200px) {

    #sec04 div[class^="col"] {
        min-height: 36.0rem;
    }

    #sec04 .container-fluid .row > div:nth-of-type(1) {
        margin-top: 5.0rem;
    }

    #sec04 .container-fluid .row > div:nth-of-type(n+2) {
        margin-top: 12.0rem;
    }

    #sec04 img {
        max-width: 52.0rem;
    }

    #sec04 h3 {
        left: 58.0rem;
        font-size: 2.4rem;
    }

    #sec04 div[class^="col"] .text {
        margin-top: -21.0rem;
        padding-left: 50.75rem;
    }

    #sec04 p,
    #sec04 ul {
        max-width: 82.0rem;
        padding-right: 6.0rem;
    }

}

@media only screen and (min-width: 1280px) {

    #sec04 .container-fluid .row {
        padding-left: 2.0vw;
    }

}

@media only screen and (min-width: 1366px) {

    #sec04 .container-fluid .row {
        padding-left: 4.5vw;
    }

}

@media only screen and (min-width: 1440px) {

    #sec04 .container-fluid .row {
        padding-left: 0;
    }

}

@media only screen and (min-width: 1600px) {

    #sec04 .container-fluid .row {
        margin-left: -10.0rem;
        padding-left: 4.5vw;
    }

    #sec04 .heading {
        margin-left: -10.0vw;
    }

}

@media only screen and (min-width: 1680px) {

    #sec04 .container-fluid .row {
        padding-left: 6.5vw;
    }

}

@media only screen and (min-width: 1920px) {

    #sec04 .container-fluid .row {
        padding-left: 10.5vw;
    }

}

@media only screen and (min-width: 2560px) {

    #sec04 .container-fluid .row {
        padding-left: 18.0vw;
    }

}


/* ========================================================

　#sec05（抗酸化ウェアのおすすめ着用シーン）

=========================================================== */

#sec05 {
    padding-top: 0;
}

#sec05 .container-fluid {
    position: relative;
}

#sec05 .grad-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1.00) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1.00)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1.00) 100%);
}

#sec05 picture img {
    width: 100%;
    height: auto;
}

#sec05 h4 {
    position: absolute;
    left: 4.0vw;
    bottom: 8.0vw;
    font-family: 'YakuHanJP_Noto', 'Noto Serif CJK JP', 'Noto Serif JP', 'Yu Mincho', YuMincho, serif;
    font-size: 1.6rem;
    text-shadow: 0.1rem 0.1rem 0.1rem rgba(255, 255, 255, 1.00);
}

#sec05 h4 span {
    background: -o-linear-gradient(transparent 30%, rgba(244, 242, 236, 0.70) 30%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(30%, rgba(244, 242, 236, 0.70)));
    background: linear-gradient(transparent 30%, rgba(244, 242, 236, 0.70) 30%);
}

#sec05 .container {
    padding-top: 5.0rem;
}

#sec05 .heading.ptn02 h2::before {
    left: 3.2rem;
}

#sec05 ul.row {
    margin: 2.0rem 0;
    padding: 0;
    list-style: none;
}

#sec05 ul.row li {
    text-align: center;
}

#sec05 ul.row li img {
    width: 100%;
    max-width: 20.0rem;
    height: auto;
}

#sec05 ul.row li figcaption {
    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;
    max-width: 22.0rem;
    margin: 0 auto;
    padding: 0.5rem;
    border-radius: 2.0rem;
    background-color: rgba(111, 186, 44, 0.30);
    font-size: 1.8rem;
}

#sec05 ul.row li figcaption br {
    display: none;
}

#sec05 ul.row li p {
    max-width: 22.0rem;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

#sec05 .notes {
    margin-top: 2.0rem;
    padding: 2.0rem 0 2.0rem 3.0rem;
    border-left: 1.0rem solid rgba(111, 186, 44, 1.00);
}

#sec05 .notes h3 {
    margin-bottom: 2.0rem;
    font-size: 2.0rem;
    font-weight: 500;
}

@media only screen and (min-width: 576px) {

    #sec05 h4 {
        font-size: 2.0rem;
        line-height: 150%;
    }

    #sec05 ul.row li:nth-of-type(n+3) {
        margin-top: 2.0rem;
    }

}

@media only screen and (min-width: 768px) {

    #sec05 .container {
        padding-top: 7.5rem;
    }

    #sec05 h4 {
        top: 3.0vw;
        right: 3.0vw;
        bottom: inherit;
        left: inherit;
        font-size: 2.0rem;
    }

    #sec05 .heading.ptn02 h2::before {
        left: 3.9rem;
    }

    #sec05 ul.row li:nth-of-type(n+3) {
        margin-top: 0;
    }

    #sec05 ul.row li:nth-of-type(n+4) {
        margin-top: 2.0rem;
    }

    #sec05 ul.row li img {
        max-width: 12.0rem;
    }

    #sec05 ul.row li figcaption {
        max-width: 14.0rem;
        min-height: 5.0rem;
        border-radius: 3.0rem;
        line-height: 2.0rem;
    }

    #sec05 ul.row li figcaption br {
        display: block;
    }

    #sec05 ul.row li p {
        max-width: 14.0rem;
        margin: 0 auto;
    }

}

@media only screen and (min-width: 992px) {

    #sec05 ul.row li {
        margin: 0 auto;
    }

    #sec05 ul.row li:nth-of-type(n+4) {
        margin-top: 0;
    }

}

@media only screen and (min-width: 1200px) {

    #sec05 .container {
        padding-top: 10.0rem;
    }

    #sec05 h4 {
        top: 6.0vw;
        right: 9.0vw;
        font-size: 2.4rem;
    }

    #sec05 .heading.ptn02 h2::before {
        left: 5.2rem;
    }

    #sec05 ul.row {
        margin: 4.0rem 0;
    }

    #sec05 ul.row li img {
        max-width: 14.0rem;
    }

    #sec05 ul.row li figcaption {
        max-width: 16.0rem;
    }

    #sec05 ul.row li p {
        max-width: 14.0rem;
    }

}

@media only screen and (min-width: 1920px) {

    #sec05 h4 {
        bottom: inherit;
        left: inherit;
        font-size: 3.4rem;
        line-height: 150%;
    }

}


/* ========================================================

　#sec06（「IOZ」愛用者インタビュー）

=========================================================== */

#sec06 {
    background: url("../img/sec06_bg.png") center top / 500% no-repeat;
}

#sec06 .heading.ptn02 h2 span:last-of-type {
    display: block;
}

#sec06 .row > div:nth-of-type(n+3) {
    margin-top: 4.0rem;
}

#sec06 img {
    width: 100%;
    height: auto;
}

#sec06 figure {
    margin: 0;
}

#sec06 figcaption {
    padding: 3.0rem 3.0rem 1.0rem;
    background-color: rgba(76, 74, 71, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-family: 'YakuHanJP_Noto', 'Noto Serif CJK JP', 'Noto Serif JP', 'Yu Mincho', YuMincho, serif;
}

#sec06 figcaption h3 {
    position: relative;
    margin-bottom: 4.0rem;
    font-size: 2.0rem;
    line-height: 150%
}

#sec06 figcaption h3::before,
#sec06 figcaption h3::after {
    display: inline-block;
    position: absolute;
    width: 2.0rem;
    height: 1.8rem;
    content: "";
}

#sec06 figcaption h3::before {
    top: -2.0rem;
    left: -2.0rem;
    background: url("../img/double_quotation_l.png") center center / contain no-repeat;
}

#sec06 figcaption h3::after {
    right: -2.0rem;
    bottom: -2.0rem;
    background: url("../img/double_quotation_r.png") center center / contain no-repeat;
}

#sec06 figcaption aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 3.0rem;
    color: rgba(232, 232, 232, 1.00);
    font-family: 'YakuHanJP_Noto', 'Noto Serif CJK JP', 'Noto Serif JP', 'Yu Mincho', YuMincho, serif;
    font-size: 2.0rem;
}

#sec06 figcaption aside::before {
    margin-right: 3.0rem;
    width: 5.0rem;
    height: 0.1rem;
    background-color: rgba(255, 255, 255, 1.00);
    content: "";
}

#sec06 figcaption aside span {
    font-size: 70%;
}

/* アコーディオン */
#sec06 .accordion .toggleBtn {
    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;
    height: 4.0rem;
    background-color: rgba(111, 186, 44, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.4rem;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#sec06 .accordion .toggleBtn:hover {
    opacity: 0.7;
}

#sec06 .accordion .toggleBtn span::after {
    display: inline-block;
    position: relative;
    margin-left: 0.5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "Read More \f067";
}

#sec06 .accordion .toggleBtn.open span::after {
    content: "Close \f00d";
}

#sec06 .accordion .item {
    display: none;
    padding: 2.0rem;
    background-color: rgba(255, 255, 255, 1.00);
    font-size: 1.4rem;
    line-height: 2.4rem;
}

#sec06 .accordion h4 {
    margin-bottom: 1.0rem;
    font-size: 1.8rem;
    font-weight: 500;
}

#sec06 .accordion h4:nth-of-type(n+2) {
    margin-top: 3.0rem;
}

#sec06 .accordion .lead {
    margin-bottom: 3.0rem;
    color: rgba(111, 186, 44, 1.00);
    font-size: 1.6rem;
    font-weight: 400;
}

#sec06 .accordion .prof {
    margin-top: 5.0rem;
}

#sec06 .accordion h5 {
    margin-bottom: 1.0rem;
    color: rgba(120, 120, 120, 1.00);
    font-size: 1.6rem;
    font-weight: 500;
}

#sec06 .accordion .prof p:first-of-type {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    font-weight: 500;
}

#sec06 .accordion .prof p:first-of-type span {
    display: block;
    font-size: 1.2rem;
}

@media only screen and (min-width: 576px) {

    #sec06 {
        background: url("../img/sec06_bg.png") center top / 350% no-repeat;
    }

    #sec06 .heading.ptn02 h2 span:last-of-type {
        display: inline;
    }

    #sec06 figcaption h3 span {
        display: block;
    }

    #sec06 figcaption aside span {
        margin-right: 1.0rem;
    }

    #sec06 figcaption aside br {
        display: none;
    }

    #sec06 figcaption aside::before {
        width: 14.75rem;
    }

    #sec06 .row > div:nth-of-type(3) figcaption aside::before {
        width: 15.5rem;
    }

    #sec06 .accordion .prof p:first-of-type span {
        display: inline;
        margin-left: 1.5rem;
    }

}

@media only screen and (min-width: 768px) {

    #sec06 {
        background-size: 220%
    }

    #sec06 .row > div:nth-of-type(n+3) {
        margin-top: 0;
    }

    #sec06 figcaption h3 {
        font-size: 1.8rem;
    }

    #sec06 figcaption h3 span {
        display: inline;
    }

    #sec06 figcaption aside {
        font-size: 1.8rem;
    }

    #sec06 figcaption aside span {
        margin-right: 1.0rem;
    }

    #sec06 figcaption aside br {
        display: none;
    }

    #sec06 figcaption aside::before {
        width: 3.5rem;
    }

    #sec06 .row > div:nth-of-type(3) figcaption aside::before {
        width: 4.0rem;
    }

    #sec06 .accordion .item {
        padding: 2.0rem;
    }

    #sec06 .accordion .prof p:first-of-type span {
        display: block;
        margin-left: 0;
    }

}

@media only screen and (min-width: 992px) {

    #sec06 figcaption {
        padding: 4.0rem 5.0rem 2.0rem;
    }

    #sec06 figcaption h3 {
        font-size: 2.2rem;
    }

    #sec06 figcaption h3 span {
        display: block;
    }

    #sec06 figcaption aside {
        font-size: 2.2rem;
    }

    #sec06 figcaption aside::before {
        width: 7.0rem;
    }

    #sec06 .row > div:nth-of-type(3) figcaption aside::before {
        width: 8.0rem;
    }

    #sec06 .accordion .prof p:first-of-type span {
        display: inline;
        margin-left: 1.5rem;
    }

}

@media only screen and (min-width: 1200px) {

    #sec06 figcaption {
        padding: 6.0rem 7.0rem 2.0rem;
    }

    #sec06 figcaption h3 {
        font-size: 2.4rem;
    }

    #sec06 figcaption h3::before,
    #sec06 figcaption h3::after {

        width: 3.0rem;
        height: 2.6rem;
    }

    #sec06 figcaption h3::before {
        top: -3.0rem;
        left: -3.0rem;
    }

    #sec06 figcaption h3::after {
        right: -3.0rem;
        bottom: -3.0rem;
    }

    #sec06 figcaption aside {
        margin-top: 6.0rem;
        font-size: 2.4rem;
    }

    #sec06 figcaption aside::before {
        width: 10.0rem;
    }

    #sec06 .row > div:nth-of-type(3) figcaption aside::before {
        width: 10.75rem;
    }

}

@media only screen and (min-width: 1400px) {

    #sec06 {
        background-size: 210%;
    }

    #sec06 figcaption h3 {
        font-size: 3.0rem;
    }

    #sec06 figcaption aside::before {
        width: 19.0rem;
    }

    #sec06 .row > div:nth-of-type(3) figcaption aside::before {
        width: 19.75rem;
    }

}

@media only screen and (min-width: 1920px) {

    #sec06 {
        background-size: 160%;
    }

}

@media only screen and (min-width: 2560px) {

    #sec06 {
        background-size: 120%;
    }

}


/* ========================================================

　#sec07（「IOZ」の原材料、抗酸化鉱石「医王石」の効果をダイレクトにお届けします。）

=========================================================== */

#sec07 {
    padding-top: 0;
}

#sec07 .container-fluid {
    position: relative;
    padding-top: 5.0rem;
    padding-bottom: 5.0rem;
    background: url("../img/sec07_bg.jpg") right top / cover no-repeat;
    color: rgba(255, 255, 255, 1.00);
}

#sec07 .container-fluid .grad-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.50) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.50)));
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.50) 100%);
    z-index: 1;
}

#sec07 .row > div {
    position: relative;
    z-index: 2;
}

#sec07 .heading,
#sec07 .heading.ptn02 h2 {
    text-align: left;
}

#sec07 .heading.ptn02 h2 span:last-of-type {
    display: block;
}

#sec07 h3,
#sec07 h4 {
    font-family: 'YakuHanJP_Noto', 'Noto Serif CJK JP', 'Noto Serif JP', 'Yu Mincho', YuMincho, serif;
}

#sec07 h4 {
    margin-top: 2.0rem;
    margin-bottom: 1.0rem;
    font-size: 2.4rem;
}

#sec07 h3 {
    margin-bottom: 2.0rem;
    font-size: 3.2rem;
}

#sec07 ul {
    margin-top: 4.0rem;
}

#sec07 img {
    width: 100%;
    max-width: 50.0rem;
    height: auto;
}

@media only screen and (min-width: 576px) {

    #sec07 .heading.ptn02 h2 span:last-of-type {
        display: inline;
    }

}

@media only screen and (min-width: 768px) {

    #sec07 .container-fluid {
        background-position: right 2.5rem top;
    }

    #sec07 .container-fluid {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

    #sec07 .container-fluid .grad-filter {
        width: calc(100% - 2.5rem);
    }

    #sec07 .row > div[class^="col"] {
        margin-top: 4.0rem;
    }

    #sec07 p,
    #sec07 li {
        max-width: 45.0vw;
    }

    #sec07 img {
        margin-top: 0;
    }

}

@media only screen and (min-width: 1200px) {

    #sec07 .container-fluid {
        background-position: right 4.25rem top;
    }

    #sec07 .container-fluid {
        padding-top: 10.0rem;
        padding-bottom: 10.0rem;
    }

    #sec07 .container-fluid .grad-filter {
        width: calc(100% - 4.25rem);
    }

    #sec07 p,
    #sec07 li {
        max-width: 40.0vw;
    }

}

@media only screen and (min-width: 1400px) {

    #sec07 .container-fluid {
        background-position: right 5.25rem top;
    }

    #sec07 .container-fluid .grad-filter {
        width: calc(100% - 5.25rem);
    }

}

@media only screen and (min-width: 1600px) {

    #sec07 .container-fluid {
        background-position: right 6.0rem top;
    }

    #sec07 .container-fluid .grad-filter {
        width: calc(100% - 6.0rem);
    }

    #sec07 .heading {
        margin-left: -10.0vw;
    }

}

@media only screen and (min-width: 1920px) {

    #sec07 .container-fluid {
        background-position: right 7.0rem top;
    }

    #sec07 .container-fluid .grad-filter {
        width: calc(100% - 7.0rem);
    }

}

@media only screen and (min-width: 2560px) {

    #sec07 .container-fluid {
        background-position: right 10.0rem top;
    }

    #sec07 .container-fluid .grad-filter {
        width: calc(100% - 10.0rem);
    }

}


/* ========================================================

　#sec08（Impression）

=========================================================== */

#sec08 {
    padding-top: 0;
}

#sec08 .row > div[class^="col"]:last-of-type {
    margin-top: 4.0rem;
}

#sec08 .inner {
    margin-top: -14.0rem;
    padding: 8.0rem 2.0rem 2.0rem;
    background-color: rgba(76, 74, 71, 1.00);
    color: rgba(255, 255, 255, 1.00);
    -webkit-box-shadow: 1.0rem -1.0rem 0 0 rgba(111, 186, 44, 1.00);
    box-shadow: 1.0rem -1.0rem 0 0 rgba(111, 186, 44, 1.00);
}

#sec08 figure {
    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;
    position: relative;
    width: 24.0rem;
    height: 24.0rem;
    margin: 0 auto;
    border: 0.3rem solid rgba(76, 74, 71, 1.00);
    border-radius: 50%;
    z-index: auto;
}

#sec08 figure img {
    width: 95%;
    height: auto;
    border-radius: 50%;
}

#sec08 h3 {
    position: relative;
    color: rgba(111, 186, 44, 1.00);
    font-family: 'YakuHanJP_Noto', 'Noto Serif CJK JP', 'Noto Serif JP', 'Yu Mincho', YuMincho, serif;
    font-size: 3.6rem;
    z-index: auto;
}

#sec08 p {
    margin-top: 3.0rem;
}

#sec08 aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 3.0rem;
    color: rgba(232, 232, 232, 1.00);
    font-family: 'YakuHanJP_Noto', 'Noto Serif CJK JP', 'Noto Serif JP', 'Yu Mincho', YuMincho, serif;
    font-size: 2.0rem;
}

#sec08 aside::before {
    margin-right: 3.0rem;
    width: 7.5rem;
    height: 0.1rem;
    background-color: rgba(255, 255, 255, 1.00);
    content: "";
}

@media only screen and (min-width: 576px) {

    #sec08 .inner {
        padding: 2.0rem 4.0rem 2.0rem;
    }

    #sec08 figure {
        margin: 0;
    }

    #sec08 h3 {
        margin-left: 15.0rem;
        font-size: 4.8rem;
    }

    #sec08 p {
        margin-top: 7.0rem;
    }

    #sec08 aside::before {
        width: 27.0rem;
    }

}

@media only screen and (min-width: 768px) {

    #sec08 .inner {
        margin-top: -12.0rem;
        margin-left: 6.0rem;
        padding: 2.0rem 4.0rem 3.0rem 8.0rem;
        -webkit-box-shadow: 1.5rem -1.5rem 0 0 rgba(111, 186, 44, 1.00);
        box-shadow: 1.5rem -1.5rem 0 0 rgba(111, 186, 44, 1.00);
    }

    #sec08 h3 {
        margin-left: 0;
    }

    #sec08 figure {
        width: 20.0rem;
        height: 20.0rem;
    }

    #sec08 p {
        margin-top: 2.0rem;
        margin-left: 10.5rem;
    }

    #sec08 aside {
        font-size: 2.4rem;
    }

    #sec08 aside::before {
        width: 21.5rem;
    }

}

@media only screen and (min-width: 992px) {

    #sec08 .inner {
        padding: 2.0rem 8.0rem 3.0rem 8.0rem;
    }

    #sec08 aside {
        margin-right: -5.0rem;
    }

    #sec08 aside::before {
        width: 26.5rem;
    }

}

@media only screen and (min-width: 1200px) {

    #sec08 .row > div[class^="col"]:last-of-type {
        margin-top: 0;
    }

    #sec08 .inner {
        padding: 2.0rem 3.0rem 3.0rem 8.0rem;
    }

    #sec08 aside {
        margin-right: 0;
    }

    #sec08 aside::before {
        width: 2.5rem;
    }

}

@media only screen and (min-width: 1400px) {

    #sec08 aside::before {
        width: 12.5rem;
    }

}

@media only screen and (min-width: 1920px) {

    #sec08 .inner {
        padding: 2.0rem 13.0rem 3.0rem 8.0rem;
    }

    #sec08 aside {
        margin-right: -5.0rem;
    }

    #sec08 aside::before {
        width: 26.5rem;
    }

}

@media only screen and (min-width: 2560px) {

    #sec08 aside::before {
        width: 54.0rem;
    }

}


/* ========================================================

　#products

=========================================================== */

#products .row:nth-of-type(n+2) {
    margin-top: 4.0rem;
}

#products .row > div:nth-of-type(n+2) {
    margin-top: 4.0rem;
}

#products .row > div:last-of-type {
    margin-top: 0;
}

#products h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4.0rem;
    background-color: rgba(76, 74, 71, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-weight: 500;
    text-align: center;
}

#products figure a {
    display: block;
    position: relative;
    overflow: hidden;
}

#products a img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out;
}

#products figure a img:first-of-type {
    opacity: 0;
}

#products figure a:hover img:first-of-type {
    opacity: 1.0;
}

#products figure a img:last-of-type {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(76, 74, 71, 0.10);
}

#products figure a:hover img:last-of-type {
    transform: scale(1.1);
    opacity: 0;
}

#products ul,
#products table,
#products p {
    font-size: 1.3rem;
    line-height: 150%;
}

#products ul {
    margin: 0;
    padding: 0 0 0.5rem 0;
    border-bottom: 0.1rem solid rgba(76, 74, 71, 0.50);
    font-size: 1.4rem;
    list-style: none;
}

#products li {
    padding: 0;
    font-weight: 500;
}

#products li.name,
#products li.price {
    font-size: 110%;
}

#products li.price::before {
    margin-right: 0.25rem;
    content: "\0a5";
}

#products li.price::after {
    font-size: 50%;
    content: "（税込）";
}

#products table {
    width: 100%;
}

#products th,
#products td {
    padding: 0 1.0rem;
}

#products tr:nth-last-of-type(n+2) th,
#products tr:nth-last-of-type(n+2) td {
    border-bottom: 0.1rem solid rgba(76, 74, 71, 0.10);
}

#products tr:nth-of-type(1) th {
    text-align: center;
}

#products td {
    text-align: center;
}

#products p {
    text-align: right;
}

#products aside:not(#lead) a {
    display: block;
    padding: 0.5rem 0;
    background-color: rgba(76, 74, 71, 0.10);
    color: rgba(76, 74, 71, 1.00);
    text-align: center;
}

#products aside:not(#lead) a:hover {
    background-color: rgba(76, 74, 71, 0.20);
    color: rgba(0, 0, 0, 1.00);
}

#products .more a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2.0rem;
    padding: 1.0rem;
    width: min(100%, 40.0rem);
    border-radius: 0.6rem;
    background-color: rgba(111, 186, 44, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-weight: 500;
    text-align: center;
    line-height: 140%;
}

#products .more a span {
    display: block;
}

#products .more a:hover {
    opacity: 0.7;
}

#products #lead div:nth-of-type(2) {
    width: min(100%, 74.0rem);
    margin: 0 auto;
    padding: 1.0rem min(4.0vw, 2.0rem);
    border-radius: 0.6rem;
    background-color: rgba(255, 255, 0, 1.00);
    font-size: 1.7rem;
    font-weight: 500;
    text-align: justify;
    line-height: 140%;
}

#products #lead p {
    width: 100%;
    margin-top: 4.0rem;
    color: rgba(255, 0, 0, 1.00);
}

@media only screen and (min-width: 576px) {

    #products .more a span {
        display: inline;
    }

    #products .more a {
        height: 5.0rem;
    }

    #products #lead div:nth-of-type(2) {
        font-size: 1.8rem;
    }

}

@media only screen and (min-width: 768px) {

    #products .row:nth-of-type(n+2) {
        margin-top: 1.5rem;
    }

    #products .row > div:nth-of-type(n+2) {
        margin-top: 0;
    }

    #products .row > div:nth-of-type(n+3) {
        margin-top: 1.5rem;
    }

    #products h2 {
        min-height: 6.0rem;
    }

    #products #lead div:nth-of-type(2) {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 5.0rem;
        font-size: 2.0rem;
    }

}

@media only screen and (min-width: 992px) {

    #products .row > div:nth-of-type(n+3) {
        margin-top: 0;
    }

    #products .row > div:nth-of-type(n+4) {
        margin-top: 1.5rem;
    }

}

@media only screen and (min-width: 1400px) {

    #products .row > div:nth-of-type(n+4) {
        margin-top: 0;
    }

    #products .row > div:nth-of-type(n+5) {
        margin-top: 1.5rem;
    }

}


/* ========================================================

　#company

=========================================================== */

#company .container > .row > div:nth-of-type(n+2) {
    margin-top: 8.0rem;
}

#company .inner {
    margin-top: 1.8rem;
    padding-bottom: 2.0rem;
    background-color: rgba(255, 255, 255, 1.00);
}

#company .inner h2 {
    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;
    top: -1.8rem;
    font-size: 2.0rem;
}

#company .inner h2::before,
#company .inner h2::after {
    content: '';
    width: 100%;
    height: 0.2rem;
    background-color: rgba(76, 74, 71, 1.00);
}

#company .inner h2::before {
    margin-right: 0.25rem;
}

#company .inner h2::after {
    margin-left: 0.25rem;
}

#company .inner h2 span {
    width: 50.0rem;
    background-color: rgba(76, 74, 71, 1.00);
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
    line-height: 3.6rem;
    letter-spacing: 0.5rem;
}

#company .inner p {
    max-width: 74.0rem;
    margin: 2.0rem;
}

#company dl {
    margin-top: 2.0rem;
}

#company dt {
    padding: 1.0rem;
    background-color: rgba(120, 120, 115, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-weight: 400;
}

#company dd {
    padding: 2.0rem 0 2.0rem 2.0rem;
}

#company dd {
    padding: 2.0rem 0 2.0rem 2.0rem;
}

@media only screen and (min-width: 768px) {

    #company .inner p {
        margin: 2.0rem 4.0rem;
    }

    #company dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    #company dt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 40.0%;
        padding: 2.0rem 6.0rem 2.0rem 2.0rem;
        border-bottom: 0.1rem dashed rgba(76, 74, 71, 1.00);
        background-color: inherit;
        color: rgba(76, 74, 71, 1.00);
    }

    #company dd {
        width: calc(100% - 40.3%);
        margin-left: 0.3%;
        margin-bottom: 0;
        padding: 2.0rem 2.0rem 2.0rem 6.0rem;
        border-bottom: 0.1rem dashed rgba(76, 74, 71, 1.00);
    }

    #company dt:last-of-type,
    #company dd:last-of-type {
        border: none;
    }

}

@media only screen and (min-width: 992px) {

    #company .inner p {
        margin: 4.0rem auto;
    }

}

/*　アクセスマップ
----------------------------------------------------------- */
#access {
    padding-top: 5.0rem;
}

#access iframe {
    width: 100%;
    height: 80.0vw;
    max-height: 46.0rem;
    border: 0;
}

#access iframe,
#access object,
#access embed {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#access iframe:hover,
#access object:hover,
#access embed:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

@media only screen and (min-width: 768px) {

    #access {
        padding-top: 7.5rem;
    }

    #access iframe {
        height: 40.0vw;
    }

}

@media only screen and (min-width: 1200px) {

    #access {
        padding-top: 10.0rem;
    }

}


/* ========================================================

　#contact

=========================================================== */

#contact .notes {
    padding: 2.0rem 2.0rem 1.0rem;
    border-radius: 1.0rem;
    background-color: rgba(111, 186, 44, 0.10);
}

#contact .notes h5 {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

#contact #mailformpro dl {
    margin-top: 5.0rem;
}

#contact #mailformpro dt {
    padding-top: 2.0rem;
    width: 100%;
    font-size: 1.8rem;
    text-align: left;
}

#contact #mailformpro dt .must {
    float: right;
    padding: 0.5rem 1.0rem;
    background-color: rgba(235, 97, 0, 1.00);
    border-radius: 0.4rem;
    color: rgba(255, 255, 255, 1.00);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    line-height: 1.2rem;
}

#contact #mailformpro dd {
    padding-bottom: 2.0rem;
    padding-left: 0;
    padding-right: 0;
}

#contact #mailformpro dd:last-of-type {
    border-bottom: 0.1rem solid rgba(204, 204, 204, 1.00);
}

#contact #mailformpro label.mfp_not_checked em {
    color: rgba(76, 74, 71, 1.00);
    font-style: normal;
}

#contact #mailformpro label.mfp_checked em {
    color: rgba(230, 90, 0, 1.00);
    font-style: normal;
}

#contact #mailformpro input,
#contact #mailformpro textarea {
    height: 4.0rem;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    border-radius: 0.6rem;
    border: none;
    color: rgba(76, 74, 71, 1.00);
    font-size: 1.6rem;
    font-weight: 300;
}

#contact #mailformpro input {
    width: 100%;
}

#contact #mailformpro textarea {
    padding: 1.0rem;
    width: 100% !important;
    height: 20.0rem !important;

}

#contact #mailformpro input.check {
    position: relative;
    top: -0.1rem;
    width: 2.0rem;
    height: 2.0rem;
}

div.mfp_err {
    padding: 3px 0px 5px 0;
    background: none !important;
}

div.mfp_err:before {
    margin-right: 0.5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f062";
}

#contact .mfp_buttons button {
    width: 22.0rem;
    height: 6.0rem;
    padding: 0;
    border-radius: 0.6rem;
    font-size: 2.4rem;
    cursor: pointer;
}

#contact .mfp_buttons button:first-of-type {
    margin-bottom: 1.0rem;
    background-color: rgba(76, 74, 71, 0.25);
    color: rgba(255, 255, 255, 1.00);
}

#contact .mfp_buttons button:first-of-type:hover {
    background-color: rgba(76, 74, 71, 0.50);
}

#contact .mfp_buttons button:last-of-type {
    background-color: rgba(111, 186, 44, 0.70);
    color: rgba(255, 255, 255, 1.00);
}

#contact .mfp_buttons button:last-of-type:hover {
    background-color: rgba(111, 186, 44, 1.00);
}

div.mfp_buttons button {
    width: 22.0rem !important;
    height: 6.0rem !important;
    padding: 0;
    border-radius: 0.6rem;
    font-size: 2.0rem !important;
    cursor: pointer;
}

div.mfp_buttons button:first-of-type {
    background-color: rgba(76, 74, 71, 0.25);
    color: rgba(255, 255, 255, 1.00);
}

div.mfp_buttons button:first-of-type:hover {
    background-color: rgba(76, 74, 71, 0.50);
}

div.mfp_buttons button:last-of-type {
    background-color: rgba(111, 186, 44, 0.70) !important;
    color: rgba(255, 255, 255, 1.00) !important;
}

div.mfp_buttons button:last-of-type:hover {
    background-color: rgba(111, 186, 44, 1.00) !important;
}

@media only screen and (min-width: 576px) {

    #contact .mfp_buttons button:first-child {
        margin-right: 2.0rem;
        margin-bottom: 0;
    }

}

@media only screen and (min-width: 768px) {

    #contact .notes {
        padding: 4.0rem 4.0rem 3.0rem;
    }

    #contact #mailformpro dt {
        padding: 2.0rem 1.0rem;
        width: 27.0rem;
        border: none;
        background-color: transparent;
    }

    #contact #mailformpro dd {
        padding: 2.0rem 1.0rem 2.0rem 30.0rem;
        border: none;
    }

    #contact #mailformpro dd:last-child {
        border-bottom: none;
    }

    #contact #mailformpro dd:nth-of-type(odd) {
        background-color: rgba(111, 186, 44, 0.05);
    }

    #contact #mailformpro dd:nth-of-type(even) {
        background-color: transparent;
    }

    #contact #mailformpro .whos {
        height: 10.0rem;
    }

}

@media only screen and (min-width: 992px) {

    #contact #mailformpro .name input,
    #contact #mailformpro .kana input,
    #contact #mailformpro .tele input,
    #contact #mailformpro .fax input {
        width: 50%;
    }

}

@media only screen and (min-width: 1200px) {

    #contact #mailformpro dt {
        width: 32.0rem;
    }

    #contact #mailformpro dd {
        padding-left: 36.0rem;
    }

}


/*　送信完了
/*-------------------------------------------*/
#mfp_thanks {
    border-bottom: 0.5rem solid rgba(111, 186, 44, 0.50);
    font-size: 2.0rem;
    text-align: center;
}

#mfp_thanks strong {
    display: block;
    margin: 1.0rem 0;
    color: rgba(76, 74, 71, 1.00);
    font-size: 3.0rem;
}

.thanksMessage h3 {
    margin-top: 3.0rem;
    margin-bottom: 3.0rem;
    font-size: 2.4rem;
    line-height: 3.0rem;
}

.thanksMessage ul {
    margin: 3.0rem 0;
    color: rgba(255, 0, 0, 1.00);
}

@media only screen and (min-width: 768px) {

    #mfp_thanks strong {
        display: inline;
        position: relative;
        top: 0.3rem;
    }

    .thanksMessage ul {
        margin: 3.0rem 0 3.0rem 2.4rem;
    }

}


/* ========================================================

　#privacy-policy

=========================================================== */

#privacy-policy .notes {
    padding: 2.0rem 2.0rem 1.0rem;
    border-radius: 1.0rem;
    background-color: rgba(76, 74, 71, 0.10);
}

#privacy-policy .notes h5 {
    margin-bottom: 1.0rem;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 2.4rem;
}

#privacy-policy dl {
    margin-top: 5.0rem;
}

#privacy-policy dt {
    margin-bottom: 1.0rem;
}

#privacy-policy dt:nth-of-type(n+2) {
    margin-top: 5.0rem;
}

#privacy-policy dd {
    color: rgba(76, 74, 71, 0.70);
}

#privacy-policy ol {
    margin: 1.0rem 0 2.0rem 3.3rem;
    padding: 0;
}

#privacy-policy ul {
    margin-top: 2.0rem;
    padding: 0;
    list-style: none;
}

#privacy-policy ul a {
    color: rgba(76, 74, 71, 0.70);
}

@media only screen and (min-width: 768px) {

    #privacy-policy .notes {
        padding: 4.0rem 4.0rem 3.0rem;
    }

}

/* ========================================================

　footer

=========================================================== */

footer {
    margin-top: -0.8rem;
    padding: 1.0rem 0;
    background-color: rgba(76, 74, 71, 1.00);
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
}

footer h2 {
    font-size: 3.0rem;
    font-weight: 500;
    text-align: center;
}

footer ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

footer li {
    display: inline-block;
}

footer li:nth-of-type(n+2) {
    margin-left: 3.0rem;
}

footer li:nth-of-type(3) {
    margin-left: 0;
}

footer li:nth-of-type(3) img {
    width: 100%;
    max-width: 4.0rem;
    height: auto;
    margin: 1.0rem 0;
}

footer a:link,
footer a:visited {
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.4rem;
}

footer a:hover {
    color: rgba(111, 186, 44, 1.00);
}

footer aside {
    font-size: 1.4rem;
    text-align: center;
}

@media only screen and (min-width: 576px) {

    footer li:nth-of-type(3) {
        margin-left: 3.0rem;
    }

}

@media only screen and (min-width: 768px) {

    footer div[class^="col"]:nth-of-type(3) {
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media only screen and (min-width: 992px) {

    footer {
        padding: 0;
    }

    footer .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 9.0rem;
    }

    footer h2 {
        font-size: 4.5rem;
    }

    footer ul {
        display: flex;
        align-items: center;
    }

    footer li:nth-of-type(-n+2) {
        margin-top: 0.5rem;
    }

    footer div[class^="col"]:nth-of-type(3) {
        justify-content: flex-start;
    }

    footer li:nth-of-type(3) {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 9.0rem;
        height: 9.0rem;
        background-color: rgba(0, 0, 0, 1.00);
    }

    footer li:nth-of-type(3) img {
        max-width: 7.0rem;
        margin: 0;
    }

    footer a:link,
    footer a:visited {
        font-size: 1.6rem;
    }

}

@media only screen and (min-width: 1200px) {

    footer li:nth-of-type(n+2) {
        margin-left: 5.0rem;
    }

}


/* ========================================================

　Scroll to Pagetop

=========================================================== */

.scroll-to-top {
    display: none;
    right: 1.0vw;
    bottom: 1.0vw;
    width: 5.0rem;
    height: auto;
    -webkit-animation: slideInBottom 0.3s;
    animation: slideInBottom 0.3s;
}

.scroll-to-top img {
    width: 100%;
    height: auto;
}

.scroll-to-top a img {
    opacity: 0.7;
}

.scroll-to-top a img:hover {
    opacity: 1.0;
}

@media only screen and (min-width: 768px) {

    .scroll-to-top {
        width: 9.0rem;
    }

}

@-webkit-keyframes slideInBottom {

    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1.0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

}

@keyframes slideInBottom {

    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1.0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

}


/* ========================================================

　modal

=========================================================== */

.modal-dialog {
    max-width: calc(100vw - 2.0rem);
    margin: 1.0rem;
}

.modal-content {
    padding: 3.0rem 0;
    border-radius: 2.0rem;
}

.modal-header h2 {
    width: 100%;
    font-size: 2.4rem;
    text-align: center;
}

.modal-body {
    padding-top: 3.0rem;
    padding-bottom: 3.0rem;
}

.modal-footer button {
    margin: 3.0rem auto 0;
    width: 12.0rem;
    height: 4.0rem;
    border: 0;
    background-color: rgba(76, 74, 71, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.6rem;
    font-weight: 300;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modal-footer button:hover {
    color: rgba(255, 255, 255, 1.00);
    background-color: rgba(62, 58, 57, 0.70);
}

.modal .close-modal {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 3.0rem;
    height: 3.0rem;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.modal .close-modal:hover {
    opacity: 0.5;
}

#modalPhone .modal-dialog {
    text-align: center;
}

@media only screen and (min-width: 768px) {

    .modal .modal-dialog {
        margin: 2.0rem auto;
        max-width: 90.0vw;
    }

    .modal-header h2 {
        font-size: 3.0rem;
    }


    .modal-body {}

    .modal .close-modal {
        top: 2.0rem;
        right: 2.0rem;
        width: 4.0rem;
        height: 4.0rem;
    }

    #modalPrivacy .modal-body {
        padding-left: 5.0rem;
        padding-right: 5.0rem;
    }

}

@media only screen and (min-width: 751px) {

    #modalPhone .modal-body p {
        margin-bottom: 0;
        font-size: 4.8rem;
        font-weight: 700;
        letter-spacing: 0.25rem;
    }

}

@media only screen and (min-width: 992px) {

    .modal .modal-dialog {
        width: 80.0rem;
        max-width: 100%;
    }

}

@media only screen and (min-width: 1200px) {

    #modalPhone .modal-body p {
        font-size: 6.0rem;
    }

}

@media only screen and (min-width: 1920px) {

    .modal .modal-dialog {
        width: 100.0rem;
    }

}


/* ========================================================

　投稿記事

=========================================================== */

#single h1 {
    padding: 1.0rem;
    border-bottom: 0.2rem solid rgba(111, 186, 44, 1.00);
    font-size: 2.4rem;
}

#single h2,
#single h3,
#single h4,
#single h5 {
    margin-top: 4.0rem;
    margin-bottom: 2.0rem;
}

#single h2 {
    padding: 1.0rem 1.5rem;
    border-radius: 1.0rem;
    background-color: rgba(255, 255, 255, 1.00);
    font-size: 2.4rem;
    -webkit-box-shadow: 0.1rem 0.1rem 0.3rem 0 rgba(187, 187, 187, 0.70);
    box-shadow: 0.1rem 0.1rem 0.3rem 0 rgba(187, 187, 187, 0.70);
}

#single h3 {
    padding: 1.0rem 0.75rem;
    border-top: 0.1rem solid rgba(111, 186, 44, 1.00);
    border-bottom: 0.1rem solid rgba(111, 186, 44, 1.00);
    background-color: rgba(255, 255, 255, 1.00);
    font-size: 2.0rem;
}

#single h4 {
    padding: 0 0 0.5rem 0.5rem;
    border-bottom: 0.3rem double rgba(111, 186, 44, 1.00);
    font-size: 1.8rem;
}

#single h5 {
    padding: 0 0 0.5rem 0.5rem;
    border-bottom: 0.1rem solid rgba(111, 186, 44, 1.00);
    font-size: 1.6rem;
}

#single aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 4.0rem;
}

#single aside .inner > * {
    display: inline-block;
}

.archives #single ul {
    margin: 1.5rem 0 1.5rem 2.2rem;
    padding: 0;
    list-style: none;
}

.tenpo #single h2 {
    padding: 0 0 0.5rem 0;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 1.00);
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.tenpo #single ul {
    padding: 0;
    list-style: none;
}

.tenpo #single li {
    margin-top: min(15.0vw, 10.0rem);
}

.tenpo #single li p {
    margin-left: 1.0rem;
    border-bottom: 0.1rem dashed rgba(204, 204, 204, 1.00);
    text-align: left;
}

.tenpo #single li p:nth-of-type(n+2) {
    margin-top: 0.75rem;
    padding-top: 1.0rem;
}

#single aside ul li {
    list-style-type: none;
}

#single aside ul a {
    display: inline-block;
    padding: 0 1.0rem;
    background-color: rgba(76, 74, 71, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.2rem;
}

#single aside ul a:hover {
    opacity: 0.7;
}

#single ol {
    margin: 1.5rem 0 1.5rem 2.25rem;
    padding: 0;
    list-style: decimal
}

#single dl {
    margin: 1.5rem 0;
}

#single dd {
    margin-left: 1.6rem;
    margin-bottom: 2.0rem;
}

/* image */
#single img[class*="wp-image"] {
    max-width: 100%;
    height: auto;
}

#single img.alignright {
    float: right;
    margin: 0 0 0 2.0rem;
}

#single img.alignleft {
    float: left;
    margin: 0 2.0rem 0 0;
}

#single img.aligncenter {
    display: block;
    margin: 0 auto;
}

/* table */
#single table {
    width: 100%;
    margin: 0;
    margin: 1.0rem 0 2.0rem;
    border: 0.2rem solid rgba(76, 74, 71, 1.00);
}

#single th {
    padding: 0.5rem 1.0rem;
    background-color: rgba(76, 74, 71, 0.05);
    border: 0.1rem solid rgba(76, 74, 71, 1.00);

    vertical-align: top;
}

#single td {
    padding: 0.5rem 1.0rem;
    border: 0.1rem solid rgba(76, 74, 71, 1.00);
    background-color: rgba(255, 255, 255, 1.00);
    vertical-align: top;
}

#single .table-responsive {
    clear: both;
    border: none;
    text-align: center;
}

#single .table-responsive table {
    white-space: nowrap;
}

#single caption {
    padding: 0.3rem 0.5rem;
    color: rgba(255, 0, 0, 1.0);
    font-size: 1.4rem;
}

/*　pagenation
----------------------------------------------------------- */
#news .postNav {
    padding-top: 5.0rem;
    text-align: center;
}

#news .postNav .current,
#news .postNav .page {
    display: inline-block;
    width: 4.0rem;
    height: 4.0rem;
    margin: 0 0.5rem;
    border: 0.1rem solid rgba(76, 74, 71, 1.00);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(0, 0, 0, 1.00);
    font-size: 2.0rem;
    line-height: 4.0rem;
}

#news .postNav .page:hover {
    border: 0.1rem solid rgba(76, 74, 71, 0.10);
    background-color: rgba(76, 74, 71, 0.50);
    color: rgba(255, 255, 255, 1.00);
}

#news .postNav .current {
    background-color: rgba(76, 74, 71, 1.00);
    color: rgba(255, 255, 255, 1.00);
}

#news .postNav .first,
#news .postNav .last,
#news .postNav .previouspostslink,
#news .postNav .nextpostslink {
    color: rgba(76, 74, 71, 1.00);
    font-size: 2.0rem;
}

#news .postNav .first {
    margin-right: 1.5rem;
}

#news .postNav .last {
    margin-left: 1.5rem;
}

#news .postNav .extend {
    margin: 0 0.5rem;
}

@media only screen and (min-width: 768px) {

    #single h1 {
        font-size: 3.0rem;
    }

    #single ul {
        margin: 1.5rem 0 1.5rem 3.9rem;
    }

    #single ol {
        margin: 1.5rem 0 1.5rem 4.0rem;
    }

    #single caption {
        display: none;
    }

}


/* ========================================================

　その他

=========================================================== */

/*　プレースホルダーをフォーカス時に擬似的非表示に
----------------------------------------------------------- */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-weight: 300;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-weight: 300;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-weight: 300;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-weight: 300;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-weight: 300;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-weight: 300;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-weight: 300;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-weight: 300;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input::placeholder,
textarea::placeholder {
    font-weight: 300;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
    color: transparent;
}

input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent;
}


/* break point --------------------------------------------
	<576px , >=576px , =>768px , =>992px , =>1200px , =>1400px
	iPhone5 320x568
	iPhone6-8 375x667 *
	iPhone6-8Plus 414x736
	iPhoneX 375x812
	iPad（iPad Mini）768x1024 *
	iPadPro 1024x1366
	Pixel2 411x731
	Pixel2 XL 411x823
	PC lg 992 *
	PC xl 1200 *
	PC xxl 1400 *
----------------------------------------------------------- */

/* Noto Serif JP -------------------------------------------
	Light 300
	Regular 400
	Medium 500
	Bold 700
    Black 900
----------------------------------------------------------- */

/* branc --------------------------------------------------
	1-0.25rem
	2-0.5rem
	3-1.0rem
	4-1.5rem
	5-3.0rem
----------------------------------------------------------- */


/* ---- End of file --------------------------------------- */