@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@font-face {
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/meiryo.ttc);
    font-family: font-mei;
}

@font-face {
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/A-OTF-RyuminPro-Regular.otf);
    font-family: A-OTF-R;
}

html {
    font-size: 10px;
}

html,
body {
    overflow-x: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #111111;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    font-family: font-mei;
    letter-spacing: 2px;
}

a {
    color: #111111;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

p {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.4;
}

img {
    width: 100%;
}

@media screen and (max-width: 991px) {
    img {
        max-width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .sp-only {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .pc-only {
        display: none;
    }
}

.font-12 {
    font-size: 1.2rem;
}
.font-12imp {
    font-size: 1.2rem !important;
}
.font-14 {
    font-size: 1.4rem;
}
.font-15 {
    font-size: 1.5rem;
}
.font-16 {
    font-size: 1.6rem;
}
.font-18 {
    font-size: 1.8rem;
}
.font-20 {
    font-size: 2rem;
}
.font-42 {
    font-size: 4.2rem;
}
.font-48 {
    font-size: 4.8rem;
}
.font-58 {
    font-size: 5.8rem;
}

.line-height-18 {
    line-height: 1.8;
}

.text-green {
    color: #225b26;
}

.l-container {
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.l-container-full {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.l-container-1120 {
    width: 100%;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}

.l-container-1000 {
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.l-container-800 {
    width: 100%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.c-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 1.5rem;
    font-family: A-OTF-R;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.c-button--radius {
    border-radius: 5px;
}

.c-button img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.c-button i {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}

.c-button i.ic-next {
    background-image: url("../img/common/ic-next.svg");
}

.c-button i.ic-cursor {
    background-image: url("../img/common/ic-cursor.svg");
}

.c-button i.ic-basket {
    background-image: url("../img/common/ic-basket.svg");
}

.c-button i.ic-cursor-blue {
    background-image: url("../img/common/ic-cursor-blue.svg");
}

.c-button i.ic-next-green {
    background-image: url("../img/common/ic-next-green.svg");
}

.c-button i.ic-cursor-green {
    background-image: url("../img/common/ic-cursor-green.svg");
}

.c-button i.ic-basket-green {
    background-image: url("../img/common/ic-basket-green.svg");
}

.c-button:hover i.ic-next {
    background-image: url("../img/common/ic-next-blue.svg");
}

.c-button:hover i.ic-cursor {
    background-image: url("../img/common/ic-cursor-blue.svg");
}

.c-button:hover i.ic-basket-green {
    background-image: url("../img/common/ic-basket.svg");
}

.c-button:hover i.ic-cursor-blue {
    background-image: url("../img/common/ic-cursor.svg");
}

.c-button:hover i.ic-next-green {
    background-image: url("../img/common/ic-next.svg");
}

.c-button:hover i.ic-cursor-green {
    background-image: url("../img/common/ic-cursor.svg");
}

.c-button:hover i.ic-basket-green {
    background-image: url("../img/common/ic-basket.svg");
}

.c-button:hover i.ic-cart {
    background-image: url("../img/common/ic-cart-green.svg");
}

.c-button--blue {
    background: #034d8f;
    color: white;
}

.c-button--blue:hover {
    border: 1px solid;
    background: transparent;
    color: #034d8f;
}

.c-button--white {
    background: white;
    color: white;
}

.c-button--green {
    background: #225b26;
    color: white;
}

.c-button--green:hover {
    border: 1px solid;
    background: transparent;
    color: #225b26;
}

.c-button--boder-green {
    border: 1px solid #225b26;
    color: #225b26;
}

.c-button--boder-green:hover {
    background: #225b26;
    color: white;
}

.c-button--outline {
    border: 2px solid;
    background: transparent;
}

.c-button--outline.c-button--blue {
    color: #034d8f;
}

.c-button--outline.c-button--green {
    color: #225b26;
}

.c-button--outline:hover {
    background: white;
    color: #034d8f;
}

.c-button--outline:hover.c-button--blue {
    background: #034d8f;
    color: white;
    border-color: #034d8f;
}

.c-button--outline:hover.c-button--green {
    background: #225b26;
    color: white;
    border-color: #225b26;
}

.c-button--border-bottom {
    border-bottom: 1px solid;
}

.c-icon {
    width: 22px;
    height: 22px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.c-icon.ic-cart {
    background-image: url(../img/common/ic-cart.svg);
}
.c-icon.ic-arrow-left {
    background-image: url(../img/common/ic-arrow-left.svg);
}
.c-icon.ic-arrow-right {
    background-image: url(../img/common/ic-arrow-right.svg);
}
.c-icon.ic-plus {
    background-image: url(../img/common/ic-plus.svg);
}

.c-icon.ic-arrow-circle {
    background-image: url(../img/common/ic-arrow-circle.svg);
}

.c-gr-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.c-gr-button [class*="c-button"] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.c-gr-button [class*="c-button"]:not(:last-child) {
    margin-right: 20px;
}

.c-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: A-OTF-R;
}

.c-title strong {
    font-weight: bold;
    font-size: 6.4rem;
    line-height: 1.4;
}

.c-title strong b {
    color: #225b26;
}

.c-title span {
    margin-top: 10px;
    font-size: 2rem;
}

.c-title--center {
    text-align: center;
}

.c-title--special {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-title--special strong {
    display: inline-block;
    position: relative;
}

.c-title--special strong::after,
.c-title--special strong::before {
    position: absolute;
    bottom: 6px;
    width: 3px;
    height: 30px;
    background: #111111;
    content: "";
}

.c-title--special strong::after {
    left: -20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
}

.c-title--special strong::before {
    right: -20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

h3.c-title {
    font-size: 3.4rem;
}

h3.c-title strong {
    font-size: 4.4rem;
}

.c-title-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: A-OTF-R;
}

.c-title-2 strong {
    font-weight: bold;
    font-size: 4.4rem;
    line-height: 1.4;
}

.c-title-2 span {
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.c-title-2--white {
    color: white;
}

.c-title-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: A-OTF-R;
}

.c-title-3 strong {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 6.4rem;
    line-height: 1.2;
}

.c-title-3 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 2rem;
}

.c-title-3 span::before {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    margin-right: 20px;
    float: left;
    background: #111111;
    content: "";
}

.c-title-3--white {
    color: white;
}

.c-title-3--white span::before {
    background: white;
}

.c-title-4 {
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #707070;
    font-weight: bold;
    font-size: 3.4rem;
    line-height: 1.8;
    font-family: A-OTF-R;
}

.c-title-4.c-title-4--plus {
    padding-left: 47px;
    position: relative;
}

.c-title-4.c-title-4--plus .c-icon {
    width: 15px;
    height: 15px;
    margin-right: 12px;
    position: absolute;
    top: 35px;
    left: 20px;
}

.c-table {
    width: 100%;
    border: 1px solid #707070;
    border-radius: 5px;
    border-collapse: collapse;
    border-spacing: 0;
}

.c-table th,
.c-table td {
    padding: 35px 5px;
    border: 1px solid #707070;
    font-size: 1.5rem;
}

.c-table th span,
.c-table td span {
    font-size: 1.3rem;
}

.c-table th {
    background: white;
}

.c-table td {
    background: #f3f6f4;
    text-align: center;
}

.c-table thead td {
    background: #225b26;
    color: white;
    font-weight: bold;
}

.c-table tbody th {
    font-weight: bold;
}

.c-st-list {
    padding-left: 20px;
}

.c-st-list li {
    position: relative;
    padding-left: 25px;
    font-size: 1.5rem;
    line-height: 1.8;
}

.c-st-list li:not(:last-child) {
    margin-bottom: 30px;
}

.c-st-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
    font-size: 1.5rem;
}

.c-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.c-dl dt,
.c-dl dd {
    padding: 20px 20px;
    font-size: 15px;
    line-height: 1.8;
}

.c-dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    width: 190px;
    max-width: 190px;
    border-bottom: 1px solid #225b26;
    color: #225b26;
    font-weight: bold;
    text-align: center;
}

.c-dl dd {
    width: calc(100% - 200px);
    border-bottom: 1px solid #111111;
    word-break: break-all;
}

.c-dl dd a:hover {
    color: #225b26;
}

.c-dl ul li {
    position: relative;
    padding-left: 15px;
}

.c-dl ul li:not(:last-child) {
    margin-bottom: 30px;
}

.c-dl ul li::before {
    position: absolute;
    left: 0;
    content: "・";
}

.c-blockquote {
    font-size: 2.2rem;
    line-height: 1.4;
    font-family: A-OTF-R;
    text-align: center;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}
